体检系统架构
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

95 lines
3.8 KiB

namespace Update
{
partial class MainFrom
{
/// <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.MainBackgroundWorker = new System.ComponentModel.BackgroundWorker();
this.MainProgressBar = new System.Windows.Forms.ProgressBar();
this.label1 = new System.Windows.Forms.Label();
this.MainProcessLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// MainBackgroundWorker
//
this.MainBackgroundWorker.WorkerReportsProgress = true;
//
// MainProgressBar
//
this.MainProgressBar.Location = new System.Drawing.Point(16, 48);
this.MainProgressBar.Name = "MainProgressBar";
this.MainProgressBar.Size = new System.Drawing.Size(365, 33);
this.MainProgressBar.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(286, 19);
this.label1.TabIndex = 1;
this.label1.Text = "更新程序运行中, 请勿操作电脑!";
//
// MainProcessLabel
//
this.MainProcessLabel.AutoSize = true;
this.MainProcessLabel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.MainProcessLabel.Location = new System.Drawing.Point(392, 55);
this.MainProcessLabel.Name = "MainProcessLabel";
this.MainProcessLabel.Size = new System.Drawing.Size(21, 14);
this.MainProcessLabel.TabIndex = 2;
this.MainProcessLabel.Text = "0%";
//
// MainFrom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(442, 102);
this.ControlBox = false;
this.Controls.Add(this.MainProcessLabel);
this.Controls.Add(this.label1);
this.Controls.Add(this.MainProgressBar);
this.Name = "MainFrom";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "更新程序";
this.TopMost = true;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.ComponentModel.BackgroundWorker MainBackgroundWorker;
private System.Windows.Forms.ProgressBar MainProgressBar;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label MainProcessLabel;
}
}