namespace ICSSoft.Frame.APP { partial class FormPhysicalAdd { /// /// 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(FormMOBeginningAdd)); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.txtItemName = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.save = new DevExpress.XtraEditors.SimpleButton(); this.can = new DevExpress.XtraEditors.SimpleButton(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.txtItemStd = new DevExpress.XtraEditors.LookUpEdit(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.txtBatchCode = new DevExpress.XtraEditors.TextEdit(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.txtFree4 = new DevExpress.XtraEditors.TextEdit(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.txtFree3 = new DevExpress.XtraEditors.TextEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.txtFree2 = new DevExpress.XtraEditors.TextEdit(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.txtFree1 = new DevExpress.XtraEditors.TextEdit(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.txtBatchQty = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.txtERPqty = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txtUnits = new DevExpress.XtraEditors.TextEdit(); this.txtItemCode = new DevExpress.XtraEditors.TextEdit(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txtChange = new DevExpress.XtraEditors.TextEdit(); ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtItemStd.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBatchCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFree4.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFree3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFree2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFree1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBatchQty.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtERPqty.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUnits.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtChange.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(325, 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(100, 23); this.lblTitle.TabIndex = 6; this.lblTitle.Text = " 期初批次录入"; // // txtItemName // this.txtItemName.EnterMoveNextControl = true; this.txtItemName.Location = new System.Drawing.Point(89, 16); this.txtItemName.Name = "txtItemName"; this.txtItemName.Properties.Leave += new System.EventHandler(this.txtItemName_Properties_Leave); this.txtItemName.Size = new System.Drawing.Size(231, 20); this.txtItemName.TabIndex = 2; // // labelControl2 // this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Blue; this.labelControl2.Location = new System.Drawing.Point(30, 19); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(48, 14); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "存货名称"; // // labelControl1 // this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Blue; this.labelControl1.Location = new System.Drawing.Point(30, 178); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(48, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "存货编码"; // // save // this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.save.Location = new System.Drawing.Point(98, 364); 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(198, 364); 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.btnClose_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.txtItemStd); this.panelControl1.Controls.Add(this.labelControl11); this.panelControl1.Controls.Add(this.txtBatchCode); this.panelControl1.Controls.Add(this.labelControl10); this.panelControl1.Controls.Add(this.txtFree4); this.panelControl1.Controls.Add(this.labelControl12); this.panelControl1.Controls.Add(this.txtFree3); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Controls.Add(this.txtFree2); this.panelControl1.Controls.Add(this.labelControl9); this.panelControl1.Controls.Add(this.txtFree1); this.panelControl1.Controls.Add(this.labelControl8); this.panelControl1.Controls.Add(this.txtBatchQty); this.panelControl1.Controls.Add(this.labelControl5); this.panelControl1.Controls.Add(this.txtERPqty); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.txtUnits); this.panelControl1.Controls.Add(this.txtItemCode); this.panelControl1.Controls.Add(this.labelControl7); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.txtChange); this.panelControl1.Controls.Add(this.can); this.panelControl1.Controls.Add(this.save); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.txtItemName); 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(350, 414); this.panelControl1.TabIndex = 23; // // txtItemStd // this.txtItemStd.Location = new System.Drawing.Point(89, 43); this.txtItemStd.Name = "txtItemStd"; this.txtItemStd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtItemStd.Size = new System.Drawing.Size(231, 20); this.txtItemStd.TabIndex = 79; this.txtItemStd.EditValueChanged += new System.EventHandler(this.txtItemStd_EditValueChanged); // // labelControl11 // this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Blue; this.labelControl11.Location = new System.Drawing.Point(54, 284); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(24, 14); this.labelControl11.TabIndex = 78; this.labelControl11.Text = "批次"; // // txtBatchCode // this.txtBatchCode.EditValue = ""; this.txtBatchCode.EnterMoveNextControl = true; this.txtBatchCode.Location = new System.Drawing.Point(89, 281); this.txtBatchCode.Name = "txtBatchCode"; this.txtBatchCode.Properties.Mask.EditMask = "\\d{0,15}"; this.txtBatchCode.Size = new System.Drawing.Size(231, 20); this.txtBatchCode.TabIndex = 77; // // labelControl10 // this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Blue; this.labelControl10.Location = new System.Drawing.Point(30, 152); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(48, 14); this.labelControl10.TabIndex = 75; this.labelControl10.Text = "不良原因"; // // txtFree4 // this.txtFree4.EnterMoveNextControl = true; this.txtFree4.Location = new System.Drawing.Point(89, 149); this.txtFree4.Name = "txtFree4"; this.txtFree4.Properties.ReadOnly = true; this.txtFree4.Size = new System.Drawing.Size(231, 20); this.txtFree4.TabIndex = 76; // // labelControl12 // this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Blue; this.labelControl12.Location = new System.Drawing.Point(54, 125); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(24, 14); this.labelControl12.TabIndex = 73; this.labelControl12.Text = "定制"; // // txtFree3 // this.txtFree3.EnterMoveNextControl = true; this.txtFree3.Location = new System.Drawing.Point(89, 122); this.txtFree3.Name = "txtFree3"; this.txtFree3.Properties.ReadOnly = true; this.txtFree3.Size = new System.Drawing.Size(231, 20); this.txtFree3.TabIndex = 74; // // labelControl6 // this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Blue; this.labelControl6.Location = new System.Drawing.Point(54, 99); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(24, 14); this.labelControl6.TabIndex = 71; this.labelControl6.Text = "下膜"; // // txtFree2 // this.txtFree2.EnterMoveNextControl = true; this.txtFree2.Location = new System.Drawing.Point(89, 96); this.txtFree2.Name = "txtFree2"; this.txtFree2.Properties.ReadOnly = true; this.txtFree2.Size = new System.Drawing.Size(231, 20); this.txtFree2.TabIndex = 72; // // labelControl9 // this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Blue; this.labelControl9.Location = new System.Drawing.Point(54, 72); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(24, 14); this.labelControl9.TabIndex = 69; this.labelControl9.Text = "上膜"; // // txtFree1 // this.txtFree1.EnterMoveNextControl = true; this.txtFree1.Location = new System.Drawing.Point(89, 69); this.txtFree1.Name = "txtFree1"; this.txtFree1.Properties.ReadOnly = true; this.txtFree1.Size = new System.Drawing.Size(231, 20); this.txtFree1.TabIndex = 70; // // labelControl8 // this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Blue; this.labelControl8.Location = new System.Drawing.Point(30, 310); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(48, 14); this.labelControl8.TabIndex = 68; this.labelControl8.Text = "批次数量"; // // txtBatchQty // this.txtBatchQty.EditValue = ""; this.txtBatchQty.EnterMoveNextControl = true; this.txtBatchQty.Location = new System.Drawing.Point(89, 307); this.txtBatchQty.Name = "txtBatchQty"; this.txtBatchQty.Properties.Mask.EditMask = "\\d{0,15}"; this.txtBatchQty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.txtBatchQty.Size = new System.Drawing.Size(231, 20); this.txtBatchQty.TabIndex = 67; // // labelControl5 // this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Blue; this.labelControl5.Location = new System.Drawing.Point(21, 205); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(57, 14); this.labelControl5.TabIndex = 66; this.labelControl5.Text = "ERP现存量"; // // txtERPqty // this.txtERPqty.EditValue = ""; this.txtERPqty.EnterMoveNextControl = true; this.txtERPqty.Location = new System.Drawing.Point(89, 202); this.txtERPqty.Name = "txtERPqty"; this.txtERPqty.Properties.Mask.EditMask = "f2"; this.txtERPqty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txtERPqty.Properties.ReadOnly = true; this.txtERPqty.Size = new System.Drawing.Size(231, 20); this.txtERPqty.TabIndex = 65; // // labelControl3 // this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Blue; this.labelControl3.Location = new System.Drawing.Point(18, 258); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 14); this.labelControl3.TabIndex = 64; this.labelControl3.Text = "辅计量单位"; // // txtUnits // this.txtUnits.EnterMoveNextControl = true; this.txtUnits.Location = new System.Drawing.Point(89, 255); this.txtUnits.Name = "txtUnits"; this.txtUnits.Properties.ReadOnly = true; this.txtUnits.Size = new System.Drawing.Size(231, 20); this.txtUnits.TabIndex = 63; // // txtItemCode // this.txtItemCode.EnterMoveNextControl = true; this.txtItemCode.Location = new System.Drawing.Point(89, 176); this.txtItemCode.Name = "txtItemCode"; this.txtItemCode.Properties.ReadOnly = true; this.txtItemCode.Size = new System.Drawing.Size(231, 20); this.txtItemCode.TabIndex = 62; // // labelControl7 // this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Blue; this.labelControl7.Location = new System.Drawing.Point(30, 46); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(48, 14); this.labelControl7.TabIndex = 44; this.labelControl7.Text = "规格型号"; // // labelControl4 // this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Blue; this.labelControl4.Location = new System.Drawing.Point(42, 232); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(36, 14); this.labelControl4.TabIndex = 41; this.labelControl4.Text = "转换率"; // // txtChange // this.txtChange.EnterMoveNextControl = true; this.txtChange.Location = new System.Drawing.Point(89, 229); this.txtChange.Name = "txtChange"; this.txtChange.Properties.ReadOnly = true; this.txtChange.Size = new System.Drawing.Size(231, 20); this.txtChange.TabIndex = 38; // // FormMOBeginningAdd // 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(352, 468); this.Controls.Add(this.panelControl1); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormMOBeginningAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormContainerAddEdit"; this.Load += new System.EventHandler(this.FormPurchasingAdd_Load); ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtItemStd.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBatchCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFree4.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFree3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFree2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFree1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtBatchQty.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtERPqty.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUnits.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtChange.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.TextEdit txtItemName; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton save; private DevExpress.XtraEditors.SimpleButton can; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txtChange; private DevExpress.XtraEditors.TextEdit txtItemCode; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit txtUnits; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.TextEdit txtERPqty; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.TextEdit txtBatchQty; private DevExpress.XtraEditors.LabelControl labelControl11; private DevExpress.XtraEditors.TextEdit txtBatchCode; private DevExpress.XtraEditors.LabelControl labelControl10; private DevExpress.XtraEditors.TextEdit txtFree4; private DevExpress.XtraEditors.LabelControl labelControl12; private DevExpress.XtraEditors.TextEdit txtFree3; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.TextEdit txtFree2; private DevExpress.XtraEditors.LabelControl labelControl9; private DevExpress.XtraEditors.TextEdit txtFree1; private DevExpress.XtraEditors.LookUpEdit txtItemStd; } }