From 7d7f289200a8c73e7ba1ab0a4cc6f39e8c60b852 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 10 五月 2025 11:22:18 +0800 Subject: [PATCH] 优化测试 --- DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs index 1c1e693..67e19b8 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs @@ -77,6 +77,7 @@ this.lbGuid = new System.Windows.Forms.Label(); 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(); @@ -143,6 +144,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"; @@ -156,8 +158,9 @@ // split1.Panel2 // this.split1.Panel2.Text = "Panel2"; + this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; this.split1.Size = new System.Drawing.Size(1072, 548); - this.split1.SplitterPosition = 536; + this.split1.SplitterPosition = 0; this.split1.TabIndex = 4; // // gcMain1 @@ -188,7 +191,8 @@ this.gv_createdBy, this.gv_createDate, this.gridColumn1, - this.gridColumn2}); + this.gridColumn2, + this.gridColumn3}); this.gridView1.GridControl = this.gcMain1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsFind.ShowSearchNavButtons = false; @@ -702,6 +706,16 @@ 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.Visible = true; + this.gridColumn3.VisibleIndex = 11; + this.gridColumn3.Width = 94; + // // DocNoRule // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); @@ -791,5 +805,6 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private UserControls.Data.UcPageBar pageBar1; private DevExpress.Utils.ToolTipController tips; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; } } \ No newline at end of file -- Gitblit v1.9.3