From 56972203702e52b0d858cdfb63c49ef0fae9e77b Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 25 十月 2024 16:16:14 +0800
Subject: [PATCH] 整理

---
 DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs
index b5bea3b..a386b1a 100644
--- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs
@@ -1366,6 +1366,8 @@
             this.gv_factory.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
             this.gv_factory.MinWidth = 80;
             this.gv_factory.Name = "gv_factory";
+            this.gv_factory.OptionsColumn.AllowEdit = false;
+            this.gv_factory.OptionsColumn.ReadOnly = true;
             this.gv_factory.Tag = "query_a.factory";
             this.gv_factory.Visible = true;
             this.gv_factory.VisibleIndex = 0;
@@ -1373,13 +1375,17 @@
             // 
             // toolBarMenu1
             // 
+            this.toolBarMenu1.chkParameter = null;
             this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
+            this.toolBarMenu1.guidKey = null;
             this.toolBarMenu1.isSetBtn = false;
             this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
             this.toolBarMenu1.Name = "toolBarMenu1";
-            
+            this.toolBarMenu1.rptParameter = null;
             this.toolBarMenu1.Size = new System.Drawing.Size(1160, 80);
             this.toolBarMenu1.TabIndex = 0;
+            this.toolBarMenu1.xlsInService = null;
+            this.toolBarMenu1.xlsOutParameter = "xlsOut_items{}";
             // 
             // gcMain
             // 
@@ -1607,14 +1613,14 @@
             this.txt_itemModel.TabIndex = 219;
             this.txt_itemModel.Tag = "itemModel";
             // 
-            // FrmMesItems
+            // Frm_MesItems
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(1160, 682);
             this.Controls.Add(this.xtraTabControl1);
             this.Controls.Add(this.toolBarMenu1);
-            this.Name = "FrmMesItems";
+            this.Name = "Frm_MesItems";
             ((System.ComponentModel.ISupportInitialize)(this.txt_t10.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_t9.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_t8.Properties)).EndInit();

--
Gitblit v1.9.3