123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518 |
- //
- // Copyright 2020 Electronic Arts Inc.
- //
- // The Command & Conquer Map Editor and corresponding source code is free
- // software: you can redistribute it and/or modify it under the terms of
- // the GNU General Public License as published by the Free Software Foundation,
- // either version 3 of the License, or (at your option) any later version.
- // The Command & Conquer Map Editor and corresponding source code is distributed
- // in the hope that it will be useful, but with permitted additional restrictions
- // under Section 7 of the GPL. See the GNU General Public License in LICENSE.TXT
- // distributed with this program. You should have received a copy of the
- // GNU General Public License along with permitted additional restrictions
- // with this program. If not, see https://github.com/electronicarts/CnC_Remastered_Collection
- namespace MobiusEditor.Controls
- {
- partial class BasicSettings
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.label10 = new System.Windows.Forms.Label();
- this.loseComboBox = new System.Windows.Forms.ComboBox();
- this.isSinglePlayerCheckBox = new System.Windows.Forms.CheckBox();
- this.win4ComboBox = new System.Windows.Forms.ComboBox();
- this.win3ComboBox = new System.Windows.Forms.ComboBox();
- this.win2ComboBox = new System.Windows.Forms.ComboBox();
- this.winComboBox = new System.Windows.Forms.ComboBox();
- this.actionComboBox = new System.Windows.Forms.ComboBox();
- this.briefComboBox = new System.Windows.Forms.ComboBox();
- this.introComboBox = new System.Windows.Forms.ComboBox();
- this.win4Label = new System.Windows.Forms.Label();
- this.win3Label = new System.Windows.Forms.Label();
- this.win2Label = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.buildLevelLabel = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.nameTxt = new System.Windows.Forms.TextBox();
- this.playerComboBox = new System.Windows.Forms.ComboBox();
- this.buidLevelNud = new System.Windows.Forms.NumericUpDown();
- this.percentNud = new System.Windows.Forms.NumericUpDown();
- this.carryOverMoneyNud = new System.Windows.Forms.NumericUpDown();
- this.label6 = new System.Windows.Forms.Label();
- this.authorTxt = new System.Windows.Forms.TextBox();
- this.baseLabel = new System.Windows.Forms.Label();
- this.baseComboBox = new System.Windows.Forms.ComboBox();
- this.tableLayoutPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.buidLevelNud)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.percentNud)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.carryOverMoneyNud)).BeginInit();
- this.SuspendLayout();
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.AutoSize = true;
- this.tableLayoutPanel1.ColumnCount = 2;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Controls.Add(this.label10, 0, 15);
- this.tableLayoutPanel1.Controls.Add(this.loseComboBox, 1, 15);
- this.tableLayoutPanel1.Controls.Add(this.isSinglePlayerCheckBox, 1, 16);
- this.tableLayoutPanel1.Controls.Add(this.win4ComboBox, 1, 14);
- this.tableLayoutPanel1.Controls.Add(this.win3ComboBox, 1, 13);
- this.tableLayoutPanel1.Controls.Add(this.win2ComboBox, 1, 12);
- this.tableLayoutPanel1.Controls.Add(this.winComboBox, 1, 11);
- this.tableLayoutPanel1.Controls.Add(this.actionComboBox, 1, 10);
- this.tableLayoutPanel1.Controls.Add(this.briefComboBox, 1, 9);
- this.tableLayoutPanel1.Controls.Add(this.introComboBox, 1, 8);
- this.tableLayoutPanel1.Controls.Add(this.win4Label, 0, 14);
- this.tableLayoutPanel1.Controls.Add(this.win3Label, 0, 13);
- this.tableLayoutPanel1.Controls.Add(this.win2Label, 0, 12);
- this.tableLayoutPanel1.Controls.Add(this.label9, 0, 11);
- this.tableLayoutPanel1.Controls.Add(this.label8, 0, 10);
- this.tableLayoutPanel1.Controls.Add(this.label7, 0, 9);
- this.tableLayoutPanel1.Controls.Add(this.label1, 0, 8);
- this.tableLayoutPanel1.Controls.Add(this.buildLevelLabel, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
- this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
- this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
- this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
- this.tableLayoutPanel1.Controls.Add(this.nameTxt, 1, 2);
- this.tableLayoutPanel1.Controls.Add(this.playerComboBox, 1, 4);
- this.tableLayoutPanel1.Controls.Add(this.buidLevelNud, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.percentNud, 1, 3);
- this.tableLayoutPanel1.Controls.Add(this.carryOverMoneyNud, 1, 1);
- this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5);
- this.tableLayoutPanel1.Controls.Add(this.authorTxt, 1, 5);
- this.tableLayoutPanel1.Controls.Add(this.baseLabel, 0, 6);
- this.tableLayoutPanel1.Controls.Add(this.baseComboBox, 1, 6);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 17;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(300, 403);
- this.tableLayoutPanel1.TabIndex = 1;
- //
- // label10
- //
- this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label10.Location = new System.Drawing.Point(2, 355);
- this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(87, 25);
- this.label10.TabIndex = 35;
- this.label10.Text = "Lose";
- this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // loseComboBox
- //
- this.loseComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.loseComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.loseComboBox.FormattingEnabled = true;
- this.loseComboBox.Location = new System.Drawing.Point(93, 357);
- this.loseComboBox.Margin = new System.Windows.Forms.Padding(2);
- this.loseComboBox.Name = "loseComboBox";
- this.loseComboBox.Size = new System.Drawing.Size(205, 21);
- this.loseComboBox.TabIndex = 34;
- //
- // isSinglePlayerCheckBox
- //
- this.isSinglePlayerCheckBox.AutoSize = true;
- this.isSinglePlayerCheckBox.Location = new System.Drawing.Point(93, 382);
- this.isSinglePlayerCheckBox.Margin = new System.Windows.Forms.Padding(2);
- this.isSinglePlayerCheckBox.Name = "isSinglePlayerCheckBox";
- this.isSinglePlayerCheckBox.Size = new System.Drawing.Size(87, 17);
- this.isSinglePlayerCheckBox.TabIndex = 32;
- this.isSinglePlayerCheckBox.Text = "Single-Player";
- this.isSinglePlayerCheckBox.UseVisualStyleBackColor = true;
- this.isSinglePlayerCheckBox.CheckedChanged += new System.EventHandler(this.isSinglePlayerCheckBox_CheckedChanged);
- //
- // win4ComboBox
- //
- this.win4ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.win4ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.win4ComboBox.FormattingEnabled = true;
- this.win4ComboBox.Location = new System.Drawing.Point(93, 332);
- this.win4ComboBox.Margin = new System.Windows.Forms.Padding(2);
- this.win4ComboBox.Name = "win4ComboBox";
- this.win4ComboBox.Size = new System.Drawing.Size(205, 21);
- this.win4ComboBox.TabIndex = 31;
- //
- // win3ComboBox
- //
- this.win3ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.win3ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.win3ComboBox.FormattingEnabled = true;
- this.win3ComboBox.Location = new System.Drawing.Point(93, 307);
- this.win3ComboBox.Margin = new System.Windows.Forms.Padding(2);
- this.win3ComboBox.Name = "win3ComboBox";
- this.win3ComboBox.Size = new System.Drawing.Size(205, 21);
- this.win3ComboBox.TabIndex = 30;
- //
- // win2ComboBox
- //
- this.win2ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.win2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.win2ComboBox.FormattingEnabled = true;
- this.win2ComboBox.Location = new System.Drawing.Point(93, 282);
- this.win2ComboBox.Margin = new System.Windows.Forms.Padding(2);
- this.win2ComboBox.Name = "win2ComboBox";
- this.win2ComboBox.Size = new System.Drawing.Size(205, 21);
- this.win2ComboBox.TabIndex = 29;
- //
- // winComboBox
- //
- this.winComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.winComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.winComboBox.FormattingEnabled = true;
- this.winComboBox.Location = new System.Drawing.Point(93, 257);
- this.winComboBox.Margin = new System.Windows.Forms.Padding(2);
- this.winComboBox.Name = "winComboBox";
- this.winComboBox.Size = new System.Drawing.Size(205, 21);
- this.winComboBox.TabIndex = 28;
- //
- // actionComboBox
- //
- this.actionComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.actionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.actionComboBox.FormattingEnabled = true;
- this.actionComboBox.Location = new System.Drawing.Point(93, 232);
- this.actionComboBox.Margin = new System.Windows.Forms.Padding(2);
- this.actionComboBox.Name = "actionComboBox";
- this.actionComboBox.Size = new System.Drawing.Size(205, 21);
- this.actionComboBox.TabIndex = 27;
- //
- // briefComboBox
- //
- this.briefComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.briefComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.briefComboBox.FormattingEnabled = true;
- this.briefComboBox.Location = new System.Drawing.Point(93, 207);
- this.briefComboBox.Margin = new System.Windows.Forms.Padding(2);
- this.briefComboBox.Name = "briefComboBox";
- this.briefComboBox.Size = new System.Drawing.Size(205, 21);
- this.briefComboBox.TabIndex = 26;
- //
- // introComboBox
- //
- this.introComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.introComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.introComboBox.FormattingEnabled = true;
- this.introComboBox.Location = new System.Drawing.Point(93, 182);
- this.introComboBox.Margin = new System.Windows.Forms.Padding(2);
- this.introComboBox.Name = "introComboBox";
- this.introComboBox.Size = new System.Drawing.Size(205, 21);
- this.introComboBox.TabIndex = 25;
- //
- // win4Label
- //
- this.win4Label.Dock = System.Windows.Forms.DockStyle.Fill;
- this.win4Label.Location = new System.Drawing.Point(2, 330);
- this.win4Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.win4Label.Name = "win4Label";
- this.win4Label.Size = new System.Drawing.Size(87, 25);
- this.win4Label.TabIndex = 24;
- this.win4Label.Text = "Win4";
- this.win4Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // win3Label
- //
- this.win3Label.Dock = System.Windows.Forms.DockStyle.Fill;
- this.win3Label.Location = new System.Drawing.Point(2, 305);
- this.win3Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.win3Label.Name = "win3Label";
- this.win3Label.Size = new System.Drawing.Size(87, 25);
- this.win3Label.TabIndex = 23;
- this.win3Label.Text = "Win3";
- this.win3Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // win2Label
- //
- this.win2Label.Dock = System.Windows.Forms.DockStyle.Fill;
- this.win2Label.Location = new System.Drawing.Point(2, 280);
- this.win2Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.win2Label.Name = "win2Label";
- this.win2Label.Size = new System.Drawing.Size(87, 25);
- this.win2Label.TabIndex = 22;
- this.win2Label.Text = "Win2";
- this.win2Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label9
- //
- this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label9.Location = new System.Drawing.Point(2, 255);
- this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(87, 25);
- this.label9.TabIndex = 21;
- this.label9.Text = "Win";
- this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label8
- //
- this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label8.Location = new System.Drawing.Point(2, 230);
- this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(87, 25);
- this.label8.TabIndex = 20;
- this.label8.Text = "Action";
- this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label7
- //
- this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label7.Location = new System.Drawing.Point(2, 205);
- this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(87, 25);
- this.label7.TabIndex = 19;
- this.label7.Text = "Brief";
- this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label1
- //
- this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label1.Location = new System.Drawing.Point(2, 180);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(87, 25);
- this.label1.TabIndex = 18;
- this.label1.Text = "Intro";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // buildLevelLabel
- //
- this.buildLevelLabel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.buildLevelLabel.Location = new System.Drawing.Point(3, 0);
- this.buildLevelLabel.Name = "buildLevelLabel";
- this.buildLevelLabel.Size = new System.Drawing.Size(85, 26);
- this.buildLevelLabel.TabIndex = 0;
- this.buildLevelLabel.Text = "Build Level";
- this.buildLevelLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label2
- //
- this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label2.Location = new System.Drawing.Point(3, 26);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(85, 26);
- this.label2.TabIndex = 2;
- this.label2.Text = "Carryover Money";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label3
- //
- this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label3.Location = new System.Drawing.Point(3, 52);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(85, 26);
- this.label3.TabIndex = 3;
- this.label3.Text = "Name";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label4
- //
- this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label4.Location = new System.Drawing.Point(3, 78);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(85, 26);
- this.label4.TabIndex = 4;
- this.label4.Text = "Percent";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label5
- //
- this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label5.Location = new System.Drawing.Point(3, 104);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(85, 27);
- this.label5.TabIndex = 5;
- this.label5.Text = "Player";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // nameTxt
- //
- this.nameTxt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.nameTxt.Location = new System.Drawing.Point(94, 55);
- this.nameTxt.Name = "nameTxt";
- this.nameTxt.Size = new System.Drawing.Size(203, 20);
- this.nameTxt.TabIndex = 7;
- //
- // playerComboBox
- //
- this.playerComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.playerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.playerComboBox.FormattingEnabled = true;
- this.playerComboBox.Location = new System.Drawing.Point(94, 107);
- this.playerComboBox.Name = "playerComboBox";
- this.playerComboBox.Size = new System.Drawing.Size(203, 21);
- this.playerComboBox.TabIndex = 9;
- //
- // buidLevelNud
- //
- this.buidLevelNud.Dock = System.Windows.Forms.DockStyle.Fill;
- this.buidLevelNud.Location = new System.Drawing.Point(94, 3);
- this.buidLevelNud.Name = "buidLevelNud";
- this.buidLevelNud.Size = new System.Drawing.Size(203, 20);
- this.buidLevelNud.TabIndex = 10;
- //
- // percentNud
- //
- this.percentNud.Dock = System.Windows.Forms.DockStyle.Fill;
- this.percentNud.Location = new System.Drawing.Point(94, 81);
- this.percentNud.Name = "percentNud";
- this.percentNud.Size = new System.Drawing.Size(203, 20);
- this.percentNud.TabIndex = 11;
- //
- // carryOverMoneyNud
- //
- this.carryOverMoneyNud.Dock = System.Windows.Forms.DockStyle.Fill;
- this.carryOverMoneyNud.Location = new System.Drawing.Point(94, 29);
- this.carryOverMoneyNud.Name = "carryOverMoneyNud";
- this.carryOverMoneyNud.Size = new System.Drawing.Size(203, 20);
- this.carryOverMoneyNud.TabIndex = 12;
- //
- // label6
- //
- this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label6.Location = new System.Drawing.Point(2, 131);
- this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(87, 24);
- this.label6.TabIndex = 13;
- this.label6.Text = "Author";
- this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // authorTxt
- //
- this.authorTxt.Dock = System.Windows.Forms.DockStyle.Fill;
- this.authorTxt.Location = new System.Drawing.Point(93, 133);
- this.authorTxt.Margin = new System.Windows.Forms.Padding(2);
- this.authorTxt.Name = "authorTxt";
- this.authorTxt.Size = new System.Drawing.Size(205, 20);
- this.authorTxt.TabIndex = 14;
- //
- // baseLabel
- //
- this.baseLabel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.baseLabel.Location = new System.Drawing.Point(2, 155);
- this.baseLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.baseLabel.Name = "baseLabel";
- this.baseLabel.Size = new System.Drawing.Size(87, 25);
- this.baseLabel.TabIndex = 15;
- this.baseLabel.Text = "Base";
- this.baseLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // baseComboBox
- //
- this.baseComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.baseComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.baseComboBox.FormattingEnabled = true;
- this.baseComboBox.Location = new System.Drawing.Point(93, 157);
- this.baseComboBox.Margin = new System.Windows.Forms.Padding(2);
- this.baseComboBox.Name = "baseComboBox";
- this.baseComboBox.Size = new System.Drawing.Size(205, 21);
- this.baseComboBox.TabIndex = 16;
- //
- // BasicSettings
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.tableLayoutPanel1);
- this.Name = "BasicSettings";
- this.Size = new System.Drawing.Size(300, 403);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.buidLevelNud)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.percentNud)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.carryOverMoneyNud)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.Label buildLevelLabel;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox nameTxt;
- private System.Windows.Forms.ComboBox playerComboBox;
- private System.Windows.Forms.NumericUpDown buidLevelNud;
- private System.Windows.Forms.NumericUpDown percentNud;
- private System.Windows.Forms.NumericUpDown carryOverMoneyNud;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox authorTxt;
- private System.Windows.Forms.Label baseLabel;
- private System.Windows.Forms.ComboBox baseComboBox;
- private System.Windows.Forms.Label win4Label;
- private System.Windows.Forms.Label win3Label;
- private System.Windows.Forms.Label win2Label;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.CheckBox isSinglePlayerCheckBox;
- private System.Windows.Forms.ComboBox win4ComboBox;
- private System.Windows.Forms.ComboBox win3ComboBox;
- private System.Windows.Forms.ComboBox win2ComboBox;
- private System.Windows.Forms.ComboBox winComboBox;
- private System.Windows.Forms.ComboBox actionComboBox;
- private System.Windows.Forms.ComboBox briefComboBox;
- private System.Windows.Forms.ComboBox introComboBox;
- private System.Windows.Forms.ComboBox loseComboBox;
- private System.Windows.Forms.Label label10;
- }
- }
|