namespace GeBoShi.UI.User
{
partial class NewUserFrm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.btnCancel = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.cobRoleId = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.txtNote = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtCode = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.tbPassword = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tbRePassword = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.ForeColor = System.Drawing.Color.Black;
this.btnCancel.Location = new System.Drawing.Point(290, 179);
this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(69, 28);
this.btnCancel.TabIndex = 40;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSave
//
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.Black;
this.btnSave.Location = new System.Drawing.Point(139, 179);
this.btnSave.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(69, 28);
this.btnSave.TabIndex = 41;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// cobRoleId
//
this.cobRoleId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cobRoleId.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.cobRoleId.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cobRoleId.FormattingEnabled = true;
this.cobRoleId.Items.AddRange(new object[] {
"管理员",
"操作员"});
this.cobRoleId.Location = new System.Drawing.Point(57, 89);
this.cobRoleId.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.cobRoleId.Name = "cobRoleId";
this.cobRoleId.Size = new System.Drawing.Size(150, 28);
this.cobRoleId.TabIndex = 39;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.MidnightBlue;
this.label5.Location = new System.Drawing.Point(245, 91);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(37, 20);
this.label5.TabIndex = 38;
this.label5.Text = "备注";
//
// txtNote
//
this.txtNote.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtNote.Location = new System.Drawing.Point(290, 89);
this.txtNote.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.txtNote.Name = "txtNote";
this.txtNote.Size = new System.Drawing.Size(150, 26);
this.txtNote.TabIndex = 37;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.MidnightBlue;
this.label3.Location = new System.Drawing.Point(16, 94);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(37, 20);
this.label3.TabIndex = 36;
this.label3.Text = "权限";
//
// txtName
//
this.txtName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtName.Location = new System.Drawing.Point(290, 58);
this.txtName.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(151, 26);
this.txtName.TabIndex = 35;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.MidnightBlue;
this.label4.Location = new System.Drawing.Point(245, 60);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(37, 20);
this.label4.TabIndex = 34;
this.label4.Text = "名称";
//
// txtCode
//
this.txtCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCode.Location = new System.Drawing.Point(57, 58);
this.txtCode.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.txtCode.Name = "txtCode";
this.txtCode.Size = new System.Drawing.Size(150, 26);
this.txtCode.TabIndex = 33;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.MidnightBlue;
this.label1.Location = new System.Drawing.Point(16, 61);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(37, 20);
this.label1.TabIndex = 32;
this.label1.Text = "帐号";
//
// tbPassword
//
this.tbPassword.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbPassword.Location = new System.Drawing.Point(57, 124);
this.tbPassword.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.tbPassword.Name = "tbPassword";
this.tbPassword.PasswordChar = '*';
this.tbPassword.Size = new System.Drawing.Size(151, 26);
this.tbPassword.TabIndex = 43;
this.tbPassword.Text = "1213";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.MidnightBlue;
this.label2.Location = new System.Drawing.Point(16, 129);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(37, 20);
this.label2.TabIndex = 42;
this.label2.Text = "密码";
//
// tbRePassword
//
this.tbRePassword.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbRePassword.Location = new System.Drawing.Point(290, 124);
this.tbRePassword.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.tbRePassword.Name = "tbRePassword";
this.tbRePassword.PasswordChar = '*';
this.tbRePassword.Size = new System.Drawing.Size(151, 26);
this.tbRePassword.TabIndex = 45;
this.tbRePassword.Text = "123";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.MidnightBlue;
this.label6.Location = new System.Drawing.Point(219, 126);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 20);
this.label6.TabIndex = 44;
this.label6.Text = "重复密码";
//
// uiTitel1
//
this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
this.uiTitel1.FatherForm = null;
this.uiTitel1.Location = new System.Drawing.Point(0, 0);
this.uiTitel1.Name = "uiTitel1";
this.uiTitel1.Size = new System.Drawing.Size(476, 46);
this.uiTitel1.TabIndex = 46;
//
// NewUserFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
this.ClientSize = new System.Drawing.Size(476, 217);
this.Controls.Add(this.uiTitel1);
this.Controls.Add(this.tbRePassword);
this.Controls.Add(this.label6);
this.Controls.Add(this.tbPassword);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.cobRoleId);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtNote);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtName);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtCode);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ForeColor = System.Drawing.Color.White;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "NewUserFrm";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "用户信息";
this.Load += new System.EventHandler(this.NewUserFrm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.ComboBox cobRoleId;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtNote;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtCode;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbPassword;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbRePassword;
private System.Windows.Forms.Label label6;
private GeBoShi.UIKits.MaiMuMenu.UITitel_LT uiTitel1;
}
}