|
|
namespace ICSSoft.Frame.APP { partial class FormICSStackAddEdit { /// <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(FormICSStackAddEdit)); 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.label14 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = 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.label1 = new System.Windows.Forms.Label(); this.txtCeng = new DevExpress.XtraEditors.TextEdit(); this.txtPai = new DevExpress.XtraEditors.TextEdit(); this.txtGe = new DevExpress.XtraEditors.TextEdit(); this.txtQu = 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.txtCeng.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPai.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtGe.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtQu.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, 185); 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.label14); this.panelControl1.Controls.Add(this.label12); this.panelControl1.Controls.Add(this.label11); this.panelControl1.Controls.Add(this.label10); this.panelControl1.Controls.Add(this.label9); 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.label1); this.panelControl1.Controls.Add(this.txtCeng); this.panelControl1.Controls.Add(this.txtPai); this.panelControl1.Controls.Add(this.txtGe); this.panelControl1.Controls.Add(this.txtQu); 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; this.panelControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControl1_Paint); //
// label14
//
this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.Silver; this.label14.Location = new System.Drawing.Point(147, 120); this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(18, 14); this.label14.TabIndex = 62; this.label14.Text = "—"; //
// label12
//
this.label12.AutoSize = true; this.label12.ForeColor = System.Drawing.Color.Silver; this.label12.Location = new System.Drawing.Point(210, 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(269, 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 = "—"; //
// label10
//
this.label10.AutoSize = true; this.label10.ForeColor = System.Drawing.Color.Silver; this.label10.Location = new System.Drawing.Point(119, 120); this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(19, 14); this.label10.TabIndex = 58; this.label10.Text = "区"; //
// label9
//
this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.Silver; this.label9.Location = new System.Drawing.Point(168, 120); this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(31, 14); this.label9.TabIndex = 57; this.label9.Text = "货架"; //
// label7
//
this.label7.AutoSize = true; this.label7.ForeColor = System.Drawing.Color.Silver; this.label7.Location = new System.Drawing.Point(238, 120); this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(19, 14); this.label7.TabIndex = 55; this.label7.Text = "层"; //
// label6
//
this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.Silver; this.label6.Location = new System.Drawing.Point(295, 120); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(19, 14); this.label6.TabIndex = 54; this.label6.Text = "格"; //
// label5
//
this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.Silver; this.label5.Location = new System.Drawing.Point(51, 120); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(43, 14); this.label5.TabIndex = 53; this.label5.Text = "格式:"; //
// label4
//
this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(264, 93); 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(206, 93); 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 = "—"; //
// label1
//
this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(149, 94); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(18, 14); this.label1.TabIndex = 49; this.label1.Text = "—"; //
// txtCeng
//
this.txtCeng.EditValue = ""; this.txtCeng.EnterMoveNextControl = true; this.txtCeng.Location = new System.Drawing.Point(229, 92); this.txtCeng.Name = "txtCeng"; this.txtCeng.Size = new System.Drawing.Size(34, 20); this.txtCeng.TabIndex = 47; //
// txtPai
//
this.txtPai.EditValue = ""; this.txtPai.EnterMoveNextControl = true; this.txtPai.Location = new System.Drawing.Point(167, 92); this.txtPai.Name = "txtPai"; this.txtPai.Size = new System.Drawing.Size(34, 20); this.txtPai.TabIndex = 45; //
// txtGe
//
this.txtGe.EditValue = ""; this.txtGe.EnterMoveNextControl = true; this.txtGe.Location = new System.Drawing.Point(283, 92); this.txtGe.Name = "txtGe"; this.txtGe.Size = new System.Drawing.Size(34, 20); this.txtGe.TabIndex = 48; //
// txtQu
//
this.txtQu.EditValue = ""; this.txtQu.EnterMoveNextControl = true; this.txtQu.Location = new System.Drawing.Point(113, 92); this.txtQu.Name = "txtQu"; this.txtQu.Size = new System.Drawing.Size(34, 20); this.txtQu.TabIndex = 44; //
// 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; //
// FormICSStackAddEdit
//
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 = "FormICSStackAddEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormContainerAddEdit"; this.Load += new System.EventHandler(this.FormICSStackAddEdit_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.txtCeng.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPai.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtGe.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtQu.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 System.Windows.Forms.Label label1; private DevExpress.XtraEditors.TextEdit txtCeng; private DevExpress.XtraEditors.TextEdit txtPai; private DevExpress.XtraEditors.TextEdit txtGe; private DevExpress.XtraEditors.TextEdit txtQu; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; 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; } }
|