CnC_Remastered_Collection

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

TeamTypesDialog.Designer.cs (42123B)


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