StableVersion4.3/AppAutoUpdater/AutoUpdater/DownloadProgress.designer.cs

281 lines
13 KiB
C#
Raw Normal View History

2024-03-11 09:47:34 +08:00
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.label3 = 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.label5 = new System.Windows.Forms.Label();
this.label7 = 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(84, 85);
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(385, 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.Controls.Add(this.label3);
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(498, 63);
this.panel1.TabIndex = 3;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(409, 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(33, 43);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(137, 12);
this.label4.TabIndex = 0;
this.label4.Text = "的计算机完成其他任务。";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(33, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(263, 12);
this.label2.TabIndex = 0;
this.label2.Text = "这可能需要几分钟。在安装过程中,您可以使用您";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(11, 8);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(189, 13);
this.label3.TabIndex = 0;
this.label3.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.label5);
this.panel2.Controls.Add(this.label7);
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(502, 133);
this.panel2.TabIndex = 4;
//
// progressBarTotal
//
this.progressBarTotal.Location = new System.Drawing.Point(33, 87);
this.progressBarTotal.Name = "progressBarTotal";
this.progressBarTotal.Size = new System.Drawing.Size(438, 12);
this.progressBarTotal.Step = 1;
this.progressBarTotal.TabIndex = 4;
//
// progressBarCurrent
//
this.progressBarCurrent.Location = new System.Drawing.Point(32, 47);
this.progressBarCurrent.Name = "progressBarCurrent";
this.progressBarCurrent.Size = new System.Drawing.Size(438, 12);
this.progressBarCurrent.Step = 1;
this.progressBarCurrent.TabIndex = 5;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(31, 71);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 12);
this.label1.TabIndex = 2;
this.label1.Text = "总进度:";
//
// labelCurrent
//
this.labelCurrent.AutoSize = true;
this.labelCurrent.Location = new System.Drawing.Point(31, 32);
this.labelCurrent.Name = "labelCurrent";
this.labelCurrent.Size = new System.Drawing.Size(35, 12);
this.labelCurrent.TabIndex = 3;
this.labelCurrent.Text = "下载:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(245, 9);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(101, 12);
this.label5.TabIndex = 0;
this.label5.Text = "来源: 远程服务器";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(32, 9);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(203, 12);
this.label7.TabIndex = 0;
this.label7.Text = "名称:急危重症区域信息管理平台.exe";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(33, 111);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(71, 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, 200);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(498, 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(498, 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, 198);
this.splitter2.Name = "splitter2";
this.splitter2.Size = new System.Drawing.Size(498, 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(498, 242);
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.Controls.Add(this.labelCurrentItem);
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);
this.PerformLayout();
}
#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 label3;
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 label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.Splitter splitter2;
}
}