Example #1
0
        public Form1()
        {
            InitializeComponent();
            this.ActiveControl = statusStrip1;

            WaterMarkTextBox wtb1 = new WaterMarkTextBox("Optiunea 1");
            WaterMarkTextBox wtb2 = new WaterMarkTextBox("Optiunea 2");
            WaterMarkTextBox wtb3 = new WaterMarkTextBox("Optiunea 3");
            WaterMarkTextBox wtb4 = new WaterMarkTextBox("Optiunea 4");
            WaterMarkTextBox wtb5 = new WaterMarkTextBox("Optiunea 5");

            flowLayoutPanel1.Controls.Add(wtb1);
            flowLayoutPanel1.Controls.Add(wtb2);
            flowLayoutPanel1.Controls.Add(wtb3);
            flowLayoutPanel1.Controls.Add(wtb4);
            flowLayoutPanel1.Controls.Add(wtb5);
        }
Example #2
0
        public SignUpDialog()
        {
            InitializeComponent();
            this.ActiveControl = sendButton;

            #region Initializations

            failLabel           = new Label();
            failLabel.Anchor    = (AnchorStyles.Left | AnchorStyles.Right);
            failLabel.TextAlign = ContentAlignment.MiddleLeft;
            failLabel.Text      = "failLabel";

            #endregion

            #region Textbox creation and positioning

            usernameTextBox  = new WaterMarkTextBox("Username*");
            passwordTextBox  = new WaterMarkTextBox("Password*");
            firstNameTextBox = new WaterMarkTextBox("First Name");
            lastNameTextBox  = new WaterMarkTextBox("Last Name");
            mailTextBox      = new WaterMarkTextBox("Mail Address*");
            phoneTextBox     = new WaterMarkTextBox("Phone Number");

            passwordTextBox.PasswordChar = '*';
            passwordTextBox.IsPassword   = true;

            phoneTextBox.IsNumber = true;


            flowLayoutPanel1.Controls.Add(usernameTextBox);
            flowLayoutPanel1.Controls.Add(passwordTextBox);
            flowLayoutPanel1.Controls.Add(failLabel);


            flowLayoutPanel2.Controls.Add(firstNameTextBox);
            flowLayoutPanel2.Controls.Add(lastNameTextBox);
            flowLayoutPanel2.Controls.Add(mailTextBox);
            flowLayoutPanel2.Controls.Add(phoneTextBox);



            #endregion
        }
Example #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogin));
     this.Label1         = new System.Windows.Forms.Label();
     this.Label2         = new System.Windows.Forms.Label();
     this.btnSetDB       = new System.Windows.Forms.Button();
     this.buttonId       = new CCWin.SkinControl.SkinButton();
     this.panelHeadImage = new CCWin.SkinControl.SkinPanel();
     this.menuStripId    = new CCWin.SkinControl.SkinContextMenuStrip();
     this.textBoxPwd     = new CCWin.SkinControl.SkinTextBox();
     this.topLogo2       = new RMS.UserControls.topLogo();
     this.txtLoginName   = new RMS.UserControls.WaterMarkTextBox();
     this.roundedButton2 = new RMS.UserControls.RoundedButton();
     this.roundedButton1 = new RMS.UserControls.RoundedButton();
     this.textBoxPwd.SuspendLayout();
     this.SuspendLayout();
     //
     // Label1
     //
     this.Label1.AutoSize  = true;
     this.Label1.BackColor = System.Drawing.Color.Transparent;
     this.Label1.Font      = new System.Drawing.Font("Verdana", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label1.Location  = new System.Drawing.Point(197, 171);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(78, 17);
     this.Label1.TabIndex  = 2;
     this.Label1.Text      = "用户名[&N]:";
     this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label2
     //
     this.Label2.AutoSize  = true;
     this.Label2.BackColor = System.Drawing.Color.Transparent;
     this.Label2.Font      = new System.Drawing.Font("Verdana", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label2.Location  = new System.Drawing.Point(197, 222);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(77, 17);
     this.Label2.TabIndex  = 4;
     this.Label2.Text      = "密   码[&P]:";
     this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnSetDB
     //
     this.btnSetDB.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSetDB.Font      = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSetDB.Location  = new System.Drawing.Point(241, 383);
     this.btnSetDB.Name      = "btnSetDB";
     this.btnSetDB.Size      = new System.Drawing.Size(124, 28);
     this.btnSetDB.TabIndex  = 8;
     this.btnSetDB.Text      = "数据源设置[&S]...";
     this.btnSetDB.Visible   = false;
     this.btnSetDB.Click    += new System.EventHandler(this.btnSetDB_Click);
     //
     // buttonId
     //
     this.buttonId.BackColor             = System.Drawing.Color.White;
     this.buttonId.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.buttonId.BaseColor             = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.buttonId.ControlState          = CCWin.SkinClass.ControlState.Normal;
     this.buttonId.Cursor    = System.Windows.Forms.Cursors.Default;
     this.buttonId.DownBack  = ((System.Drawing.Image)(resources.GetObject("buttonId.DownBack")));
     this.buttonId.DrawType  = CCWin.SkinControl.DrawStyle.Img;
     this.buttonId.Location  = new System.Drawing.Point(437, 169);
     this.buttonId.Margin    = new System.Windows.Forms.Padding(0);
     this.buttonId.MouseBack = ((System.Drawing.Image)(resources.GetObject("buttonId.MouseBack")));
     this.buttonId.Name      = "buttonId";
     this.buttonId.NormlBack = ((System.Drawing.Image)(resources.GetObject("buttonId.NormlBack")));
     this.buttonId.Size      = new System.Drawing.Size(22, 24);
     this.buttonId.TabIndex  = 35;
     this.buttonId.UseVisualStyleBackColor = false;
     this.buttonId.MouseDown += new System.Windows.Forms.MouseEventHandler(this.buttonId_MouseDown);
     //
     // panelHeadImage
     //
     this.panelHeadImage.BackColor             = System.Drawing.Color.Transparent;
     this.panelHeadImage.BackgroundImage       = global::RMS.WinForms.Properties.Resources.girl;
     this.panelHeadImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panelHeadImage.ControlState          = CCWin.SkinClass.ControlState.Normal;
     this.panelHeadImage.DownBack  = null;
     this.panelHeadImage.Location  = new System.Drawing.Point(75, 164);
     this.panelHeadImage.Margin    = new System.Windows.Forms.Padding(0);
     this.panelHeadImage.MouseBack = null;
     this.panelHeadImage.Name      = "panelHeadImage";
     this.panelHeadImage.NormlBack = null;
     this.panelHeadImage.Radius    = 4;
     this.panelHeadImage.Size      = new System.Drawing.Size(85, 85);
     this.panelHeadImage.TabIndex  = 36;
     //
     // menuStripId
     //
     this.menuStripId.Arrow                  = System.Drawing.Color.Black;
     this.menuStripId.AutoSize               = false;
     this.menuStripId.Back                   = System.Drawing.Color.White;
     this.menuStripId.BackColor              = System.Drawing.Color.White;
     this.menuStripId.BackRadius             = 4;
     this.menuStripId.Base                   = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.menuStripId.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(147)))), ((int)(((byte)(209)))));
     this.menuStripId.Fore                   = System.Drawing.Color.Black;
     this.menuStripId.HoverFore              = System.Drawing.Color.White;
     this.menuStripId.ImageScalingSize       = new System.Drawing.Size(40, 40);
     this.menuStripId.ItemAnamorphosis       = false;
     this.menuStripId.ItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.menuStripId.ItemBorderShow         = false;
     this.menuStripId.ItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.menuStripId.ItemPressed            = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.menuStripId.ItemRadius             = 4;
     this.menuStripId.ItemRadiusStyle        = CCWin.SkinClass.RoundStyle.None;
     this.menuStripId.ItemSplitter           = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.menuStripId.Name                   = "MenuId";
     this.menuStripId.RadiusStyle            = CCWin.SkinClass.RoundStyle.None;
     this.menuStripId.Size                   = new System.Drawing.Size(183, 4);
     this.menuStripId.TitleAnamorphosis      = false;
     this.menuStripId.TitleColor             = System.Drawing.Color.White;
     this.menuStripId.TitleRadius            = 4;
     this.menuStripId.TitleRadiusStyle       = CCWin.SkinClass.RoundStyle.None;
     this.menuStripId.Closing               += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.menuStripId_Closing);
     //
     // textBoxPwd
     //
     this.textBoxPwd.BackColor       = System.Drawing.Color.Transparent;
     this.textBoxPwd.BackgroundImage = global::RMS.WinForms.Properties.Resources.bg;
     this.textBoxPwd.Font            = new System.Drawing.Font("微软雅黑", 9.75F);
     this.textBoxPwd.Icon            = ((System.Drawing.Image)(resources.GetObject("textBoxPwd.Icon")));
     this.textBoxPwd.IconIsButton    = true;
     this.textBoxPwd.IconMouseState  = CCWin.SkinClass.ControlState.Normal;
     this.textBoxPwd.Location        = new System.Drawing.Point(277, 221);
     this.textBoxPwd.Margin          = new System.Windows.Forms.Padding(0);
     this.textBoxPwd.MinimumSize     = new System.Drawing.Size(0, 28);
     this.textBoxPwd.MouseBack       = null;
     this.textBoxPwd.MouseState      = CCWin.SkinClass.ControlState.Normal;
     this.textBoxPwd.Name            = "textBoxPwd";
     this.textBoxPwd.NormlBack       = null;
     this.textBoxPwd.Padding         = new System.Windows.Forms.Padding(5, 5, 120, 5);
     this.textBoxPwd.Size            = new System.Drawing.Size(182, 28);
     //
     // textBoxPwd.BaseText
     //
     this.textBoxPwd.SkinTxt.BorderStyle  = System.Windows.Forms.BorderStyle.None;
     this.textBoxPwd.SkinTxt.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.textBoxPwd.SkinTxt.Font         = new System.Drawing.Font("微软雅黑", 9.75F);
     this.textBoxPwd.SkinTxt.Location     = new System.Drawing.Point(5, 5);
     this.textBoxPwd.SkinTxt.Name         = "BaseText";
     this.textBoxPwd.SkinTxt.PasswordChar = '*';
     this.textBoxPwd.SkinTxt.Size         = new System.Drawing.Size(57, 18);
     this.textBoxPwd.SkinTxt.TabIndex     = 0;
     this.textBoxPwd.SkinTxt.WaterColor   = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.textBoxPwd.SkinTxt.WaterText    = "密码";
     this.textBoxPwd.TabIndex             = 37;
     this.textBoxPwd.IconClick           += new System.EventHandler(this.textBoxPwd_IconClick);
     //
     // topLogo2
     //
     this.topLogo2.Dock           = System.Windows.Forms.DockStyle.Top;
     this.topLogo2.Font           = new System.Drawing.Font("Verdana", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.topLogo2.gradientColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(109)))), ((int)(((byte)(158)))));
     this.topLogo2.gradientColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(179)))), ((int)(((byte)(228)))));
     this.topLogo2.Location       = new System.Drawing.Point(0, 0);
     this.topLogo2.Name           = "topLogo2";
     this.topLogo2.Size           = new System.Drawing.Size(613, 55);
     this.topLogo2.TabIndex       = 40;
     this.topLogo2.TabStop        = false;
     this.topLogo2.Text           = "topLogo2";
     //
     // txtLoginName
     //
     this.txtLoginName.ForeColor       = System.Drawing.Color.LightGray;
     this.txtLoginName.IsShowWaterText = true;
     this.txtLoginName.Location        = new System.Drawing.Point(277, 168);
     this.txtLoginName.MarkText        = "用户名";
     this.txtLoginName.Name            = "txtLoginName";
     this.txtLoginName.ParentControl   = null;
     this.txtLoginName.Size            = new System.Drawing.Size(160, 25);
     this.txtLoginName.StartSearch     = false;
     this.txtLoginName.TabIndex        = 39;
     this.txtLoginName.Text            = "用户名";
     //
     // roundedButton2
     //
     this.roundedButton2.BackColor   = System.Drawing.Color.CornflowerBlue;
     this.roundedButton2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.roundedButton2.FlatAppearance.BorderSize = 0;
     this.roundedButton2.ForeColor            = System.Drawing.SystemColors.ControlLightLight;
     this.roundedButton2.Location             = new System.Drawing.Point(329, 326);
     this.roundedButton2.MouseDownBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.roundedButton2.MouseOverBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(165)))), ((int)(((byte)(0)))));
     this.roundedButton2.Name     = "roundedButton2";
     this.roundedButton2.Size     = new System.Drawing.Size(103, 35);
     this.roundedButton2.TabIndex = 38;
     this.roundedButton2.Text     = "退 出";
     this.roundedButton2.UseVisualStyleBackColor = false;
     this.roundedButton2.Click += new System.EventHandler(this.roundedButton2_Click);
     //
     // roundedButton1
     //
     this.roundedButton1.BackColor   = System.Drawing.Color.CornflowerBlue;
     this.roundedButton1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.roundedButton1.FlatAppearance.BorderSize = 0;
     this.roundedButton1.ForeColor            = System.Drawing.SystemColors.ControlLightLight;
     this.roundedButton1.Location             = new System.Drawing.Point(166, 326);
     this.roundedButton1.MouseDownBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.roundedButton1.MouseOverBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(165)))), ((int)(((byte)(0)))));
     this.roundedButton1.Name     = "roundedButton1";
     this.roundedButton1.Size     = new System.Drawing.Size(103, 35);
     this.roundedButton1.TabIndex = 10;
     this.roundedButton1.Text     = "登  录";
     this.roundedButton1.UseVisualStyleBackColor = false;
     this.roundedButton1.Click += new System.EventHandler(this.roundedButton1_Click);
     //
     // frmLogin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 17F);
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.ClientSize          = new System.Drawing.Size(613, 432);
     this.Controls.Add(this.topLogo2);
     this.Controls.Add(this.txtLoginName);
     this.Controls.Add(this.roundedButton2);
     this.Controls.Add(this.textBoxPwd);
     this.Controls.Add(this.panelHeadImage);
     this.Controls.Add(this.buttonId);
     this.Controls.Add(this.roundedButton1);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.btnSetDB);
     this.Font        = new System.Drawing.Font("Verdana", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "frmLogin";
     this.Text        = "用户登录";
     this.Load       += new System.EventHandler(this.loginForm_Load);
     this.Controls.SetChildIndex(this.btnSetDB, 0);
     this.Controls.SetChildIndex(this.Label2, 0);
     this.Controls.SetChildIndex(this.Label1, 0);
     this.Controls.SetChildIndex(this.roundedButton1, 0);
     this.Controls.SetChildIndex(this.buttonId, 0);
     this.Controls.SetChildIndex(this.panelHeadImage, 0);
     this.Controls.SetChildIndex(this.textBoxPwd, 0);
     this.Controls.SetChildIndex(this.roundedButton2, 0);
     this.Controls.SetChildIndex(this.txtLoginName, 0);
     this.Controls.SetChildIndex(this.topLogo2, 0);
     this.textBoxPwd.ResumeLayout(false);
     this.textBoxPwd.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(FrSettings));

            this.chkEnableBackground = new CheckBox();
            this.tabProgram          = new TabPage();
            this.gbxUpdates          = new GroupBox();
            this.imgUpdates          = new PictureBox();
            this.chkBetaReleases     = new CheckBox();
            this.chkProgramUpdates   = new CheckBox();
            this.panLanguage         = new Panel();
            this.tlpLanguage         = new TableLayoutPanel();
            this.cbxLanguage         = new ComboBox();
            this.lblLanguage         = new Label();
            this.gbxTrayIcon         = new GroupBox();
            this.imgTrayIcon         = new PictureBox();
            this.chkStartMinimized   = new CheckBox();
            this.chkTrayIconEnabled  = new CheckBox();
            this.gbxBackground       = new GroupBox();
            this.imgBackground       = new PictureBox();
            this.tabControl          = new TabControl();
            this.tabElsword          = new TabPage();
            this.gbxSecurity         = new GroupBox();
            this.lblBlockLogs        = new Label();
            this.chkBlockLogs        = new CheckBox();
            this.imgSecurity         = new PictureBox();
            this.gbxLaunchOptions    = new GroupBox();
            this.tbxX2Args           = new WaterMarkTextBox();
            this.chkSkipLauncher     = new CheckBox();
            this.lblWebLogin         = new Label();
            this.chkWebLogin         = new CheckBox();
            this.imgLaunchOptions    = new PictureBox();
            this.gbxPaths            = new GroupBox();
            this.imgPaths            = new PictureBox();
            this.btnElswordDir       = new Button();
            this.tbxElswordDir       = new WaterMarkTextBox();
            this.toolTip             = new ToolTip(this.components);
            this.menuInferior        = new MenuInferior();
            this.tabProgram.SuspendLayout();
            this.gbxUpdates.SuspendLayout();
            ((ISupportInitialize)this.imgUpdates).BeginInit();
            this.panLanguage.SuspendLayout();
            this.tlpLanguage.SuspendLayout();
            this.gbxTrayIcon.SuspendLayout();
            ((ISupportInitialize)this.imgTrayIcon).BeginInit();
            this.gbxBackground.SuspendLayout();
            ((ISupportInitialize)this.imgBackground).BeginInit();
            this.tabControl.SuspendLayout();
            this.tabElsword.SuspendLayout();
            this.gbxSecurity.SuspendLayout();
            ((ISupportInitialize)this.imgSecurity).BeginInit();
            this.gbxLaunchOptions.SuspendLayout();
            ((ISupportInitialize)this.imgLaunchOptions).BeginInit();
            this.gbxPaths.SuspendLayout();
            ((ISupportInitialize)this.imgPaths).BeginInit();
            base.SuspendLayout();
            componentResourceManager.ApplyResources(this.chkEnableBackground, "chkEnableBackground");
            this.chkEnableBackground.Name = "chkEnableBackground";
            this.toolTip.SetToolTip(this.chkEnableBackground, componentResourceManager.GetString("chkEnableBackground.ToolTip"));
            this.chkEnableBackground.UseVisualStyleBackColor = true;
            componentResourceManager.ApplyResources(this.tabProgram, "tabProgram");
            this.tabProgram.Controls.Add(this.gbxUpdates);
            this.tabProgram.Controls.Add(this.panLanguage);
            this.tabProgram.Controls.Add(this.gbxTrayIcon);
            this.tabProgram.Controls.Add(this.gbxBackground);
            this.tabProgram.Name = "tabProgram";
            this.toolTip.SetToolTip(this.tabProgram, componentResourceManager.GetString("tabProgram.ToolTip"));
            this.tabProgram.UseVisualStyleBackColor = true;
            componentResourceManager.ApplyResources(this.gbxUpdates, "gbxUpdates");
            this.gbxUpdates.Controls.Add(this.imgUpdates);
            this.gbxUpdates.Controls.Add(this.chkBetaReleases);
            this.gbxUpdates.Controls.Add(this.chkProgramUpdates);
            this.gbxUpdates.Name    = "gbxUpdates";
            this.gbxUpdates.TabStop = false;
            this.toolTip.SetToolTip(this.gbxUpdates, componentResourceManager.GetString("gbxUpdates.ToolTip"));
            componentResourceManager.ApplyResources(this.imgUpdates, "imgUpdates");
            this.imgUpdates.Image   = Images32px.Update;
            this.imgUpdates.Name    = "imgUpdates";
            this.imgUpdates.TabStop = false;
            this.toolTip.SetToolTip(this.imgUpdates, componentResourceManager.GetString("imgUpdates.ToolTip"));
            componentResourceManager.ApplyResources(this.chkBetaReleases, "chkBetaReleases");
            this.chkBetaReleases.Name = "chkBetaReleases";
            this.toolTip.SetToolTip(this.chkBetaReleases, componentResourceManager.GetString("chkBetaReleases.ToolTip"));
            this.chkBetaReleases.UseVisualStyleBackColor = true;
            componentResourceManager.ApplyResources(this.chkProgramUpdates, "chkProgramUpdates");
            this.chkProgramUpdates.Name = "chkProgramUpdates";
            this.toolTip.SetToolTip(this.chkProgramUpdates, componentResourceManager.GetString("chkProgramUpdates.ToolTip"));
            this.chkProgramUpdates.UseVisualStyleBackColor = true;
            this.chkProgramUpdates.CheckedChanged         += new EventHandler(this.chkProgramUpdates_CheckedChanged);
            componentResourceManager.ApplyResources(this.panLanguage, "panLanguage");
            this.panLanguage.Controls.Add(this.tlpLanguage);
            this.panLanguage.Name = "panLanguage";
            this.toolTip.SetToolTip(this.panLanguage, componentResourceManager.GetString("panLanguage.ToolTip"));
            componentResourceManager.ApplyResources(this.tlpLanguage, "tlpLanguage");
            this.tlpLanguage.Controls.Add(this.cbxLanguage, 1, 0);
            this.tlpLanguage.Controls.Add(this.lblLanguage, 0, 0);
            this.tlpLanguage.Name = "tlpLanguage";
            this.toolTip.SetToolTip(this.tlpLanguage, componentResourceManager.GetString("tlpLanguage.ToolTip"));
            componentResourceManager.ApplyResources(this.cbxLanguage, "cbxLanguage");
            this.cbxLanguage.DropDownStyle     = ComboBoxStyle.DropDownList;
            this.cbxLanguage.FormattingEnabled = true;
            this.cbxLanguage.Name = "cbxLanguage";
            this.toolTip.SetToolTip(this.cbxLanguage, componentResourceManager.GetString("cbxLanguage.ToolTip"));
            this.cbxLanguage.SelectedIndexChanged += new EventHandler(this.cbxLanguage_SelectedIndexChanged);
            componentResourceManager.ApplyResources(this.lblLanguage, "lblLanguage");
            this.lblLanguage.Name = "lblLanguage";
            this.toolTip.SetToolTip(this.lblLanguage, componentResourceManager.GetString("lblLanguage.ToolTip"));
            componentResourceManager.ApplyResources(this.gbxTrayIcon, "gbxTrayIcon");
            this.gbxTrayIcon.Controls.Add(this.imgTrayIcon);
            this.gbxTrayIcon.Controls.Add(this.chkStartMinimized);
            this.gbxTrayIcon.Controls.Add(this.chkTrayIconEnabled);
            this.gbxTrayIcon.Name    = "gbxTrayIcon";
            this.gbxTrayIcon.TabStop = false;
            this.toolTip.SetToolTip(this.gbxTrayIcon, componentResourceManager.GetString("gbxTrayIcon.ToolTip"));
            componentResourceManager.ApplyResources(this.imgTrayIcon, "imgTrayIcon");
            this.imgTrayIcon.Image   = Images32px.Tray;
            this.imgTrayIcon.Name    = "imgTrayIcon";
            this.imgTrayIcon.TabStop = false;
            this.toolTip.SetToolTip(this.imgTrayIcon, componentResourceManager.GetString("imgTrayIcon.ToolTip"));
            componentResourceManager.ApplyResources(this.chkStartMinimized, "chkStartMinimized");
            this.chkStartMinimized.Name = "chkStartMinimized";
            this.toolTip.SetToolTip(this.chkStartMinimized, componentResourceManager.GetString("chkStartMinimized.ToolTip"));
            this.chkStartMinimized.UseVisualStyleBackColor = true;
            componentResourceManager.ApplyResources(this.chkTrayIconEnabled, "chkTrayIconEnabled");
            this.chkTrayIconEnabled.Name = "chkTrayIconEnabled";
            this.toolTip.SetToolTip(this.chkTrayIconEnabled, componentResourceManager.GetString("chkTrayIconEnabled.ToolTip"));
            this.chkTrayIconEnabled.UseVisualStyleBackColor = true;
            this.chkTrayIconEnabled.CheckedChanged         += new EventHandler(this.chkTrayIconEnabled_CheckedChanged);
            componentResourceManager.ApplyResources(this.gbxBackground, "gbxBackground");
            this.gbxBackground.Controls.Add(this.imgBackground);
            this.gbxBackground.Controls.Add(this.chkEnableBackground);
            this.gbxBackground.Name    = "gbxBackground";
            this.gbxBackground.TabStop = false;
            this.toolTip.SetToolTip(this.gbxBackground, componentResourceManager.GetString("gbxBackground.ToolTip"));
            componentResourceManager.ApplyResources(this.imgBackground, "imgBackground");
            this.imgBackground.Image   = Images32px.Background;
            this.imgBackground.Name    = "imgBackground";
            this.imgBackground.TabStop = false;
            this.toolTip.SetToolTip(this.imgBackground, componentResourceManager.GetString("imgBackground.ToolTip"));
            componentResourceManager.ApplyResources(this.tabControl, "tabControl");
            this.tabControl.Controls.Add(this.tabElsword);
            this.tabControl.Controls.Add(this.tabProgram);
            this.tabControl.Name          = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.toolTip.SetToolTip(this.tabControl, componentResourceManager.GetString("tabControl.ToolTip"));
            componentResourceManager.ApplyResources(this.tabElsword, "tabElsword");
            this.tabElsword.Controls.Add(this.gbxSecurity);
            this.tabElsword.Controls.Add(this.gbxLaunchOptions);
            this.tabElsword.Controls.Add(this.gbxPaths);
            this.tabElsword.Name = "tabElsword";
            this.toolTip.SetToolTip(this.tabElsword, componentResourceManager.GetString("tabElsword.ToolTip"));
            this.tabElsword.UseVisualStyleBackColor = true;
            componentResourceManager.ApplyResources(this.gbxSecurity, "gbxSecurity");
            this.gbxSecurity.Controls.Add(this.lblBlockLogs);
            this.gbxSecurity.Controls.Add(this.chkBlockLogs);
            this.gbxSecurity.Controls.Add(this.imgSecurity);
            this.gbxSecurity.Name    = "gbxSecurity";
            this.gbxSecurity.TabStop = false;
            this.toolTip.SetToolTip(this.gbxSecurity, componentResourceManager.GetString("gbxSecurity.ToolTip"));
            componentResourceManager.ApplyResources(this.lblBlockLogs, "lblBlockLogs");
            this.lblBlockLogs.Name = "lblBlockLogs";
            this.toolTip.SetToolTip(this.lblBlockLogs, componentResourceManager.GetString("lblBlockLogs.ToolTip"));
            componentResourceManager.ApplyResources(this.chkBlockLogs, "chkBlockLogs");
            this.chkBlockLogs.BackColor = Color.Transparent;
            this.chkBlockLogs.Name      = "chkBlockLogs";
            this.toolTip.SetToolTip(this.chkBlockLogs, componentResourceManager.GetString("chkBlockLogs.ToolTip"));
            this.chkBlockLogs.UseVisualStyleBackColor = false;
            componentResourceManager.ApplyResources(this.imgSecurity, "imgSecurity");
            this.imgSecurity.Image   = Images32px.Security;
            this.imgSecurity.Name    = "imgSecurity";
            this.imgSecurity.TabStop = false;
            this.toolTip.SetToolTip(this.imgSecurity, componentResourceManager.GetString("imgSecurity.ToolTip"));
            componentResourceManager.ApplyResources(this.gbxLaunchOptions, "gbxLaunchOptions");
            this.gbxLaunchOptions.Controls.Add(this.tbxX2Args);
            this.gbxLaunchOptions.Controls.Add(this.chkSkipLauncher);
            this.gbxLaunchOptions.Controls.Add(this.lblWebLogin);
            this.gbxLaunchOptions.Controls.Add(this.chkWebLogin);
            this.gbxLaunchOptions.Controls.Add(this.imgLaunchOptions);
            this.gbxLaunchOptions.Name    = "gbxLaunchOptions";
            this.gbxLaunchOptions.TabStop = false;
            this.toolTip.SetToolTip(this.gbxLaunchOptions, componentResourceManager.GetString("gbxLaunchOptions.ToolTip"));
            componentResourceManager.ApplyResources(this.tbxX2Args, "tbxX2Args");
            this.tbxX2Args.Name = "tbxX2Args";
            this.toolTip.SetToolTip(this.tbxX2Args, componentResourceManager.GetString("tbxX2Args.ToolTip"));
            this.tbxX2Args.WaterMarkColor = Color.Gray;
            componentResourceManager.ApplyResources(this.chkSkipLauncher, "chkSkipLauncher");
            this.chkSkipLauncher.Name = "chkSkipLauncher";
            this.toolTip.SetToolTip(this.chkSkipLauncher, componentResourceManager.GetString("chkSkipLauncher.ToolTip"));
            this.chkSkipLauncher.UseVisualStyleBackColor = true;
            this.chkSkipLauncher.CheckedChanged         += new EventHandler(this.chkSkipLauncher_CheckedChanged);
            componentResourceManager.ApplyResources(this.lblWebLogin, "lblWebLogin");
            this.lblWebLogin.Name = "lblWebLogin";
            this.toolTip.SetToolTip(this.lblWebLogin, componentResourceManager.GetString("lblWebLogin.ToolTip"));
            componentResourceManager.ApplyResources(this.chkWebLogin, "chkWebLogin");
            this.chkWebLogin.BackColor = Color.Transparent;
            this.chkWebLogin.Name      = "chkWebLogin";
            this.toolTip.SetToolTip(this.chkWebLogin, componentResourceManager.GetString("chkWebLogin.ToolTip"));
            this.chkWebLogin.UseVisualStyleBackColor = false;
            this.chkWebLogin.CheckedChanged         += new EventHandler(this.chkWebLogin_CheckedChanged);
            componentResourceManager.ApplyResources(this.imgLaunchOptions, "imgLaunchOptions");
            this.imgLaunchOptions.Image   = Images32px.Cmd;
            this.imgLaunchOptions.Name    = "imgLaunchOptions";
            this.imgLaunchOptions.TabStop = false;
            this.toolTip.SetToolTip(this.imgLaunchOptions, componentResourceManager.GetString("imgLaunchOptions.ToolTip"));
            componentResourceManager.ApplyResources(this.gbxPaths, "gbxPaths");
            this.gbxPaths.Controls.Add(this.imgPaths);
            this.gbxPaths.Controls.Add(this.btnElswordDir);
            this.gbxPaths.Controls.Add(this.tbxElswordDir);
            this.gbxPaths.Name    = "gbxPaths";
            this.gbxPaths.TabStop = false;
            this.toolTip.SetToolTip(this.gbxPaths, componentResourceManager.GetString("gbxPaths.ToolTip"));
            componentResourceManager.ApplyResources(this.imgPaths, "imgPaths");
            this.imgPaths.Image   = Images32px.Elsword;
            this.imgPaths.Name    = "imgPaths";
            this.imgPaths.TabStop = false;
            this.toolTip.SetToolTip(this.imgPaths, componentResourceManager.GetString("imgPaths.ToolTip"));
            componentResourceManager.ApplyResources(this.btnElswordDir, "btnElswordDir");
            this.btnElswordDir.Image = Images16px.Search;
            this.btnElswordDir.Name  = "btnElswordDir";
            this.toolTip.SetToolTip(this.btnElswordDir, componentResourceManager.GetString("btnElswordDir.ToolTip"));
            this.btnElswordDir.UseVisualStyleBackColor = true;
            this.btnElswordDir.Click += new EventHandler(this.btn_ElswordDir_Click);
            componentResourceManager.ApplyResources(this.tbxElswordDir, "tbxElswordDir");
            this.tbxElswordDir.Name = "tbxElswordDir";
            this.toolTip.SetToolTip(this.tbxElswordDir, componentResourceManager.GetString("tbxElswordDir.ToolTip"));
            this.tbxElswordDir.WaterMarkColor = Color.Gray;
            componentResourceManager.ApplyResources(this.menuInferior, "menuInferior");
            this.menuInferior.Name = "menuInferior";
            this.toolTip.SetToolTip(this.menuInferior, componentResourceManager.GetString("menuInferior.ToolTip"));
            this.menuInferior.ButtonOkClick     += new EventHandler(this.btn_OK_Click);
            this.menuInferior.ButtonCancelClick += new EventHandler(this.btn_Cancel_Click);
            this.menuInferior.ButtonApplyClick  += new EventHandler(this.btn_Apply_Click);
            componentResourceManager.ApplyResources(this, "$this");
            base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            base.Controls.Add(this.menuInferior);
            base.Controls.Add(this.tabControl);
            this.DoubleBuffered  = true;
            base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            base.KeyPreview      = true;
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "FrSettings";
            base.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
            this.toolTip.SetToolTip(this, componentResourceManager.GetString("$this.ToolTip"));
            base.Activated      += new EventHandler(this.SettingsForm_Activated);
            base.Load           += new EventHandler(this.SettingsForm_Load);
            base.VisibleChanged += new EventHandler(this.SettingsForm_VisibleChanged);
            base.KeyDown        += new KeyEventHandler(this.SettingsForm_KeyDown);
            this.tabProgram.ResumeLayout(false);
            this.gbxUpdates.ResumeLayout(false);
            this.gbxUpdates.PerformLayout();
            ((ISupportInitialize)this.imgUpdates).EndInit();
            this.panLanguage.ResumeLayout(false);
            this.panLanguage.PerformLayout();
            this.tlpLanguage.ResumeLayout(false);
            this.tlpLanguage.PerformLayout();
            this.gbxTrayIcon.ResumeLayout(false);
            this.gbxTrayIcon.PerformLayout();
            ((ISupportInitialize)this.imgTrayIcon).EndInit();
            this.gbxBackground.ResumeLayout(false);
            this.gbxBackground.PerformLayout();
            ((ISupportInitialize)this.imgBackground).EndInit();
            this.tabControl.ResumeLayout(false);
            this.tabElsword.ResumeLayout(false);
            this.gbxSecurity.ResumeLayout(false);
            this.gbxSecurity.PerformLayout();
            ((ISupportInitialize)this.imgSecurity).EndInit();
            this.gbxLaunchOptions.ResumeLayout(false);
            this.gbxLaunchOptions.PerformLayout();
            ((ISupportInitialize)this.imgLaunchOptions).EndInit();
            this.gbxPaths.ResumeLayout(false);
            this.gbxPaths.PerformLayout();
            ((ISupportInitialize)this.imgPaths).EndInit();
            base.ResumeLayout(false);
        }