namespace Dongke.IBOSS.PRD.Client.AutoUpgrade
{
partial class FrmAutoUpgradeInfomation
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAutoUpgradeInfomation));
this.txtUpgradeInfo = new System.Windows.Forms.TextBox();
this.lblInfo = new System.Windows.Forms.Label();
this.lblThanks = new System.Windows.Forms.Label();
this.pbDownFile = new System.Windows.Forms.ProgressBar();
this.btnFinish = new System.Windows.Forms.Button();
this.lblOk3 = new System.Windows.Forms.Label();
this.lblOk2 = new System.Windows.Forms.Label();
this.lblOk1 = new System.Windows.Forms.Label();
this.lblCon3 = new System.Windows.Forms.Label();
this.lblCon2 = new System.Windows.Forms.Label();
this.lblCon1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// txtUpgradeInfo
//
this.txtUpgradeInfo.BackColor = System.Drawing.SystemColors.Control;
this.txtUpgradeInfo.Location = new System.Drawing.Point(105, 33);
this.txtUpgradeInfo.Multiline = true;
this.txtUpgradeInfo.Name = "txtUpgradeInfo";
this.txtUpgradeInfo.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtUpgradeInfo.Size = new System.Drawing.Size(346, 217);
this.txtUpgradeInfo.TabIndex = 1;
this.txtUpgradeInfo.Text = "一、下载更新文件\r\n\r\n\r\n二、解压更新文件\r\n\r\n\r\n三、更新本地文件\r\n\r\n";
//
// lblInfo
//
this.lblInfo.AutoSize = true;
this.lblInfo.BackColor = System.Drawing.Color.Transparent;
this.lblInfo.Location = new System.Drawing.Point(12, 9);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(101, 12);
this.lblInfo.TabIndex = 58;
this.lblInfo.Text = "更新版本信息提示";
//
// lblThanks
//
this.lblThanks.AutoSize = true;
this.lblThanks.BackColor = System.Drawing.Color.Transparent;
this.lblThanks.ForeColor = System.Drawing.Color.Blue;
this.lblThanks.Location = new System.Drawing.Point(12, 289);
this.lblThanks.Name = "lblThanks";
this.lblThanks.Size = new System.Drawing.Size(287, 12);
this.lblThanks.TabIndex = 62;
this.lblThanks.Text = "注:自动更新与网络及电脑配置有关,请耐心等待...";
//
// pbDownFile
//
this.pbDownFile.Location = new System.Drawing.Point(105, 256);
this.pbDownFile.Name = "pbDownFile";
this.pbDownFile.Size = new System.Drawing.Size(347, 17);
this.pbDownFile.TabIndex = 63;
//
// btnFinish
//
this.btnFinish.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.btnOk;
this.btnFinish.Location = new System.Drawing.Point(366, 289);
this.btnFinish.Name = "btnFinish";
this.btnFinish.Size = new System.Drawing.Size(85, 30);
this.btnFinish.TabIndex = 70;
this.btnFinish.UseVisualStyleBackColor = true;
this.btnFinish.Click += new System.EventHandler(this.btnFinish_Click);
//
// lblOk3
//
this.lblOk3.BackColor = System.Drawing.SystemColors.Control;
this.lblOk3.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.ok;
this.lblOk3.Location = new System.Drawing.Point(364, 105);
this.lblOk3.Name = "lblOk3";
this.lblOk3.Size = new System.Drawing.Size(33, 23);
this.lblOk3.TabIndex = 69;
//
// lblOk2
//
this.lblOk2.BackColor = System.Drawing.SystemColors.Control;
this.lblOk2.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.ok;
this.lblOk2.Location = new System.Drawing.Point(364, 69);
this.lblOk2.Name = "lblOk2";
this.lblOk2.Size = new System.Drawing.Size(33, 23);
this.lblOk2.TabIndex = 68;
//
// lblOk1
//
this.lblOk1.BackColor = System.Drawing.SystemColors.Control;
this.lblOk1.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.ok;
this.lblOk1.Location = new System.Drawing.Point(364, 36);
this.lblOk1.Name = "lblOk1";
this.lblOk1.Size = new System.Drawing.Size(33, 23);
this.lblOk1.TabIndex = 67;
//
// lblCon3
//
this.lblCon3.BackColor = System.Drawing.SystemColors.Control;
this.lblCon3.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.communicating;
this.lblCon3.Location = new System.Drawing.Point(364, 105);
this.lblCon3.Name = "lblCon3";
this.lblCon3.Size = new System.Drawing.Size(33, 23);
this.lblCon3.TabIndex = 66;
//
// lblCon2
//
this.lblCon2.BackColor = System.Drawing.SystemColors.Control;
this.lblCon2.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.communicating;
this.lblCon2.Location = new System.Drawing.Point(364, 69);
this.lblCon2.Name = "lblCon2";
this.lblCon2.Size = new System.Drawing.Size(33, 23);
this.lblCon2.TabIndex = 65;
//
// lblCon1
//
this.lblCon1.BackColor = System.Drawing.SystemColors.Control;
this.lblCon1.Image = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.communicating;
this.lblCon1.Location = new System.Drawing.Point(364, 36);
this.lblCon1.Name = "lblCon1";
this.lblCon1.Size = new System.Drawing.Size(33, 23);
this.lblCon1.TabIndex = 64;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(3, 33);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(96, 240);
this.pictureBox1.TabIndex = 61;
this.pictureBox1.TabStop = false;
//
// FrmAutoUpgradeInfomation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::Dongke.IBOSS.PRD.Client.AutoUpgrade.Properties.Resources.bg;
this.ClientSize = new System.Drawing.Size(464, 335);
this.Controls.Add(this.btnFinish);
this.Controls.Add(this.pbDownFile);
this.Controls.Add(this.lblThanks);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.lblInfo);
this.Controls.Add(this.lblOk1);
this.Controls.Add(this.lblOk2);
this.Controls.Add(this.lblOk3);
this.Controls.Add(this.lblCon3);
this.Controls.Add(this.lblCon2);
this.Controls.Add(this.lblCon1);
this.Controls.Add(this.txtUpgradeInfo);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmAutoUpgradeInfomation";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "自动更新";
this.Shown += new System.EventHandler(this.FrmAutoUpgradeInfomation_Shown);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtUpgradeInfo;
private System.Windows.Forms.Label lblInfo;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label lblThanks;
private System.Windows.Forms.ProgressBar pbDownFile;
private System.Windows.Forms.Label lblCon1;
private System.Windows.Forms.Label lblCon2;
private System.Windows.Forms.Label lblCon3;
private System.Windows.Forms.Label lblOk1;
private System.Windows.Forms.Label lblOk2;
private System.Windows.Forms.Label lblOk3;
private System.Windows.Forms.Button btnFinish;
}
}