ab56a9bcf7
SVN-Revision: r240
245 lines
11 KiB
C#
245 lines
11 KiB
C#
namespace Lskj.AutoUpdate
|
|
{
|
|
partial class FrmProgress
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmProgress));
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.splitter1 = new System.Windows.Forms.Splitter();
|
|
this.progressBarTotal = new System.Windows.Forms.ProgressBar();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.buttonOk = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.labelCurrentItem = new System.Windows.Forms.Label();
|
|
this.progressBarCurrent = new System.Windows.Forms.ProgressBar();
|
|
this.lblAll = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.splitter2 = new System.Windows.Forms.Splitter();
|
|
this.panel3.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label3.Location = new System.Drawing.Point(11, 8);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(83, 12);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "系统正在升级";
|
|
//
|
|
// 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(462, 2);
|
|
this.splitter1.TabIndex = 10;
|
|
this.splitter1.TabStop = false;
|
|
//
|
|
// progressBarTotal
|
|
//
|
|
this.progressBarTotal.Location = new System.Drawing.Point(16, 91);
|
|
this.progressBarTotal.Name = "progressBarTotal";
|
|
this.progressBarTotal.Size = new System.Drawing.Size(438, 12);
|
|
this.progressBarTotal.Step = 1;
|
|
this.progressBarTotal.TabIndex = 4;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.buttonOk);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel3.Location = new System.Drawing.Point(0, 188);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(462, 42);
|
|
this.panel3.TabIndex = 9;
|
|
//
|
|
// buttonOk
|
|
//
|
|
this.buttonOk.Location = new System.Drawing.Point(372, 6);
|
|
this.buttonOk.Name = "buttonOk";
|
|
this.buttonOk.Size = new System.Drawing.Size(83, 29);
|
|
this.buttonOk.TabIndex = 2;
|
|
this.buttonOk.Text = "取消";
|
|
this.buttonOk.UseVisualStyleBackColor = true;
|
|
this.buttonOk.Click += new System.EventHandler(this.OnCancel);
|
|
//
|
|
// 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(221, 12);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "我们正在为您升级,请耐心等待一段时间";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.progressBarTotal);
|
|
this.panel2.Controls.Add(this.labelCurrentItem);
|
|
this.panel2.Controls.Add(this.progressBarCurrent);
|
|
this.panel2.Controls.Add(this.lblAll);
|
|
this.panel2.Controls.Add(this.label5);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.ForeColor = System.Drawing.SystemColors.ControlDark;
|
|
this.panel2.Location = new System.Drawing.Point(0, 63);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(462, 167);
|
|
this.panel2.TabIndex = 8;
|
|
//
|
|
// labelCurrentItem
|
|
//
|
|
this.labelCurrentItem.AutoSize = true;
|
|
this.labelCurrentItem.Location = new System.Drawing.Point(14, 36);
|
|
this.labelCurrentItem.Name = "labelCurrentItem";
|
|
this.labelCurrentItem.Size = new System.Drawing.Size(65, 12);
|
|
this.labelCurrentItem.TabIndex = 0;
|
|
this.labelCurrentItem.Text = "正在更新:";
|
|
//
|
|
// progressBarCurrent
|
|
//
|
|
this.progressBarCurrent.Location = new System.Drawing.Point(15, 53);
|
|
this.progressBarCurrent.Name = "progressBarCurrent";
|
|
this.progressBarCurrent.Size = new System.Drawing.Size(438, 12);
|
|
this.progressBarCurrent.Step = 1;
|
|
this.progressBarCurrent.TabIndex = 5;
|
|
//
|
|
// lblAll
|
|
//
|
|
this.lblAll.AutoSize = true;
|
|
this.lblAll.Location = new System.Drawing.Point(14, 75);
|
|
this.lblAll.Name = "lblAll";
|
|
this.lblAll.Size = new System.Drawing.Size(53, 12);
|
|
this.lblAll.TabIndex = 2;
|
|
this.lblAll.Text = "总进度:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(14, 11);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(101, 12);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = "来自:更新服务器";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(33, 44);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(245, 12);
|
|
this.label4.TabIndex = 0;
|
|
this.label4.Text = "这段时间您可以使用您的计算机办理其他事务";
|
|
//
|
|
// 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(462, 63);
|
|
this.panel1.TabIndex = 7;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(379, 3);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(79, 55);
|
|
this.pictureBox1.TabIndex = 1;
|
|
this.pictureBox1.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, 230);
|
|
this.splitter2.Name = "splitter2";
|
|
this.splitter2.Size = new System.Drawing.Size(462, 2);
|
|
this.splitter2.TabIndex = 11;
|
|
this.splitter2.TabStop = false;
|
|
//
|
|
// FrmProgress
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(462, 232);
|
|
this.Controls.Add(this.splitter1);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.splitter2);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmProgress";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "软件更新";
|
|
this.Load += new System.EventHandler(this.OnFormLoad);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Splitter splitter1;
|
|
private System.Windows.Forms.ProgressBar progressBarTotal;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Button buttonOk;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label labelCurrentItem;
|
|
private System.Windows.Forms.ProgressBar progressBarCurrent;
|
|
private System.Windows.Forms.Label lblAll;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Splitter splitter2;
|
|
}
|
|
} |