华恒Mes鼎捷代码
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.

103 lines
4.3 KiB

namespace ICSSoft.AutoUpdate.Edition.DownLoad
{
partial class FormAutoUpdate
{
/// <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(FormAutoUpdate));
this.fileList = new DevExpress.XtraEditors.ListBoxControl();
this.btnStart = new DevExpress.XtraEditors.SimpleButton();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.lblState = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.fileList)).BeginInit();
this.SuspendLayout();
//
// fileList
//
this.fileList.Location = new System.Drawing.Point(-4, 0);
this.fileList.Name = "fileList";
this.fileList.Size = new System.Drawing.Size(443, 300);
this.fileList.TabIndex = 0;
//
// btnStart
//
this.btnStart.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
this.btnStart.Location = new System.Drawing.Point(364, 306);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(75, 23);
this.btnStart.TabIndex = 1;
this.btnStart.Text = "开始更新";
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(2, 306);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(52, 14);
this.labelControl1.TabIndex = 3;
this.labelControl1.Text = "更新状态:";
//
// lblState
//
this.lblState.Location = new System.Drawing.Point(61, 306);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(24, 14);
this.lblState.TabIndex = 4;
this.lblState.Text = "就绪";
//
// FormAutoUpdate
//
this.Appearance.BackColor = System.Drawing.Color.White;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(440, 328);
this.Controls.Add(this.lblState);
this.Controls.Add(this.labelControl1);
this.Controls.Add(this.btnStart);
this.Controls.Add(this.fileList);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormAutoUpdate";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "补丁更新-智合诚IMES ";
this.Load += new System.EventHandler(this.FormAutoUpdate_Load);
((System.ComponentModel.ISupportInitialize)(this.fileList)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.ListBoxControl fileList;
private DevExpress.XtraEditors.SimpleButton btnStart;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl lblState;
}
}