From 6ab82e2c95d6ad274983c985bde0175bb436719f Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 09 十一月 2024 18:07:56 +0800
Subject: [PATCH] 1

---
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.Designer.cs |  238 +++++++++++++++++++++++++++-------------------------------
 1 files changed, 111 insertions(+), 127 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.Designer.cs
index dea5f47..484e70d 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.Designer.cs
@@ -39,6 +39,9 @@
             this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
             this.gcMx1 = new DevExpress.XtraGrid.GridControl();
             this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gv_fSubsidiary = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gv_fumbrella = new DevExpress.XtraGrid.Columns.GridColumn();
             this.lb_createDate1 = new DevExpress.XtraEditors.LabelControl();
@@ -56,7 +59,6 @@
             this.txt_itemNo = new DevExpress.XtraEditors.TextEdit();
             this.gv_itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gv_id = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn();
             this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
             this.gcMain = new DevExpress.XtraGrid.GridControl();
             this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
@@ -66,21 +68,18 @@
             this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
             this.tabMx = new DevExpress.XtraTab.XtraTabControl();
             this.panel1 = new System.Windows.Forms.Panel();
+            this.txt_tc_1 = new DevExpress.XtraEditors.CheckEdit();
+            this.txt_suppNo_1 = new Gs.DevApp.UserControl.UcLookSupplier();
             this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
-            this.txt_iCount = new DevExpress.XtraEditors.TextEdit();
+            this.txt_iCount_1 = new DevExpress.XtraEditors.TextEdit();
             this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
-            this.txt_tc = new DevExpress.XtraEditors.TextEdit();
             this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
-            this.txt_psnQty = new DevExpress.XtraEditors.TextEdit();
+            this.txt_psnQty_1 = new DevExpress.XtraEditors.TextEdit();
             this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
-            this.txt_suppName = new DevExpress.XtraEditors.TextEdit();
+            this.txt_suppId = new DevExpress.XtraEditors.TextEdit();
             this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
-            this.txt_suppNo = new DevExpress.XtraEditors.TextEdit();
             this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
             this.lbGuid = new System.Windows.Forms.Label();
-            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.tabMxPage1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
@@ -98,11 +97,10 @@
             ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
             this.tabMx.SuspendLayout();
             this.panel1.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_iCount.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_tc.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_psnQty.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_suppName.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_suppNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_tc_1.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_iCount_1.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_psnQty_1.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_suppId.Properties)).BeginInit();
             this.SuspendLayout();
             // 
             // gvMx1trLotno
@@ -232,6 +230,36 @@
             this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
             this.gvMx1.OptionsView.ShowGroupPanel = false;
             // 
+            // gridColumn1
+            // 
+            this.gridColumn1.Caption = "搴撲綅";
+            this.gridColumn1.FieldName = "depostSections";
+            this.gridColumn1.MinWidth = 25;
+            this.gridColumn1.Name = "gridColumn1";
+            this.gridColumn1.Visible = true;
+            this.gridColumn1.VisibleIndex = 6;
+            this.gridColumn1.Width = 94;
+            // 
+            // gridColumn2
+            // 
+            this.gridColumn2.Caption = "浠撳簱";
+            this.gridColumn2.FieldName = "depostCode";
+            this.gridColumn2.MinWidth = 25;
+            this.gridColumn2.Name = "gridColumn2";
+            this.gridColumn2.Visible = true;
+            this.gridColumn2.VisibleIndex = 7;
+            this.gridColumn2.Width = 94;
+            // 
+            // gridColumn3
+            // 
+            this.gridColumn3.Caption = "浠撳簱鍚嶇О";
+            this.gridColumn3.FieldName = "dpName";
+            this.gridColumn3.MinWidth = 25;
+            this.gridColumn3.Name = "gridColumn3";
+            this.gridColumn3.Visible = true;
+            this.gridColumn3.VisibleIndex = 8;
+            this.gridColumn3.Width = 94;
+            // 
             // gv_fSubsidiary
             // 
             this.gv_fSubsidiary.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -260,7 +288,7 @@
             // 
             this.lb_createDate1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.lb_createDate1.Appearance.Options.UseFont = true;
-            this.lb_createDate1.Location = new System.Drawing.Point(257, 15);
+            this.lb_createDate1.Location = new System.Drawing.Point(271, 15);
             this.lb_createDate1.Name = "lb_createDate1";
             this.lb_createDate1.Size = new System.Drawing.Size(68, 21);
             this.lb_createDate1.TabIndex = 252;
@@ -272,7 +300,7 @@
             this.txt_createDate1.Name = "txt_createDate1";
             this.txt_createDate1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.txt_createDate1.Properties.Appearance.Options.UseFont = true;
-            this.txt_createDate1.Size = new System.Drawing.Size(150, 28);
+            this.txt_createDate1.Size = new System.Drawing.Size(228, 28);
             this.txt_createDate1.TabIndex = 252;
             // 
             // lb_itemUnit
@@ -287,7 +315,7 @@
             // 
             // txt_itemUnit
             // 
-            this.txt_itemUnit.Location = new System.Drawing.Point(85, 88);
+            this.txt_itemUnit.Location = new System.Drawing.Point(85, 87);
             this.txt_itemUnit.Name = "txt_itemUnit";
             this.txt_itemUnit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.txt_itemUnit.Properties.Appearance.Options.UseFont = true;
@@ -305,7 +333,7 @@
             this.gv_itemUnit.OptionsColumn.AllowEdit = false;
             this.gv_itemUnit.Tag = "query_a.item_unit";
             this.gv_itemUnit.Visible = true;
-            this.gv_itemUnit.VisibleIndex = 3;
+            this.gv_itemUnit.VisibleIndex = 4;
             this.gv_itemUnit.Width = 94;
             // 
             // lb_itemModel
@@ -338,7 +366,7 @@
             this.gv_itemModel.OptionsColumn.AllowEdit = false;
             this.gv_itemModel.Tag = "query_a.item_model";
             this.gv_itemModel.Visible = true;
-            this.gv_itemModel.VisibleIndex = 2;
+            this.gv_itemModel.VisibleIndex = 3;
             this.gv_itemModel.Width = 94;
             // 
             // lb_itemName
@@ -371,7 +399,7 @@
             this.gv_itemName.OptionsColumn.AllowEdit = false;
             this.gv_itemName.Tag = "query_a.item_name";
             this.gv_itemName.Visible = true;
-            this.gv_itemName.VisibleIndex = 1;
+            this.gv_itemName.VisibleIndex = 2;
             this.gv_itemName.Width = 94;
             // 
             // lb_itemNo
@@ -404,7 +432,7 @@
             this.gv_itemNo.OptionsColumn.AllowEdit = false;
             this.gv_itemNo.Tag = "query_a.item_no";
             this.gv_itemNo.Visible = true;
-            this.gv_itemNo.VisibleIndex = 0;
+            this.gv_itemNo.VisibleIndex = 1;
             this.gv_itemNo.Width = 94;
             // 
             // gv_id
@@ -417,19 +445,9 @@
             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 = 0;
             this.gv_id.Width = 94;
-            // 
-            // gv_guid
-            // 
-            this.gv_guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gv_guid.AppearanceCell.Options.UseFont = true;
-            this.gv_guid.Caption = "guid ";
-            this.gv_guid.FieldName = "guid";
-            this.gv_guid.MinWidth = 50;
-            this.gv_guid.Name = "gv_guid";
-            this.gv_guid.OptionsColumn.AllowEdit = false;
-            this.gv_guid.Tag = "query_a.guid";
-            this.gv_guid.Width = 94;
             // 
             // toolBarMenu1
             // 
@@ -462,7 +480,6 @@
             this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
             this.gridView1.Appearance.Row.Options.UseFont = true;
             this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
-            this.gv_guid,
             this.gv_id,
             this.gv_itemNo,
             this.gv_itemName,
@@ -533,16 +550,16 @@
             // panel1
             // 
             this.panel1.BackColor = System.Drawing.Color.White;
+            this.panel1.Controls.Add(this.txt_tc_1);
+            this.panel1.Controls.Add(this.txt_suppNo_1);
             this.panel1.Controls.Add(this.labelControl5);
-            this.panel1.Controls.Add(this.txt_iCount);
+            this.panel1.Controls.Add(this.txt_iCount_1);
             this.panel1.Controls.Add(this.labelControl4);
-            this.panel1.Controls.Add(this.txt_tc);
             this.panel1.Controls.Add(this.labelControl3);
-            this.panel1.Controls.Add(this.txt_psnQty);
+            this.panel1.Controls.Add(this.txt_psnQty_1);
             this.panel1.Controls.Add(this.labelControl2);
-            this.panel1.Controls.Add(this.txt_suppName);
+            this.panel1.Controls.Add(this.txt_suppId);
             this.panel1.Controls.Add(this.labelControl1);
-            this.panel1.Controls.Add(this.txt_suppNo);
             this.panel1.Controls.Add(this.labelControl11);
             this.panel1.Controls.Add(this.lbGuid);
             this.panel1.Controls.Add(this.lb_createDate1);
@@ -561,102 +578,101 @@
             this.panel1.Name = "panel1";
             this.panel1.Size = new System.Drawing.Size(1126, 182);
             this.panel1.TabIndex = 1;
-            this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
+            // 
+            // txt_tc_1
+            // 
+            this.txt_tc_1.Location = new System.Drawing.Point(697, 15);
+            this.txt_tc_1.Name = "txt_tc_1";
+            this.txt_tc_1.Properties.Caption = "";
+            this.txt_tc_1.Size = new System.Drawing.Size(94, 24);
+            this.txt_tc_1.TabIndex = 265;
+            // 
+            // txt_suppNo_1
+            // 
+            this.txt_suppNo_1.KeyFile = "";
+            this.txt_suppNo_1.Location = new System.Drawing.Point(349, 51);
+            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(228, 30);
+            this.txt_suppNo_1.TabIndex = 264;
             // 
             // labelControl5
             // 
             this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.labelControl5.Appearance.Options.UseFont = true;
-            this.labelControl5.Location = new System.Drawing.Point(518, 55);
+            this.labelControl5.Location = new System.Drawing.Point(587, 56);
             this.labelControl5.Name = "labelControl5";
             this.labelControl5.Size = new System.Drawing.Size(102, 21);
             this.labelControl5.TabIndex = 261;
             this.labelControl5.Text = "鎵撳嵃鏉$爜寮犳暟";
             // 
-            // txt_iCount
+            // txt_iCount_1
             // 
-            this.txt_iCount.Location = new System.Drawing.Point(626, 49);
-            this.txt_iCount.Name = "txt_iCount";
-            this.txt_iCount.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.txt_iCount.Properties.Appearance.Options.UseFont = true;
-            this.txt_iCount.Size = new System.Drawing.Size(150, 28);
-            this.txt_iCount.TabIndex = 262;
+            this.txt_iCount_1.Location = new System.Drawing.Point(697, 49);
+            this.txt_iCount_1.Name = "txt_iCount_1";
+            this.txt_iCount_1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_iCount_1.Properties.Appearance.Options.UseFont = true;
+            this.txt_iCount_1.Size = new System.Drawing.Size(150, 28);
+            this.txt_iCount_1.TabIndex = 262;
             // 
             // labelControl4
             // 
             this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.labelControl4.Appearance.Options.UseFont = true;
-            this.labelControl4.Location = new System.Drawing.Point(546, 15);
+            this.labelControl4.Location = new System.Drawing.Point(655, 15);
             this.labelControl4.Name = "labelControl4";
             this.labelControl4.Size = new System.Drawing.Size(34, 21);
             this.labelControl4.TabIndex = 259;
             this.labelControl4.Text = "鐗归噰";
             // 
-            // txt_tc
-            // 
-            this.txt_tc.Location = new System.Drawing.Point(626, 12);
-            this.txt_tc.Name = "txt_tc";
-            this.txt_tc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.txt_tc.Properties.Appearance.Options.UseFont = true;
-            this.txt_tc.Size = new System.Drawing.Size(150, 28);
-            this.txt_tc.TabIndex = 260;
-            // 
             // labelControl3
             // 
             this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.labelControl3.Appearance.Options.UseFont = true;
-            this.labelControl3.Location = new System.Drawing.Point(518, 91);
+            this.labelControl3.Location = new System.Drawing.Point(587, 91);
             this.labelControl3.Name = "labelControl3";
             this.labelControl3.Size = new System.Drawing.Size(102, 21);
             this.labelControl3.TabIndex = 257;
             this.labelControl3.Text = "姣忓紶鏉$爜鏁伴噺";
             // 
-            // txt_psnQty
+            // txt_psnQty_1
             // 
-            this.txt_psnQty.Location = new System.Drawing.Point(626, 88);
-            this.txt_psnQty.Name = "txt_psnQty";
-            this.txt_psnQty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.txt_psnQty.Properties.Appearance.Options.UseFont = true;
-            this.txt_psnQty.Size = new System.Drawing.Size(150, 28);
-            this.txt_psnQty.TabIndex = 258;
+            this.txt_psnQty_1.Location = new System.Drawing.Point(697, 87);
+            this.txt_psnQty_1.Name = "txt_psnQty_1";
+            this.txt_psnQty_1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_psnQty_1.Properties.Appearance.Options.UseFont = true;
+            this.txt_psnQty_1.Size = new System.Drawing.Size(150, 28);
+            this.txt_psnQty_1.TabIndex = 258;
             // 
             // labelControl2
             // 
             this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.labelControl2.Appearance.Options.UseFont = true;
-            this.labelControl2.Location = new System.Drawing.Point(245, 91);
+            this.labelControl2.Location = new System.Drawing.Point(270, 91);
             this.labelControl2.Name = "labelControl2";
-            this.labelControl2.Size = new System.Drawing.Size(85, 21);
+            this.labelControl2.Size = new System.Drawing.Size(69, 21);
             this.labelControl2.TabIndex = 255;
-            this.labelControl2.Text = "渚涘簲鍟嗗悕绉�";
+            this.labelControl2.Text = "渚涘簲鍟咺D";
             // 
-            // txt_suppName
+            // txt_suppId
             // 
-            this.txt_suppName.Location = new System.Drawing.Point(349, 88);
-            this.txt_suppName.Name = "txt_suppName";
-            this.txt_suppName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.txt_suppName.Properties.Appearance.Options.UseFont = true;
-            this.txt_suppName.Size = new System.Drawing.Size(150, 28);
-            this.txt_suppName.TabIndex = 256;
+            this.txt_suppId.Enabled = false;
+            this.txt_suppId.Location = new System.Drawing.Point(349, 87);
+            this.txt_suppId.Name = "txt_suppId";
+            this.txt_suppId.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_suppId.Properties.Appearance.Options.UseFont = true;
+            this.txt_suppId.Size = new System.Drawing.Size(228, 28);
+            this.txt_suppId.TabIndex = 256;
             // 
             // labelControl1
             // 
             this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.labelControl1.Appearance.Options.UseFont = true;
-            this.labelControl1.Location = new System.Drawing.Point(245, 55);
+            this.labelControl1.Location = new System.Drawing.Point(254, 56);
             this.labelControl1.Name = "labelControl1";
             this.labelControl1.Size = new System.Drawing.Size(85, 21);
             this.labelControl1.TabIndex = 253;
             this.labelControl1.Text = "渚涘簲鍟嗙紪鍙�";
-            // 
-            // txt_suppNo
-            // 
-            this.txt_suppNo.Location = new System.Drawing.Point(349, 49);
-            this.txt_suppNo.Name = "txt_suppNo";
-            this.txt_suppNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.txt_suppNo.Properties.Appearance.Options.UseFont = true;
-            this.txt_suppNo.Size = new System.Drawing.Size(150, 28);
-            this.txt_suppNo.TabIndex = 254;
             // 
             // labelControl11
             // 
@@ -673,36 +689,6 @@
             this.lbGuid.Name = "lbGuid";
             this.lbGuid.Size = new System.Drawing.Size(0, 21);
             this.lbGuid.TabIndex = 1;
-            // 
-            // gridColumn1
-            // 
-            this.gridColumn1.Caption = "搴撲綅";
-            this.gridColumn1.FieldName = "depostSections";
-            this.gridColumn1.MinWidth = 25;
-            this.gridColumn1.Name = "gridColumn1";
-            this.gridColumn1.Visible = true;
-            this.gridColumn1.VisibleIndex = 6;
-            this.gridColumn1.Width = 94;
-            // 
-            // gridColumn2
-            // 
-            this.gridColumn2.Caption = "浠撳簱";
-            this.gridColumn2.FieldName = "depostCode";
-            this.gridColumn2.MinWidth = 25;
-            this.gridColumn2.Name = "gridColumn2";
-            this.gridColumn2.Visible = true;
-            this.gridColumn2.VisibleIndex = 7;
-            this.gridColumn2.Width = 94;
-            // 
-            // gridColumn3
-            // 
-            this.gridColumn3.Caption = "浠撳簱鍚嶇О";
-            this.gridColumn3.FieldName = "dpName";
-            this.gridColumn3.MinWidth = 25;
-            this.gridColumn3.Name = "gridColumn3";
-            this.gridColumn3.Visible = true;
-            this.gridColumn3.VisibleIndex = 8;
-            this.gridColumn3.Width = 94;
             // 
             // Frm_InitialBarcode
             // 
@@ -730,11 +716,10 @@
             this.tabMx.ResumeLayout(false);
             this.panel1.ResumeLayout(false);
             this.panel1.PerformLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_iCount.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_tc.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_psnQty.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_suppName.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_suppNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_tc_1.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_iCount_1.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_psnQty_1.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_suppId.Properties)).EndInit();
             this.ResumeLayout(false);
 
         }
@@ -782,19 +767,18 @@
 private DevExpress.XtraEditors.TextEdit txt_itemNo;
  private DevExpress.XtraGrid.Columns.GridColumn gv_itemNo;
  private DevExpress.XtraGrid.Columns.GridColumn gv_id;
- private DevExpress.XtraGrid.Columns.GridColumn gv_guid;
         private DevExpress.XtraEditors.LabelControl labelControl2;
-        private DevExpress.XtraEditors.TextEdit txt_suppName;
+        private DevExpress.XtraEditors.TextEdit txt_suppId;
         private DevExpress.XtraEditors.LabelControl labelControl1;
-        private DevExpress.XtraEditors.TextEdit txt_suppNo;
         private DevExpress.XtraEditors.LabelControl labelControl3;
-        private DevExpress.XtraEditors.TextEdit txt_psnQty;
+        private DevExpress.XtraEditors.TextEdit txt_psnQty_1;
         private DevExpress.XtraEditors.LabelControl labelControl5;
-        private DevExpress.XtraEditors.TextEdit txt_iCount;
+        private DevExpress.XtraEditors.TextEdit txt_iCount_1;
         private DevExpress.XtraEditors.LabelControl labelControl4;
-        private DevExpress.XtraEditors.TextEdit txt_tc;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
+        private UserControl.UcLookSupplier txt_suppNo_1;
+        private DevExpress.XtraEditors.CheckEdit txt_tc_1;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3