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.
111 lines
4.2 KiB
111 lines
4.2 KiB
namespace ChangKeTec.Wms.Updater
|
|
{
|
|
partial class FormAutoUpdate
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.lblPercent = new System.Windows.Forms.Label();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.pbDownload = new System.Windows.Forms.ProgressBar();
|
|
this.txtDesc = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(224, 329);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(121, 15);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "正在下载文件...";
|
|
//
|
|
// lblPercent
|
|
//
|
|
this.lblPercent.AutoSize = true;
|
|
this.lblPercent.Location = new System.Drawing.Point(12, 329);
|
|
this.lblPercent.Name = "lblPercent";
|
|
this.lblPercent.Size = new System.Drawing.Size(87, 15);
|
|
this.lblPercent.TabIndex = 5;
|
|
this.lblPercent.Text = "lblPercent";
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(498, 325);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 6;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// pbDownload
|
|
//
|
|
this.pbDownload.Location = new System.Drawing.Point(15, 296);
|
|
this.pbDownload.Name = "pbDownload";
|
|
this.pbDownload.Size = new System.Drawing.Size(558, 23);
|
|
this.pbDownload.TabIndex = 7;
|
|
//
|
|
// txtDesc
|
|
//
|
|
this.txtDesc.Location = new System.Drawing.Point(15, 12);
|
|
this.txtDesc.Multiline = true;
|
|
this.txtDesc.Name = "txtDesc";
|
|
this.txtDesc.ReadOnly = true;
|
|
this.txtDesc.Size = new System.Drawing.Size(555, 278);
|
|
this.txtDesc.TabIndex = 8;
|
|
//
|
|
// FormAutoUpdate
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(582, 355);
|
|
this.Controls.Add(this.txtDesc);
|
|
this.Controls.Add(this.pbDownload);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.lblPercent);
|
|
this.Controls.Add(this.label1);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "FormAutoUpdate";
|
|
this.Text = "自动更新";
|
|
this.Load += new System.EventHandler(this.FormAutoUpdate_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label lblPercent;
|
|
private System.Windows.Forms.ProgressBar pbDownload;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.TextBox txtDesc;
|
|
}
|
|
}
|
|
|
|
|