From 2fb710372202d0ef4e64a308892169551d3b5110 Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期三, 12 十一月 2025 09:52:10 +0800
Subject: [PATCH] 合并领料
---
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.Designer.cs | 269 ++++++++++++++++++++++++-----------------------------
1 files changed, 121 insertions(+), 148 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.Designer.cs
index e25a35c..6d0a41f 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.Designer.cs
@@ -164,10 +164,9 @@
this.toolBarMenu1.guidKey = null;
this.toolBarMenu1.isSetBtn = false;
this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
- this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.toolBarMenu1.Name = "toolBarMenu1";
this.toolBarMenu1.rptParameter = "rpt_ItemInv{}";
- this.toolBarMenu1.Size = new System.Drawing.Size(987, 62);
+ this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80);
this.toolBarMenu1.TabIndex = 0;
this.toolBarMenu1.xlsInService = null;
this.toolBarMenu1.xlsOutParameter = null;
@@ -175,11 +174,10 @@
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.xtraTabControl1.Location = new System.Drawing.Point(0, 62);
- this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
- this.xtraTabControl1.Size = new System.Drawing.Size(987, 468);
+ this.xtraTabControl1.Size = new System.Drawing.Size(1128, 602);
this.xtraTabControl1.TabIndex = 3;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
@@ -188,9 +186,8 @@
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.split1);
- this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.xtraTabPage1.Name = "xtraTabPage1";
- this.xtraTabPage1.Size = new System.Drawing.Size(985, 442);
+ this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570);
this.xtraTabPage1.Text = "鏁版嵁鍒楄〃";
//
// split1
@@ -199,7 +196,6 @@
this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
this.split1.Horizontal = false;
this.split1.Location = new System.Drawing.Point(0, 0);
- this.split1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.split1.Name = "split1";
//
// split1.Panel1
@@ -212,19 +208,17 @@
//
this.split1.Panel2.Text = "Panel2";
this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
- this.split1.Size = new System.Drawing.Size(985, 442);
+ this.split1.Size = new System.Drawing.Size(1126, 570);
this.split1.SplitterPosition = 0;
this.split1.TabIndex = 0;
//
// gcMain1
//
this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gcMain1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gcMain1.Location = new System.Drawing.Point(0, 0);
this.gcMain1.MainView = this.gridView1;
- this.gcMain1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gcMain1.Name = "gcMain1";
- this.gcMain1.Size = new System.Drawing.Size(985, 402);
+ this.gcMain1.Size = new System.Drawing.Size(1126, 519);
this.gcMain1.TabIndex = 2;
this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
@@ -239,9 +233,8 @@
this.gv_itemName,
this.gv_itemModel,
this.gv_itemUnit});
- this.gridView1.DetailHeight = 272;
this.gridView1.GridControl = this.gcMain1;
- this.gridView1.IndicatorWidth = 44;
+ this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsFind.ShowSearchNavButtons = false;
this.gridView1.OptionsView.ShowAutoFilterRow = true;
@@ -251,97 +244,96 @@
//
this.gridColumn4.Caption = "浣跨敤缁勭粐";
this.gridColumn4.FieldName = "fSubsidiary";
- this.gridColumn4.MinWidth = 219;
+ this.gridColumn4.MinWidth = 250;
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.OptionsColumn.AllowEdit = false;
this.gridColumn4.Tag = "org.fnumber";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 0;
- this.gridColumn4.Width = 219;
+ this.gridColumn4.Width = 250;
//
// gv_id
//
this.gv_id.AppearanceCell.Options.UseFont = true;
this.gv_id.Caption = "鐗╂枡ID ";
this.gv_id.FieldName = "id";
- this.gv_id.MinWidth = 44;
+ this.gv_id.MinWidth = 50;
this.gv_id.Name = "gv_id";
this.gv_id.OptionsColumn.AllowEdit = false;
this.gv_id.Tag = "query_a.id";
this.gv_id.Visible = true;
this.gv_id.VisibleIndex = 1;
- this.gv_id.Width = 82;
+ this.gv_id.Width = 94;
//
// gv_itemNo
//
this.gv_itemNo.AppearanceCell.Options.UseFont = true;
this.gv_itemNo.Caption = "鐗╂枡缂栫爜";
this.gv_itemNo.FieldName = "itemNo";
- this.gv_itemNo.MinWidth = 105;
+ this.gv_itemNo.MinWidth = 120;
this.gv_itemNo.Name = "gv_itemNo";
this.gv_itemNo.OptionsColumn.AllowEdit = false;
this.gv_itemNo.Tag = "query_a.item_no";
this.gv_itemNo.Visible = true;
this.gv_itemNo.VisibleIndex = 2;
- this.gv_itemNo.Width = 105;
+ this.gv_itemNo.Width = 120;
//
// gv_itemName
//
this.gv_itemName.AppearanceCell.Options.UseFont = true;
this.gv_itemName.Caption = "鐗╂枡鍚嶇О";
this.gv_itemName.FieldName = "itemName";
- this.gv_itemName.MinWidth = 131;
+ this.gv_itemName.MinWidth = 150;
this.gv_itemName.Name = "gv_itemName";
this.gv_itemName.OptionsColumn.AllowEdit = false;
this.gv_itemName.Tag = "query_a.item_name";
this.gv_itemName.Visible = true;
this.gv_itemName.VisibleIndex = 3;
- this.gv_itemName.Width = 131;
+ this.gv_itemName.Width = 150;
//
// gv_itemModel
//
this.gv_itemModel.AppearanceCell.Options.UseFont = true;
this.gv_itemModel.Caption = "瑙勬牸鍨嬪彿";
this.gv_itemModel.FieldName = "itemModel";
- this.gv_itemModel.MinWidth = 219;
+ this.gv_itemModel.MinWidth = 250;
this.gv_itemModel.Name = "gv_itemModel";
this.gv_itemModel.OptionsColumn.AllowEdit = false;
this.gv_itemModel.Tag = "query_a.item_model";
this.gv_itemModel.Visible = true;
this.gv_itemModel.VisibleIndex = 4;
- this.gv_itemModel.Width = 219;
+ this.gv_itemModel.Width = 250;
//
// gv_itemUnit
//
this.gv_itemUnit.AppearanceCell.Options.UseFont = true;
this.gv_itemUnit.Caption = "鐗╂枡鍗曚綅";
this.gv_itemUnit.FieldName = "itemUnit";
- this.gv_itemUnit.MinWidth = 44;
+ this.gv_itemUnit.MinWidth = 50;
this.gv_itemUnit.Name = "gv_itemUnit";
this.gv_itemUnit.OptionsColumn.AllowEdit = false;
this.gv_itemUnit.Tag = "query_b.fname";
this.gv_itemUnit.Visible = true;
this.gv_itemUnit.VisibleIndex = 5;
- this.gv_itemUnit.Width = 82;
+ this.gv_itemUnit.Width = 94;
//
// pageBar1
//
this.pageBar1.CurrentPage = 1;
this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pageBar1.Location = new System.Drawing.Point(0, 402);
- this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.pageBar1.Location = new System.Drawing.Point(0, 519);
+ this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.pageBar1.Name = "pageBar1";
this.pageBar1.RecordCount = 0;
- this.pageBar1.Size = new System.Drawing.Size(985, 30);
+ this.pageBar1.Size = new System.Drawing.Size(1126, 39);
this.pageBar1.TabIndex = 4;
this.pageBar1.TotalPages = 0;
//
// xtraTabPage2
//
this.xtraTabPage2.Controls.Add(this.splitMx1);
- this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.xtraTabPage2.Name = "xtraTabPage2";
- this.xtraTabPage2.Size = new System.Drawing.Size(985, 442);
+ this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
this.xtraTabPage2.Text = "鏁版嵁璇︾粏";
//
// splitMx1
@@ -349,7 +341,6 @@
this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMx1.Horizontal = false;
this.splitMx1.Location = new System.Drawing.Point(0, 0);
- this.splitMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.splitMx1.Name = "splitMx1";
//
// splitMx1.Panel1
@@ -362,8 +353,8 @@
this.splitMx1.Panel2.Controls.Add(this.tabMx);
this.splitMx1.Panel2.Text = "Panel2";
this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
- this.splitMx1.Size = new System.Drawing.Size(985, 442);
- this.splitMx1.SplitterPosition = 108;
+ this.splitMx1.Size = new System.Drawing.Size(1126, 570);
+ this.splitMx1.SplitterPosition = 139;
this.splitMx1.TabIndex = 0;
//
// layoutMx1
@@ -385,59 +376,55 @@
this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem12});
this.layoutMx1.Location = new System.Drawing.Point(0, 0);
- this.layoutMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.layoutMx1.Name = "layoutMx1";
this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(471, 509, 812, 500);
this.layoutMx1.Root = this.Root;
- this.layoutMx1.Size = new System.Drawing.Size(985, 108);
+ this.layoutMx1.Size = new System.Drawing.Size(1126, 139);
this.layoutMx1.TabIndex = 0;
this.layoutMx1.Text = "layoutControl1";
//
// lbGuid
//
- this.lbGuid.Location = new System.Drawing.Point(722, 84);
+ this.lbGuid.Location = new System.Drawing.Point(825, 108);
this.lbGuid.Name = "lbGuid";
- this.lbGuid.Size = new System.Drawing.Size(234, 22);
+ this.lbGuid.Size = new System.Drawing.Size(268, 28);
this.lbGuid.TabIndex = 275;
this.lbGuid.Text = "lbGuid";
//
// txt_psnQty_1
//
- this.txt_psnQty_1.Location = new System.Drawing.Point(570, 60);
- this.txt_psnQty_1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.txt_psnQty_1.Location = new System.Drawing.Point(666, 71);
this.txt_psnQty_1.Name = "txt_psnQty_1";
- this.txt_psnQty_1.Size = new System.Drawing.Size(149, 20);
+ this.txt_psnQty_1.Size = new System.Drawing.Size(170, 24);
this.txt_psnQty_1.StyleController = this.layoutMx1;
this.txt_psnQty_1.TabIndex = 273;
this.txt_psnQty_1.Tag = "readOnly-1";
//
// ucBtnPrint1
//
- this.ucBtnPrint1.allClickKey = null;
this.ucBtnPrint1.guidKey = null;
- this.ucBtnPrint1.Location = new System.Drawing.Point(485, 82);
+ this.ucBtnPrint1.Location = new System.Drawing.Point(563, 99);
this.ucBtnPrint1.Margin = new System.Windows.Forms.Padding(0);
this.ucBtnPrint1.Name = "ucBtnPrint1";
this.ucBtnPrint1.rptParameter = null;
- this.ucBtnPrint1.Size = new System.Drawing.Size(235, 24);
+ this.ucBtnPrint1.Size = new System.Drawing.Size(274, 30);
this.ucBtnPrint1.TabIndex = 266;
//
// txt_iCount_1
//
- this.txt_iCount_1.Location = new System.Drawing.Point(570, 36);
- this.txt_iCount_1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.txt_iCount_1.Location = new System.Drawing.Point(666, 41);
this.txt_iCount_1.Name = "txt_iCount_1";
- this.txt_iCount_1.Size = new System.Drawing.Size(149, 20);
+ this.txt_iCount_1.Size = new System.Drawing.Size(170, 24);
+ this.txt_iCount_1.StyleController = this.layoutMx1;
this.txt_iCount_1.TabIndex = 272;
this.txt_iCount_1.Tag = "readOnly-1";
//
// txt_fSubsidiary
//
- this.txt_fSubsidiary.Location = new System.Drawing.Point(96, 12);
- this.txt_fSubsidiary.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.txt_fSubsidiary.Location = new System.Drawing.Point(114, 12);
this.txt_fSubsidiary.Name = "txt_fSubsidiary";
this.txt_fSubsidiary.Properties.Appearance.Options.UseFont = true;
- this.txt_fSubsidiary.Size = new System.Drawing.Size(149, 20);
+ this.txt_fSubsidiary.Size = new System.Drawing.Size(170, 24);
this.txt_fSubsidiary.StyleController = this.layoutMx1;
this.txt_fSubsidiary.TabIndex = 270;
this.txt_fSubsidiary.Tag = "";
@@ -445,85 +432,78 @@
// txt_suppNo_1
//
this.txt_suppNo_1.IsReadly = false;
- this.txt_suppNo_1.Location = new System.Drawing.Point(570, 12);
+ this.txt_suppNo_1.Location = new System.Drawing.Point(666, 12);
this.txt_suppNo_1.Margin = new System.Windows.Forms.Padding(0);
this.txt_suppNo_1.Name = "txt_suppNo_1";
- this.txt_suppNo_1.Size = new System.Drawing.Size(149, 20);
+ this.txt_suppNo_1.Size = new System.Drawing.Size(170, 24);
this.txt_suppNo_1.TabIndex = 264;
//
// txt_itemNo
//
- this.txt_itemNo.Location = new System.Drawing.Point(96, 36);
- this.txt_itemNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.txt_itemNo.Location = new System.Drawing.Point(114, 41);
this.txt_itemNo.Name = "txt_itemNo";
this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
- this.txt_itemNo.Size = new System.Drawing.Size(149, 20);
+ this.txt_itemNo.Size = new System.Drawing.Size(170, 24);
this.txt_itemNo.StyleController = this.layoutMx1;
this.txt_itemNo.TabIndex = 217;
this.txt_itemNo.Tag = "";
//
// txt_itemName
//
- this.txt_itemName.Location = new System.Drawing.Point(96, 60);
- this.txt_itemName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.txt_itemName.Location = new System.Drawing.Point(114, 71);
this.txt_itemName.Name = "txt_itemName";
this.txt_itemName.Properties.Appearance.Options.UseFont = true;
- this.txt_itemName.Size = new System.Drawing.Size(149, 20);
+ this.txt_itemName.Size = new System.Drawing.Size(170, 24);
this.txt_itemName.StyleController = this.layoutMx1;
this.txt_itemName.TabIndex = 219;
this.txt_itemName.Tag = "";
//
// txt_itemModel
//
- this.txt_itemModel.Location = new System.Drawing.Point(96, 84);
- this.txt_itemModel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.txt_itemModel.Location = new System.Drawing.Point(114, 101);
this.txt_itemModel.Name = "txt_itemModel";
this.txt_itemModel.Properties.Appearance.Options.UseFont = true;
- this.txt_itemModel.Size = new System.Drawing.Size(386, 20);
+ this.txt_itemModel.Size = new System.Drawing.Size(446, 24);
this.txt_itemModel.StyleController = this.layoutMx1;
this.txt_itemModel.TabIndex = 226;
this.txt_itemModel.Tag = "";
//
// txt_suppId
//
- this.txt_suppId.Location = new System.Drawing.Point(333, 12);
- this.txt_suppId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.txt_suppId.Location = new System.Drawing.Point(390, 12);
this.txt_suppId.Name = "txt_suppId";
this.txt_suppId.Properties.Appearance.Options.UseFont = true;
- this.txt_suppId.Size = new System.Drawing.Size(149, 20);
+ this.txt_suppId.Size = new System.Drawing.Size(170, 24);
this.txt_suppId.StyleController = this.layoutMx1;
this.txt_suppId.TabIndex = 256;
this.txt_suppId.Tag = "";
//
// txt_createDate1
//
- this.txt_createDate1.Location = new System.Drawing.Point(333, 36);
- this.txt_createDate1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.txt_createDate1.Location = new System.Drawing.Point(390, 41);
this.txt_createDate1.Name = "txt_createDate1";
this.txt_createDate1.Properties.Appearance.Options.UseFont = true;
- this.txt_createDate1.Size = new System.Drawing.Size(149, 20);
+ this.txt_createDate1.Size = new System.Drawing.Size(170, 24);
this.txt_createDate1.StyleController = this.layoutMx1;
this.txt_createDate1.TabIndex = 252;
this.txt_createDate1.Tag = "";
//
// txt_itemUnit
//
- this.txt_itemUnit.Location = new System.Drawing.Point(333, 60);
- this.txt_itemUnit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.txt_itemUnit.Location = new System.Drawing.Point(390, 71);
this.txt_itemUnit.Name = "txt_itemUnit";
this.txt_itemUnit.Properties.Appearance.Options.UseFont = true;
- this.txt_itemUnit.Size = new System.Drawing.Size(149, 20);
+ this.txt_itemUnit.Size = new System.Drawing.Size(170, 24);
this.txt_itemUnit.StyleController = this.layoutMx1;
this.txt_itemUnit.TabIndex = 231;
this.txt_itemUnit.Tag = "";
//
// txt_tc_1
//
- this.txt_tc_1.Location = new System.Drawing.Point(723, 12);
- this.txt_tc_1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.txt_tc_1.Location = new System.Drawing.Point(840, 12);
this.txt_tc_1.Name = "txt_tc_1";
this.txt_tc_1.Properties.Caption = "鐗归噰鏍囪瘑";
- this.txt_tc_1.Size = new System.Drawing.Size(233, 20);
+ this.txt_tc_1.Size = new System.Drawing.Size(274, 24);
this.txt_tc_1.StyleController = this.layoutMx1;
this.txt_tc_1.TabIndex = 276;
//
@@ -584,7 +564,7 @@
rowDefinition2,
rowDefinition3,
rowDefinition4});
- this.Root.Size = new System.Drawing.Size(968, 116);
+ this.Root.Size = new System.Drawing.Size(1126, 139);
this.Root.TextVisible = false;
//
// layoutControlItem1
@@ -592,115 +572,115 @@
this.layoutControlItem1.Control = this.txt_fSubsidiary;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
- this.layoutControlItem1.Size = new System.Drawing.Size(237, 24);
+ this.layoutControlItem1.Size = new System.Drawing.Size(276, 29);
this.layoutControlItem1.Text = "浣跨敤缁勭粐";
- this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
+ this.layoutControlItem1.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txt_itemNo;
- this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
+ this.layoutControlItem2.Location = new System.Drawing.Point(0, 29);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem2.Size = new System.Drawing.Size(237, 24);
+ this.layoutControlItem2.Size = new System.Drawing.Size(276, 30);
this.layoutControlItem2.Text = "鐗╂枡缂栫爜";
- this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 14);
+ this.layoutControlItem2.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.txt_itemName;
- this.layoutControlItem3.Location = new System.Drawing.Point(0, 48);
+ this.layoutControlItem3.Location = new System.Drawing.Point(0, 59);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem3.Size = new System.Drawing.Size(237, 24);
+ this.layoutControlItem3.Size = new System.Drawing.Size(276, 30);
this.layoutControlItem3.Text = "鐗╂枡鍚嶇О";
- this.layoutControlItem3.TextSize = new System.Drawing.Size(72, 14);
+ this.layoutControlItem3.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txt_itemModel;
- this.layoutControlItem4.Location = new System.Drawing.Point(0, 72);
+ this.layoutControlItem4.Location = new System.Drawing.Point(0, 89);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.OptionsTableLayoutItem.ColumnSpan = 2;
this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 3;
- this.layoutControlItem4.Size = new System.Drawing.Size(474, 24);
+ this.layoutControlItem4.Size = new System.Drawing.Size(552, 30);
this.layoutControlItem4.Text = "瑙勬牸鍨嬪彿";
- this.layoutControlItem4.TextSize = new System.Drawing.Size(72, 14);
+ this.layoutControlItem4.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.txt_suppId;
- this.layoutControlItem5.Location = new System.Drawing.Point(237, 0);
+ this.layoutControlItem5.Location = new System.Drawing.Point(276, 0);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1;
- this.layoutControlItem5.Size = new System.Drawing.Size(237, 24);
+ this.layoutControlItem5.Size = new System.Drawing.Size(276, 29);
this.layoutControlItem5.Text = "渚涘簲鍟嗙紪鍙�";
- this.layoutControlItem5.TextSize = new System.Drawing.Size(72, 14);
+ this.layoutControlItem5.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.txt_createDate1;
- this.layoutControlItem6.Location = new System.Drawing.Point(237, 24);
+ this.layoutControlItem6.Location = new System.Drawing.Point(276, 29);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem6.Size = new System.Drawing.Size(237, 24);
+ this.layoutControlItem6.Size = new System.Drawing.Size(276, 30);
this.layoutControlItem6.Text = "鍏ュ簱鏃堕棿";
- this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 14);
+ this.layoutControlItem6.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.txt_itemUnit;
- this.layoutControlItem7.Location = new System.Drawing.Point(237, 48);
+ this.layoutControlItem7.Location = new System.Drawing.Point(276, 59);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem7.Size = new System.Drawing.Size(237, 24);
+ this.layoutControlItem7.Size = new System.Drawing.Size(276, 30);
this.layoutControlItem7.Text = "鐗╂枡鍗曚綅";
- this.layoutControlItem7.TextSize = new System.Drawing.Size(72, 14);
+ this.layoutControlItem7.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem8
//
this.layoutControlItem8.Control = this.txt_suppNo_1;
- this.layoutControlItem8.Location = new System.Drawing.Point(474, 0);
+ this.layoutControlItem8.Location = new System.Drawing.Point(552, 0);
this.layoutControlItem8.Name = "layoutControlItem8";
this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 2;
- this.layoutControlItem8.Size = new System.Drawing.Size(237, 24);
+ this.layoutControlItem8.Size = new System.Drawing.Size(276, 29);
this.layoutControlItem8.Text = "鍏堥�夋嫨渚涘簲鍟�";
- this.layoutControlItem8.TextSize = new System.Drawing.Size(72, 14);
+ this.layoutControlItem8.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem9
//
this.layoutControlItem9.Control = this.txt_iCount_1;
- this.layoutControlItem9.Location = new System.Drawing.Point(474, 24);
+ this.layoutControlItem9.Location = new System.Drawing.Point(552, 29);
this.layoutControlItem9.Name = "layoutControlItem9";
this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem9.Size = new System.Drawing.Size(237, 24);
+ this.layoutControlItem9.Size = new System.Drawing.Size(276, 30);
this.layoutControlItem9.Text = "鎵撳嵃鏉$爜寮犳暟";
- this.layoutControlItem9.TextSize = new System.Drawing.Size(72, 14);
+ this.layoutControlItem9.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem10
//
this.layoutControlItem10.Control = this.txt_psnQty_1;
- this.layoutControlItem10.Location = new System.Drawing.Point(474, 48);
+ this.layoutControlItem10.Location = new System.Drawing.Point(552, 59);
this.layoutControlItem10.Name = "layoutControlItem10";
this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem10.Size = new System.Drawing.Size(237, 24);
+ this.layoutControlItem10.Size = new System.Drawing.Size(276, 30);
this.layoutControlItem10.Text = "姣忓紶鏉$爜鏁伴噺";
- this.layoutControlItem10.TextSize = new System.Drawing.Size(72, 14);
+ this.layoutControlItem10.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem11
//
this.layoutControlItem11.Control = this.ucBtnPrint1;
- this.layoutControlItem11.Location = new System.Drawing.Point(474, 72);
- this.layoutControlItem11.MinSize = new System.Drawing.Size(1, 4);
+ this.layoutControlItem11.Location = new System.Drawing.Point(552, 89);
+ this.layoutControlItem11.MinSize = new System.Drawing.Size(1, 5);
this.layoutControlItem11.Name = "layoutControlItem11";
this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 3;
this.layoutControlItem11.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 0, 0);
- this.layoutControlItem11.Size = new System.Drawing.Size(237, 24);
+ this.layoutControlItem11.Size = new System.Drawing.Size(276, 30);
this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem11.Text = "鎵撳嵃鎸夐挳";
this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
@@ -709,10 +689,10 @@
// txt_tc_1123
//
this.txt_tc_1123.Control = this.txt_tc_1;
- this.txt_tc_1123.Location = new System.Drawing.Point(711, 0);
+ this.txt_tc_1123.Location = new System.Drawing.Point(828, 0);
this.txt_tc_1123.Name = "txt_tc_1123";
this.txt_tc_1123.OptionsTableLayoutItem.ColumnIndex = 3;
- this.txt_tc_1123.Size = new System.Drawing.Size(237, 24);
+ this.txt_tc_1123.Size = new System.Drawing.Size(278, 29);
this.txt_tc_1123.Text = "鐗归噰鏍囪瘑";
this.txt_tc_1123.TextSize = new System.Drawing.Size(0, 0);
this.txt_tc_1123.TextVisible = false;
@@ -721,10 +701,9 @@
//
this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabMx.Location = new System.Drawing.Point(0, 0);
- this.tabMx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabMx.Name = "tabMx";
this.tabMx.SelectedTabPage = this.tabMxPage1;
- this.tabMx.Size = new System.Drawing.Size(985, 324);
+ this.tabMx.Size = new System.Drawing.Size(1126, 419);
this.tabMx.TabIndex = 3;
this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.tabMxPage1});
@@ -732,22 +711,19 @@
// tabMxPage1
//
this.tabMxPage1.Controls.Add(this.gcMx1);
- this.tabMxPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabMxPage1.Name = "tabMxPage1";
- this.tabMxPage1.Size = new System.Drawing.Size(983, 298);
+ this.tabMxPage1.Size = new System.Drawing.Size(1124, 387);
this.tabMxPage1.Text = "鏉$爜鏄庣粏";
//
// gcMx1
//
this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gcMx1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gcMx1.Location = new System.Drawing.Point(0, 0);
this.gcMx1.MainView = this.gvMx1;
- this.gcMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gcMx1.Name = "gcMx1";
this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.rptChongDa});
- this.gcMx1.Size = new System.Drawing.Size(983, 298);
+ this.gcMx1.Size = new System.Drawing.Size(1124, 387);
this.gcMx1.TabIndex = 0;
this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvMx1});
@@ -757,7 +733,7 @@
this.gvMx1.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gvMx1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.gvMx1.Appearance.Row.Options.UseFont = true;
- this.gvMx1.ColumnPanelRowHeight = 39;
+ this.gvMx1.ColumnPanelRowHeight = 50;
this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gvMx1guid,
this.gridColumn2,
@@ -771,142 +747,140 @@
this.gridColumn6,
this.gridColumn7,
this.gvBtnAlawys});
- this.gvMx1.CustomizationFormBounds = new System.Drawing.Rectangle(666, 243, 264, 432);
- this.gvMx1.DetailHeight = 272;
this.gvMx1.GridControl = this.gcMx1;
this.gvMx1.Name = "gvMx1";
this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
this.gvMx1.OptionsFind.ShowSearchNavButtons = false;
this.gvMx1.OptionsView.ShowGroupPanel = false;
- this.gvMx1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
- new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gvBtnAlawys, DevExpress.Data.ColumnSortOrder.Ascending)});
//
// gvMx1guid
//
this.gvMx1guid.AppearanceCell.Options.UseFont = true;
this.gvMx1guid.Caption = "guid ";
this.gvMx1guid.FieldName = "guid";
- this.gvMx1guid.MinWidth = 44;
+ this.gvMx1guid.MinWidth = 50;
this.gvMx1guid.Name = "gvMx1guid";
this.gvMx1guid.Tag = "query_a.guid";
- this.gvMx1guid.Width = 82;
+ this.gvMx1guid.Width = 94;
//
// gridColumn2
//
this.gridColumn2.Caption = "鍏ュ簱鏍囪";
this.gridColumn2.FieldName = "inChk";
- this.gridColumn2.MaxWidth = 44;
- this.gridColumn2.MinWidth = 44;
+ this.gridColumn2.MaxWidth = 50;
+ this.gridColumn2.MinWidth = 50;
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 0;
- this.gridColumn2.Width = 44;
+ this.gridColumn2.Width = 50;
//
// gvMx1itemBarcode
//
this.gvMx1itemBarcode.AppearanceCell.Options.UseFont = true;
this.gvMx1itemBarcode.Caption = "鐗╂枡鏉$爜 ";
this.gvMx1itemBarcode.FieldName = "itemBarcode";
- this.gvMx1itemBarcode.MinWidth = 44;
+ this.gvMx1itemBarcode.MinWidth = 50;
this.gvMx1itemBarcode.Name = "gvMx1itemBarcode";
this.gvMx1itemBarcode.Tag = "query_a.ITEM_BARCODE";
this.gvMx1itemBarcode.Visible = true;
this.gvMx1itemBarcode.VisibleIndex = 1;
- this.gvMx1itemBarcode.Width = 262;
+ this.gvMx1itemBarcode.Width = 300;
//
// gvMx1quantity
//
this.gvMx1quantity.AppearanceCell.Options.UseFont = true;
this.gvMx1quantity.Caption = "鏁伴噺 ";
this.gvMx1quantity.FieldName = "quantity";
- this.gvMx1quantity.MinWidth = 44;
+ this.gvMx1quantity.MinWidth = 50;
this.gvMx1quantity.Name = "gvMx1quantity";
this.gvMx1quantity.Tag = "query_a.QUANTITY";
this.gvMx1quantity.Visible = true;
this.gvMx1quantity.VisibleIndex = 2;
- this.gvMx1quantity.Width = 82;
+ this.gvMx1quantity.Width = 94;
//
// gvMx1trLotno
//
this.gvMx1trLotno.AppearanceCell.Options.UseFont = true;
this.gvMx1trLotno.Caption = "渚涘簲鍟�";
this.gvMx1trLotno.FieldName = "suppID";
- this.gvMx1trLotno.MinWidth = 44;
+ this.gvMx1trLotno.MinWidth = 50;
this.gvMx1trLotno.Name = "gvMx1trLotno";
this.gvMx1trLotno.Tag = "query_a.TR_LOTNO";
this.gvMx1trLotno.Visible = true;
this.gvMx1trLotno.VisibleIndex = 3;
- this.gvMx1trLotno.Width = 131;
+ this.gvMx1trLotno.Width = 150;
//
// gvMx1createBy
//
this.gvMx1createBy.AppearanceCell.Options.UseFont = true;
this.gvMx1createBy.Caption = "鍒涘缓浜� ";
this.gvMx1createBy.FieldName = "createBy";
- this.gvMx1createBy.MinWidth = 44;
+ this.gvMx1createBy.MinWidth = 50;
this.gvMx1createBy.Name = "gvMx1createBy";
this.gvMx1createBy.Tag = "query_a.CREATE_BY";
this.gvMx1createBy.Visible = true;
this.gvMx1createBy.VisibleIndex = 4;
- this.gvMx1createBy.Width = 82;
+ this.gvMx1createBy.Width = 94;
//
// gridColumn5
//
this.gridColumn5.Caption = "寤虹珛鏃ユ湡";
this.gridColumn5.FieldName = "createDate";
- this.gridColumn5.MinWidth = 44;
+ this.gridColumn5.MinWidth = 50;
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 5;
- this.gridColumn5.Width = 157;
+ this.gridColumn5.Width = 180;
//
// gridColumn3
//
this.gridColumn3.Caption = "鍏ヤ粨鍚嶇О";
this.gridColumn3.FieldName = "depotName";
- this.gridColumn3.MinWidth = 22;
+ this.gridColumn3.MinWidth = 25;
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 6;
- this.gridColumn3.Width = 82;
+ this.gridColumn3.Width = 94;
//
// gridColumn1
//
this.gridColumn1.Caption = "鍏ヤ粨搴撲綅";
this.gridColumn1.FieldName = "depotSectionsCode";
- this.gridColumn1.MinWidth = 22;
+ this.gridColumn1.MinWidth = 25;
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 7;
- this.gridColumn1.Width = 82;
+ this.gridColumn1.Width = 94;
//
// gridColumn6
//
this.gridColumn6.Caption = "鍏ュ簱浜�";
this.gridColumn6.FieldName = "rkUser";
- this.gridColumn6.MinWidth = 22;
+ this.gridColumn6.MinWidth = 25;
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 8;
- this.gridColumn6.Width = 82;
+ this.gridColumn6.Width = 94;
//
// gridColumn7
//
this.gridColumn7.Caption = "鍏ュ簱鏃堕棿";
this.gridColumn7.FieldName = "rkDate";
- this.gridColumn7.MinWidth = 22;
+ this.gridColumn7.MinWidth = 25;
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 9;
- this.gridColumn7.Width = 82;
+ this.gridColumn7.Width = 94;
//
// gvBtnAlawys
//
this.gvBtnAlawys.Caption = "閲嶆墦";
this.gvBtnAlawys.ColumnEdit = this.rptChongDa;
- this.gvBtnAlawys.MinWidth = 22;
+ this.gvBtnAlawys.MinWidth = 25;
this.gvBtnAlawys.Name = "gvBtnAlawys";
- this.gvBtnAlawys.Width = 82;
+ this.gvBtnAlawys.Visible = true;
+ this.gvBtnAlawys.VisibleIndex = 10;
+ this.gvBtnAlawys.Width = 94;
//
// rptChongDa
//
@@ -921,12 +895,11 @@
//
// Frm_InitialBarcode
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(987, 530);
+ this.ClientSize = new System.Drawing.Size(1128, 682);
this.Controls.Add(this.xtraTabControl1);
this.Controls.Add(this.toolBarMenu1);
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "Frm_InitialBarcode";
this.Text = "鏈熷垵鏉$爜鎵撳嵃";
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
--
Gitblit v1.9.3