namespace AutobotManager
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.rt_Output = new System.Windows.Forms.RichTextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.checkBox_ErrorStream = new System.Windows.Forms.CheckBox();
this.label13 = new System.Windows.Forms.Label();
this.tb_log_filter = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.tb_output_filter = new System.Windows.Forms.TextBox();
this.checkBox_display_out = new System.Windows.Forms.CheckBox();
this.bt_Launch = new System.Windows.Forms.Button();
this.tb_application = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tb_args = new System.Windows.Forms.TextBox();
this.numeric_Count = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.cb_simulation = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.tb_finalArgs = new System.Windows.Forms.TextBox();
this.btn_NewLog = new System.Windows.Forms.Button();
this.n_Death_Time = new System.Windows.Forms.NumericUpDown();
this.checkBox_deathtimer = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.n_launchDelay = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.n_Prefix = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.lbl_AppPath = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.checkBox_BindUi = new System.Windows.Forms.CheckBox();
this.dg_botList = new System.Windows.Forms.DataGridView();
this.bt_killAll = new System.Windows.Forms.Button();
this.btUnSelect = new System.Windows.Forms.Button();
this.btSelect = new System.Windows.Forms.Button();
this.bt_killBots = new System.Windows.Forms.Button();
this.launch_timer = new System.Windows.Forms.Timer(this.components);
this.gb_auto_cycle = new System.Windows.Forms.GroupBox();
this.btn_restart = new System.Windows.Forms.Button();
this.dg_required_style = new System.Windows.Forms.DataGridView();
this.n_Cycle_Bots_Freq = new System.Windows.Forms.NumericUpDown();
this.checkBox_Cycle = new System.Windows.Forms.CheckBox();
this.label9 = new System.Windows.Forms.Label();
this.n_Cycle_Bots = new System.Windows.Forms.NumericUpDown();
this.label8 = new System.Windows.Forms.Label();
this.dg_luabotstatus = new System.Windows.Forms.DataGridView();
this.dg_stats = new System.Windows.Forms.DataGridView();
this.label12 = new System.Windows.Forms.Label();
this.dg_global_luaStatus = new System.Windows.Forms.DataGridView();
this.cycle_timer = new System.Windows.Forms.Timer(this.components);
this.flush_timer = new System.Windows.Forms.Timer(this.components);
this.death_timer = new System.Windows.Forms.Timer(this.components);
this.ui_refresh_timer = new System.Windows.Forms.Timer(this.components);
this.tcp_refresh_timer = new System.Windows.Forms.Timer(this.components);
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabLocal = new System.Windows.Forms.TabPage();
this.tabStats = new System.Windows.Forms.TabPage();
this.label14 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.dg_metrics = new System.Windows.Forms.DataGridView();
this.tabServer = new System.Windows.Forms.TabPage();
this.btn_server_chat = new System.Windows.Forms.Button();
this.rt_server_input = new System.Windows.Forms.RichTextBox();
this.rt_server_log = new System.Windows.Forms.RichTextBox();
this.rt_server_chat = new System.Windows.Forms.RichTextBox();
this.gameLabel = new System.Windows.Forms.Label();
this.cb_game = new System.Windows.Forms.ComboBox();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numeric_Count)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.n_Death_Time)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.n_launchDelay)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.n_Prefix)).BeginInit();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_botList)).BeginInit();
this.gb_auto_cycle.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_required_style)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.n_Cycle_Bots_Freq)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.n_Cycle_Bots)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dg_luabotstatus)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dg_stats)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dg_global_luaStatus)).BeginInit();
this.tabControl1.SuspendLayout();
this.tabLocal.SuspendLayout();
this.tabStats.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_metrics)).BeginInit();
this.tabServer.SuspendLayout();
this.SuspendLayout();
//
// rt_Output
//
this.rt_Output.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rt_Output.BackColor = System.Drawing.Color.White;
this.rt_Output.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rt_Output.ForeColor = System.Drawing.Color.MediumBlue;
this.rt_Output.Location = new System.Drawing.Point(7, 51);
this.rt_Output.Name = "rt_Output";
this.rt_Output.ReadOnly = true;
this.rt_Output.Size = new System.Drawing.Size(1403, 129);
this.rt_Output.TabIndex = 0;
this.rt_Output.Text = "";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.checkBox_ErrorStream);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.tb_log_filter);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.tb_output_filter);
this.groupBox1.Controls.Add(this.checkBox_display_out);
this.groupBox1.Controls.Add(this.rt_Output);
this.groupBox1.Location = new System.Drawing.Point(5, 569);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1417, 186);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "[ Output Stream ]";
//
// checkBox_ErrorStream
//
this.checkBox_ErrorStream.AutoSize = true;
this.checkBox_ErrorStream.Location = new System.Drawing.Point(127, 25);
this.checkBox_ErrorStream.Name = "checkBox_ErrorStream";
this.checkBox_ErrorStream.Size = new System.Drawing.Size(71, 17);
this.checkBox_ErrorStream.TabIndex = 35;
this.checkBox_ErrorStream.Text = "Std- ERR";
this.checkBox_ErrorStream.UseVisualStyleBackColor = true;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(633, 27);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(56, 13);
this.label13.TabIndex = 34;
this.label13.Text = "Log Filter :";
//
// tb_log_filter
//
this.tb_log_filter.Location = new System.Drawing.Point(695, 25);
this.tb_log_filter.Name = "tb_log_filter";
this.tb_log_filter.Size = new System.Drawing.Size(311, 20);
this.tb_log_filter.TabIndex = 33;
this.tb_log_filter.Text = "lua_bot,crash";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(290, 27);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(70, 13);
this.label11.TabIndex = 32;
this.label11.Text = "Output Filter :";
//
// tb_output_filter
//
this.tb_output_filter.Location = new System.Drawing.Point(366, 24);
this.tb_output_filter.Name = "tb_output_filter";
this.tb_output_filter.Size = new System.Drawing.Size(214, 20);
this.tb_output_filter.TabIndex = 2;
this.tb_output_filter.Text = "lua_bot,crash";
//
// checkBox_display_out
//
this.checkBox_display_out.AutoSize = true;
this.checkBox_display_out.Location = new System.Drawing.Point(7, 24);
this.checkBox_display_out.Name = "checkBox_display_out";
this.checkBox_display_out.Size = new System.Drawing.Size(74, 17);
this.checkBox_display_out.TabIndex = 1;
this.checkBox_display_out.Text = "Std - OUT";
this.checkBox_display_out.UseVisualStyleBackColor = true;
this.checkBox_display_out.CheckedChanged += new System.EventHandler(this.checkBox_display_out_CheckedChanged);
//
// bt_Launch
//
this.bt_Launch.Location = new System.Drawing.Point(305, 249);
this.bt_Launch.Name = "bt_Launch";
this.bt_Launch.Size = new System.Drawing.Size(147, 48);
this.bt_Launch.TabIndex = 12;
this.bt_Launch.Text = "Queue Bots";
this.bt_Launch.UseVisualStyleBackColor = true;
this.bt_Launch.Click += new System.EventHandler(this.bt_Simulate_Click);
//
// tb_application
//
this.tb_application.Location = new System.Drawing.Point(116, 51);
this.tb_application.Name = "tb_application";
this.tb_application.Size = new System.Drawing.Size(473, 20);
this.tb_application.TabIndex = 13;
this.tb_application.TextChanged += new System.EventHandler(this.tb_application_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 55);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 13);
this.label1.TabIndex = 14;
this.label1.Text = "Executable:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 100);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(103, 13);
this.label2.TabIndex = 16;
this.label2.Text = "Command Line args:";
//
// tb_args
//
this.tb_args.Location = new System.Drawing.Point(116, 97);
this.tb_args.Name = "tb_args";
this.tb_args.Size = new System.Drawing.Size(473, 20);
this.tb_args.TabIndex = 15;
this.tb_args.TextChanged += new System.EventHandler(this.tb_args_TextChanged);
//
// numeric_Count
//
this.numeric_Count.Location = new System.Drawing.Point(116, 149);
this.numeric_Count.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.numeric_Count.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numeric_Count.Name = "numeric_Count";
this.numeric_Count.Size = new System.Drawing.Size(120, 20);
this.numeric_Count.TabIndex = 17;
this.numeric_Count.Value = new decimal(new int[] {
2,
0,
0,
0});
this.numeric_Count.ValueChanged += new System.EventHandler(this.numeric_Count_ValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(7, 151);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(85, 13);
this.label3.TabIndex = 18;
this.label3.Text = "Bots to Launch :";
//
// cb_simulation
//
this.cb_simulation.FormattingEnabled = true;
this.cb_simulation.Location = new System.Drawing.Point(116, 180);
this.cb_simulation.Name = "cb_simulation";
this.cb_simulation.Size = new System.Drawing.Size(473, 21);
this.cb_simulation.TabIndex = 19;
this.cb_simulation.SelectedIndexChanged += new System.EventHandler(this.cb_simulation_SelectedIndexChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 183);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(55, 13);
this.label4.TabIndex = 20;
this.label4.Text = "Bot Logic:";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.cb_game);
this.groupBox3.Controls.Add(this.gameLabel);
this.groupBox3.Controls.Add(this.tb_finalArgs);
this.groupBox3.Controls.Add(this.btn_NewLog);
this.groupBox3.Controls.Add(this.n_Death_Time);
this.groupBox3.Controls.Add(this.checkBox_deathtimer);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.n_launchDelay);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.n_Prefix);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.lbl_AppPath);
this.groupBox3.Controls.Add(this.bt_Launch);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.cb_simulation);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.tb_application);
this.groupBox3.Controls.Add(this.numeric_Count);
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.tb_args);
this.groupBox3.Location = new System.Drawing.Point(6, 6);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(596, 322);
this.groupBox3.TabIndex = 21;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "[ Launch Bots ]";
//
// tb_finalArgs
//
this.tb_finalArgs.Location = new System.Drawing.Point(6, 122);
this.tb_finalArgs.Name = "tb_finalArgs";
this.tb_finalArgs.ReadOnly = true;
this.tb_finalArgs.Size = new System.Drawing.Size(583, 20);
this.tb_finalArgs.TabIndex = 32;
//
// btn_NewLog
//
this.btn_NewLog.Location = new System.Drawing.Point(463, 250);
this.btn_NewLog.Name = "btn_NewLog";
this.btn_NewLog.Size = new System.Drawing.Size(126, 46);
this.btn_NewLog.TabIndex = 6;
this.btn_NewLog.Text = "Start New Log";
this.btn_NewLog.UseVisualStyleBackColor = true;
this.btn_NewLog.Click += new System.EventHandler(this.btn_NewLog_Click);
//
// n_Death_Time
//
this.n_Death_Time.Location = new System.Drawing.Point(136, 244);
this.n_Death_Time.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.n_Death_Time.Minimum = new decimal(new int[] {
100000,
0,
0,
-2147483648});
this.n_Death_Time.Name = "n_Death_Time";
this.n_Death_Time.Size = new System.Drawing.Size(117, 20);
this.n_Death_Time.TabIndex = 43;
this.n_Death_Time.Value = new decimal(new int[] {
3600,
0,
0,
0});
//
// checkBox_deathtimer
//
this.checkBox_deathtimer.AutoSize = true;
this.checkBox_deathtimer.Location = new System.Drawing.Point(10, 247);
this.checkBox_deathtimer.Name = "checkBox_deathtimer";
this.checkBox_deathtimer.Size = new System.Drawing.Size(117, 17);
this.checkBox_deathtimer.TabIndex = 44;
this.checkBox_deathtimer.Text = "Death Timer (Secs)";
this.checkBox_deathtimer.UseVisualStyleBackColor = true;
this.checkBox_deathtimer.CheckedChanged += new System.EventHandler(this.checkBox_deathtimer_CheckedChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(10, 274);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(92, 13);
this.label7.TabIndex = 29;
this.label7.Text = "Bot Launch Delay";
//
// n_launchDelay
//
this.n_launchDelay.DecimalPlaces = 1;
this.n_launchDelay.Location = new System.Drawing.Point(116, 272);
this.n_launchDelay.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.n_launchDelay.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.n_launchDelay.Name = "n_launchDelay";
this.n_launchDelay.Size = new System.Drawing.Size(120, 20);
this.n_launchDelay.TabIndex = 28;
this.n_launchDelay.Value = new decimal(new int[] {
5,
0,
0,
0});
this.n_launchDelay.ValueChanged += new System.EventHandler(this.n_launchDelay_ValueChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(10, 220);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(94, 13);
this.label6.TabIndex = 27;
this.label6.Text = "Data Folder PreFix";
//
// n_Prefix
//
this.n_Prefix.Location = new System.Drawing.Point(116, 213);
this.n_Prefix.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.n_Prefix.Minimum = new decimal(new int[] {
1,
0,
0,
-2147483648});
this.n_Prefix.Name = "n_Prefix";
this.n_Prefix.Size = new System.Drawing.Size(120, 20);
this.n_Prefix.TabIndex = 26;
this.n_Prefix.Value = new decimal(new int[] {
1,
0,
0,
-2147483648});
this.n_Prefix.ValueChanged += new System.EventHandler(this.n_Prefix_ValueChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(242, 218);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(252, 13);
this.label5.TabIndex = 25;
this.label5.Text = "Assign Folder Prefix, -1 = No prefix, Prefix from 0 .. N";
//
// lbl_AppPath
//
this.lbl_AppPath.AutoSize = true;
this.lbl_AppPath.Location = new System.Drawing.Point(116, 74);
this.lbl_AppPath.Name = "lbl_AppPath";
this.lbl_AppPath.Size = new System.Drawing.Size(65, 13);
this.lbl_AppPath.TabIndex = 21;
this.lbl_AppPath.Text = "Path to EXE";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.checkBox_BindUi);
this.groupBox4.Controls.Add(this.dg_botList);
this.groupBox4.Controls.Add(this.bt_killAll);
this.groupBox4.Controls.Add(this.btUnSelect);
this.groupBox4.Controls.Add(this.btSelect);
this.groupBox4.Controls.Add(this.bt_killBots);
this.groupBox4.Location = new System.Drawing.Point(608, 6);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(814, 557);
this.groupBox4.TabIndex = 22;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "[ Active Bots ]";
//
// checkBox_BindUi
//
this.checkBox_BindUi.AutoSize = true;
this.checkBox_BindUi.Location = new System.Drawing.Point(9, 502);
this.checkBox_BindUi.Name = "checkBox_BindUi";
this.checkBox_BindUi.Size = new System.Drawing.Size(319, 17);
this.checkBox_BindUi.TabIndex = 46;
this.checkBox_BindUi.Text = "Bind Ui (Disable this for heavy Threads, there is COM problem)";
this.checkBox_BindUi.UseVisualStyleBackColor = true;
this.checkBox_BindUi.CheckedChanged += new System.EventHandler(this.checkBox_BindUi_CheckedChanged);
//
// dg_botList
//
this.dg_botList.AllowUserToAddRows = false;
this.dg_botList.AllowUserToDeleteRows = false;
this.dg_botList.AllowUserToResizeRows = false;
this.dg_botList.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dg_botList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dg_botList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dg_botList.Location = new System.Drawing.Point(10, 19);
this.dg_botList.Name = "dg_botList";
this.dg_botList.ReadOnly = true;
this.dg_botList.RowHeadersVisible = false;
this.dg_botList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dg_botList.Size = new System.Drawing.Size(798, 477);
this.dg_botList.TabIndex = 40;
//
// bt_killAll
//
this.bt_killAll.Location = new System.Drawing.Point(706, 523);
this.bt_killAll.Name = "bt_killAll";
this.bt_killAll.Size = new System.Drawing.Size(102, 28);
this.bt_killAll.TabIndex = 5;
this.bt_killAll.Text = "Kill All";
this.bt_killAll.UseVisualStyleBackColor = true;
this.bt_killAll.Click += new System.EventHandler(this.bt_killAll_Click);
//
// btUnSelect
//
this.btUnSelect.Enabled = false;
this.btUnSelect.Location = new System.Drawing.Point(496, 523);
this.btUnSelect.Name = "btUnSelect";
this.btUnSelect.Size = new System.Drawing.Size(83, 28);
this.btUnSelect.TabIndex = 3;
this.btUnSelect.Text = "Un-select All";
this.btUnSelect.UseVisualStyleBackColor = true;
this.btUnSelect.Click += new System.EventHandler(this.btUnSelect_Click);
//
// btSelect
//
this.btSelect.Enabled = false;
this.btSelect.Location = new System.Drawing.Point(411, 523);
this.btSelect.Name = "btSelect";
this.btSelect.Size = new System.Drawing.Size(79, 28);
this.btSelect.TabIndex = 2;
this.btSelect.Text = "Select All";
this.btSelect.UseVisualStyleBackColor = true;
this.btSelect.Click += new System.EventHandler(this.btSelect_Click);
//
// bt_killBots
//
this.bt_killBots.Enabled = false;
this.bt_killBots.Location = new System.Drawing.Point(582, 523);
this.bt_killBots.Name = "bt_killBots";
this.bt_killBots.Size = new System.Drawing.Size(118, 28);
this.bt_killBots.TabIndex = 1;
this.bt_killBots.Text = "Kill Selected Bots";
this.bt_killBots.UseVisualStyleBackColor = true;
this.bt_killBots.Click += new System.EventHandler(this.bt_killBots_Click);
//
// launch_timer
//
this.launch_timer.Tick += new System.EventHandler(this.launch_timer_Tick);
//
// gb_auto_cycle
//
this.gb_auto_cycle.Controls.Add(this.btn_restart);
this.gb_auto_cycle.Controls.Add(this.dg_required_style);
this.gb_auto_cycle.Controls.Add(this.n_Cycle_Bots_Freq);
this.gb_auto_cycle.Controls.Add(this.checkBox_Cycle);
this.gb_auto_cycle.Controls.Add(this.label9);
this.gb_auto_cycle.Controls.Add(this.n_Cycle_Bots);
this.gb_auto_cycle.Location = new System.Drawing.Point(6, 334);
this.gb_auto_cycle.Name = "gb_auto_cycle";
this.gb_auto_cycle.Size = new System.Drawing.Size(595, 229);
this.gb_auto_cycle.TabIndex = 23;
this.gb_auto_cycle.TabStop = false;
this.gb_auto_cycle.Text = "[ Auto Launch Bots ]";
//
// btn_restart
//
this.btn_restart.Location = new System.Drawing.Point(7, 183);
this.btn_restart.Name = "btn_restart";
this.btn_restart.Size = new System.Drawing.Size(114, 40);
this.btn_restart.TabIndex = 46;
this.btn_restart.Text = "Restart";
this.btn_restart.UseVisualStyleBackColor = true;
this.btn_restart.Click += new System.EventHandler(this.btn_restart_Click);
//
// dg_required_style
//
this.dg_required_style.AllowUserToAddRows = false;
this.dg_required_style.AllowUserToDeleteRows = false;
this.dg_required_style.AllowUserToResizeRows = false;
this.dg_required_style.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dg_required_style.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dg_required_style.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dg_required_style.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dg_required_style.Location = new System.Drawing.Point(129, 19);
this.dg_required_style.MultiSelect = false;
this.dg_required_style.Name = "dg_required_style";
this.dg_required_style.RowHeadersVisible = false;
this.dg_required_style.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dg_required_style.Size = new System.Drawing.Size(460, 204);
this.dg_required_style.TabIndex = 45;
this.dg_required_style.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dg_required_style_EditingControlShowing);
//
// n_Cycle_Bots_Freq
//
this.n_Cycle_Bots_Freq.Location = new System.Drawing.Point(8, 56);
this.n_Cycle_Bots_Freq.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.n_Cycle_Bots_Freq.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.n_Cycle_Bots_Freq.Name = "n_Cycle_Bots_Freq";
this.n_Cycle_Bots_Freq.Size = new System.Drawing.Size(115, 20);
this.n_Cycle_Bots_Freq.TabIndex = 34;
this.n_Cycle_Bots_Freq.Value = new decimal(new int[] {
5,
0,
0,
0});
this.n_Cycle_Bots_Freq.ValueChanged += new System.EventHandler(this.n_Cycle_Bots_Freq_ValueChanged);
//
// checkBox_Cycle
//
this.checkBox_Cycle.AutoSize = true;
this.checkBox_Cycle.Location = new System.Drawing.Point(11, 33);
this.checkBox_Cycle.Name = "checkBox_Cycle";
this.checkBox_Cycle.Size = new System.Drawing.Size(110, 17);
this.checkBox_Cycle.TabIndex = 0;
this.checkBox_Cycle.Text = "Auto Cycle (Secs)";
this.checkBox_Cycle.UseVisualStyleBackColor = true;
this.checkBox_Cycle.CheckedChanged += new System.EventHandler(this.checkBox_Cycle_CheckedChanged);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(8, 93);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(73, 13);
this.label9.TabIndex = 33;
this.label9.Text = "Bots To Cycle";
//
// n_Cycle_Bots
//
this.n_Cycle_Bots.Location = new System.Drawing.Point(9, 109);
this.n_Cycle_Bots.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.n_Cycle_Bots.Name = "n_Cycle_Bots";
this.n_Cycle_Bots.Size = new System.Drawing.Size(114, 20);
this.n_Cycle_Bots.TabIndex = 27;
this.n_Cycle_Bots.ValueChanged += new System.EventHandler(this.n_Cycle_Bots_ValueChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(876, 10);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(72, 13);
this.label8.TabIndex = 41;
this.label8.Text = "Current Count";
//
// dg_luabotstatus
//
this.dg_luabotstatus.AllowUserToAddRows = false;
this.dg_luabotstatus.AllowUserToDeleteRows = false;
this.dg_luabotstatus.AllowUserToResizeRows = false;
this.dg_luabotstatus.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dg_luabotstatus.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dg_luabotstatus.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dg_luabotstatus.Location = new System.Drawing.Point(879, 26);
this.dg_luabotstatus.MultiSelect = false;
this.dg_luabotstatus.Name = "dg_luabotstatus";
this.dg_luabotstatus.RowHeadersVisible = false;
this.dg_luabotstatus.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dg_luabotstatus.Size = new System.Drawing.Size(267, 737);
this.dg_luabotstatus.TabIndex = 39;
//
// dg_stats
//
this.dg_stats.AllowUserToAddRows = false;
this.dg_stats.AllowUserToDeleteRows = false;
this.dg_stats.AllowUserToResizeRows = false;
this.dg_stats.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dg_stats.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dg_stats.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dg_stats.Location = new System.Drawing.Point(6, 26);
this.dg_stats.MultiSelect = false;
this.dg_stats.Name = "dg_stats";
this.dg_stats.RowHeadersVisible = false;
this.dg_stats.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dg_stats.Size = new System.Drawing.Size(594, 737);
this.dg_stats.TabIndex = 38;
this.dg_stats.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.autolaunch_dg_CellValueChanged);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(1149, 10);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(62, 13);
this.label12.TabIndex = 42;
this.label12.Text = "Total Count";
//
// dg_global_luaStatus
//
this.dg_global_luaStatus.AllowUserToAddRows = false;
this.dg_global_luaStatus.AllowUserToDeleteRows = false;
this.dg_global_luaStatus.AllowUserToResizeRows = false;
this.dg_global_luaStatus.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dg_global_luaStatus.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dg_global_luaStatus.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dg_global_luaStatus.Location = new System.Drawing.Point(1152, 26);
this.dg_global_luaStatus.MultiSelect = false;
this.dg_global_luaStatus.Name = "dg_global_luaStatus";
this.dg_global_luaStatus.RowHeadersVisible = false;
this.dg_global_luaStatus.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dg_global_luaStatus.Size = new System.Drawing.Size(260, 737);
this.dg_global_luaStatus.TabIndex = 40;
//
// cycle_timer
//
this.cycle_timer.Tick += new System.EventHandler(this.cycle_timer_Tick);
//
// flush_timer
//
this.flush_timer.Interval = 5000;
this.flush_timer.Tick += new System.EventHandler(this.flush_timer_Tick);
//
// death_timer
//
this.death_timer.Interval = 1000;
this.death_timer.Tick += new System.EventHandler(this.death_timer_Tick);
//
// ui_refresh_timer
//
this.ui_refresh_timer.Enabled = true;
this.ui_refresh_timer.Interval = 2000;
this.ui_refresh_timer.Tick += new System.EventHandler(this.ui_refresh_timer_Tick);
//
// tcp_refresh_timer
//
this.tcp_refresh_timer.Enabled = true;
this.tcp_refresh_timer.Interval = 3000;
this.tcp_refresh_timer.Tick += new System.EventHandler(this.tcp_refresh_timer_Tick);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabLocal);
this.tabControl1.Controls.Add(this.tabStats);
this.tabControl1.Controls.Add(this.tabServer);
this.tabControl1.Location = new System.Drawing.Point(3, 4);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1436, 795);
this.tabControl1.TabIndex = 43;
//
// tabLocal
//
this.tabLocal.Controls.Add(this.groupBox1);
this.tabLocal.Controls.Add(this.gb_auto_cycle);
this.tabLocal.Controls.Add(this.groupBox4);
this.tabLocal.Controls.Add(this.groupBox3);
this.tabLocal.Location = new System.Drawing.Point(4, 22);
this.tabLocal.Name = "tabLocal";
this.tabLocal.Padding = new System.Windows.Forms.Padding(3);
this.tabLocal.Size = new System.Drawing.Size(1428, 769);
this.tabLocal.TabIndex = 0;
this.tabLocal.Text = "Local";
this.tabLocal.UseVisualStyleBackColor = true;
//
// tabStats
//
this.tabStats.Controls.Add(this.label14);
this.tabStats.Controls.Add(this.label10);
this.tabStats.Controls.Add(this.dg_metrics);
this.tabStats.Controls.Add(this.dg_stats);
this.tabStats.Controls.Add(this.label12);
this.tabStats.Controls.Add(this.label8);
this.tabStats.Controls.Add(this.dg_global_luaStatus);
this.tabStats.Controls.Add(this.dg_luabotstatus);
this.tabStats.Location = new System.Drawing.Point(4, 22);
this.tabStats.Name = "tabStats";
this.tabStats.Padding = new System.Windows.Forms.Padding(3);
this.tabStats.Size = new System.Drawing.Size(1428, 769);
this.tabStats.TabIndex = 2;
this.tabStats.Text = "Stats";
this.tabStats.UseVisualStyleBackColor = true;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(6, 10);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(56, 13);
this.label14.TabIndex = 45;
this.label14.Text = "Bot Status";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(603, 10);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(41, 13);
this.label10.TabIndex = 44;
this.label10.Text = "Metrics";
//
// dg_metrics
//
this.dg_metrics.AllowUserToAddRows = false;
this.dg_metrics.AllowUserToDeleteRows = false;
this.dg_metrics.AllowUserToResizeRows = false;
this.dg_metrics.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dg_metrics.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dg_metrics.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dg_metrics.Location = new System.Drawing.Point(606, 26);
this.dg_metrics.MultiSelect = false;
this.dg_metrics.Name = "dg_metrics";
this.dg_metrics.RowHeadersVisible = false;
this.dg_metrics.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dg_metrics.Size = new System.Drawing.Size(267, 737);
this.dg_metrics.TabIndex = 43;
//
// tabServer
//
this.tabServer.Controls.Add(this.btn_server_chat);
this.tabServer.Controls.Add(this.rt_server_input);
this.tabServer.Controls.Add(this.rt_server_log);
this.tabServer.Controls.Add(this.rt_server_chat);
this.tabServer.Location = new System.Drawing.Point(4, 22);
this.tabServer.Name = "tabServer";
this.tabServer.Padding = new System.Windows.Forms.Padding(3);
this.tabServer.Size = new System.Drawing.Size(1428, 769);
this.tabServer.TabIndex = 1;
this.tabServer.Text = "Server";
this.tabServer.UseVisualStyleBackColor = true;
//
// btn_server_chat
//
this.btn_server_chat.Location = new System.Drawing.Point(259, 714);
this.btn_server_chat.Name = "btn_server_chat";
this.btn_server_chat.Size = new System.Drawing.Size(184, 33);
this.btn_server_chat.TabIndex = 3;
this.btn_server_chat.Text = "Send";
this.btn_server_chat.UseVisualStyleBackColor = true;
this.btn_server_chat.Click += new System.EventHandler(this.btn_server_chat_Click);
//
// rt_server_input
//
this.rt_server_input.Location = new System.Drawing.Point(7, 589);
this.rt_server_input.Name = "rt_server_input";
this.rt_server_input.Size = new System.Drawing.Size(436, 118);
this.rt_server_input.TabIndex = 2;
this.rt_server_input.Text = "";
//
// rt_server_log
//
this.rt_server_log.BackColor = System.Drawing.SystemColors.Window;
this.rt_server_log.Location = new System.Drawing.Point(450, 7);
this.rt_server_log.Name = "rt_server_log";
this.rt_server_log.ReadOnly = true;
this.rt_server_log.Size = new System.Drawing.Size(971, 756);
this.rt_server_log.TabIndex = 1;
this.rt_server_log.Text = "";
//
// rt_server_chat
//
this.rt_server_chat.Location = new System.Drawing.Point(5, 6);
this.rt_server_chat.Name = "rt_server_chat";
this.rt_server_chat.ReadOnly = true;
this.rt_server_chat.Size = new System.Drawing.Size(438, 576);
this.rt_server_chat.TabIndex = 0;
this.rt_server_chat.Text = "";
//
// gameLabel
//
this.gameLabel.AutoSize = true;
this.gameLabel.Location = new System.Drawing.Point(11, 24);
this.gameLabel.Name = "gameLabel";
this.gameLabel.Size = new System.Drawing.Size(85, 13);
this.gameLabel.TabIndex = 45;
this.gameLabel.Text = "Game Selection:";
//
// cb_game
//
this.cb_game.FormattingEnabled = true;
this.cb_game.Location = new System.Drawing.Point(116, 20);
this.cb_game.Name = "cb_game";
this.cb_game.Size = new System.Drawing.Size(473, 21);
this.cb_game.TabIndex = 46;
this.cb_game.SelectedIndexChanged += new System.EventHandler(this.cb_game_SelectedIndexChanged);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1443, 802);
this.Controls.Add(this.tabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "Autobot Manager";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numeric_Count)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.n_Death_Time)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.n_launchDelay)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.n_Prefix)).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_botList)).EndInit();
this.gb_auto_cycle.ResumeLayout(false);
this.gb_auto_cycle.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_required_style)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.n_Cycle_Bots_Freq)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.n_Cycle_Bots)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dg_luabotstatus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dg_stats)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dg_global_luaStatus)).EndInit();
this.tabControl1.ResumeLayout(false);
this.tabLocal.ResumeLayout(false);
this.tabStats.ResumeLayout(false);
this.tabStats.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_metrics)).EndInit();
this.tabServer.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox rt_Output;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button bt_Launch;
private System.Windows.Forms.TextBox tb_application;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tb_args;
private System.Windows.Forms.NumericUpDown numeric_Count;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cb_simulation;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button btUnSelect;
private System.Windows.Forms.Button btSelect;
private System.Windows.Forms.Button bt_killBots;
private System.Windows.Forms.Label lbl_AppPath;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown n_Prefix;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.NumericUpDown n_launchDelay;
private System.Windows.Forms.Timer launch_timer;
private System.Windows.Forms.Button bt_killAll;
private System.Windows.Forms.GroupBox gb_auto_cycle;
private System.Windows.Forms.NumericUpDown n_Cycle_Bots_Freq;
private System.Windows.Forms.CheckBox checkBox_Cycle;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.NumericUpDown n_Cycle_Bots;
private System.Windows.Forms.Timer cycle_timer;
private System.Windows.Forms.CheckBox checkBox_display_out;
private System.Windows.Forms.Timer flush_timer;
private System.Windows.Forms.Button btn_NewLog;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox tb_output_filter;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox tb_log_filter;
private System.Windows.Forms.TextBox tb_finalArgs;
private System.Windows.Forms.DataGridView dg_stats;
private System.Windows.Forms.CheckBox checkBox_ErrorStream;
private System.Windows.Forms.DataGridView dg_luabotstatus;
private System.Windows.Forms.DataGridView dg_botList;
private System.Windows.Forms.DataGridView dg_global_luaStatus;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.CheckBox checkBox_deathtimer;
private System.Windows.Forms.NumericUpDown n_Death_Time;
private System.Windows.Forms.Timer death_timer;
private System.Windows.Forms.DataGridView dg_required_style;
private System.Windows.Forms.Timer ui_refresh_timer;
private System.Windows.Forms.CheckBox checkBox_BindUi;
private System.Windows.Forms.Timer tcp_refresh_timer;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabLocal;
private System.Windows.Forms.TabPage tabServer;
private System.Windows.Forms.Button btn_server_chat;
private System.Windows.Forms.RichTextBox rt_server_input;
private System.Windows.Forms.RichTextBox rt_server_log;
private System.Windows.Forms.RichTextBox rt_server_chat;
private System.Windows.Forms.TabPage tabStats;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.DataGridView dg_metrics;
private System.Windows.Forms.Button btn_restart;
private System.Windows.Forms.Label gameLabel;
private System.Windows.Forms.ComboBox cb_game;
}
}