namespace DeiNiu.wms.win { partial class StockOrder { /// /// 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(StockOrder)); this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.bbQuery = new DevExpress.XtraBars.BarButtonItem(); this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.btnSubmit = new DevExpress.XtraEditors.SimpleButton(); this.lbOrderNo = new DevExpress.XtraEditors.LabelControl(); this.btnPickItems = new DevExpress.XtraEditors.SimpleButton(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.btnCreate = new DevExpress.XtraEditors.SimpleButton(); this.comType = new DevExpress.XtraEditors.ComboBoxEdit(); this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlGroup12 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlGroup13 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup(); this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator(); this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup13)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); this.SuspendLayout(); // // ribbon // this.ribbon.ExpandCollapseItem.Id = 0; this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbon.ExpandCollapseItem, this.bbQuery}); this.ribbon.Location = new System.Drawing.Point(0, 0); this.ribbon.MaxItemId = 4; this.ribbon.Name = "ribbon"; this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.ribbonPage1}); this.ribbon.Size = new System.Drawing.Size(1176, 147); // // bbQuery // this.bbQuery.Caption = "查询"; this.bbQuery.Id = 1; this.bbQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbQuery.ImageOptions.Image"))); this.bbQuery.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbQuery.ImageOptions.LargeImage"))); this.bbQuery.Name = "bbQuery"; this.bbQuery.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbQuery_ItemClick_1); // // ribbonPage1 // this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup1}); this.ribbonPage1.Name = "ribbonPage1"; this.ribbonPage1.Text = "编辑"; // // ribbonPageGroup1 // this.ribbonPageGroup1.ItemLinks.Add(this.bbQuery); this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.Text = "编辑"; // // layoutControl1 // this.layoutControl1.Controls.Add(this.comboBoxEdit1); this.layoutControl1.Controls.Add(this.btnSubmit); this.layoutControl1.Controls.Add(this.lbOrderNo); this.layoutControl1.Controls.Add(this.btnPickItems); this.layoutControl1.Controls.Add(this.gridControl1); this.layoutControl1.Controls.Add(this.btnCreate); this.layoutControl1.Controls.Add(this.comType); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlGroup10, this.layoutControlGroup12, this.layoutControlGroup13}); this.layoutControl1.Location = new System.Drawing.Point(0, 147); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1689, 510, 450, 400); this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(1176, 352); this.layoutControl1.TabIndex = 2; this.layoutControl1.Text = "layoutControl1"; // // comboBoxEdit1 // this.comboBoxEdit1.Location = new System.Drawing.Point(318, 33); this.comboBoxEdit1.Name = "comboBoxEdit1"; this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit1.Size = new System.Drawing.Size(162, 20); this.comboBoxEdit1.StyleController = this.layoutControl1; this.comboBoxEdit1.TabIndex = 68; // // btnSubmit // this.btnSubmit.Location = new System.Drawing.Point(555, 33); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(61, 22); this.btnSubmit.StyleController = this.layoutControl1; this.btnSubmit.TabIndex = 67; this.btnSubmit.Text = "提交"; // // lbOrderNo // this.lbOrderNo.Appearance.Font = new System.Drawing.Font("Tahoma", 18F); this.lbOrderNo.Appearance.Options.UseFont = true; this.lbOrderNo.Location = new System.Drawing.Point(2, 71); this.lbOrderNo.Name = "lbOrderNo"; this.lbOrderNo.Size = new System.Drawing.Size(1172, 56); this.lbOrderNo.StyleController = this.layoutControl1; this.lbOrderNo.TabIndex = 66; // // btnPickItems // this.btnPickItems.Location = new System.Drawing.Point(2, 328); this.btnPickItems.Name = "btnPickItems"; this.btnPickItems.Size = new System.Drawing.Size(75, 22); this.btnPickItems.StyleController = this.layoutControl1; this.btnPickItems.TabIndex = 65; this.btnPickItems.Text = "添加明细"; this.btnPickItems.Click += new System.EventHandler(this.btnPickItems_Click); // // gridControl1 // this.gridControl1.Location = new System.Drawing.Point(2, 131); this.gridControl1.MainView = this.gridView1; this.gridControl1.MenuManager = this.ribbon; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(1172, 193); this.gridControl1.TabIndex = 21; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged); // // btnCreate // this.btnCreate.Location = new System.Drawing.Point(484, 33); this.btnCreate.Name = "btnCreate"; this.btnCreate.Size = new System.Drawing.Size(57, 22); this.btnCreate.StyleController = this.layoutControl1; this.btnCreate.TabIndex = 23; this.btnCreate.Text = "新建"; this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click); // // comType // this.comType.Location = new System.Drawing.Point(65, 33); this.comType.Name = "comType"; this.comType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comType.Size = new System.Drawing.Size(173, 20); this.comType.StyleController = this.layoutControl1; this.comType.TabIndex = 64; // // layoutControlGroup10 // this.layoutControlGroup10.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup10.Name = "layoutControlGroup10"; this.layoutControlGroup10.Size = new System.Drawing.Size(389, 101); this.layoutControlGroup10.Text = "货品拒收"; // // layoutControlGroup12 // this.layoutControlGroup12.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup12.Name = "layoutControlGroup12"; this.layoutControlGroup12.Size = new System.Drawing.Size(667, 569); this.layoutControlGroup12.Text = "货位分配"; // // layoutControlGroup13 // this.layoutControlGroup13.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup13.Name = "layoutControlGroup13"; this.layoutControlGroup13.Size = new System.Drawing.Size(667, 569); this.layoutControlGroup13.Text = "货物分配"; // // layoutControlGroup1 // this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem18, this.layoutControlGroup6, this.simpleSeparator1, this.layoutControlGroup2, this.layoutControlItem1, this.layoutControlItem2}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Size = new System.Drawing.Size(1176, 352); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem18 // this.layoutControlItem18.Control = this.gridControl1; this.layoutControlItem18.Location = new System.Drawing.Point(0, 129); this.layoutControlItem18.Name = "layoutControlItem18"; this.layoutControlItem18.Size = new System.Drawing.Size(1176, 197); this.layoutControlItem18.Text = "待入库订单"; this.layoutControlItem18.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem18.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem18.TextVisible = false; // // layoutControlGroup6 // this.layoutControlGroup6.GroupBordersVisible = false; this.layoutControlGroup6.Location = new System.Drawing.Point(79, 326); this.layoutControlGroup6.Name = "layoutControlGroup6"; this.layoutControlGroup6.Size = new System.Drawing.Size(1097, 24); this.layoutControlGroup6.TextVisible = false; // // simpleSeparator1 // this.simpleSeparator1.AllowHotTrack = false; this.simpleSeparator1.Location = new System.Drawing.Point(79, 350); this.simpleSeparator1.Name = "simpleSeparator1"; this.simpleSeparator1.Size = new System.Drawing.Size(1097, 2); // // layoutControlGroup2 // this.layoutControlGroup2.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold); this.layoutControlGroup2.AppearanceGroup.Options.UseFont = true; this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.emptySpaceItem2, this.layoutControlItem9, this.emptySpaceItem1, this.layoutControlItem7, this.layoutControlItem3, this.emptySpaceItem3, this.layoutControlItem4}); this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup2.Name = "layoutControlGroup2"; this.layoutControlGroup2.Size = new System.Drawing.Size(1176, 69); this.layoutControlGroup2.Text = "新建单据"; // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.Location = new System.Drawing.Point(606, 0); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(546, 26); this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem9 // this.layoutControlItem9.Control = this.comType; this.layoutControlItem9.CustomizationFormText = "线路选择"; this.layoutControlItem9.Location = new System.Drawing.Point(0, 0); this.layoutControlItem9.MinSize = new System.Drawing.Size(105, 24); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Size = new System.Drawing.Size(228, 26); this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem9.Text = "类型选择"; this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Left; this.layoutControlItem9.TextSize = new System.Drawing.Size(48, 14); // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(228, 0); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(25, 26); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem7 // this.layoutControlItem7.Control = this.btnCreate; this.layoutControlItem7.Location = new System.Drawing.Point(470, 0); this.layoutControlItem7.MaxSize = new System.Drawing.Size(61, 26); this.layoutControlItem7.MinSize = new System.Drawing.Size(61, 26); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(61, 26); this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem7.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.btnSubmit; this.layoutControlItem3.Location = new System.Drawing.Point(541, 0); this.layoutControlItem3.MaxSize = new System.Drawing.Size(65, 26); this.layoutControlItem3.MinSize = new System.Drawing.Size(65, 26); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(65, 26); this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // emptySpaceItem3 // this.emptySpaceItem3.AllowHotTrack = false; this.emptySpaceItem3.Location = new System.Drawing.Point(531, 0); this.emptySpaceItem3.Name = "emptySpaceItem3"; this.emptySpaceItem3.Size = new System.Drawing.Size(10, 26); this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem4 // this.layoutControlItem4.Control = this.comboBoxEdit1; this.layoutControlItem4.Location = new System.Drawing.Point(253, 0); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(217, 26); this.layoutControlItem4.Text = "目标仓区"; this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem1 // this.layoutControlItem1.Control = this.btnPickItems; this.layoutControlItem1.Location = new System.Drawing.Point(0, 326); this.layoutControlItem1.MaxSize = new System.Drawing.Size(79, 26); this.layoutControlItem1.MinSize = new System.Drawing.Size(79, 26); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(79, 26); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.lbOrderNo; this.layoutControlItem2.Location = new System.Drawing.Point(0, 69); this.layoutControlItem2.MinSize = new System.Drawing.Size(74, 18); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(1176, 60); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // StockOrder // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1176, 499); this.Controls.Add(this.layoutControl1); this.Controls.Add(this.ribbon); this.Name = "StockOrder"; this.Ribbon = this.ribbon; this.Text = "create orders"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GoodsInForm_FormClosing); ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup13)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl ribbon; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.XtraBars.BarButtonItem bbQuery; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.SimpleButton btnCreate; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup10; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup13; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup12; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6; private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1; private DevExpress.XtraEditors.ComboBoxEdit comType; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraEditors.SimpleButton btnPickItems; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.LabelControl lbOrderNo; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraEditors.SimpleButton btnSubmit; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; } }