namespace MOKA_Factory_Tools { partial class login { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(login)); this.BtnLogin = new CCWin.SkinControl.SkinButton(); this.skinLabel1 = new CCWin.SkinControl.SkinLabel(); this.skinLabel2 = new CCWin.SkinControl.SkinLabel(); this.AccountText = new System.Windows.Forms.TextBox(); this.PwdText = new System.Windows.Forms.TextBox(); this.LineText = new System.Windows.Forms.TextBox(); this.skinLabel3 = new CCWin.SkinControl.SkinLabel(); this.SuspendLayout(); // // BtnLogin // resources.ApplyResources(this.BtnLogin, "BtnLogin"); this.BtnLogin.BackColor = System.Drawing.Color.Transparent; this.BtnLogin.ControlState = CCWin.SkinClass.ControlState.Normal; this.BtnLogin.DownBack = null; this.BtnLogin.MouseBack = null; this.BtnLogin.Name = "BtnLogin"; this.BtnLogin.NormlBack = null; this.BtnLogin.UseVisualStyleBackColor = false; this.BtnLogin.Click += new System.EventHandler(this.OnBtnLogin); // // skinLabel1 // resources.ApplyResources(this.skinLabel1, "skinLabel1"); this.skinLabel1.BackColor = System.Drawing.Color.Transparent; this.skinLabel1.BorderColor = System.Drawing.Color.White; this.skinLabel1.Name = "skinLabel1"; // // skinLabel2 // resources.ApplyResources(this.skinLabel2, "skinLabel2"); this.skinLabel2.BackColor = System.Drawing.Color.Transparent; this.skinLabel2.BorderColor = System.Drawing.Color.White; this.skinLabel2.Name = "skinLabel2"; // // AccountText // resources.ApplyResources(this.AccountText, "AccountText"); this.AccountText.Name = "AccountText"; // // PwdText // resources.ApplyResources(this.PwdText, "PwdText"); this.PwdText.Name = "PwdText"; // // LineText // resources.ApplyResources(this.LineText, "LineText"); this.LineText.Name = "LineText"; // // skinLabel3 // resources.ApplyResources(this.skinLabel3, "skinLabel3"); this.skinLabel3.BackColor = System.Drawing.Color.Transparent; this.skinLabel3.BorderColor = System.Drawing.Color.White; this.skinLabel3.Name = "skinLabel3"; // // login // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CaptionBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.CaptionBackColorTop = System.Drawing.Color.RoyalBlue; this.Controls.Add(this.skinLabel3); this.Controls.Add(this.LineText); this.Controls.Add(this.PwdText); this.Controls.Add(this.AccountText); this.Controls.Add(this.skinLabel2); this.Controls.Add(this.skinLabel1); this.Controls.Add(this.BtnLogin); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "login"; this.Load += new System.EventHandler(this.login_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CCWin.SkinControl.SkinButton BtnLogin; private CCWin.SkinControl.SkinLabel skinLabel1; private CCWin.SkinControl.SkinLabel skinLabel2; private System.Windows.Forms.TextBox AccountText; private System.Windows.Forms.TextBox PwdText; private System.Windows.Forms.TextBox LineText; private CCWin.SkinControl.SkinLabel skinLabel3; } }