From fc8127e549c87edefe168cf48ebbfa90cbe62b84 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期六, 23 九月 2023 11:04:10 +0800
Subject: [PATCH] 用户类型设置

---
 BLL/系统管理/用户管理/Xt_UserNew.designer.cs |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git "a/BLL/\347\263\273\347\273\237\347\256\241\347\220\206/\347\224\250\346\210\267\347\256\241\347\220\206/Xt_UserNew.designer.cs" "b/BLL/\347\263\273\347\273\237\347\256\241\347\220\206/\347\224\250\346\210\267\347\256\241\347\220\206/Xt_UserNew.designer.cs"
index 027bdac..46c6eda 100644
--- "a/BLL/\347\263\273\347\273\237\347\256\241\347\220\206/\347\224\250\346\210\267\347\256\241\347\220\206/Xt_UserNew.designer.cs"
+++ "b/BLL/\347\263\273\347\273\237\347\256\241\347\220\206/\347\224\250\346\210\267\347\256\241\347\220\206/Xt_UserNew.designer.cs"
@@ -92,6 +92,8 @@
             this.label18 = new System.Windows.Forms.Label();
             this.txtHCloudUserName = new System.Windows.Forms.TextBox();
             this.label19 = new System.Windows.Forms.Label();
+            this.label20 = new System.Windows.Forms.Label();
+            this.cmbHUserType = new System.Windows.Forms.ComboBox();
             this.groupBox2.SuspendLayout();
             this.tabControl1.SuspendLayout();
             this.tabPage1.SuspendLayout();
@@ -425,6 +427,8 @@
             // tabPage1
             // 
             this.tabPage1.BackColor = System.Drawing.Color.Transparent;
+            this.tabPage1.Controls.Add(this.cmbHUserType);
+            this.tabPage1.Controls.Add(this.label20);
             this.tabPage1.Controls.Add(this.label1);
             this.tabPage1.Controls.Add(this.label2);
             this.tabPage1.Controls.Add(this.txtCzymc);
@@ -787,6 +791,28 @@
             this.label19.TabIndex = 94;
             this.label19.Text = "瀵瑰簲CLOUD璐﹀彿";
             // 
+            // label20
+            // 
+            this.label20.AutoSize = true;
+            this.label20.ForeColor = System.Drawing.Color.Black;
+            this.label20.Location = new System.Drawing.Point(12, 186);
+            this.label20.Name = "label20";
+            this.label20.Size = new System.Drawing.Size(53, 12);
+            this.label20.TabIndex = 57;
+            this.label20.Text = "鐢ㄦ埛绫诲瀷";
+            // 
+            // cmbHUserType
+            // 
+            this.cmbHUserType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.cmbHUserType.FormattingEnabled = true;
+            this.cmbHUserType.Items.AddRange(new object[] {
+            "鍐呴儴璐﹀彿",
+            "渚涘簲鍟嗚处鍙�"});
+            this.cmbHUserType.Location = new System.Drawing.Point(68, 183);
+            this.cmbHUserType.Name = "cmbHUserType";
+            this.cmbHUserType.Size = new System.Drawing.Size(172, 20);
+            this.cmbHUserType.TabIndex = 89;
+            // 
             // Xt_UserNew
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@@ -883,5 +909,7 @@
         private System.Windows.Forms.Label label18;
         private System.Windows.Forms.TextBox txtHCloudUserName;
         private System.Windows.Forms.Label label19;
+        private System.Windows.Forms.ComboBox cmbHUserType;
+        private System.Windows.Forms.Label label20;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1