From 45654ccd17cc2a95d69bfcae1e40d410e412bb17 Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期四, 29 八月 2024 16:24:54 +0800 Subject: [PATCH] 用户管理 --- DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs | 306 +++++++++++++++++++++++++++++--------------------- 1 files changed, 178 insertions(+), 128 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs index 62d73a3..fb9c6c6 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs @@ -29,39 +29,35 @@ /// </summary> private void InitializeComponent() { - System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("鍒嗗叕鍙�1"); - System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("鍒嗗叕鍙�2"); - System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("鍒嗗叕鍙�3"); - System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("鍒嗗叕鍙�4"); - System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("鏌愭煇鏈夐檺鍏徃", new System.Windows.Forms.TreeNode[] { - treeNode1, - treeNode2, - treeNode3, - treeNode4}); this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu(); - this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel1 = new System.Windows.Forms.Panel(); - this.textEdit4 = new DevExpress.XtraEditors.TextEdit(); - this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); - this.textEdit3 = new DevExpress.XtraEditors.TextEdit(); - this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); - this.textEdit2 = new DevExpress.XtraEditors.TextEdit(); - this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); - this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); + 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.treeView1 = new System.Windows.Forms.TreeView(); - this.tabPage2 = new System.Windows.Forms.TabPage(); - this.label1 = new System.Windows.Forms.Label(); - this.tabControl1.SuspendLayout(); + 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.textEdit4.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); + ((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.tabControl1.SuspendLayout(); this.SuspendLayout(); // // toolBarMenu1 @@ -72,21 +68,10 @@ this.toolBarMenu1.Size = new System.Drawing.Size(917, 80); this.toolBarMenu1.TabIndex = 0; // - // tabControl1 - // - this.tabControl1.Controls.Add(this.tabPage1); - this.tabControl1.Controls.Add(this.tabPage2); - 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; - // // tabPage1 // this.tabPage1.Controls.Add(this.groupBox1); - this.tabPage1.Controls.Add(this.treeView1); + this.tabPage1.Controls.Add(this.trv); this.tabPage1.Location = new System.Drawing.Point(4, 27); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); @@ -97,7 +82,6 @@ // // groupBox1 // - this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.panel1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(210, 3); @@ -109,25 +93,122 @@ // // panel1 // - this.panel1.Controls.Add(this.textEdit4); - this.panel1.Controls.Add(this.labelControl4); - this.panel1.Controls.Add(this.textEdit3); - this.panel1.Controls.Add(this.labelControl3); - this.panel1.Controls.Add(this.textEdit2); - this.panel1.Controls.Add(this.labelControl2); - this.panel1.Controls.Add(this.textEdit1); + this.panel1.Controls.Add(this.labelControl8); + this.panel1.Controls.Add(this.comUp); + this.panel1.Controls.Add(this.labelControl6); + this.panel1.Controls.Add(this.labelControl7); + this.panel1.Controls.Add(this.txtStatus); + this.panel1.Controls.Add(this.lbGuid); + this.panel1.Controls.Add(this.labelControl5); this.panel1.Controls.Add(this.labelControl1); - this.panel1.Location = new System.Drawing.Point(28, 25); + this.panel1.Controls.Add(this.labelControl12); + this.panel1.Controls.Add(this.txtConTel); + this.panel1.Controls.Add(this.labelControl4); + this.panel1.Controls.Add(this.txtConPeople); + this.panel1.Controls.Add(this.labelControl3); + this.panel1.Controls.Add(this.txtName); + this.panel1.Controls.Add(this.labelControl2); + this.panel1.Location = new System.Drawing.Point(28, 45); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(462, 307); this.panel1.TabIndex = 0; // - // textEdit4 + // labelControl8 // - this.textEdit4.Location = new System.Drawing.Point(133, 168); - this.textEdit4.Name = "textEdit4"; - this.textEdit4.Size = new System.Drawing.Size(125, 24); - this.textEdit4.TabIndex = 7; + 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 // @@ -137,12 +218,12 @@ this.labelControl4.TabIndex = 6; this.labelControl4.Text = "璐熻矗浜虹數璇濓細"; // - // textEdit3 + // txtConPeople // - this.textEdit3.Location = new System.Drawing.Point(133, 119); - this.textEdit3.Name = "textEdit3"; - this.textEdit3.Size = new System.Drawing.Size(125, 24); - this.textEdit3.TabIndex = 5; + 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 // @@ -152,12 +233,12 @@ this.labelControl3.TabIndex = 4; this.labelControl3.Text = "缁勭粐璐熻矗浜猴細"; // - // textEdit2 + // txtName // - this.textEdit2.Location = new System.Drawing.Point(133, 74); - this.textEdit2.Name = "textEdit2"; - this.textEdit2.Size = new System.Drawing.Size(125, 24); - this.textEdit2.TabIndex = 3; + 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 // @@ -167,59 +248,24 @@ this.labelControl2.TabIndex = 2; this.labelControl2.Text = "缁勭粐鍚嶇О锛�"; // - // textEdit1 + // trv // - this.textEdit1.Location = new System.Drawing.Point(133, 26); - this.textEdit1.Name = "textEdit1"; - this.textEdit1.Size = new System.Drawing.Size(125, 24); - this.textEdit1.TabIndex = 1; + 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; // - // labelControl1 + // tabControl1 // - this.labelControl1.Location = new System.Drawing.Point(41, 32); - this.labelControl1.Name = "labelControl1"; - this.labelControl1.Size = new System.Drawing.Size(75, 18); - this.labelControl1.TabIndex = 0; - this.labelControl1.Text = "缁勭粐缂栧彿锛�"; - // - // treeView1 - // - this.treeView1.Dock = System.Windows.Forms.DockStyle.Left; - this.treeView1.Location = new System.Drawing.Point(3, 3); - this.treeView1.Name = "treeView1"; - treeNode1.Name = "鑺傜偣1"; - treeNode1.Text = "鍒嗗叕鍙�1"; - treeNode2.Name = "鑺傜偣2"; - treeNode2.Text = "鍒嗗叕鍙�2"; - treeNode3.Name = "鑺傜偣3"; - treeNode3.Text = "鍒嗗叕鍙�3"; - treeNode4.Name = "鑺傜偣4"; - treeNode4.Text = "鍒嗗叕鍙�4"; - treeNode5.Name = "鑺傜偣0"; - treeNode5.Text = "鏌愭煇鏈夐檺鍏徃"; - this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { - treeNode5}); - this.treeView1.Size = new System.Drawing.Size(207, 527); - this.treeView1.TabIndex = 1; - // - // tabPage2 - // - this.tabPage2.Location = new System.Drawing.Point(4, 27); - this.tabPage2.Name = "tabPage2"; - this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(909, 533); - this.tabPage2.TabIndex = 1; - this.tabPage2.Text = "鏁版嵁缂栬緫"; - this.tabPage2.UseVisualStyleBackColor = true; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(93, 401); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(44, 18); - this.label1.TabIndex = 1; - this.label1.Text = "label1"; + 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 // @@ -230,16 +276,15 @@ this.Controls.Add(this.toolBarMenu1); this.Name = "Organization"; this.Text = "Organization"; - this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); + ((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); } @@ -247,20 +292,25 @@ #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; - private DevExpress.XtraEditors.TextEdit textEdit4; - private DevExpress.XtraEditors.LabelControl labelControl4; - private DevExpress.XtraEditors.TextEdit textEdit3; - private DevExpress.XtraEditors.LabelControl labelControl3; - private DevExpress.XtraEditors.TextEdit textEdit2; - private DevExpress.XtraEditors.LabelControl labelControl2; - private DevExpress.XtraEditors.TextEdit textEdit1; + private DevExpress.XtraEditors.LabelControl labelControl8; + private System.Windows.Forms.ComboBox comUp; + private DevExpress.XtraEditors.LabelControl labelControl6; + private DevExpress.XtraEditors.LabelControl labelControl7; + private DevExpress.XtraEditors.ComboBoxEdit txtStatus; + private System.Windows.Forms.Label lbGuid; + private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl1; - private System.Windows.Forms.TreeView treeView1; - private System.Windows.Forms.TabPage tabPage2; - private System.Windows.Forms.Label label1; + private DevExpress.XtraEditors.LabelControl labelControl12; + private DevExpress.XtraEditors.TextEdit txtConTel; + private DevExpress.XtraEditors.LabelControl labelControl4; + private DevExpress.XtraEditors.TextEdit txtConPeople; + private DevExpress.XtraEditors.LabelControl labelControl3; + private DevExpress.XtraEditors.TextEdit txtName; + private DevExpress.XtraEditors.LabelControl labelControl2; + private System.Windows.Forms.TreeView trv; + private System.Windows.Forms.TabControl tabControl1; } } \ No newline at end of file -- Gitblit v1.9.3