243 lines
11 KiB
C#
243 lines
11 KiB
C#
![]() |
namespace KnightsWarriorAutoupdater
|
|||
|
{
|
|||
|
partial class DownloadProgress
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 必需的设计器变量。
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// 清理所有正在使用的资源。
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows 窗体设计器生成的代码
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// 设计器支持所需的方法 - 不要
|
|||
|
/// 使用代码编辑器修改此方法的内容。
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DownloadProgress));
|
|||
|
this.labelCurrentItem = new System.Windows.Forms.Label();
|
|||
|
this.buttonOk = new System.Windows.Forms.Button();
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
this.progressBarTotal = new System.Windows.Forms.ProgressBar();
|
|||
|
this.progressBarCurrent = new System.Windows.Forms.ProgressBar();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.labelCurrent = new System.Windows.Forms.Label();
|
|||
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
this.panel3 = new System.Windows.Forms.Panel();
|
|||
|
this.splitter1 = new System.Windows.Forms.Splitter();
|
|||
|
this.splitter2 = new System.Windows.Forms.Splitter();
|
|||
|
this.panel1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|||
|
this.panel2.SuspendLayout();
|
|||
|
this.panel3.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// labelCurrentItem
|
|||
|
//
|
|||
|
this.labelCurrentItem.AutoSize = true;
|
|||
|
this.labelCurrentItem.Location = new System.Drawing.Point(82, 7);
|
|||
|
this.labelCurrentItem.Name = "labelCurrentItem";
|
|||
|
this.labelCurrentItem.Size = new System.Drawing.Size(0, 12);
|
|||
|
this.labelCurrentItem.TabIndex = 0;
|
|||
|
//
|
|||
|
// buttonOk
|
|||
|
//
|
|||
|
this.buttonOk.Location = new System.Drawing.Point(211, 9);
|
|||
|
this.buttonOk.Name = "buttonOk";
|
|||
|
this.buttonOk.Size = new System.Drawing.Size(83, 23);
|
|||
|
this.buttonOk.TabIndex = 2;
|
|||
|
this.buttonOk.Text = "取消";
|
|||
|
this.buttonOk.UseVisualStyleBackColor = true;
|
|||
|
this.buttonOk.Click += new System.EventHandler(this.OnCancel);
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
|||
|
this.panel1.Controls.Add(this.pictureBox1);
|
|||
|
this.panel1.Controls.Add(this.label4);
|
|||
|
this.panel1.Controls.Add(this.label2);
|
|||
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(352, 63);
|
|||
|
this.panel1.TabIndex = 3;
|
|||
|
//
|
|||
|
// pictureBox1
|
|||
|
//
|
|||
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|||
|
this.pictureBox1.Location = new System.Drawing.Point(264, 3);
|
|||
|
this.pictureBox1.Name = "pictureBox1";
|
|||
|
this.pictureBox1.Size = new System.Drawing.Size(79, 55);
|
|||
|
this.pictureBox1.TabIndex = 1;
|
|||
|
this.pictureBox1.TabStop = false;
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Location = new System.Drawing.Point(16, 35);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(221, 12);
|
|||
|
this.label4.TabIndex = 0;
|
|||
|
this.label4.Text = "在升级过程中,不影响您使用其它应用。";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(16, 18);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(149, 12);
|
|||
|
this.label2.TabIndex = 0;
|
|||
|
this.label2.Text = "升级过程可能持续几分钟。";
|
|||
|
//
|
|||
|
// panel2
|
|||
|
//
|
|||
|
this.panel2.Controls.Add(this.progressBarTotal);
|
|||
|
this.panel2.Controls.Add(this.progressBarCurrent);
|
|||
|
this.panel2.Controls.Add(this.label1);
|
|||
|
this.panel2.Controls.Add(this.labelCurrent);
|
|||
|
this.panel2.Controls.Add(this.labelCurrentItem);
|
|||
|
this.panel2.Controls.Add(this.label6);
|
|||
|
this.panel2.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|||
|
this.panel2.Location = new System.Drawing.Point(-3, 66);
|
|||
|
this.panel2.Name = "panel2";
|
|||
|
this.panel2.Size = new System.Drawing.Size(353, 108);
|
|||
|
this.panel2.TabIndex = 4;
|
|||
|
//
|
|||
|
// progressBarTotal
|
|||
|
//
|
|||
|
this.progressBarTotal.Location = new System.Drawing.Point(21, 63);
|
|||
|
this.progressBarTotal.Name = "progressBarTotal";
|
|||
|
this.progressBarTotal.Size = new System.Drawing.Size(313, 12);
|
|||
|
this.progressBarTotal.Step = 1;
|
|||
|
this.progressBarTotal.TabIndex = 4;
|
|||
|
//
|
|||
|
// progressBarCurrent
|
|||
|
//
|
|||
|
this.progressBarCurrent.Location = new System.Drawing.Point(20, 23);
|
|||
|
this.progressBarCurrent.Name = "progressBarCurrent";
|
|||
|
this.progressBarCurrent.Size = new System.Drawing.Size(314, 12);
|
|||
|
this.progressBarCurrent.Step = 1;
|
|||
|
this.progressBarCurrent.TabIndex = 5;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(19, 47);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(35, 12);
|
|||
|
this.label1.TabIndex = 2;
|
|||
|
this.label1.Text = "进度:";
|
|||
|
//
|
|||
|
// labelCurrent
|
|||
|
//
|
|||
|
this.labelCurrent.AutoSize = true;
|
|||
|
this.labelCurrent.Location = new System.Drawing.Point(19, 8);
|
|||
|
this.labelCurrent.Name = "labelCurrent";
|
|||
|
this.labelCurrent.Size = new System.Drawing.Size(59, 12);
|
|||
|
this.labelCurrent.TabIndex = 3;
|
|||
|
this.labelCurrent.Text = "正在下载:";
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.AutoSize = true;
|
|||
|
this.label6.Location = new System.Drawing.Point(21, 87);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(119, 12);
|
|||
|
this.label6.TabIndex = 0;
|
|||
|
this.label6.Text = "正在准备应用程序...";
|
|||
|
//
|
|||
|
// panel3
|
|||
|
//
|
|||
|
this.panel3.Controls.Add(this.buttonOk);
|
|||
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|||
|
this.panel3.Location = new System.Drawing.Point(0, 177);
|
|||
|
this.panel3.Name = "panel3";
|
|||
|
this.panel3.Size = new System.Drawing.Size(352, 42);
|
|||
|
this.panel3.TabIndex = 4;
|
|||
|
//
|
|||
|
// splitter1
|
|||
|
//
|
|||
|
this.splitter1.BackColor = System.Drawing.SystemColors.InactiveBorder;
|
|||
|
this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
this.splitter1.Location = new System.Drawing.Point(0, 63);
|
|||
|
this.splitter1.Name = "splitter1";
|
|||
|
this.splitter1.Size = new System.Drawing.Size(352, 2);
|
|||
|
this.splitter1.TabIndex = 5;
|
|||
|
this.splitter1.TabStop = false;
|
|||
|
//
|
|||
|
// splitter2
|
|||
|
//
|
|||
|
this.splitter2.BackColor = System.Drawing.SystemColors.InactiveBorder;
|
|||
|
this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|||
|
this.splitter2.Location = new System.Drawing.Point(0, 175);
|
|||
|
this.splitter2.Name = "splitter2";
|
|||
|
this.splitter2.Size = new System.Drawing.Size(352, 2);
|
|||
|
this.splitter2.TabIndex = 6;
|
|||
|
this.splitter2.TabStop = false;
|
|||
|
//
|
|||
|
// DownloadProgress
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(352, 219);
|
|||
|
this.ControlBox = false;
|
|||
|
this.Controls.Add(this.splitter2);
|
|||
|
this.Controls.Add(this.splitter1);
|
|||
|
this.Controls.Add(this.panel3);
|
|||
|
this.Controls.Add(this.panel2);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "DownloadProgress";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "升级中...";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
|
|||
|
this.Load += new System.EventHandler(this.OnFormLoad);
|
|||
|
this.panel1.ResumeLayout(false);
|
|||
|
this.panel1.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|||
|
this.panel2.ResumeLayout(false);
|
|||
|
this.panel2.PerformLayout();
|
|||
|
this.panel3.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label labelCurrentItem;
|
|||
|
private System.Windows.Forms.Button buttonOk;
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.Panel panel2;
|
|||
|
private System.Windows.Forms.ProgressBar progressBarTotal;
|
|||
|
private System.Windows.Forms.ProgressBar progressBarCurrent;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label labelCurrent;
|
|||
|
private System.Windows.Forms.Label label6;
|
|||
|
private System.Windows.Forms.Panel panel3;
|
|||
|
private System.Windows.Forms.Splitter splitter1;
|
|||
|
private System.Windows.Forms.Splitter splitter2;
|
|||
|
}
|
|||
|
}
|