namespace CSFrameworkV5.SystemModule
{
partial class frmUpgraderUpload
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUpgraderUpload));
this.txtFile = new DevExpress.XtraEditors.ButtonEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.btnUpload = new DevExpress.XtraEditors.SimpleButton();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.txtVersion = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.panel1 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.txtUpgraderName = new DevExpress.XtraEditors.LookUpEdit();
this.label1 = new System.Windows.Forms.Label();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.textBox1 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.pnlButtonAction.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtFile.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtVersion.Properties)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtUpgraderName.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Controls.Add(this.textBox1);
this.panelControl1.Controls.Add(this.label1);
this.panelControl1.Controls.Add(this.txtUpgraderName);
this.panelControl1.Controls.Add(this.labelControl5);
this.panelControl1.Controls.Add(this.labelControl7);
this.panelControl1.Controls.Add(this.panel1);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.btnUpload);
this.panelControl1.Controls.Add(this.txtVersion);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.txtFile);
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.panelControl1.Size = new System.Drawing.Size(594, 397);
//
// btnOk
//
this.btnOk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.ImageOptions.Image")));
this.btnOk.Location = new System.Drawing.Point(171, 12);
this.btnOk.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.btnOk.Visible = false;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
this.btnCancel.Location = new System.Drawing.Point(293, 12);
this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.btnCancel.Text = "关闭";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// pnlButtonAction
//
this.pnlButtonAction.Location = new System.Drawing.Point(0, 405);
this.pnlButtonAction.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.pnlButtonAction.Size = new System.Drawing.Size(594, 71);
//
// txtFile
//
this.txtFile.Location = new System.Drawing.Point(125, 215);
this.txtFile.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtFile.Name = "txtFile";
this.txtFile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtFile.Size = new System.Drawing.Size(417, 24);
this.txtFile.TabIndex = 0;
this.txtFile.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtFile_ButtonClick);
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(22, 219);
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(105, 18);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "升级程序文件:";
//
// btnUpload
//
this.btnUpload.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnUpload.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnUpload.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnUpload.ImageOptions.Image")));
this.btnUpload.Location = new System.Drawing.Point(125, 311);
this.btnUpload.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnUpload.Name = "btnUpload";
this.btnUpload.Size = new System.Drawing.Size(131, 53);
this.btnUpload.TabIndex = 2;
this.btnUpload.Text = "上传文件";
this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(65, 267);
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 18);
this.labelControl2.TabIndex = 3;
this.labelControl2.Text = "版本号:";
//
// txtVersion
//
this.txtVersion.Enabled = false;
this.txtVersion.Location = new System.Drawing.Point(125, 262);
this.txtVersion.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtVersion.Name = "txtVersion";
this.txtVersion.Size = new System.Drawing.Size(238, 24);
this.txtVersion.TabIndex = 4;
//
// labelControl3
//
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelControl3.Appearance.Options.UseForeColor = true;
this.labelControl3.Location = new System.Drawing.Point(369, 267);
this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(72, 18);
this.labelControl3.TabIndex = 5;
this.labelControl3.Text = "(自动生成)";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Silver;
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.labelControl6);
this.panel1.Controls.Add(this.labelControl4);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(594, 80);
this.panel1.TabIndex = 6;
//
// pictureBox1
//
this.pictureBox1.Image = global::CSFrameworkV5.SystemModule.Properties.Resources.process_accept;
this.pictureBox1.Location = new System.Drawing.Point(14, 5);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(65, 71);
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(86, 45);
this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(178, 18);
this.labelControl6.TabIndex = 0;
this.labelControl6.Text = "Upload Auto Upgrader .DLL";
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Location = new System.Drawing.Point(86, 17);
this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(96, 18);
this.labelControl4.TabIndex = 0;
this.labelControl4.Text = "上传升级组件";
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(49, 166);
this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(75, 18);
this.labelControl5.TabIndex = 7;
this.labelControl5.Text = "文件类型:";
//
// txtUpgraderName
//
this.txtUpgraderName.Location = new System.Drawing.Point(125, 162);
this.txtUpgraderName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtUpgraderName.Name = "txtUpgraderName";
this.txtUpgraderName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtUpgraderName.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "程序类型", 200, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
this.txtUpgraderName.Properties.NullText = "";
this.txtUpgraderName.Size = new System.Drawing.Size(238, 24);
this.txtUpgraderName.TabIndex = 9;
//
// label1
//
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label1.Location = new System.Drawing.Point(0, 394);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(594, 3);
this.label1.TabIndex = 10;
this.label1.Text = "label1";
//
// labelControl7
//
this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl7.Appearance.Options.UseFont = true;
this.labelControl7.Appearance.Options.UseForeColor = true;
this.labelControl7.Location = new System.Drawing.Point(125, 93);
this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(0, 22);
this.labelControl7.TabIndex = 1;
//
// textBox1
//
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.ForeColor = System.Drawing.SystemColors.MenuHighlight;
this.textBox1.Location = new System.Drawing.Point(86, 96);
this.textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(425, 19);
this.textBox1.TabIndex = 11;
this.textBox1.Text = "GS_MES 1.0版本";
//
// frmUpgraderUpload
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(594, 476);
this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
this.Name = "frmUpgraderUpload";
this.Text = "上传升级程序";
this.Load += new System.EventHandler(this.frmUpgraderUpload_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
this.pnlButtonAction.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtFile.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtVersion.Properties)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtUpgraderName.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.ButtonEdit txtFile;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.SimpleButton btnUpload;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.TextEdit txtVersion;
private DevExpress.XtraEditors.LabelControl labelControl3;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.LabelControl labelControl4;
private System.Windows.Forms.PictureBox pictureBox1;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LookUpEdit txtUpgraderName;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.LabelControl labelControl7;
private System.Windows.Forms.TextBox textBox1;
}
}