301 lines
15 KiB
C#
301 lines
15 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.Dialogs
|
|||
|
{
|
|||
|
partial class NewMapDialog
|
|||
|
{
|
|||
|
/// <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 Windows Form 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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|||
|
this.btnCancel = new System.Windows.Forms.Button();
|
|||
|
this.btnOK = new System.Windows.Forms.Button();
|
|||
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
|
|||
|
this.radioTD = new System.Windows.Forms.RadioButton();
|
|||
|
this.radioRA = new System.Windows.Forms.RadioButton();
|
|||
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|||
|
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
|
|||
|
this.radioTheater1 = new System.Windows.Forms.RadioButton();
|
|||
|
this.radioTheater2 = new System.Windows.Forms.RadioButton();
|
|||
|
this.radioTheater3 = new System.Windows.Forms.RadioButton();
|
|||
|
this.tableLayoutPanel1.SuspendLayout();
|
|||
|
this.flowLayoutPanel1.SuspendLayout();
|
|||
|
this.flowLayoutPanel2.SuspendLayout();
|
|||
|
this.groupBox1.SuspendLayout();
|
|||
|
this.flowLayoutPanel3.SuspendLayout();
|
|||
|
this.groupBox2.SuspendLayout();
|
|||
|
this.flowLayoutPanel4.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// tableLayoutPanel1
|
|||
|
//
|
|||
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|||
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|||
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
|
|||
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 0, 0);
|
|||
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|||
|
this.tableLayoutPanel1.RowCount = 2;
|
|||
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|||
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|||
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
|
|||
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(356, 324);
|
|||
|
this.tableLayoutPanel1.TabIndex = 0;
|
|||
|
//
|
|||
|
// flowLayoutPanel1
|
|||
|
//
|
|||
|
this.flowLayoutPanel1.AutoSize = true;
|
|||
|
this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|||
|
this.flowLayoutPanel1.Controls.Add(this.btnCancel);
|
|||
|
this.flowLayoutPanel1.Controls.Add(this.btnOK);
|
|||
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
|
|||
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 295);
|
|||
|
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|||
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(352, 27);
|
|||
|
this.flowLayoutPanel1.TabIndex = 0;
|
|||
|
//
|
|||
|
// btnCancel
|
|||
|
//
|
|||
|
this.btnCancel.AutoSize = true;
|
|||
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
this.btnCancel.Location = new System.Drawing.Point(300, 2);
|
|||
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.btnCancel.Name = "btnCancel";
|
|||
|
this.btnCancel.Size = new System.Drawing.Size(50, 23);
|
|||
|
this.btnCancel.TabIndex = 1;
|
|||
|
this.btnCancel.Text = "&Cancel";
|
|||
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// btnOK
|
|||
|
//
|
|||
|
this.btnOK.AutoSize = true;
|
|||
|
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|||
|
this.btnOK.Location = new System.Drawing.Point(246, 2);
|
|||
|
this.btnOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.btnOK.Name = "btnOK";
|
|||
|
this.btnOK.Size = new System.Drawing.Size(50, 23);
|
|||
|
this.btnOK.TabIndex = 0;
|
|||
|
this.btnOK.Text = "&OK";
|
|||
|
this.btnOK.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// flowLayoutPanel2
|
|||
|
//
|
|||
|
this.flowLayoutPanel2.Controls.Add(this.groupBox1);
|
|||
|
this.flowLayoutPanel2.Controls.Add(this.groupBox2);
|
|||
|
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|||
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(2, 2);
|
|||
|
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
|||
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(352, 289);
|
|||
|
this.flowLayoutPanel2.TabIndex = 1;
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
this.groupBox1.Controls.Add(this.flowLayoutPanel3);
|
|||
|
this.groupBox1.Location = new System.Drawing.Point(2, 2);
|
|||
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.groupBox1.Name = "groupBox1";
|
|||
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.groupBox1.Size = new System.Drawing.Size(339, 70);
|
|||
|
this.groupBox1.TabIndex = 2;
|
|||
|
this.groupBox1.TabStop = false;
|
|||
|
this.groupBox1.Text = "Game Type";
|
|||
|
//
|
|||
|
// flowLayoutPanel3
|
|||
|
//
|
|||
|
this.flowLayoutPanel3.AutoSize = true;
|
|||
|
this.flowLayoutPanel3.Controls.Add(this.radioTD);
|
|||
|
this.flowLayoutPanel3.Controls.Add(this.radioRA);
|
|||
|
this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|||
|
this.flowLayoutPanel3.Location = new System.Drawing.Point(2, 15);
|
|||
|
this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
|
|||
|
this.flowLayoutPanel3.Size = new System.Drawing.Size(335, 53);
|
|||
|
this.flowLayoutPanel3.TabIndex = 0;
|
|||
|
//
|
|||
|
// radioTD
|
|||
|
//
|
|||
|
this.radioTD.AutoSize = true;
|
|||
|
this.radioTD.Checked = true;
|
|||
|
this.radioTD.Location = new System.Drawing.Point(2, 2);
|
|||
|
this.radioTD.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.radioTD.Name = "radioTD";
|
|||
|
this.radioTD.Size = new System.Drawing.Size(94, 17);
|
|||
|
this.radioTD.TabIndex = 0;
|
|||
|
this.radioTD.TabStop = true;
|
|||
|
this.radioTD.Text = "Tiberian Dawn";
|
|||
|
this.radioTD.UseVisualStyleBackColor = true;
|
|||
|
this.radioTD.CheckedChanged += new System.EventHandler(this.radioGameType_CheckedChanged);
|
|||
|
//
|
|||
|
// radioRA
|
|||
|
//
|
|||
|
this.radioRA.AutoSize = true;
|
|||
|
this.radioRA.Location = new System.Drawing.Point(2, 23);
|
|||
|
this.radioRA.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.radioRA.Name = "radioRA";
|
|||
|
this.radioRA.Size = new System.Drawing.Size(69, 17);
|
|||
|
this.radioRA.TabIndex = 1;
|
|||
|
this.radioRA.Text = "Red Alert";
|
|||
|
this.radioRA.UseVisualStyleBackColor = true;
|
|||
|
this.radioRA.CheckedChanged += new System.EventHandler(this.radioGameType_CheckedChanged);
|
|||
|
//
|
|||
|
// groupBox2
|
|||
|
//
|
|||
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.groupBox2.Controls.Add(this.flowLayoutPanel4);
|
|||
|
this.groupBox2.Location = new System.Drawing.Point(2, 76);
|
|||
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.groupBox2.Name = "groupBox2";
|
|||
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.groupBox2.Size = new System.Drawing.Size(339, 89);
|
|||
|
this.groupBox2.TabIndex = 3;
|
|||
|
this.groupBox2.TabStop = false;
|
|||
|
this.groupBox2.Text = "Theater";
|
|||
|
//
|
|||
|
// flowLayoutPanel4
|
|||
|
//
|
|||
|
this.flowLayoutPanel4.AutoSize = true;
|
|||
|
this.flowLayoutPanel4.Controls.Add(this.radioTheater1);
|
|||
|
this.flowLayoutPanel4.Controls.Add(this.radioTheater2);
|
|||
|
this.flowLayoutPanel4.Controls.Add(this.radioTheater3);
|
|||
|
this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|||
|
this.flowLayoutPanel4.Location = new System.Drawing.Point(2, 15);
|
|||
|
this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
|
|||
|
this.flowLayoutPanel4.Size = new System.Drawing.Size(335, 72);
|
|||
|
this.flowLayoutPanel4.TabIndex = 0;
|
|||
|
//
|
|||
|
// radioTheater1
|
|||
|
//
|
|||
|
this.radioTheater1.AutoSize = true;
|
|||
|
this.radioTheater1.Checked = true;
|
|||
|
this.radioTheater1.Location = new System.Drawing.Point(2, 2);
|
|||
|
this.radioTheater1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.radioTheater1.Name = "radioTheater1";
|
|||
|
this.radioTheater1.Size = new System.Drawing.Size(56, 17);
|
|||
|
this.radioTheater1.TabIndex = 0;
|
|||
|
this.radioTheater1.TabStop = true;
|
|||
|
this.radioTheater1.Text = "Desert";
|
|||
|
this.radioTheater1.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// radioTheater2
|
|||
|
//
|
|||
|
this.radioTheater2.AutoSize = true;
|
|||
|
this.radioTheater2.Location = new System.Drawing.Point(2, 23);
|
|||
|
this.radioTheater2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.radioTheater2.Name = "radioTheater2";
|
|||
|
this.radioTheater2.Size = new System.Drawing.Size(76, 17);
|
|||
|
this.radioTheater2.TabIndex = 1;
|
|||
|
this.radioTheater2.Text = "Temperate";
|
|||
|
this.radioTheater2.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// radioTheater3
|
|||
|
//
|
|||
|
this.radioTheater3.AutoSize = true;
|
|||
|
this.radioTheater3.Location = new System.Drawing.Point(2, 44);
|
|||
|
this.radioTheater3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.radioTheater3.Name = "radioTheater3";
|
|||
|
this.radioTheater3.Size = new System.Drawing.Size(56, 17);
|
|||
|
this.radioTheater3.TabIndex = 2;
|
|||
|
this.radioTheater3.TabStop = true;
|
|||
|
this.radioTheater3.Text = "Winter";
|
|||
|
this.radioTheater3.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// NewMapDialog
|
|||
|
//
|
|||
|
this.AcceptButton = this.btnOK;
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.CancelButton = this.btnCancel;
|
|||
|
this.ClientSize = new System.Drawing.Size(356, 324);
|
|||
|
this.ControlBox = false;
|
|||
|
this.Controls.Add(this.tableLayoutPanel1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|||
|
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "NewMapDialog";
|
|||
|
this.ShowIcon = false;
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "New Map";
|
|||
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|||
|
this.tableLayoutPanel1.PerformLayout();
|
|||
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|||
|
this.flowLayoutPanel1.PerformLayout();
|
|||
|
this.flowLayoutPanel2.ResumeLayout(false);
|
|||
|
this.groupBox1.ResumeLayout(false);
|
|||
|
this.groupBox1.PerformLayout();
|
|||
|
this.flowLayoutPanel3.ResumeLayout(false);
|
|||
|
this.flowLayoutPanel3.PerformLayout();
|
|||
|
this.groupBox2.ResumeLayout(false);
|
|||
|
this.groupBox2.PerformLayout();
|
|||
|
this.flowLayoutPanel4.ResumeLayout(false);
|
|||
|
this.flowLayoutPanel4.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|||
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|||
|
private System.Windows.Forms.Button btnCancel;
|
|||
|
private System.Windows.Forms.Button btnOK;
|
|||
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|||
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
private System.Windows.Forms.GroupBox groupBox2;
|
|||
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
|
|||
|
private System.Windows.Forms.RadioButton radioTD;
|
|||
|
private System.Windows.Forms.RadioButton radioRA;
|
|||
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
|
|||
|
private System.Windows.Forms.RadioButton radioTheater1;
|
|||
|
private System.Windows.Forms.RadioButton radioTheater2;
|
|||
|
private System.Windows.Forms.RadioButton radioTheater3;
|
|||
|
}
|
|||
|
}
|