namespace iWareCC.Forms
{
partial class FormManagerPassword
{
///
/// 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()
{
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, 55);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
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(800, 395);
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(66, 4);
this.panel1.Margin = new System.Windows.Forms.Padding(4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(578, 351);
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(664, 209);
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(348, 112);
this.button1.Margin = new System.Windows.Forms.Padding(1);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(215, 59);
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(81, 112);
this.btnSave.Margin = new System.Windows.Forms.Padding(1);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(215, 59);
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, 187);
this.lbResult.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lbResult.Name = "lbResult";
this.lbResult.Size = new System.Drawing.Size(664, 22);
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(185, 33);
this.tB_Password.Margin = new System.Windows.Forms.Padding(4);
this.tB_Password.Name = "tB_Password";
this.tB_Password.PasswordChar = '*';
this.tB_Password.Size = new System.Drawing.Size(390, 25);
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(75, 27);
this.lbl_FormPlaceAddOrUpdate_PLACEID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lbl_FormPlaceAddOrUpdate_PLACEID.Name = "lbl_FormPlaceAddOrUpdate_PLACEID";
this.lbl_FormPlaceAddOrUpdate_PLACEID.Size = new System.Drawing.Size(83, 31);
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.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lbl_FormPlaceAddOrUpdate_Title.Name = "lbl_FormPlaceAddOrUpdate_Title";
this.lbl_FormPlaceAddOrUpdate_Title.Size = new System.Drawing.Size(800, 55);
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(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.lbl_FormPlaceAddOrUpdate_Title);
this.Name = "FormManagerPassword";
this.Text = "FormManagerPassword";
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;
}
}