From bc4493dec762784f6695dd0723cbb0973f68a0ef Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 28 十月 2024 08:12:21 +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 ec43fb4..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.rptService = null;
+ 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