FECipherVit.SetConfig.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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetConfig));
            this.button_Confirm = new System.Windows.Forms.Button();
            this.button_Cancel = new System.Windows.Forms.Button();
            this.button_Reset = new System.Windows.Forms.Button();
            this.checkBox_UseFirstCardAsHero = new System.Windows.Forms.CheckBox();
            this.checkBox_SendSkillDetail = new System.Windows.Forms.CheckBox();
            this.checkBox_CardInfoBrief = new System.Windows.Forms.CheckBox();
            this.checkBox_UseNewShuffle = new System.Windows.Forms.CheckBox();
            this.comboBox_Desktop = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.checkBox_RememberIP = new System.Windows.Forms.CheckBox();
            this.label2 = new System.Windows.Forms.Label();
            this.comboBox_WindowSize = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.comboBox_Language = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // button_Confirm
            // 
            resources.ApplyResources(this.button_Confirm, "button_Confirm");
            this.button_Confirm.Name = "button_Confirm";
            this.button_Confirm.UseVisualStyleBackColor = true;
            this.button_Confirm.Click += new System.EventHandler(this.button_Confirm_Click);
            // 
            // button_Cancel
            // 
            resources.ApplyResources(this.button_Cancel, "button_Cancel");
            this.button_Cancel.Name = "button_Cancel";
            this.button_Cancel.UseVisualStyleBackColor = true;
            this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
            // 
            // button_Reset
            // 
            resources.ApplyResources(this.button_Reset, "button_Reset");
            this.button_Reset.Name = "button_Reset";
            this.button_Reset.UseVisualStyleBackColor = true;
            this.button_Reset.Click += new System.EventHandler(this.button_Reset_Click);
            // 
            // checkBox_UseFirstCardAsHero
            // 
            resources.ApplyResources(this.checkBox_UseFirstCardAsHero, "checkBox_UseFirstCardAsHero");
            this.checkBox_UseFirstCardAsHero.Name = "checkBox_UseFirstCardAsHero";
            this.checkBox_UseFirstCardAsHero.UseVisualStyleBackColor = true;
            // 
            // checkBox_SendSkillDetail
            // 
            resources.ApplyResources(this.checkBox_SendSkillDetail, "checkBox_SendSkillDetail");
            this.checkBox_SendSkillDetail.Name = "checkBox_SendSkillDetail";
            this.checkBox_SendSkillDetail.UseVisualStyleBackColor = true;
            // 
            // checkBox_CardInfoBrief
            // 
            resources.ApplyResources(this.checkBox_CardInfoBrief, "checkBox_CardInfoBrief");
            this.checkBox_CardInfoBrief.Name = "checkBox_CardInfoBrief";
            this.checkBox_CardInfoBrief.UseVisualStyleBackColor = true;
            // 
            // checkBox_UseNewShuffle
            // 
            resources.ApplyResources(this.checkBox_UseNewShuffle, "checkBox_UseNewShuffle");
            this.checkBox_UseNewShuffle.Name = "checkBox_UseNewShuffle";
            this.checkBox_UseNewShuffle.UseVisualStyleBackColor = true;
            // 
            // comboBox_Desktop
            // 
            resources.ApplyResources(this.comboBox_Desktop, "comboBox_Desktop");
            this.comboBox_Desktop.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_Desktop.FormattingEnabled = true;
            this.comboBox_Desktop.Name = "comboBox_Desktop";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // checkBox_RememberIP
            // 
            resources.ApplyResources(this.checkBox_RememberIP, "checkBox_RememberIP");
            this.checkBox_RememberIP.Name = "checkBox_RememberIP";
            this.checkBox_RememberIP.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // comboBox_WindowSize
            // 
            resources.ApplyResources(this.comboBox_WindowSize, "comboBox_WindowSize");
            this.comboBox_WindowSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_WindowSize.FormattingEnabled = true;
            this.comboBox_WindowSize.Items.AddRange(new object[] {
            resources.GetString("comboBox_WindowSize.Items"),
            resources.GetString("comboBox_WindowSize.Items1"),
            resources.GetString("comboBox_WindowSize.Items2")});
            this.comboBox_WindowSize.Name = "comboBox_WindowSize";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // comboBox_Language
            // 
            resources.ApplyResources(this.comboBox_Language, "comboBox_Language");
            this.comboBox_Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox_Language.FormattingEnabled = true;
            this.comboBox_Language.Items.AddRange(new object[] {
            resources.GetString("comboBox_Language.Items"),
            resources.GetString("comboBox_Language.Items1")});
            this.comboBox_Language.Name = "comboBox_Language";
            // 
            // SetConfig
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.label3);
            this.Controls.Add(this.comboBox_Language);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.comboBox_WindowSize);
            this.Controls.Add(this.checkBox_RememberIP);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.comboBox_Desktop);
            this.Controls.Add(this.checkBox_UseNewShuffle);
            this.Controls.Add(this.checkBox_CardInfoBrief);
            this.Controls.Add(this.checkBox_SendSkillDetail);
            this.Controls.Add(this.checkBox_UseFirstCardAsHero);
            this.Controls.Add(this.button_Reset);
            this.Controls.Add(this.button_Cancel);
            this.Controls.Add(this.button_Confirm);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "SetConfig";
            this.Load += new System.EventHandler(this.SetConfig_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }