From 70332ced875cd4afaad7c31dc83f863eb1bd1a9f Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期三, 22 十月 2025 09:58:49 +0800
Subject: [PATCH] 排产工单搜索
---
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.Designer.cs | 205 +++++++++++++++++++++++++++++++--------------------
1 files changed, 124 insertions(+), 81 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.Designer.cs
index 1fe8703..0ebf6a6 100644
--- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.Designer.cs
@@ -86,6 +86,8 @@
this.gridColumn39 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pageBar1 = new UserControls.Data.UcPageBar();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -191,6 +193,7 @@
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
this.tips = new DevExpress.Utils.ToolTipController(this.components);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
@@ -400,7 +403,9 @@
this.gridColumn38,
this.gridColumn39,
this.gridColumn30,
- this.gridColumn34});
+ this.gridColumn34,
+ this.gridColumn19,
+ this.gridColumn41});
this.gridView1.GridControl = this.gcMain1;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
@@ -428,7 +433,7 @@
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.Tag = "org.fnamber";
this.gridColumn8.Visible = true;
- this.gridColumn8.VisibleIndex = 13;
+ this.gridColumn8.VisibleIndex = 14;
this.gridColumn8.Width = 200;
//
// gv_caa001
@@ -566,7 +571,7 @@
this.gv_caa010.OptionsColumn.AllowEdit = false;
this.gv_caa010.Tag = "query_a.CAA010";
this.gv_caa010.Visible = true;
- this.gv_caa010.VisibleIndex = 14;
+ this.gv_caa010.VisibleIndex = 15;
this.gv_caa010.Width = 180;
//
// gv_caa011
@@ -579,7 +584,7 @@
this.gv_caa011.OptionsColumn.AllowEdit = false;
this.gv_caa011.Tag = "query_a.CAA011";
this.gv_caa011.Visible = true;
- this.gv_caa011.VisibleIndex = 15;
+ this.gv_caa011.VisibleIndex = 16;
this.gv_caa011.Width = 180;
//
// gv_saleOrderNo
@@ -624,7 +629,7 @@
this.gv_caa016.OptionsColumn.AllowEdit = false;
this.gv_caa016.Tag = "query_a.CAA016";
this.gv_caa016.Visible = true;
- this.gv_caa016.VisibleIndex = 16;
+ this.gv_caa016.VisibleIndex = 17;
this.gv_caa016.Width = 100;
//
// gridColumn7
@@ -684,7 +689,7 @@
this.gridColumn23.MinWidth = 25;
this.gridColumn23.Name = "gridColumn23";
this.gridColumn23.Visible = true;
- this.gridColumn23.VisibleIndex = 17;
+ this.gridColumn23.VisibleIndex = 18;
this.gridColumn23.Width = 94;
//
// gridColumn24
@@ -734,7 +739,7 @@
this.gridColumn31.MinWidth = 25;
this.gridColumn31.Name = "gridColumn31";
this.gridColumn31.Visible = true;
- this.gridColumn31.VisibleIndex = 18;
+ this.gridColumn31.VisibleIndex = 19;
this.gridColumn31.Width = 94;
//
// gridColumn32
@@ -784,7 +789,7 @@
this.gridColumn38.MinWidth = 25;
this.gridColumn38.Name = "gridColumn38";
this.gridColumn38.Visible = true;
- this.gridColumn38.VisibleIndex = 19;
+ this.gridColumn38.VisibleIndex = 20;
this.gridColumn38.Width = 94;
//
// gridColumn39
@@ -802,7 +807,7 @@
this.gridColumn30.MinWidth = 25;
this.gridColumn30.Name = "gridColumn30";
this.gridColumn30.Visible = true;
- this.gridColumn30.VisibleIndex = 20;
+ this.gridColumn30.VisibleIndex = 21;
this.gridColumn30.Width = 94;
//
// gridColumn34
@@ -812,6 +817,26 @@
this.gridColumn34.MinWidth = 25;
this.gridColumn34.Name = "gridColumn34";
this.gridColumn34.Width = 94;
+ //
+ // gridColumn19
+ //
+ this.gridColumn19.Caption = "浜у搧瑙勬牸";
+ this.gridColumn19.FieldName = "itemModel";
+ this.gridColumn19.MinWidth = 25;
+ this.gridColumn19.Name = "gridColumn19";
+ this.gridColumn19.Visible = true;
+ this.gridColumn19.VisibleIndex = 13;
+ this.gridColumn19.Width = 94;
+ //
+ // gridColumn41
+ //
+ this.gridColumn41.Caption = "Erp閿�";
+ this.gridColumn41.FieldName = "txtColor";
+ this.gridColumn41.MinWidth = 25;
+ this.gridColumn41.Name = "gridColumn41";
+ this.gridColumn41.Visible = true;
+ this.gridColumn41.VisibleIndex = 22;
+ this.gridColumn41.Width = 94;
//
// pageBar1
//
@@ -850,7 +875,7 @@
this.splitMx1.Panel2.Text = "Panel2";
this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
this.splitMx1.Size = new System.Drawing.Size(1464, 570);
- this.splitMx1.SplitterPosition = 216;
+ this.splitMx1.SplitterPosition = 221;
this.splitMx1.TabIndex = 0;
//
// layoutMx1
@@ -904,7 +929,7 @@
this.layoutMx1.Name = "layoutMx1";
this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(582, 419, 812, 500);
this.layoutMx1.Root = this.Root;
- this.layoutMx1.Size = new System.Drawing.Size(1464, 216);
+ this.layoutMx1.Size = new System.Drawing.Size(1464, 221);
this.layoutMx1.TabIndex = 0;
this.layoutMx1.Text = "layoutControl1";
//
@@ -918,7 +943,7 @@
//
// txt_wtOrg
//
- this.txt_wtOrg.Location = new System.Drawing.Point(1188, 124);
+ this.txt_wtOrg.Location = new System.Drawing.Point(1188, 126);
this.txt_wtOrg.Name = "txt_wtOrg";
this.txt_wtOrg.Properties.Appearance.Options.UseFont = true;
this.txt_wtOrg.Size = new System.Drawing.Size(264, 24);
@@ -927,7 +952,7 @@
//
// txt_scOrg
//
- this.txt_scOrg.Location = new System.Drawing.Point(1188, 96);
+ this.txt_scOrg.Location = new System.Drawing.Point(1188, 97);
this.txt_scOrg.Name = "txt_scOrg";
this.txt_scOrg.Properties.Appearance.Options.UseFont = true;
this.txt_scOrg.Size = new System.Drawing.Size(264, 24);
@@ -936,7 +961,7 @@
//
// txt_caa016
//
- this.txt_caa016.Location = new System.Drawing.Point(105, 152);
+ this.txt_caa016.Location = new System.Drawing.Point(105, 155);
this.txt_caa016.Name = "txt_caa016";
this.txt_caa016.Properties.Appearance.Options.UseFont = true;
this.txt_caa016.Size = new System.Drawing.Size(625, 24);
@@ -954,7 +979,7 @@
//
// txt_itemModel
//
- this.txt_itemModel.Location = new System.Drawing.Point(105, 124);
+ this.txt_itemModel.Location = new System.Drawing.Point(105, 126);
this.txt_itemModel.Name = "txt_itemModel";
this.txt_itemModel.Properties.Appearance.Options.UseFont = true;
this.txt_itemModel.Size = new System.Drawing.Size(264, 24);
@@ -981,7 +1006,7 @@
//
// txt_itemName
//
- this.txt_itemName.Location = new System.Drawing.Point(105, 96);
+ this.txt_itemName.Location = new System.Drawing.Point(105, 97);
this.txt_itemName.Name = "txt_itemName";
this.txt_itemName.Properties.Appearance.Options.UseFont = true;
this.txt_itemName.Size = new System.Drawing.Size(264, 24);
@@ -1017,7 +1042,7 @@
//
// txt_caa024
//
- this.txt_caa024.Location = new System.Drawing.Point(827, 96);
+ this.txt_caa024.Location = new System.Drawing.Point(827, 97);
this.txt_caa024.Name = "txt_caa024";
this.txt_caa024.Properties.Appearance.Options.UseFont = true;
this.txt_caa024.Size = new System.Drawing.Size(264, 24);
@@ -1026,7 +1051,7 @@
//
// txt_gdzt
//
- this.txt_gdzt.Location = new System.Drawing.Point(466, 124);
+ this.txt_gdzt.Location = new System.Drawing.Point(466, 126);
this.txt_gdzt.Name = "txt_gdzt";
this.txt_gdzt.Properties.Appearance.Options.UseFont = true;
this.txt_gdzt.Size = new System.Drawing.Size(264, 24);
@@ -1053,7 +1078,7 @@
//
// txt_saleOrderNo
//
- this.txt_saleOrderNo.Location = new System.Drawing.Point(105, 180);
+ this.txt_saleOrderNo.Location = new System.Drawing.Point(105, 184);
this.txt_saleOrderNo.Name = "txt_saleOrderNo";
this.txt_saleOrderNo.Properties.Appearance.Options.UseFont = true;
this.txt_saleOrderNo.Size = new System.Drawing.Size(264, 24);
@@ -1062,7 +1087,7 @@
//
// txt_dwName
//
- this.txt_dwName.Location = new System.Drawing.Point(466, 96);
+ this.txt_dwName.Location = new System.Drawing.Point(466, 97);
this.txt_dwName.Name = "txt_dwName";
this.txt_dwName.Properties.Appearance.Options.UseFont = true;
this.txt_dwName.Size = new System.Drawing.Size(264, 24);
@@ -1112,7 +1137,7 @@
//
// txt_saleOrderEntryseq
//
- this.txt_saleOrderEntryseq.Location = new System.Drawing.Point(466, 180);
+ this.txt_saleOrderEntryseq.Location = new System.Drawing.Point(466, 184);
this.txt_saleOrderEntryseq.Name = "txt_saleOrderEntryseq";
this.txt_saleOrderEntryseq.Size = new System.Drawing.Size(264, 24);
this.txt_saleOrderEntryseq.StyleController = this.layoutMx1;
@@ -1128,7 +1153,7 @@
//
// textEdit1
//
- this.textEdit1.Location = new System.Drawing.Point(827, 152);
+ this.textEdit1.Location = new System.Drawing.Point(827, 155);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Size = new System.Drawing.Size(264, 24);
this.textEdit1.StyleController = this.layoutMx1;
@@ -1136,7 +1161,7 @@
//
// txt_stockInLimitL
//
- this.txt_stockInLimitL.Location = new System.Drawing.Point(827, 124);
+ this.txt_stockInLimitL.Location = new System.Drawing.Point(827, 126);
this.txt_stockInLimitL.Name = "txt_stockInLimitL";
this.txt_stockInLimitL.Size = new System.Drawing.Size(264, 24);
this.txt_stockInLimitL.StyleController = this.layoutMx1;
@@ -1144,7 +1169,7 @@
//
// txt_jaTime
//
- this.txt_jaTime.Location = new System.Drawing.Point(1188, 180);
+ this.txt_jaTime.Location = new System.Drawing.Point(1188, 184);
this.txt_jaTime.Name = "txt_jaTime";
this.txt_jaTime.Size = new System.Drawing.Size(264, 24);
this.txt_jaTime.StyleController = this.layoutMx1;
@@ -1152,7 +1177,7 @@
//
// txt_jaBs
//
- this.txt_jaBs.Location = new System.Drawing.Point(1095, 152);
+ this.txt_jaBs.Location = new System.Drawing.Point(1095, 155);
this.txt_jaBs.Name = "txt_jaBs";
this.txt_jaBs.Properties.Caption = "缁撴鏍囪瘑";
this.txt_jaBs.Size = new System.Drawing.Size(357, 24);
@@ -1193,7 +1218,7 @@
//
// txt_caa013
//
- this.txt_caa013.Location = new System.Drawing.Point(827, 180);
+ this.txt_caa013.Location = new System.Drawing.Point(827, 184);
this.txt_caa013.Name = "txt_caa013";
this.txt_caa013.Size = new System.Drawing.Size(264, 24);
this.txt_caa013.StyleController = this.layoutMx1;
@@ -1364,7 +1389,7 @@
rowDefinition5,
rowDefinition6,
rowDefinition7});
- this.Root.Size = new System.Drawing.Size(1464, 216);
+ this.Root.Size = new System.Drawing.Size(1464, 221);
this.Root.TextVisible = false;
//
// layoutControlItem1
@@ -1435,50 +1460,50 @@
this.layoutControlItem12.Name = "layoutControlItem12";
this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem12.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem12.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem12.Text = "Erp璁″垝涓嬭揪";
this.layoutControlItem12.TextSize = new System.Drawing.Size(81, 18);
//
// layoutControlItem16
//
this.layoutControlItem16.Control = this.txt_scOrg;
- this.layoutControlItem16.Location = new System.Drawing.Point(1083, 84);
+ this.layoutControlItem16.Location = new System.Drawing.Point(1083, 85);
this.layoutControlItem16.Name = "layoutControlItem16";
this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 3;
- this.layoutControlItem16.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem16.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem16.Text = "鐢熶骇缁勭粐";
this.layoutControlItem16.TextSize = new System.Drawing.Size(81, 18);
//
// layoutControlItem18
//
this.layoutControlItem18.Control = this.txt_wtOrg;
- this.layoutControlItem18.Location = new System.Drawing.Point(1083, 112);
+ this.layoutControlItem18.Location = new System.Drawing.Point(1083, 114);
this.layoutControlItem18.Name = "layoutControlItem18";
this.layoutControlItem18.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem18.OptionsTableLayoutItem.RowIndex = 4;
- this.layoutControlItem18.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem18.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem18.Text = "濮旀墭缁勭粐";
this.layoutControlItem18.TextSize = new System.Drawing.Size(81, 18);
//
// layoutControlItem15
//
this.layoutControlItem15.Control = this.txt_itemModel;
- this.layoutControlItem15.Location = new System.Drawing.Point(0, 112);
+ this.layoutControlItem15.Location = new System.Drawing.Point(0, 114);
this.layoutControlItem15.Name = "layoutControlItem15";
this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 4;
- this.layoutControlItem15.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem15.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem15.Text = "浜у搧瑙勬牸";
this.layoutControlItem15.TextSize = new System.Drawing.Size(81, 18);
//
// layoutControlItem10
//
this.layoutControlItem10.Control = this.txt_dwName;
- this.layoutControlItem10.Location = new System.Drawing.Point(361, 84);
+ this.layoutControlItem10.Location = new System.Drawing.Point(361, 85);
this.layoutControlItem10.Name = "layoutControlItem10";
this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 3;
- this.layoutControlItem10.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem10.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem10.Text = "鍗曚綅";
this.layoutControlItem10.TextSize = new System.Drawing.Size(81, 18);
//
@@ -1500,7 +1525,7 @@
this.layoutControlItem22.Name = "layoutControlItem22";
this.layoutControlItem22.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem22.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem22.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem22.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem22.Text = "鍙帓鏁伴噺";
this.layoutControlItem22.TextSize = new System.Drawing.Size(81, 18);
//
@@ -1522,40 +1547,40 @@
this.layoutControlItem11.Name = "layoutControlItem11";
this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem11.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem11.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem11.Text = "鍗曟嵁绫诲瀷";
this.layoutControlItem11.TextSize = new System.Drawing.Size(81, 18);
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.txt_caa024;
- this.layoutControlItem6.Location = new System.Drawing.Point(722, 84);
+ this.layoutControlItem6.Location = new System.Drawing.Point(722, 85);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 3;
- this.layoutControlItem6.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem6.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem6.Text = "鍏ュ簱鏁伴噺";
this.layoutControlItem6.TextSize = new System.Drawing.Size(81, 18);
//
// layoutControlItem26
//
this.layoutControlItem26.Control = this.txt_stockInLimitL;
- this.layoutControlItem26.Location = new System.Drawing.Point(722, 112);
+ this.layoutControlItem26.Location = new System.Drawing.Point(722, 114);
this.layoutControlItem26.Name = "layoutControlItem26";
this.layoutControlItem26.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem26.OptionsTableLayoutItem.RowIndex = 4;
- this.layoutControlItem26.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem26.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem26.Text = "鍏ュ簱涓嬮檺";
this.layoutControlItem26.TextSize = new System.Drawing.Size(81, 18);
//
// txt_stockInLimitH
//
this.txt_stockInLimitH.Control = this.textEdit1;
- this.txt_stockInLimitH.Location = new System.Drawing.Point(722, 140);
+ this.txt_stockInLimitH.Location = new System.Drawing.Point(722, 143);
this.txt_stockInLimitH.Name = "txt_stockInLimitH";
this.txt_stockInLimitH.OptionsTableLayoutItem.ColumnIndex = 2;
this.txt_stockInLimitH.OptionsTableLayoutItem.RowIndex = 5;
- this.txt_stockInLimitH.Size = new System.Drawing.Size(361, 28);
+ this.txt_stockInLimitH.Size = new System.Drawing.Size(361, 29);
this.txt_stockInLimitH.Text = "鍏ュ簱涓婇檺";
this.txt_stockInLimitH.TextSize = new System.Drawing.Size(81, 18);
//
@@ -1565,17 +1590,17 @@
this.layoutControlItem13.Location = new System.Drawing.Point(0, 56);
this.layoutControlItem13.Name = "layoutControlItem13";
this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem13.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem13.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem13.Text = "浜у搧缂栫爜";
this.layoutControlItem13.TextSize = new System.Drawing.Size(81, 18);
//
// layoutControlItem14
//
this.layoutControlItem14.Control = this.txt_itemName;
- this.layoutControlItem14.Location = new System.Drawing.Point(0, 84);
+ this.layoutControlItem14.Location = new System.Drawing.Point(0, 85);
this.layoutControlItem14.Name = "layoutControlItem14";
this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3;
- this.layoutControlItem14.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem14.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem14.Text = "浜у搧鍚嶇О";
this.layoutControlItem14.TextSize = new System.Drawing.Size(81, 18);
//
@@ -1583,22 +1608,22 @@
//
this.layoutControlItem7.Control = this.txt_gdzt;
this.layoutControlItem7.CustomizationFormText = "涓氬姟鐘舵��";
- this.layoutControlItem7.Location = new System.Drawing.Point(361, 112);
+ this.layoutControlItem7.Location = new System.Drawing.Point(361, 114);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 4;
- this.layoutControlItem7.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem7.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem7.Text = "涓氬姟鐘舵��";
this.layoutControlItem7.TextSize = new System.Drawing.Size(81, 18);
//
// txt_jaBs1111
//
this.txt_jaBs1111.Control = this.txt_jaBs;
- this.txt_jaBs1111.Location = new System.Drawing.Point(1083, 140);
+ this.txt_jaBs1111.Location = new System.Drawing.Point(1083, 143);
this.txt_jaBs1111.Name = "txt_jaBs1111";
this.txt_jaBs1111.OptionsTableLayoutItem.ColumnIndex = 3;
this.txt_jaBs1111.OptionsTableLayoutItem.RowIndex = 5;
- this.txt_jaBs1111.Size = new System.Drawing.Size(361, 28);
+ this.txt_jaBs1111.Size = new System.Drawing.Size(361, 29);
this.txt_jaBs1111.Text = "缁撴缁撹瘑";
this.txt_jaBs1111.TextSize = new System.Drawing.Size(0, 0);
this.txt_jaBs1111.TextVisible = false;
@@ -1606,54 +1631,54 @@
// layoutControlItem32
//
this.layoutControlItem32.Control = this.txt_caa013;
- this.layoutControlItem32.Location = new System.Drawing.Point(722, 168);
+ this.layoutControlItem32.Location = new System.Drawing.Point(722, 172);
this.layoutControlItem32.Name = "layoutControlItem32";
this.layoutControlItem32.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem32.OptionsTableLayoutItem.RowIndex = 6;
- this.layoutControlItem32.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem32.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem32.Text = "BOM鐗堟湰";
this.layoutControlItem32.TextSize = new System.Drawing.Size(81, 18);
//
// layoutControlItem25
//
this.layoutControlItem25.Control = this.txt_jaTime;
- this.layoutControlItem25.Location = new System.Drawing.Point(1083, 168);
+ this.layoutControlItem25.Location = new System.Drawing.Point(1083, 172);
this.layoutControlItem25.Name = "layoutControlItem25";
this.layoutControlItem25.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem25.OptionsTableLayoutItem.RowIndex = 6;
- this.layoutControlItem25.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem25.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem25.Text = "缁撴鏃堕棿";
this.layoutControlItem25.TextSize = new System.Drawing.Size(81, 18);
//
// layoutControlItem17
//
this.layoutControlItem17.Control = this.txt_caa016;
- this.layoutControlItem17.Location = new System.Drawing.Point(0, 140);
+ this.layoutControlItem17.Location = new System.Drawing.Point(0, 143);
this.layoutControlItem17.Name = "layoutControlItem17";
this.layoutControlItem17.OptionsTableLayoutItem.ColumnSpan = 2;
this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 5;
- this.layoutControlItem17.Size = new System.Drawing.Size(722, 28);
+ this.layoutControlItem17.Size = new System.Drawing.Size(722, 29);
this.layoutControlItem17.Text = "澶囨敞";
this.layoutControlItem17.TextSize = new System.Drawing.Size(81, 18);
//
// layoutControlItem9
//
this.layoutControlItem9.Control = this.txt_saleOrderNo;
- this.layoutControlItem9.Location = new System.Drawing.Point(0, 168);
+ this.layoutControlItem9.Location = new System.Drawing.Point(0, 172);
this.layoutControlItem9.Name = "layoutControlItem9";
this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 6;
- this.layoutControlItem9.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem9.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem9.Text = "閿�鍞崟鍙�";
this.layoutControlItem9.TextSize = new System.Drawing.Size(81, 18);
//
// layoutControlItem23
//
this.layoutControlItem23.Control = this.txt_saleOrderEntryseq;
- this.layoutControlItem23.Location = new System.Drawing.Point(361, 168);
+ this.layoutControlItem23.Location = new System.Drawing.Point(361, 172);
this.layoutControlItem23.Name = "layoutControlItem23";
this.layoutControlItem23.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem23.OptionsTableLayoutItem.RowIndex = 6;
- this.layoutControlItem23.Size = new System.Drawing.Size(361, 28);
+ this.layoutControlItem23.Size = new System.Drawing.Size(361, 29);
this.layoutControlItem23.Text = "闇�姹傚崟琛屽彿";
this.layoutControlItem23.TextSize = new System.Drawing.Size(81, 18);
//
@@ -1663,7 +1688,7 @@
this.tabMx.Location = new System.Drawing.Point(0, 0);
this.tabMx.Name = "tabMx";
this.tabMx.SelectedTabPage = this.tabMxPage1;
- this.tabMx.Size = new System.Drawing.Size(1464, 342);
+ this.tabMx.Size = new System.Drawing.Size(1464, 337);
this.tabMx.TabIndex = 3;
this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.tabMxPage1});
@@ -1672,7 +1697,7 @@
//
this.tabMxPage1.Controls.Add(this.gcMx1);
this.tabMxPage1.Name = "tabMxPage1";
- this.tabMxPage1.Size = new System.Drawing.Size(1462, 310);
+ this.tabMxPage1.Size = new System.Drawing.Size(1462, 305);
this.tabMxPage1.Text = "鏄庣粏";
//
// gcMx1
@@ -1681,7 +1706,7 @@
this.gcMx1.Location = new System.Drawing.Point(0, 0);
this.gcMx1.MainView = this.gvMx1;
this.gcMx1.Name = "gcMx1";
- this.gcMx1.Size = new System.Drawing.Size(1462, 310);
+ this.gcMx1.Size = new System.Drawing.Size(1462, 305);
this.gcMx1.TabIndex = 0;
this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvMx1});
@@ -1714,7 +1739,8 @@
this.gvMx1scrapqty,
this.gridColumn17,
this.gridColumn29,
- this.gridColumn18});
+ this.gridColumn18,
+ this.gridColumn40});
this.gvMx1.GridControl = this.gcMx1;
this.gvMx1.Name = "gvMx1";
this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
@@ -1819,7 +1845,7 @@
this.gvMx1cab009.Name = "gvMx1cab009";
this.gvMx1cab009.Tag = "query_a.CAB009";
this.gvMx1cab009.Visible = true;
- this.gvMx1cab009.VisibleIndex = 7;
+ this.gvMx1cab009.VisibleIndex = 8;
this.gvMx1cab009.Width = 94;
//
// gvMx1cab007
@@ -1831,7 +1857,7 @@
this.gvMx1cab007.Name = "gvMx1cab007";
this.gvMx1cab007.Tag = "query_a.CAB007";
this.gvMx1cab007.Visible = true;
- this.gvMx1cab007.VisibleIndex = 8;
+ this.gvMx1cab007.VisibleIndex = 9;
this.gvMx1cab007.Width = 94;
//
// gvMx1cab014
@@ -1843,7 +1869,7 @@
this.gvMx1cab014.Name = "gvMx1cab014";
this.gvMx1cab014.Tag = "query_a.CAB014";
this.gvMx1cab014.Visible = true;
- this.gvMx1cab014.VisibleIndex = 9;
+ this.gvMx1cab014.VisibleIndex = 10;
this.gvMx1cab014.Width = 94;
//
// gridColumn11
@@ -1853,7 +1879,7 @@
this.gridColumn11.MinWidth = 25;
this.gridColumn11.Name = "gridColumn11";
this.gridColumn11.Visible = true;
- this.gridColumn11.VisibleIndex = 19;
+ this.gridColumn11.VisibleIndex = 20;
this.gridColumn11.Width = 94;
//
// gridColumn12
@@ -1863,7 +1889,7 @@
this.gridColumn12.MinWidth = 25;
this.gridColumn12.Name = "gridColumn12";
this.gridColumn12.Visible = true;
- this.gridColumn12.VisibleIndex = 20;
+ this.gridColumn12.VisibleIndex = 21;
this.gridColumn12.Width = 94;
//
// gridColumn13
@@ -1873,7 +1899,7 @@
this.gridColumn13.MinWidth = 25;
this.gridColumn13.Name = "gridColumn13";
this.gridColumn13.Visible = true;
- this.gridColumn13.VisibleIndex = 21;
+ this.gridColumn13.VisibleIndex = 22;
this.gridColumn13.Width = 94;
//
// gvMx1mtono
@@ -1895,7 +1921,7 @@
this.gvMx1numerator.Name = "gvMx1numerator";
this.gvMx1numerator.Tag = "query_a.NUMERATOR";
this.gvMx1numerator.Visible = true;
- this.gvMx1numerator.VisibleIndex = 10;
+ this.gvMx1numerator.VisibleIndex = 11;
this.gvMx1numerator.Width = 94;
//
// gvMx1denominator
@@ -1907,7 +1933,7 @@
this.gvMx1denominator.Name = "gvMx1denominator";
this.gvMx1denominator.Tag = "query_a.DENOMINATOR";
this.gvMx1denominator.Visible = true;
- this.gvMx1denominator.VisibleIndex = 11;
+ this.gvMx1denominator.VisibleIndex = 12;
this.gvMx1denominator.Width = 94;
//
// gvMx1depotCode
@@ -1919,7 +1945,7 @@
this.gvMx1depotCode.Name = "gvMx1depotCode";
this.gvMx1depotCode.Tag = "query_a.DEPOT_CODE";
this.gvMx1depotCode.Visible = true;
- this.gvMx1depotCode.VisibleIndex = 12;
+ this.gvMx1depotCode.VisibleIndex = 13;
this.gvMx1depotCode.Width = 94;
//
// gridColumn15
@@ -1929,7 +1955,7 @@
this.gridColumn15.MinWidth = 25;
this.gridColumn15.Name = "gridColumn15";
this.gridColumn15.Visible = true;
- this.gridColumn15.VisibleIndex = 13;
+ this.gridColumn15.VisibleIndex = 14;
this.gridColumn15.Width = 94;
//
// gvMx1issueType
@@ -1941,7 +1967,7 @@
this.gvMx1issueType.Name = "gvMx1issueType";
this.gvMx1issueType.Tag = "query_a.ISSUE_TYPE";
this.gvMx1issueType.Visible = true;
- this.gvMx1issueType.VisibleIndex = 14;
+ this.gvMx1issueType.VisibleIndex = 15;
this.gvMx1issueType.Width = 94;
//
// gridColumn16
@@ -1951,7 +1977,7 @@
this.gridColumn16.MinWidth = 25;
this.gridColumn16.Name = "gridColumn16";
this.gridColumn16.Visible = true;
- this.gridColumn16.VisibleIndex = 15;
+ this.gridColumn16.VisibleIndex = 16;
this.gridColumn16.Width = 94;
//
// gvMx1scraprate
@@ -1963,7 +1989,7 @@
this.gvMx1scraprate.Name = "gvMx1scraprate";
this.gvMx1scraprate.Tag = "query_a.SCRAPRATE";
this.gvMx1scraprate.Visible = true;
- this.gvMx1scraprate.VisibleIndex = 16;
+ this.gvMx1scraprate.VisibleIndex = 17;
this.gvMx1scraprate.Width = 94;
//
// gvMx1scrapqty
@@ -1975,7 +2001,7 @@
this.gvMx1scrapqty.Name = "gvMx1scrapqty";
this.gvMx1scrapqty.Tag = "query_a.SCRAPQTY";
this.gvMx1scrapqty.Visible = true;
- this.gvMx1scrapqty.VisibleIndex = 17;
+ this.gvMx1scrapqty.VisibleIndex = 18;
this.gvMx1scrapqty.Width = 94;
//
// gridColumn17
@@ -1985,7 +2011,7 @@
this.gridColumn17.MinWidth = 25;
this.gridColumn17.Name = "gridColumn17";
this.gridColumn17.Visible = true;
- this.gridColumn17.VisibleIndex = 18;
+ this.gridColumn17.VisibleIndex = 19;
this.gridColumn17.Width = 94;
//
// gridColumn29
@@ -1995,7 +2021,7 @@
this.gridColumn29.MinWidth = 25;
this.gridColumn29.Name = "gridColumn29";
this.gridColumn29.Visible = true;
- this.gridColumn29.VisibleIndex = 22;
+ this.gridColumn29.VisibleIndex = 23;
this.gridColumn29.Width = 94;
//
// gridColumn18
@@ -2005,6 +2031,20 @@
this.gridColumn18.MinWidth = 25;
this.gridColumn18.Name = "gridColumn18";
this.gridColumn18.Width = 94;
+ //
+ // gridColumn40
+ //
+ this.gridColumn40.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
+ this.gridColumn40.AppearanceCell.Options.UseForeColor = true;
+ this.gridColumn40.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
+ this.gridColumn40.AppearanceHeader.Options.UseForeColor = true;
+ this.gridColumn40.Caption = "闇�棰嗙敤閲忓彇鏁�";
+ this.gridColumn40.FieldName = "xsqz";
+ this.gridColumn40.MinWidth = 25;
+ this.gridColumn40.Name = "gridColumn40";
+ this.gridColumn40.Visible = true;
+ this.gridColumn40.VisibleIndex = 7;
+ this.gridColumn40.Width = 94;
//
// Frm_Womcaa
//
@@ -2264,5 +2304,8 @@
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn40;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn41;
}
}
\ No newline at end of file
--
Gitblit v1.9.3