Beyond_Beyaan.Configuration.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Configuration));
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this._datasetComboBox = new System.Windows.Forms.ComboBox();
			this.label1 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this._fullCB = new System.Windows.Forms.CheckBox();
			this._resolutionComboBox = new System.Windows.Forms.ComboBox();
			this.label2 = new System.Windows.Forms.Label();
			this._launchButton = new System.Windows.Forms.Button();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this._showTutorialCB = new System.Windows.Forms.CheckBox();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this._datasetComboBox);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Location = new System.Drawing.Point(13, 13);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(259, 51);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Data";
			// 
			// _datasetComboBox
			// 
			this._datasetComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this._datasetComboBox.FormattingEnabled = true;
			this._datasetComboBox.Location = new System.Drawing.Point(93, 17);
			this._datasetComboBox.Name = "_datasetComboBox";
			this._datasetComboBox.Size = new System.Drawing.Size(160, 21);
			this._datasetComboBox.TabIndex = 1;
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(7, 20);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(79, 13);
			this.label1.TabIndex = 0;
			this.label1.Text = "Dataset to use:";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this._fullCB);
			this.groupBox2.Controls.Add(this._resolutionComboBox);
			this.groupBox2.Controls.Add(this.label2);
			this.groupBox2.Location = new System.Drawing.Point(13, 71);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(259, 72);
			this.groupBox2.TabIndex = 1;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Screen";
			// 
			// _fullCB
			// 
			this._fullCB.AutoSize = true;
			this._fullCB.Location = new System.Drawing.Point(93, 45);
			this._fullCB.Name = "_fullCB";
			this._fullCB.Size = new System.Drawing.Size(74, 17);
			this._fullCB.TabIndex = 2;
			this._fullCB.Text = "Fullscreen";
			this._fullCB.UseVisualStyleBackColor = true;
			// 
			// _resolutionComboBox
			// 
			this._resolutionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this._resolutionComboBox.FormattingEnabled = true;
			this._resolutionComboBox.Location = new System.Drawing.Point(93, 17);
			this._resolutionComboBox.Name = "_resolutionComboBox";
			this._resolutionComboBox.Size = new System.Drawing.Size(160, 21);
			this._resolutionComboBox.TabIndex = 1;
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(10, 20);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(60, 13);
			this.label2.TabIndex = 0;
			this.label2.Text = "Resolution:";
			// 
			// _launchButton
			// 
			this._launchButton.Location = new System.Drawing.Point(197, 211);
			this._launchButton.Name = "_launchButton";
			this._launchButton.Size = new System.Drawing.Size(75, 23);
			this._launchButton.TabIndex = 2;
			this._launchButton.Text = "Launch";
			this._launchButton.UseVisualStyleBackColor = true;
			this._launchButton.Click += new System.EventHandler(this._launchButton_Click);
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this._showTutorialCB);
			this.groupBox3.Location = new System.Drawing.Point(13, 150);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(259, 49);
			this.groupBox3.TabIndex = 3;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Game";
			// 
			// _showTutorialCB
			// 
			this._showTutorialCB.AutoSize = true;
			this._showTutorialCB.Location = new System.Drawing.Point(13, 19);
			this._showTutorialCB.Name = "_showTutorialCB";
			this._showTutorialCB.Size = new System.Drawing.Size(91, 17);
			this._showTutorialCB.TabIndex = 0;
			this._showTutorialCB.Text = "Show Tutorial";
			this._showTutorialCB.UseVisualStyleBackColor = true;
			// 
			// Configuration
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(284, 246);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this._launchButton);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "Configuration";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Beyond Beyaan Launcher";
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.groupBox3.ResumeLayout(false);
			this.groupBox3.PerformLayout();
			this.ResumeLayout(false);

		}