namespace SubscriberAndUserManager { 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.tbPassword = new Telerik.WinControls.UI.RadTextBox(); this.pbPassword = new System.Windows.Forms.PictureBox(); this.btnLogin = new Telerik.WinControls.UI.RadButton(); this.lbStatus = new Telerik.WinControls.UI.RadLabel(); this.lbVersion = new Telerik.WinControls.UI.RadLabel(); this.desertTheme1 = new Telerik.WinControls.Themes.DesertTheme(); this.cbLang = new Telerik.WinControls.UI.RadDropDownList(); this.languageImages = new System.Windows.Forms.ImageList(this.components); this.office2010BlackTheme1 = new Telerik.WinControls.Themes.Office2010BlackTheme(); this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme(); this.visualStudio2012LightTheme1 = new Telerik.WinControls.Themes.VisualStudio2012LightTheme(); this.office2013LightTheme1 = new Telerik.WinControls.Themes.Office2013LightTheme(); this.pbIcon = new System.Windows.Forms.PictureBox(); this.labelAppName = new Telerik.WinControls.UI.RadLabel(); ((System.ComponentModel.ISupportInitialize)(this.tbPassword)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbPassword)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnLogin)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbStatus)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbVersion)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbLang)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbIcon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.labelAppName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); this.SuspendLayout(); // // tbPassword // this.tbPassword.AutoSize = false; this.tbPassword.Location = new System.Drawing.Point(60, 214); this.tbPassword.MinimumSize = new System.Drawing.Size(0, 24); this.tbPassword.Name = "tbPassword"; this.tbPassword.NullText = "password"; this.tbPassword.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.tbPassword.PasswordChar = '*'; // // // this.tbPassword.RootElement.MinSize = new System.Drawing.Size(0, 24); this.tbPassword.Size = new System.Drawing.Size(230, 32); this.tbPassword.TabIndex = 1; this.tbPassword.ThemeName = "VisualStudio2012Light"; this.tbPassword.TextChanged += new System.EventHandler(this.tbPassword_TextChanged); this.tbPassword.Enter += new System.EventHandler(this.tbPassword_Enter); this.tbPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbPassword_KeyPress); ((Telerik.WinControls.UI.RadTextBoxElement)(this.tbPassword.GetChildAt(0))).Text = ""; ((Telerik.WinControls.UI.RadTextBoxElement)(this.tbPassword.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); ((Telerik.WinControls.Primitives.BorderPrimitive)(this.tbPassword.GetChildAt(0).GetChildAt(2))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(6)))), ((int)(((byte)(12))))); // // pbPassword // this.pbPassword.BackColor = System.Drawing.Color.White; this.pbPassword.Image = global::SubscriberAndUserManager.Properties.Resources.s_password; this.pbPassword.Location = new System.Drawing.Point(64, 219); this.pbPassword.Name = "pbPassword"; this.pbPassword.Size = new System.Drawing.Size(23, 23); this.pbPassword.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbPassword.TabIndex = 35; this.pbPassword.TabStop = false; // // btnLogin // this.btnLogin.Location = new System.Drawing.Point(60, 275); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(230, 32); this.btnLogin.TabIndex = 2; this.btnLogin.Text = "Login"; this.btnLogin.ThemeName = "TelerikMetroBlue"; this.btnLogin.EnabledChanged += new System.EventHandler(this.btnLogin_EnabledChanged); this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); ((Telerik.WinControls.UI.RadButtonElement)(this.btnLogin.GetChildAt(0))).Text = "Login"; ((Telerik.WinControls.Primitives.TextPrimitive)(this.btnLogin.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); ((Telerik.WinControls.Primitives.TextPrimitive)(this.btnLogin.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter; // // lbStatus // this.lbStatus.AutoSize = false; this.lbStatus.BackColor = System.Drawing.Color.Transparent; this.lbStatus.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.lbStatus.ForeColor = System.Drawing.Color.LimeGreen; this.lbStatus.Location = new System.Drawing.Point(7, 248); this.lbStatus.Name = "lbStatus"; this.lbStatus.Size = new System.Drawing.Size(330, 18); this.lbStatus.TabIndex = 3; this.lbStatus.Text = "Please enter administrator password"; this.lbStatus.TextAlignment = System.Drawing.ContentAlignment.TopCenter; // // lbVersion // this.lbVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lbVersion.AutoSize = false; this.lbVersion.BackColor = System.Drawing.Color.Transparent; this.lbVersion.ForeColor = System.Drawing.Color.LightGray; this.lbVersion.Location = new System.Drawing.Point(7, 313); this.lbVersion.Name = "lbVersion"; this.lbVersion.Size = new System.Drawing.Size(237, 18); this.lbVersion.TabIndex = 0; this.lbVersion.Text = "Version: 4.0.0.0"; this.lbVersion.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; // // cbLang // this.cbLang.AutoSize = false; this.cbLang.BackColor = System.Drawing.Color.White; this.cbLang.DefaultItemsCountInDropDown = 5; this.cbLang.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear; this.cbLang.DropDownAnimationFrames = 4; this.cbLang.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; this.cbLang.Location = new System.Drawing.Point(60, 174); this.cbLang.Name = "cbLang"; this.cbLang.NullText = "Language"; this.cbLang.Padding = new System.Windows.Forms.Padding(2, 0, 0, 0); this.cbLang.Size = new System.Drawing.Size(230, 32); this.cbLang.TabIndex = 0; this.cbLang.ThemeName = "Office2013Light"; this.cbLang.ItemDataBound += new Telerik.WinControls.UI.ListItemDataBoundEventHandler(this.cbLang_ItemDataBound); // // languageImages // this.languageImages.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; this.languageImages.ImageSize = new System.Drawing.Size(26, 26); this.languageImages.TransparentColor = System.Drawing.Color.Transparent; // // pbIcon // this.pbIcon.BackColor = System.Drawing.Color.Transparent; this.pbIcon.Image = global::SubscriberAndUserManager.Properties.Resources.simoco_setup_128; this.pbIcon.Location = new System.Drawing.Point(125, 23); this.pbIcon.Name = "pbIcon"; this.pbIcon.Size = new System.Drawing.Size(100, 100); this.pbIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pbIcon.TabIndex = 33; this.pbIcon.TabStop = false; // // labelAppName // this.labelAppName.AutoSize = false; this.labelAppName.BackColor = System.Drawing.Color.Transparent; this.labelAppName.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.labelAppName.ForeColor = System.Drawing.Color.WhiteSmoke; this.labelAppName.Location = new System.Drawing.Point(75, 120); this.labelAppName.Name = "labelAppName"; this.labelAppName.Size = new System.Drawing.Size(200, 20); this.labelAppName.TabIndex = 34; this.labelAppName.Text = "SIMOCO ADMIN"; this.labelAppName.TextAlignment = System.Drawing.ContentAlignment.TopCenter; // // Login // this.BackgroundImage = global::SubscriberAndUserManager.Properties.Resources.bg_simoco; this.ClientSize = new System.Drawing.Size(342, 406); this.Controls.Add(this.lbStatus); this.Controls.Add(this.labelAppName); this.Controls.Add(this.pbPassword); this.Controls.Add(this.pbIcon); this.Controls.Add(this.lbVersion); this.Controls.Add(this.btnLogin); this.Controls.Add(this.tbPassword); this.Controls.Add(this.cbLang); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(350, 441); this.MinimumSize = new System.Drawing.Size(350, 441); this.Name = "Login"; // // // this.RootElement.ApplyShapeToControl = true; this.RootElement.MaxSize = new System.Drawing.Size(350, 441); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Login"; this.ThemeName = "TelerikMetroBlue"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Login_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Login_FormClosed); this.Shown += new System.EventHandler(this.Login_Shown); ((System.ComponentModel.ISupportInitialize)(this.tbPassword)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbPassword)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnLogin)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbStatus)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbVersion)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbLang)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbIcon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.labelAppName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); this.ResumeLayout(false); } #endregion private Telerik.WinControls.UI.RadTextBox tbPassword; private Telerik.WinControls.UI.RadButton btnLogin; private Telerik.WinControls.UI.RadLabel lbStatus; private Telerik.WinControls.UI.RadLabel lbVersion; private Telerik.WinControls.Themes.DesertTheme desertTheme1; private Telerik.WinControls.UI.RadDropDownList cbLang; private Telerik.WinControls.Themes.Office2010BlackTheme office2010BlackTheme1; private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1; private Telerik.WinControls.Themes.VisualStudio2012LightTheme visualStudio2012LightTheme1; private Telerik.WinControls.Themes.Office2013LightTheme office2013LightTheme1; private System.Windows.Forms.PictureBox pbIcon; private Telerik.WinControls.UI.RadLabel labelAppName; private System.Windows.Forms.PictureBox pbPassword; private System.Windows.Forms.ImageList languageImages; } }