|
|
|
|
namespace UpdateOnline
|
|
|
|
|
{
|
|
|
|
|
partial class Form1
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
|
|
|
this.btnRestart = new System.Windows.Forms.Button();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// progressBar1
|
|
|
|
|
//
|
|
|
|
|
this.progressBar1.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.progressBar1.Name = "progressBar1";
|
|
|
|
|
this.progressBar1.Size = new System.Drawing.Size(323, 23);
|
|
|
|
|
this.progressBar1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// btnRestart
|
|
|
|
|
//
|
|
|
|
|
this.btnRestart.Location = new System.Drawing.Point(113, 53);
|
|
|
|
|
this.btnRestart.Name = "btnRestart";
|
|
|
|
|
this.btnRestart.Size = new System.Drawing.Size(145, 23);
|
|
|
|
|
this.btnRestart.TabIndex = 1;
|
|
|
|
|
this.btnRestart.Text = "重启工具";
|
|
|
|
|
this.btnRestart.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnRestart.Click += new System.EventHandler(this.btnRestart_Click);
|
|
|
|
|
//
|
|
|
|
|
// Form1
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.Color.White;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(351, 104);
|
|
|
|
|
this.Controls.Add(this.btnRestart);
|
|
|
|
|
this.Controls.Add(this.progressBar1);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
|
|
this.Name = "Form1";
|
|
|
|
|
this.Text = "Form1";
|
|
|
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
|
|
|
private System.Windows.Forms.Button btnRestart;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|