namespace LYFZ.Software.UI
{
partial class frmLogin
{
///
/// 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(frmLogin));
this.stxtUserName = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
this.waterTextBox1 = new LYFZ.OtherExpansion.SkinControl.WaterTextBox();
this.stxtPwd = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
this.schbRememberPwd = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
this.slblMsgInfo = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
this.sMenuStripId = new LYFZ.OtherExpansion.SkinControl.SkinContextMenuStrip();
this.panel1 = new System.Windows.Forms.Panel();
this.textBoxPwd = new System.Windows.Forms.TextBox();
this.lbClientID = new LYFZ.ComponentLibrary.LabelEx();
this.sBtnLogin = new LYFZ.ComponentLibrary.ButtonExpand();
this.spalHead = new LYFZ.OtherExpansion.SkinControl.SkinPanel();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// btnAppFormMenu
//
this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
this.btnAppFormMenu.Location = new System.Drawing.Point(344, 0);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.IsCustomBackImg = true;
this.btnAppFormMaximize.Location = new System.Drawing.Point(321, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(398, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(371, 0);
//
// stxtUserName
//
this.stxtUserName.BackColor = System.Drawing.Color.Transparent;
this.stxtUserName.Icon = global::LYFZ.Software.UI.Properties.Resources.login_inputbtn_normal;
this.stxtUserName.IconIsButton = true;
this.stxtUserName.IsPasswordChat = '\0';
this.stxtUserName.IsSystemPasswordChar = false;
this.stxtUserName.Lines = new string[0];
this.stxtUserName.Location = new System.Drawing.Point(133, 20);
this.stxtUserName.Margin = new System.Windows.Forms.Padding(0);
this.stxtUserName.MaxLength = 32767;
this.stxtUserName.MinimumSize = new System.Drawing.Size(0, 28);
this.stxtUserName.MouseBack = null;
this.stxtUserName.Multiline = false;
this.stxtUserName.Name = "stxtUserName";
this.stxtUserName.NormlBack = global::LYFZ.Software.UI.Properties.Resources.frameBorderEffect_normalDraw;
this.stxtUserName.Padding = new System.Windows.Forms.Padding(5, 5, 28, 5);
this.stxtUserName.ReadOnly = false;
this.stxtUserName.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.stxtUserName.Size = new System.Drawing.Size(160, 28);
this.stxtUserName.TabIndex = 1;
this.stxtUserName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.stxtUserName.WaterColor = System.Drawing.Color.DarkGray;
this.stxtUserName.WaterText = "请输入登录帐号";
this.stxtUserName.WordWrap = true;
this.stxtUserName.IconClick += new System.EventHandler(this.stxtUserName_IconClick);
//
// waterTextBox1
//
this.waterTextBox1.Location = new System.Drawing.Point(0, 0);
this.waterTextBox1.Name = "waterTextBox1";
this.waterTextBox1.Size = new System.Drawing.Size(100, 21);
this.waterTextBox1.TabIndex = 0;
this.waterTextBox1.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.waterTextBox1.WaterText = "";
//
// stxtPwd
//
this.stxtPwd.BackColor = System.Drawing.Color.Transparent;
this.stxtPwd.Icon = global::LYFZ.Software.UI.Properties.Resources.imgRjp_BackgroundImage;
this.stxtPwd.IconIsButton = true;
this.stxtPwd.IsPasswordChat = '●';
this.stxtPwd.IsSystemPasswordChar = true;
this.stxtPwd.Lines = new string[0];
this.stxtPwd.Location = new System.Drawing.Point(133, 63);
this.stxtPwd.Margin = new System.Windows.Forms.Padding(0);
this.stxtPwd.MaxLength = 32767;
this.stxtPwd.MinimumSize = new System.Drawing.Size(0, 28);
this.stxtPwd.MouseBack = null;
this.stxtPwd.Multiline = false;
this.stxtPwd.Name = "stxtPwd";
this.stxtPwd.NormlBack = global::LYFZ.Software.UI.Properties.Resources.frameBorderEffect_normalDraw;
this.stxtPwd.Padding = new System.Windows.Forms.Padding(5, 5, 28, 5);
this.stxtPwd.ReadOnly = true;
this.stxtPwd.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.stxtPwd.Size = new System.Drawing.Size(160, 28);
this.stxtPwd.TabIndex = 4;
this.stxtPwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.stxtPwd.WaterColor = System.Drawing.Color.DarkGray;
this.stxtPwd.WaterText = "请输入登录密码";
this.stxtPwd.WordWrap = true;
this.stxtPwd.IconClick += new System.EventHandler(this.stxtPwd_IconClick);
//
// schbRememberPwd
//
this.schbRememberPwd.AutoSize = true;
this.schbRememberPwd.BackColor = System.Drawing.Color.Transparent;
this.schbRememberPwd.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
this.schbRememberPwd.DownBack = null;
this.schbRememberPwd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.schbRememberPwd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(101)))), ((int)(((byte)(101)))));
this.schbRememberPwd.Location = new System.Drawing.Point(135, 107);
this.schbRememberPwd.MouseBack = null;
this.schbRememberPwd.Name = "schbRememberPwd";
this.schbRememberPwd.NormlBack = null;
this.schbRememberPwd.SelectedDownBack = null;
this.schbRememberPwd.SelectedMouseBack = null;
this.schbRememberPwd.SelectedNormlBack = null;
this.schbRememberPwd.Size = new System.Drawing.Size(75, 21);
this.schbRememberPwd.TabIndex = 4;
this.schbRememberPwd.Text = "记住密码";
this.schbRememberPwd.UseVisualStyleBackColor = false;
//
// slblMsgInfo
//
this.slblMsgInfo.BackColor = System.Drawing.Color.Transparent;
this.slblMsgInfo.BorderColor = System.Drawing.Color.White;
this.slblMsgInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
this.slblMsgInfo.Font = new System.Drawing.Font("微软雅黑", 8F);
this.slblMsgInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(101)))), ((int)(((byte)(101)))));
this.slblMsgInfo.Location = new System.Drawing.Point(0, 155);
this.slblMsgInfo.Name = "slblMsgInfo";
this.slblMsgInfo.Size = new System.Drawing.Size(430, 23);
this.slblMsgInfo.TabIndex = 13;
this.slblMsgInfo.Text = " 广东省惠州市利亚方舟科技有限公司.网址: WWW.LYFZ.NET[版本号:{$}]";
this.slblMsgInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// sMenuStripId
//
this.sMenuStripId.Arrow = System.Drawing.Color.Black;
this.sMenuStripId.AutoSize = false;
this.sMenuStripId.Back = System.Drawing.Color.White;
this.sMenuStripId.BackRadius = 4;
this.sMenuStripId.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
this.sMenuStripId.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
this.sMenuStripId.Fore = System.Drawing.Color.Black;
this.sMenuStripId.HoverFore = System.Drawing.Color.White;
this.sMenuStripId.ImageScalingSize = new System.Drawing.Size(40, 40);
this.sMenuStripId.ItemAnamorphosis = false;
this.sMenuStripId.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
this.sMenuStripId.ItemBorderShow = false;
this.sMenuStripId.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
this.sMenuStripId.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
this.sMenuStripId.ItemRadius = 4;
this.sMenuStripId.ItemRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.None;
this.sMenuStripId.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
this.sMenuStripId.Name = "sMenuStripId";
this.sMenuStripId.RadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
this.sMenuStripId.Size = new System.Drawing.Size(160, 4);
this.sMenuStripId.TitleAnamorphosis = false;
this.sMenuStripId.TitleColor = System.Drawing.Color.White;
this.sMenuStripId.TitleRadius = 4;
this.sMenuStripId.TitleRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.None;
this.sMenuStripId.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.sMenuStripId_Closing);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(242)))), ((int)(((byte)(250)))));
this.panel1.Controls.Add(this.textBoxPwd);
this.panel1.Controls.Add(this.lbClientID);
this.panel1.Controls.Add(this.sBtnLogin);
this.panel1.Controls.Add(this.spalHead);
this.panel1.Controls.Add(this.stxtUserName);
this.panel1.Controls.Add(this.schbRememberPwd);
this.panel1.Controls.Add(this.stxtPwd);
this.panel1.Controls.Add(this.slblMsgInfo);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 182);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(430, 178);
this.panel1.TabIndex = 0;
//
// textBoxPwd
//
this.textBoxPwd.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBoxPwd.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBoxPwd.Location = new System.Drawing.Point(137, 68);
this.textBoxPwd.Name = "textBoxPwd";
this.textBoxPwd.PasswordChar = '*';
this.textBoxPwd.Size = new System.Drawing.Size(131, 19);
this.textBoxPwd.TabIndex = 2;
//
// lbClientID
//
this.lbClientID.AutoSize = true;
this.lbClientID.Cursor = System.Windows.Forms.Cursors.Hand;
this.lbClientID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lbClientID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lbClientID.Location = new System.Drawing.Point(3, 137);
this.lbClientID.Name = "lbClientID";
this.lbClientID.Size = new System.Drawing.Size(278, 17);
this.lbClientID.TabIndex = 16;
this.lbClientID.Text = "客户端ID:C201607522398865【未命名客户端】";
//
// sBtnLogin
//
this.sBtnLogin.BackColor = System.Drawing.Color.Transparent;
this.sBtnLogin.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("sBtnLogin.BackImg")));
this.sBtnLogin.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.sBtnLogin.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.sBtnLogin.ForeColor = System.Drawing.Color.White;
this.sBtnLogin.IsCustomBackImg = true;
this.sBtnLogin.IsShowText = true;
this.sBtnLogin.Location = new System.Drawing.Point(306, 20);
this.sBtnLogin.Name = "sBtnLogin";
this.sBtnLogin.Size = new System.Drawing.Size(110, 110);
this.sBtnLogin.TabIndex = 3;
this.sBtnLogin.Text = " 登 录";
this.sBtnLogin.UseVisualStyleBackColor = false;
this.sBtnLogin.Click += new System.EventHandler(this.sBtnLogin_Click);
//
// spalHead
//
this.spalHead.BackColor = System.Drawing.Color.White;
this.spalHead.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.spalHead.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
this.spalHead.DownBack = null;
this.spalHead.Location = new System.Drawing.Point(15, 20);
this.spalHead.MouseBack = null;
this.spalHead.Name = "spalHead";
this.spalHead.NormlBack = null;
this.spalHead.Radius = 5;
this.spalHead.Size = new System.Drawing.Size(110, 110);
this.spalHead.TabIndex = 0;
//
// frmLogin
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(242)))), ((int)(((byte)(250)))));
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.BottomBgImageHeight = 0;
this.ClientSize = new System.Drawing.Size(430, 360);
this.ContextMenuStrip = this.sMenuStripId;
this.Controls.Add(this.panel1);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMaximized = false;
this.IsShowBtnFormMenu = true;
this.IsShowIcon = false;
this.IsShowTitle = false;
this.MaximizeBox = false;
this.Name = "frmLogin";
this.ShowBorder = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系统登录";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.TitleBgImageHeight = 0;
this.Load += new System.EventHandler(this.frmLogin_Load);
this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
this.Controls.SetChildIndex(this.btnAppFormExit, 0);
this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
this.Controls.SetChildIndex(this.panel1, 0);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private OtherExpansion.SkinControl.WaterTextBox waterTextBox1;
protected internal OtherExpansion.SkinControl.SkinTextBox stxtUserName;
protected internal OtherExpansion.SkinControl.SkinTextBox stxtPwd;
protected internal OtherExpansion.SkinControl.SkinCheckBox schbRememberPwd;
protected internal OtherExpansion.SkinControl.SkinLabel slblMsgInfo;
protected internal OtherExpansion.SkinControl.SkinContextMenuStrip sMenuStripId;
private System.Windows.Forms.Panel panel1;
protected internal OtherExpansion.SkinControl.SkinPanel spalHead;
public System.Windows.Forms.TextBox textBoxPwd;
public ComponentLibrary.LabelEx lbClientID;
public ComponentLibrary.ButtonExpand sBtnLogin;
}
}