From dcd0a2ec0c37f9d5807bfec762419aa45c35bc73 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期四, 23 十月 2025 14:43:42 +0800
Subject: [PATCH] 周转箱物料维护,仓位维护

---
 DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs |  124 +++++++++++++++++++++++++----------------
 1 files changed, 76 insertions(+), 48 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs
index cea5c95..5851975 100644
--- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.Designer.cs
@@ -78,6 +78,7 @@
             this.txt_createBy = new DevExpress.XtraEditors.TextEdit();
             this.txt_description = new DevExpress.XtraEditors.TextEdit();
             this.txt_depottype = new DevExpress.XtraEditors.TextEdit();
+            this.txt_DepotModel = new DevExpress.XtraEditors.ComboBoxEdit();
             this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
             this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
             this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
@@ -88,6 +89,8 @@
             this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
             this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
+            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
             this.tabMx = new DevExpress.XtraTab.XtraTabControl();
             this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage();
             this.gcMx1 = new DevExpress.XtraGrid.GridControl();
@@ -101,12 +104,11 @@
             this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn();
             this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
             this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
             this.bandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
             this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
             this.tips = new DevExpress.Utils.ToolTipController(this.components);
-            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
-            this.txt_DepotModel = new DevExpress.XtraEditors.ComboBoxEdit();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
             this.xtraTabPage1.SuspendLayout();
@@ -134,6 +136,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_description.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_depottype.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_DepotModel.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
@@ -144,16 +147,16 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).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.repositoryItemComboBox1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_DepotModel.Properties)).BeginInit();
             this.SuspendLayout();
             // 
             // toolBarMenu1
@@ -620,6 +623,21 @@
             this.txt_depottype.TabIndex = 231;
             this.txt_depottype.Tag = "readonly";
             // 
+            // txt_DepotModel
+            // 
+            this.txt_DepotModel.Location = new System.Drawing.Point(367, 74);
+            this.txt_DepotModel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.txt_DepotModel.Name = "txt_DepotModel";
+            this.txt_DepotModel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.txt_DepotModel.Properties.Items.AddRange(new object[] {
+            "搴撲綅鐮侊紙灏忥級",
+            "搴撲綅鐮侊紙澶э級"});
+            this.txt_DepotModel.Size = new System.Drawing.Size(183, 20);
+            this.txt_DepotModel.StyleController = this.layoutMx1;
+            this.txt_DepotModel.TabIndex = 272;
+            this.txt_DepotModel.Tag = "readOnly-1";
+            // 
             // layoutControlItem9
             // 
             this.layoutControlItem9.Control = this.lbGuid;
@@ -760,6 +778,28 @@
             this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
             this.layoutControlItem10.TextVisible = false;
             // 
+            // layoutControlItem11
+            // 
+            this.layoutControlItem11.Control = this.txt_DepotModel;
+            this.layoutControlItem11.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
+            this.layoutControlItem11.CustomizationFormText = "閫夋嫨搴撲綅妯℃澘";
+            this.layoutControlItem11.Location = new System.Drawing.Point(271, 62);
+            this.layoutControlItem11.Name = "layoutControlItem11";
+            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 1;
+            this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2;
+            this.layoutControlItem11.Size = new System.Drawing.Size(271, 31);
+            this.layoutControlItem11.Text = "閫夋嫨搴撲綅妯℃澘";
+            this.layoutControlItem11.TextSize = new System.Drawing.Size(72, 14);
+            // 
+            // layoutControlItem1
+            // 
+            this.layoutControlItem1.Control = this.txt_depotCode;
+            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
+            this.layoutControlItem1.Name = "layoutControlItem1";
+            this.layoutControlItem1.Size = new System.Drawing.Size(271, 31);
+            this.layoutControlItem1.Text = "浠撳簱缂栫爜";
+            this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
+            // 
             // tabMx
             // 
             this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
@@ -789,7 +829,8 @@
             this.gcMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.gcMx1.Name = "gcMx1";
             this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
-            this.repositoryItemButtonEdit1});
+            this.repositoryItemButtonEdit1,
+            this.repositoryItemComboBox1});
             this.gcMx1.Size = new System.Drawing.Size(1104, 293);
             this.gcMx1.TabIndex = 0;
             this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
@@ -807,7 +848,8 @@
             this.gvMx1lastupdateBy,
             this.gvMx1lastupdateDate,
             this.gvMxDel,
-            this.gridColumn11});
+            this.gridColumn11,
+            this.gridColumn12});
             this.gvMx1.DetailHeight = 272;
             this.gvMx1.GridControl = this.gcMx1;
             this.gvMx1.Name = "gvMx1";
@@ -920,6 +962,26 @@
             this.gridColumn11.VisibleIndex = 5;
             this.gridColumn11.Width = 82;
             // 
+            // gridColumn12
+            // 
+            this.gridColumn12.Caption = "搴撲綅绫诲瀷";
+            this.gridColumn12.ColumnEdit = this.repositoryItemComboBox1;
+            this.gridColumn12.FieldName = "depotType";
+            this.gridColumn12.Name = "gridColumn12";
+            this.gridColumn12.Tag = "edit";
+            this.gridColumn12.Visible = true;
+            this.gridColumn12.VisibleIndex = 7;
+            // 
+            // repositoryItemComboBox1
+            // 
+            this.repositoryItemComboBox1.AutoHeight = false;
+            this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.repositoryItemComboBox1.Items.AddRange(new object[] {
+            "0锛氭甯稿簱浣�",
+            "1锛氬懆杞璋冩嫧榛樿搴撲綅"});
+            this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
+            // 
             // bandedGridView1
             // 
             this.bandedGridView1.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
@@ -932,43 +994,6 @@
             this.gridBand1.Caption = "gridBand1";
             this.gridBand1.Name = "gridBand1";
             this.gridBand1.VisibleIndex = 0;
-            // 
-            // layoutControlItem11
-            // 
-            this.layoutControlItem11.Control = this.txt_DepotModel;
-            this.layoutControlItem11.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
-            this.layoutControlItem11.CustomizationFormText = "閫夋嫨搴撲綅妯℃澘";
-            this.layoutControlItem11.Location = new System.Drawing.Point(271, 62);
-            this.layoutControlItem11.Name = "layoutControlItem11";
-            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 1;
-            this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2;
-            this.layoutControlItem11.Size = new System.Drawing.Size(271, 31);
-            this.layoutControlItem11.Text = "閫夋嫨搴撲綅妯℃澘";
-            this.layoutControlItem11.TextSize = new System.Drawing.Size(72, 14);
-            // 
-            // layoutControlItem1
-            // 
-            this.layoutControlItem1.Control = this.txt_depotCode;
-            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
-            this.layoutControlItem1.Name = "layoutControlItem1";
-            this.layoutControlItem1.Size = new System.Drawing.Size(271, 31);
-            this.layoutControlItem1.Text = "浠撳簱缂栫爜";
-            this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
-            // 
-            // txt_DepotModel
-            // 
-            this.txt_DepotModel.Location = new System.Drawing.Point(367, 74);
-            this.txt_DepotModel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.txt_DepotModel.Name = "txt_DepotModel";
-            this.txt_DepotModel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
-            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
-            this.txt_DepotModel.Properties.Items.AddRange(new object[] {
-            "搴撲綅鐮侊紙灏忥級",
-            "搴撲綅鐮侊紙澶э級"});
-            this.txt_DepotModel.Size = new System.Drawing.Size(183, 20);
-            this.txt_DepotModel.StyleController = this.layoutMx1;
-            this.txt_DepotModel.TabIndex = 272;
-            this.txt_DepotModel.Tag = "readOnly-1";
             // 
             // Frm_MesDepot
             // 
@@ -1007,6 +1032,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_description.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_depottype.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_DepotModel.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
@@ -1017,16 +1043,16 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).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.repositoryItemComboBox1)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_DepotModel.Properties)).EndInit();
             this.ResumeLayout(false);
 
         }
@@ -1096,5 +1122,7 @@
         private DevExpress.XtraEditors.ComboBoxEdit txt_iCount_1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
+        private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
+        private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3