/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     TbsCore.Models.MapModels.Coordinates coordinates1 = new TbsCore.Models.MapModels.Coordinates();
     this.troopsSelectorUc1 = new TravBotSharp.Forms.TroopsSelectorUc();
     this.button1           = new System.Windows.Forms.Button();
     this.coordinatesUc1    = new TravBotSharp.UserControls.CoordinatesUc();
     this.SuspendLayout();
     //
     // troopsSelectorUc1
     //
     this.troopsSelectorUc1.Hero     = false;
     this.troopsSelectorUc1.Location = new System.Drawing.Point(12, 12);
     this.troopsSelectorUc1.Name     = "troopsSelectorUc1";
     this.troopsSelectorUc1.Size     = new System.Drawing.Size(139, 264);
     this.troopsSelectorUc1.TabIndex = 0;
     this.troopsSelectorUc1.Troops   = null;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(176, 125);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 28);
     this.button1.TabIndex = 1;
     this.button1.Text     = "OK";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // coordinatesUc1
     //
     this.coordinatesUc1.BackColor = System.Drawing.SystemColors.ControlDark;
     coordinates1.x               = 0;
     coordinates1.y               = 0;
     this.coordinatesUc1.Coords   = coordinates1;
     this.coordinatesUc1.Location = new System.Drawing.Point(163, 32);
     this.coordinatesUc1.Name     = "coordinatesUc1";
     this.coordinatesUc1.Size     = new System.Drawing.Size(113, 56);
     this.coordinatesUc1.TabIndex = 2;
     //
     // AddFarmNonGold
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(301, 287);
     this.Controls.Add(this.coordinatesUc1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.troopsSelectorUc1);
     this.Name = "AddFarmNonGold";
     this.Text = "TroopsSelector";
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     TbsCore.Models.MapModels.Coordinates coordinates1 = new TbsCore.Models.MapModels.Coordinates();
     this.confirmNewVill            = new System.Windows.Forms.Button();
     this.WavesCount                = new System.Windows.Forms.NumericUpDown();
     this.label1                    = new System.Windows.Forms.Label();
     this.dateTimePicker1           = new System.Windows.Forms.DateTimePicker();
     this.wavesPerSec               = new System.Windows.Forms.NumericUpDown();
     this.label2                    = new System.Windows.Forms.Label();
     this.label3                    = new System.Windows.Forms.Label();
     this.sendNow                   = new System.Windows.Forms.CheckBox();
     this.catasPerWave              = new System.Windows.Forms.NumericUpDown();
     this.label4                    = new System.Windows.Forms.Label();
     this.hero                      = new System.Windows.Forms.CheckBox();
     this.richTextBox1              = new System.Windows.Forms.RichTextBox();
     this.button1                   = new System.Windows.Forms.Button();
     this.button2                   = new System.Windows.Forms.Button();
     this.label5                    = new System.Windows.Forms.Label();
     this.label6                    = new System.Windows.Forms.Label();
     this.currentlyBuildinglistView = new System.Windows.Forms.ListView();
     this.columnHeader1             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label7                    = new System.Windows.Forms.Label();
     this.panel1                    = new System.Windows.Forms.Panel();
     this.panel3                    = new System.Windows.Forms.Panel();
     this.label16                   = new System.Windows.Forms.Label();
     this.panel2                    = new System.Windows.Forms.Panel();
     this.label15                   = new System.Windows.Forms.Label();
     this.oasisMinTroops            = new System.Windows.Forms.NumericUpDown();
     this.label14                   = new System.Windows.Forms.Label();
     this.label13                   = new System.Windows.Forms.Label();
     this.oasisStrategy             = new System.Windows.Forms.ComboBox();
     this.label12                   = new System.Windows.Forms.Label();
     this.oasisPower                = new System.Windows.Forms.NumericUpDown();
     this.label11                   = new System.Windows.Forms.Label();
     this.oasisDistance             = new System.Windows.Forms.NumericUpDown();
     this.label10                   = new System.Windows.Forms.Label();
     this.label9                    = new System.Windows.Forms.Label();
     this.oasisDelay                = new System.Windows.Forms.NumericUpDown();
     this.label8                    = new System.Windows.Forms.Label();
     this.oasisEnabled              = new System.Windows.Forms.CheckBox();
     this.coordinatesUc1            = new TravBotSharp.UserControls.CoordinatesUc();
     ((System.ComponentModel.ISupportInitialize)(this.WavesCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wavesPerSec)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.catasPerWave)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.oasisMinTroops)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.oasisPower)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.oasisDistance)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.oasisDelay)).BeginInit();
     this.SuspendLayout();
     //
     // confirmNewVill
     //
     this.confirmNewVill.Location = new System.Drawing.Point(61, 264);
     this.confirmNewVill.Margin   = new System.Windows.Forms.Padding(4);
     this.confirmNewVill.Name     = "confirmNewVill";
     this.confirmNewVill.Size     = new System.Drawing.Size(95, 27);
     this.confirmNewVill.TabIndex = 142;
     this.confirmNewVill.Text     = "Add real";
     this.confirmNewVill.UseVisualStyleBackColor = true;
     this.confirmNewVill.Click += new System.EventHandler(this.confirmNewVill_Click);
     //
     // WavesCount
     //
     this.WavesCount.Location = new System.Drawing.Point(52, 44);
     this.WavesCount.Margin   = new System.Windows.Forms.Padding(4);
     this.WavesCount.Maximum  = new decimal(new int[] {
         30,
         0,
         0,
         0
     });
     this.WavesCount.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.WavesCount.Name     = "WavesCount";
     this.WavesCount.Size     = new System.Drawing.Size(100, 22);
     this.WavesCount.TabIndex = 148;
     this.WavesCount.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(154, 49);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(51, 16);
     this.label1.TabIndex = 149;
     this.label1.Text     = "Waves";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(46, 28);
     this.dateTimePicker1.Margin   = new System.Windows.Forms.Padding(4);
     this.dateTimePicker1.MaxDate  = new System.DateTime(2048, 12, 31, 0, 0, 0, 0);
     this.dateTimePicker1.MinDate  = new System.DateTime(2020, 1, 1, 0, 0, 0, 0);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(142, 22);
     this.dateTimePicker1.TabIndex = 150;
     this.dateTimePicker1.Value    = new System.DateTime(2020, 5, 10, 0, 0, 0, 0);
     //
     // wavesPerSec
     //
     this.wavesPerSec.Location = new System.Drawing.Point(52, 77);
     this.wavesPerSec.Margin   = new System.Windows.Forms.Padding(4);
     this.wavesPerSec.Maximum  = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.wavesPerSec.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.wavesPerSec.Name     = "wavesPerSec";
     this.wavesPerSec.Size     = new System.Drawing.Size(100, 22);
     this.wavesPerSec.TabIndex = 151;
     this.wavesPerSec.Value    = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(154, 77);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(79, 16);
     this.label2.TabIndex = 152;
     this.label2.Text     = "waves / sec";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(5, 7);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(66, 16);
     this.label3.TabIndex = 153;
     this.label3.Text     = "Arrive at";
     //
     // sendNow
     //
     this.sendNow.AutoSize = true;
     this.sendNow.Location = new System.Drawing.Point(106, 6);
     this.sendNow.Margin   = new System.Windows.Forms.Padding(4);
     this.sendNow.Name     = "sendNow";
     this.sendNow.Size     = new System.Drawing.Size(86, 20);
     this.sendNow.TabIndex = 154;
     this.sendNow.Text     = "Send now";
     this.sendNow.UseVisualStyleBackColor = true;
     this.sendNow.CheckedChanged         += new System.EventHandler(this.sendNow_CheckedChanged);
     //
     // catasPerWave
     //
     this.catasPerWave.Location = new System.Drawing.Point(52, 107);
     this.catasPerWave.Margin   = new System.Windows.Forms.Padding(4);
     this.catasPerWave.Maximum  = new decimal(new int[] {
         5000,
         0,
         0,
         0
     });
     this.catasPerWave.Minimum = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.catasPerWave.Name     = "catasPerWave";
     this.catasPerWave.Size     = new System.Drawing.Size(100, 22);
     this.catasPerWave.TabIndex = 155;
     this.catasPerWave.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(154, 107);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(104, 16);
     this.label4.TabIndex = 156;
     this.label4.Text     = "catapults / wave";
     //
     // hero
     //
     this.hero.AutoSize = true;
     this.hero.Location = new System.Drawing.Point(109, 236);
     this.hero.Margin   = new System.Windows.Forms.Padding(4);
     this.hero.Name     = "hero";
     this.hero.Size     = new System.Drawing.Size(149, 20);
     this.hero.TabIndex = 157;
     this.hero.Text     = "Send hero (1. attack)";
     this.hero.UseVisualStyleBackColor = true;
     //
     // richTextBox1
     //
     this.richTextBox1.Location = new System.Drawing.Point(384, 46);
     this.richTextBox1.Margin   = new System.Windows.Forms.Padding(4);
     this.richTextBox1.Name     = "richTextBox1";
     this.richTextBox1.Size     = new System.Drawing.Size(276, 274);
     this.richTextBox1.TabIndex = 158;
     this.richTextBox1.Text     = "";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(457, 17);
     this.button1.Margin   = new System.Windows.Forms.Padding(4);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(112, 28);
     this.button1.TabIndex = 159;
     this.button1.Text     = "Send";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(175, 263);
     this.button2.Margin   = new System.Windows.Forms.Padding(4);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(100, 28);
     this.button2.TabIndex = 160;
     this.button2.Text     = "Add fake";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(7, 54);
     this.label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(143, 12);
     this.label5.TabIndex = 161;
     this.label5.Text     = "(server time, NOT computer time)";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(5, 69);
     this.label6.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(155, 12);
     this.label6.TabIndex = 162;
     this.label6.Text     = "You can\'t set an attack for tomorrow.";
     //
     // currentlyBuildinglistView
     //
     this.currentlyBuildinglistView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5
     });
     this.currentlyBuildinglistView.FullRowSelect = true;
     this.currentlyBuildinglistView.HideSelection = false;
     this.currentlyBuildinglistView.Location      = new System.Drawing.Point(4, 320);
     this.currentlyBuildinglistView.Margin        = new System.Windows.Forms.Padding(4);
     this.currentlyBuildinglistView.MultiSelect   = false;
     this.currentlyBuildinglistView.Name          = "currentlyBuildinglistView";
     this.currentlyBuildinglistView.Size          = new System.Drawing.Size(656, 206);
     this.currentlyBuildinglistView.TabIndex      = 163;
     this.currentlyBuildinglistView.UseCompatibleStateImageBehavior = false;
     this.currentlyBuildinglistView.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "From vill";
     this.columnHeader1.Width = 87;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "To coords";
     this.columnHeader2.Width = 84;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Type";
     this.columnHeader3.Width = 71;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "ExecuteAt";
     this.columnHeader4.Width = 155;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Arrival time";
     this.columnHeader5.Width = 147;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(7, 297);
     this.label7.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(149, 20);
     this.label7.TabIndex = 164;
     this.label7.Text     = "Send wave tasks:";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.panel1.Controls.Add(this.coordinatesUc1);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.label16);
     this.panel1.Controls.Add(this.richTextBox1);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.currentlyBuildinglistView);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.WavesCount);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.hero);
     this.panel1.Controls.Add(this.wavesPerSec);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.catasPerWave);
     this.panel1.Controls.Add(this.confirmNewVill);
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(664, 533);
     this.panel1.TabIndex = 167;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.SystemColors.ControlLight;
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.dateTimePicker1);
     this.panel3.Controls.Add(this.sendNow);
     this.panel3.Controls.Add(this.label5);
     this.panel3.Controls.Add(this.label6);
     this.panel3.Location = new System.Drawing.Point(175, 137);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(208, 91);
     this.panel3.TabIndex = 170;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(171, 12);
     this.label16.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(133, 24);
     this.label16.TabIndex = 169;
     this.label16.Text     = "Wave builder";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.panel2.Controls.Add(this.label15);
     this.panel2.Controls.Add(this.oasisMinTroops);
     this.panel2.Controls.Add(this.label14);
     this.panel2.Controls.Add(this.label13);
     this.panel2.Controls.Add(this.oasisStrategy);
     this.panel2.Controls.Add(this.label12);
     this.panel2.Controls.Add(this.oasisPower);
     this.panel2.Controls.Add(this.label11);
     this.panel2.Controls.Add(this.oasisDistance);
     this.panel2.Controls.Add(this.label10);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.oasisDelay);
     this.panel2.Controls.Add(this.label8);
     this.panel2.Controls.Add(this.oasisEnabled);
     this.panel2.Location = new System.Drawing.Point(673, 3);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(302, 320);
     this.panel2.TabIndex = 168;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(119, 284);
     this.label15.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(126, 16);
     this.label15.TabIndex = 180;
     this.label15.Text     = "Min. troops to attack";
     //
     // oasisMinTroops
     //
     this.oasisMinTroops.Location = new System.Drawing.Point(13, 281);
     this.oasisMinTroops.Margin   = new System.Windows.Forms.Padding(4);
     this.oasisMinTroops.Maximum  = new decimal(new int[] {
         999999999,
         0,
         0,
         0
     });
     this.oasisMinTroops.Name          = "oasisMinTroops";
     this.oasisMinTroops.Size          = new System.Drawing.Size(100, 22);
     this.oasisMinTroops.TabIndex      = 179;
     this.oasisMinTroops.ValueChanged += new System.EventHandler(this.oasisMinTroops_ValueChanged);
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(14, 261);
     this.label14.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(118, 13);
     this.label14.TabIndex = 178;
     this.label14.Text     = "-1 will ignore deff power";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(84, 80);
     this.label13.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(118, 18);
     this.label13.TabIndex = 177;
     this.label13.Text     = "Farming strategy";
     //
     // oasisStrategy
     //
     this.oasisStrategy.FormattingEnabled = true;
     this.oasisStrategy.Items.AddRange(new object[] {
         "Nearest first",
         "Least deff first",
         "Maximum res first"
     });
     this.oasisStrategy.Location              = new System.Drawing.Point(59, 104);
     this.oasisStrategy.Margin                = new System.Windows.Forms.Padding(4);
     this.oasisStrategy.Name                  = "oasisStrategy";
     this.oasisStrategy.Size                  = new System.Drawing.Size(174, 24);
     this.oasisStrategy.TabIndex              = 176;
     this.oasisStrategy.SelectedIndexChanged += new System.EventHandler(this.oasisStrategy_SelectedIndexChanged);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(114, 243);
     this.label12.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(134, 16);
     this.label12.TabIndex = 175;
     this.label12.Text     = "oasis max deff power";
     //
     // oasisPower
     //
     this.oasisPower.Location = new System.Drawing.Point(13, 240);
     this.oasisPower.Margin   = new System.Windows.Forms.Padding(4);
     this.oasisPower.Maximum  = new decimal(new int[] {
         999999999,
         0,
         0,
         0
     });
     this.oasisPower.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         -2147483648
     });
     this.oasisPower.Name          = "oasisPower";
     this.oasisPower.Size          = new System.Drawing.Size(100, 22);
     this.oasisPower.TabIndex      = 174;
     this.oasisPower.ValueChanged += new System.EventHandler(this.oasisPower_ValueChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(114, 208);
     this.label11.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(123, 16);
     this.label11.TabIndex = 173;
     this.label11.Text     = "oasis max distance";
     //
     // oasisDistance
     //
     this.oasisDistance.Location = new System.Drawing.Point(13, 205);
     this.oasisDistance.Margin   = new System.Windows.Forms.Padding(4);
     this.oasisDistance.Maximum  = new decimal(new int[] {
         999,
         0,
         0,
         0
     });
     this.oasisDistance.Name          = "oasisDistance";
     this.oasisDistance.Size          = new System.Drawing.Size(100, 22);
     this.oasisDistance.TabIndex      = 172;
     this.oasisDistance.ValueChanged += new System.EventHandler(this.oasisDistance_ValueChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(16, 173);
     this.label10.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(193, 16);
     this.label10.TabIndex = 171;
     this.label10.Text     = "attacking the same oasis again";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(119, 153);
     this.label9.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(134, 16);
     this.label9.TabIndex = 170;
     this.label9.Text     = "hours of delay before";
     //
     // oasisDelay
     //
     this.oasisDelay.Location = new System.Drawing.Point(13, 149);
     this.oasisDelay.Margin   = new System.Windows.Forms.Padding(4);
     this.oasisDelay.Maximum  = new decimal(new int[] {
         999,
         0,
         0,
         0
     });
     this.oasisDelay.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.oasisDelay.Name     = "oasisDelay";
     this.oasisDelay.Size     = new System.Drawing.Size(100, 22);
     this.oasisDelay.TabIndex = 169;
     this.oasisDelay.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.oasisDelay.ValueChanged += new System.EventHandler(this.oasisDelay_ValueChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(65, 12);
     this.label8.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(137, 24);
     this.label8.TabIndex = 168;
     this.label8.Text     = "Oasis farming";
     //
     // oasisEnabled
     //
     this.oasisEnabled.AutoSize = true;
     this.oasisEnabled.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.oasisEnabled.Location = new System.Drawing.Point(40, 46);
     this.oasisEnabled.Margin   = new System.Windows.Forms.Padding(4);
     this.oasisEnabled.Name     = "oasisEnabled";
     this.oasisEnabled.Size     = new System.Drawing.Size(186, 24);
     this.oasisEnabled.TabIndex = 167;
     this.oasisEnabled.Text     = "Oasis farming enabled";
     this.oasisEnabled.UseVisualStyleBackColor = true;
     this.oasisEnabled.CheckedChanged         += new System.EventHandler(this.oasisEnabled_CheckedChanged);
     //
     // coordinatesUc1
     //
     this.coordinatesUc1.BackColor = System.Drawing.SystemColors.ControlDark;
     coordinates1.x               = 0;
     coordinates1.y               = 0;
     this.coordinatesUc1.Coords   = coordinates1;
     this.coordinatesUc1.Location = new System.Drawing.Point(11, 149);
     this.coordinatesUc1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.coordinatesUc1.Name     = "coordinatesUc1";
     this.coordinatesUc1.Size     = new System.Drawing.Size(151, 69);
     this.coordinatesUc1.TabIndex = 171;
     //
     // AttackUc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "AttackUc";
     this.Size   = new System.Drawing.Size(978, 604);
     ((System.ComponentModel.ISupportInitialize)(this.WavesCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wavesPerSec)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.catasPerWave)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.oasisMinTroops)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.oasisPower)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.oasisDistance)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.oasisDelay)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     TbsCore.Models.MapModels.Coordinates coordinates1 = new TbsCore.Models.MapModels.Coordinates();
     this.confirmNewVill            = new System.Windows.Forms.Button();
     this.WavesCount                = new System.Windows.Forms.NumericUpDown();
     this.label1                    = new System.Windows.Forms.Label();
     this.dateTimePicker1           = new System.Windows.Forms.DateTimePicker();
     this.wavesPerSec               = new System.Windows.Forms.NumericUpDown();
     this.label2                    = new System.Windows.Forms.Label();
     this.label3                    = new System.Windows.Forms.Label();
     this.sendNow                   = new System.Windows.Forms.CheckBox();
     this.catasPerWave              = new System.Windows.Forms.NumericUpDown();
     this.label4                    = new System.Windows.Forms.Label();
     this.hero                      = new System.Windows.Forms.CheckBox();
     this.richTextBox1              = new System.Windows.Forms.RichTextBox();
     this.button1                   = new System.Windows.Forms.Button();
     this.button2                   = new System.Windows.Forms.Button();
     this.label5                    = new System.Windows.Forms.Label();
     this.label6                    = new System.Windows.Forms.Label();
     this.currentlyBuildinglistView = new System.Windows.Forms.ListView();
     this.columnHeader1             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label7                    = new System.Windows.Forms.Label();
     this.coordinatesUc1            = new TravBotSharp.UserControls.CoordinatesUc();
     ((System.ComponentModel.ISupportInitialize)(this.WavesCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wavesPerSec)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.catasPerWave)).BeginInit();
     this.SuspendLayout();
     //
     // confirmNewVill
     //
     this.confirmNewVill.Location = new System.Drawing.Point(34, 240);
     this.confirmNewVill.Name     = "confirmNewVill";
     this.confirmNewVill.Size     = new System.Drawing.Size(71, 22);
     this.confirmNewVill.TabIndex = 142;
     this.confirmNewVill.Text     = "Add real";
     this.confirmNewVill.UseVisualStyleBackColor = true;
     this.confirmNewVill.Click += new System.EventHandler(this.confirmNewVill_Click);
     //
     // WavesCount
     //
     this.WavesCount.Location = new System.Drawing.Point(173, 35);
     this.WavesCount.Maximum  = new decimal(new int[] {
         30,
         0,
         0,
         0
     });
     this.WavesCount.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.WavesCount.Name     = "WavesCount";
     this.WavesCount.Size     = new System.Drawing.Size(75, 20);
     this.WavesCount.TabIndex = 148;
     this.WavesCount.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(254, 39);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(51, 16);
     this.label1.TabIndex = 149;
     this.label1.Text     = "Waves";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(70, 151);
     this.dateTimePicker1.MaxDate  = new System.DateTime(2048, 12, 31, 0, 0, 0, 0);
     this.dateTimePicker1.MinDate  = new System.DateTime(2020, 1, 1, 0, 0, 0, 0);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(90, 20);
     this.dateTimePicker1.TabIndex = 150;
     this.dateTimePicker1.Value    = new System.DateTime(2020, 5, 10, 0, 0, 0, 0);
     //
     // wavesPerSec
     //
     this.wavesPerSec.Location = new System.Drawing.Point(173, 67);
     this.wavesPerSec.Maximum  = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.wavesPerSec.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.wavesPerSec.Name     = "wavesPerSec";
     this.wavesPerSec.Size     = new System.Drawing.Size(75, 20);
     this.wavesPerSec.TabIndex = 151;
     this.wavesPerSec.Value    = new decimal(new int[] {
         3,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(254, 67);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(79, 16);
     this.label2.TabIndex = 152;
     this.label2.Text     = "waves / sec";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(7, 152);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(57, 16);
     this.label3.TabIndex = 153;
     this.label3.Text     = "Arrive at";
     //
     // sendNow
     //
     this.sendNow.AutoSize = true;
     this.sendNow.Location = new System.Drawing.Point(176, 153);
     this.sendNow.Name     = "sendNow";
     this.sendNow.Size     = new System.Drawing.Size(74, 17);
     this.sendNow.TabIndex = 154;
     this.sendNow.Text     = "Send now";
     this.sendNow.UseVisualStyleBackColor = true;
     this.sendNow.CheckedChanged         += new System.EventHandler(this.sendNow_CheckedChanged);
     //
     // catasPerWave
     //
     this.catasPerWave.Location = new System.Drawing.Point(63, 103);
     this.catasPerWave.Maximum  = new decimal(new int[] {
         5000,
         0,
         0,
         0
     });
     this.catasPerWave.Minimum = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.catasPerWave.Name     = "catasPerWave";
     this.catasPerWave.Size     = new System.Drawing.Size(75, 20);
     this.catasPerWave.TabIndex = 155;
     this.catasPerWave.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(146, 103);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(104, 16);
     this.label4.TabIndex = 156;
     this.label4.Text     = "catapults / wave";
     //
     // hero
     //
     this.hero.AutoSize = true;
     this.hero.Location = new System.Drawing.Point(70, 216);
     this.hero.Name     = "hero";
     this.hero.Size     = new System.Drawing.Size(126, 17);
     this.hero.TabIndex = 157;
     this.hero.Text     = "Send hero (1. attack)";
     this.hero.UseVisualStyleBackColor = true;
     //
     // richTextBox1
     //
     this.richTextBox1.Location = new System.Drawing.Point(475, 41);
     this.richTextBox1.Name     = "richTextBox1";
     this.richTextBox1.Size     = new System.Drawing.Size(215, 433);
     this.richTextBox1.TabIndex = 158;
     this.richTextBox1.Text     = "";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(541, 12);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(84, 23);
     this.button1.TabIndex = 159;
     this.button1.Text     = "Send";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(149, 239);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 160;
     this.button2.Text     = "Add fake";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(44, 173);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(143, 12);
     this.label5.TabIndex = 161;
     this.label5.Text     = "(server time, NOT computer time)";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(38, 185);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(155, 12);
     this.label6.TabIndex = 162;
     this.label6.Text     = "You can\'t set an attack for tomorrow.";
     //
     // currentlyBuildinglistView
     //
     this.currentlyBuildinglistView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5
     });
     this.currentlyBuildinglistView.FullRowSelect = true;
     this.currentlyBuildinglistView.HideSelection = false;
     this.currentlyBuildinglistView.Location      = new System.Drawing.Point(34, 300);
     this.currentlyBuildinglistView.MultiSelect   = false;
     this.currentlyBuildinglistView.Name          = "currentlyBuildinglistView";
     this.currentlyBuildinglistView.Size          = new System.Drawing.Size(419, 174);
     this.currentlyBuildinglistView.TabIndex      = 163;
     this.currentlyBuildinglistView.UseCompatibleStateImageBehavior = false;
     this.currentlyBuildinglistView.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "From vill";
     this.columnHeader1.Width = 65;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "To coords";
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Type";
     this.columnHeader3.Width = 64;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "ExecuteAt";
     this.columnHeader4.Width = 116;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Arrival time";
     this.columnHeader5.Width = 107;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(31, 281);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(113, 16);
     this.label7.TabIndex = 164;
     this.label7.Text     = "Send wave tasks:";
     //
     // coordinatesUc1
     //
     this.coordinatesUc1.BackColor = System.Drawing.SystemColors.ControlDark;
     coordinates1.x               = 0;
     coordinates1.y               = 0;
     this.coordinatesUc1.Coords   = coordinates1;
     this.coordinatesUc1.Location = new System.Drawing.Point(31, 33);
     this.coordinatesUc1.Name     = "coordinatesUc1";
     this.coordinatesUc1.Size     = new System.Drawing.Size(113, 56);
     this.coordinatesUc1.TabIndex = 165;
     //
     // AttackUc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.coordinatesUc1);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.currentlyBuildinglistView);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.hero);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.catasPerWave);
     this.Controls.Add(this.sendNow);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.wavesPerSec);
     this.Controls.Add(this.dateTimePicker1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.WavesCount);
     this.Controls.Add(this.confirmNewVill);
     this.Name = "AttackUc";
     this.Size = new System.Drawing.Size(724, 491);
     ((System.ComponentModel.ISupportInitialize)(this.WavesCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wavesPerSec)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.catasPerWave)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     TbsCore.Models.MapModels.Coordinates coordinates1 = new TbsCore.Models.MapModels.Coordinates();
     this.countFarmChose    = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.InactivePop       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.InactiveVill      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.InactiveAlly      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.InactivePlayer    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.InactiveCoord     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.InactiveDis       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.InactiveId        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label3            = new System.Windows.Forms.Label();
     this.InactiveList      = new System.Windows.Forms.ListView();
     this.Distance          = new System.Windows.Forms.NumericUpDown();
     this.comboBoxVillages  = new System.Windows.Forms.ComboBox();
     this.button2           = new System.Windows.Forms.Button();
     this.label1            = new System.Windows.Forms.Label();
     this.button3           = new System.Windows.Forms.Button();
     this.flName            = new System.Windows.Forms.Label();
     this.coordinatesUc1    = new TravBotSharp.UserControls.CoordinatesUc();
     this.troopsSelectorUc1 = new TravBotSharp.Forms.TroopsSelectorUc();
     this.tool   = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.Distance)).BeginInit();
     this.SuspendLayout();
     //
     // countFarmChose
     //
     this.countFarmChose.AutoSize = true;
     this.countFarmChose.Location = new System.Drawing.Point(851, 65);
     this.countFarmChose.Name     = "countFarmChose";
     this.countFarmChose.Size     = new System.Drawing.Size(13, 13);
     this.countFarmChose.TabIndex = 183;
     this.countFarmChose.Text     = "0";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(17, 114);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(52, 13);
     this.label2.TabIndex = 180;
     this.label2.Text     = "Distance:";
     //
     // InactivePop
     //
     this.InactivePop.Text      = "Population";
     this.InactivePop.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.InactivePop.Width     = 71;
     //
     // InactiveVill
     //
     this.InactiveVill.Text      = "Village";
     this.InactiveVill.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.InactiveVill.Width     = 98;
     //
     // InactiveAlly
     //
     this.InactiveAlly.Text      = "Alliance";
     this.InactiveAlly.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.InactiveAlly.Width     = 77;
     //
     // InactivePlayer
     //
     this.InactivePlayer.Text      = "Player";
     this.InactivePlayer.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.InactivePlayer.Width     = 90;
     //
     // InactiveCoord
     //
     this.InactiveCoord.Text      = "Coordinates";
     this.InactiveCoord.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.InactiveCoord.Width     = 76;
     //
     // InactiveDis
     //
     this.InactiveDis.Text      = "Distance";
     this.InactiveDis.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.InactiveDis.Width     = 68;
     //
     // InactiveId
     //
     this.InactiveId.Text  = "Id";
     this.InactiveId.Width = 27;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(760, 65);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(76, 13);
     this.label3.TabIndex = 182;
     this.label3.Text     = "Farms chosen:";
     //
     // InactiveList
     //
     this.InactiveList.BackColor = System.Drawing.SystemColors.MenuText;
     this.InactiveList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.InactiveId,
         this.InactiveDis,
         this.InactiveCoord,
         this.InactivePlayer,
         this.InactiveAlly,
         this.InactiveVill,
         this.InactivePop
     });
     this.InactiveList.FullRowSelect = true;
     this.InactiveList.GridLines     = true;
     this.InactiveList.HideSelection = false;
     this.InactiveList.Location      = new System.Drawing.Point(215, 57);
     this.InactiveList.Name          = "InactiveList";
     this.InactiveList.Size          = new System.Drawing.Size(531, 352);
     this.InactiveList.TabIndex      = 178;
     this.InactiveList.UseCompatibleStateImageBehavior = false;
     this.InactiveList.View                  = System.Windows.Forms.View.Details;
     this.InactiveList.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.InactiveList_ColumnClick);
     this.InactiveList.SelectedIndexChanged += new System.EventHandler(this.InactiveList_SelectedIndexChanged);
     //
     // Distance
     //
     this.Distance.Location = new System.Drawing.Point(78, 111);
     this.Distance.Minimum  = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.Distance.Name     = "Distance";
     this.Distance.Size     = new System.Drawing.Size(120, 20);
     this.Distance.TabIndex = 176;
     this.Distance.Value    = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     //
     // comboBoxVillages
     //
     this.comboBoxVillages.FormattingEnabled = true;
     this.comboBoxVillages.Location          = new System.Drawing.Point(78, 84);
     this.comboBoxVillages.Name                  = "comboBoxVillages";
     this.comboBoxVillages.Size                  = new System.Drawing.Size(120, 21);
     this.comboBoxVillages.TabIndex              = 175;
     this.comboBoxVillages.SelectedIndexChanged += new System.EventHandler(this.comboBoxVillages_SelectedIndexChanged);
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Location = new System.Drawing.Point(20, 199);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(178, 33);
     this.button2.TabIndex = 174;
     this.button2.Text     = "Search";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(27, 88);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 13);
     this.label1.TabIndex = 173;
     this.label1.Text     = "Village:";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(790, 365);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(111, 43);
     this.button3.TabIndex = 184;
     this.button3.Text     = "Add";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // flName
     //
     this.flName.AutoSize = true;
     this.flName.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.flName.Location = new System.Drawing.Point(27, 9);
     this.flName.Name     = "flName";
     this.flName.Size     = new System.Drawing.Size(0, 31);
     this.flName.TabIndex = 185;
     //
     // coordinatesUc1
     //
     this.coordinatesUc1.BackColor = System.Drawing.SystemColors.ControlDark;
     coordinates1.x               = 0;
     coordinates1.y               = 0;
     this.coordinatesUc1.Coords   = coordinates1;
     this.coordinatesUc1.Location = new System.Drawing.Point(78, 137);
     this.coordinatesUc1.Name     = "coordinatesUc1";
     this.coordinatesUc1.Size     = new System.Drawing.Size(109, 56);
     this.coordinatesUc1.TabIndex = 179;
     //
     // troopsSelectorUc1
     //
     this.troopsSelectorUc1.Hero     = false;
     this.troopsSelectorUc1.Location = new System.Drawing.Point(763, 96);
     this.troopsSelectorUc1.Name     = "troopsSelectorUc1";
     this.troopsSelectorUc1.Size     = new System.Drawing.Size(139, 264);
     this.troopsSelectorUc1.TabIndex = 181;
     this.troopsSelectorUc1.Troops   = new int[] {
         0,
         0,
         0,
         0,
         0,
         0,
         0,
         0,
         0,
         0
     };
     //
     // tool
     //
     this.tool.FormattingEnabled = true;
     this.tool.Items.AddRange(new object[] {
         "travianstats.de",
         "inactivesearch.it"
     });
     this.tool.Location = new System.Drawing.Point(78, 57);
     this.tool.Name     = "tool";
     this.tool.Size     = new System.Drawing.Size(120, 21);
     this.tool.TabIndex = 186;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(37, 61);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(31, 13);
     this.label4.TabIndex = 187;
     this.label4.Text     = "Tool:";
     //
     // InactiveFinder
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(921, 450);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.tool);
     this.Controls.Add(this.flName);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.countFarmChose);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.coordinatesUc1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.troopsSelectorUc1);
     this.Controls.Add(this.InactiveList);
     this.Controls.Add(this.Distance);
     this.Controls.Add(this.comboBoxVillages);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label1);
     this.Name = "InactiveFinder";
     this.Text = "FarmFinder";
     ((System.ComponentModel.ISupportInitialize)(this.Distance)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder1 = new XPTable.Models.DataSourceColumnBinder();
     XPTable.Renderers.DragDropRenderer    dragDropRenderer1       = new XPTable.Renderers.DragDropRenderer();
     XPTable.Models.DataSourceColumnBinder dataSourceColumnBinder2 = new XPTable.Models.DataSourceColumnBinder();
     XPTable.Renderers.DragDropRenderer    dragDropRenderer2       = new XPTable.Renderers.DragDropRenderer();
     TbsCore.Models.MapModels.Coordinates  coordinates1            = new TbsCore.Models.MapModels.Coordinates();
     this.SaveButton     = new System.Windows.Forms.Button();
     this.table1         = new XPTable.Models.Table();
     this.XpTableGlobal  = new XPTable.Models.Table();
     this.button2        = new System.Windows.Forms.Button();
     this.label1         = new System.Windows.Forms.Label();
     this.button1        = new System.Windows.Forms.Button();
     this.maxDeff        = new System.Windows.Forms.NumericUpDown();
     this.label4         = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this.sendDeffCoords = new TravBotSharp.UserControls.CoordinatesUc();
     this.button3        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.XpTableGlobal)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxDeff)).BeginInit();
     this.SuspendLayout();
     //
     // SaveButton
     //
     this.SaveButton.Location = new System.Drawing.Point(294, 599);
     this.SaveButton.Margin   = new System.Windows.Forms.Padding(2);
     this.SaveButton.Name     = "SaveButton";
     this.SaveButton.Size     = new System.Drawing.Size(82, 25);
     this.SaveButton.TabIndex = 1;
     this.SaveButton.Text     = "Save";
     this.SaveButton.UseVisualStyleBackColor = true;
     this.SaveButton.Click += new System.EventHandler(this.button1_Click);
     //
     // table1
     //
     this.table1.BorderColor               = System.Drawing.Color.Black;
     this.table1.DataMember                = null;
     this.table1.DataSourceColumnBinder    = dataSourceColumnBinder1;
     dragDropRenderer1.ForeColor           = System.Drawing.Color.Red;
     this.table1.DragDropRenderer          = dragDropRenderer1;
     this.table1.GridLinesContrainedToData = false;
     this.table1.HeaderFont                = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.table1.Location             = new System.Drawing.Point(0, 82);
     this.table1.MultiSelect          = true;
     this.table1.Name                 = "table1";
     this.table1.Size                 = new System.Drawing.Size(657, 513);
     this.table1.TabIndex             = 0;
     this.table1.Text                 = "table1";
     this.table1.UnfocusedBorderColor = System.Drawing.Color.Black;
     //
     // XpTableGlobal
     //
     this.XpTableGlobal.BorderColor            = System.Drawing.Color.Black;
     this.XpTableGlobal.DataMember             = null;
     this.XpTableGlobal.DataSourceColumnBinder = dataSourceColumnBinder2;
     dragDropRenderer2.ForeColor                  = System.Drawing.Color.Red;
     this.XpTableGlobal.DragDropRenderer          = dragDropRenderer2;
     this.XpTableGlobal.GridLinesContrainedToData = false;
     this.XpTableGlobal.HeaderFont                = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.XpTableGlobal.Location                  = new System.Drawing.Point(0, 3);
     this.XpTableGlobal.MultiSelect               = true;
     this.XpTableGlobal.Name                 = "XpTableGlobal";
     this.XpTableGlobal.Size                 = new System.Drawing.Size(657, 44);
     this.XpTableGlobal.TabIndex             = 2;
     this.XpTableGlobal.Text                 = "table2";
     this.XpTableGlobal.UnfocusedBorderColor = System.Drawing.Color.Black;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(116, 52);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(269, 23);
     this.button2.TabIndex = 4;
     this.button2.Text     = "Change selected";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(398, 57);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(108, 13);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Click save afterwards";
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(810, 164);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(92, 22);
     this.button1.TabIndex = 6;
     this.button1.Text     = "Send deff";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // maxDeff
     //
     this.maxDeff.Location = new System.Drawing.Point(813, 131);
     this.maxDeff.Maximum  = new decimal(new int[] {
         1215752191,
         23,
         0,
         0
     });
     this.maxDeff.Name     = "maxDeff";
     this.maxDeff.Size     = new System.Drawing.Size(92, 20);
     this.maxDeff.TabIndex = 141;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(753, 133);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(54, 15);
     this.label4.TabIndex = 142;
     this.label4.Text     = "Max deff";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(800, 151);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(111, 12);
     this.label5.TabIndex = 143;
     this.label5.Text     = "If 0, send all available deff";
     //
     // sendDeffCoords
     //
     this.sendDeffCoords.BackColor = System.Drawing.SystemColors.ControlDark;
     coordinates1.x               = 0;
     coordinates1.y               = 0;
     this.sendDeffCoords.Coords   = coordinates1;
     this.sendDeffCoords.Location = new System.Drawing.Point(802, 69);
     this.sendDeffCoords.Name     = "sendDeffCoords";
     this.sendDeffCoords.Size     = new System.Drawing.Size(113, 56);
     this.sendDeffCoords.TabIndex = 144;
     //
     // button3
     //
     this.button3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location = new System.Drawing.Point(810, 359);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(92, 22);
     this.button3.TabIndex = 146;
     this.button3.Text     = "Cut waves";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // DeffendingUc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.button3);
     this.Controls.Add(this.sendDeffCoords);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.maxDeff);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.XpTableGlobal);
     this.Controls.Add(this.SaveButton);
     this.Controls.Add(this.table1);
     this.Name = "DeffendingUc";
     this.Size = new System.Drawing.Size(1011, 628);
     ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.XpTableGlobal)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.maxDeff)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }