From 2d10d3921343a8cfe2c1dc752d3aa3c31a7335c4 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 05 十一月 2024 08:59:43 +0800 Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~tjx/GsMesClient --- DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs | 44 ++++++++++++++++++++++++++------------------ 1 files changed, 26 insertions(+), 18 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..60d83aa 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs @@ -134,7 +134,7 @@ this.gv_itemNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.lb_factory = new DevExpress.XtraEditors.LabelControl(); this.txt_factory = new DevExpress.XtraEditors.TextEdit(); - this.gv_factory = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_id = 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(); @@ -1357,29 +1357,35 @@ this.txt_factory.TabIndex = 211; this.txt_factory.Tag = "factory"; // - // gv_factory + // gv_id // - this.gv_factory.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gv_factory.AppearanceCell.Options.UseFont = true; - this.gv_factory.Caption = "宸ュ巶"; - this.gv_factory.FieldName = "factory"; - this.gv_factory.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; - this.gv_factory.MinWidth = 80; - this.gv_factory.Name = "gv_factory"; - this.gv_factory.Tag = "query_a.factory"; - this.gv_factory.Visible = true; - this.gv_factory.VisibleIndex = 0; - this.gv_factory.Width = 94; + this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_id.AppearanceCell.Options.UseFont = true; + this.gv_id.Caption = "鐗╂枡ID"; + this.gv_id.FieldName = "id"; + this.gv_id.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; + this.gv_id.MinWidth = 80; + this.gv_id.Name = "gv_id"; + this.gv_id.OptionsColumn.AllowEdit = false; + this.gv_id.OptionsColumn.ReadOnly = true; + this.gv_id.Tag = "query_a.factory"; + this.gv_id.Visible = true; + this.gv_id.VisibleIndex = 0; + this.gv_id.Width = 94; // // 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 // @@ -1403,7 +1409,7 @@ this.gridView1.Appearance.Row.Options.UseTextOptions = true; this.gridView1.Appearance.Row.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { - this.gv_factory, + this.gv_id, this.gv_itemNo, this.gv_itemName, this.gv_itemModel, @@ -1578,6 +1584,7 @@ this.labelControl11.Size = new System.Drawing.Size(45, 18); this.labelControl11.TabIndex = 130; this.labelControl11.Text = "涓婚敭锛�"; + this.labelControl11.Visible = false; // // lbGuid // @@ -1586,6 +1593,7 @@ this.lbGuid.Name = "lbGuid"; this.lbGuid.Size = new System.Drawing.Size(0, 21); this.lbGuid.TabIndex = 1; + this.lbGuid.Visible = false; // // txt_itemName // @@ -1607,14 +1615,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(); @@ -1830,7 +1838,7 @@ private DevExpress.XtraEditors.LabelControl lb_factory; private DevExpress.XtraEditors.TextEdit txt_factory; - private DevExpress.XtraGrid.Columns.GridColumn gv_factory; + private DevExpress.XtraGrid.Columns.GridColumn gv_id; private DevExpress.XtraEditors.MemoEdit txt_itemName; private DevExpress.XtraEditors.MemoEdit txt_itemModel; private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit1; -- Gitblit v1.9.3