From fe25786d74d5387d16b490c8c0ef7ad6da2c821c Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期四, 29 八月 2024 16:26:41 +0800
Subject: [PATCH] 用户管理

---
 DevApp/Gs.DevApp/DevFrm/User/SysMenuAdd.Designer.cs |  177 ++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 104 insertions(+), 73 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/User/SysMenuAdd.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/SysMenuAdd.Designer.cs
index c65e661..32de717 100644
--- a/DevApp/Gs.DevApp/DevFrm/User/SysMenuAdd.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/User/SysMenuAdd.Designer.cs
@@ -36,9 +36,7 @@
             this.btnEsc = new DevExpress.XtraEditors.SimpleButton();
             this.btnSave = new DevExpress.XtraEditors.SimpleButton();
             this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
-            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
             this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
-            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
             this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
             this.txtFormNamespace = new DevExpress.XtraEditors.MemoEdit();
             this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
@@ -49,10 +47,14 @@
             this.txtMenuName = new DevExpress.XtraEditors.TextEdit();
             this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
             this.panel1 = new System.Windows.Forms.Panel();
-            this.tabPage1 = new System.Windows.Forms.TabPage();
-            this.tabControl1 = new System.Windows.Forms.TabControl();
+            this.lbGuid = new System.Windows.Forms.Label();
+            this.label2 = new System.Windows.Forms.Label();
+            this.label1 = new System.Windows.Forms.Label();
+            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
             this.txtParentMenuName = new DevExpress.XtraEditors.TreeListLookUpEdit();
             this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
+            this.tabPage1 = new System.Windows.Forms.TabPage();
+            this.tabControl1 = new System.Windows.Forms.TabControl();
             ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txtIdx)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txtFormNamespace.Properties)).BeginInit();
@@ -60,15 +62,15 @@
             ((System.ComponentModel.ISupportInitialize)(this.txtMenuIco.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txtMenuName.Properties)).BeginInit();
             this.panel1.SuspendLayout();
-            this.tabPage1.SuspendLayout();
-            this.tabControl1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.txtParentMenuName.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).BeginInit();
+            this.tabPage1.SuspendLayout();
+            this.tabControl1.SuspendLayout();
             this.SuspendLayout();
             // 
             // labelControl7
             // 
-            this.labelControl7.Location = new System.Drawing.Point(33, 273);
+            this.labelControl7.Location = new System.Drawing.Point(33, 232);
             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);
@@ -77,7 +79,7 @@
             // 
             // txtStatus
             // 
-            this.txtStatus.Location = new System.Drawing.Point(111, 269);
+            this.txtStatus.Location = new System.Drawing.Point(111, 228);
             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[] {
@@ -92,14 +94,14 @@
             // 
             // txtIdx
             // 
-            this.txtIdx.Location = new System.Drawing.Point(111, 236);
+            this.txtIdx.Location = new System.Drawing.Point(111, 267);
             this.txtIdx.Name = "txtIdx";
             this.txtIdx.Size = new System.Drawing.Size(120, 26);
             this.txtIdx.TabIndex = 113;
             // 
             // labelControl1
             // 
-            this.labelControl1.Location = new System.Drawing.Point(30, 244);
+            this.labelControl1.Location = new System.Drawing.Point(30, 275);
             this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.labelControl1.Name = "labelControl1";
             this.labelControl1.Size = new System.Drawing.Size(75, 18);
@@ -108,7 +110,8 @@
             // 
             // btnEsc
             // 
-            this.btnEsc.Location = new System.Drawing.Point(299, 342);
+            this.btnEsc.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.reviewingpane_32x32;
+            this.btnEsc.Location = new System.Drawing.Point(242, 333);
             this.btnEsc.Name = "btnEsc";
             this.btnEsc.Size = new System.Drawing.Size(94, 29);
             this.btnEsc.TabIndex = 111;
@@ -116,7 +119,8 @@
             // 
             // btnSave
             // 
-            this.btnSave.Location = new System.Drawing.Point(129, 343);
+            this.btnSave.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbox2_32x321;
+            this.btnSave.Location = new System.Drawing.Point(111, 333);
             this.btnSave.Name = "btnSave";
             this.btnSave.Size = new System.Drawing.Size(94, 29);
             this.btnSave.TabIndex = 110;
@@ -126,45 +130,23 @@
             // 
             this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red;
             this.labelControl12.Appearance.Options.UseForeColor = true;
-            this.labelControl12.Location = new System.Drawing.Point(415, 121);
+            this.labelControl12.Location = new System.Drawing.Point(418, 49);
             this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.labelControl12.Name = "labelControl12";
             this.labelControl12.Size = new System.Drawing.Size(8, 18);
             this.labelControl12.TabIndex = 107;
             this.labelControl12.Text = "*";
             // 
-            // labelControl10
-            // 
-            this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Red;
-            this.labelControl10.Appearance.Options.UseForeColor = true;
-            this.labelControl10.Location = new System.Drawing.Point(415, 92);
-            this.labelControl10.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
-            this.labelControl10.Name = "labelControl10";
-            this.labelControl10.Size = new System.Drawing.Size(8, 18);
-            this.labelControl10.TabIndex = 109;
-            this.labelControl10.Text = "*";
-            // 
             // labelControl9
             // 
             this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red;
             this.labelControl9.Appearance.Options.UseForeColor = true;
-            this.labelControl9.Location = new System.Drawing.Point(415, 57);
+            this.labelControl9.Location = new System.Drawing.Point(415, 89);
             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);
             this.labelControl9.TabIndex = 108;
             this.labelControl9.Text = "*";
-            // 
-            // labelControl8
-            // 
-            this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red;
-            this.labelControl8.Appearance.Options.UseForeColor = true;
-            this.labelControl8.Location = new System.Drawing.Point(415, 14);
-            this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
-            this.labelControl8.Name = "labelControl8";
-            this.labelControl8.Size = new System.Drawing.Size(8, 18);
-            this.labelControl8.TabIndex = 106;
-            this.labelControl8.Text = "*";
             // 
             // labelControl6
             // 
@@ -186,16 +168,16 @@
             // 
             // labelControl5
             // 
-            this.labelControl5.Location = new System.Drawing.Point(33, 121);
+            this.labelControl5.Location = new System.Drawing.Point(36, 49);
             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);
             this.labelControl5.TabIndex = 101;
-            this.labelControl5.Text = "绐椾綋绫诲瀷锛�";
+            this.labelControl5.Text = "鑿滃崟绫诲瀷锛�";
             // 
             // txtMenuType
             // 
-            this.txtMenuType.Location = new System.Drawing.Point(111, 117);
+            this.txtMenuType.Location = new System.Drawing.Point(114, 45);
             this.txtMenuType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txtMenuType.Name = "txtMenuType";
             this.txtMenuType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
@@ -210,7 +192,7 @@
             // 
             // txtMenuIco
             // 
-            this.txtMenuIco.Location = new System.Drawing.Point(111, 83);
+            this.txtMenuIco.Location = new System.Drawing.Point(111, 115);
             this.txtMenuIco.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txtMenuIco.Name = "txtMenuIco";
             this.txtMenuIco.Size = new System.Drawing.Size(297, 24);
@@ -218,7 +200,7 @@
             // 
             // labelControl4
             // 
-            this.labelControl4.Location = new System.Drawing.Point(33, 87);
+            this.labelControl4.Location = new System.Drawing.Point(33, 119);
             this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.labelControl4.Name = "labelControl4";
             this.labelControl4.Size = new System.Drawing.Size(75, 18);
@@ -236,7 +218,7 @@
             // 
             // txtMenuName
             // 
-            this.txtMenuName.Location = new System.Drawing.Point(111, 48);
+            this.txtMenuName.Location = new System.Drawing.Point(111, 80);
             this.txtMenuName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.txtMenuName.Name = "txtMenuName";
             this.txtMenuName.Size = new System.Drawing.Size(297, 24);
@@ -244,7 +226,7 @@
             // 
             // labelControl2
             // 
-            this.labelControl2.Location = new System.Drawing.Point(33, 52);
+            this.labelControl2.Location = new System.Drawing.Point(33, 84);
             this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
             this.labelControl2.Name = "labelControl2";
             this.labelControl2.Size = new System.Drawing.Size(75, 18);
@@ -253,6 +235,10 @@
             // 
             // panel1
             // 
+            this.panel1.Controls.Add(this.lbGuid);
+            this.panel1.Controls.Add(this.label2);
+            this.panel1.Controls.Add(this.label1);
+            this.panel1.Controls.Add(this.labelControl8);
             this.panel1.Controls.Add(this.txtParentMenuName);
             this.panel1.Controls.Add(this.labelControl7);
             this.panel1.Controls.Add(this.txtStatus);
@@ -261,9 +247,7 @@
             this.panel1.Controls.Add(this.btnEsc);
             this.panel1.Controls.Add(this.btnSave);
             this.panel1.Controls.Add(this.labelControl12);
-            this.panel1.Controls.Add(this.labelControl10);
             this.panel1.Controls.Add(this.labelControl9);
-            this.panel1.Controls.Add(this.labelControl8);
             this.panel1.Controls.Add(this.labelControl6);
             this.panel1.Controls.Add(this.txtFormNamespace);
             this.panel1.Controls.Add(this.labelControl5);
@@ -275,8 +259,67 @@
             this.panel1.Controls.Add(this.labelControl2);
             this.panel1.Location = new System.Drawing.Point(57, 6);
             this.panel1.Name = "panel1";
-            this.panel1.Size = new System.Drawing.Size(480, 425);
+            this.panel1.Size = new System.Drawing.Size(585, 402);
             this.panel1.TabIndex = 0;
+            // 
+            // lbGuid
+            // 
+            this.lbGuid.AutoSize = true;
+            this.lbGuid.Location = new System.Drawing.Point(66, 373);
+            this.lbGuid.Name = "lbGuid";
+            this.lbGuid.Size = new System.Drawing.Size(39, 18);
+            this.lbGuid.TabIndex = 1;
+            this.lbGuid.Text = "guid:";
+            // 
+            // label2
+            // 
+            this.label2.AutoSize = true;
+            this.label2.Location = new System.Drawing.Point(412, 155);
+            this.label2.Name = "label2";
+            this.label2.Size = new System.Drawing.Size(158, 36);
+            this.label2.TabIndex = 119;
+            this.label2.Text = "锛堢獥浣撶殑鍛藉悕绌洪棿鍏ㄧО\r\n   锛岀埗鑿滃崟鍙负绌猴級";
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Location = new System.Drawing.Point(412, 14);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(143, 18);
+            this.label1.TabIndex = 118;
+            this.label1.Text = "锛堢┖灏嗕负涓�绾ц彍鍗曪級";
+            // 
+            // labelControl8
+            // 
+            this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red;
+            this.labelControl8.Appearance.Options.UseForeColor = true;
+            this.labelControl8.Location = new System.Drawing.Point(415, 234);
+            this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.labelControl8.Name = "labelControl8";
+            this.labelControl8.Size = new System.Drawing.Size(8, 18);
+            this.labelControl8.TabIndex = 117;
+            this.labelControl8.Text = "*";
+            // 
+            // txtParentMenuName
+            // 
+            this.txtParentMenuName.EditValue = "鏃犲彲濂堜綍鑺辫惤鍘�";
+            this.txtParentMenuName.Location = new System.Drawing.Point(111, 11);
+            this.txtParentMenuName.Name = "txtParentMenuName";
+            this.txtParentMenuName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.txtParentMenuName.Properties.TreeList = this.treeListLookUpEdit1TreeList;
+            this.txtParentMenuName.Size = new System.Drawing.Size(297, 24);
+            this.txtParentMenuName.TabIndex = 116;
+            // 
+            // treeListLookUpEdit1TreeList
+            // 
+            this.treeListLookUpEdit1TreeList.KeyFieldName = "";
+            this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
+            this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
+            this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
+            this.treeListLookUpEdit1TreeList.ParentFieldName = "";
+            this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
+            this.treeListLookUpEdit1TreeList.TabIndex = 0;
             // 
             // tabPage1
             // 
@@ -284,9 +327,9 @@
             this.tabPage1.Location = new System.Drawing.Point(4, 27);
             this.tabPage1.Name = "tabPage1";
             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
-            this.tabPage1.Size = new System.Drawing.Size(707, 484);
+            this.tabPage1.Size = new System.Drawing.Size(650, 450);
             this.tabPage1.TabIndex = 0;
-            this.tabPage1.Text = "tabPage1";
+            this.tabPage1.Text = "鍩虹淇℃伅";
             this.tabPage1.UseVisualStyleBackColor = true;
             // 
             // tabControl1
@@ -296,35 +339,21 @@
             this.tabControl1.Location = new System.Drawing.Point(0, 0);
             this.tabControl1.Name = "tabControl1";
             this.tabControl1.SelectedIndex = 0;
-            this.tabControl1.Size = new System.Drawing.Size(715, 515);
+            this.tabControl1.Size = new System.Drawing.Size(658, 481);
             this.tabControl1.TabIndex = 1;
-            // 
-            // txtParentMenuName
-            // 
-            this.txtParentMenuName.Location = new System.Drawing.Point(114, 11);
-            this.txtParentMenuName.Name = "txtParentMenuName";
-            this.txtParentMenuName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
-            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
-            this.txtParentMenuName.Properties.TreeList = this.treeListLookUpEdit1TreeList;
-            this.txtParentMenuName.Size = new System.Drawing.Size(294, 24);
-            this.txtParentMenuName.TabIndex = 116;
-            // 
-            // treeListLookUpEdit1TreeList
-            // 
-            this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0);
-            this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
-            this.treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
-            this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200);
-            this.treeListLookUpEdit1TreeList.TabIndex = 0;
             // 
             // SysMenuAdd
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(715, 515);
+            this.ClientSize = new System.Drawing.Size(658, 481);
             this.Controls.Add(this.tabControl1);
+            this.MaximizeBox = false;
+            this.MinimizeBox = false;
             this.Name = "SysMenuAdd";
-            this.Text = "SysMenuAdd";
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+            this.Text = "鑿滃崟鍔熻兘";
+            this.TopMost = true;
             ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txtIdx)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txtFormNamespace.Properties)).EndInit();
@@ -333,10 +362,10 @@
             ((System.ComponentModel.ISupportInitialize)(this.txtMenuName.Properties)).EndInit();
             this.panel1.ResumeLayout(false);
             this.panel1.PerformLayout();
-            this.tabPage1.ResumeLayout(false);
-            this.tabControl1.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.txtParentMenuName.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.treeListLookUpEdit1TreeList)).EndInit();
+            this.tabPage1.ResumeLayout(false);
+            this.tabControl1.ResumeLayout(false);
             this.ResumeLayout(false);
 
         }
@@ -350,9 +379,7 @@
         private DevExpress.XtraEditors.SimpleButton btnEsc;
         private DevExpress.XtraEditors.SimpleButton btnSave;
         private DevExpress.XtraEditors.LabelControl labelControl12;
-        private DevExpress.XtraEditors.LabelControl labelControl10;
         private DevExpress.XtraEditors.LabelControl labelControl9;
-        private DevExpress.XtraEditors.LabelControl labelControl8;
         private DevExpress.XtraEditors.LabelControl labelControl6;
         private DevExpress.XtraEditors.MemoEdit txtFormNamespace;
         private DevExpress.XtraEditors.LabelControl labelControl5;
@@ -367,5 +394,9 @@
         private System.Windows.Forms.TabControl tabControl1;
         private DevExpress.XtraEditors.TreeListLookUpEdit txtParentMenuName;
         private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
+        private System.Windows.Forms.Label lbGuid;
+        private DevExpress.XtraEditors.LabelControl labelControl8;
+        private System.Windows.Forms.Label label2;
+        private System.Windows.Forms.Label label1;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3