namespace WMS.UI.Basic
|
{
|
partial class AddUser
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddUser));
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.cmbRolea = new System.Windows.Forms.ComboBox();
|
this.lbResult = new System.Windows.Forms.Label();
|
this.tBPassWord = new System.Windows.Forms.TextBox();
|
this.lbRole = new System.Windows.Forms.Label();
|
this.lbPassword = new System.Windows.Forms.Label();
|
this.tBName = new System.Windows.Forms.TextBox();
|
this.lbNickName = new System.Windows.Forms.Label();
|
this.tBUserWorkNo = new System.Windows.Forms.TextBox();
|
this.lbUserName = new System.Windows.Forms.Label();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.btnSave = new System.Windows.Forms.Button();
|
this.menuStrip2 = new System.Windows.Forms.MenuStrip();
|
this.btnClose = new System.Windows.Forms.ToolStripMenuItem();
|
this.tsMNItemFormPointName = new System.Windows.Forms.ToolStripMenuItem();
|
this.lbPersonInfo = new System.Windows.Forms.Label();
|
this.panel1.SuspendLayout();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.menuStrip2.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// panel1
|
//
|
this.tableLayoutPanel1.SetColumnSpan(this.panel1, 2);
|
this.panel1.Controls.Add(this.cmbRolea);
|
this.panel1.Controls.Add(this.lbResult);
|
this.panel1.Controls.Add(this.tBPassWord);
|
this.panel1.Controls.Add(this.lbRole);
|
this.panel1.Controls.Add(this.lbPassword);
|
this.panel1.Controls.Add(this.tBName);
|
this.panel1.Controls.Add(this.lbNickName);
|
this.panel1.Controls.Add(this.tBUserWorkNo);
|
this.panel1.Controls.Add(this.lbUserName);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Location = new System.Drawing.Point(143, 27);
|
this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
this.panel1.Name = "panel1";
|
this.tableLayoutPanel1.SetRowSpan(this.panel1, 2);
|
this.panel1.Size = new System.Drawing.Size(647, 366);
|
this.panel1.TabIndex = 0;
|
//
|
// cmbRolea
|
//
|
this.cmbRolea.FormattingEnabled = true;
|
this.cmbRolea.Location = new System.Drawing.Point(212, 240);
|
this.cmbRolea.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
this.cmbRolea.Name = "cmbRolea";
|
this.cmbRolea.Size = new System.Drawing.Size(300, 23);
|
this.cmbRolea.TabIndex = 34;
|
//
|
// lbResult
|
//
|
this.lbResult.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.lbResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lbResult.ForeColor = System.Drawing.Color.Red;
|
this.lbResult.Location = new System.Drawing.Point(0, 344);
|
this.lbResult.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lbResult.Name = "lbResult";
|
this.lbResult.Size = new System.Drawing.Size(647, 22);
|
this.lbResult.TabIndex = 33;
|
this.lbResult.Text = " ";
|
this.lbResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// tBPassWord
|
//
|
this.tBPassWord.ForeColor = System.Drawing.Color.Maroon;
|
this.tBPassWord.Location = new System.Drawing.Point(212, 172);
|
this.tBPassWord.Margin = new System.Windows.Forms.Padding(4);
|
this.tBPassWord.Name = "tBPassWord";
|
this.tBPassWord.PasswordChar = '*';
|
this.tBPassWord.Size = new System.Drawing.Size(300, 25);
|
this.tBPassWord.TabIndex = 28;
|
//
|
// lbRole
|
//
|
this.lbRole.AutoSize = true;
|
this.lbRole.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lbRole.ForeColor = System.Drawing.Color.Maroon;
|
this.lbRole.Location = new System.Drawing.Point(105, 231);
|
this.lbRole.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lbRole.Name = "lbRole";
|
this.lbRole.Size = new System.Drawing.Size(76, 31);
|
this.lbRole.TabIndex = 27;
|
this.lbRole.Text = "角 色:";
|
//
|
// lbPassword
|
//
|
this.lbPassword.AutoSize = true;
|
this.lbPassword.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lbPassword.ForeColor = System.Drawing.Color.Maroon;
|
this.lbPassword.Location = new System.Drawing.Point(66, 166);
|
this.lbPassword.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lbPassword.Name = "lbPassword";
|
this.lbPassword.Size = new System.Drawing.Size(124, 31);
|
this.lbPassword.TabIndex = 27;
|
this.lbPassword.Text = "登录密 码:";
|
//
|
// tBName
|
//
|
this.tBName.ForeColor = System.Drawing.Color.Maroon;
|
this.tBName.Location = new System.Drawing.Point(212, 110);
|
this.tBName.Margin = new System.Windows.Forms.Padding(4);
|
this.tBName.Name = "tBName";
|
this.tBName.Size = new System.Drawing.Size(300, 25);
|
this.tBName.TabIndex = 26;
|
//
|
// lbNickName
|
//
|
this.lbNickName.AutoSize = true;
|
this.lbNickName.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lbNickName.ForeColor = System.Drawing.Color.Maroon;
|
this.lbNickName.Location = new System.Drawing.Point(98, 104);
|
this.lbNickName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lbNickName.Name = "lbNickName";
|
this.lbNickName.Size = new System.Drawing.Size(83, 31);
|
this.lbNickName.TabIndex = 25;
|
this.lbNickName.Text = "姓 名:";
|
//
|
// tBUserWorkNo
|
//
|
this.tBUserWorkNo.ForeColor = System.Drawing.Color.Maroon;
|
this.tBUserWorkNo.Location = new System.Drawing.Point(212, 51);
|
this.tBUserWorkNo.Margin = new System.Windows.Forms.Padding(4);
|
this.tBUserWorkNo.Name = "tBUserWorkNo";
|
this.tBUserWorkNo.Size = new System.Drawing.Size(300, 25);
|
this.tBUserWorkNo.TabIndex = 23;
|
//
|
// lbUserName
|
//
|
this.lbUserName.AutoSize = true;
|
this.lbUserName.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lbUserName.ForeColor = System.Drawing.Color.Maroon;
|
this.lbUserName.Location = new System.Drawing.Point(66, 45);
|
this.lbUserName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lbUserName.Name = "lbUserName";
|
this.lbUserName.Size = new System.Drawing.Size(117, 31);
|
this.lbUserName.TabIndex = 22;
|
this.lbUserName.Text = "登录账号:";
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 4;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35.78125F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.21875F));
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 1);
|
this.tableLayoutPanel1.Controls.Add(this.btnSave, 1, 3);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 95);
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 4;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 43.65482F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 36.04061F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(927, 470);
|
this.tableLayoutPanel1.TabIndex = 39;
|
//
|
// btnSave
|
//
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
| System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.btnSave.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.tableLayoutPanel1.SetColumnSpan(this.btnSave, 2);
|
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnSave.ForeColor = System.Drawing.Color.Maroon;
|
this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
|
this.btnSave.Location = new System.Drawing.Point(143, 401);
|
this.btnSave.Margin = new System.Windows.Forms.Padding(4);
|
this.btnSave.Name = "btnSave";
|
this.btnSave.Size = new System.Drawing.Size(647, 65);
|
this.btnSave.TabIndex = 1;
|
this.btnSave.Text = "保存设置";
|
this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
this.btnSave.UseVisualStyleBackColor = false;
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
//
|
// menuStrip2
|
//
|
this.menuStrip2.AllowMerge = false;
|
this.menuStrip2.BackColor = System.Drawing.Color.Black;
|
this.menuStrip2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
this.menuStrip2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.menuStrip2.ImageScalingSize = new System.Drawing.Size(20, 20);
|
this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.btnClose,
|
this.tsMNItemFormPointName});
|
this.menuStrip2.Location = new System.Drawing.Point(0, 55);
|
this.menuStrip2.Name = "menuStrip2";
|
this.menuStrip2.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
|
this.menuStrip2.Size = new System.Drawing.Size(927, 40);
|
this.menuStrip2.TabIndex = 37;
|
this.menuStrip2.Text = "menuStrip2";
|
//
|
// btnClose
|
//
|
this.btnClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.btnClose.ForeColor = System.Drawing.Color.White;
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
this.btnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.btnClose.Name = "btnClose";
|
this.btnClose.Size = new System.Drawing.Size(109, 36);
|
this.btnClose.Text = "关闭";
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
//
|
// tsMNItemFormPointName
|
//
|
this.tsMNItemFormPointName.AutoSize = false;
|
this.tsMNItemFormPointName.Enabled = false;
|
this.tsMNItemFormPointName.ForeColor = System.Drawing.Color.White;
|
this.tsMNItemFormPointName.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
this.tsMNItemFormPointName.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.tsMNItemFormPointName.Name = "tsMNItemFormPointName";
|
this.tsMNItemFormPointName.Size = new System.Drawing.Size(74, 36);
|
this.tsMNItemFormPointName.Text = " ";
|
this.tsMNItemFormPointName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.tsMNItemFormPointName.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
|
this.tsMNItemFormPointName.Visible = false;
|
//
|
// lbPersonInfo
|
//
|
this.lbPersonInfo.Dock = System.Windows.Forms.DockStyle.Top;
|
this.lbPersonInfo.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lbPersonInfo.ForeColor = System.Drawing.Color.Maroon;
|
this.lbPersonInfo.Location = new System.Drawing.Point(0, 0);
|
this.lbPersonInfo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.lbPersonInfo.Name = "lbPersonInfo";
|
this.lbPersonInfo.Size = new System.Drawing.Size(927, 55);
|
this.lbPersonInfo.TabIndex = 38;
|
this.lbPersonInfo.Text = "人 员 信 息";
|
this.lbPersonInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// AddUser
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(927, 565);
|
this.Controls.Add(this.tableLayoutPanel1);
|
this.Controls.Add(this.menuStrip2);
|
this.Controls.Add(this.lbPersonInfo);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.Name = "AddUser";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "AddUser";
|
this.Load += new System.EventHandler(this.AddUser_Load);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.menuStrip2.ResumeLayout(false);
|
this.menuStrip2.PerformLayout();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private System.Windows.Forms.Button btnSave;
|
private System.Windows.Forms.ComboBox cmbRolea;
|
private System.Windows.Forms.Label lbResult;
|
private System.Windows.Forms.TextBox tBPassWord;
|
private System.Windows.Forms.Label lbRole;
|
private System.Windows.Forms.Label lbPassword;
|
private System.Windows.Forms.TextBox tBName;
|
private System.Windows.Forms.Label lbNickName;
|
private System.Windows.Forms.TextBox tBUserWorkNo;
|
private System.Windows.Forms.Label lbUserName;
|
private System.Windows.Forms.MenuStrip menuStrip2;
|
private System.Windows.Forms.ToolStripMenuItem btnClose;
|
private System.Windows.Forms.ToolStripMenuItem tsMNItemFormPointName;
|
private System.Windows.Forms.Label lbPersonInfo;
|
}
|
}
|