1496 lines
		
	
	
		
			91 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			1496 lines
		
	
	
		
			91 KiB
		
	
	
	
		
			C#
		
	
	
	
| namespace DeiNiu.wms.win 
 | |
| {
 | |
|     partial class CreateTransForm
 | |
|     {
 | |
|         /// <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(CreateTransForm));
 | |
|             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.gcTrans = new DevExpress.XtraGrid.GridControl();
 | |
|             this.gvtrans = new DevExpress.XtraGrid.Views.Grid.GridView();
 | |
|             this.gcBatch = new DevExpress.XtraGrid.GridControl();
 | |
|             this.gvBatch = new DevExpress.XtraGrid.Views.Grid.GridView();
 | |
|             this.lbsubBoxcnt = new System.Windows.Forms.Label();
 | |
|             this.gcBulks = new DevExpress.XtraGrid.GridControl();
 | |
|             this.gvBulks = new DevExpress.XtraGrid.Views.Grid.GridView();
 | |
|             this.comLines = new DevExpress.XtraEditors.ComboBoxEdit();
 | |
|             this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
 | |
|             this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
 | |
|             this.pager1 = new DeiNiu.Controls.pager.Pager();
 | |
|             this.gridControl1 = new DevExpress.XtraGrid.GridControl();
 | |
|             this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
 | |
|             this.txtOrderNo = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.txtVender = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
 | |
|             this.comboState = new DevExpress.XtraEditors.ComboBoxEdit();
 | |
|             this.lbsubVol = new System.Windows.Forms.Label();
 | |
|             this.lbsubWeight = new System.Windows.Forms.Label();
 | |
|             this.btnNewTrans = new DevExpress.XtraEditors.SimpleButton();
 | |
|             this.comViechles = new DevExpress.XtraEditors.GridLookUpEdit();
 | |
|             this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
 | |
|             this.comPeole = new DevExpress.XtraEditors.GridLookUpEdit();
 | |
|             this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
 | |
|             this.comThird = new DevExpress.XtraEditors.ComboBoxEdit();
 | |
|             this.txtTransOrderNo = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.txtOwner = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.txtphone = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
 | |
|             this.lbSumVolume = new System.Windows.Forms.Label();
 | |
|             this.lbBoxCount = new System.Windows.Forms.Label();
 | |
|             this.lbSumWeight = new System.Windows.Forms.Label();
 | |
|             this.lbBulkBoxCnt = new System.Windows.Forms.Label();
 | |
|             this.lbBulkBagCnt = new System.Windows.Forms.Label();
 | |
|             this.lbsubBulkBoxCnt = new System.Windows.Forms.Label();
 | |
|             this.lbsubBulkBags = new System.Windows.Forms.Label();
 | |
|             this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
 | |
|             this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlGroup12 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
 | |
|             this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
 | |
|             this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControlGroup9 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.emptySpaceItem13 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.emptySpaceItem9 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem31 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem32 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
 | |
|             this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.splitterItem4 = new DevExpress.XtraLayout.SplitterItem();
 | |
|             this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.splitterItem3 = new DevExpress.XtraLayout.SplitterItem();
 | |
|             ((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.gcTrans)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gvtrans)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gcBatch)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gvBatch)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gcBulks)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gvBulks)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comLines.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtOrderNo.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtVender.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comboState.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comViechles.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comPeole.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comThird.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtTransOrderNo.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtOwner.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtphone.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem13)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.splitterItem4)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.splitterItem3)).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 = 3;
 | |
|             this.ribbon.Name = "ribbon";
 | |
|             this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
 | |
|             this.ribbonPage1});
 | |
|             this.ribbon.Size = new System.Drawing.Size(1376, 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.gcTrans);
 | |
|             this.layoutControl1.Controls.Add(this.gcBatch);
 | |
|             this.layoutControl1.Controls.Add(this.lbsubBoxcnt);
 | |
|             this.layoutControl1.Controls.Add(this.gcBulks);
 | |
|             this.layoutControl1.Controls.Add(this.comLines);
 | |
|             this.layoutControl1.Controls.Add(this.gridControlDetail);
 | |
|             this.layoutControl1.Controls.Add(this.pager1);
 | |
|             this.layoutControl1.Controls.Add(this.gridControl1);
 | |
|             this.layoutControl1.Controls.Add(this.txtOrderNo);
 | |
|             this.layoutControl1.Controls.Add(this.txtVender);
 | |
|             this.layoutControl1.Controls.Add(this.btnQuery);
 | |
|             this.layoutControl1.Controls.Add(this.comboState);
 | |
|             this.layoutControl1.Controls.Add(this.lbsubVol);
 | |
|             this.layoutControl1.Controls.Add(this.lbsubWeight);
 | |
|             this.layoutControl1.Controls.Add(this.btnNewTrans);
 | |
|             this.layoutControl1.Controls.Add(this.comViechles);
 | |
|             this.layoutControl1.Controls.Add(this.comPeole);
 | |
|             this.layoutControl1.Controls.Add(this.comThird);
 | |
|             this.layoutControl1.Controls.Add(this.txtTransOrderNo);
 | |
|             this.layoutControl1.Controls.Add(this.txtOwner);
 | |
|             this.layoutControl1.Controls.Add(this.txtphone);
 | |
|             this.layoutControl1.Controls.Add(this.memoEdit1);
 | |
|             this.layoutControl1.Controls.Add(this.lbSumVolume);
 | |
|             this.layoutControl1.Controls.Add(this.lbBoxCount);
 | |
|             this.layoutControl1.Controls.Add(this.lbSumWeight);
 | |
|             this.layoutControl1.Controls.Add(this.lbBulkBoxCnt);
 | |
|             this.layoutControl1.Controls.Add(this.lbBulkBagCnt);
 | |
|             this.layoutControl1.Controls.Add(this.lbsubBulkBoxCnt);
 | |
|             this.layoutControl1.Controls.Add(this.lbsubBulkBags);
 | |
|             this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.layoutControl1.Location = new System.Drawing.Point(0, 147);
 | |
|             this.layoutControl1.Name = "layoutControl1";
 | |
|             this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1433, 487, 450, 400);
 | |
|             this.layoutControl1.Root = this.layoutControlGroup1;
 | |
|             this.layoutControl1.Size = new System.Drawing.Size(1376, 628);
 | |
|             this.layoutControl1.TabIndex = 2;
 | |
|             this.layoutControl1.Text = "layoutControl1";
 | |
|             // 
 | |
|             // gcTrans
 | |
|             // 
 | |
|             this.gcTrans.Location = new System.Drawing.Point(1013, 372);
 | |
|             this.gcTrans.MainView = this.gvtrans;
 | |
|             this.gcTrans.MenuManager = this.ribbon;
 | |
|             this.gcTrans.Name = "gcTrans";
 | |
|             this.gcTrans.Size = new System.Drawing.Size(531, 225);
 | |
|             this.gcTrans.TabIndex = 50;
 | |
|             this.gcTrans.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
 | |
|             this.gvtrans});
 | |
|             // 
 | |
|             // gvtrans
 | |
|             // 
 | |
|             this.gvtrans.GridControl = this.gcTrans;
 | |
|             this.gvtrans.Name = "gvtrans";
 | |
|             // 
 | |
|             // gcBatch
 | |
|             // 
 | |
|             this.gcBatch.Location = new System.Drawing.Point(14, 487);
 | |
|             this.gcBatch.MainView = this.gvBatch;
 | |
|             this.gcBatch.MenuManager = this.ribbon;
 | |
|             this.gcBatch.Name = "gcBatch";
 | |
|             this.gcBatch.Size = new System.Drawing.Size(639, 77);
 | |
|             this.gcBatch.TabIndex = 49;
 | |
|             this.gcBatch.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
 | |
|             this.gvBatch});
 | |
|             // 
 | |
|             // gvBatch
 | |
|             // 
 | |
|             this.gvBatch.GridControl = this.gcBatch;
 | |
|             this.gvBatch.Name = "gvBatch";
 | |
|             // 
 | |
|             // lbsubBoxcnt
 | |
|             // 
 | |
|             this.lbsubBoxcnt.Font = new System.Drawing.Font("华文仿宋", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.lbsubBoxcnt.Location = new System.Drawing.Point(1237, 64);
 | |
|             this.lbsubBoxcnt.Name = "lbsubBoxcnt";
 | |
|             this.lbsubBoxcnt.Size = new System.Drawing.Size(95, 47);
 | |
|             this.lbsubBoxcnt.TabIndex = 45;
 | |
|             this.lbsubBoxcnt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             // 
 | |
|             // gcBulks
 | |
|             // 
 | |
|             this.gcBulks.Location = new System.Drawing.Point(662, 487);
 | |
|             this.gcBulks.MainView = this.gvBulks;
 | |
|             this.gcBulks.MenuManager = this.ribbon;
 | |
|             this.gcBulks.Name = "gcBulks";
 | |
|             this.gcBulks.Size = new System.Drawing.Size(318, 77);
 | |
|             this.gcBulks.TabIndex = 42;
 | |
|             this.gcBulks.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
 | |
|             this.gvBulks});
 | |
|             // 
 | |
|             // gvBulks
 | |
|             // 
 | |
|             this.gvBulks.GridControl = this.gcBulks;
 | |
|             this.gvBulks.Name = "gvBulks";
 | |
|             // 
 | |
|             // comLines
 | |
|             // 
 | |
|             this.comLines.Location = new System.Drawing.Point(43, 33);
 | |
|             this.comLines.MenuManager = this.ribbon;
 | |
|             this.comLines.Name = "comLines";
 | |
|             this.comLines.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
 | |
|             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
 | |
|             this.comLines.Properties.Items.AddRange(new object[] {
 | |
|             "销售单",
 | |
|             "补货单",
 | |
|             "拣库单"});
 | |
|             this.comLines.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
 | |
|             this.comLines.Size = new System.Drawing.Size(136, 20);
 | |
|             this.comLines.StyleController = this.layoutControl1;
 | |
|             this.comLines.TabIndex = 40;
 | |
|             // 
 | |
|             // gridControlDetail
 | |
|             // 
 | |
|             this.gridControlDetail.Location = new System.Drawing.Point(2, 585);
 | |
|             this.gridControlDetail.MainView = this.gridView2;
 | |
|             this.gridControlDetail.MenuManager = this.ribbon;
 | |
|             this.gridControlDetail.Name = "gridControlDetail";
 | |
|             this.gridControlDetail.Size = new System.Drawing.Size(1800, 178);
 | |
|             this.gridControlDetail.TabIndex = 24;
 | |
|             this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
 | |
|             this.gridView2});
 | |
|             // 
 | |
|             // gridView2
 | |
|             // 
 | |
|             this.gridView2.GridControl = this.gridControlDetail;
 | |
|             this.gridView2.Name = "gridView2";
 | |
|             // 
 | |
|             // pager1
 | |
|             // 
 | |
|             this.pager1.Location = new System.Drawing.Point(14, 287);
 | |
|             this.pager1.Name = "pager1";
 | |
|             this.pager1.NMax = 0;
 | |
|             this.pager1.PageCount = 0;
 | |
|             this.pager1.PageCurrent = 0;
 | |
|             this.pager1.PageSize = 100;
 | |
|             this.pager1.Size = new System.Drawing.Size(966, 20);
 | |
|             this.pager1.TabIndex = 22;
 | |
|             // 
 | |
|             // gridControl1
 | |
|             // 
 | |
|             this.gridControl1.Location = new System.Drawing.Point(14, 102);
 | |
|             this.gridControl1.MainView = this.gridView1;
 | |
|             this.gridControl1.MenuManager = this.ribbon;
 | |
|             this.gridControl1.Name = "gridControl1";
 | |
|             this.gridControl1.Size = new System.Drawing.Size(966, 181);
 | |
|             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);
 | |
|             // 
 | |
|             // txtOrderNo
 | |
|             // 
 | |
|             this.txtOrderNo.Location = new System.Drawing.Point(258, 33);
 | |
|             this.txtOrderNo.MenuManager = this.ribbon;
 | |
|             this.txtOrderNo.Name = "txtOrderNo";
 | |
|             this.txtOrderNo.Size = new System.Drawing.Size(179, 20);
 | |
|             this.txtOrderNo.StyleController = this.layoutControl1;
 | |
|             this.txtOrderNo.TabIndex = 4;
 | |
|             // 
 | |
|             // txtVender
 | |
|             // 
 | |
|             this.txtVender.Location = new System.Drawing.Point(480, 33);
 | |
|             this.txtVender.MenuManager = this.ribbon;
 | |
|             this.txtVender.Name = "txtVender";
 | |
|             this.txtVender.Size = new System.Drawing.Size(216, 20);
 | |
|             this.txtVender.StyleController = this.layoutControl1;
 | |
|             this.txtVender.TabIndex = 9;
 | |
|             // 
 | |
|             // btnQuery
 | |
|             // 
 | |
|             this.btnQuery.Location = new System.Drawing.Point(918, 33);
 | |
|             this.btnQuery.Name = "btnQuery";
 | |
|             this.btnQuery.Size = new System.Drawing.Size(52, 22);
 | |
|             this.btnQuery.StyleController = this.layoutControl1;
 | |
|             this.btnQuery.TabIndex = 23;
 | |
|             this.btnQuery.Text = "查询";
 | |
|             this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
 | |
|             // 
 | |
|             // comboState
 | |
|             // 
 | |
|             this.comboState.Location = new System.Drawing.Point(763, 33);
 | |
|             this.comboState.MenuManager = this.ribbon;
 | |
|             this.comboState.Name = "comboState";
 | |
|             this.comboState.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
 | |
|             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
 | |
|             this.comboState.Properties.Items.AddRange(new object[] {
 | |
|             "全部",
 | |
|             "待入库",
 | |
|             "已入库",
 | |
|             "入库异常"});
 | |
|             this.comboState.Size = new System.Drawing.Size(141, 20);
 | |
|             this.comboState.StyleController = this.layoutControl1;
 | |
|             this.comboState.TabIndex = 26;
 | |
|             // 
 | |
|             // lbsubVol
 | |
|             // 
 | |
|             this.lbsubVol.Font = new System.Drawing.Font("华文仿宋", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.lbsubVol.Location = new System.Drawing.Point(1025, 64);
 | |
|             this.lbsubVol.Name = "lbsubVol";
 | |
|             this.lbsubVol.Size = new System.Drawing.Size(102, 47);
 | |
|             this.lbsubVol.TabIndex = 22;
 | |
|             this.lbsubVol.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             this.lbsubVol.Click += new System.EventHandler(this.lbOrderNo_Click);
 | |
|             // 
 | |
|             // lbsubWeight
 | |
|             // 
 | |
|             this.lbsubWeight.Font = new System.Drawing.Font("华文仿宋", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.lbsubWeight.Location = new System.Drawing.Point(1131, 64);
 | |
|             this.lbsubWeight.Name = "lbsubWeight";
 | |
|             this.lbsubWeight.Size = new System.Drawing.Size(102, 47);
 | |
|             this.lbsubWeight.TabIndex = 22;
 | |
|             this.lbsubWeight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             // 
 | |
|             // btnNewTrans
 | |
|             // 
 | |
|             this.btnNewTrans.Location = new System.Drawing.Point(1013, 301);
 | |
|             this.btnNewTrans.Name = "btnNewTrans";
 | |
|             this.btnNewTrans.Size = new System.Drawing.Size(89, 38);
 | |
|             this.btnNewTrans.StyleController = this.layoutControl1;
 | |
|             this.btnNewTrans.TabIndex = 48;
 | |
|             this.btnNewTrans.Text = "生成运输单";
 | |
|             this.btnNewTrans.Click += new System.EventHandler(this.btnNewTrans_Click);
 | |
|             // 
 | |
|             // comViechles
 | |
|             // 
 | |
|             this.comViechles.Location = new System.Drawing.Point(1100, 162);
 | |
|             this.comViechles.MenuManager = this.ribbon;
 | |
|             this.comViechles.Name = "comViechles";
 | |
|             this.comViechles.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
 | |
|             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
 | |
|             this.comViechles.Properties.NullText = "";
 | |
|             this.comViechles.Properties.PopupSizeable = false;
 | |
|             this.comViechles.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
 | |
|             this.comViechles.Properties.View = this.gridLookUpEdit1View;
 | |
|             this.comViechles.Size = new System.Drawing.Size(157, 20);
 | |
|             this.comViechles.StyleController = this.layoutControl1;
 | |
|             this.comViechles.TabIndex = 52;
 | |
|             // 
 | |
|             // gridLookUpEdit1View
 | |
|             // 
 | |
|             this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
 | |
|             this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
 | |
|             this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
 | |
|             this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
 | |
|             // 
 | |
|             // comPeole
 | |
|             // 
 | |
|             this.comPeole.Location = new System.Drawing.Point(1100, 186);
 | |
|             this.comPeole.MenuManager = this.ribbon;
 | |
|             this.comPeole.Name = "comPeole";
 | |
|             this.comPeole.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
 | |
|             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
 | |
|             this.comPeole.Properties.NullText = "";
 | |
|             this.comPeole.Properties.PopupSizeable = false;
 | |
|             this.comPeole.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
 | |
|             this.comPeole.Properties.View = this.gridView5;
 | |
|             this.comPeole.Size = new System.Drawing.Size(157, 20);
 | |
|             this.comPeole.StyleController = this.layoutControl1;
 | |
|             this.comPeole.TabIndex = 53;
 | |
|             // 
 | |
|             // gridView5
 | |
|             // 
 | |
|             this.gridView5.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
 | |
|             this.gridView5.Name = "gridView5";
 | |
|             this.gridView5.OptionsSelection.EnableAppearanceFocusedCell = false;
 | |
|             this.gridView5.OptionsView.ShowGroupPanel = false;
 | |
|             // 
 | |
|             // comThird
 | |
|             // 
 | |
|             this.comThird.Location = new System.Drawing.Point(1100, 162);
 | |
|             this.comThird.MenuManager = this.ribbon;
 | |
|             this.comThird.Name = "comThird";
 | |
|             this.comThird.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
 | |
|             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
 | |
|             this.comThird.Size = new System.Drawing.Size(158, 20);
 | |
|             this.comThird.StyleController = this.layoutControl1;
 | |
|             this.comThird.TabIndex = 54;
 | |
|             // 
 | |
|             // txtTransOrderNo
 | |
|             // 
 | |
|             this.txtTransOrderNo.Location = new System.Drawing.Point(1100, 186);
 | |
|             this.txtTransOrderNo.MenuManager = this.ribbon;
 | |
|             this.txtTransOrderNo.Name = "txtTransOrderNo";
 | |
|             this.txtTransOrderNo.Size = new System.Drawing.Size(158, 20);
 | |
|             this.txtTransOrderNo.StyleController = this.layoutControl1;
 | |
|             this.txtTransOrderNo.TabIndex = 56;
 | |
|             // 
 | |
|             // txtOwner
 | |
|             // 
 | |
|             this.txtOwner.Location = new System.Drawing.Point(1100, 162);
 | |
|             this.txtOwner.MenuManager = this.ribbon;
 | |
|             this.txtOwner.Name = "txtOwner";
 | |
|             this.txtOwner.Size = new System.Drawing.Size(158, 20);
 | |
|             this.txtOwner.StyleController = this.layoutControl1;
 | |
|             this.txtOwner.TabIndex = 58;
 | |
|             // 
 | |
|             // txtphone
 | |
|             // 
 | |
|             this.txtphone.Location = new System.Drawing.Point(1100, 188);
 | |
|             this.txtphone.MenuManager = this.ribbon;
 | |
|             this.txtphone.Name = "txtphone";
 | |
|             this.txtphone.Size = new System.Drawing.Size(158, 20);
 | |
|             this.txtphone.StyleController = this.layoutControl1;
 | |
|             this.txtphone.TabIndex = 59;
 | |
|             // 
 | |
|             // memoEdit1
 | |
|             // 
 | |
|             this.memoEdit1.Location = new System.Drawing.Point(1013, 243);
 | |
|             this.memoEdit1.MenuManager = this.ribbon;
 | |
|             this.memoEdit1.Name = "memoEdit1";
 | |
|             this.memoEdit1.Size = new System.Drawing.Size(531, 44);
 | |
|             this.memoEdit1.StyleController = this.layoutControl1;
 | |
|             this.memoEdit1.TabIndex = 61;
 | |
|             // 
 | |
|             // lbSumVolume
 | |
|             // 
 | |
|             this.lbSumVolume.Font = new System.Drawing.Font("华文仿宋", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.lbSumVolume.Location = new System.Drawing.Point(26, 361);
 | |
|             this.lbSumVolume.Name = "lbSumVolume";
 | |
|             this.lbSumVolume.Size = new System.Drawing.Size(200, 45);
 | |
|             this.lbSumVolume.TabIndex = 22;
 | |
|             this.lbSumVolume.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             // 
 | |
|             // lbBoxCount
 | |
|             // 
 | |
|             this.lbBoxCount.Font = new System.Drawing.Font("华文仿宋", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.lbBoxCount.Location = new System.Drawing.Point(437, 361);
 | |
|             this.lbBoxCount.Name = "lbBoxCount";
 | |
|             this.lbBoxCount.Size = new System.Drawing.Size(154, 45);
 | |
|             this.lbBoxCount.TabIndex = 45;
 | |
|             this.lbBoxCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             // 
 | |
|             // lbSumWeight
 | |
|             // 
 | |
|             this.lbSumWeight.Font = new System.Drawing.Font("华文仿宋", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.lbSumWeight.Location = new System.Drawing.Point(230, 361);
 | |
|             this.lbSumWeight.Name = "lbSumWeight";
 | |
|             this.lbSumWeight.Size = new System.Drawing.Size(203, 45);
 | |
|             this.lbSumWeight.TabIndex = 22;
 | |
|             this.lbSumWeight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             // 
 | |
|             // lbBulkBoxCnt
 | |
|             // 
 | |
|             this.lbBulkBoxCnt.Font = new System.Drawing.Font("华文仿宋", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.lbBulkBoxCnt.Location = new System.Drawing.Point(595, 361);
 | |
|             this.lbBulkBoxCnt.Name = "lbBulkBoxCnt";
 | |
|             this.lbBulkBoxCnt.Size = new System.Drawing.Size(159, 45);
 | |
|             this.lbBulkBoxCnt.TabIndex = 45;
 | |
|             this.lbBulkBoxCnt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             // 
 | |
|             // lbBulkBagCnt
 | |
|             // 
 | |
|             this.lbBulkBagCnt.Font = new System.Drawing.Font("华文仿宋", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.lbBulkBagCnt.Location = new System.Drawing.Point(758, 361);
 | |
|             this.lbBulkBagCnt.Name = "lbBulkBagCnt";
 | |
|             this.lbBulkBagCnt.Size = new System.Drawing.Size(210, 45);
 | |
|             this.lbBulkBagCnt.TabIndex = 45;
 | |
|             this.lbBulkBagCnt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             // 
 | |
|             // lbsubBulkBoxCnt
 | |
|             // 
 | |
|             this.lbsubBulkBoxCnt.Font = new System.Drawing.Font("华文仿宋", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.lbsubBulkBoxCnt.Location = new System.Drawing.Point(1336, 64);
 | |
|             this.lbsubBulkBoxCnt.Name = "lbsubBulkBoxCnt";
 | |
|             this.lbsubBulkBoxCnt.Size = new System.Drawing.Size(92, 47);
 | |
|             this.lbsubBulkBoxCnt.TabIndex = 22;
 | |
|             this.lbsubBulkBoxCnt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             // 
 | |
|             // lbsubBulkBags
 | |
|             // 
 | |
|             this.lbsubBulkBags.Font = new System.Drawing.Font("华文仿宋", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.lbsubBulkBags.Location = new System.Drawing.Point(1432, 64);
 | |
|             this.lbsubBulkBags.Name = "lbsubBulkBags";
 | |
|             this.lbsubBulkBags.Size = new System.Drawing.Size(90, 47);
 | |
|             this.lbsubBulkBags.TabIndex = 22;
 | |
|             this.lbsubBulkBags.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
 | |
|             // 
 | |
|             // layoutControlGroup1
 | |
|             // 
 | |
|             this.layoutControlGroup1.GroupBordersVisible = false;
 | |
|             this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlGroup3,
 | |
|             this.layoutControlGroup5,
 | |
|             this.splitterItem1,
 | |
|             this.layoutControlGroup6,
 | |
|             this.layoutControlGroup4,
 | |
|             this.splitterItem4,
 | |
|             this.layoutControlGroup2,
 | |
|             this.splitterItem3});
 | |
|             this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup1.Name = "Root";
 | |
|             this.layoutControlGroup1.Size = new System.Drawing.Size(1558, 611);
 | |
|             this.layoutControlGroup1.TextVisible = false;
 | |
|             // 
 | |
|             // layoutControlGroup3
 | |
|             // 
 | |
|             this.layoutControlGroup3.ExpandButtonVisible = true;
 | |
|             this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlItem9,
 | |
|             this.splitterItem2,
 | |
|             this.layoutControlItem10});
 | |
|             this.layoutControlGroup3.Location = new System.Drawing.Point(0, 437);
 | |
|             this.layoutControlGroup3.Name = "layoutControlGroup3";
 | |
|             this.layoutControlGroup3.Size = new System.Drawing.Size(994, 141);
 | |
|             this.layoutControlGroup3.Text = "集货信息";
 | |
|             // 
 | |
|             // layoutControlItem9
 | |
|             // 
 | |
|             this.layoutControlItem9.Control = this.gcBulks;
 | |
|             this.layoutControlItem9.Location = new System.Drawing.Point(648, 0);
 | |
|             this.layoutControlItem9.Name = "layoutControlItem9";
 | |
|             this.layoutControlItem9.Size = new System.Drawing.Size(322, 98);
 | |
|             this.layoutControlItem9.Text = "零货列表";
 | |
|             this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem9.TextSize = new System.Drawing.Size(72, 14);
 | |
|             // 
 | |
|             // splitterItem2
 | |
|             // 
 | |
|             this.splitterItem2.AllowHotTrack = true;
 | |
|             this.splitterItem2.Location = new System.Drawing.Point(643, 0);
 | |
|             this.splitterItem2.Name = "splitterItem2";
 | |
|             this.splitterItem2.Size = new System.Drawing.Size(5, 98);
 | |
|             // 
 | |
|             // layoutControlItem10
 | |
|             // 
 | |
|             this.layoutControlItem10.Control = this.gcBatch;
 | |
|             this.layoutControlItem10.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem10.Name = "layoutControlItem10";
 | |
|             this.layoutControlItem10.Size = new System.Drawing.Size(643, 98);
 | |
|             this.layoutControlItem10.Text = "整货列表";
 | |
|             this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem10.TextSize = new System.Drawing.Size(72, 14);
 | |
|             // 
 | |
|             // layoutControlGroup5
 | |
|             // 
 | |
|             this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlGroup12,
 | |
|             this.layoutControlItem18,
 | |
|             this.layoutControlItem19});
 | |
|             this.layoutControlGroup5.Location = new System.Drawing.Point(0, 69);
 | |
|             this.layoutControlGroup5.Name = "layoutControlGroup5";
 | |
|             this.layoutControlGroup5.Size = new System.Drawing.Size(994, 363);
 | |
|             this.layoutControlGroup5.Text = "拣货单列表";
 | |
|             // 
 | |
|             // layoutControlGroup12
 | |
|             // 
 | |
|             this.layoutControlGroup12.CustomizationFormText = "layoutControlGroup10";
 | |
|             this.layoutControlGroup12.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlItem14,
 | |
|             this.layoutControlItem25,
 | |
|             this.layoutControlItem28,
 | |
|             this.layoutControlItem27,
 | |
|             this.layoutControlItem29});
 | |
|             this.layoutControlGroup12.Location = new System.Drawing.Point(0, 209);
 | |
|             this.layoutControlGroup12.Name = "layoutControlGroup12";
 | |
|             this.layoutControlGroup12.Size = new System.Drawing.Size(970, 111);
 | |
|             this.layoutControlGroup12.Text = "合计";
 | |
|             // 
 | |
|             // layoutControlItem14
 | |
|             // 
 | |
|             this.layoutControlItem14.Control = this.lbSumVolume;
 | |
|             this.layoutControlItem14.CustomizationFormText = "批号";
 | |
|             this.layoutControlItem14.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem14.MaxSize = new System.Drawing.Size(0, 68);
 | |
|             this.layoutControlItem14.MinSize = new System.Drawing.Size(88, 68);
 | |
|             this.layoutControlItem14.Name = "layoutControlItem14";
 | |
|             this.layoutControlItem14.Size = new System.Drawing.Size(204, 68);
 | |
|             this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem14.Text = "体积(立方米)";
 | |
|             this.layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem14.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem14.TextSize = new System.Drawing.Size(84, 14);
 | |
|             this.layoutControlItem14.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // layoutControlItem25
 | |
|             // 
 | |
|             this.layoutControlItem25.Control = this.lbBoxCount;
 | |
|             this.layoutControlItem25.CustomizationFormText = "件数";
 | |
|             this.layoutControlItem25.Location = new System.Drawing.Point(411, 0);
 | |
|             this.layoutControlItem25.MinSize = new System.Drawing.Size(77, 24);
 | |
|             this.layoutControlItem25.Name = "layoutControlItem25";
 | |
|             this.layoutControlItem25.Size = new System.Drawing.Size(158, 68);
 | |
|             this.layoutControlItem25.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem25.Text = "整货件数";
 | |
|             this.layoutControlItem25.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem25.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem25.TextSize = new System.Drawing.Size(48, 14);
 | |
|             this.layoutControlItem25.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // layoutControlItem28
 | |
|             // 
 | |
|             this.layoutControlItem28.Control = this.lbSumWeight;
 | |
|             this.layoutControlItem28.CustomizationFormText = "批号";
 | |
|             this.layoutControlItem28.Location = new System.Drawing.Point(204, 0);
 | |
|             this.layoutControlItem28.MinSize = new System.Drawing.Size(101, 24);
 | |
|             this.layoutControlItem28.Name = "layoutControlItem28";
 | |
|             this.layoutControlItem28.Size = new System.Drawing.Size(207, 68);
 | |
|             this.layoutControlItem28.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem28.Text = "重量(公斤)";
 | |
|             this.layoutControlItem28.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem28.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem28.TextSize = new System.Drawing.Size(72, 14);
 | |
|             this.layoutControlItem28.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // layoutControlItem27
 | |
|             // 
 | |
|             this.layoutControlItem27.Control = this.lbBulkBoxCnt;
 | |
|             this.layoutControlItem27.CustomizationFormText = "件数";
 | |
|             this.layoutControlItem27.Location = new System.Drawing.Point(569, 0);
 | |
|             this.layoutControlItem27.MinSize = new System.Drawing.Size(77, 24);
 | |
|             this.layoutControlItem27.Name = "layoutControlItem27";
 | |
|             this.layoutControlItem27.Size = new System.Drawing.Size(163, 68);
 | |
|             this.layoutControlItem27.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem27.Text = "散货拼箱";
 | |
|             this.layoutControlItem27.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem27.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem27.TextSize = new System.Drawing.Size(48, 14);
 | |
|             this.layoutControlItem27.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // layoutControlItem29
 | |
|             // 
 | |
|             this.layoutControlItem29.Control = this.lbBulkBagCnt;
 | |
|             this.layoutControlItem29.CustomizationFormText = "件数";
 | |
|             this.layoutControlItem29.Location = new System.Drawing.Point(732, 0);
 | |
|             this.layoutControlItem29.MinSize = new System.Drawing.Size(77, 24);
 | |
|             this.layoutControlItem29.Name = "layoutControlItem29";
 | |
|             this.layoutControlItem29.Size = new System.Drawing.Size(214, 68);
 | |
|             this.layoutControlItem29.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem29.Text = "散货拼袋";
 | |
|             this.layoutControlItem29.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem29.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem29.TextSize = new System.Drawing.Size(48, 14);
 | |
|             this.layoutControlItem29.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // layoutControlItem18
 | |
|             // 
 | |
|             this.layoutControlItem18.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
 | |
|             this.layoutControlItem18.AppearanceItemCaption.Options.UseFont = true;
 | |
|             this.layoutControlItem18.Control = this.gridControl1;
 | |
|             this.layoutControlItem18.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem18.Name = "layoutControlItem18";
 | |
|             this.layoutControlItem18.Size = new System.Drawing.Size(970, 185);
 | |
|             this.layoutControlItem18.Text = "订单列表";
 | |
|             this.layoutControlItem18.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem18.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.layoutControlItem18.TextVisible = false;
 | |
|             // 
 | |
|             // layoutControlItem19
 | |
|             // 
 | |
|             this.layoutControlItem19.Control = this.pager1;
 | |
|             this.layoutControlItem19.Location = new System.Drawing.Point(0, 185);
 | |
|             this.layoutControlItem19.Name = "layoutControlItem19";
 | |
|             this.layoutControlItem19.Size = new System.Drawing.Size(970, 24);
 | |
|             this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.layoutControlItem19.TextVisible = false;
 | |
|             // 
 | |
|             // splitterItem1
 | |
|             // 
 | |
|             this.splitterItem1.AllowHotTrack = true;
 | |
|             this.splitterItem1.Location = new System.Drawing.Point(0, 432);
 | |
|             this.splitterItem1.Name = "splitterItem1";
 | |
|             this.splitterItem1.Size = new System.Drawing.Size(994, 5);
 | |
|             // 
 | |
|             // layoutControlGroup6
 | |
|             // 
 | |
|             this.layoutControlGroup6.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
 | |
|             this.layoutControlGroup6.AppearanceGroup.Options.UseFont = true;
 | |
|             this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlItem12,
 | |
|             this.tabbedControlGroup1,
 | |
|             this.emptySpaceItem9,
 | |
|             this.layoutControlItem15,
 | |
|             this.layoutControlGroup10,
 | |
|             this.emptySpaceItem8,
 | |
|             this.layoutControlItem26,
 | |
|             this.emptySpaceItem6,
 | |
|             this.simpleSeparator1});
 | |
|             this.layoutControlGroup6.Location = new System.Drawing.Point(999, 0);
 | |
|             this.layoutControlGroup6.Name = "layoutControlGroup6";
 | |
|             this.layoutControlGroup6.Size = new System.Drawing.Size(559, 611);
 | |
|             this.layoutControlGroup6.Text = "运输单";
 | |
|             // 
 | |
|             // layoutControlItem12
 | |
|             // 
 | |
|             this.layoutControlItem12.Control = this.gcTrans;
 | |
|             this.layoutControlItem12.Location = new System.Drawing.Point(0, 322);
 | |
|             this.layoutControlItem12.Name = "layoutControlItem12";
 | |
|             this.layoutControlItem12.Size = new System.Drawing.Size(535, 246);
 | |
|             this.layoutControlItem12.Text = "待处理运输单";
 | |
|             this.layoutControlItem12.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem12.TextSize = new System.Drawing.Size(72, 14);
 | |
|             // 
 | |
|             // tabbedControlGroup1
 | |
|             // 
 | |
|             this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 94);
 | |
|             this.tabbedControlGroup1.Name = "tabbedControlGroup1";
 | |
|             this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup8;
 | |
|             this.tabbedControlGroup1.SelectedTabPageIndex = 0;
 | |
|             this.tabbedControlGroup1.Size = new System.Drawing.Size(535, 97);
 | |
|             this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlGroup8,
 | |
|             this.layoutControlGroup7,
 | |
|             this.layoutControlGroup9});
 | |
|             // 
 | |
|             // layoutControlGroup8
 | |
|             // 
 | |
|             this.layoutControlGroup8.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlItem16,
 | |
|             this.layoutControlItem20,
 | |
|             this.emptySpaceItem1});
 | |
|             this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup8.Name = "layoutControlGroup8";
 | |
|             this.layoutControlGroup8.Size = new System.Drawing.Size(511, 50);
 | |
|             this.layoutControlGroup8.Text = "自营送货";
 | |
|             this.layoutControlGroup8.Shown += new System.EventHandler(this.layoutControlGroup8_Shown);
 | |
|             // 
 | |
|             // layoutControlItem16
 | |
|             // 
 | |
|             this.layoutControlItem16.Control = this.comViechles;
 | |
|             this.layoutControlItem16.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem16.MaxSize = new System.Drawing.Size(236, 24);
 | |
|             this.layoutControlItem16.MinSize = new System.Drawing.Size(236, 24);
 | |
|             this.layoutControlItem16.Name = "layoutControlItem16";
 | |
|             this.layoutControlItem16.Size = new System.Drawing.Size(236, 24);
 | |
|             this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem16.Text = "车辆";
 | |
|             this.layoutControlItem16.TextSize = new System.Drawing.Size(72, 14);
 | |
|             // 
 | |
|             // layoutControlItem20
 | |
|             // 
 | |
|             this.layoutControlItem20.Control = this.comPeole;
 | |
|             this.layoutControlItem20.Location = new System.Drawing.Point(0, 24);
 | |
|             this.layoutControlItem20.MaxSize = new System.Drawing.Size(236, 26);
 | |
|             this.layoutControlItem20.MinSize = new System.Drawing.Size(236, 26);
 | |
|             this.layoutControlItem20.Name = "layoutControlItem20";
 | |
|             this.layoutControlItem20.Size = new System.Drawing.Size(236, 26);
 | |
|             this.layoutControlItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem20.Text = "人员";
 | |
|             this.layoutControlItem20.TextSize = new System.Drawing.Size(72, 14);
 | |
|             // 
 | |
|             // emptySpaceItem1
 | |
|             // 
 | |
|             this.emptySpaceItem1.AllowHotTrack = false;
 | |
|             this.emptySpaceItem1.Location = new System.Drawing.Point(236, 0);
 | |
|             this.emptySpaceItem1.Name = "emptySpaceItem1";
 | |
|             this.emptySpaceItem1.Size = new System.Drawing.Size(275, 50);
 | |
|             this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControlGroup7
 | |
|             // 
 | |
|             this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlItem5,
 | |
|             this.layoutControlItem21,
 | |
|             this.emptySpaceItem4});
 | |
|             this.layoutControlGroup7.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup7.Name = "layoutControlGroup7";
 | |
|             this.layoutControlGroup7.Size = new System.Drawing.Size(511, 50);
 | |
|             this.layoutControlGroup7.Text = "第三方配送";
 | |
|             this.layoutControlGroup7.Shown += new System.EventHandler(this.layoutControlGroup7_Shown);
 | |
|             // 
 | |
|             // layoutControlItem5
 | |
|             // 
 | |
|             this.layoutControlItem5.Control = this.comThird;
 | |
|             this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem5.MaxSize = new System.Drawing.Size(237, 24);
 | |
|             this.layoutControlItem5.MinSize = new System.Drawing.Size(237, 24);
 | |
|             this.layoutControlItem5.Name = "layoutControlItem5";
 | |
|             this.layoutControlItem5.Size = new System.Drawing.Size(237, 24);
 | |
|             this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem5.Text = "物流";
 | |
|             this.layoutControlItem5.TextSize = new System.Drawing.Size(72, 14);
 | |
|             // 
 | |
|             // layoutControlItem21
 | |
|             // 
 | |
|             this.layoutControlItem21.Control = this.txtTransOrderNo;
 | |
|             this.layoutControlItem21.Location = new System.Drawing.Point(0, 24);
 | |
|             this.layoutControlItem21.Name = "layoutControlItem21";
 | |
|             this.layoutControlItem21.Size = new System.Drawing.Size(237, 26);
 | |
|             this.layoutControlItem21.Text = "单号";
 | |
|             this.layoutControlItem21.TextSize = new System.Drawing.Size(72, 14);
 | |
|             // 
 | |
|             // emptySpaceItem4
 | |
|             // 
 | |
|             this.emptySpaceItem4.AllowHotTrack = false;
 | |
|             this.emptySpaceItem4.Location = new System.Drawing.Point(237, 0);
 | |
|             this.emptySpaceItem4.Name = "emptySpaceItem4";
 | |
|             this.emptySpaceItem4.Size = new System.Drawing.Size(274, 50);
 | |
|             this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControlGroup9
 | |
|             // 
 | |
|             this.layoutControlGroup9.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlItem23,
 | |
|             this.layoutControlItem24,
 | |
|             this.emptySpaceItem5,
 | |
|             this.emptySpaceItem13});
 | |
|             this.layoutControlGroup9.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup9.Name = "layoutControlGroup9";
 | |
|             this.layoutControlGroup9.Size = new System.Drawing.Size(511, 50);
 | |
|             this.layoutControlGroup9.Text = "自提";
 | |
|             this.layoutControlGroup9.Shown += new System.EventHandler(this.layoutControlGroup9_Shown);
 | |
|             // 
 | |
|             // layoutControlItem23
 | |
|             // 
 | |
|             this.layoutControlItem23.Control = this.txtOwner;
 | |
|             this.layoutControlItem23.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem23.MaxSize = new System.Drawing.Size(237, 26);
 | |
|             this.layoutControlItem23.MinSize = new System.Drawing.Size(237, 26);
 | |
|             this.layoutControlItem23.Name = "layoutControlItem23";
 | |
|             this.layoutControlItem23.Size = new System.Drawing.Size(237, 26);
 | |
|             this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem23.Text = "提货人";
 | |
|             this.layoutControlItem23.TextSize = new System.Drawing.Size(72, 14);
 | |
|             // 
 | |
|             // layoutControlItem24
 | |
|             // 
 | |
|             this.layoutControlItem24.Control = this.txtphone;
 | |
|             this.layoutControlItem24.Location = new System.Drawing.Point(0, 26);
 | |
|             this.layoutControlItem24.MaxSize = new System.Drawing.Size(237, 24);
 | |
|             this.layoutControlItem24.MinSize = new System.Drawing.Size(237, 24);
 | |
|             this.layoutControlItem24.Name = "layoutControlItem24";
 | |
|             this.layoutControlItem24.Size = new System.Drawing.Size(237, 24);
 | |
|             this.layoutControlItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem24.Text = "电话";
 | |
|             this.layoutControlItem24.TextSize = new System.Drawing.Size(72, 14);
 | |
|             // 
 | |
|             // emptySpaceItem5
 | |
|             // 
 | |
|             this.emptySpaceItem5.AllowHotTrack = false;
 | |
|             this.emptySpaceItem5.Location = new System.Drawing.Point(237, 0);
 | |
|             this.emptySpaceItem5.Name = "emptySpaceItem5";
 | |
|             this.emptySpaceItem5.Size = new System.Drawing.Size(234, 50);
 | |
|             this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // emptySpaceItem13
 | |
|             // 
 | |
|             this.emptySpaceItem13.AllowHotTrack = false;
 | |
|             this.emptySpaceItem13.Location = new System.Drawing.Point(471, 0);
 | |
|             this.emptySpaceItem13.Name = "emptySpaceItem13";
 | |
|             this.emptySpaceItem13.Size = new System.Drawing.Size(40, 50);
 | |
|             this.emptySpaceItem13.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // emptySpaceItem9
 | |
|             // 
 | |
|             this.emptySpaceItem9.AllowHotTrack = false;
 | |
|             this.emptySpaceItem9.Location = new System.Drawing.Point(93, 268);
 | |
|             this.emptySpaceItem9.MinSize = new System.Drawing.Size(104, 24);
 | |
|             this.emptySpaceItem9.Name = "emptySpaceItem9";
 | |
|             this.emptySpaceItem9.Size = new System.Drawing.Size(442, 42);
 | |
|             this.emptySpaceItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.emptySpaceItem9.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControlItem15
 | |
|             // 
 | |
|             this.layoutControlItem15.Control = this.btnNewTrans;
 | |
|             this.layoutControlItem15.Location = new System.Drawing.Point(0, 268);
 | |
|             this.layoutControlItem15.MaxSize = new System.Drawing.Size(93, 42);
 | |
|             this.layoutControlItem15.MinSize = new System.Drawing.Size(93, 42);
 | |
|             this.layoutControlItem15.Name = "layoutControlItem15";
 | |
|             this.layoutControlItem15.Size = new System.Drawing.Size(93, 42);
 | |
|             this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.layoutControlItem15.TextVisible = false;
 | |
|             // 
 | |
|             // layoutControlGroup10
 | |
|             // 
 | |
|             this.layoutControlGroup10.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlItem30,
 | |
|             this.layoutControlItem31,
 | |
|             this.layoutControlItem11,
 | |
|             this.layoutControlItem4,
 | |
|             this.layoutControlItem32,
 | |
|             this.emptySpaceItem3});
 | |
|             this.layoutControlGroup10.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup10.Name = "layoutControlGroup10";
 | |
|             this.layoutControlGroup10.Size = new System.Drawing.Size(535, 94);
 | |
|             this.layoutControlGroup10.TextVisible = false;
 | |
|             // 
 | |
|             // layoutControlItem30
 | |
|             // 
 | |
|             this.layoutControlItem30.Control = this.lbsubBulkBoxCnt;
 | |
|             this.layoutControlItem30.CustomizationFormText = "批号";
 | |
|             this.layoutControlItem30.Location = new System.Drawing.Point(311, 0);
 | |
|             this.layoutControlItem30.MaxSize = new System.Drawing.Size(96, 70);
 | |
|             this.layoutControlItem30.MinSize = new System.Drawing.Size(96, 70);
 | |
|             this.layoutControlItem30.Name = "layoutControlItem30";
 | |
|             this.layoutControlItem30.Size = new System.Drawing.Size(96, 70);
 | |
|             this.layoutControlItem30.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem30.Text = "拼箱";
 | |
|             this.layoutControlItem30.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem30.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem30.TextSize = new System.Drawing.Size(24, 14);
 | |
|             this.layoutControlItem30.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // layoutControlItem31
 | |
|             // 
 | |
|             this.layoutControlItem31.Control = this.lbsubBulkBags;
 | |
|             this.layoutControlItem31.CustomizationFormText = "批号";
 | |
|             this.layoutControlItem31.Location = new System.Drawing.Point(407, 0);
 | |
|             this.layoutControlItem31.MaxSize = new System.Drawing.Size(94, 70);
 | |
|             this.layoutControlItem31.MinSize = new System.Drawing.Size(94, 70);
 | |
|             this.layoutControlItem31.Name = "layoutControlItem31";
 | |
|             this.layoutControlItem31.Size = new System.Drawing.Size(94, 70);
 | |
|             this.layoutControlItem31.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem31.Text = "拼袋";
 | |
|             this.layoutControlItem31.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem31.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem31.TextSize = new System.Drawing.Size(24, 14);
 | |
|             this.layoutControlItem31.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // layoutControlItem11
 | |
|             // 
 | |
|             this.layoutControlItem11.Control = this.lbsubBoxcnt;
 | |
|             this.layoutControlItem11.Location = new System.Drawing.Point(212, 0);
 | |
|             this.layoutControlItem11.MaxSize = new System.Drawing.Size(99, 70);
 | |
|             this.layoutControlItem11.MinSize = new System.Drawing.Size(99, 70);
 | |
|             this.layoutControlItem11.Name = "layoutControlItem11";
 | |
|             this.layoutControlItem11.Size = new System.Drawing.Size(99, 70);
 | |
|             this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem11.Text = "整件";
 | |
|             this.layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem11.TextSize = new System.Drawing.Size(24, 14);
 | |
|             this.layoutControlItem11.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // layoutControlItem4
 | |
|             // 
 | |
|             this.layoutControlItem4.Control = this.lbsubWeight;
 | |
|             this.layoutControlItem4.CustomizationFormText = "批号";
 | |
|             this.layoutControlItem4.Location = new System.Drawing.Point(106, 0);
 | |
|             this.layoutControlItem4.MaxSize = new System.Drawing.Size(106, 70);
 | |
|             this.layoutControlItem4.MinSize = new System.Drawing.Size(106, 70);
 | |
|             this.layoutControlItem4.Name = "layoutControlItem4";
 | |
|             this.layoutControlItem4.Size = new System.Drawing.Size(106, 70);
 | |
|             this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem4.Text = "重量";
 | |
|             this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem4.TextSize = new System.Drawing.Size(24, 14);
 | |
|             this.layoutControlItem4.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // layoutControlItem32
 | |
|             // 
 | |
|             this.layoutControlItem32.Control = this.lbsubVol;
 | |
|             this.layoutControlItem32.CustomizationFormText = "批号";
 | |
|             this.layoutControlItem32.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem32.MaxSize = new System.Drawing.Size(106, 70);
 | |
|             this.layoutControlItem32.MinSize = new System.Drawing.Size(106, 70);
 | |
|             this.layoutControlItem32.Name = "layoutControlItem32";
 | |
|             this.layoutControlItem32.Size = new System.Drawing.Size(106, 70);
 | |
|             this.layoutControlItem32.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem32.Text = "体积";
 | |
|             this.layoutControlItem32.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem32.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem32.TextSize = new System.Drawing.Size(24, 14);
 | |
|             this.layoutControlItem32.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // emptySpaceItem3
 | |
|             // 
 | |
|             this.emptySpaceItem3.AllowHotTrack = false;
 | |
|             this.emptySpaceItem3.Location = new System.Drawing.Point(501, 0);
 | |
|             this.emptySpaceItem3.Name = "emptySpaceItem3";
 | |
|             this.emptySpaceItem3.Size = new System.Drawing.Size(10, 70);
 | |
|             this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // emptySpaceItem8
 | |
|             // 
 | |
|             this.emptySpaceItem8.AllowHotTrack = false;
 | |
|             this.emptySpaceItem8.Location = new System.Drawing.Point(0, 258);
 | |
|             this.emptySpaceItem8.MaxSize = new System.Drawing.Size(0, 10);
 | |
|             this.emptySpaceItem8.MinSize = new System.Drawing.Size(10, 10);
 | |
|             this.emptySpaceItem8.Name = "emptySpaceItem8";
 | |
|             this.emptySpaceItem8.Size = new System.Drawing.Size(535, 10);
 | |
|             this.emptySpaceItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControlItem26
 | |
|             // 
 | |
|             this.layoutControlItem26.Control = this.memoEdit1;
 | |
|             this.layoutControlItem26.Location = new System.Drawing.Point(0, 191);
 | |
|             this.layoutControlItem26.MaxSize = new System.Drawing.Size(0, 67);
 | |
|             this.layoutControlItem26.MinSize = new System.Drawing.Size(28, 67);
 | |
|             this.layoutControlItem26.Name = "layoutControlItem26";
 | |
|             this.layoutControlItem26.Size = new System.Drawing.Size(535, 67);
 | |
|             this.layoutControlItem26.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem26.Text = "备注";
 | |
|             this.layoutControlItem26.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem26.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem26.TextSize = new System.Drawing.Size(24, 14);
 | |
|             this.layoutControlItem26.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // emptySpaceItem6
 | |
|             // 
 | |
|             this.emptySpaceItem6.AllowHotTrack = false;
 | |
|             this.emptySpaceItem6.Location = new System.Drawing.Point(0, 310);
 | |
|             this.emptySpaceItem6.MaxSize = new System.Drawing.Size(0, 10);
 | |
|             this.emptySpaceItem6.MinSize = new System.Drawing.Size(10, 10);
 | |
|             this.emptySpaceItem6.Name = "emptySpaceItem6";
 | |
|             this.emptySpaceItem6.Size = new System.Drawing.Size(535, 10);
 | |
|             this.emptySpaceItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // simpleSeparator1
 | |
|             // 
 | |
|             this.simpleSeparator1.AllowHotTrack = false;
 | |
|             this.simpleSeparator1.Location = new System.Drawing.Point(0, 320);
 | |
|             this.simpleSeparator1.Name = "simpleSeparator1";
 | |
|             this.simpleSeparator1.Size = new System.Drawing.Size(535, 2);
 | |
|             // 
 | |
|             // layoutControlGroup4
 | |
|             // 
 | |
|             this.layoutControlGroup4.ExpandButtonVisible = true;
 | |
|             this.layoutControlGroup4.Expanded = false;
 | |
|             this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlItem8});
 | |
|             this.layoutControlGroup4.Location = new System.Drawing.Point(0, 583);
 | |
|             this.layoutControlGroup4.Name = "layoutControlGroup4";
 | |
|             this.layoutControlGroup4.Size = new System.Drawing.Size(994, 28);
 | |
|             this.layoutControlGroup4.Text = "订单详情";
 | |
|             // 
 | |
|             // layoutControlItem8
 | |
|             // 
 | |
|             this.layoutControlItem8.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
 | |
|             this.layoutControlItem8.AppearanceItemCaption.Options.UseFont = true;
 | |
|             this.layoutControlItem8.Control = this.gridControlDetail;
 | |
|             this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem8.Name = "layoutControlItem8";
 | |
|             this.layoutControlItem8.Size = new System.Drawing.Size(1804, 182);
 | |
|             this.layoutControlItem8.Text = "订单详情";
 | |
|             this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.layoutControlItem8.TextVisible = false;
 | |
|             // 
 | |
|             // splitterItem4
 | |
|             // 
 | |
|             this.splitterItem4.AllowHotTrack = true;
 | |
|             this.splitterItem4.Location = new System.Drawing.Point(0, 578);
 | |
|             this.splitterItem4.Name = "splitterItem4";
 | |
|             this.splitterItem4.Size = new System.Drawing.Size(994, 5);
 | |
|             // 
 | |
|             // 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.layoutControlItem1,
 | |
|             this.layoutControlItem7,
 | |
|             this.layoutControlItem3,
 | |
|             this.layoutControlItem6,
 | |
|             this.emptySpaceItem2,
 | |
|             this.layoutControlItem17});
 | |
|             this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup2.Name = "layoutControlGroup2";
 | |
|             this.layoutControlGroup2.Size = new System.Drawing.Size(994, 69);
 | |
|             this.layoutControlGroup2.Text = "分拣装车查询";
 | |
|             // 
 | |
|             // layoutControlItem1
 | |
|             // 
 | |
|             this.layoutControlItem1.Control = this.txtOrderNo;
 | |
|             this.layoutControlItem1.Location = new System.Drawing.Point(179, 0);
 | |
|             this.layoutControlItem1.MaxSize = new System.Drawing.Size(258, 26);
 | |
|             this.layoutControlItem1.MinSize = new System.Drawing.Size(258, 26);
 | |
|             this.layoutControlItem1.Name = "layoutControlItem1";
 | |
|             this.layoutControlItem1.OptionsTableLayoutItem.ColumnIndex = 1;
 | |
|             this.layoutControlItem1.Size = new System.Drawing.Size(258, 26);
 | |
|             this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
 | |
|             this.layoutControlItem1.Text = "拣货单单号";
 | |
|             this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 14);
 | |
|             this.layoutControlItem1.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // layoutControlItem7
 | |
|             // 
 | |
|             this.layoutControlItem7.Control = this.btnQuery;
 | |
|             this.layoutControlItem7.Location = new System.Drawing.Point(904, 0);
 | |
|             this.layoutControlItem7.MaxSize = new System.Drawing.Size(56, 26);
 | |
|             this.layoutControlItem7.MinSize = new System.Drawing.Size(56, 26);
 | |
|             this.layoutControlItem7.Name = "layoutControlItem7";
 | |
|             this.layoutControlItem7.Size = new System.Drawing.Size(56, 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.comboState;
 | |
|             this.layoutControlItem3.Location = new System.Drawing.Point(696, 0);
 | |
|             this.layoutControlItem3.MaxSize = new System.Drawing.Size(208, 26);
 | |
|             this.layoutControlItem3.MinSize = new System.Drawing.Size(208, 26);
 | |
|             this.layoutControlItem3.Name = "layoutControlItem3";
 | |
|             this.layoutControlItem3.Size = new System.Drawing.Size(208, 26);
 | |
|             this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
 | |
|             this.layoutControlItem3.Text = "集货状态";
 | |
|             this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
 | |
|             this.layoutControlItem3.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // layoutControlItem6
 | |
|             // 
 | |
|             this.layoutControlItem6.Control = this.txtVender;
 | |
|             this.layoutControlItem6.Location = new System.Drawing.Point(437, 0);
 | |
|             this.layoutControlItem6.MaxSize = new System.Drawing.Size(259, 26);
 | |
|             this.layoutControlItem6.MinSize = new System.Drawing.Size(259, 26);
 | |
|             this.layoutControlItem6.Name = "layoutControlItem6";
 | |
|             this.layoutControlItem6.Size = new System.Drawing.Size(259, 26);
 | |
|             this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem6.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
 | |
|             this.layoutControlItem6.Text = "客户";
 | |
|             this.layoutControlItem6.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem6.TextSize = new System.Drawing.Size(24, 14);
 | |
|             this.layoutControlItem6.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // emptySpaceItem2
 | |
|             // 
 | |
|             this.emptySpaceItem2.AllowHotTrack = false;
 | |
|             this.emptySpaceItem2.Location = new System.Drawing.Point(960, 0);
 | |
|             this.emptySpaceItem2.Name = "emptySpaceItem2";
 | |
|             this.emptySpaceItem2.Size = new System.Drawing.Size(10, 26);
 | |
|             this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControlItem17
 | |
|             // 
 | |
|             this.layoutControlItem17.Control = this.comLines;
 | |
|             this.layoutControlItem17.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem17.MaxSize = new System.Drawing.Size(179, 26);
 | |
|             this.layoutControlItem17.MinSize = new System.Drawing.Size(179, 26);
 | |
|             this.layoutControlItem17.Name = "layoutControlItem17";
 | |
|             this.layoutControlItem17.Size = new System.Drawing.Size(179, 26);
 | |
|             this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem17.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
 | |
|             this.layoutControlItem17.Text = "线路";
 | |
|             this.layoutControlItem17.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem17.TextSize = new System.Drawing.Size(24, 14);
 | |
|             this.layoutControlItem17.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // splitterItem3
 | |
|             // 
 | |
|             this.splitterItem3.AllowHotTrack = true;
 | |
|             this.splitterItem3.Location = new System.Drawing.Point(994, 0);
 | |
|             this.splitterItem3.Name = "splitterItem3";
 | |
|             this.splitterItem3.Size = new System.Drawing.Size(5, 611);
 | |
|             // 
 | |
|             // CreateTransForm
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(1376, 775);
 | |
|             this.Controls.Add(this.layoutControl1);
 | |
|             this.Controls.Add(this.ribbon);
 | |
|             this.Name = "CreateTransForm";
 | |
|             this.Ribbon = this.ribbon;
 | |
|             this.Text = "运输生成";
 | |
|             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GoodsOutQueryForm_FormClosing);
 | |
|             this.Load += new System.EventHandler(this.CreateTransForm_Load);
 | |
|             ((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.gcTrans)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gvtrans)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gcBatch)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gvBatch)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gcBulks)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gvBulks)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comLines.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtOrderNo.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtVender.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comboState.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comViechles.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comPeole.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comThird.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtTransOrderNo.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtOwner.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtphone.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem13)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.splitterItem4)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.splitterItem3)).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 Controls.pager.Pager pager1;
 | |
|         private DevExpress.XtraGrid.GridControl gridControl1;
 | |
|         private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
 | |
|         private DevExpress.XtraEditors.TextEdit txtOrderNo;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
 | |
|         private DevExpress.XtraGrid.GridControl gridControlDetail;
 | |
|         private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
 | |
|         private DevExpress.XtraEditors.SimpleButton btnQuery;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
 | |
|         private DevExpress.XtraEditors.TextEdit txtVender;
 | |
|         private DevExpress.XtraEditors.ComboBoxEdit comboState;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
 | |
|         private DevExpress.XtraEditors.ComboBoxEdit comLines;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
 | |
|         private System.Windows.Forms.Label lbsubVol;
 | |
|         private System.Windows.Forms.Label lbsubWeight;
 | |
|         private DevExpress.XtraGrid.GridControl gcBulks;
 | |
|         private DevExpress.XtraGrid.Views.Grid.GridView gvBulks;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem32;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
 | |
|         private System.Windows.Forms.Label lbsubBoxcnt;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
 | |
|         private DevExpress.XtraEditors.SimpleButton btnNewTrans;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
 | |
|         private DevExpress.XtraLayout.SplitterItem splitterItem3;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
 | |
|         private DevExpress.XtraLayout.SplitterItem splitterItem2;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
 | |
|         private DevExpress.XtraLayout.SplitterItem splitterItem1;
 | |
|         private DevExpress.XtraGrid.GridControl gcBatch;
 | |
|         private DevExpress.XtraGrid.Views.Grid.GridView gvBatch;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
 | |
|         private DevExpress.XtraLayout.SplitterItem splitterItem4;
 | |
|         private DevExpress.XtraGrid.GridControl gcTrans;
 | |
|         private DevExpress.XtraGrid.Views.Grid.GridView gvtrans;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
 | |
|         private DevExpress.XtraEditors.GridLookUpEdit comViechles;
 | |
|         private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
 | |
|         private DevExpress.XtraEditors.GridLookUpEdit comPeole;
 | |
|         private DevExpress.XtraGrid.Views.Grid.GridView gridView5;
 | |
|         private DevExpress.XtraEditors.ComboBoxEdit comThird;
 | |
|         private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup8;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup7;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup9;
 | |
|         private DevExpress.XtraEditors.TextEdit txtTransOrderNo;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21;
 | |
|         private DevExpress.XtraEditors.TextEdit txtOwner;
 | |
|         private DevExpress.XtraEditors.TextEdit txtphone;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem24;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
 | |
|         private DevExpress.XtraEditors.MemoEdit memoEdit1;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem26;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem9;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup10;
 | |
|         private System.Windows.Forms.Label lbSumVolume;
 | |
|         private System.Windows.Forms.Label lbBoxCount;
 | |
|         private System.Windows.Forms.Label lbSumWeight;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup12;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem28;
 | |
|         private System.Windows.Forms.Label lbBulkBoxCnt;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem27;
 | |
|         private System.Windows.Forms.Label lbBulkBagCnt;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem29;
 | |
|         private System.Windows.Forms.Label lbsubBulkBoxCnt;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem30;
 | |
|         private System.Windows.Forms.Label lbsubBulkBags;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem31;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem8;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem13;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
 | |
|         private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1;
 | |
|     }
 | |
| } |