TPConfAddin.TPConfSettingsForm.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TPConfSettingsForm));
            this.tabControlTPConfSettings = new System.Windows.Forms.TabControl();
            this.tabAccount = new System.Windows.Forms.TabPage();
            this.pbAccount = new System.Windows.Forms.PictureBox();
            this.pbPWD = new System.Windows.Forms.PictureBox();
            this.tbPassword = new System.Windows.Forms.TextBox();
            this.tbUserName = new System.Windows.Forms.TextBox();
            this.labelPassword = new System.Windows.Forms.Label();
            this.labelUserName = new System.Windows.Forms.Label();
            this.tabConfInfo = new System.Windows.Forms.TabPage();
            this.cbLanguage = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.cbShowCPReource = new System.Windows.Forms.CheckBox();
            this.cbShowTips = new System.Windows.Forms.CheckBox();
            this.checkBoxAutoUpdate = new System.Windows.Forms.CheckBox();
            this.checkBoxLyncCTC = new System.Windows.Forms.CheckBox();
            this.btnOK = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.tabControlTPConfSettings.SuspendLayout();
            this.tabAccount.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbAccount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbPWD)).BeginInit();
            this.tabConfInfo.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControlTPConfSettings
            // 
            this.tabControlTPConfSettings.Controls.Add(this.tabAccount);
            this.tabControlTPConfSettings.Controls.Add(this.tabConfInfo);
            resources.ApplyResources(this.tabControlTPConfSettings, "tabControlTPConfSettings");
            this.tabControlTPConfSettings.Name = "tabControlTPConfSettings";
            this.tabControlTPConfSettings.SelectedIndex = 0;
            // 
            // tabAccount
            // 
            this.tabAccount.Controls.Add(this.pbAccount);
            this.tabAccount.Controls.Add(this.pbPWD);
            this.tabAccount.Controls.Add(this.tbPassword);
            this.tabAccount.Controls.Add(this.tbUserName);
            this.tabAccount.Controls.Add(this.labelPassword);
            this.tabAccount.Controls.Add(this.labelUserName);
            resources.ApplyResources(this.tabAccount, "tabAccount");
            this.tabAccount.Name = "tabAccount";
            this.tabAccount.UseVisualStyleBackColor = true;
            this.tabAccount.Click += new System.EventHandler(this.tabAccount_Click);
            // 
            // pbAccount
            // 
            this.pbAccount.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.pbAccount, "pbAccount");
            this.pbAccount.Image = global::TPConfAddin.Properties.Resources.QuestionMark;
            this.pbAccount.Name = "pbAccount";
            this.pbAccount.TabStop = false;
            // 
            // pbPWD
            // 
            this.pbPWD.BackColor = System.Drawing.Color.Transparent;
            resources.ApplyResources(this.pbPWD, "pbPWD");
            this.pbPWD.Name = "pbPWD";
            this.pbPWD.TabStop = false;
            // 
            // tbPassword
            // 
            resources.ApplyResources(this.tbPassword, "tbPassword");
            this.tbPassword.Name = "tbPassword";
            this.tbPassword.UseSystemPasswordChar = true;
            // 
            // tbUserName
            // 
            resources.ApplyResources(this.tbUserName, "tbUserName");
            this.tbUserName.Name = "tbUserName";
            // 
            // labelPassword
            // 
            resources.ApplyResources(this.labelPassword, "labelPassword");
            this.labelPassword.Name = "labelPassword";
            // 
            // labelUserName
            // 
            this.labelUserName.AutoEllipsis = true;
            resources.ApplyResources(this.labelUserName, "labelUserName");
            this.labelUserName.Name = "labelUserName";
            // 
            // tabConfInfo
            // 
            this.tabConfInfo.Controls.Add(this.cbLanguage);
            this.tabConfInfo.Controls.Add(this.label1);
            this.tabConfInfo.Controls.Add(this.cbShowCPReource);
            this.tabConfInfo.Controls.Add(this.cbShowTips);
            this.tabConfInfo.Controls.Add(this.checkBoxAutoUpdate);
            this.tabConfInfo.Controls.Add(this.checkBoxLyncCTC);
            resources.ApplyResources(this.tabConfInfo, "tabConfInfo");
            this.tabConfInfo.Name = "tabConfInfo";
            this.tabConfInfo.UseVisualStyleBackColor = true;
            // 
            // cbLanguage
            // 
            this.cbLanguage.FormattingEnabled = true;
            resources.ApplyResources(this.cbLanguage, "cbLanguage");
            this.cbLanguage.Name = "cbLanguage";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // cbShowCPReource
            // 
            resources.ApplyResources(this.cbShowCPReource, "cbShowCPReource");
            this.cbShowCPReource.Name = "cbShowCPReource";
            this.cbShowCPReource.UseVisualStyleBackColor = true;
            // 
            // cbShowTips
            // 
            resources.ApplyResources(this.cbShowTips, "cbShowTips");
            this.cbShowTips.Name = "cbShowTips";
            this.cbShowTips.UseVisualStyleBackColor = true;
            // 
            // checkBoxAutoUpdate
            // 
            resources.ApplyResources(this.checkBoxAutoUpdate, "checkBoxAutoUpdate");
            this.checkBoxAutoUpdate.Name = "checkBoxAutoUpdate";
            this.checkBoxAutoUpdate.UseVisualStyleBackColor = true;
            // 
            // checkBoxLyncCTC
            // 
            resources.ApplyResources(this.checkBoxLyncCTC, "checkBoxLyncCTC");
            this.checkBoxLyncCTC.Name = "checkBoxLyncCTC";
            this.checkBoxLyncCTC.UseVisualStyleBackColor = true;
            // 
            // btnOK
            // 
            resources.ApplyResources(this.btnOK, "btnOK");
            this.btnOK.Name = "btnOK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.btnCancel, "btnCancel");
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // TPConfSettingsForm
            // 
            this.AcceptButton = this.btnOK;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.tabControlTPConfSettings);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TPConfSettingsForm";
            this.Load += new System.EventHandler(this.TPConfSettingsForm_Load);
            this.tabControlTPConfSettings.ResumeLayout(false);
            this.tabAccount.ResumeLayout(false);
            this.tabAccount.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbAccount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pbPWD)).EndInit();
            this.tabConfInfo.ResumeLayout(false);
            this.tabConfInfo.PerformLayout();
            this.ResumeLayout(false);

        }