CnC_Remastered_Collection

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

TriggersDialog.Designer.cs (38723B)


      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 TriggersDialog
     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.components = new System.ComponentModel.Container();
     46             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     47             this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     48             this.btnCancel = new System.Windows.Forms.Button();
     49             this.btnOK = new System.Windows.Forms.Button();
     50             this.settingsPanel = new System.Windows.Forms.Panel();
     51             this.triggersTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     52             this.label1 = new System.Windows.Forms.Label();
     53             this.houseComboBox = new System.Windows.Forms.ComboBox();
     54             this.typeLabel = new System.Windows.Forms.Label();
     55             this.event1Label = new System.Windows.Forms.Label();
     56             this.event2Label = new System.Windows.Forms.Label();
     57             this.action1Label = new System.Windows.Forms.Label();
     58             this.action2Label = new System.Windows.Forms.Label();
     59             this.action1ComboBox = new System.Windows.Forms.ComboBox();
     60             this.action2ComboBox = new System.Windows.Forms.ComboBox();
     61             this.existenceLabel = new System.Windows.Forms.Label();
     62             this.existenceComboBox = new System.Windows.Forms.ComboBox();
     63             this.typeComboBox = new System.Windows.Forms.ComboBox();
     64             this.event1ComboBox = new System.Windows.Forms.ComboBox();
     65             this.event2ComboBox = new System.Windows.Forms.ComboBox();
     66             this.teamLabel = new System.Windows.Forms.Label();
     67             this.teamComboBox = new System.Windows.Forms.ComboBox();
     68             this.event1Flp = new System.Windows.Forms.FlowLayoutPanel();
     69             this.event1Nud = new System.Windows.Forms.NumericUpDown();
     70             this.event1ValueComboBox = new System.Windows.Forms.ComboBox();
     71             this.event2Flp = new System.Windows.Forms.FlowLayoutPanel();
     72             this.event2Nud = new System.Windows.Forms.NumericUpDown();
     73             this.event2ValueComboBox = new System.Windows.Forms.ComboBox();
     74             this.action1Flp = new System.Windows.Forms.FlowLayoutPanel();
     75             this.action1Nud = new System.Windows.Forms.NumericUpDown();
     76             this.action1ValueComboBox = new System.Windows.Forms.ComboBox();
     77             this.action2Flp = new System.Windows.Forms.FlowLayoutPanel();
     78             this.action2Nud = new System.Windows.Forms.NumericUpDown();
     79             this.action2ValueComboBox = new System.Windows.Forms.ComboBox();
     80             this.triggersListView = new System.Windows.Forms.ListView();
     81             this.nameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     82             this.triggersContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     83             this.addTriggerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     84             this.removeTriggerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     85             this.tableLayoutPanel1.SuspendLayout();
     86             this.flowLayoutPanel1.SuspendLayout();
     87             this.settingsPanel.SuspendLayout();
     88             this.triggersTableLayoutPanel.SuspendLayout();
     89             this.event1Flp.SuspendLayout();
     90             ((System.ComponentModel.ISupportInitialize)(this.event1Nud)).BeginInit();
     91             this.event2Flp.SuspendLayout();
     92             ((System.ComponentModel.ISupportInitialize)(this.event2Nud)).BeginInit();
     93             this.action1Flp.SuspendLayout();
     94             ((System.ComponentModel.ISupportInitialize)(this.action1Nud)).BeginInit();
     95             this.action2Flp.SuspendLayout();
     96             ((System.ComponentModel.ISupportInitialize)(this.action2Nud)).BeginInit();
     97             this.triggersContextMenuStrip.SuspendLayout();
     98             this.SuspendLayout();
     99             // 
    100             // tableLayoutPanel1
    101             // 
    102             this.tableLayoutPanel1.ColumnCount = 2;
    103             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
    104             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
    105             this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
    106             this.tableLayoutPanel1.Controls.Add(this.settingsPanel, 1, 0);
    107             this.tableLayoutPanel1.Controls.Add(this.triggersListView, 0, 0);
    108             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
    109             this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
    110             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
    111             this.tableLayoutPanel1.RowCount = 2;
    112             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
    113             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
    114             this.tableLayoutPanel1.Size = new System.Drawing.Size(562, 499);
    115             this.tableLayoutPanel1.TabIndex = 1;
    116             // 
    117             // flowLayoutPanel1
    118             // 
    119             this.flowLayoutPanel1.AutoSize = true;
    120             this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    121             this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 2);
    122             this.flowLayoutPanel1.Controls.Add(this.btnCancel);
    123             this.flowLayoutPanel1.Controls.Add(this.btnOK);
    124             this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
    125             this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
    126             this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 462);
    127             this.flowLayoutPanel1.Name = "flowLayoutPanel1";
    128             this.flowLayoutPanel1.Size = new System.Drawing.Size(556, 34);
    129             this.flowLayoutPanel1.TabIndex = 1;
    130             // 
    131             // btnCancel
    132             // 
    133             this.btnCancel.AutoSize = true;
    134             this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    135             this.btnCancel.Location = new System.Drawing.Point(486, 2);
    136             this.btnCancel.Margin = new System.Windows.Forms.Padding(2);
    137             this.btnCancel.Name = "btnCancel";
    138             this.btnCancel.Size = new System.Drawing.Size(68, 30);
    139             this.btnCancel.TabIndex = 2;
    140             this.btnCancel.Text = "&Cancel";
    141             this.btnCancel.UseVisualStyleBackColor = true;
    142             // 
    143             // btnOK
    144             // 
    145             this.btnOK.AutoSize = true;
    146             this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
    147             this.btnOK.Location = new System.Drawing.Point(432, 2);
    148             this.btnOK.Margin = new System.Windows.Forms.Padding(2);
    149             this.btnOK.Name = "btnOK";
    150             this.btnOK.Size = new System.Drawing.Size(50, 30);
    151             this.btnOK.TabIndex = 3;
    152             this.btnOK.Text = "&OK";
    153             this.btnOK.UseVisualStyleBackColor = true;
    154             // 
    155             // settingsPanel
    156             // 
    157             this.settingsPanel.Controls.Add(this.triggersTableLayoutPanel);
    158             this.settingsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    159             this.settingsPanel.Location = new System.Drawing.Point(149, 10);
    160             this.settingsPanel.Margin = new System.Windows.Forms.Padding(10);
    161             this.settingsPanel.Name = "settingsPanel";
    162             this.settingsPanel.Size = new System.Drawing.Size(403, 439);
    163             this.settingsPanel.TabIndex = 3;
    164             // 
    165             // triggersTableLayoutPanel
    166             // 
    167             this.triggersTableLayoutPanel.AutoSize = true;
    168             this.triggersTableLayoutPanel.ColumnCount = 4;
    169             this.triggersTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
    170             this.triggersTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
    171             this.triggersTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
    172             this.triggersTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
    173             this.triggersTableLayoutPanel.Controls.Add(this.label1, 0, 0);
    174             this.triggersTableLayoutPanel.Controls.Add(this.houseComboBox, 1, 0);
    175             this.triggersTableLayoutPanel.Controls.Add(this.typeLabel, 0, 9);
    176             this.triggersTableLayoutPanel.Controls.Add(this.event1Label, 0, 10);
    177             this.triggersTableLayoutPanel.Controls.Add(this.event2Label, 0, 11);
    178             this.triggersTableLayoutPanel.Controls.Add(this.action1Label, 0, 12);
    179             this.triggersTableLayoutPanel.Controls.Add(this.action2Label, 0, 13);
    180             this.triggersTableLayoutPanel.Controls.Add(this.action1ComboBox, 1, 12);
    181             this.triggersTableLayoutPanel.Controls.Add(this.action2ComboBox, 1, 13);
    182             this.triggersTableLayoutPanel.Controls.Add(this.existenceLabel, 0, 8);
    183             this.triggersTableLayoutPanel.Controls.Add(this.existenceComboBox, 1, 8);
    184             this.triggersTableLayoutPanel.Controls.Add(this.typeComboBox, 1, 9);
    185             this.triggersTableLayoutPanel.Controls.Add(this.event1ComboBox, 1, 10);
    186             this.triggersTableLayoutPanel.Controls.Add(this.event2ComboBox, 1, 11);
    187             this.triggersTableLayoutPanel.Controls.Add(this.teamLabel, 0, 14);
    188             this.triggersTableLayoutPanel.Controls.Add(this.teamComboBox, 1, 14);
    189             this.triggersTableLayoutPanel.Controls.Add(this.event1Flp, 2, 10);
    190             this.triggersTableLayoutPanel.Controls.Add(this.event2Flp, 2, 11);
    191             this.triggersTableLayoutPanel.Controls.Add(this.action1Flp, 2, 12);
    192             this.triggersTableLayoutPanel.Controls.Add(this.action2Flp, 2, 13);
    193             this.triggersTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
    194             this.triggersTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
    195             this.triggersTableLayoutPanel.Margin = new System.Windows.Forms.Padding(2);
    196             this.triggersTableLayoutPanel.Name = "triggersTableLayoutPanel";
    197             this.triggersTableLayoutPanel.RowCount = 17;
    198             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    199             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    200             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    201             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    202             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    203             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    204             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    205             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    206             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    207             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    208             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    209             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    210             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    211             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    212             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    213             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
    214             this.triggersTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
    215             this.triggersTableLayoutPanel.Size = new System.Drawing.Size(403, 439);
    216             this.triggersTableLayoutPanel.TabIndex = 1;
    217             // 
    218             // label1
    219             // 
    220             this.label1.AutoSize = true;
    221             this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
    222             this.label1.Location = new System.Drawing.Point(2, 0);
    223             this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
    224             this.label1.Name = "label1";
    225             this.label1.Size = new System.Drawing.Size(67, 25);
    226             this.label1.TabIndex = 0;
    227             this.label1.Text = "House";
    228             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    229             // 
    230             // houseComboBox
    231             // 
    232             this.houseComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    233             this.houseComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    234             this.houseComboBox.FormattingEnabled = true;
    235             this.houseComboBox.Location = new System.Drawing.Point(73, 2);
    236             this.houseComboBox.Margin = new System.Windows.Forms.Padding(2);
    237             this.houseComboBox.Name = "houseComboBox";
    238             this.houseComboBox.Size = new System.Drawing.Size(141, 21);
    239             this.houseComboBox.TabIndex = 1;
    240             // 
    241             // typeLabel
    242             // 
    243             this.typeLabel.AutoSize = true;
    244             this.typeLabel.Dock = System.Windows.Forms.DockStyle.Fill;
    245             this.typeLabel.Location = new System.Drawing.Point(2, 50);
    246             this.typeLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
    247             this.typeLabel.Name = "typeLabel";
    248             this.typeLabel.Size = new System.Drawing.Size(67, 25);
    249             this.typeLabel.TabIndex = 9;
    250             this.typeLabel.Text = "Type";
    251             this.typeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    252             // 
    253             // event1Label
    254             // 
    255             this.event1Label.AutoSize = true;
    256             this.event1Label.Dock = System.Windows.Forms.DockStyle.Fill;
    257             this.event1Label.Location = new System.Drawing.Point(2, 75);
    258             this.event1Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
    259             this.event1Label.Name = "event1Label";
    260             this.event1Label.Size = new System.Drawing.Size(67, 57);
    261             this.event1Label.TabIndex = 10;
    262             this.event1Label.Text = "Event 1";
    263             this.event1Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    264             // 
    265             // event2Label
    266             // 
    267             this.event2Label.AutoSize = true;
    268             this.event2Label.Dock = System.Windows.Forms.DockStyle.Fill;
    269             this.event2Label.Location = new System.Drawing.Point(2, 132);
    270             this.event2Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
    271             this.event2Label.Name = "event2Label";
    272             this.event2Label.Size = new System.Drawing.Size(67, 57);
    273             this.event2Label.TabIndex = 11;
    274             this.event2Label.Text = "Event 2";
    275             this.event2Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    276             // 
    277             // action1Label
    278             // 
    279             this.action1Label.AutoSize = true;
    280             this.action1Label.Dock = System.Windows.Forms.DockStyle.Fill;
    281             this.action1Label.Location = new System.Drawing.Point(2, 189);
    282             this.action1Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
    283             this.action1Label.Name = "action1Label";
    284             this.action1Label.Size = new System.Drawing.Size(67, 57);
    285             this.action1Label.TabIndex = 15;
    286             this.action1Label.Text = "Action 1";
    287             this.action1Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    288             // 
    289             // action2Label
    290             // 
    291             this.action2Label.AutoSize = true;
    292             this.action2Label.Dock = System.Windows.Forms.DockStyle.Fill;
    293             this.action2Label.Location = new System.Drawing.Point(2, 246);
    294             this.action2Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
    295             this.action2Label.Name = "action2Label";
    296             this.action2Label.Size = new System.Drawing.Size(67, 57);
    297             this.action2Label.TabIndex = 16;
    298             this.action2Label.Text = "Action 2";
    299             this.action2Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    300             // 
    301             // action1ComboBox
    302             // 
    303             this.action1ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    304             this.action1ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    305             this.action1ComboBox.FormattingEnabled = true;
    306             this.action1ComboBox.Location = new System.Drawing.Point(73, 191);
    307             this.action1ComboBox.Margin = new System.Windows.Forms.Padding(2);
    308             this.action1ComboBox.Name = "action1ComboBox";
    309             this.action1ComboBox.Size = new System.Drawing.Size(141, 21);
    310             this.action1ComboBox.TabIndex = 17;
    311             this.action1ComboBox.SelectedIndexChanged += new System.EventHandler(this.trigger1ComboBox_SelectedIndexChanged);
    312             // 
    313             // action2ComboBox
    314             // 
    315             this.action2ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    316             this.action2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    317             this.action2ComboBox.FormattingEnabled = true;
    318             this.action2ComboBox.Location = new System.Drawing.Point(73, 248);
    319             this.action2ComboBox.Margin = new System.Windows.Forms.Padding(2);
    320             this.action2ComboBox.Name = "action2ComboBox";
    321             this.action2ComboBox.Size = new System.Drawing.Size(141, 21);
    322             this.action2ComboBox.TabIndex = 18;
    323             this.action2ComboBox.SelectedIndexChanged += new System.EventHandler(this.trigger2ComboBox_SelectedIndexChanged);
    324             // 
    325             // existenceLabel
    326             // 
    327             this.existenceLabel.Dock = System.Windows.Forms.DockStyle.Fill;
    328             this.existenceLabel.Location = new System.Drawing.Point(2, 25);
    329             this.existenceLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
    330             this.existenceLabel.Name = "existenceLabel";
    331             this.existenceLabel.Size = new System.Drawing.Size(67, 25);
    332             this.existenceLabel.TabIndex = 19;
    333             this.existenceLabel.Text = "Existence";
    334             this.existenceLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    335             // 
    336             // existenceComboBox
    337             // 
    338             this.existenceComboBox.DisplayMember = "Name";
    339             this.existenceComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    340             this.existenceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    341             this.existenceComboBox.FormattingEnabled = true;
    342             this.existenceComboBox.Location = new System.Drawing.Point(73, 27);
    343             this.existenceComboBox.Margin = new System.Windows.Forms.Padding(2);
    344             this.existenceComboBox.Name = "existenceComboBox";
    345             this.existenceComboBox.Size = new System.Drawing.Size(141, 21);
    346             this.existenceComboBox.TabIndex = 20;
    347             this.existenceComboBox.ValueMember = "Value";
    348             // 
    349             // typeComboBox
    350             // 
    351             this.typeComboBox.DisplayMember = "Name";
    352             this.typeComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    353             this.typeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    354             this.typeComboBox.FormattingEnabled = true;
    355             this.typeComboBox.Location = new System.Drawing.Point(73, 52);
    356             this.typeComboBox.Margin = new System.Windows.Forms.Padding(2);
    357             this.typeComboBox.Name = "typeComboBox";
    358             this.typeComboBox.Size = new System.Drawing.Size(141, 21);
    359             this.typeComboBox.TabIndex = 21;
    360             this.typeComboBox.ValueMember = "Value";
    361             this.typeComboBox.SelectedValueChanged += new System.EventHandler(this.typeComboBox_SelectedValueChanged);
    362             // 
    363             // event1ComboBox
    364             // 
    365             this.event1ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    366             this.event1ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    367             this.event1ComboBox.FormattingEnabled = true;
    368             this.event1ComboBox.Location = new System.Drawing.Point(73, 77);
    369             this.event1ComboBox.Margin = new System.Windows.Forms.Padding(2);
    370             this.event1ComboBox.Name = "event1ComboBox";
    371             this.event1ComboBox.Size = new System.Drawing.Size(141, 21);
    372             this.event1ComboBox.TabIndex = 22;
    373             this.event1ComboBox.SelectedIndexChanged += new System.EventHandler(this.trigger1ComboBox_SelectedIndexChanged);
    374             // 
    375             // event2ComboBox
    376             // 
    377             this.event2ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    378             this.event2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    379             this.event2ComboBox.FormattingEnabled = true;
    380             this.event2ComboBox.Location = new System.Drawing.Point(73, 134);
    381             this.event2ComboBox.Margin = new System.Windows.Forms.Padding(2);
    382             this.event2ComboBox.Name = "event2ComboBox";
    383             this.event2ComboBox.Size = new System.Drawing.Size(141, 21);
    384             this.event2ComboBox.TabIndex = 23;
    385             this.event2ComboBox.SelectedIndexChanged += new System.EventHandler(this.trigger2ComboBox_SelectedIndexChanged);
    386             // 
    387             // teamLabel
    388             // 
    389             this.teamLabel.Dock = System.Windows.Forms.DockStyle.Fill;
    390             this.teamLabel.Location = new System.Drawing.Point(2, 303);
    391             this.teamLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
    392             this.teamLabel.Name = "teamLabel";
    393             this.teamLabel.Size = new System.Drawing.Size(67, 25);
    394             this.teamLabel.TabIndex = 32;
    395             this.teamLabel.Text = "Team";
    396             this.teamLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
    397             // 
    398             // teamComboBox
    399             // 
    400             this.teamComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
    401             this.teamComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    402             this.teamComboBox.FormattingEnabled = true;
    403             this.teamComboBox.Location = new System.Drawing.Point(73, 305);
    404             this.teamComboBox.Margin = new System.Windows.Forms.Padding(2);
    405             this.teamComboBox.Name = "teamComboBox";
    406             this.teamComboBox.Size = new System.Drawing.Size(141, 21);
    407             this.teamComboBox.TabIndex = 33;
    408             // 
    409             // event1Flp
    410             // 
    411             this.event1Flp.AutoSize = true;
    412             this.event1Flp.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    413             this.event1Flp.Controls.Add(this.event1Nud);
    414             this.event1Flp.Controls.Add(this.event1ValueComboBox);
    415             this.event1Flp.Dock = System.Windows.Forms.DockStyle.Fill;
    416             this.event1Flp.Location = new System.Drawing.Point(219, 78);
    417             this.event1Flp.Name = "event1Flp";
    418             this.event1Flp.Size = new System.Drawing.Size(172, 51);
    419             this.event1Flp.TabIndex = 36;
    420             // 
    421             // event1Nud
    422             // 
    423             this.event1Nud.Location = new System.Drawing.Point(2, 2);
    424             this.event1Nud.Margin = new System.Windows.Forms.Padding(2);
    425             this.event1Nud.Maximum = new decimal(new int[] {
    426             2147483647,
    427             0,
    428             0,
    429             0});
    430             this.event1Nud.Minimum = new decimal(new int[] {
    431             -2147483648,
    432             0,
    433             0,
    434             -2147483648});
    435             this.event1Nud.Name = "event1Nud";
    436             this.event1Nud.Size = new System.Drawing.Size(70, 20);
    437             this.event1Nud.TabIndex = 31;
    438             // 
    439             // event1ValueComboBox
    440             // 
    441             this.event1ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    442             this.event1ValueComboBox.FormattingEnabled = true;
    443             this.event1ValueComboBox.Location = new System.Drawing.Point(3, 27);
    444             this.event1ValueComboBox.Name = "event1ValueComboBox";
    445             this.event1ValueComboBox.Size = new System.Drawing.Size(166, 21);
    446             this.event1ValueComboBox.TabIndex = 32;
    447             // 
    448             // event2Flp
    449             // 
    450             this.event2Flp.AutoSize = true;
    451             this.event2Flp.Controls.Add(this.event2Nud);
    452             this.event2Flp.Controls.Add(this.event2ValueComboBox);
    453             this.event2Flp.Dock = System.Windows.Forms.DockStyle.Fill;
    454             this.event2Flp.Location = new System.Drawing.Point(219, 135);
    455             this.event2Flp.Name = "event2Flp";
    456             this.event2Flp.Size = new System.Drawing.Size(172, 51);
    457             this.event2Flp.TabIndex = 37;
    458             // 
    459             // event2Nud
    460             // 
    461             this.event2Nud.Location = new System.Drawing.Point(2, 2);
    462             this.event2Nud.Margin = new System.Windows.Forms.Padding(2);
    463             this.event2Nud.Maximum = new decimal(new int[] {
    464             2147483647,
    465             0,
    466             0,
    467             0});
    468             this.event2Nud.Minimum = new decimal(new int[] {
    469             -2147483648,
    470             0,
    471             0,
    472             -2147483648});
    473             this.event2Nud.Name = "event2Nud";
    474             this.event2Nud.Size = new System.Drawing.Size(70, 20);
    475             this.event2Nud.TabIndex = 30;
    476             // 
    477             // event2ValueComboBox
    478             // 
    479             this.event2ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    480             this.event2ValueComboBox.FormattingEnabled = true;
    481             this.event2ValueComboBox.Location = new System.Drawing.Point(3, 27);
    482             this.event2ValueComboBox.Name = "event2ValueComboBox";
    483             this.event2ValueComboBox.Size = new System.Drawing.Size(166, 21);
    484             this.event2ValueComboBox.TabIndex = 33;
    485             // 
    486             // action1Flp
    487             // 
    488             this.action1Flp.AutoSize = true;
    489             this.action1Flp.Controls.Add(this.action1Nud);
    490             this.action1Flp.Controls.Add(this.action1ValueComboBox);
    491             this.action1Flp.Dock = System.Windows.Forms.DockStyle.Fill;
    492             this.action1Flp.Location = new System.Drawing.Point(219, 192);
    493             this.action1Flp.Name = "action1Flp";
    494             this.action1Flp.Size = new System.Drawing.Size(172, 51);
    495             this.action1Flp.TabIndex = 38;
    496             // 
    497             // action1Nud
    498             // 
    499             this.action1Nud.Location = new System.Drawing.Point(2, 2);
    500             this.action1Nud.Margin = new System.Windows.Forms.Padding(2);
    501             this.action1Nud.Maximum = new decimal(new int[] {
    502             2147483647,
    503             0,
    504             0,
    505             0});
    506             this.action1Nud.Minimum = new decimal(new int[] {
    507             -2147483648,
    508             0,
    509             0,
    510             -2147483648});
    511             this.action1Nud.Name = "action1Nud";
    512             this.action1Nud.Size = new System.Drawing.Size(70, 20);
    513             this.action1Nud.TabIndex = 31;
    514             // 
    515             // action1ValueComboBox
    516             // 
    517             this.action1ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    518             this.action1ValueComboBox.FormattingEnabled = true;
    519             this.action1ValueComboBox.Location = new System.Drawing.Point(3, 27);
    520             this.action1ValueComboBox.Name = "action1ValueComboBox";
    521             this.action1ValueComboBox.Size = new System.Drawing.Size(166, 21);
    522             this.action1ValueComboBox.TabIndex = 33;
    523             // 
    524             // action2Flp
    525             // 
    526             this.action2Flp.AutoSize = true;
    527             this.action2Flp.Controls.Add(this.action2Nud);
    528             this.action2Flp.Controls.Add(this.action2ValueComboBox);
    529             this.action2Flp.Dock = System.Windows.Forms.DockStyle.Fill;
    530             this.action2Flp.Location = new System.Drawing.Point(219, 249);
    531             this.action2Flp.Name = "action2Flp";
    532             this.action2Flp.Size = new System.Drawing.Size(172, 51);
    533             this.action2Flp.TabIndex = 39;
    534             // 
    535             // action2Nud
    536             // 
    537             this.action2Nud.Location = new System.Drawing.Point(2, 2);
    538             this.action2Nud.Margin = new System.Windows.Forms.Padding(2);
    539             this.action2Nud.Maximum = new decimal(new int[] {
    540             2147483647,
    541             0,
    542             0,
    543             0});
    544             this.action2Nud.Minimum = new decimal(new int[] {
    545             -2147483648,
    546             0,
    547             0,
    548             -2147483648});
    549             this.action2Nud.Name = "action2Nud";
    550             this.action2Nud.Size = new System.Drawing.Size(70, 20);
    551             this.action2Nud.TabIndex = 32;
    552             // 
    553             // action2ValueComboBox
    554             // 
    555             this.action2ValueComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    556             this.action2ValueComboBox.FormattingEnabled = true;
    557             this.action2ValueComboBox.Location = new System.Drawing.Point(3, 27);
    558             this.action2ValueComboBox.Name = "action2ValueComboBox";
    559             this.action2ValueComboBox.Size = new System.Drawing.Size(166, 21);
    560             this.action2ValueComboBox.TabIndex = 33;
    561             // 
    562             // triggersListView
    563             // 
    564             this.triggersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
    565             this.nameColumnHeader});
    566             this.triggersListView.Dock = System.Windows.Forms.DockStyle.Fill;
    567             this.triggersListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
    568             this.triggersListView.HideSelection = false;
    569             this.triggersListView.LabelEdit = true;
    570             this.triggersListView.Location = new System.Drawing.Point(2, 2);
    571             this.triggersListView.Margin = new System.Windows.Forms.Padding(2);
    572             this.triggersListView.MultiSelect = false;
    573             this.triggersListView.Name = "triggersListView";
    574             this.triggersListView.ShowItemToolTips = true;
    575             this.triggersListView.Size = new System.Drawing.Size(135, 455);
    576             this.triggersListView.TabIndex = 4;
    577             this.triggersListView.UseCompatibleStateImageBehavior = false;
    578             this.triggersListView.View = System.Windows.Forms.View.Details;
    579             this.triggersListView.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.teamTypesListView_AfterLabelEdit);
    580             this.triggersListView.SelectedIndexChanged += new System.EventHandler(this.triggersListView_SelectedIndexChanged);
    581             this.triggersListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.teamTypesListView_KeyDown);
    582             this.triggersListView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.teamTypesListView_MouseDown);
    583             // 
    584             // triggersContextMenuStrip
    585             // 
    586             this.triggersContextMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
    587             this.triggersContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    588             this.addTriggerToolStripMenuItem,
    589             this.removeTriggerToolStripMenuItem});
    590             this.triggersContextMenuStrip.Name = "teamTypesContextMenuStrip";
    591             this.triggersContextMenuStrip.Size = new System.Drawing.Size(157, 48);
    592             // 
    593             // addTriggerToolStripMenuItem
    594             // 
    595             this.addTriggerToolStripMenuItem.Name = "addTriggerToolStripMenuItem";
    596             this.addTriggerToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
    597             this.addTriggerToolStripMenuItem.Text = "&Add Trigger";
    598             this.addTriggerToolStripMenuItem.Click += new System.EventHandler(this.addTriggerToolStripMenuItem_Click);
    599             // 
    600             // removeTriggerToolStripMenuItem
    601             // 
    602             this.removeTriggerToolStripMenuItem.Name = "removeTriggerToolStripMenuItem";
    603             this.removeTriggerToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
    604             this.removeTriggerToolStripMenuItem.Text = "&Remove Trigger";
    605             this.removeTriggerToolStripMenuItem.Click += new System.EventHandler(this.removeTriggerToolStripMenuItem_Click);
    606             // 
    607             // TriggersDialog
    608             // 
    609             this.AcceptButton = this.btnOK;
    610             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    611             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    612             this.CancelButton = this.btnCancel;
    613             this.ClientSize = new System.Drawing.Size(562, 499);
    614             this.ControlBox = false;
    615             this.Controls.Add(this.tableLayoutPanel1);
    616             this.Margin = new System.Windows.Forms.Padding(2);
    617             this.MaximizeBox = false;
    618             this.MinimizeBox = false;
    619             this.Name = "TriggersDialog";
    620             this.ShowIcon = false;
    621             this.ShowInTaskbar = false;
    622             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    623             this.Text = "Triggers";
    624             this.tableLayoutPanel1.ResumeLayout(false);
    625             this.tableLayoutPanel1.PerformLayout();
    626             this.flowLayoutPanel1.ResumeLayout(false);
    627             this.flowLayoutPanel1.PerformLayout();
    628             this.settingsPanel.ResumeLayout(false);
    629             this.settingsPanel.PerformLayout();
    630             this.triggersTableLayoutPanel.ResumeLayout(false);
    631             this.triggersTableLayoutPanel.PerformLayout();
    632             this.event1Flp.ResumeLayout(false);
    633             ((System.ComponentModel.ISupportInitialize)(this.event1Nud)).EndInit();
    634             this.event2Flp.ResumeLayout(false);
    635             ((System.ComponentModel.ISupportInitialize)(this.event2Nud)).EndInit();
    636             this.action1Flp.ResumeLayout(false);
    637             ((System.ComponentModel.ISupportInitialize)(this.action1Nud)).EndInit();
    638             this.action2Flp.ResumeLayout(false);
    639             ((System.ComponentModel.ISupportInitialize)(this.action2Nud)).EndInit();
    640             this.triggersContextMenuStrip.ResumeLayout(false);
    641             this.ResumeLayout(false);
    642 
    643         }
    644 
    645         #endregion
    646 
    647         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
    648         private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
    649         private System.Windows.Forms.Button btnCancel;
    650         private System.Windows.Forms.Button btnOK;
    651         private System.Windows.Forms.Panel settingsPanel;
    652         private System.Windows.Forms.ListView triggersListView;
    653         private System.Windows.Forms.ColumnHeader nameColumnHeader;
    654         private System.Windows.Forms.ContextMenuStrip triggersContextMenuStrip;
    655         private System.Windows.Forms.ToolStripMenuItem addTriggerToolStripMenuItem;
    656         private System.Windows.Forms.ToolStripMenuItem removeTriggerToolStripMenuItem;
    657         private System.Windows.Forms.TableLayoutPanel triggersTableLayoutPanel;
    658         private System.Windows.Forms.Label label1;
    659         private System.Windows.Forms.ComboBox houseComboBox;
    660         private System.Windows.Forms.Label typeLabel;
    661         private System.Windows.Forms.Label event1Label;
    662         private System.Windows.Forms.Label event2Label;
    663         private System.Windows.Forms.Label action2Label;
    664         private System.Windows.Forms.ComboBox action2ComboBox;
    665         private System.Windows.Forms.Label existenceLabel;
    666         private System.Windows.Forms.ComboBox existenceComboBox;
    667         private System.Windows.Forms.ComboBox typeComboBox;
    668         private System.Windows.Forms.ComboBox event1ComboBox;
    669         private System.Windows.Forms.ComboBox event2ComboBox;
    670         private System.Windows.Forms.ComboBox action1ComboBox;
    671         private System.Windows.Forms.Label action1Label;
    672         private System.Windows.Forms.Label teamLabel;
    673         private System.Windows.Forms.ComboBox teamComboBox;
    674         private System.Windows.Forms.FlowLayoutPanel event1Flp;
    675         private System.Windows.Forms.NumericUpDown event1Nud;
    676         private System.Windows.Forms.FlowLayoutPanel event2Flp;
    677         private System.Windows.Forms.NumericUpDown event2Nud;
    678         private System.Windows.Forms.FlowLayoutPanel action1Flp;
    679         private System.Windows.Forms.NumericUpDown action1Nud;
    680         private System.Windows.Forms.FlowLayoutPanel action2Flp;
    681         private System.Windows.Forms.NumericUpDown action2Nud;
    682         private System.Windows.Forms.ComboBox event1ValueComboBox;
    683         private System.Windows.Forms.ComboBox event2ValueComboBox;
    684         private System.Windows.Forms.ComboBox action1ValueComboBox;
    685         private System.Windows.Forms.ComboBox action2ValueComboBox;
    686     }
    687 }