From b7b06604c4057163332b4017e02fe38bb40f51e4 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 03 十二月 2024 21:46:00 +0800
Subject: [PATCH] 修改了初始化

---
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDepot.Designer.cs |  124 +++++++++++++++++++++++++++++++----------
 1 files changed, 94 insertions(+), 30 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDepot.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDepot.Designer.cs
index a644760..457e53b 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDepot.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDepot.Designer.cs
@@ -35,7 +35,6 @@
             DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
             DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
             this.gvMx1depotSectionNamet = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gvMx1zuid = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gvMx1kbQty = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gvMx1lastupdateDate = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gvMx1lastupdateBy = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -104,6 +103,9 @@
             this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
             this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gv_id = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
             this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
             this.pageBar1 = new UserControls.Data.UcPageBar();
@@ -112,6 +114,7 @@
             this.panel1 = new System.Windows.Forms.Panel();
             this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
             this.lbGuid = new System.Windows.Forms.Label();
+            this.picCheckBox = new System.Windows.Forms.PictureBox();
             this.tabMxPage1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit();
@@ -145,43 +148,32 @@
             ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit();
             this.tabMx.SuspendLayout();
             this.panel1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
             this.SuspendLayout();
             // 
             // gvMx1depotSectionNamet
             // 
             this.gvMx1depotSectionNamet.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
             this.gvMx1depotSectionNamet.AppearanceCell.Options.UseFont = true;
-            this.gvMx1depotSectionNamet.Caption = "浠撲綅鍏ㄥ悕 ";
+            this.gvMx1depotSectionNamet.Caption = "浠撲綅鍏ㄥ悕";
             this.gvMx1depotSectionNamet.FieldName = "depotSectionNamet";
             this.gvMx1depotSectionNamet.MinWidth = 50;
             this.gvMx1depotSectionNamet.Name = "gvMx1depotSectionNamet";
             this.gvMx1depotSectionNamet.Tag = "query_a.depot_section_namet";
             this.gvMx1depotSectionNamet.Visible = true;
-            this.gvMx1depotSectionNamet.VisibleIndex = 6;
+            this.gvMx1depotSectionNamet.VisibleIndex = 5;
             this.gvMx1depotSectionNamet.Width = 94;
-            // 
-            // gvMx1zuid
-            // 
-            this.gvMx1zuid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.gvMx1zuid.AppearanceCell.Options.UseFont = true;
-            this.gvMx1zuid.Caption = "浠撲綅缁処D ";
-            this.gvMx1zuid.FieldName = "zuid";
-            this.gvMx1zuid.MinWidth = 50;
-            this.gvMx1zuid.Name = "gvMx1zuid";
-            this.gvMx1zuid.Tag = "query_a.zuid";
-            this.gvMx1zuid.Visible = true;
-            this.gvMx1zuid.VisibleIndex = 5;
-            this.gvMx1zuid.Width = 94;
             // 
             // gvMx1kbQty
             // 
             this.gvMx1kbQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
             this.gvMx1kbQty.AppearanceCell.Options.UseFont = true;
-            this.gvMx1kbQty.Caption = "鍗℃澘鏁� ";
+            this.gvMx1kbQty.Caption = "鍗℃澘鏁�";
             this.gvMx1kbQty.FieldName = "kbQty";
             this.gvMx1kbQty.MinWidth = 50;
             this.gvMx1kbQty.Name = "gvMx1kbQty";
             this.gvMx1kbQty.Tag = "query_a.kb_qty";
+            this.gvMx1kbQty.UnboundDataType = typeof(decimal);
             this.gvMx1kbQty.Visible = true;
             this.gvMx1kbQty.VisibleIndex = 4;
             this.gvMx1kbQty.Width = 94;
@@ -190,35 +182,35 @@
             // 
             this.gvMx1lastupdateDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
             this.gvMx1lastupdateDate.AppearanceCell.Options.UseFont = true;
-            this.gvMx1lastupdateDate.Caption = "鏈�鍚庢洿鏂版椂闂� ";
+            this.gvMx1lastupdateDate.Caption = "鏈�鍚庢洿鏂版椂闂�";
             this.gvMx1lastupdateDate.FieldName = "lastupdateDate";
             this.gvMx1lastupdateDate.MinWidth = 50;
             this.gvMx1lastupdateDate.Name = "gvMx1lastupdateDate";
             this.gvMx1lastupdateDate.OptionsColumn.ReadOnly = true;
             this.gvMx1lastupdateDate.Tag = "query_a.lastupdate_date";
             this.gvMx1lastupdateDate.Visible = true;
-            this.gvMx1lastupdateDate.VisibleIndex = 8;
+            this.gvMx1lastupdateDate.VisibleIndex = 7;
             this.gvMx1lastupdateDate.Width = 94;
             // 
             // gvMx1lastupdateBy
             // 
             this.gvMx1lastupdateBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
             this.gvMx1lastupdateBy.AppearanceCell.Options.UseFont = true;
-            this.gvMx1lastupdateBy.Caption = "鏈�鍚庢洿鏂颁汉 ";
+            this.gvMx1lastupdateBy.Caption = "鏈�鍚庢洿鏂颁汉";
             this.gvMx1lastupdateBy.FieldName = "lastupdateBy";
             this.gvMx1lastupdateBy.MinWidth = 50;
             this.gvMx1lastupdateBy.Name = "gvMx1lastupdateBy";
             this.gvMx1lastupdateBy.OptionsColumn.ReadOnly = true;
             this.gvMx1lastupdateBy.Tag = "query_a.lastupdate_by";
             this.gvMx1lastupdateBy.Visible = true;
-            this.gvMx1lastupdateBy.VisibleIndex = 7;
+            this.gvMx1lastupdateBy.VisibleIndex = 6;
             this.gvMx1lastupdateBy.Width = 94;
             // 
             // gvMx1description
             // 
             this.gvMx1description.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
             this.gvMx1description.AppearanceCell.Options.UseFont = true;
-            this.gvMx1description.Caption = "澶囨敞 ";
+            this.gvMx1description.Caption = "澶囨敞";
             this.gvMx1description.FieldName = "description";
             this.gvMx1description.MinWidth = 50;
             this.gvMx1description.Name = "gvMx1description";
@@ -231,11 +223,12 @@
             // 
             this.gvMx1completenessFlag.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
             this.gvMx1completenessFlag.AppearanceCell.Options.UseFont = true;
-            this.gvMx1completenessFlag.Caption = "鍙備笌榻愬鏍¢獙(0:鍚�,1:鏄�) ";
+            this.gvMx1completenessFlag.Caption = "鍙備笌榻愬鏍¢獙(0:鍚�,1:鏄�)";
             this.gvMx1completenessFlag.FieldName = "completenessFlag";
             this.gvMx1completenessFlag.MinWidth = 50;
             this.gvMx1completenessFlag.Name = "gvMx1completenessFlag";
             this.gvMx1completenessFlag.Tag = "query_a.completeness_flag";
+            this.gvMx1completenessFlag.UnboundDataType = typeof(bool);
             this.gvMx1completenessFlag.Visible = true;
             this.gvMx1completenessFlag.VisibleIndex = 2;
             this.gvMx1completenessFlag.Width = 94;
@@ -244,7 +237,7 @@
             // 
             this.gvMx1depotSectionName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
             this.gvMx1depotSectionName.AppearanceCell.Options.UseFont = true;
-            this.gvMx1depotSectionName.Caption = "璐т綅鍚嶇О ";
+            this.gvMx1depotSectionName.Caption = "璐т綅鍚嶇О";
             this.gvMx1depotSectionName.FieldName = "depotSectionName";
             this.gvMx1depotSectionName.MinWidth = 50;
             this.gvMx1depotSectionName.Name = "gvMx1depotSectionName";
@@ -257,7 +250,7 @@
             // 
             this.gvMx1depotSectionCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
             this.gvMx1depotSectionCode.AppearanceCell.Options.UseFont = true;
-            this.gvMx1depotSectionCode.Caption = "璐т綅缂栫爜 ";
+            this.gvMx1depotSectionCode.Caption = "璐т綅缂栫爜";
             this.gvMx1depotSectionCode.FieldName = "depotSectionCode";
             this.gvMx1depotSectionCode.MinWidth = 50;
             this.gvMx1depotSectionCode.Name = "gvMx1depotSectionCode";
@@ -307,7 +300,6 @@
             this.gvMx1completenessFlag,
             this.gvMx1description,
             this.gvMx1kbQty,
-            this.gvMx1zuid,
             this.gvMx1depotSectionNamet,
             this.gvMx1lastupdateBy,
             this.gvMx1lastupdateDate,
@@ -326,7 +318,7 @@
             this.gvMxDel.MinWidth = 25;
             this.gvMxDel.Name = "gvMxDel";
             this.gvMxDel.Visible = true;
-            this.gvMxDel.VisibleIndex = 9;
+            this.gvMxDel.VisibleIndex = 8;
             this.gvMxDel.Width = 94;
             // 
             // repositoryItemButtonEdit1
@@ -352,6 +344,7 @@
             // 
             // txt_materialProperti
             // 
+            this.txt_materialProperti.Enabled = false;
             this.txt_materialProperti.Location = new System.Drawing.Point(638, 48);
             this.txt_materialProperti.Name = "txt_materialProperti";
             this.txt_materialProperti.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -371,6 +364,7 @@
             // 
             // txt_isFkc
             // 
+            this.txt_isFkc.Enabled = false;
             this.txt_isFkc.Location = new System.Drawing.Point(638, 114);
             this.txt_isFkc.Name = "txt_isFkc";
             this.txt_isFkc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -404,6 +398,7 @@
             // 
             // txt_zuid
             // 
+            this.txt_zuid.Enabled = false;
             this.txt_zuid.Location = new System.Drawing.Point(638, 145);
             this.txt_zuid.Name = "txt_zuid";
             this.txt_zuid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -437,6 +432,7 @@
             // 
             // txt_piType
             // 
+            this.txt_piType.Enabled = false;
             this.txt_piType.Location = new System.Drawing.Point(927, 114);
             this.txt_piType.Name = "txt_piType";
             this.txt_piType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -456,6 +452,7 @@
             // 
             // txt_cwhaddress
             // 
+            this.txt_cwhaddress.Enabled = false;
             this.txt_cwhaddress.Location = new System.Drawing.Point(382, 115);
             this.txt_cwhaddress.Name = "txt_cwhaddress";
             this.txt_cwhaddress.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -475,6 +472,7 @@
             // 
             // txt_isNg
             // 
+            this.txt_isNg.Enabled = false;
             this.txt_isNg.Location = new System.Drawing.Point(382, 144);
             this.txt_isNg.Name = "txt_isNg";
             this.txt_isNg.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -508,6 +506,7 @@
             // 
             // txt_isWy
             // 
+            this.txt_isWy.Enabled = false;
             this.txt_isWy.Location = new System.Drawing.Point(118, 144);
             this.txt_isWy.Name = "txt_isWy";
             this.txt_isWy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -541,6 +540,7 @@
             // 
             // txt_iconType
             // 
+            this.txt_iconType.Enabled = false;
             this.txt_iconType.Location = new System.Drawing.Point(927, 145);
             this.txt_iconType.Name = "txt_iconType";
             this.txt_iconType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -560,6 +560,7 @@
             // 
             // txt_depottypecode
             // 
+            this.txt_depottypecode.Enabled = false;
             this.txt_depottypecode.Location = new System.Drawing.Point(118, 82);
             this.txt_depottypecode.Name = "txt_depottypecode";
             this.txt_depottypecode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -593,6 +594,7 @@
             // 
             // txt_type2
             // 
+            this.txt_type2.Enabled = false;
             this.txt_type2.Location = new System.Drawing.Point(118, 112);
             this.txt_type2.Name = "txt_type2";
             this.txt_type2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -612,6 +614,7 @@
             // 
             // txt_type1
             // 
+            this.txt_type1.Enabled = false;
             this.txt_type1.Location = new System.Drawing.Point(382, 82);
             this.txt_type1.Name = "txt_type1";
             this.txt_type1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -631,6 +634,7 @@
             // 
             // txt_factory
             // 
+            this.txt_factory.Enabled = false;
             this.txt_factory.Location = new System.Drawing.Point(638, 82);
             this.txt_factory.Name = "txt_factory";
             this.txt_factory.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -650,6 +654,7 @@
             // 
             // txt_depottype
             // 
+            this.txt_depottype.Enabled = false;
             this.txt_depottype.Location = new System.Drawing.Point(382, 48);
             this.txt_depottype.Name = "txt_depottype";
             this.txt_depottype.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -683,6 +688,7 @@
             // 
             // txt_lastupdateDate
             // 
+            this.txt_lastupdateDate.Enabled = false;
             this.txt_lastupdateDate.Location = new System.Drawing.Point(927, 82);
             this.txt_lastupdateDate.Name = "txt_lastupdateDate";
             this.txt_lastupdateDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -702,6 +708,7 @@
             // 
             // txt_lastupdateBy
             // 
+            this.txt_lastupdateBy.Enabled = false;
             this.txt_lastupdateBy.Location = new System.Drawing.Point(927, 48);
             this.txt_lastupdateBy.Name = "txt_lastupdateBy";
             this.txt_lastupdateBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -721,6 +728,7 @@
             // 
             // txt_createDate
             // 
+            this.txt_createDate.Enabled = false;
             this.txt_createDate.Location = new System.Drawing.Point(927, 14);
             this.txt_createDate.Name = "txt_createDate";
             this.txt_createDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -740,6 +748,7 @@
             // 
             // txt_createBy
             // 
+            this.txt_createBy.Enabled = false;
             this.txt_createBy.Location = new System.Drawing.Point(638, 14);
             this.txt_createBy.Name = "txt_createBy";
             this.txt_createBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -773,6 +782,7 @@
             // 
             // txt_description
             // 
+            this.txt_description.Enabled = false;
             this.txt_description.Location = new System.Drawing.Point(118, 48);
             this.txt_description.Name = "txt_description";
             this.txt_description.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -806,6 +816,7 @@
             // 
             // txt_depotName
             // 
+            this.txt_depotName.Enabled = false;
             this.txt_depotName.Location = new System.Drawing.Point(382, 14);
             this.txt_depotName.Name = "txt_depotName";
             this.txt_depotName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -839,6 +850,7 @@
             // 
             // txt_depotCode
             // 
+            this.txt_depotCode.Enabled = false;
             this.txt_depotCode.Location = new System.Drawing.Point(118, 14);
             this.txt_depotCode.Name = "txt_depotCode";
             this.txt_depotCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -905,7 +917,10 @@
             this.gv_isWy,
             this.gv_isNg,
             this.gv_zuid,
-            this.gv_isFkc});
+            this.gv_isFkc,
+            this.gridColumn4,
+            this.gridColumn3,
+            this.gridColumn2});
             this.gridView1.GridControl = this.gcMain;
             this.gridView1.IndicatorWidth = 50;
             this.gridView1.Name = "gridView1";
@@ -935,6 +950,40 @@
             this.gv_id.VisibleIndex = 1;
             this.gv_id.Width = 94;
             // 
+            // gridColumn4
+            // 
+            this.gridColumn4.Caption = "瀹℃牳鐘舵��";
+            this.gridColumn4.FieldName = "checkStatus";
+            this.gridColumn4.MinWidth = 50;
+            this.gridColumn4.Name = "gridColumn4";
+            this.gridColumn4.OptionsColumn.AllowEdit = false;
+            this.gridColumn4.UnboundDataType = typeof(bool);
+            this.gridColumn4.Visible = true;
+            this.gridColumn4.VisibleIndex = 12;
+            this.gridColumn4.Width = 94;
+            // 
+            // gridColumn3
+            // 
+            this.gridColumn3.Caption = "瀹℃牳浜�";
+            this.gridColumn3.FieldName = "checkBy";
+            this.gridColumn3.MinWidth = 100;
+            this.gridColumn3.Name = "gridColumn3";
+            this.gridColumn3.OptionsColumn.AllowEdit = false;
+            this.gridColumn3.Visible = true;
+            this.gridColumn3.VisibleIndex = 13;
+            this.gridColumn3.Width = 100;
+            // 
+            // gridColumn2
+            // 
+            this.gridColumn2.Caption = "瀹℃牳鏃堕棿";
+            this.gridColumn2.FieldName = "checkDate";
+            this.gridColumn2.MinWidth = 180;
+            this.gridColumn2.Name = "gridColumn2";
+            this.gridColumn2.OptionsColumn.AllowEdit = false;
+            this.gridColumn2.Visible = true;
+            this.gridColumn2.VisibleIndex = 14;
+            this.gridColumn2.Width = 180;
+            // 
             // xtraTabControl1
             // 
             this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
@@ -963,7 +1012,6 @@
             this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
             this.pageBar1.Name = "pageBar1";
             this.pageBar1.RecordCount = 0;
-            this.pageBar1.RowsCount = 50;
             this.pageBar1.Size = new System.Drawing.Size(1126, 39);
             this.pageBar1.TabIndex = 3;
             this.pageBar1.TotalPages = 0;
@@ -1059,11 +1107,23 @@
             this.lbGuid.TabIndex = 1;
             this.lbGuid.Visible = false;
             // 
+            // picCheckBox
+            // 
+            this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
+            this.picCheckBox.Location = new System.Drawing.Point(983, 55);
+            this.picCheckBox.Name = "picCheckBox";
+            this.picCheckBox.Size = new System.Drawing.Size(100, 50);
+            this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+            this.picCheckBox.TabIndex = 5;
+            this.picCheckBox.TabStop = false;
+            this.picCheckBox.Visible = false;
+            // 
             // Frm_MesDepot
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(1128, 682);
+            this.Controls.Add(this.picCheckBox);
             this.Controls.Add(this.xtraTabControl1);
             this.Controls.Add(this.toolBarMenu1);
             this.Name = "Frm_MesDepot";
@@ -1101,6 +1161,7 @@
             this.tabMx.ResumeLayout(false);
             this.panel1.ResumeLayout(false);
             this.panel1.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit();
             this.ResumeLayout(false);
 
         }
@@ -1117,7 +1178,6 @@
         private DevExpress.XtraEditors.LabelControl labelControl11;
   private DevExpress.XtraTab.XtraTabControl tabMx;
  private DevExpress.XtraGrid.Columns.GridColumn gvMx1depotSectionNamet;
- private DevExpress.XtraGrid.Columns.GridColumn gvMx1zuid;
  private DevExpress.XtraGrid.Columns.GridColumn gvMx1kbQty;
  private DevExpress.XtraGrid.Columns.GridColumn gvMx1lastupdateDate;
  private DevExpress.XtraGrid.Columns.GridColumn gvMx1lastupdateBy;
@@ -1203,5 +1263,9 @@
         private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
         private DevExpress.XtraGrid.Columns.GridColumn gv_id;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
+        private System.Windows.Forms.PictureBox picCheckBox;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3