namespace lyfzAttendance
{
partial class frmAuthority
{
///
/// 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(frmAuthority));
this.tx_Account = new System.Windows.Forms.TextBox();
this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonForm();
this.label11 = new System.Windows.Forms.Label();
this.btn_OK = new LYFZ.ComponentLibrary.ButtonEx();
this.label10 = new System.Windows.Forms.Label();
this.tx_Password = new System.Windows.Forms.TextBox();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.tx_Account);
this.plExMainContainer.Controls.Add(this.btn_Cancel);
this.plExMainContainer.Controls.Add(this.label11);
this.plExMainContainer.Controls.Add(this.btn_OK);
this.plExMainContainer.Controls.Add(this.label10);
this.plExMainContainer.Controls.Add(this.tx_Password);
this.plExMainContainer.Size = new System.Drawing.Size(432, 147);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(432, 147);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(373, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(400, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(373, 0);
//
// tx_Account
//
this.tx_Account.Location = new System.Drawing.Point(149, 26);
this.tx_Account.Name = "tx_Account";
this.tx_Account.ReadOnly = true;
this.tx_Account.Size = new System.Drawing.Size(174, 21);
this.tx_Account.TabIndex = 22;
this.tx_Account.Text = "admin";
//
// btn_Cancel
//
this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Cancel.ForeColor = System.Drawing.Color.White;
this.btn_Cancel.IsCustomBackImg = false;
this.btn_Cancel.IsShowText = true;
this.btn_Cancel.Location = new System.Drawing.Point(230, 103);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(93, 26);
this.btn_Cancel.TabIndex = 18;
this.btn_Cancel.Text = "取消";
this.btn_Cancel.UseVisualStyleBackColor = true;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(78, 29);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(41, 12);
this.label11.TabIndex = 20;
this.label11.Text = "管理员";
//
// btn_OK
//
this.btn_OK.BackColor = System.Drawing.Color.Transparent;
this.btn_OK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_OK.BackImg")));
this.btn_OK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_OK.ForeColor = System.Drawing.Color.White;
this.btn_OK.IsCustomBackImg = false;
this.btn_OK.IsShowText = true;
this.btn_OK.Location = new System.Drawing.Point(92, 103);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(93, 26);
this.btn_OK.TabIndex = 19;
this.btn_OK.Text = "确定";
this.btn_OK.UseVisualStyleBackColor = true;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(78, 62);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(29, 12);
this.label10.TabIndex = 21;
this.label10.Text = "密码";
//
// tx_Password
//
this.tx_Password.Location = new System.Drawing.Point(149, 53);
this.tx_Password.Name = "tx_Password";
this.tx_Password.PasswordChar = '*';
this.tx_Password.Size = new System.Drawing.Size(174, 21);
this.tx_Password.TabIndex = 23;
//
// frmAuthority
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(432, 212);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsMaximized = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmAuthority";
this.Text = "授权操作";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plExMainContainer.PerformLayout();
this.plFormMainContent.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox tx_Account;
private LYFZ.ComponentLibrary.ButtonForm btn_Cancel;
private System.Windows.Forms.Label label11;
private LYFZ.ComponentLibrary.ButtonEx btn_OK;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox tx_Password;
}
}