From 8d36c9cf06313786dbf5ee2cdf7cdd06d1857f01 Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期五, 30 八月 2024 11:04:27 +0800
Subject: [PATCH] 用户管理

---
 DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs |  396 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 198 insertions(+), 198 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs
index fb9c6c6..6ff5c34 100644
--- a/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs
@@ -29,36 +29,46 @@
         /// </summary>
         private void InitializeComponent()
         {
-            this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu();
-            this.tabPage1 = new System.Windows.Forms.TabPage();
-            this.groupBox1 = new System.Windows.Forms.GroupBox();
-            this.panel1 = new System.Windows.Forms.Panel();
-            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
-            this.comUp = new System.Windows.Forms.ComboBox();
-            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
-            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
-            this.txtStatus = new DevExpress.XtraEditors.ComboBoxEdit();
-            this.lbGuid = new System.Windows.Forms.Label();
-            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
-            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
-            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
-            this.txtConTel = new DevExpress.XtraEditors.TextEdit();
-            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
-            this.txtConPeople = new DevExpress.XtraEditors.TextEdit();
-            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
-            this.txtName = new DevExpress.XtraEditors.TextEdit();
-            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
-            this.trv = new System.Windows.Forms.TreeView();
             this.tabControl1 = new System.Windows.Forms.TabControl();
-            this.tabPage1.SuspendLayout();
-            this.groupBox1.SuspendLayout();
-            this.panel1.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txtConTel.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txtConPeople.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit();
+            this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu();
+            this.trv = new System.Windows.Forms.TreeView();
+            this.groupBox1 = new System.Windows.Forms.GroupBox();
+            this.tabPage1 = new System.Windows.Forms.TabPage();
+            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
+            this.txtName = new DevExpress.XtraEditors.TextEdit();
+            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
+            this.txtConPeople = new DevExpress.XtraEditors.TextEdit();
+            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
+            this.txtConTel = new DevExpress.XtraEditors.TextEdit();
+            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
+            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
+            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
+            this.lbGuid = new System.Windows.Forms.Label();
+            this.txtStatus = new DevExpress.XtraEditors.ComboBoxEdit();
+            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
+            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
+            this.comUp = new System.Windows.Forms.ComboBox();
+            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
+            this.panel1 = new System.Windows.Forms.Panel();
             this.tabControl1.SuspendLayout();
+            this.groupBox1.SuspendLayout();
+            this.tabPage1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txtConPeople.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txtConTel.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).BeginInit();
+            this.panel1.SuspendLayout();
             this.SuspendLayout();
+            // 
+            // tabControl1
+            // 
+            this.tabControl1.Controls.Add(this.tabPage1);
+            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.tabControl1.Location = new System.Drawing.Point(0, 80);
+            this.tabControl1.Name = "tabControl1";
+            this.tabControl1.SelectedIndex = 0;
+            this.tabControl1.Size = new System.Drawing.Size(917, 564);
+            this.tabControl1.TabIndex = 2;
             // 
             // toolBarMenu1
             // 
@@ -67,6 +77,26 @@
             this.toolBarMenu1.Name = "toolBarMenu1";
             this.toolBarMenu1.Size = new System.Drawing.Size(917, 80);
             this.toolBarMenu1.TabIndex = 0;
+            // 
+            // trv
+            // 
+            this.trv.Dock = System.Windows.Forms.DockStyle.Left;
+            this.trv.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.trv.Location = new System.Drawing.Point(3, 3);
+            this.trv.Name = "trv";
+            this.trv.Size = new System.Drawing.Size(207, 527);
+            this.trv.TabIndex = 1;
+            // 
+            // groupBox1
+            // 
+            this.groupBox1.Controls.Add(this.panel1);
+            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.groupBox1.Location = new System.Drawing.Point(210, 3);
+            this.groupBox1.Name = "groupBox1";
+            this.groupBox1.Size = new System.Drawing.Size(696, 527);
+            this.groupBox1.TabIndex = 2;
+            this.groupBox1.TabStop = false;
+            this.groupBox1.Text = "鍩烘湰淇℃伅";
             // 
             // tabPage1
             // 
@@ -80,16 +110,140 @@
             this.tabPage1.Text = "鏁版嵁鍒楄〃";
             this.tabPage1.UseVisualStyleBackColor = true;
             // 
-            // groupBox1
+            // labelControl2
             // 
-            this.groupBox1.Controls.Add(this.panel1);
-            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.groupBox1.Location = new System.Drawing.Point(210, 3);
-            this.groupBox1.Name = "groupBox1";
-            this.groupBox1.Size = new System.Drawing.Size(696, 527);
-            this.groupBox1.TabIndex = 2;
-            this.groupBox1.TabStop = false;
-            this.groupBox1.Text = "鍩烘湰淇℃伅";
+            this.labelControl2.Location = new System.Drawing.Point(41, 80);
+            this.labelControl2.Name = "labelControl2";
+            this.labelControl2.Size = new System.Drawing.Size(75, 18);
+            this.labelControl2.TabIndex = 2;
+            this.labelControl2.Text = "缁勭粐鍚嶇О锛�";
+            // 
+            // txtName
+            // 
+            this.txtName.Location = new System.Drawing.Point(133, 74);
+            this.txtName.Name = "txtName";
+            this.txtName.Size = new System.Drawing.Size(156, 24);
+            this.txtName.TabIndex = 3;
+            // 
+            // labelControl3
+            // 
+            this.labelControl3.Location = new System.Drawing.Point(26, 125);
+            this.labelControl3.Name = "labelControl3";
+            this.labelControl3.Size = new System.Drawing.Size(90, 18);
+            this.labelControl3.TabIndex = 4;
+            this.labelControl3.Text = "缁勭粐璐熻矗浜猴細";
+            // 
+            // txtConPeople
+            // 
+            this.txtConPeople.Location = new System.Drawing.Point(133, 119);
+            this.txtConPeople.Name = "txtConPeople";
+            this.txtConPeople.Size = new System.Drawing.Size(156, 24);
+            this.txtConPeople.TabIndex = 5;
+            // 
+            // labelControl4
+            // 
+            this.labelControl4.Location = new System.Drawing.Point(26, 174);
+            this.labelControl4.Name = "labelControl4";
+            this.labelControl4.Size = new System.Drawing.Size(90, 18);
+            this.labelControl4.TabIndex = 6;
+            this.labelControl4.Text = "璐熻矗浜虹數璇濓細";
+            // 
+            // txtConTel
+            // 
+            this.txtConTel.Location = new System.Drawing.Point(133, 168);
+            this.txtConTel.Name = "txtConTel";
+            this.txtConTel.Size = new System.Drawing.Size(156, 24);
+            this.txtConTel.TabIndex = 7;
+            // 
+            // labelControl12
+            // 
+            this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red;
+            this.labelControl12.Appearance.Options.UseForeColor = true;
+            this.labelControl12.Location = new System.Drawing.Point(296, 77);
+            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 = 108;
+            this.labelControl12.Text = "*";
+            // 
+            // labelControl1
+            // 
+            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red;
+            this.labelControl1.Appearance.Options.UseForeColor = true;
+            this.labelControl1.Location = new System.Drawing.Point(296, 125);
+            this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.labelControl1.Name = "labelControl1";
+            this.labelControl1.Size = new System.Drawing.Size(8, 18);
+            this.labelControl1.TabIndex = 109;
+            this.labelControl1.Text = "*";
+            // 
+            // labelControl5
+            // 
+            this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red;
+            this.labelControl5.Appearance.Options.UseForeColor = true;
+            this.labelControl5.Location = new System.Drawing.Point(296, 174);
+            this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.labelControl5.Name = "labelControl5";
+            this.labelControl5.Size = new System.Drawing.Size(8, 18);
+            this.labelControl5.TabIndex = 110;
+            this.labelControl5.Text = "*";
+            // 
+            // lbGuid
+            // 
+            this.lbGuid.AutoSize = true;
+            this.lbGuid.Location = new System.Drawing.Point(41, 250);
+            this.lbGuid.Name = "lbGuid";
+            this.lbGuid.Size = new System.Drawing.Size(0, 18);
+            this.lbGuid.TabIndex = 111;
+            // 
+            // txtStatus
+            // 
+            this.txtStatus.Location = new System.Drawing.Point(133, 213);
+            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[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.txtStatus.Properties.Items.AddRange(new object[] {
+            "-璇烽�夋嫨-",
+            "姝e父",
+            "绂佺敤"});
+            this.txtStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+            this.txtStatus.Size = new System.Drawing.Size(156, 24);
+            this.txtStatus.TabIndex = 116;
+            // 
+            // labelControl7
+            // 
+            this.labelControl7.Location = new System.Drawing.Point(41, 216);
+            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);
+            this.labelControl7.TabIndex = 117;
+            this.labelControl7.Text = "缁勭粐鐘舵�侊細";
+            // 
+            // labelControl6
+            // 
+            this.labelControl6.Location = new System.Drawing.Point(41, 38);
+            this.labelControl6.Name = "labelControl6";
+            this.labelControl6.Size = new System.Drawing.Size(75, 18);
+            this.labelControl6.TabIndex = 118;
+            this.labelControl6.Text = "涓婄骇缁勭粐锛�";
+            // 
+            // comUp
+            // 
+            this.comUp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.comUp.FormattingEnabled = true;
+            this.comUp.Location = new System.Drawing.Point(133, 32);
+            this.comUp.Name = "comUp";
+            this.comUp.Size = new System.Drawing.Size(156, 26);
+            this.comUp.TabIndex = 119;
+            // 
+            // labelControl8
+            // 
+            this.labelControl8.Location = new System.Drawing.Point(295, 35);
+            this.labelControl8.Name = "labelControl8";
+            this.labelControl8.Size = new System.Drawing.Size(120, 18);
+            this.labelControl8.TabIndex = 120;
+            this.labelControl8.Text = "锛堢┖灏嗕负鏍圭粍缁囷級";
             // 
             // panel1
             // 
@@ -113,160 +267,6 @@
             this.panel1.Size = new System.Drawing.Size(462, 307);
             this.panel1.TabIndex = 0;
             // 
-            // labelControl8
-            // 
-            this.labelControl8.Location = new System.Drawing.Point(295, 35);
-            this.labelControl8.Name = "labelControl8";
-            this.labelControl8.Size = new System.Drawing.Size(120, 18);
-            this.labelControl8.TabIndex = 120;
-            this.labelControl8.Text = "锛堢┖灏嗕负鏍圭粍缁囷級";
-            // 
-            // comUp
-            // 
-            this.comUp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
-            this.comUp.FormattingEnabled = true;
-            this.comUp.Location = new System.Drawing.Point(133, 32);
-            this.comUp.Name = "comUp";
-            this.comUp.Size = new System.Drawing.Size(156, 26);
-            this.comUp.TabIndex = 119;
-            // 
-            // labelControl6
-            // 
-            this.labelControl6.Location = new System.Drawing.Point(41, 38);
-            this.labelControl6.Name = "labelControl6";
-            this.labelControl6.Size = new System.Drawing.Size(75, 18);
-            this.labelControl6.TabIndex = 118;
-            this.labelControl6.Text = "涓婄骇缁勭粐锛�";
-            // 
-            // labelControl7
-            // 
-            this.labelControl7.Location = new System.Drawing.Point(41, 216);
-            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);
-            this.labelControl7.TabIndex = 117;
-            this.labelControl7.Text = "缁勭粐鐘舵�侊細";
-            // 
-            // txtStatus
-            // 
-            this.txtStatus.Location = new System.Drawing.Point(133, 213);
-            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[] {
-            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
-            this.txtStatus.Properties.Items.AddRange(new object[] {
-            "-璇烽�夋嫨-",
-            "姝e父",
-            "绂佺敤"});
-            this.txtStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
-            this.txtStatus.Size = new System.Drawing.Size(156, 24);
-            this.txtStatus.TabIndex = 116;
-            // 
-            // lbGuid
-            // 
-            this.lbGuid.AutoSize = true;
-            this.lbGuid.Location = new System.Drawing.Point(41, 250);
-            this.lbGuid.Name = "lbGuid";
-            this.lbGuid.Size = new System.Drawing.Size(0, 18);
-            this.lbGuid.TabIndex = 111;
-            // 
-            // labelControl5
-            // 
-            this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red;
-            this.labelControl5.Appearance.Options.UseForeColor = true;
-            this.labelControl5.Location = new System.Drawing.Point(296, 174);
-            this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
-            this.labelControl5.Name = "labelControl5";
-            this.labelControl5.Size = new System.Drawing.Size(8, 18);
-            this.labelControl5.TabIndex = 110;
-            this.labelControl5.Text = "*";
-            // 
-            // labelControl1
-            // 
-            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red;
-            this.labelControl1.Appearance.Options.UseForeColor = true;
-            this.labelControl1.Location = new System.Drawing.Point(296, 125);
-            this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
-            this.labelControl1.Name = "labelControl1";
-            this.labelControl1.Size = new System.Drawing.Size(8, 18);
-            this.labelControl1.TabIndex = 109;
-            this.labelControl1.Text = "*";
-            // 
-            // labelControl12
-            // 
-            this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red;
-            this.labelControl12.Appearance.Options.UseForeColor = true;
-            this.labelControl12.Location = new System.Drawing.Point(296, 77);
-            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 = 108;
-            this.labelControl12.Text = "*";
-            // 
-            // txtConTel
-            // 
-            this.txtConTel.Location = new System.Drawing.Point(133, 168);
-            this.txtConTel.Name = "txtConTel";
-            this.txtConTel.Size = new System.Drawing.Size(156, 24);
-            this.txtConTel.TabIndex = 7;
-            // 
-            // labelControl4
-            // 
-            this.labelControl4.Location = new System.Drawing.Point(26, 174);
-            this.labelControl4.Name = "labelControl4";
-            this.labelControl4.Size = new System.Drawing.Size(90, 18);
-            this.labelControl4.TabIndex = 6;
-            this.labelControl4.Text = "璐熻矗浜虹數璇濓細";
-            // 
-            // txtConPeople
-            // 
-            this.txtConPeople.Location = new System.Drawing.Point(133, 119);
-            this.txtConPeople.Name = "txtConPeople";
-            this.txtConPeople.Size = new System.Drawing.Size(156, 24);
-            this.txtConPeople.TabIndex = 5;
-            // 
-            // labelControl3
-            // 
-            this.labelControl3.Location = new System.Drawing.Point(26, 125);
-            this.labelControl3.Name = "labelControl3";
-            this.labelControl3.Size = new System.Drawing.Size(90, 18);
-            this.labelControl3.TabIndex = 4;
-            this.labelControl3.Text = "缁勭粐璐熻矗浜猴細";
-            // 
-            // txtName
-            // 
-            this.txtName.Location = new System.Drawing.Point(133, 74);
-            this.txtName.Name = "txtName";
-            this.txtName.Size = new System.Drawing.Size(156, 24);
-            this.txtName.TabIndex = 3;
-            // 
-            // labelControl2
-            // 
-            this.labelControl2.Location = new System.Drawing.Point(41, 80);
-            this.labelControl2.Name = "labelControl2";
-            this.labelControl2.Size = new System.Drawing.Size(75, 18);
-            this.labelControl2.TabIndex = 2;
-            this.labelControl2.Text = "缁勭粐鍚嶇О锛�";
-            // 
-            // trv
-            // 
-            this.trv.Dock = System.Windows.Forms.DockStyle.Left;
-            this.trv.Font = new System.Drawing.Font("Tahoma", 10F);
-            this.trv.Location = new System.Drawing.Point(3, 3);
-            this.trv.Name = "trv";
-            this.trv.Size = new System.Drawing.Size(207, 527);
-            this.trv.TabIndex = 1;
-            // 
-            // tabControl1
-            // 
-            this.tabControl1.Controls.Add(this.tabPage1);
-            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.tabControl1.Location = new System.Drawing.Point(0, 80);
-            this.tabControl1.Name = "tabControl1";
-            this.tabControl1.SelectedIndex = 0;
-            this.tabControl1.Size = new System.Drawing.Size(917, 564);
-            this.tabControl1.TabIndex = 2;
-            // 
             // Organization
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -276,22 +276,22 @@
             this.Controls.Add(this.toolBarMenu1);
             this.Name = "Organization";
             this.Text = "Organization";
-            this.tabPage1.ResumeLayout(false);
+            this.tabControl1.ResumeLayout(false);
             this.groupBox1.ResumeLayout(false);
+            this.tabPage1.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txtConPeople.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txtConTel.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).EndInit();
             this.panel1.ResumeLayout(false);
             this.panel1.PerformLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txtConTel.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txtConPeople.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit();
-            this.tabControl1.ResumeLayout(false);
             this.ResumeLayout(false);
 
         }
 
         #endregion
 
-        private UserControl.ToolBarMenu toolBarMenu1;
+        private System.Windows.Forms.TabControl tabControl1;
         private System.Windows.Forms.TabPage tabPage1;
         private System.Windows.Forms.GroupBox groupBox1;
         private System.Windows.Forms.Panel panel1;
@@ -311,6 +311,6 @@
         private DevExpress.XtraEditors.TextEdit txtName;
         private DevExpress.XtraEditors.LabelControl labelControl2;
         private System.Windows.Forms.TreeView trv;
-        private System.Windows.Forms.TabControl tabControl1;
+        private UserControl.ToolBarMenu toolBarMenu1;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3