namespace ICSSoft.Frame.APP
{
partial class FormICSStackAdd
{
///
/// 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(FormICSStackAdd));
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.lblTitle = new DevExpress.XtraEditors.LabelControl();
this.txtStackName = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txtStackCode = new DevExpress.XtraEditors.TextEdit();
this.txtMUSER = new DevExpress.XtraEditors.TextEdit();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
this.save = new DevExpress.XtraEditors.SimpleButton();
this.can = new DevExpress.XtraEditors.SimpleButton();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.label8 = new System.Windows.Forms.Label();
this.txtjia = new DevExpress.XtraEditors.TextEdit();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtCeng = new DevExpress.XtraEditors.TextEdit();
this.txtGe = new DevExpress.XtraEditors.TextEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.txtStorageName = new DevExpress.XtraEditors.TextEdit();
this.txtStorage_Serial = new DevExpress.XtraEditors.ButtonEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.MTIME = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.txtStackName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStackCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMUSER.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtjia.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCeng.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtGe.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStorageName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtStorage_Serial.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.MTIME.Properties)).BeginInit();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
this.btnClose.Appearance.Options.UseFont = true;
this.btnClose.Appearance.Options.UseForeColor = true;
this.btnClose.Appearance.Options.UseTextOptions = true;
this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
this.btnClose.Location = new System.Drawing.Point(374, 1);
this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(26, 23);
this.btnClose.TabIndex = 5;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// lblTitle
//
this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lblTitle.Location = new System.Drawing.Point(1, 1);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(68, 23);
this.lblTitle.TabIndex = 6;
this.lblTitle.Text = "新增库位";
//
// txtStackName
//
this.txtStackName.EnterMoveNextControl = true;
this.txtStackName.Location = new System.Drawing.Point(271, 150);
this.txtStackName.Name = "txtStackName";
this.txtStackName.Size = new System.Drawing.Size(149, 20);
this.txtStackName.TabIndex = 2;
this.txtStackName.Visible = false;
this.txtStackName.EditValueChanged += new System.EventHandler(this.txtStackName_EditValueChanged);
//
// labelControl1
//
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Blue;
this.labelControl1.Location = new System.Drawing.Point(36, 96);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(48, 14);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "库位编号";
//
// txtStackCode
//
this.txtStackCode.EditValue = "";
this.txtStackCode.EnterMoveNextControl = true;
this.txtStackCode.Location = new System.Drawing.Point(271, 177);
this.txtStackCode.Name = "txtStackCode";
this.txtStackCode.Size = new System.Drawing.Size(149, 20);
this.txtStackCode.TabIndex = 1;
this.txtStackCode.Visible = false;
this.txtStackCode.EditValueChanged += new System.EventHandler(this.txtStackCode_EditValueChanged);
//
// txtMUSER
//
this.txtMUSER.EnterMoveNextControl = true;
this.txtMUSER.Location = new System.Drawing.Point(113, 151);
this.txtMUSER.Name = "txtMUSER";
this.txtMUSER.Properties.ReadOnly = true;
this.txtMUSER.Size = new System.Drawing.Size(149, 20);
this.txtMUSER.TabIndex = 18;
//
// labelControl12
//
this.labelControl12.Location = new System.Drawing.Point(35, 180);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(48, 14);
this.labelControl12.TabIndex = 22;
this.labelControl12.Text = "维护时间";
//
// labelControl13
//
this.labelControl13.Location = new System.Drawing.Point(35, 154);
this.labelControl13.Name = "labelControl13";
this.labelControl13.Size = new System.Drawing.Size(36, 14);
this.labelControl13.TabIndex = 23;
this.labelControl13.Text = "维护人";
//
// save
//
this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.save.Location = new System.Drawing.Point(115, 220);
this.save.Name = "save";
this.save.Size = new System.Drawing.Size(68, 23);
this.save.TabIndex = 30;
this.save.Text = "保存";
this.save.Click += new System.EventHandler(this.save_Click);
//
// can
//
this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.can.Location = new System.Drawing.Point(195, 220);
this.can.Name = "can";
this.can.Size = new System.Drawing.Size(68, 23);
this.can.TabIndex = 31;
this.can.Text = "取消";
this.can.Click += new System.EventHandler(this.can_Click);
//
// panelControl1
//
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.label8);
this.panelControl1.Controls.Add(this.txtjia);
this.panelControl1.Controls.Add(this.label12);
this.panelControl1.Controls.Add(this.label11);
this.panelControl1.Controls.Add(this.label7);
this.panelControl1.Controls.Add(this.label6);
this.panelControl1.Controls.Add(this.label5);
this.panelControl1.Controls.Add(this.label4);
this.panelControl1.Controls.Add(this.label3);
this.panelControl1.Controls.Add(this.txtCeng);
this.panelControl1.Controls.Add(this.txtGe);
this.panelControl1.Controls.Add(this.labelControl4);
this.panelControl1.Controls.Add(this.txtStorageName);
this.panelControl1.Controls.Add(this.txtStorage_Serial);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.MTIME);
this.panelControl1.Controls.Add(this.can);
this.panelControl1.Controls.Add(this.save);
this.panelControl1.Controls.Add(this.labelControl13);
this.panelControl1.Controls.Add(this.labelControl12);
this.panelControl1.Controls.Add(this.txtMUSER);
this.panelControl1.Controls.Add(this.txtStackCode);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.txtStackName);
this.panelControl1.Location = new System.Drawing.Point(1, 27);
this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(400, 250);
this.panelControl1.TabIndex = 23;
//
// label8
//
this.label8.AutoSize = true;
this.label8.ForeColor = System.Drawing.Color.Silver;
this.label8.Location = new System.Drawing.Point(101, 121);
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(60, 14);
this.label8.TabIndex = 65;
this.label8.Text = "货架(4位)";
//
// txtjia
//
this.txtjia.EditValue = "";
this.txtjia.EnterMoveNextControl = true;
this.txtjia.Location = new System.Drawing.Point(115, 92);
this.txtjia.Name = "txtjia";
this.txtjia.Size = new System.Drawing.Size(34, 20);
this.txtjia.TabIndex = 63;
//
// label12
//
this.label12.AutoSize = true;
this.label12.ForeColor = System.Drawing.Color.Silver;
this.label12.Location = new System.Drawing.Point(165, 121);
this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(18, 14);
this.label12.TabIndex = 60;
this.label12.Text = "—";
//
// label11
//
this.label11.AutoSize = true;
this.label11.ForeColor = System.Drawing.Color.Silver;
this.label11.Location = new System.Drawing.Point(260, 121);
this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(18, 14);
this.label11.TabIndex = 59;
this.label11.Text = "—";
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.Silver;
this.label7.Location = new System.Drawing.Point(192, 122);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(60, 14);
this.label7.TabIndex = 55;
this.label7.Text = "层高(2位)";
//
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.Silver;
this.label6.Location = new System.Drawing.Point(285, 122);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(60, 14);
this.label6.TabIndex = 54;
this.label6.Text = "库位(2位)";
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Silver;
this.label5.Location = new System.Drawing.Point(20, 121);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 14);
this.label5.TabIndex = 53;
this.label5.Text = "格式(位数):";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(260, 96);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(18, 14);
this.label4.TabIndex = 52;
this.label4.Text = "—";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(165, 96);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(18, 14);
this.label3.TabIndex = 51;
this.label3.Text = "—";
//
// txtCeng
//
this.txtCeng.EditValue = "";
this.txtCeng.EnterMoveNextControl = true;
this.txtCeng.Location = new System.Drawing.Point(206, 92);
this.txtCeng.Name = "txtCeng";
this.txtCeng.Size = new System.Drawing.Size(34, 20);
this.txtCeng.TabIndex = 47;
//
// txtGe
//
this.txtGe.EditValue = "";
this.txtGe.EnterMoveNextControl = true;
this.txtGe.Location = new System.Drawing.Point(297, 92);
this.txtGe.Name = "txtGe";
this.txtGe.Size = new System.Drawing.Size(34, 20);
this.txtGe.TabIndex = 48;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(36, 45);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(48, 14);
this.labelControl4.TabIndex = 43;
this.labelControl4.Text = "库房名称";
//
// txtStorageName
//
this.txtStorageName.EnterMoveNextControl = true;
this.txtStorageName.Location = new System.Drawing.Point(114, 42);
this.txtStorageName.Name = "txtStorageName";
this.txtStorageName.Properties.ReadOnly = true;
this.txtStorageName.Size = new System.Drawing.Size(149, 20);
this.txtStorageName.TabIndex = 42;
//
// txtStorage_Serial
//
this.txtStorage_Serial.Location = new System.Drawing.Point(114, 16);
this.txtStorage_Serial.Name = "txtStorage_Serial";
this.txtStorage_Serial.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtStorage_Serial.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtStorage_Serial.Size = new System.Drawing.Size(149, 20);
this.txtStorage_Serial.TabIndex = 41;
this.txtStorage_Serial.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnCategory_ButtonClick);
//
// labelControl3
//
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Blue;
this.labelControl3.Location = new System.Drawing.Point(36, 18);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(48, 14);
this.labelControl3.TabIndex = 40;
this.labelControl3.Text = "库房编号";
//
// MTIME
//
this.MTIME.EnterMoveNextControl = true;
this.MTIME.Location = new System.Drawing.Point(113, 177);
this.MTIME.Name = "MTIME";
this.MTIME.Properties.ReadOnly = true;
this.MTIME.Size = new System.Drawing.Size(149, 20);
this.MTIME.TabIndex = 37;
//
// FormICSStackAdd
//
this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
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(402, 304);
this.Controls.Add(this.panelControl1);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnClose);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormICSStackAdd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormContainerAddEdit";
this.Load += new System.EventHandler(this.FormICSStackAdd_Load);
((System.ComponentModel.ISupportInitialize)(this.txtStackName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStackCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMUSER.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtjia.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCeng.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtGe.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStorageName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtStorage_Serial.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.MTIME.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraEditors.LabelControl lblTitle;
private DevExpress.XtraEditors.TextEdit txtStackName;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit txtStackCode;
private DevExpress.XtraEditors.TextEdit txtMUSER;
private DevExpress.XtraEditors.LabelControl labelControl12;
private DevExpress.XtraEditors.LabelControl labelControl13;
private DevExpress.XtraEditors.SimpleButton save;
private DevExpress.XtraEditors.SimpleButton can;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.TextEdit MTIME;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.ButtonEdit txtStorage_Serial;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.TextEdit txtStorageName;
private DevExpress.XtraEditors.TextEdit txtCeng;
private DevExpress.XtraEditors.TextEdit txtGe;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label8;
private DevExpress.XtraEditors.TextEdit txtjia;
}
}