CnC_Remastered_Collection

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

TerrainProperties.Designer.cs (5498B)


      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.Controls
     16 {
     17     partial class TerrainProperties
     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 Component 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.label5 = new System.Windows.Forms.Label();
     47             this.triggerComboBox = new MobiusEditor.Controls.PropertiesComboBox();
     48             this.tableLayoutPanel1.SuspendLayout();
     49             this.SuspendLayout();
     50             // 
     51             // tableLayoutPanel1
     52             // 
     53             this.tableLayoutPanel1.ColumnCount = 2;
     54             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.25F));
     55             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68.75F));
     56             this.tableLayoutPanel1.Controls.Add(this.label5, 0, 0);
     57             this.tableLayoutPanel1.Controls.Add(this.triggerComboBox, 1, 0);
     58             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     59             this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     60             this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     61             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     62             this.tableLayoutPanel1.RowCount = 1;
     63             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     64             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     65             this.tableLayoutPanel1.Size = new System.Drawing.Size(336, 38);
     66             this.tableLayoutPanel1.TabIndex = 0;
     67             // 
     68             // label5
     69             // 
     70             this.label5.AutoSize = true;
     71             this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
     72             this.label5.Location = new System.Drawing.Point(4, 0);
     73             this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     74             this.label5.Name = "label5";
     75             this.label5.Size = new System.Drawing.Size(97, 38);
     76             this.label5.TabIndex = 4;
     77             this.label5.Text = "Trigger";
     78             this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     79             // 
     80             // triggerComboBox
     81             // 
     82             this.triggerComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
     83             this.triggerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     84             this.triggerComboBox.FormattingEnabled = true;
     85             this.triggerComboBox.Location = new System.Drawing.Point(109, 5);
     86             this.triggerComboBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     87             this.triggerComboBox.Name = "triggerComboBox";
     88             this.triggerComboBox.Size = new System.Drawing.Size(223, 28);
     89             this.triggerComboBox.TabIndex = 9;
     90             this.triggerComboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedValueChanged);
     91             // 
     92             // TriggerProperties
     93             // 
     94             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     95             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     96             this.Controls.Add(this.tableLayoutPanel1);
     97             this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     98             this.Name = "TriggerProperties";
     99             this.Size = new System.Drawing.Size(336, 38);
    100             this.tableLayoutPanel1.ResumeLayout(false);
    101             this.tableLayoutPanel1.PerformLayout();
    102             this.ResumeLayout(false);
    103 
    104         }
    105 
    106         #endregion
    107 
    108         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
    109         private System.Windows.Forms.Label label5;
    110         private MobiusEditor.Controls.PropertiesComboBox triggerComboBox;
    111     }
    112 }