yxj
2023-09-23 fc8127e549c87edefe168cf48ebbfa90cbe62b84
BLL/ϵͳ¹ÜÀí/Óû§¹ÜÀí/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;
    }
}