From 5c26ea4c8c813ea85acf68fa07e180a12c748f33 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 04 七月 2025 14:21:01 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.Designer.cs | 32 +++++++++++++++++++++----------- 1 files changed, 21 insertions(+), 11 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.Designer.cs index c515c5e..1e28b6e 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.Designer.cs @@ -29,6 +29,7 @@ /// </summary> private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition(); @@ -70,6 +71,8 @@ this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.picCheckBox = new System.Windows.Forms.PictureBox(); + this.tips = new DevExpress.Utils.ToolTipController(this.components); + this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -142,6 +145,7 @@ // split1 // this.split1.Dock = System.Windows.Forms.DockStyle.Fill; + this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2; this.split1.Horizontal = false; this.split1.Location = new System.Drawing.Point(0, 0); this.split1.Name = "split1"; @@ -155,14 +159,14 @@ // split1.Panel2 // this.split1.Panel2.Text = "Panel2"; + this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.split1.Size = new System.Drawing.Size(1126, 570); - this.split1.SplitterPosition = 558; + this.split1.SplitterPosition = 0; this.split1.TabIndex = 0; // // gcMain1 // this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; - this.gcMain1.Location = new System.Drawing.Point(0, 0); this.gcMain1.MainView = this.gridView1; this.gcMain1.Name = "gcMain1"; @@ -173,14 +177,14 @@ // // gridView1 // - this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gv_lookupTypeCode, this.gv_lookupTypeName, this.gridColumn5, this.gridColumn4, - this.gridColumn1}); + this.gridColumn1, + this.gridColumn3}); this.gridView1.GridControl = this.gcMain1; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; @@ -190,7 +194,6 @@ // // gv_lookupTypeCode // - this.gv_lookupTypeCode.AppearanceCell.Options.UseFont = true; this.gv_lookupTypeCode.Caption = "绯荤粺蹇爜绫诲瀷缂栫爜"; this.gv_lookupTypeCode.FieldName = "lookupTypeCode"; @@ -204,7 +207,6 @@ // // gv_lookupTypeName // - this.gv_lookupTypeName.AppearanceCell.Options.UseFont = true; this.gv_lookupTypeName.Caption = "绯荤粺蹇爜绫诲瀷鍚嶇О"; this.gv_lookupTypeName.FieldName = "lookupTypeName"; @@ -287,6 +289,7 @@ // this.splitMx1.Panel2.Controls.Add(this.tabMx); this.splitMx1.Panel2.Text = "Panel2"; + this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.splitMx1.Size = new System.Drawing.Size(1126, 570); this.splitMx1.SplitterPosition = 55; this.splitMx1.TabIndex = 0; @@ -320,9 +323,8 @@ this.txt_lookupTypeName.Enabled = false; this.txt_lookupTypeName.Location = new System.Drawing.Point(360, 12); this.txt_lookupTypeName.Name = "txt_lookupTypeName"; - this.txt_lookupTypeName.Properties.Appearance.Options.UseFont = true; - this.txt_lookupTypeName.Size = new System.Drawing.Size(200, 28); + this.txt_lookupTypeName.Size = new System.Drawing.Size(200, 24); this.txt_lookupTypeName.StyleController = this.layoutMx1; this.txt_lookupTypeName.TabIndex = 213; // @@ -331,9 +333,8 @@ this.txt_lookupTypeCode.Enabled = false; this.txt_lookupTypeCode.Location = new System.Drawing.Point(84, 12); this.txt_lookupTypeCode.Name = "txt_lookupTypeCode"; - this.txt_lookupTypeCode.Properties.Appearance.Options.UseFont = true; - this.txt_lookupTypeCode.Size = new System.Drawing.Size(200, 28); + this.txt_lookupTypeCode.Size = new System.Drawing.Size(200, 24); this.txt_lookupTypeCode.StyleController = this.layoutMx1; this.txt_lookupTypeCode.TabIndex = 211; // @@ -450,7 +451,6 @@ // // gvMx1lookupName // - this.gvMx1lookupName.AppearanceCell.Options.UseFont = true; this.gvMx1lookupName.Caption = "鏄剧ず鍊�"; this.gvMx1lookupName.FieldName = "lookupName"; @@ -492,6 +492,14 @@ this.picCheckBox.TabIndex = 6; this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; + // + // gridColumn3 + // + this.gridColumn3.Caption = "涓婚敭GUID"; + this.gridColumn3.FieldName = "guid"; + this.gridColumn3.MinWidth = 25; + this.gridColumn3.Name = "gridColumn3"; + this.gridColumn3.Width = 94; // // Frm_MesSysLookups // @@ -570,5 +578,7 @@ private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private System.Windows.Forms.Label lbGuid; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; + private DevExpress.Utils.ToolTipController tips; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; } } \ No newline at end of file -- Gitblit v1.9.3