CnC_Remastered_Collection

Command and Conquer: Red Alert
Log | Files | Refs | README | LICENSE

NewMapDialog.Designer.cs (15734B)


      1 //
      2 // Copyright 2020 Electronic Arts Inc.
      3 //
      4 // The Command & Conquer Map Editor and corresponding source code is free 
      5 // software: you can redistribute it and/or modify it under the terms of 
      6 // the GNU General Public License as published by the Free Software Foundation, 
      7 // either version 3 of the License, or (at your option) any later version.
      8 
      9 // The Command & Conquer Map Editor and corresponding source code is distributed 
     10 // in the hope that it will be useful, but with permitted additional restrictions 
     11 // under Section 7 of the GPL. See the GNU General Public License in LICENSE.TXT 
     12 // distributed with this program. You should have received a copy of the 
     13 // GNU General Public License along with permitted additional restrictions 
     14 // with this program. If not, see https://github.com/electronicarts/CnC_Remastered_Collection
     15 namespace MobiusEditor.Dialogs
     16 {
     17     partial class NewMapDialog
     18     {
     19         /// <summary>
     20         /// Required designer variable.
     21         /// </summary>
     22         private System.ComponentModel.IContainer components = null;
     23 
     24         /// <summary>
     25         /// Clean up any resources being used.
     26         /// </summary>
     27         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
     28         protected override void Dispose(bool disposing)
     29         {
     30             if (disposing && (components != null))
     31             {
     32                 components.Dispose();
     33             }
     34             base.Dispose(disposing);
     35         }
     36 
     37         #region Windows Form Designer generated code
     38 
     39         /// <summary>
     40         /// Required method for Designer support - do not modify
     41         /// the contents of this method with the code editor.
     42         /// </summary>
     43         private void InitializeComponent()
     44         {
     45             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     46             this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     47             this.btnCancel = new System.Windows.Forms.Button();
     48             this.btnOK = new System.Windows.Forms.Button();
     49             this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
     50             this.groupBox1 = new System.Windows.Forms.GroupBox();
     51             this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
     52             this.radioTD = new System.Windows.Forms.RadioButton();
     53             this.radioRA = new System.Windows.Forms.RadioButton();
     54             this.groupBox2 = new System.Windows.Forms.GroupBox();
     55             this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
     56             this.radioTheater1 = new System.Windows.Forms.RadioButton();
     57             this.radioTheater2 = new System.Windows.Forms.RadioButton();
     58             this.radioTheater3 = new System.Windows.Forms.RadioButton();
     59             this.tableLayoutPanel1.SuspendLayout();
     60             this.flowLayoutPanel1.SuspendLayout();
     61             this.flowLayoutPanel2.SuspendLayout();
     62             this.groupBox1.SuspendLayout();
     63             this.flowLayoutPanel3.SuspendLayout();
     64             this.groupBox2.SuspendLayout();
     65             this.flowLayoutPanel4.SuspendLayout();
     66             this.SuspendLayout();
     67             // 
     68             // tableLayoutPanel1
     69             // 
     70             this.tableLayoutPanel1.ColumnCount = 1;
     71             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     72             this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
     73             this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 0, 0);
     74             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     75             this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     76             this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     77             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     78             this.tableLayoutPanel1.RowCount = 2;
     79             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     80             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     81             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
     82             this.tableLayoutPanel1.Size = new System.Drawing.Size(356, 324);
     83             this.tableLayoutPanel1.TabIndex = 0;
     84             // 
     85             // flowLayoutPanel1
     86             // 
     87             this.flowLayoutPanel1.AutoSize = true;
     88             this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     89             this.flowLayoutPanel1.Controls.Add(this.btnCancel);
     90             this.flowLayoutPanel1.Controls.Add(this.btnOK);
     91             this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     92             this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     93             this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 295);
     94             this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     95             this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     96             this.flowLayoutPanel1.Size = new System.Drawing.Size(352, 27);
     97             this.flowLayoutPanel1.TabIndex = 0;
     98             // 
     99             // btnCancel
    100             // 
    101             this.btnCancel.AutoSize = true;
    102             this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    103             this.btnCancel.Location = new System.Drawing.Point(300, 2);
    104             this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    105             this.btnCancel.Name = "btnCancel";
    106             this.btnCancel.Size = new System.Drawing.Size(50, 23);
    107             this.btnCancel.TabIndex = 1;
    108             this.btnCancel.Text = "&Cancel";
    109             this.btnCancel.UseVisualStyleBackColor = true;
    110             // 
    111             // btnOK
    112             // 
    113             this.btnOK.AutoSize = true;
    114             this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
    115             this.btnOK.Location = new System.Drawing.Point(246, 2);
    116             this.btnOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    117             this.btnOK.Name = "btnOK";
    118             this.btnOK.Size = new System.Drawing.Size(50, 23);
    119             this.btnOK.TabIndex = 0;
    120             this.btnOK.Text = "&OK";
    121             this.btnOK.UseVisualStyleBackColor = true;
    122             // 
    123             // flowLayoutPanel2
    124             // 
    125             this.flowLayoutPanel2.Controls.Add(this.groupBox1);
    126             this.flowLayoutPanel2.Controls.Add(this.groupBox2);
    127             this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
    128             this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
    129             this.flowLayoutPanel2.Location = new System.Drawing.Point(2, 2);
    130             this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    131             this.flowLayoutPanel2.Name = "flowLayoutPanel2";
    132             this.flowLayoutPanel2.Size = new System.Drawing.Size(352, 289);
    133             this.flowLayoutPanel2.TabIndex = 1;
    134             // 
    135             // groupBox1
    136             // 
    137             this.groupBox1.Controls.Add(this.flowLayoutPanel3);
    138             this.groupBox1.Location = new System.Drawing.Point(2, 2);
    139             this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    140             this.groupBox1.Name = "groupBox1";
    141             this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
    142             this.groupBox1.Size = new System.Drawing.Size(339, 70);
    143             this.groupBox1.TabIndex = 2;
    144             this.groupBox1.TabStop = false;
    145             this.groupBox1.Text = "Game Type";
    146             // 
    147             // flowLayoutPanel3
    148             // 
    149             this.flowLayoutPanel3.AutoSize = true;
    150             this.flowLayoutPanel3.Controls.Add(this.radioTD);
    151             this.flowLayoutPanel3.Controls.Add(this.radioRA);
    152             this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
    153             this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
    154             this.flowLayoutPanel3.Location = new System.Drawing.Point(2, 15);
    155             this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    156             this.flowLayoutPanel3.Name = "flowLayoutPanel3";
    157             this.flowLayoutPanel3.Size = new System.Drawing.Size(335, 53);
    158             this.flowLayoutPanel3.TabIndex = 0;
    159             // 
    160             // radioTD
    161             // 
    162             this.radioTD.AutoSize = true;
    163             this.radioTD.Checked = true;
    164             this.radioTD.Location = new System.Drawing.Point(2, 2);
    165             this.radioTD.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    166             this.radioTD.Name = "radioTD";
    167             this.radioTD.Size = new System.Drawing.Size(94, 17);
    168             this.radioTD.TabIndex = 0;
    169             this.radioTD.TabStop = true;
    170             this.radioTD.Text = "Tiberian Dawn";
    171             this.radioTD.UseVisualStyleBackColor = true;
    172             this.radioTD.CheckedChanged += new System.EventHandler(this.radioGameType_CheckedChanged);
    173             // 
    174             // radioRA
    175             // 
    176             this.radioRA.AutoSize = true;
    177             this.radioRA.Location = new System.Drawing.Point(2, 23);
    178             this.radioRA.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    179             this.radioRA.Name = "radioRA";
    180             this.radioRA.Size = new System.Drawing.Size(69, 17);
    181             this.radioRA.TabIndex = 1;
    182             this.radioRA.Text = "Red Alert";
    183             this.radioRA.UseVisualStyleBackColor = true;
    184             this.radioRA.CheckedChanged += new System.EventHandler(this.radioGameType_CheckedChanged);
    185             // 
    186             // groupBox2
    187             // 
    188             this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
    189             this.groupBox2.Controls.Add(this.flowLayoutPanel4);
    190             this.groupBox2.Location = new System.Drawing.Point(2, 76);
    191             this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    192             this.groupBox2.Name = "groupBox2";
    193             this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
    194             this.groupBox2.Size = new System.Drawing.Size(339, 89);
    195             this.groupBox2.TabIndex = 3;
    196             this.groupBox2.TabStop = false;
    197             this.groupBox2.Text = "Theater";
    198             // 
    199             // flowLayoutPanel4
    200             // 
    201             this.flowLayoutPanel4.AutoSize = true;
    202             this.flowLayoutPanel4.Controls.Add(this.radioTheater1);
    203             this.flowLayoutPanel4.Controls.Add(this.radioTheater2);
    204             this.flowLayoutPanel4.Controls.Add(this.radioTheater3);
    205             this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
    206             this.flowLayoutPanel4.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
    207             this.flowLayoutPanel4.Location = new System.Drawing.Point(2, 15);
    208             this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    209             this.flowLayoutPanel4.Name = "flowLayoutPanel4";
    210             this.flowLayoutPanel4.Size = new System.Drawing.Size(335, 72);
    211             this.flowLayoutPanel4.TabIndex = 0;
    212             // 
    213             // radioTheater1
    214             // 
    215             this.radioTheater1.AutoSize = true;
    216             this.radioTheater1.Checked = true;
    217             this.radioTheater1.Location = new System.Drawing.Point(2, 2);
    218             this.radioTheater1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    219             this.radioTheater1.Name = "radioTheater1";
    220             this.radioTheater1.Size = new System.Drawing.Size(56, 17);
    221             this.radioTheater1.TabIndex = 0;
    222             this.radioTheater1.TabStop = true;
    223             this.radioTheater1.Text = "Desert";
    224             this.radioTheater1.UseVisualStyleBackColor = true;
    225             // 
    226             // radioTheater2
    227             // 
    228             this.radioTheater2.AutoSize = true;
    229             this.radioTheater2.Location = new System.Drawing.Point(2, 23);
    230             this.radioTheater2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    231             this.radioTheater2.Name = "radioTheater2";
    232             this.radioTheater2.Size = new System.Drawing.Size(76, 17);
    233             this.radioTheater2.TabIndex = 1;
    234             this.radioTheater2.Text = "Temperate";
    235             this.radioTheater2.UseVisualStyleBackColor = true;
    236             // 
    237             // radioTheater3
    238             // 
    239             this.radioTheater3.AutoSize = true;
    240             this.radioTheater3.Location = new System.Drawing.Point(2, 44);
    241             this.radioTheater3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    242             this.radioTheater3.Name = "radioTheater3";
    243             this.radioTheater3.Size = new System.Drawing.Size(56, 17);
    244             this.radioTheater3.TabIndex = 2;
    245             this.radioTheater3.TabStop = true;
    246             this.radioTheater3.Text = "Winter";
    247             this.radioTheater3.UseVisualStyleBackColor = true;
    248             // 
    249             // NewMapDialog
    250             // 
    251             this.AcceptButton = this.btnOK;
    252             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    253             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    254             this.CancelButton = this.btnCancel;
    255             this.ClientSize = new System.Drawing.Size(356, 324);
    256             this.ControlBox = false;
    257             this.Controls.Add(this.tableLayoutPanel1);
    258             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    259             this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
    260             this.MaximizeBox = false;
    261             this.MinimizeBox = false;
    262             this.Name = "NewMapDialog";
    263             this.ShowIcon = false;
    264             this.ShowInTaskbar = false;
    265             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    266             this.Text = "New Map";
    267             this.tableLayoutPanel1.ResumeLayout(false);
    268             this.tableLayoutPanel1.PerformLayout();
    269             this.flowLayoutPanel1.ResumeLayout(false);
    270             this.flowLayoutPanel1.PerformLayout();
    271             this.flowLayoutPanel2.ResumeLayout(false);
    272             this.groupBox1.ResumeLayout(false);
    273             this.groupBox1.PerformLayout();
    274             this.flowLayoutPanel3.ResumeLayout(false);
    275             this.flowLayoutPanel3.PerformLayout();
    276             this.groupBox2.ResumeLayout(false);
    277             this.groupBox2.PerformLayout();
    278             this.flowLayoutPanel4.ResumeLayout(false);
    279             this.flowLayoutPanel4.PerformLayout();
    280             this.ResumeLayout(false);
    281 
    282         }
    283 
    284         #endregion
    285 
    286         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
    287         private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
    288         private System.Windows.Forms.Button btnCancel;
    289         private System.Windows.Forms.Button btnOK;
    290         private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
    291         private System.Windows.Forms.GroupBox groupBox1;
    292         private System.Windows.Forms.GroupBox groupBox2;
    293         private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
    294         private System.Windows.Forms.RadioButton radioTD;
    295         private System.Windows.Forms.RadioButton radioRA;
    296         private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
    297         private System.Windows.Forms.RadioButton radioTheater1;
    298         private System.Windows.Forms.RadioButton radioTheater2;
    299         private System.Windows.Forms.RadioButton radioTheater3;
    300     }
    301 }