From eddbf3ce84e8c41bdbe86d58037073df4b6ae250 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期五, 25 七月 2025 10:02:12 +0800
Subject: [PATCH] 委外bug
---
DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs
index a51d8ef..07a4eb5 100644
--- a/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/User/Role.Designer.cs
@@ -136,6 +136,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";
@@ -149,8 +150,9 @@
// split1.Panel2
//
this.split1.Panel2.Text = "Panel2";
+ this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
this.split1.Size = new System.Drawing.Size(1235, 629);
- this.split1.SplitterPosition = 617;
+ this.split1.SplitterPosition = 0;
this.split1.TabIndex = 0;
//
// gcMain1
@@ -270,8 +272,6 @@
this.gridColumn2.FieldName = "guid";
this.gridColumn2.MinWidth = 25;
this.gridColumn2.Name = "gridColumn2";
- this.gridColumn2.Visible = true;
- this.gridColumn2.VisibleIndex = 6;
this.gridColumn2.Width = 94;
//
// pageBar1
@@ -308,6 +308,7 @@
// splitMx1.Panel2
//
this.splitMx1.Panel2.Text = "Panel2";
+ this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
this.splitMx1.Size = new System.Drawing.Size(1235, 629);
this.splitMx1.SplitterPosition = 149;
this.splitMx1.TabIndex = 0;
@@ -354,7 +355,7 @@
this.txt_roleRemark.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_roleRemark.Name = "txt_roleRemark";
this.txt_roleRemark.Properties.Appearance.Options.UseFont = true;
- this.txt_roleRemark.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None;
+ this.txt_roleRemark.Properties.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txt_roleRemark.Size = new System.Drawing.Size(314, 39);
this.txt_roleRemark.StyleController = this.layoutMx1;
this.txt_roleRemark.TabIndex = 126;
--
Gitblit v1.9.3