CnC_Remastered_Collection

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

ObjectProperties.Designer.cs (18813B)


      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 ObjectProperties
     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.label1 = new System.Windows.Forms.Label();
     47             this.label2 = new System.Windows.Forms.Label();
     48             this.directionLabel = new System.Windows.Forms.Label();
     49             this.missionLabel = new System.Windows.Forms.Label();
     50             this.label5 = new System.Windows.Forms.Label();
     51             this.houseComboBox = new MobiusEditor.Controls.PropertiesComboBox();
     52             this.strengthNud = new System.Windows.Forms.NumericUpDown();
     53             this.directionComboBox = new MobiusEditor.Controls.PropertiesComboBox();
     54             this.missionComboBox = new MobiusEditor.Controls.PropertiesComboBox();
     55             this.triggerComboBox = new MobiusEditor.Controls.PropertiesComboBox();
     56             this.basePriorityNud = new System.Windows.Forms.NumericUpDown();
     57             this.prebuiltCheckBox = new System.Windows.Forms.CheckBox();
     58             this.basePriorityLabel = new System.Windows.Forms.Label();
     59             this.sellableCheckBox = new System.Windows.Forms.CheckBox();
     60             this.rebuildCheckBox = new System.Windows.Forms.CheckBox();
     61             this.tableLayoutPanel1.SuspendLayout();
     62             ((System.ComponentModel.ISupportInitialize)(this.strengthNud)).BeginInit();
     63             ((System.ComponentModel.ISupportInitialize)(this.basePriorityNud)).BeginInit();
     64             this.SuspendLayout();
     65             // 
     66             // tableLayoutPanel1
     67             // 
     68             this.tableLayoutPanel1.ColumnCount = 2;
     69             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.25F));
     70             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68.75F));
     71             this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     72             this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     73             this.tableLayoutPanel1.Controls.Add(this.directionLabel, 0, 2);
     74             this.tableLayoutPanel1.Controls.Add(this.missionLabel, 0, 3);
     75             this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
     76             this.tableLayoutPanel1.Controls.Add(this.houseComboBox, 1, 0);
     77             this.tableLayoutPanel1.Controls.Add(this.strengthNud, 1, 1);
     78             this.tableLayoutPanel1.Controls.Add(this.directionComboBox, 1, 2);
     79             this.tableLayoutPanel1.Controls.Add(this.missionComboBox, 1, 3);
     80             this.tableLayoutPanel1.Controls.Add(this.triggerComboBox, 1, 4);
     81             this.tableLayoutPanel1.Controls.Add(this.basePriorityNud, 1, 5);
     82             this.tableLayoutPanel1.Controls.Add(this.prebuiltCheckBox, 1, 7);
     83             this.tableLayoutPanel1.Controls.Add(this.basePriorityLabel, 0, 5);
     84             this.tableLayoutPanel1.Controls.Add(this.sellableCheckBox, 1, 8);
     85             this.tableLayoutPanel1.Controls.Add(this.rebuildCheckBox, 1, 9);
     86             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     87             this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     88             this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
     89             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     90             this.tableLayoutPanel1.RowCount = 11;
     91             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     92             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     93             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     94             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     95             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     96             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     97             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     98             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     99             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
    100             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
    101             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
    102             this.tableLayoutPanel1.Size = new System.Drawing.Size(299, 262);
    103             this.tableLayoutPanel1.TabIndex = 0;
    104             // 
    105             // label1
    106             // 
    107             this.label1.AutoSize = true;
    108             this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
    109             this.label1.Location = new System.Drawing.Point(4, 0);
    110             this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
    111             this.label1.Name = "label1";
    112             this.label1.Size = new System.Drawing.Size(85, 32);
    113             this.label1.TabIndex = 0;
    114             this.label1.Text = "House";
    115             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    116             // 
    117             // label2
    118             // 
    119             this.label2.AutoSize = true;
    120             this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
    121             this.label2.Location = new System.Drawing.Point(4, 32);
    122             this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
    123             this.label2.Name = "label2";
    124             this.label2.Size = new System.Drawing.Size(85, 30);
    125             this.label2.TabIndex = 1;
    126             this.label2.Text = "Strength";
    127             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    128             // 
    129             // directionLabel
    130             // 
    131             this.directionLabel.AutoSize = true;
    132             this.directionLabel.Dock = System.Windows.Forms.DockStyle.Fill;
    133             this.directionLabel.Location = new System.Drawing.Point(4, 62);
    134             this.directionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
    135             this.directionLabel.Name = "directionLabel";
    136             this.directionLabel.Size = new System.Drawing.Size(85, 32);
    137             this.directionLabel.TabIndex = 2;
    138             this.directionLabel.Text = "Direction";
    139             this.directionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    140             // 
    141             // missionLabel
    142             // 
    143             this.missionLabel.AutoSize = true;
    144             this.missionLabel.Dock = System.Windows.Forms.DockStyle.Fill;
    145             this.missionLabel.Location = new System.Drawing.Point(4, 94);
    146             this.missionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
    147             this.missionLabel.Name = "missionLabel";
    148             this.missionLabel.Size = new System.Drawing.Size(85, 32);
    149             this.missionLabel.TabIndex = 3;
    150             this.missionLabel.Text = "Mission";
    151             this.missionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    152             // 
    153             // label5
    154             // 
    155             this.label5.AutoSize = true;
    156             this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
    157             this.label5.Location = new System.Drawing.Point(4, 126);
    158             this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
    159             this.label5.Name = "label5";
    160             this.label5.Size = new System.Drawing.Size(85, 32);
    161             this.label5.TabIndex = 4;
    162             this.label5.Text = "Trigger";
    163             this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    164             // 
    165             // houseComboBox
    166             // 
    167             this.houseComboBox.DisplayMember = "Name";
    168             this.houseComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    169             this.houseComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    170             this.houseComboBox.FormattingEnabled = true;
    171             this.houseComboBox.Location = new System.Drawing.Point(97, 4);
    172             this.houseComboBox.Margin = new System.Windows.Forms.Padding(4);
    173             this.houseComboBox.Name = "houseComboBox";
    174             this.houseComboBox.Size = new System.Drawing.Size(198, 24);
    175             this.houseComboBox.TabIndex = 5;
    176             this.houseComboBox.ValueMember = "Type";
    177             this.houseComboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedValueChanged);
    178             // 
    179             // strengthNud
    180             // 
    181             this.strengthNud.Dock = System.Windows.Forms.DockStyle.Fill;
    182             this.strengthNud.Location = new System.Drawing.Point(97, 36);
    183             this.strengthNud.Margin = new System.Windows.Forms.Padding(4);
    184             this.strengthNud.Maximum = new decimal(new int[] {
    185             256,
    186             0,
    187             0,
    188             0});
    189             this.strengthNud.Minimum = new decimal(new int[] {
    190             1,
    191             0,
    192             0,
    193             0});
    194             this.strengthNud.Name = "strengthNud";
    195             this.strengthNud.Size = new System.Drawing.Size(198, 22);
    196             this.strengthNud.TabIndex = 6;
    197             this.strengthNud.Value = new decimal(new int[] {
    198             256,
    199             0,
    200             0,
    201             0});
    202             this.strengthNud.ValueChanged += new System.EventHandler(this.nud_ValueChanged);
    203             // 
    204             // directionComboBox
    205             // 
    206             this.directionComboBox.DisplayMember = "Name";
    207             this.directionComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    208             this.directionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    209             this.directionComboBox.FormattingEnabled = true;
    210             this.directionComboBox.Location = new System.Drawing.Point(97, 66);
    211             this.directionComboBox.Margin = new System.Windows.Forms.Padding(4);
    212             this.directionComboBox.Name = "directionComboBox";
    213             this.directionComboBox.Size = new System.Drawing.Size(198, 24);
    214             this.directionComboBox.TabIndex = 7;
    215             this.directionComboBox.ValueMember = "Type";
    216             this.directionComboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedValueChanged);
    217             // 
    218             // missionComboBox
    219             // 
    220             this.missionComboBox.DisplayMember = "Name";
    221             this.missionComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    222             this.missionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    223             this.missionComboBox.FormattingEnabled = true;
    224             this.missionComboBox.Location = new System.Drawing.Point(97, 98);
    225             this.missionComboBox.Margin = new System.Windows.Forms.Padding(4);
    226             this.missionComboBox.Name = "missionComboBox";
    227             this.missionComboBox.Size = new System.Drawing.Size(198, 24);
    228             this.missionComboBox.TabIndex = 8;
    229             this.missionComboBox.ValueMember = "Type";
    230             this.missionComboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedValueChanged);
    231             // 
    232             // triggerComboBox
    233             // 
    234             this.triggerComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    235             this.triggerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    236             this.triggerComboBox.FormattingEnabled = true;
    237             this.triggerComboBox.Location = new System.Drawing.Point(97, 130);
    238             this.triggerComboBox.Margin = new System.Windows.Forms.Padding(4);
    239             this.triggerComboBox.Name = "triggerComboBox";
    240             this.triggerComboBox.Size = new System.Drawing.Size(198, 24);
    241             this.triggerComboBox.TabIndex = 9;
    242             this.triggerComboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedValueChanged);
    243             // 
    244             // basePriorityNud
    245             // 
    246             this.basePriorityNud.Dock = System.Windows.Forms.DockStyle.Fill;
    247             this.basePriorityNud.Location = new System.Drawing.Point(96, 160);
    248             this.basePriorityNud.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
    249             this.basePriorityNud.Maximum = new decimal(new int[] {
    250             2147483647,
    251             0,
    252             0,
    253             0});
    254             this.basePriorityNud.Minimum = new decimal(new int[] {
    255             1,
    256             0,
    257             0,
    258             -2147483648});
    259             this.basePriorityNud.Name = "basePriorityNud";
    260             this.basePriorityNud.Size = new System.Drawing.Size(200, 22);
    261             this.basePriorityNud.TabIndex = 11;
    262             this.basePriorityNud.ValueChanged += new System.EventHandler(this.nud_ValueChanged);
    263             // 
    264             // prebuiltCheckBox
    265             // 
    266             this.prebuiltCheckBox.AutoSize = true;
    267             this.prebuiltCheckBox.Location = new System.Drawing.Point(96, 186);
    268             this.prebuiltCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
    269             this.prebuiltCheckBox.Name = "prebuiltCheckBox";
    270             this.prebuiltCheckBox.Size = new System.Drawing.Size(78, 21);
    271             this.prebuiltCheckBox.TabIndex = 12;
    272             this.prebuiltCheckBox.Text = "Prebuilt";
    273             this.prebuiltCheckBox.UseVisualStyleBackColor = true;
    274             this.prebuiltCheckBox.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
    275             // 
    276             // basePriorityLabel
    277             // 
    278             this.basePriorityLabel.Dock = System.Windows.Forms.DockStyle.Fill;
    279             this.basePriorityLabel.Location = new System.Drawing.Point(3, 158);
    280             this.basePriorityLabel.Name = "basePriorityLabel";
    281             this.basePriorityLabel.Size = new System.Drawing.Size(87, 26);
    282             this.basePriorityLabel.TabIndex = 13;
    283             this.basePriorityLabel.Text = "Base Priority";
    284             this.basePriorityLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    285             // 
    286             // sellableCheckBox
    287             // 
    288             this.sellableCheckBox.AutoSize = true;
    289             this.sellableCheckBox.Location = new System.Drawing.Point(96, 211);
    290             this.sellableCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
    291             this.sellableCheckBox.Name = "sellableCheckBox";
    292             this.sellableCheckBox.Size = new System.Drawing.Size(80, 21);
    293             this.sellableCheckBox.TabIndex = 14;
    294             this.sellableCheckBox.Text = "Sellable";
    295             this.sellableCheckBox.UseVisualStyleBackColor = true;
    296             this.sellableCheckBox.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
    297             // 
    298             // rebuildCheckBox
    299             // 
    300             this.rebuildCheckBox.AutoSize = true;
    301             this.rebuildCheckBox.Location = new System.Drawing.Point(96, 236);
    302             this.rebuildCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
    303             this.rebuildCheckBox.Name = "rebuildCheckBox";
    304             this.rebuildCheckBox.Size = new System.Drawing.Size(78, 21);
    305             this.rebuildCheckBox.TabIndex = 15;
    306             this.rebuildCheckBox.Text = "Rebuild";
    307             this.rebuildCheckBox.UseVisualStyleBackColor = true;
    308             this.rebuildCheckBox.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
    309             // 
    310             // ObjectProperties
    311             // 
    312             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
    313             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    314             this.Controls.Add(this.tableLayoutPanel1);
    315             this.Margin = new System.Windows.Forms.Padding(4);
    316             this.Name = "ObjectProperties";
    317             this.Size = new System.Drawing.Size(299, 262);
    318             this.tableLayoutPanel1.ResumeLayout(false);
    319             this.tableLayoutPanel1.PerformLayout();
    320             ((System.ComponentModel.ISupportInitialize)(this.strengthNud)).EndInit();
    321             ((System.ComponentModel.ISupportInitialize)(this.basePriorityNud)).EndInit();
    322             this.ResumeLayout(false);
    323 
    324         }
    325 
    326         #endregion
    327 
    328         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
    329         private System.Windows.Forms.Label label1;
    330         private System.Windows.Forms.Label label2;
    331         private System.Windows.Forms.Label directionLabel;
    332         private System.Windows.Forms.Label missionLabel;
    333         private System.Windows.Forms.Label label5;
    334         private MobiusEditor.Controls.PropertiesComboBox houseComboBox;
    335         private System.Windows.Forms.NumericUpDown strengthNud;
    336         private MobiusEditor.Controls.PropertiesComboBox directionComboBox;
    337         private MobiusEditor.Controls.PropertiesComboBox missionComboBox;
    338         private MobiusEditor.Controls.PropertiesComboBox triggerComboBox;
    339         private System.Windows.Forms.NumericUpDown basePriorityNud;
    340         private System.Windows.Forms.CheckBox prebuiltCheckBox;
    341         private System.Windows.Forms.Label basePriorityLabel;
    342         private System.Windows.Forms.CheckBox sellableCheckBox;
    343         private System.Windows.Forms.CheckBox rebuildCheckBox;
    344     }
    345 }