From 84a67b8541e5d26d3eb79adde960488226adbd0e Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期六, 31 八月 2024 10:32:14 +0800
Subject: [PATCH] 优化,删除了用不到的命名空间

---
 DevApp/Gs.DevApp/DevFrm/User/RoleAdd.Designer.cs |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/User/RoleAdd.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/RoleAdd.Designer.cs
index eb973ee..75cd7d4 100644
--- a/DevApp/Gs.DevApp/DevFrm/User/RoleAdd.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/User/RoleAdd.Designer.cs
@@ -105,7 +105,7 @@
             // 
             // txtName
             // 
-            this.txtName.Location = new System.Drawing.Point(109, 16);
+            this.txtName.Location = new System.Drawing.Point(115, 16);
             this.txtName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txtName.Name = "txtName";
             this.txtName.Size = new System.Drawing.Size(297, 24);
@@ -131,7 +131,7 @@
             // 
             // labelControl7
             // 
-            this.labelControl7.Location = new System.Drawing.Point(34, 67);
+            this.labelControl7.Location = new System.Drawing.Point(31, 67);
             this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.labelControl7.Name = "labelControl7";
             this.labelControl7.Size = new System.Drawing.Size(75, 18);
@@ -180,7 +180,7 @@
             // 
             this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red;
             this.labelControl9.Appearance.Options.UseForeColor = true;
-            this.labelControl9.Location = new System.Drawing.Point(415, 98);
+            this.labelControl9.Location = new System.Drawing.Point(418, 98);
             this.labelControl9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.labelControl9.Name = "labelControl9";
             this.labelControl9.Size = new System.Drawing.Size(8, 18);
@@ -189,7 +189,7 @@
             // 
             // labelControl5
             // 
-            this.labelControl5.Location = new System.Drawing.Point(37, 152);
+            this.labelControl5.Location = new System.Drawing.Point(31, 152);
             this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.labelControl5.Name = "labelControl5";
             this.labelControl5.Size = new System.Drawing.Size(75, 18);
@@ -198,7 +198,7 @@
             // 
             // txtStatus
             // 
-            this.txtStatus.Location = new System.Drawing.Point(117, 148);
+            this.txtStatus.Location = new System.Drawing.Point(115, 148);
             this.txtStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txtStatus.Name = "txtStatus";
             this.txtStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
@@ -217,8 +217,11 @@
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(753, 473);
             this.Controls.Add(this.tabControl1);
+            this.MaximizeBox = false;
+            this.MinimizeBox = false;
             this.Name = "RoleAdd";
-            this.Text = "RoleAdd";
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+            this.Text = "瑙掕壊淇℃伅";
             this.tabControl1.ResumeLayout(false);
             this.tabPage1.ResumeLayout(false);
             this.panel1.ResumeLayout(false);

--
Gitblit v1.9.3