From 0af8bce17a32dd66491b4802d6158a325ea1c73f Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期四, 18 九月 2025 16:16:09 +0800
Subject: [PATCH] 增加委外领料申请,增加选择员工按钮
---
DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.Designer.cs | 274 ++++++++++++++++++++++++++++--------------------------
1 files changed, 144 insertions(+), 130 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.Designer.cs
index 3acac2c..d21fc5e 100644
--- a/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.Designer.cs
@@ -70,6 +70,7 @@
this.gv_wcTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pageBar1 = new UserControls.Data.UcPageBar();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -82,7 +83,7 @@
this.txt_bl007 = new DevExpress.XtraEditors.TextEdit();
this.txt_bl013 = new DevExpress.XtraEditors.TextEdit();
this.txt_blNo = new DevExpress.XtraEditors.TextEdit();
- this.txt_bl012 = new DevExpress.XtraEditors.TextEdit();
+ this.txt_lineName = new DevExpress.XtraEditors.TextEdit();
this.txt_bl006 = new DevExpress.XtraEditors.TextEdit();
this.txt_bl015 = new DevExpress.XtraEditors.TextEdit();
this.txt_dptName = new DevExpress.XtraEditors.TextEdit();
@@ -105,6 +106,14 @@
this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
this.tabMx = new DevExpress.XtraTab.XtraTabControl();
this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
this.gcMx1 = new DevExpress.XtraGrid.GridControl();
@@ -128,14 +137,6 @@
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.picCheckBox = new System.Windows.Forms.PictureBox();
this.tips = new DevExpress.Utils.ToolTipController(this.components);
- this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
@@ -159,7 +160,7 @@
((System.ComponentModel.ISupportInitialize)(this.txt_bl007.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_bl013.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_blNo.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_bl012.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_lineName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_bl006.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_bl015.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_dptName.Properties)).BeginInit();
@@ -182,13 +183,6 @@
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
- this.tabMx.SuspendLayout();
- this.tabMxPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
@@ -197,6 +191,13 @@
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
+ this.tabMx.SuspendLayout();
+ this.tabMxPage1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
this.SuspendLayout();
//
// toolBarMenu1
@@ -210,7 +211,7 @@
this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
this.toolBarMenu1.Name = "toolBarMenu1";
this.toolBarMenu1.rptParameter = null;
- this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80);
+ this.toolBarMenu1.Size = new System.Drawing.Size(1265, 80);
this.toolBarMenu1.TabIndex = 0;
this.toolBarMenu1.xlsInService = null;
this.toolBarMenu1.xlsOutParameter = null;
@@ -221,7 +222,7 @@
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(1128, 602);
+ this.xtraTabControl1.Size = new System.Drawing.Size(1265, 602);
this.xtraTabControl1.TabIndex = 3;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
@@ -231,7 +232,7 @@
//
this.xtraTabPage1.Controls.Add(this.split1);
this.xtraTabPage1.Name = "xtraTabPage1";
- this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570);
+ this.xtraTabPage1.Size = new System.Drawing.Size(1263, 570);
this.xtraTabPage1.Text = "鏁版嵁鍒楄〃";
//
// split1
@@ -252,7 +253,7 @@
//
this.split1.Panel2.Text = "Panel2";
this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
- this.split1.Size = new System.Drawing.Size(1126, 570);
+ this.split1.Size = new System.Drawing.Size(1263, 570);
this.split1.SplitterPosition = 0;
this.split1.TabIndex = 0;
//
@@ -262,7 +263,7 @@
this.gcMain1.Location = new System.Drawing.Point(0, 0);
this.gcMain1.MainView = this.gridView1;
this.gcMain1.Name = "gcMain1";
- this.gcMain1.Size = new System.Drawing.Size(1126, 519);
+ this.gcMain1.Size = new System.Drawing.Size(1263, 519);
this.gcMain1.TabIndex = 2;
this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
@@ -295,7 +296,8 @@
this.gv_wcUser,
this.gv_wcTime,
this.gridColumn9,
- this.gridColumn12});
+ this.gridColumn12,
+ this.gridColumn1});
this.gridView1.GridControl = this.gcMain1;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
@@ -582,6 +584,16 @@
this.gridColumn12.VisibleIndex = 18;
this.gridColumn12.Width = 94;
//
+ // gridColumn1
+ //
+ this.gridColumn1.Caption = "鍏宠仈閫�鏂欏崟鍙�";
+ this.gridColumn1.FieldName = "tblid";
+ this.gridColumn1.MinWidth = 25;
+ this.gridColumn1.Name = "gridColumn1";
+ this.gridColumn1.Visible = true;
+ this.gridColumn1.VisibleIndex = 19;
+ this.gridColumn1.Width = 94;
+ //
// pageBar1
//
this.pageBar1.CurrentPage = 1;
@@ -590,7 +602,7 @@
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(1126, 39);
+ this.pageBar1.Size = new System.Drawing.Size(1263, 39);
this.pageBar1.TabIndex = 4;
this.pageBar1.TotalPages = 0;
//
@@ -632,7 +644,7 @@
this.layoutMx1.Controls.Add(this.txt_bl007);
this.layoutMx1.Controls.Add(this.txt_bl013);
this.layoutMx1.Controls.Add(this.txt_blNo);
- this.layoutMx1.Controls.Add(this.txt_bl012);
+ this.layoutMx1.Controls.Add(this.txt_lineName);
this.layoutMx1.Controls.Add(this.txt_bl006);
this.layoutMx1.Controls.Add(this.txt_bl015);
this.layoutMx1.Controls.Add(this.txt_dptName);
@@ -730,15 +742,15 @@
this.txt_blNo.TabIndex = 211;
this.txt_blNo.Tag = "readonly";
//
- // txt_bl012
+ // txt_lineName
//
- this.txt_bl012.Location = new System.Drawing.Point(365, 78);
- this.txt_bl012.Name = "txt_bl012";
- this.txt_bl012.Properties.Appearance.Options.UseFont = true;
- this.txt_bl012.Size = new System.Drawing.Size(195, 24);
- this.txt_bl012.StyleController = this.layoutMx1;
- this.txt_bl012.TabIndex = 247;
- this.txt_bl012.Tag = "readonly";
+ this.txt_lineName.Location = new System.Drawing.Point(365, 78);
+ this.txt_lineName.Name = "txt_lineName";
+ this.txt_lineName.Properties.Appearance.Options.UseFont = true;
+ this.txt_lineName.Size = new System.Drawing.Size(195, 24);
+ this.txt_lineName.StyleController = this.layoutMx1;
+ this.txt_lineName.TabIndex = 247;
+ this.txt_lineName.Tag = "readonly";
//
// txt_bl006
//
@@ -808,6 +820,7 @@
this.txt_bl018.Size = new System.Drawing.Size(274, 24);
this.txt_bl018.StyleController = this.layoutMx1;
this.txt_bl018.TabIndex = 290;
+ this.txt_bl018.Tag = "readonly";
//
// txt_tldh
//
@@ -1013,6 +1026,93 @@
this.layoutControlItem1.Size = new System.Drawing.Size(276, 33);
this.layoutControlItem1.Text = "鍗曟嵁缂栧彿";
this.layoutControlItem1.TextSize = new System.Drawing.Size(65, 18);
+ //
+ // layoutControlItem13
+ //
+ this.layoutControlItem13.Control = this.btnSelect;
+ this.layoutControlItem13.Location = new System.Drawing.Point(0, 132);
+ this.layoutControlItem13.MaxSize = new System.Drawing.Size(120, 31);
+ this.layoutControlItem13.MinSize = new System.Drawing.Size(95, 31);
+ this.layoutControlItem13.Name = "layoutControlItem13";
+ this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 4;
+ this.layoutControlItem13.Size = new System.Drawing.Size(276, 35);
+ this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
+ this.layoutControlItem13.Text = "閫夋嫨鐗╂枡";
+ this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem13.TextVisible = false;
+ //
+ // layoutControlItem9
+ //
+ this.layoutControlItem9.Control = this.txt_aboutGuid;
+ this.layoutControlItem9.Location = new System.Drawing.Point(0, 99);
+ this.layoutControlItem9.Name = "layoutControlItem9";
+ this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 3;
+ this.layoutControlItem9.Size = new System.Drawing.Size(276, 33);
+ this.layoutControlItem9.Text = "鐢熶骇宸ュ崟";
+ this.layoutControlItem9.TextSize = new System.Drawing.Size(65, 18);
+ //
+ // layoutControlItem5
+ //
+ this.layoutControlItem5.Control = this.txt_orgId;
+ this.layoutControlItem5.Location = new System.Drawing.Point(0, 66);
+ this.layoutControlItem5.Name = "layoutControlItem5";
+ this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 2;
+ this.layoutControlItem5.Size = new System.Drawing.Size(276, 33);
+ this.layoutControlItem5.Text = "鐢熶骇缁勭粐";
+ this.layoutControlItem5.TextSize = new System.Drawing.Size(65, 18);
+ //
+ // layoutControlItem2
+ //
+ this.layoutControlItem2.Control = this.txt_bl017;
+ this.layoutControlItem2.Location = new System.Drawing.Point(0, 33);
+ this.layoutControlItem2.Name = "layoutControlItem2";
+ this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
+ this.layoutControlItem2.Size = new System.Drawing.Size(276, 33);
+ this.layoutControlItem2.Text = "鍗曟嵁绫诲瀷";
+ this.layoutControlItem2.TextSize = new System.Drawing.Size(65, 18);
+ //
+ // layoutControlItem17
+ //
+ this.layoutControlItem17.Control = this.txt_tldh;
+ this.layoutControlItem17.Location = new System.Drawing.Point(276, 0);
+ this.layoutControlItem17.Name = "layoutControlItem17";
+ this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutControlItem17.Size = new System.Drawing.Size(276, 33);
+ this.layoutControlItem17.Text = "鎶曟枡鍗曞彿";
+ this.layoutControlItem17.TextSize = new System.Drawing.Size(65, 18);
+ //
+ // layoutControlItem10
+ //
+ this.layoutControlItem10.Control = this.txt_dptName;
+ this.layoutControlItem10.Location = new System.Drawing.Point(276, 33);
+ this.layoutControlItem10.Name = "layoutControlItem10";
+ this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1;
+ this.layoutControlItem10.Size = new System.Drawing.Size(276, 33);
+ this.layoutControlItem10.Text = "琛ユ枡杞﹂棿";
+ this.layoutControlItem10.TextSize = new System.Drawing.Size(65, 18);
+ //
+ // layoutControlItem11
+ //
+ this.layoutControlItem11.Control = this.txt_lineName;
+ this.layoutControlItem11.Location = new System.Drawing.Point(276, 66);
+ this.layoutControlItem11.Name = "layoutControlItem11";
+ this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2;
+ this.layoutControlItem11.Size = new System.Drawing.Size(276, 33);
+ this.layoutControlItem11.Text = "琛ユ枡浜х嚎";
+ this.layoutControlItem11.TextSize = new System.Drawing.Size(65, 18);
+ //
+ // layoutControlItem14
+ //
+ this.layoutControlItem14.Control = this.txt_bl007;
+ this.layoutControlItem14.Location = new System.Drawing.Point(276, 99);
+ this.layoutControlItem14.Name = "layoutControlItem14";
+ this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3;
+ this.layoutControlItem14.Size = new System.Drawing.Size(276, 33);
+ this.layoutControlItem14.Text = "鐢宠鍘熷洜";
+ this.layoutControlItem14.TextSize = new System.Drawing.Size(65, 18);
//
// tabMx
//
@@ -1283,93 +1383,6 @@
this.picCheckBox.TabStop = false;
this.picCheckBox.Visible = false;
//
- // layoutControlItem13
- //
- this.layoutControlItem13.Control = this.btnSelect;
- this.layoutControlItem13.Location = new System.Drawing.Point(0, 132);
- this.layoutControlItem13.MaxSize = new System.Drawing.Size(120, 31);
- this.layoutControlItem13.MinSize = new System.Drawing.Size(95, 31);
- this.layoutControlItem13.Name = "layoutControlItem13";
- this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 4;
- this.layoutControlItem13.Size = new System.Drawing.Size(276, 35);
- this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- this.layoutControlItem13.Text = "閫夋嫨鐗╂枡";
- this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem13.TextVisible = false;
- //
- // layoutControlItem9
- //
- this.layoutControlItem9.Control = this.txt_aboutGuid;
- this.layoutControlItem9.Location = new System.Drawing.Point(0, 99);
- this.layoutControlItem9.Name = "layoutControlItem9";
- this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 3;
- this.layoutControlItem9.Size = new System.Drawing.Size(276, 33);
- this.layoutControlItem9.Text = "鐢熶骇宸ュ崟";
- this.layoutControlItem9.TextSize = new System.Drawing.Size(65, 18);
- //
- // layoutControlItem5
- //
- this.layoutControlItem5.Control = this.txt_orgId;
- this.layoutControlItem5.Location = new System.Drawing.Point(0, 66);
- this.layoutControlItem5.Name = "layoutControlItem5";
- this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem5.Size = new System.Drawing.Size(276, 33);
- this.layoutControlItem5.Text = "鐢熶骇缁勭粐";
- this.layoutControlItem5.TextSize = new System.Drawing.Size(65, 18);
- //
- // layoutControlItem2
- //
- this.layoutControlItem2.Control = this.txt_bl017;
- this.layoutControlItem2.Location = new System.Drawing.Point(0, 33);
- this.layoutControlItem2.Name = "layoutControlItem2";
- this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem2.Size = new System.Drawing.Size(276, 33);
- this.layoutControlItem2.Text = "鍗曟嵁绫诲瀷";
- this.layoutControlItem2.TextSize = new System.Drawing.Size(65, 18);
- //
- // layoutControlItem17
- //
- this.layoutControlItem17.Control = this.txt_tldh;
- this.layoutControlItem17.Location = new System.Drawing.Point(276, 0);
- this.layoutControlItem17.Name = "layoutControlItem17";
- this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 1;
- this.layoutControlItem17.Size = new System.Drawing.Size(276, 33);
- this.layoutControlItem17.Text = "鎶曟枡鍗曞彿";
- this.layoutControlItem17.TextSize = new System.Drawing.Size(65, 18);
- //
- // layoutControlItem10
- //
- this.layoutControlItem10.Control = this.txt_dptName;
- this.layoutControlItem10.Location = new System.Drawing.Point(276, 33);
- this.layoutControlItem10.Name = "layoutControlItem10";
- this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1;
- this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem10.Size = new System.Drawing.Size(276, 33);
- this.layoutControlItem10.Text = "琛ユ枡杞﹂棿";
- this.layoutControlItem10.TextSize = new System.Drawing.Size(65, 18);
- //
- // layoutControlItem11
- //
- this.layoutControlItem11.Control = this.txt_bl012;
- this.layoutControlItem11.Location = new System.Drawing.Point(276, 66);
- this.layoutControlItem11.Name = "layoutControlItem11";
- this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 1;
- this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem11.Size = new System.Drawing.Size(276, 33);
- this.layoutControlItem11.Text = "琛ユ枡浜х嚎";
- this.layoutControlItem11.TextSize = new System.Drawing.Size(65, 18);
- //
- // layoutControlItem14
- //
- this.layoutControlItem14.Control = this.txt_bl007;
- this.layoutControlItem14.Location = new System.Drawing.Point(276, 99);
- this.layoutControlItem14.Name = "layoutControlItem14";
- this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 1;
- this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3;
- this.layoutControlItem14.Size = new System.Drawing.Size(276, 33);
- this.layoutControlItem14.Text = "鐢宠鍘熷洜";
- this.layoutControlItem14.TextSize = new System.Drawing.Size(65, 18);
- //
// UcBlcl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -1378,7 +1391,7 @@
this.Controls.Add(this.xtraTabControl1);
this.Controls.Add(this.toolBarMenu1);
this.Name = "UcBlcl";
- this.Size = new System.Drawing.Size(1128, 682);
+ this.Size = new System.Drawing.Size(1265, 682);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
@@ -1402,7 +1415,7 @@
((System.ComponentModel.ISupportInitialize)(this.txt_bl007.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_bl013.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_blNo.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_bl012.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_lineName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_bl006.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_bl015.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_dptName.Properties)).EndInit();
@@ -1425,13 +1438,6 @@
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit();
- this.tabMx.ResumeLayout(false);
- this.tabMxPage1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
@@ -1440,6 +1446,13 @@
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit();
+ this.tabMx.ResumeLayout(false);
+ this.tabMxPage1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit();
this.ResumeLayout(false);
}
@@ -1483,7 +1496,7 @@
private DevExpress.XtraEditors.TextEdit txt_bl015;
private DevExpress.XtraEditors.TextEdit txt_bl014;
private DevExpress.XtraEditors.TextEdit txt_bl013;
- private DevExpress.XtraEditors.TextEdit txt_bl012;
+ private DevExpress.XtraEditors.TextEdit txt_lineName;
private DevExpress.XtraEditors.TextEdit txt_dptName;
private DevExpress.XtraEditors.TextEdit txt_bl007;
private DevExpress.XtraEditors.TextEdit txt_bl006;
@@ -1538,5 +1551,6 @@
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
}
}
\ No newline at end of file
--
Gitblit v1.9.3