649 lines
36 KiB
C#
649 lines
36 KiB
C#
//
|
|
// 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.lblWin4Remaster = new System.Windows.Forms.Label();
|
|
this.lblWin3Remaster = new System.Windows.Forms.Label();
|
|
this.lblWin2Remaster = new System.Windows.Forms.Label();
|
|
this.lblCarryoverClassic = new System.Windows.Forms.Label();
|
|
this.themeLabel = new System.Windows.Forms.Label();
|
|
this.loseLabel = new System.Windows.Forms.Label();
|
|
this.loseComboBox = new MobiusEditor.Controls.ComboBoxSmartWidth();
|
|
this.isSinglePlayerCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.win4ComboBox = new MobiusEditor.Controls.ComboBoxSmartWidth();
|
|
this.win3ComboBox = new MobiusEditor.Controls.ComboBoxSmartWidth();
|
|
this.win2ComboBox = new MobiusEditor.Controls.ComboBoxSmartWidth();
|
|
this.winComboBox = new MobiusEditor.Controls.ComboBoxSmartWidth();
|
|
this.actionComboBox = new MobiusEditor.Controls.ComboBoxSmartWidth();
|
|
this.briefComboBox = new MobiusEditor.Controls.ComboBoxSmartWidth();
|
|
this.introComboBox = new MobiusEditor.Controls.ComboBoxSmartWidth();
|
|
this.win4Label = new System.Windows.Forms.Label();
|
|
this.win3Label = new System.Windows.Forms.Label();
|
|
this.win2Label = new System.Windows.Forms.Label();
|
|
this.winLabel = new System.Windows.Forms.Label();
|
|
this.actionLabel = new System.Windows.Forms.Label();
|
|
this.briefLabel = new System.Windows.Forms.Label();
|
|
this.introLabel = new System.Windows.Forms.Label();
|
|
this.buildLevelLabel = new System.Windows.Forms.Label();
|
|
this.carryOverMoneyLabel = new System.Windows.Forms.Label();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.percentLabel = new System.Windows.Forms.Label();
|
|
this.playerLabel = new System.Windows.Forms.Label();
|
|
this.nameTxt = new System.Windows.Forms.TextBox();
|
|
this.playerComboBox = new MobiusEditor.Controls.ComboBoxSmartWidth();
|
|
this.buildLevelNud = new MobiusEditor.Controls.EnhNumericUpDown();
|
|
this.percentNud = new MobiusEditor.Controls.EnhNumericUpDown();
|
|
this.carryOverMoneyNud = new MobiusEditor.Controls.EnhNumericUpDown();
|
|
this.authorLabel = new System.Windows.Forms.Label();
|
|
this.authorTxt = new System.Windows.Forms.TextBox();
|
|
this.baseLabel = new System.Windows.Forms.Label();
|
|
this.baseComboBox = new MobiusEditor.Controls.ComboBoxSmartWidth();
|
|
this.themeComboBox = new MobiusEditor.Controls.ComboBoxSmartWidth();
|
|
this.lblThemeClassic = new System.Windows.Forms.Label();
|
|
this.hasExpansionUnitsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.buildLevelNud)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.percentNud)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.carryOverMoneyNud)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.AutoSize = true;
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.Controls.Add(this.lblWin4Remaster, 2, 14);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblWin3Remaster, 2, 13);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblWin2Remaster, 2, 12);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblCarryoverClassic, 2, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.themeLabel, 0, 7);
|
|
this.tableLayoutPanel1.Controls.Add(this.loseLabel, 0, 15);
|
|
this.tableLayoutPanel1.Controls.Add(this.loseComboBox, 1, 15);
|
|
this.tableLayoutPanel1.Controls.Add(this.isSinglePlayerCheckBox, 1, 17);
|
|
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.winLabel, 0, 11);
|
|
this.tableLayoutPanel1.Controls.Add(this.actionLabel, 0, 10);
|
|
this.tableLayoutPanel1.Controls.Add(this.briefLabel, 0, 9);
|
|
this.tableLayoutPanel1.Controls.Add(this.introLabel, 0, 8);
|
|
this.tableLayoutPanel1.Controls.Add(this.buildLevelLabel, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.carryOverMoneyLabel, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.nameLabel, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.percentLabel, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.playerLabel, 0, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.nameTxt, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.playerComboBox, 1, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.buildLevelNud, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.percentNud, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.carryOverMoneyNud, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.authorLabel, 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.Controls.Add(this.themeComboBox, 1, 7);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblThemeClassic, 2, 7);
|
|
this.tableLayoutPanel1.Controls.Add(this.hasExpansionUnitsCheckBox, 1, 18);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 19;
|
|
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());
|
|
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(400, 500);
|
|
this.tableLayoutPanel1.TabIndex = 1;
|
|
//
|
|
// lblWin4Remaster
|
|
//
|
|
this.lblWin4Remaster.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblWin4Remaster.Location = new System.Drawing.Point(302, 355);
|
|
this.lblWin4Remaster.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblWin4Remaster.Name = "lblWin4Remaster";
|
|
this.lblWin4Remaster.Size = new System.Drawing.Size(96, 25);
|
|
this.lblWin4Remaster.TabIndex = 37;
|
|
this.lblWin4Remaster.Text = "(Remaster only)";
|
|
this.lblWin4Remaster.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblWin3Remaster
|
|
//
|
|
this.lblWin3Remaster.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblWin3Remaster.Location = new System.Drawing.Point(302, 330);
|
|
this.lblWin3Remaster.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblWin3Remaster.Name = "lblWin3Remaster";
|
|
this.lblWin3Remaster.Size = new System.Drawing.Size(96, 25);
|
|
this.lblWin3Remaster.TabIndex = 36;
|
|
this.lblWin3Remaster.Text = "(Remaster only)";
|
|
this.lblWin3Remaster.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblWin2Remaster
|
|
//
|
|
this.lblWin2Remaster.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblWin2Remaster.Location = new System.Drawing.Point(302, 305);
|
|
this.lblWin2Remaster.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblWin2Remaster.Name = "lblWin2Remaster";
|
|
this.lblWin2Remaster.Size = new System.Drawing.Size(96, 25);
|
|
this.lblWin2Remaster.TabIndex = 35;
|
|
this.lblWin2Remaster.Text = "(Remaster only)";
|
|
this.lblWin2Remaster.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblCarryoverClassic
|
|
//
|
|
this.lblCarryoverClassic.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblCarryoverClassic.Location = new System.Drawing.Point(302, 26);
|
|
this.lblCarryoverClassic.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblCarryoverClassic.Name = "lblCarryoverClassic";
|
|
this.lblCarryoverClassic.Size = new System.Drawing.Size(96, 26);
|
|
this.lblCarryoverClassic.TabIndex = 34;
|
|
this.lblCarryoverClassic.Text = "(Classic only)";
|
|
this.lblCarryoverClassic.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// themeLabel
|
|
//
|
|
this.themeLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.themeLabel.Location = new System.Drawing.Point(2, 180);
|
|
this.themeLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.themeLabel.Name = "themeLabel";
|
|
this.themeLabel.Size = new System.Drawing.Size(96, 25);
|
|
this.themeLabel.TabIndex = 14;
|
|
this.themeLabel.Text = "Theme";
|
|
this.themeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// loseLabel
|
|
//
|
|
this.loseLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.loseLabel.Location = new System.Drawing.Point(2, 380);
|
|
this.loseLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.loseLabel.Name = "loseLabel";
|
|
this.loseLabel.Size = new System.Drawing.Size(96, 25);
|
|
this.loseLabel.TabIndex = 30;
|
|
this.loseLabel.Text = "Lose";
|
|
this.loseLabel.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(102, 382);
|
|
this.loseComboBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.loseComboBox.Name = "loseComboBox";
|
|
this.loseComboBox.Size = new System.Drawing.Size(196, 21);
|
|
this.loseComboBox.TabIndex = 31;
|
|
//
|
|
// isSinglePlayerCheckBox
|
|
//
|
|
this.isSinglePlayerCheckBox.AutoSize = true;
|
|
this.isSinglePlayerCheckBox.Location = new System.Drawing.Point(102, 407);
|
|
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(102, 357);
|
|
this.win4ComboBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.win4ComboBox.Name = "win4ComboBox";
|
|
this.win4ComboBox.Size = new System.Drawing.Size(196, 21);
|
|
this.win4ComboBox.TabIndex = 29;
|
|
//
|
|
// 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(102, 332);
|
|
this.win3ComboBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.win3ComboBox.Name = "win3ComboBox";
|
|
this.win3ComboBox.Size = new System.Drawing.Size(196, 21);
|
|
this.win3ComboBox.TabIndex = 27;
|
|
//
|
|
// 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(102, 307);
|
|
this.win2ComboBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.win2ComboBox.Name = "win2ComboBox";
|
|
this.win2ComboBox.Size = new System.Drawing.Size(196, 21);
|
|
this.win2ComboBox.TabIndex = 25;
|
|
//
|
|
// 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(102, 282);
|
|
this.winComboBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.winComboBox.Name = "winComboBox";
|
|
this.winComboBox.Size = new System.Drawing.Size(196, 21);
|
|
this.winComboBox.TabIndex = 23;
|
|
//
|
|
// 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(102, 257);
|
|
this.actionComboBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.actionComboBox.Name = "actionComboBox";
|
|
this.actionComboBox.Size = new System.Drawing.Size(196, 21);
|
|
this.actionComboBox.TabIndex = 21;
|
|
//
|
|
// 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(102, 232);
|
|
this.briefComboBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.briefComboBox.Name = "briefComboBox";
|
|
this.briefComboBox.Size = new System.Drawing.Size(196, 21);
|
|
this.briefComboBox.TabIndex = 19;
|
|
//
|
|
// 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(102, 207);
|
|
this.introComboBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.introComboBox.Name = "introComboBox";
|
|
this.introComboBox.Size = new System.Drawing.Size(196, 21);
|
|
this.introComboBox.TabIndex = 17;
|
|
//
|
|
// win4Label
|
|
//
|
|
this.win4Label.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.win4Label.Location = new System.Drawing.Point(2, 355);
|
|
this.win4Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.win4Label.Name = "win4Label";
|
|
this.win4Label.Size = new System.Drawing.Size(96, 25);
|
|
this.win4Label.TabIndex = 28;
|
|
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, 330);
|
|
this.win3Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.win3Label.Name = "win3Label";
|
|
this.win3Label.Size = new System.Drawing.Size(96, 25);
|
|
this.win3Label.TabIndex = 26;
|
|
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, 305);
|
|
this.win2Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.win2Label.Name = "win2Label";
|
|
this.win2Label.Size = new System.Drawing.Size(96, 25);
|
|
this.win2Label.TabIndex = 24;
|
|
this.win2Label.Text = "Win2";
|
|
this.win2Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// winLabel
|
|
//
|
|
this.winLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.winLabel.Location = new System.Drawing.Point(2, 280);
|
|
this.winLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.winLabel.Name = "winLabel";
|
|
this.winLabel.Size = new System.Drawing.Size(96, 25);
|
|
this.winLabel.TabIndex = 22;
|
|
this.winLabel.Text = "Win";
|
|
this.winLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// actionLabel
|
|
//
|
|
this.actionLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.actionLabel.Location = new System.Drawing.Point(2, 255);
|
|
this.actionLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.actionLabel.Name = "actionLabel";
|
|
this.actionLabel.Size = new System.Drawing.Size(96, 25);
|
|
this.actionLabel.TabIndex = 20;
|
|
this.actionLabel.Text = "Action";
|
|
this.actionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// briefLabel
|
|
//
|
|
this.briefLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.briefLabel.Location = new System.Drawing.Point(2, 230);
|
|
this.briefLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.briefLabel.Name = "briefLabel";
|
|
this.briefLabel.Size = new System.Drawing.Size(96, 25);
|
|
this.briefLabel.TabIndex = 18;
|
|
this.briefLabel.Text = "Brief";
|
|
this.briefLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// introLabel
|
|
//
|
|
this.introLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.introLabel.Location = new System.Drawing.Point(2, 205);
|
|
this.introLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.introLabel.Name = "introLabel";
|
|
this.introLabel.Size = new System.Drawing.Size(96, 25);
|
|
this.introLabel.TabIndex = 16;
|
|
this.introLabel.Text = "Intro";
|
|
this.introLabel.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(94, 26);
|
|
this.buildLevelLabel.TabIndex = 0;
|
|
this.buildLevelLabel.Text = "Build Level";
|
|
this.buildLevelLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// carryOverMoneyLabel
|
|
//
|
|
this.carryOverMoneyLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.carryOverMoneyLabel.Location = new System.Drawing.Point(3, 26);
|
|
this.carryOverMoneyLabel.Name = "carryOverMoneyLabel";
|
|
this.carryOverMoneyLabel.Size = new System.Drawing.Size(94, 26);
|
|
this.carryOverMoneyLabel.TabIndex = 2;
|
|
this.carryOverMoneyLabel.Text = "Carryover Money";
|
|
this.carryOverMoneyLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.nameLabel.Location = new System.Drawing.Point(3, 52);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(94, 26);
|
|
this.nameLabel.TabIndex = 4;
|
|
this.nameLabel.Text = "Name";
|
|
this.nameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// percentLabel
|
|
//
|
|
this.percentLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.percentLabel.Location = new System.Drawing.Point(3, 78);
|
|
this.percentLabel.Name = "percentLabel";
|
|
this.percentLabel.Size = new System.Drawing.Size(94, 26);
|
|
this.percentLabel.TabIndex = 6;
|
|
this.percentLabel.Text = "Percent";
|
|
this.percentLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// playerLabel
|
|
//
|
|
this.playerLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.playerLabel.Location = new System.Drawing.Point(3, 104);
|
|
this.playerLabel.Name = "playerLabel";
|
|
this.playerLabel.Size = new System.Drawing.Size(94, 27);
|
|
this.playerLabel.TabIndex = 8;
|
|
this.playerLabel.Text = "Player";
|
|
this.playerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// nameTxt
|
|
//
|
|
this.nameTxt.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.nameTxt.Location = new System.Drawing.Point(103, 55);
|
|
this.nameTxt.Name = "nameTxt";
|
|
this.nameTxt.Size = new System.Drawing.Size(194, 20);
|
|
this.nameTxt.TabIndex = 5;
|
|
//
|
|
// 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(103, 107);
|
|
this.playerComboBox.Name = "playerComboBox";
|
|
this.playerComboBox.Size = new System.Drawing.Size(194, 21);
|
|
this.playerComboBox.TabIndex = 9;
|
|
//
|
|
// buildLevelNud
|
|
//
|
|
this.buildLevelNud.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.buildLevelNud.Location = new System.Drawing.Point(103, 3);
|
|
this.buildLevelNud.Name = "buildLevelNud";
|
|
this.buildLevelNud.Size = new System.Drawing.Size(194, 20);
|
|
this.buildLevelNud.TabIndex = 1;
|
|
this.buildLevelNud.Value = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// percentNud
|
|
//
|
|
this.percentNud.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.percentNud.Location = new System.Drawing.Point(103, 81);
|
|
this.percentNud.Name = "percentNud";
|
|
this.percentNud.Size = new System.Drawing.Size(194, 20);
|
|
this.percentNud.TabIndex = 7;
|
|
this.percentNud.Value = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// carryOverMoneyNud
|
|
//
|
|
this.carryOverMoneyNud.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.carryOverMoneyNud.Location = new System.Drawing.Point(103, 29);
|
|
this.carryOverMoneyNud.Name = "carryOverMoneyNud";
|
|
this.carryOverMoneyNud.Size = new System.Drawing.Size(194, 20);
|
|
this.carryOverMoneyNud.TabIndex = 3;
|
|
this.carryOverMoneyNud.Value = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// authorLabel
|
|
//
|
|
this.authorLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.authorLabel.Location = new System.Drawing.Point(2, 131);
|
|
this.authorLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.authorLabel.Name = "authorLabel";
|
|
this.authorLabel.Size = new System.Drawing.Size(96, 24);
|
|
this.authorLabel.TabIndex = 10;
|
|
this.authorLabel.Text = "Author";
|
|
this.authorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// authorTxt
|
|
//
|
|
this.authorTxt.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.authorTxt.Location = new System.Drawing.Point(102, 133);
|
|
this.authorTxt.Margin = new System.Windows.Forms.Padding(2);
|
|
this.authorTxt.Name = "authorTxt";
|
|
this.authorTxt.Size = new System.Drawing.Size(196, 20);
|
|
this.authorTxt.TabIndex = 11;
|
|
//
|
|
// 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(96, 25);
|
|
this.baseLabel.TabIndex = 12;
|
|
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(102, 157);
|
|
this.baseComboBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.baseComboBox.Name = "baseComboBox";
|
|
this.baseComboBox.Size = new System.Drawing.Size(196, 21);
|
|
this.baseComboBox.TabIndex = 13;
|
|
//
|
|
// themeComboBox
|
|
//
|
|
this.themeComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.themeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.themeComboBox.FormattingEnabled = true;
|
|
this.themeComboBox.Location = new System.Drawing.Point(102, 182);
|
|
this.themeComboBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.themeComboBox.Name = "themeComboBox";
|
|
this.themeComboBox.Size = new System.Drawing.Size(196, 21);
|
|
this.themeComboBox.TabIndex = 15;
|
|
//
|
|
// lblThemeClassic
|
|
//
|
|
this.lblThemeClassic.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lblThemeClassic.Location = new System.Drawing.Point(302, 180);
|
|
this.lblThemeClassic.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblThemeClassic.Name = "lblThemeClassic";
|
|
this.lblThemeClassic.Size = new System.Drawing.Size(96, 25);
|
|
this.lblThemeClassic.TabIndex = 33;
|
|
this.lblThemeClassic.Text = "(Classic only)";
|
|
this.lblThemeClassic.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// hasExpansionUnitsCheckBox
|
|
//
|
|
this.hasExpansionUnitsCheckBox.AutoSize = true;
|
|
this.hasExpansionUnitsCheckBox.Location = new System.Drawing.Point(102, 428);
|
|
this.hasExpansionUnitsCheckBox.Margin = new System.Windows.Forms.Padding(2);
|
|
this.hasExpansionUnitsCheckBox.Name = "hasExpansionUnitsCheckBox";
|
|
this.hasExpansionUnitsCheckBox.Size = new System.Drawing.Size(150, 17);
|
|
this.hasExpansionUnitsCheckBox.TabIndex = 32;
|
|
this.hasExpansionUnitsCheckBox.Text = "Aftermath Expansion Units";
|
|
this.hasExpansionUnitsCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// 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(400, 500);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.buildLevelNud)).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 carryOverMoneyLabel;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.Label percentLabel;
|
|
private System.Windows.Forms.Label playerLabel;
|
|
private System.Windows.Forms.TextBox nameTxt;
|
|
private MobiusEditor.Controls.ComboBoxSmartWidth playerComboBox;
|
|
private MobiusEditor.Controls.EnhNumericUpDown buildLevelNud;
|
|
private MobiusEditor.Controls.EnhNumericUpDown percentNud;
|
|
private MobiusEditor.Controls.EnhNumericUpDown carryOverMoneyNud;
|
|
private System.Windows.Forms.Label authorLabel;
|
|
private System.Windows.Forms.TextBox authorTxt;
|
|
private System.Windows.Forms.Label baseLabel;
|
|
private MobiusEditor.Controls.ComboBoxSmartWidth baseComboBox;
|
|
private System.Windows.Forms.Label win4Label;
|
|
private System.Windows.Forms.Label win3Label;
|
|
private System.Windows.Forms.Label win2Label;
|
|
private System.Windows.Forms.Label winLabel;
|
|
private System.Windows.Forms.Label actionLabel;
|
|
private System.Windows.Forms.Label briefLabel;
|
|
private System.Windows.Forms.Label introLabel;
|
|
private System.Windows.Forms.CheckBox isSinglePlayerCheckBox;
|
|
private MobiusEditor.Controls.ComboBoxSmartWidth win4ComboBox;
|
|
private MobiusEditor.Controls.ComboBoxSmartWidth win3ComboBox;
|
|
private MobiusEditor.Controls.ComboBoxSmartWidth win2ComboBox;
|
|
private MobiusEditor.Controls.ComboBoxSmartWidth winComboBox;
|
|
private MobiusEditor.Controls.ComboBoxSmartWidth actionComboBox;
|
|
private MobiusEditor.Controls.ComboBoxSmartWidth briefComboBox;
|
|
private MobiusEditor.Controls.ComboBoxSmartWidth introComboBox;
|
|
private MobiusEditor.Controls.ComboBoxSmartWidth loseComboBox;
|
|
private System.Windows.Forms.Label loseLabel;
|
|
private System.Windows.Forms.Label themeLabel;
|
|
private MobiusEditor.Controls.ComboBoxSmartWidth themeComboBox;
|
|
private System.Windows.Forms.Label lblThemeClassic;
|
|
private System.Windows.Forms.Label lblCarryoverClassic;
|
|
private System.Windows.Forms.Label lblWin4Remaster;
|
|
private System.Windows.Forms.Label lblWin3Remaster;
|
|
private System.Windows.Forms.Label lblWin2Remaster;
|
|
private System.Windows.Forms.CheckBox hasExpansionUnitsCheckBox;
|
|
}
|
|
}
|