namespace WMS.UI.Basic
|
{
|
partial class FormManagerPassword
|
{
|
/// <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(FormManagerPassword));
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.button1 = new System.Windows.Forms.Button();
|
this.btnSave = new System.Windows.Forms.Button();
|
this.lbResult = new System.Windows.Forms.Label();
|
this.tB_Password = new System.Windows.Forms.TextBox();
|
this.lbl_FormPlaceAddOrUpdate_PLACEID = new System.Windows.Forms.Label();
|
this.lbl_FormPlaceAddOrUpdate_Title = new System.Windows.Forms.Label();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.panel2.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 3;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7.777778F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 73.33334F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.88889F));
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 44);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 2;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.03139F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.96861F));
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(674, 158);
|
this.tableLayoutPanel1.TabIndex = 52;
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.panel2);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Location = new System.Drawing.Point(55, 3);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(488, 137);
|
this.panel1.TabIndex = 0;
|
//
|
// panel2
|
//
|
this.panel2.Controls.Add(this.button1);
|
this.panel2.Controls.Add(this.btnSave);
|
this.panel2.Controls.Add(this.lbResult);
|
this.panel2.Controls.Add(this.tB_Password);
|
this.panel2.Controls.Add(this.lbl_FormPlaceAddOrUpdate_PLACEID);
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
this.panel2.Margin = new System.Windows.Forms.Padding(1);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(498, 167);
|
this.panel2.TabIndex = 1;
|
//
|
// button1
|
//
|
this.button1.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.button1.ForeColor = System.Drawing.Color.Maroon;
|
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
|
this.button1.Location = new System.Drawing.Point(261, 90);
|
this.button1.Margin = new System.Windows.Forms.Padding(1);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(161, 47);
|
this.button1.TabIndex = 34;
|
this.button1.Text = " 关 闭 ";
|
this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
this.button1.UseVisualStyleBackColor = false;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// btnSave
|
//
|
this.btnSave.BackColor = System.Drawing.Color.WhiteSmoke;
|
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(61, 90);
|
this.btnSave.Margin = new System.Windows.Forms.Padding(1);
|
this.btnSave.Name = "btnSave";
|
this.btnSave.Size = new System.Drawing.Size(161, 47);
|
this.btnSave.TabIndex = 2;
|
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);
|
//
|
// 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, 149);
|
this.lbResult.Name = "lbResult";
|
this.lbResult.Size = new System.Drawing.Size(498, 18);
|
this.lbResult.TabIndex = 33;
|
this.lbResult.Text = " ";
|
this.lbResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// tB_Password
|
//
|
this.tB_Password.ForeColor = System.Drawing.Color.Maroon;
|
this.tB_Password.Location = new System.Drawing.Point(141, 50);
|
this.tB_Password.Name = "tB_Password";
|
this.tB_Password.PasswordChar = '*';
|
this.tB_Password.Size = new System.Drawing.Size(294, 21);
|
this.tB_Password.TabIndex = 23;
|
//
|
// lbl_FormPlaceAddOrUpdate_PLACEID
|
//
|
this.lbl_FormPlaceAddOrUpdate_PLACEID.AutoSize = true;
|
this.lbl_FormPlaceAddOrUpdate_PLACEID.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lbl_FormPlaceAddOrUpdate_PLACEID.ForeColor = System.Drawing.Color.Maroon;
|
this.lbl_FormPlaceAddOrUpdate_PLACEID.Location = new System.Drawing.Point(58, 46);
|
this.lbl_FormPlaceAddOrUpdate_PLACEID.Name = "lbl_FormPlaceAddOrUpdate_PLACEID";
|
this.lbl_FormPlaceAddOrUpdate_PLACEID.Size = new System.Drawing.Size(67, 26);
|
this.lbl_FormPlaceAddOrUpdate_PLACEID.TabIndex = 22;
|
this.lbl_FormPlaceAddOrUpdate_PLACEID.Text = "密 码 :";
|
//
|
// lbl_FormPlaceAddOrUpdate_Title
|
//
|
this.lbl_FormPlaceAddOrUpdate_Title.BackColor = System.Drawing.Color.WhiteSmoke;
|
this.lbl_FormPlaceAddOrUpdate_Title.Dock = System.Windows.Forms.DockStyle.Top;
|
this.lbl_FormPlaceAddOrUpdate_Title.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lbl_FormPlaceAddOrUpdate_Title.ForeColor = System.Drawing.Color.Maroon;
|
this.lbl_FormPlaceAddOrUpdate_Title.Location = new System.Drawing.Point(0, 0);
|
this.lbl_FormPlaceAddOrUpdate_Title.Name = "lbl_FormPlaceAddOrUpdate_Title";
|
this.lbl_FormPlaceAddOrUpdate_Title.Size = new System.Drawing.Size(674, 44);
|
this.lbl_FormPlaceAddOrUpdate_Title.TabIndex = 51;
|
this.lbl_FormPlaceAddOrUpdate_Title.Text = "请输入密码!!!";
|
this.lbl_FormPlaceAddOrUpdate_Title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// FormManagerPassword
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(674, 202);
|
this.Controls.Add(this.tableLayoutPanel1);
|
this.Controls.Add(this.lbl_FormPlaceAddOrUpdate_Title);
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.Name = "FormManagerPassword";
|
this.Text = "密码确认";
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
this.panel2.ResumeLayout(false);
|
this.panel2.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.Button btnSave;
|
private System.Windows.Forms.Label lbResult;
|
private System.Windows.Forms.TextBox tB_Password;
|
private System.Windows.Forms.Label lbl_FormPlaceAddOrUpdate_PLACEID;
|
private System.Windows.Forms.Label lbl_FormPlaceAddOrUpdate_Title;
|
}
|
}
|