TSR_Loader/Transformers2_Configurator/WndMain.Designer.cs
2024-07-07 09:22:24 +02:00

698 lines
37 KiB
C#
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Transformers2_Configurator
{
partial class WndMain
{
/// <summary>
/// Variable nécessaire au concepteur.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Nettoyage des ressources utilisées.
/// </summary>
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Code généré par le Concepteur Windows Form
/// <summary>
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
/// le contenu de cette méthode avec l'éditeur de code.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WndMain));
this.Cbox_EntryType = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.Cbox_FreePlay = new System.Windows.Forms.ComboBox();
this.panel2 = new System.Windows.Forms.Panel();
this.Cbox_EnglishSubtitles = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.Cbox_FirstMn = new System.Windows.Forms.ComboBox();
this.label20 = new System.Windows.Forms.Label();
this.Cbox_EnnemyBoost = new System.Windows.Forms.ComboBox();
this.Cbox_Language = new System.Windows.Forms.ComboBox();
this.label19 = new System.Windows.Forms.Label();
this.Cbox_Swipe = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.Cbox_StageSelect = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.Cbox_KidsMode = new System.Windows.Forms.ComboBox();
this.Cbox_ContinueCountdown = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.Cbox_P2Recoil = new System.Windows.Forms.ComboBox();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.Cbox_P1Recoil = new System.Windows.Forms.ComboBox();
this.label14 = new System.Windows.Forms.Label();
this.Cbox_Advertise = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.Cbox_Difficulty = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.Cbox_Revival = new System.Windows.Forms.ComboBox();
this.panel1 = new System.Windows.Forms.Panel();
this.Btn_Close = new System.Windows.Forms.Button();
this.Btn_Save = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label24 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label16 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.Cbox_ScreenMode = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.Cbox_Resolution = new System.Windows.Forms.ComboBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// Cbox_EntryType
//
this.Cbox_EntryType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.Cbox_EntryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_EntryType.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_EntryType.FormattingEnabled = true;
this.Cbox_EntryType.Items.AddRange(new object[] {
"COIN",
"CARD",
"SWIPE"});
this.Cbox_EntryType.Location = new System.Drawing.Point(162, 62);
this.Cbox_EntryType.Name = "Cbox_EntryType";
this.Cbox_EntryType.Size = new System.Drawing.Size(86, 24);
this.Cbox_EntryType.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(6, 65);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(88, 16);
this.label2.TabIndex = 2;
this.label2.Text = "ENTRY TYPE";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(6, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(72, 16);
this.label1.TabIndex = 1;
this.label1.Text = "FREEPLAY";
//
// Cbox_FreePlay
//
this.Cbox_FreePlay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.Cbox_FreePlay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_FreePlay.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_FreePlay.FormattingEnabled = true;
this.Cbox_FreePlay.Items.AddRange(new object[] {
"OFF",
"ON"});
this.Cbox_FreePlay.Location = new System.Drawing.Point(162, 32);
this.Cbox_FreePlay.Name = "Cbox_FreePlay";
this.Cbox_FreePlay.Size = new System.Drawing.Size(86, 24);
this.Cbox_FreePlay.TabIndex = 0;
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel2.Location = new System.Drawing.Point(305, 21);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(4, 225);
this.panel2.TabIndex = 34;
//
// Cbox_EnglishSubtitles
//
this.Cbox_EnglishSubtitles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_EnglishSubtitles.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_EnglishSubtitles.FormattingEnabled = true;
this.Cbox_EnglishSubtitles.Items.AddRange(new object[] {
"OFF",
"ON"});
this.Cbox_EnglishSubtitles.Location = new System.Drawing.Point(507, 157);
this.Cbox_EnglishSubtitles.Name = "Cbox_EnglishSubtitles";
this.Cbox_EnglishSubtitles.Size = new System.Drawing.Size(60, 24);
this.Cbox_EnglishSubtitles.TabIndex = 33;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label15.Location = new System.Drawing.Point(341, 160);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(144, 16);
this.label15.TabIndex = 32;
this.label15.Text = "ENGLISH SUBTITLES";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label21.Location = new System.Drawing.Point(341, 65);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(160, 16);
this.label21.TabIndex = 31;
this.label21.Text = "1ST MINUTE GAMEPLAY";
//
// Cbox_FirstMn
//
this.Cbox_FirstMn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_FirstMn.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_FirstMn.FormattingEnabled = true;
this.Cbox_FirstMn.Items.AddRange(new object[] {
"OFF",
"90s",
"120s",
"180s"});
this.Cbox_FirstMn.Location = new System.Drawing.Point(507, 62);
this.Cbox_FirstMn.Name = "Cbox_FirstMn";
this.Cbox_FirstMn.Size = new System.Drawing.Size(60, 24);
this.Cbox_FirstMn.TabIndex = 30;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label20.Location = new System.Drawing.Point(341, 35);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(104, 16);
this.label20.TabIndex = 29;
this.label20.Text = "ENNEMY BOOST";
//
// Cbox_EnnemyBoost
//
this.Cbox_EnnemyBoost.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_EnnemyBoost.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_EnnemyBoost.FormattingEnabled = true;
this.Cbox_EnnemyBoost.Items.AddRange(new object[] {
"OFF",
"MID",
"HIGH"});
this.Cbox_EnnemyBoost.Location = new System.Drawing.Point(507, 32);
this.Cbox_EnnemyBoost.Name = "Cbox_EnnemyBoost";
this.Cbox_EnnemyBoost.Size = new System.Drawing.Size(60, 24);
this.Cbox_EnnemyBoost.TabIndex = 28;
//
// Cbox_Language
//
this.Cbox_Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_Language.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_Language.FormattingEnabled = true;
this.Cbox_Language.Items.AddRange(new object[] {
"ENGLISH",
"CHINESE",
"SPANISH",
"PORTUGUESE",
"ITALIAN",
"TURKISH",
"RUSSIAN"});
this.Cbox_Language.Location = new System.Drawing.Point(153, 32);
this.Cbox_Language.Name = "Cbox_Language";
this.Cbox_Language.Size = new System.Drawing.Size(121, 24);
this.Cbox_Language.TabIndex = 27;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label19.Location = new System.Drawing.Point(19, 35);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(72, 16);
this.label19.TabIndex = 26;
this.label19.Text = "LANGUAGE";
//
// Cbox_Swipe
//
this.Cbox_Swipe.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_Swipe.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_Swipe.FormattingEnabled = true;
this.Cbox_Swipe.Items.AddRange(new object[] {
"OFF",
"ON"});
this.Cbox_Swipe.Location = new System.Drawing.Point(507, 187);
this.Cbox_Swipe.Name = "Cbox_Swipe";
this.Cbox_Swipe.Size = new System.Drawing.Size(60, 24);
this.Cbox_Swipe.TabIndex = 25;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(341, 190);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(152, 16);
this.label10.TabIndex = 24;
this.label10.Text = "SWIPE CARD TO PLAY";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(341, 130);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(104, 16);
this.label5.TabIndex = 23;
this.label5.Text = "SELECT STAGE";
//
// Cbox_StageSelect
//
this.Cbox_StageSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_StageSelect.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_StageSelect.FormattingEnabled = true;
this.Cbox_StageSelect.Items.AddRange(new object[] {
"OFF",
"ON"});
this.Cbox_StageSelect.Location = new System.Drawing.Point(507, 127);
this.Cbox_StageSelect.Name = "Cbox_StageSelect";
this.Cbox_StageSelect.Size = new System.Drawing.Size(60, 24);
this.Cbox_StageSelect.TabIndex = 22;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(341, 97);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(80, 16);
this.label6.TabIndex = 8;
this.label6.Text = "KIDS MODE";
//
// Cbox_KidsMode
//
this.Cbox_KidsMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_KidsMode.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_KidsMode.FormattingEnabled = true;
this.Cbox_KidsMode.Items.AddRange(new object[] {
"OFF",
"ON"});
this.Cbox_KidsMode.Location = new System.Drawing.Point(507, 94);
this.Cbox_KidsMode.Name = "Cbox_KidsMode";
this.Cbox_KidsMode.Size = new System.Drawing.Size(60, 24);
this.Cbox_KidsMode.TabIndex = 7;
//
// Cbox_ContinueCountdown
//
this.Cbox_ContinueCountdown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_ContinueCountdown.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_ContinueCountdown.FormattingEnabled = true;
this.Cbox_ContinueCountdown.Items.AddRange(new object[] {
"10",
"20",
"30"});
this.Cbox_ContinueCountdown.Location = new System.Drawing.Point(214, 214);
this.Cbox_ContinueCountdown.Name = "Cbox_ContinueCountdown";
this.Cbox_ContinueCountdown.Size = new System.Drawing.Size(60, 24);
this.Cbox_ContinueCountdown.TabIndex = 18;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(19, 217);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(152, 16);
this.label7.TabIndex = 6;
this.label7.Text = "CONTINUE COUNTDOWN";
//
// Cbox_P2Recoil
//
this.Cbox_P2Recoil.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_P2Recoil.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_P2Recoil.FormattingEnabled = true;
this.Cbox_P2Recoil.Items.AddRange(new object[] {
"OFF",
"ON"});
this.Cbox_P2Recoil.Location = new System.Drawing.Point(214, 184);
this.Cbox_P2Recoil.Name = "Cbox_P2Recoil";
this.Cbox_P2Recoil.Size = new System.Drawing.Size(60, 24);
this.Cbox_P2Recoil.TabIndex = 16;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.Location = new System.Drawing.Point(19, 187);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(168, 16);
this.label12.TabIndex = 12;
this.label12.Text = "PLAYER2 GUN REACTION";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label13.Location = new System.Drawing.Point(19, 157);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(168, 16);
this.label13.TabIndex = 11;
this.label13.Text = "PLAYER1 GUN REACTION";
//
// Cbox_P1Recoil
//
this.Cbox_P1Recoil.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_P1Recoil.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_P1Recoil.FormattingEnabled = true;
this.Cbox_P1Recoil.Items.AddRange(new object[] {
"OFF",
"ON"});
this.Cbox_P1Recoil.Location = new System.Drawing.Point(214, 154);
this.Cbox_P1Recoil.Name = "Cbox_P1Recoil";
this.Cbox_P1Recoil.Size = new System.Drawing.Size(60, 24);
this.Cbox_P1Recoil.TabIndex = 15;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label14.Location = new System.Drawing.Point(19, 127);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(64, 16);
this.label14.TabIndex = 10;
this.label14.Text = "REVIVAL";
//
// Cbox_Advertise
//
this.Cbox_Advertise.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_Advertise.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_Advertise.FormattingEnabled = true;
this.Cbox_Advertise.Items.AddRange(new object[] {
"NORMAL",
"3/4",
"1/2",
"1/4",
"OFF"});
this.Cbox_Advertise.Location = new System.Drawing.Point(153, 94);
this.Cbox_Advertise.Name = "Cbox_Advertise";
this.Cbox_Advertise.Size = new System.Drawing.Size(121, 24);
this.Cbox_Advertise.TabIndex = 5;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(19, 97);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(128, 16);
this.label8.TabIndex = 4;
this.label8.Text = "ADVERTISE SOUND";
//
// Cbox_Difficulty
//
this.Cbox_Difficulty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_Difficulty.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_Difficulty.FormattingEnabled = true;
this.Cbox_Difficulty.Items.AddRange(new object[] {
"VERY EASY",
"EASY",
"NORMAL",
"HARD",
"VERY HARD"});
this.Cbox_Difficulty.Location = new System.Drawing.Point(153, 62);
this.Cbox_Difficulty.Name = "Cbox_Difficulty";
this.Cbox_Difficulty.Size = new System.Drawing.Size(121, 24);
this.Cbox_Difficulty.TabIndex = 3;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(19, 65);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(128, 16);
this.label9.TabIndex = 2;
this.label9.Text = "GAME DIFFICULTY";
//
// Cbox_Revival
//
this.Cbox_Revival.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_Revival.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_Revival.FormattingEnabled = true;
this.Cbox_Revival.Items.AddRange(new object[] {
"OFF",
"ON"});
this.Cbox_Revival.Location = new System.Drawing.Point(214, 124);
this.Cbox_Revival.Name = "Cbox_Revival";
this.Cbox_Revival.Size = new System.Drawing.Size(60, 24);
this.Cbox_Revival.TabIndex = 9;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.panel1.Location = new System.Drawing.Point(12, 24);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(329, 89);
this.panel1.TabIndex = 27;
//
// Btn_Close
//
this.Btn_Close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.Btn_Close.Location = new System.Drawing.Point(482, 428);
this.Btn_Close.Name = "Btn_Close";
this.Btn_Close.Size = new System.Drawing.Size(113, 36);
this.Btn_Close.TabIndex = 26;
this.Btn_Close.Text = "Close";
this.Btn_Close.UseVisualStyleBackColor = true;
this.Btn_Close.Click += new System.EventHandler(this.Btn_Close_Click);
//
// Btn_Save
//
this.Btn_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.Btn_Save.Location = new System.Drawing.Point(344, 428);
this.Btn_Save.Name = "Btn_Save";
this.Btn_Save.Size = new System.Drawing.Size(113, 36);
this.Btn_Save.TabIndex = 25;
this.Btn_Save.Text = "Save";
this.Btn_Save.UseVisualStyleBackColor = true;
this.Btn_Save.Click += new System.EventHandler(this.Btn_Save_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label24);
this.groupBox1.Controls.Add(this.Cbox_EntryType);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.Cbox_FreePlay);
this.groupBox1.Location = new System.Drawing.Point(12, 393);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(260, 97);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
//
// label24
//
this.label24.AutoSize = true;
this.label24.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label24.Location = new System.Drawing.Point(74, -1);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(136, 16);
this.label24.TabIndex = 22;
this.label24.Text = "COIN ASSIGNMENTS";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.panel2);
this.groupBox2.Controls.Add(this.Cbox_EnglishSubtitles);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.label21);
this.groupBox2.Controls.Add(this.Cbox_FirstMn);
this.groupBox2.Controls.Add(this.label20);
this.groupBox2.Controls.Add(this.Cbox_EnnemyBoost);
this.groupBox2.Controls.Add(this.Cbox_Language);
this.groupBox2.Controls.Add(this.label19);
this.groupBox2.Controls.Add(this.label16);
this.groupBox2.Controls.Add(this.Cbox_Swipe);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.Cbox_StageSelect);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.Cbox_KidsMode);
this.groupBox2.Controls.Add(this.Cbox_ContinueCountdown);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.Cbox_P2Recoil);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.Cbox_P1Recoil);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.Cbox_Advertise);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.Cbox_Difficulty);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.Cbox_Revival);
this.groupBox2.Location = new System.Drawing.Point(12, 133);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(595, 252);
this.groupBox2.TabIndex = 11;
this.groupBox2.TabStop = false;
//
// label16
//
this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label16.Location = new System.Drawing.Point(226, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(136, 16);
this.label16.TabIndex = 21;
this.label16.Text = "GAME ASSIGNMENTS";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.Cbox_ScreenMode);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.Cbox_Resolution);
this.groupBox3.Location = new System.Drawing.Point(347, 17);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(260, 97);
this.groupBox3.TabIndex = 23;
this.groupBox3.TabStop = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(74, -1);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(112, 16);
this.label3.TabIndex = 22;
this.label3.Text = "VIDEO OPTIONS";
//
// Cbox_ScreenMode
//
this.Cbox_ScreenMode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.Cbox_ScreenMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_ScreenMode.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_ScreenMode.FormattingEnabled = true;
this.Cbox_ScreenMode.Items.AddRange(new object[] {
"WINDOWED",
"FULLSCREEN"});
this.Cbox_ScreenMode.Location = new System.Drawing.Point(135, 62);
this.Cbox_ScreenMode.Name = "Cbox_ScreenMode";
this.Cbox_ScreenMode.Size = new System.Drawing.Size(113, 24);
this.Cbox_ScreenMode.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(6, 65);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(96, 16);
this.label4.TabIndex = 2;
this.label4.Text = "SCREEN MODE";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(6, 35);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(88, 16);
this.label11.TabIndex = 1;
this.label11.Text = "RESOLUTION";
//
// Cbox_Resolution
//
this.Cbox_Resolution.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.Cbox_Resolution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Cbox_Resolution.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Cbox_Resolution.FormattingEnabled = true;
this.Cbox_Resolution.Location = new System.Drawing.Point(135, 32);
this.Cbox_Resolution.Name = "Cbox_Resolution";
this.Cbox_Resolution.Size = new System.Drawing.Size(113, 24);
this.Cbox_Resolution.TabIndex = 0;
//
// WndMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(615, 497);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.panel1);
this.Controls.Add(this.Btn_Close);
this.Controls.Add(this.Btn_Save);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "WndMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Transformers SHadow Rising - Configurator";
this.Load += new System.EventHandler(this.WndMain_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox Cbox_EntryType;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox Cbox_FreePlay;
private System.Windows.Forms.ComboBox Cbox_Swipe;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox Cbox_StageSelect;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox Cbox_KidsMode;
private System.Windows.Forms.ComboBox Cbox_ContinueCountdown;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox Cbox_P2Recoil;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.ComboBox Cbox_P1Recoil;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.ComboBox Cbox_Advertise;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox Cbox_Difficulty;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ComboBox Cbox_Revival;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button Btn_Close;
private System.Windows.Forms.Button Btn_Save;
private System.Windows.Forms.ComboBox Cbox_Language;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.ComboBox Cbox_EnnemyBoost;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.ComboBox Cbox_FirstMn;
private System.Windows.Forms.ComboBox Cbox_EnglishSubtitles;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox Cbox_ScreenMode;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.ComboBox Cbox_Resolution;
}
}