170 lines
6.3 KiB
C#
170 lines
6.3 KiB
C#
namespace BizHawk.Client.EmuHawk
|
|
{
|
|
partial class RAIntegrationDownloaderForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnDownload = new System.Windows.Forms.Button();
|
|
this.label3 = new BizHawk.WinForms.Controls.LocLabelEx();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.txtLocation = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtUrl = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(667, 86);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 7;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnDownload
|
|
//
|
|
this.btnDownload.Location = new System.Drawing.Point(9, 86);
|
|
this.btnDownload.Name = "btnDownload";
|
|
this.btnDownload.Size = new System.Drawing.Size(186, 23);
|
|
this.btnDownload.TabIndex = 6;
|
|
this.btnDownload.Text = "Download";
|
|
this.btnDownload.UseVisualStyleBackColor = true;
|
|
this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label3.Location = new System.Drawing.Point(6, -35);
|
|
this.label3.MaximumSize = new System.Drawing.Size(260, 0);
|
|
this.label3.Name = "label3";
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.AutoSize = true;
|
|
this.linkLabel1.Location = new System.Drawing.Point(715, 61);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Size = new System.Drawing.Size(27, 13);
|
|
this.linkLabel1.TabIndex = 12;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "Link";
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// progressBar1
|
|
//
|
|
this.progressBar1.Location = new System.Drawing.Point(201, 86);
|
|
this.progressBar1.Name = "progressBar1";
|
|
this.progressBar1.Size = new System.Drawing.Size(186, 23);
|
|
this.progressBar1.TabIndex = 13;
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Enabled = true;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// txtLocation
|
|
//
|
|
this.txtLocation.Location = new System.Drawing.Point(95, 12);
|
|
this.txtLocation.Name = "txtLocation";
|
|
this.txtLocation.ReadOnly = true;
|
|
this.txtLocation.Size = new System.Drawing.Size(613, 20);
|
|
this.txtLocation.TabIndex = 15;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(9, 15);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(80, 13);
|
|
this.label1.TabIndex = 16;
|
|
this.label1.Text = "Local Location:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(57, 41);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(32, 13);
|
|
this.label2.TabIndex = 17;
|
|
this.label2.Text = "URL:";
|
|
//
|
|
// txtUrl
|
|
//
|
|
this.txtUrl.Location = new System.Drawing.Point(96, 38);
|
|
this.txtUrl.Name = "txtUrl";
|
|
this.txtUrl.ReadOnly = true;
|
|
this.txtUrl.Size = new System.Drawing.Size(613, 20);
|
|
this.txtUrl.TabIndex = 18;
|
|
//
|
|
// RAIntegrationDownloaderForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(754, 121);
|
|
this.Controls.Add(this.progressBar1);
|
|
this.Controls.Add(this.txtUrl);
|
|
this.Controls.Add(this.btnDownload);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.linkLabel1);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txtLocation);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.label3);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(300, 160);
|
|
this.Name = "RAIntegrationDownloaderForm";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Download RAIntegration";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private BizHawk.WinForms.Controls.LocLabelEx label3;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnDownload;
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.TextBox txtLocation;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtUrl;
|
|
}
|
|
} |