840 lines
51 KiB
C#
840 lines
51 KiB
C#
|
namespace DeiNiu.wms.win
|
|||
|
{
|
|||
|
partial class TransMgrForm
|
|||
|
{
|
|||
|
/// <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(TransMgrForm));
|
|||
|
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.gcPurchOrder = new DevExpress.XtraGrid.GridControl();
|
|||
|
this.gvPuchOrders = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
this.comLines = new DevExpress.XtraEditors.ComboBoxEdit();
|
|||
|
this.gcPick = new DevExpress.XtraGrid.GridControl();
|
|||
|
this.gridviewPick = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
this.pager1 = new DeiNiu.Controls.pager.Pager();
|
|||
|
this.gcTrans = new DevExpress.XtraGrid.GridControl();
|
|||
|
this.gridviewTrans = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
this.txtOrderNo = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.comTranType = new DevExpress.XtraEditors.ComboBoxEdit();
|
|||
|
this.btnNewTrans = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.comThird = new DevExpress.XtraEditors.ComboBoxEdit();
|
|||
|
this.comStatus = new DevExpress.XtraEditors.ComboBoxEdit();
|
|||
|
this.comViechles = new DevExpress.XtraEditors.ComboBoxEdit();
|
|||
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.splitterItem4 = new DevExpress.XtraLayout.SplitterItem();
|
|||
|
this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.emptySpaceItem9 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
|
|||
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|||
|
this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.splitterItem3 = new DevExpress.XtraLayout.SplitterItem();
|
|||
|
this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlGroup12 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
|
|||
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
((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.gcPurchOrder)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gvPuchOrders)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comLines.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gcPick)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridviewPick)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gcTrans)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridviewTrans)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtOrderNo.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comTranType.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comThird.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comStatus.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comViechles.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem4)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem3)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).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(1368, 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.gcPurchOrder);
|
|||
|
this.layoutControl1.Controls.Add(this.comLines);
|
|||
|
this.layoutControl1.Controls.Add(this.gcPick);
|
|||
|
this.layoutControl1.Controls.Add(this.pager1);
|
|||
|
this.layoutControl1.Controls.Add(this.gcTrans);
|
|||
|
this.layoutControl1.Controls.Add(this.txtOrderNo);
|
|||
|
this.layoutControl1.Controls.Add(this.btnQuery);
|
|||
|
this.layoutControl1.Controls.Add(this.comTranType);
|
|||
|
this.layoutControl1.Controls.Add(this.btnNewTrans);
|
|||
|
this.layoutControl1.Controls.Add(this.comThird);
|
|||
|
this.layoutControl1.Controls.Add(this.comStatus);
|
|||
|
this.layoutControl1.Controls.Add(this.comViechles);
|
|||
|
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(1368, 628);
|
|||
|
this.layoutControl1.TabIndex = 2;
|
|||
|
this.layoutControl1.Text = "layoutControl1";
|
|||
|
//
|
|||
|
// gcPurchOrder
|
|||
|
//
|
|||
|
this.gcPurchOrder.Location = new System.Drawing.Point(795, 414);
|
|||
|
this.gcPurchOrder.MainView = this.gvPuchOrders;
|
|||
|
this.gcPurchOrder.MenuManager = this.ribbon;
|
|||
|
this.gcPurchOrder.Name = "gcPurchOrder";
|
|||
|
this.gcPurchOrder.Size = new System.Drawing.Size(554, 200);
|
|||
|
this.gcPurchOrder.TabIndex = 50;
|
|||
|
this.gcPurchOrder.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
this.gvPuchOrders});
|
|||
|
//
|
|||
|
// gvPuchOrders
|
|||
|
//
|
|||
|
this.gvPuchOrders.GridControl = this.gcPurchOrder;
|
|||
|
this.gvPuchOrders.Name = "gvPuchOrders";
|
|||
|
//
|
|||
|
// 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;
|
|||
|
//
|
|||
|
// gcPick
|
|||
|
//
|
|||
|
this.gcPick.Location = new System.Drawing.Point(795, 143);
|
|||
|
this.gcPick.MainView = this.gridviewPick;
|
|||
|
this.gcPick.MenuManager = this.ribbon;
|
|||
|
this.gcPick.Name = "gcPick";
|
|||
|
this.gcPick.Size = new System.Drawing.Size(554, 245);
|
|||
|
this.gcPick.TabIndex = 24;
|
|||
|
this.gcPick.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
this.gridviewPick});
|
|||
|
//
|
|||
|
// gridviewPick
|
|||
|
//
|
|||
|
this.gridviewPick.GridControl = this.gcPick;
|
|||
|
this.gridviewPick.Name = "gridviewPick";
|
|||
|
//
|
|||
|
// pager1
|
|||
|
//
|
|||
|
this.pager1.Location = new System.Drawing.Point(14, 509);
|
|||
|
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(772, 20);
|
|||
|
this.pager1.TabIndex = 22;
|
|||
|
//
|
|||
|
// gcTrans
|
|||
|
//
|
|||
|
this.gcTrans.Location = new System.Drawing.Point(14, 126);
|
|||
|
this.gcTrans.MainView = this.gridviewTrans;
|
|||
|
this.gcTrans.MenuManager = this.ribbon;
|
|||
|
this.gcTrans.Name = "gcTrans";
|
|||
|
this.gcTrans.Size = new System.Drawing.Size(772, 379);
|
|||
|
this.gcTrans.TabIndex = 21;
|
|||
|
this.gcTrans.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
this.gridviewTrans});
|
|||
|
//
|
|||
|
// gridviewTrans
|
|||
|
//
|
|||
|
this.gridviewTrans.GridControl = this.gcTrans;
|
|||
|
this.gridviewTrans.Name = "gridviewTrans";
|
|||
|
this.gridviewTrans.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged);
|
|||
|
//
|
|||
|
// txtOrderNo
|
|||
|
//
|
|||
|
this.txtOrderNo.Location = new System.Drawing.Point(425, 57);
|
|||
|
this.txtOrderNo.MenuManager = this.ribbon;
|
|||
|
this.txtOrderNo.Name = "txtOrderNo";
|
|||
|
this.txtOrderNo.Size = new System.Drawing.Size(191, 20);
|
|||
|
this.txtOrderNo.StyleController = this.layoutControl1;
|
|||
|
this.txtOrderNo.TabIndex = 4;
|
|||
|
//
|
|||
|
// btnQuery
|
|||
|
//
|
|||
|
this.btnQuery.Location = new System.Drawing.Point(630, 33);
|
|||
|
this.btnQuery.Name = "btnQuery";
|
|||
|
this.btnQuery.Size = new System.Drawing.Size(75, 46);
|
|||
|
this.btnQuery.StyleController = this.layoutControl1;
|
|||
|
this.btnQuery.TabIndex = 23;
|
|||
|
this.btnQuery.Text = "查询";
|
|||
|
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
|
|||
|
//
|
|||
|
// comTranType
|
|||
|
//
|
|||
|
this.comTranType.Location = new System.Drawing.Point(425, 33);
|
|||
|
this.comTranType.MenuManager = this.ribbon;
|
|||
|
this.comTranType.Name = "comTranType";
|
|||
|
this.comTranType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.comTranType.Properties.Items.AddRange(new object[] {
|
|||
|
"全部",
|
|||
|
"待入库",
|
|||
|
"已入库",
|
|||
|
"入库异常"});
|
|||
|
this.comTranType.Size = new System.Drawing.Size(191, 20);
|
|||
|
this.comTranType.StyleController = this.layoutControl1;
|
|||
|
this.comTranType.TabIndex = 26;
|
|||
|
//
|
|||
|
// btnNewTrans
|
|||
|
//
|
|||
|
this.btnNewTrans.Location = new System.Drawing.Point(26, 564);
|
|||
|
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);
|
|||
|
//
|
|||
|
// comThird
|
|||
|
//
|
|||
|
this.comThird.Location = new System.Drawing.Point(43, 59);
|
|||
|
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(136, 20);
|
|||
|
this.comThird.StyleController = this.layoutControl1;
|
|||
|
this.comThird.TabIndex = 54;
|
|||
|
//
|
|||
|
// comStatus
|
|||
|
//
|
|||
|
this.comStatus.Location = new System.Drawing.Point(222, 33);
|
|||
|
this.comStatus.Name = "comStatus";
|
|||
|
this.comStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.comStatus.Size = new System.Drawing.Size(136, 20);
|
|||
|
this.comStatus.StyleController = this.layoutControl1;
|
|||
|
this.comStatus.TabIndex = 54;
|
|||
|
//
|
|||
|
// comViechles
|
|||
|
//
|
|||
|
this.comViechles.Location = new System.Drawing.Point(222, 58);
|
|||
|
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.Size = new System.Drawing.Size(136, 20);
|
|||
|
this.comViechles.StyleController = this.layoutControl1;
|
|||
|
this.comViechles.TabIndex = 52;
|
|||
|
//
|
|||
|
// layoutControlGroup1
|
|||
|
//
|
|||
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|||
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlGroup5,
|
|||
|
this.layoutControlGroup2,
|
|||
|
this.splitterItem3});
|
|||
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup1.Name = "Root";
|
|||
|
this.layoutControlGroup1.Size = new System.Drawing.Size(1368, 628);
|
|||
|
this.layoutControlGroup1.TextVisible = false;
|
|||
|
//
|
|||
|
// layoutControlGroup5
|
|||
|
//
|
|||
|
this.layoutControlGroup5.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.layoutControlGroup5.AppearanceGroup.Options.UseFont = true;
|
|||
|
this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem18,
|
|||
|
this.layoutControlItem19,
|
|||
|
this.splitterItem4,
|
|||
|
this.layoutControlGroup6,
|
|||
|
this.layoutControlItem8,
|
|||
|
this.layoutControlItem12,
|
|||
|
this.splitterItem1});
|
|||
|
this.layoutControlGroup5.Location = new System.Drawing.Point(0, 93);
|
|||
|
this.layoutControlGroup5.Name = "layoutControlGroup5";
|
|||
|
this.layoutControlGroup5.Size = new System.Drawing.Size(1363, 535);
|
|||
|
this.layoutControlGroup5.Text = "运单信息";
|
|||
|
//
|
|||
|
// 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.gcTrans;
|
|||
|
this.layoutControlItem18.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem18.Name = "layoutControlItem18";
|
|||
|
this.layoutControlItem18.Size = new System.Drawing.Size(776, 383);
|
|||
|
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, 383);
|
|||
|
this.layoutControlItem19.Name = "layoutControlItem19";
|
|||
|
this.layoutControlItem19.Size = new System.Drawing.Size(776, 24);
|
|||
|
this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem19.TextVisible = false;
|
|||
|
//
|
|||
|
// splitterItem4
|
|||
|
//
|
|||
|
this.splitterItem4.AllowHotTrack = true;
|
|||
|
this.splitterItem4.Location = new System.Drawing.Point(776, 0);
|
|||
|
this.splitterItem4.Name = "splitterItem4";
|
|||
|
this.splitterItem4.Size = new System.Drawing.Size(5, 492);
|
|||
|
//
|
|||
|
// layoutControlGroup6
|
|||
|
//
|
|||
|
this.layoutControlGroup6.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.layoutControlGroup6.AppearanceGroup.Options.UseFont = true;
|
|||
|
this.layoutControlGroup6.ExpandButtonVisible = true;
|
|||
|
this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.emptySpaceItem9,
|
|||
|
this.layoutControlItem15});
|
|||
|
this.layoutControlGroup6.Location = new System.Drawing.Point(0, 407);
|
|||
|
this.layoutControlGroup6.Name = "layoutControlGroup6";
|
|||
|
this.layoutControlGroup6.Size = new System.Drawing.Size(776, 85);
|
|||
|
this.layoutControlGroup6.Text = "运单管理";
|
|||
|
//
|
|||
|
// emptySpaceItem9
|
|||
|
//
|
|||
|
this.emptySpaceItem9.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem9.Location = new System.Drawing.Point(93, 0);
|
|||
|
this.emptySpaceItem9.MinSize = new System.Drawing.Size(104, 24);
|
|||
|
this.emptySpaceItem9.Name = "emptySpaceItem9";
|
|||
|
this.emptySpaceItem9.Size = new System.Drawing.Size(659, 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, 0);
|
|||
|
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;
|
|||
|
//
|
|||
|
// layoutControlItem8
|
|||
|
//
|
|||
|
this.layoutControlItem8.Control = this.gcPick;
|
|||
|
this.layoutControlItem8.Location = new System.Drawing.Point(781, 0);
|
|||
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
|||
|
this.layoutControlItem8.Size = new System.Drawing.Size(558, 266);
|
|||
|
this.layoutControlItem8.Text = "运单详情";
|
|||
|
this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
|
|||
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
//
|
|||
|
// layoutControlItem12
|
|||
|
//
|
|||
|
this.layoutControlItem12.Control = this.gcPurchOrder;
|
|||
|
this.layoutControlItem12.CustomizationFormText = "商品明细";
|
|||
|
this.layoutControlItem12.Location = new System.Drawing.Point(781, 271);
|
|||
|
this.layoutControlItem12.Name = "layoutControlItem12";
|
|||
|
this.layoutControlItem12.Size = new System.Drawing.Size(558, 221);
|
|||
|
this.layoutControlItem12.Text = "商品明细";
|
|||
|
this.layoutControlItem12.TextLocation = DevExpress.Utils.Locations.Top;
|
|||
|
this.layoutControlItem12.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
//
|
|||
|
// splitterItem1
|
|||
|
//
|
|||
|
this.splitterItem1.AllowHotTrack = true;
|
|||
|
this.splitterItem1.Location = new System.Drawing.Point(781, 266);
|
|||
|
this.splitterItem1.Name = "splitterItem1";
|
|||
|
this.splitterItem1.Size = new System.Drawing.Size(558, 5);
|
|||
|
//
|
|||
|
// layoutControlGroup2
|
|||
|
//
|
|||
|
this.layoutControlGroup2.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.layoutControlGroup2.AppearanceGroup.Options.UseFont = true;
|
|||
|
this.layoutControlGroup2.ExpandButtonVisible = true;
|
|||
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem7,
|
|||
|
this.emptySpaceItem2,
|
|||
|
this.layoutControlItem17,
|
|||
|
this.layoutControlItem5,
|
|||
|
this.layoutControlItem1,
|
|||
|
this.layoutControlItem3,
|
|||
|
this.layoutControlItem16,
|
|||
|
this.layoutControlItem2});
|
|||
|
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
|||
|
this.layoutControlGroup2.Size = new System.Drawing.Size(1363, 93);
|
|||
|
this.layoutControlGroup2.Text = "运单查询";
|
|||
|
//
|
|||
|
// layoutControlItem7
|
|||
|
//
|
|||
|
this.layoutControlItem7.Control = this.btnQuery;
|
|||
|
this.layoutControlItem7.Location = new System.Drawing.Point(616, 0);
|
|||
|
this.layoutControlItem7.MaxSize = new System.Drawing.Size(79, 50);
|
|||
|
this.layoutControlItem7.MinSize = new System.Drawing.Size(79, 50);
|
|||
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|||
|
this.layoutControlItem7.Size = new System.Drawing.Size(79, 50);
|
|||
|
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem7.TextVisible = false;
|
|||
|
//
|
|||
|
// emptySpaceItem2
|
|||
|
//
|
|||
|
this.emptySpaceItem2.AllowHotTrack = false;
|
|||
|
this.emptySpaceItem2.Location = new System.Drawing.Point(695, 0);
|
|||
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|||
|
this.emptySpaceItem2.Size = new System.Drawing.Size(644, 50);
|
|||
|
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;
|
|||
|
//
|
|||
|
// layoutControlItem5
|
|||
|
//
|
|||
|
this.layoutControlItem5.Control = this.comThird;
|
|||
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 26);
|
|||
|
this.layoutControlItem5.MaxSize = new System.Drawing.Size(179, 24);
|
|||
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(179, 24);
|
|||
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|||
|
this.layoutControlItem5.Size = new System.Drawing.Size(179, 24);
|
|||
|
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem5.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
|
|||
|
this.layoutControlItem5.Text = "物流";
|
|||
|
this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(24, 14);
|
|||
|
this.layoutControlItem5.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem1
|
|||
|
//
|
|||
|
this.layoutControlItem1.Control = this.txtOrderNo;
|
|||
|
this.layoutControlItem1.Location = new System.Drawing.Point(358, 24);
|
|||
|
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(48, 14);
|
|||
|
this.layoutControlItem1.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem3
|
|||
|
//
|
|||
|
this.layoutControlItem3.Control = this.comTranType;
|
|||
|
this.layoutControlItem3.Location = new System.Drawing.Point(358, 0);
|
|||
|
this.layoutControlItem3.MinSize = new System.Drawing.Size(117, 24);
|
|||
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|||
|
this.layoutControlItem3.Size = new System.Drawing.Size(258, 24);
|
|||
|
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;
|
|||
|
//
|
|||
|
// layoutControlItem16
|
|||
|
//
|
|||
|
this.layoutControlItem16.Control = this.comViechles;
|
|||
|
this.layoutControlItem16.Location = new System.Drawing.Point(179, 25);
|
|||
|
this.layoutControlItem16.MinSize = new System.Drawing.Size(93, 24);
|
|||
|
this.layoutControlItem16.Name = "layoutControlItem16";
|
|||
|
this.layoutControlItem16.Size = new System.Drawing.Size(179, 25);
|
|||
|
this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem16.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
|
|||
|
this.layoutControlItem16.Text = "车辆";
|
|||
|
this.layoutControlItem16.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem16.TextSize = new System.Drawing.Size(24, 14);
|
|||
|
this.layoutControlItem16.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// layoutControlItem2
|
|||
|
//
|
|||
|
this.layoutControlItem2.Control = this.comStatus;
|
|||
|
this.layoutControlItem2.CustomizationFormText = "物流";
|
|||
|
this.layoutControlItem2.Location = new System.Drawing.Point(179, 0);
|
|||
|
this.layoutControlItem2.MaxSize = new System.Drawing.Size(179, 25);
|
|||
|
this.layoutControlItem2.MinSize = new System.Drawing.Size(179, 25);
|
|||
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|||
|
this.layoutControlItem2.Size = new System.Drawing.Size(179, 25);
|
|||
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|||
|
this.layoutControlItem2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 10, 0, 0);
|
|||
|
this.layoutControlItem2.Text = "状态";
|
|||
|
this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
|||
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(24, 14);
|
|||
|
this.layoutControlItem2.TextToControlDistance = 5;
|
|||
|
//
|
|||
|
// splitterItem3
|
|||
|
//
|
|||
|
this.splitterItem3.AllowHotTrack = true;
|
|||
|
this.splitterItem3.Location = new System.Drawing.Point(1363, 0);
|
|||
|
this.splitterItem3.Name = "splitterItem3";
|
|||
|
this.splitterItem3.Size = new System.Drawing.Size(5, 628);
|
|||
|
//
|
|||
|
// layoutControlItem29
|
|||
|
//
|
|||
|
this.layoutControlItem29.CustomizationFormText = "件数";
|
|||
|
this.layoutControlItem29.Location = new System.Drawing.Point(1166, 0);
|
|||
|
this.layoutControlItem29.MinSize = new System.Drawing.Size(77, 24);
|
|||
|
this.layoutControlItem29.Name = "layoutControlItem29";
|
|||
|
this.layoutControlItem29.Size = new System.Drawing.Size(341, 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;
|
|||
|
//
|
|||
|
// layoutControlItem27
|
|||
|
//
|
|||
|
this.layoutControlItem27.CustomizationFormText = "件数";
|
|||
|
this.layoutControlItem27.Location = new System.Drawing.Point(906, 0);
|
|||
|
this.layoutControlItem27.MinSize = new System.Drawing.Size(77, 24);
|
|||
|
this.layoutControlItem27.Name = "layoutControlItem27";
|
|||
|
this.layoutControlItem27.Size = new System.Drawing.Size(260, 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;
|
|||
|
//
|
|||
|
// layoutControlItem28
|
|||
|
//
|
|||
|
this.layoutControlItem28.CustomizationFormText = "批号";
|
|||
|
this.layoutControlItem28.Location = new System.Drawing.Point(325, 0);
|
|||
|
this.layoutControlItem28.MinSize = new System.Drawing.Size(101, 24);
|
|||
|
this.layoutControlItem28.Name = "layoutControlItem28";
|
|||
|
this.layoutControlItem28.Size = new System.Drawing.Size(329, 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;
|
|||
|
//
|
|||
|
// layoutControlItem25
|
|||
|
//
|
|||
|
this.layoutControlItem25.CustomizationFormText = "件数";
|
|||
|
this.layoutControlItem25.Location = new System.Drawing.Point(654, 0);
|
|||
|
this.layoutControlItem25.MinSize = new System.Drawing.Size(77, 24);
|
|||
|
this.layoutControlItem25.Name = "layoutControlItem25";
|
|||
|
this.layoutControlItem25.Size = new System.Drawing.Size(252, 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;
|
|||
|
//
|
|||
|
// layoutControlItem14
|
|||
|
//
|
|||
|
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(325, 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;
|
|||
|
//
|
|||
|
// 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, 64);
|
|||
|
this.layoutControlGroup12.Name = "layoutControlGroup12";
|
|||
|
this.layoutControlGroup12.Size = new System.Drawing.Size(1531, 111);
|
|||
|
this.layoutControlGroup12.Text = "合计";
|
|||
|
//
|
|||
|
// layoutControlItem10
|
|||
|
//
|
|||
|
this.layoutControlItem10.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem10.Name = "layoutControlItem10";
|
|||
|
this.layoutControlItem10.Size = new System.Drawing.Size(1063, 214);
|
|||
|
this.layoutControlItem10.Text = "整货列表";
|
|||
|
this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
|
|||
|
this.layoutControlItem10.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
//
|
|||
|
// splitterItem2
|
|||
|
//
|
|||
|
this.splitterItem2.AllowHotTrack = true;
|
|||
|
this.splitterItem2.Location = new System.Drawing.Point(1063, 0);
|
|||
|
this.splitterItem2.Name = "splitterItem2";
|
|||
|
this.splitterItem2.Size = new System.Drawing.Size(5, 214);
|
|||
|
//
|
|||
|
// layoutControlItem9
|
|||
|
//
|
|||
|
this.layoutControlItem9.Location = new System.Drawing.Point(1068, 0);
|
|||
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
|||
|
this.layoutControlItem9.Size = new System.Drawing.Size(463, 214);
|
|||
|
this.layoutControlItem9.Text = "零货列表";
|
|||
|
this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
|
|||
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(48, 14);
|
|||
|
//
|
|||
|
// 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, 403);
|
|||
|
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
|||
|
this.layoutControlGroup3.Size = new System.Drawing.Size(1555, 257);
|
|||
|
this.layoutControlGroup3.Text = "集货信息";
|
|||
|
//
|
|||
|
// TransMgrForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1368, 775);
|
|||
|
this.Controls.Add(this.layoutControl1);
|
|||
|
this.Controls.Add(this.ribbon);
|
|||
|
this.Name = "TransMgrForm";
|
|||
|
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.gcPurchOrder)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gvPuchOrders)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comLines.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gcPick)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridviewPick)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gcTrans)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridviewTrans)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.txtOrderNo.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comTranType.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comThird.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comStatus.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comViechles.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem4)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem3)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).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 gcTrans;
|
|||
|
private DevExpress.XtraGrid.Views.Grid.GridView gridviewTrans;
|
|||
|
private DevExpress.XtraEditors.TextEdit txtOrderNo;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|||
|
private DevExpress.XtraGrid.GridControl gcPick;
|
|||
|
private DevExpress.XtraGrid.Views.Grid.GridView gridviewPick;
|
|||
|
private DevExpress.XtraEditors.SimpleButton btnQuery;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|||
|
private DevExpress.XtraEditors.ComboBoxEdit comTranType;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
|||
|
private DevExpress.XtraEditors.ComboBoxEdit comLines;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
|
|||
|
private DevExpress.XtraEditors.SimpleButton btnNewTrans;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
|
|||
|
private DevExpress.XtraLayout.SplitterItem splitterItem3;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
|
|||
|
private DevExpress.XtraGrid.GridControl gcPurchOrder;
|
|||
|
private DevExpress.XtraGrid.Views.Grid.GridView gvPuchOrders;
|
|||
|
private DevExpress.XtraEditors.ComboBoxEdit comThird;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|||
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem9;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem29;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem27;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem28;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem25;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup12;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
|||
|
private DevExpress.XtraLayout.SplitterItem splitterItem2;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
|||
|
private DevExpress.XtraEditors.ComboBoxEdit comStatus;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|||
|
private DevExpress.XtraLayout.SplitterItem splitterItem4;
|
|||
|
private DevExpress.XtraEditors.ComboBoxEdit comViechles;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
|
|||
|
private DevExpress.XtraLayout.SplitterItem splitterItem1;
|
|||
|
}
|
|||
|
}
|