98 lines
4.0 KiB
C#
98 lines
4.0 KiB
C#
|
|
namespace rycUpdate
|
|||
|
|
{
|
|||
|
|
partial class Frmmain
|
|||
|
|
{
|
|||
|
|
/// <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(Frmmain));
|
|||
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|||
|
|
this.LblState = new System.Windows.Forms.Label();
|
|||
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// pictureBox1
|
|||
|
|
//
|
|||
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|||
|
|
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
|
|||
|
|
this.pictureBox1.Name = "pictureBox1";
|
|||
|
|
this.pictureBox1.Size = new System.Drawing.Size(119, 115);
|
|||
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
|
this.pictureBox1.TabIndex = 0;
|
|||
|
|
this.pictureBox1.TabStop = false;
|
|||
|
|
//
|
|||
|
|
// LblState
|
|||
|
|
//
|
|||
|
|
this.LblState.AutoSize = true;
|
|||
|
|
this.LblState.Location = new System.Drawing.Point(137, 41);
|
|||
|
|
this.LblState.Name = "LblState";
|
|||
|
|
this.LblState.Size = new System.Drawing.Size(95, 12);
|
|||
|
|
this.LblState.TabIndex = 1;
|
|||
|
|
this.LblState.Text = "正在进行升级...";
|
|||
|
|
//
|
|||
|
|
// progressBar1
|
|||
|
|
//
|
|||
|
|
this.progressBar1.Location = new System.Drawing.Point(137, 62);
|
|||
|
|
this.progressBar1.Name = "progressBar1";
|
|||
|
|
this.progressBar1.Size = new System.Drawing.Size(357, 23);
|
|||
|
|
this.progressBar1.TabIndex = 2;
|
|||
|
|
this.progressBar1.Visible = false;
|
|||
|
|
//
|
|||
|
|
// Frmmain
|
|||
|
|
//
|
|||
|
|
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(508, 151);
|
|||
|
|
this.Controls.Add(this.progressBar1);
|
|||
|
|
this.Controls.Add(this.LblState);
|
|||
|
|
this.Controls.Add(this.pictureBox1);
|
|||
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
|
this.MaximizeBox = false;
|
|||
|
|
this.MinimizeBox = false;
|
|||
|
|
this.Name = "Frmmain";
|
|||
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
|
this.Text = "正在升级中...";
|
|||
|
|
this.TopMost = true;
|
|||
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frmmain_FormClosing);
|
|||
|
|
this.Load += new System.EventHandler(this.Frmmain_Load);
|
|||
|
|
this.Shown += new System.EventHandler(this.Frmmain_Shown);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
this.PerformLayout();
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|||
|
|
private System.Windows.Forms.Label LblState;
|
|||
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|