namespace AutobotServer
{
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.dg_AutobotManager = new System.Windows.Forms.DataGridView();
this.rt_chat_log = new System.Windows.Forms.RichTextBox();
this.rt_chat_send = new System.Windows.Forms.RichTextBox();
this.rt_Command = new System.Windows.Forms.RichTextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btn_send_chat_all = new System.Windows.Forms.Button();
this.btn_send_chat_Selected = new System.Windows.Forms.Button();
this.btn_send_cmd_all = new System.Windows.Forms.Button();
this.btn_send_cmd_selected = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.ping_timer = new System.Windows.Forms.Timer(this.components);
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.dg_global_stats = new System.Windows.Forms.DataGridView();
this.dg_per_manager = new System.Windows.Forms.DataGridView();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.rt_response_output = new System.Windows.Forms.RichTextBox();
this.btn_Refresh_global_stats = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dg_AutobotManager)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_global_stats)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dg_per_manager)).BeginInit();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.SuspendLayout();
//
// dg_AutobotManager
//
this.dg_AutobotManager.AllowUserToAddRows = false;
this.dg_AutobotManager.AllowUserToDeleteRows = false;
this.dg_AutobotManager.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dg_AutobotManager.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dg_AutobotManager.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dg_AutobotManager.Location = new System.Drawing.Point(12, 12);
this.dg_AutobotManager.Name = "dg_AutobotManager";
this.dg_AutobotManager.ReadOnly = true;
this.dg_AutobotManager.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dg_AutobotManager.Size = new System.Drawing.Size(453, 778);
this.dg_AutobotManager.TabIndex = 0;
this.dg_AutobotManager.SelectionChanged += new System.EventHandler(this.dg_AutobotManager_SelectionChanged);
//
// rt_chat_log
//
this.rt_chat_log.BackColor = System.Drawing.SystemColors.Window;
this.rt_chat_log.Location = new System.Drawing.Point(6, 19);
this.rt_chat_log.Name = "rt_chat_log";
this.rt_chat_log.ReadOnly = true;
this.rt_chat_log.Size = new System.Drawing.Size(886, 543);
this.rt_chat_log.TabIndex = 1;
this.rt_chat_log.Text = "";
//
// rt_chat_send
//
this.rt_chat_send.Location = new System.Drawing.Point(6, 568);
this.rt_chat_send.Name = "rt_chat_send";
this.rt_chat_send.Size = new System.Drawing.Size(886, 117);
this.rt_chat_send.TabIndex = 2;
this.rt_chat_send.Text = "";
//
// rt_Command
//
this.rt_Command.Location = new System.Drawing.Point(6, 19);
this.rt_Command.Name = "rt_Command";
this.rt_Command.Size = new System.Drawing.Size(575, 65);
this.rt_Command.TabIndex = 3;
this.rt_Command.Text = "";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btn_send_chat_all);
this.groupBox1.Controls.Add(this.btn_send_chat_Selected);
this.groupBox1.Controls.Add(this.rt_chat_log);
this.groupBox1.Controls.Add(this.rt_chat_send);
this.groupBox1.Location = new System.Drawing.Point(8, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(904, 752);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "[ Chat ]";
//
// btn_send_chat_all
//
this.btn_send_chat_all.Location = new System.Drawing.Point(136, 691);
this.btn_send_chat_all.Name = "btn_send_chat_all";
this.btn_send_chat_all.Size = new System.Drawing.Size(130, 55);
this.btn_send_chat_all.TabIndex = 4;
this.btn_send_chat_all.Text = "Send To All";
this.btn_send_chat_all.UseVisualStyleBackColor = true;
this.btn_send_chat_all.Click += new System.EventHandler(this.btn_send_chat_all_Click);
//
// btn_send_chat_Selected
//
this.btn_send_chat_Selected.Location = new System.Drawing.Point(9, 691);
this.btn_send_chat_Selected.Name = "btn_send_chat_Selected";
this.btn_send_chat_Selected.Size = new System.Drawing.Size(121, 55);
this.btn_send_chat_Selected.TabIndex = 3;
this.btn_send_chat_Selected.Text = "Send To Selected";
this.btn_send_chat_Selected.UseVisualStyleBackColor = true;
this.btn_send_chat_Selected.Click += new System.EventHandler(this.btn_send_chat_Selected_Click);
//
// btn_send_cmd_all
//
this.btn_send_cmd_all.Location = new System.Drawing.Point(748, 19);
this.btn_send_cmd_all.Name = "btn_send_cmd_all";
this.btn_send_cmd_all.Size = new System.Drawing.Size(115, 65);
this.btn_send_cmd_all.TabIndex = 8;
this.btn_send_cmd_all.Text = "Send Command To All";
this.btn_send_cmd_all.UseVisualStyleBackColor = true;
this.btn_send_cmd_all.Click += new System.EventHandler(this.btn_send_cmd_all_Click);
//
// btn_send_cmd_selected
//
this.btn_send_cmd_selected.Location = new System.Drawing.Point(587, 19);
this.btn_send_cmd_selected.Name = "btn_send_cmd_selected";
this.btn_send_cmd_selected.Size = new System.Drawing.Size(132, 65);
this.btn_send_cmd_selected.TabIndex = 7;
this.btn_send_cmd_selected.Text = "Send Command To Selected";
this.btn_send_cmd_selected.UseVisualStyleBackColor = true;
this.btn_send_cmd_selected.Click += new System.EventHandler(this.btn_send_cmd_selected_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.rt_Command);
this.groupBox2.Controls.Add(this.btn_send_cmd_all);
this.groupBox2.Controls.Add(this.btn_send_cmd_selected);
this.groupBox2.Location = new System.Drawing.Point(6, 666);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(914, 90);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "[ Command ]";
//
// ping_timer
//
this.ping_timer.Enabled = true;
this.ping_timer.Interval = 5000;
this.ping_timer.Tick += new System.EventHandler(this.ping_timer_Tick);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Location = new System.Drawing.Point(471, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(938, 790);
this.tabControl1.TabIndex = 7;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.btn_Refresh_global_stats);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.dg_global_stats);
this.tabPage1.Controls.Add(this.dg_per_manager);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(930, 764);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Manager";
this.tabPage1.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(634, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 13);
this.label2.TabIndex = 9;
this.label2.Text = "Global Statistics";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(93, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(108, 13);
this.label1.TabIndex = 8;
this.label1.Text = "Per Autobot Manager";
//
// dg_global_stats
//
this.dg_global_stats.AllowUserToAddRows = false;
this.dg_global_stats.AllowUserToDeleteRows = false;
this.dg_global_stats.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dg_global_stats.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dg_global_stats.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dg_global_stats.Location = new System.Drawing.Point(468, 35);
this.dg_global_stats.Name = "dg_global_stats";
this.dg_global_stats.ReadOnly = true;
this.dg_global_stats.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dg_global_stats.Size = new System.Drawing.Size(453, 721);
this.dg_global_stats.TabIndex = 7;
//
// dg_per_manager
//
this.dg_per_manager.AllowUserToAddRows = false;
this.dg_per_manager.AllowUserToDeleteRows = false;
this.dg_per_manager.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dg_per_manager.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dg_per_manager.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dg_per_manager.Location = new System.Drawing.Point(9, 35);
this.dg_per_manager.Name = "dg_per_manager";
this.dg_per_manager.ReadOnly = true;
this.dg_per_manager.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dg_per_manager.Size = new System.Drawing.Size(453, 721);
this.dg_per_manager.TabIndex = 6;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox1);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(930, 764);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Chat";
this.tabPage2.UseVisualStyleBackColor = true;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.rt_response_output);
this.tabPage3.Controls.Add(this.groupBox2);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(930, 764);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Command";
this.tabPage3.UseVisualStyleBackColor = true;
//
// rt_response_output
//
this.rt_response_output.BackColor = System.Drawing.SystemColors.Window;
this.rt_response_output.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rt_response_output.Location = new System.Drawing.Point(8, 6);
this.rt_response_output.Name = "rt_response_output";
this.rt_response_output.ReadOnly = true;
this.rt_response_output.Size = new System.Drawing.Size(912, 654);
this.rt_response_output.TabIndex = 2;
this.rt_response_output.Text = "";
//
// btn_Refresh_global_stats
//
this.btn_Refresh_global_stats.Location = new System.Drawing.Point(789, 11);
this.btn_Refresh_global_stats.Name = "btn_Refresh_global_stats";
this.btn_Refresh_global_stats.Size = new System.Drawing.Size(132, 23);
this.btn_Refresh_global_stats.TabIndex = 8;
this.btn_Refresh_global_stats.Text = "Refresh";
this.btn_Refresh_global_stats.UseVisualStyleBackColor = true;
this.btn_Refresh_global_stats.Click += new System.EventHandler(this.btn_Refresh_global_stats_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1408, 802);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.dg_AutobotManager);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "Autobot Server";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dg_AutobotManager)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_global_stats)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dg_per_manager)).EndInit();
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dg_AutobotManager;
private System.Windows.Forms.RichTextBox rt_chat_log;
private System.Windows.Forms.RichTextBox rt_chat_send;
private System.Windows.Forms.RichTextBox rt_Command;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btn_send_chat_all;
private System.Windows.Forms.Button btn_send_chat_Selected;
private System.Windows.Forms.Button btn_send_cmd_all;
private System.Windows.Forms.Button btn_send_cmd_selected;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Timer ping_timer;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView dg_global_stats;
private System.Windows.Forms.DataGridView dg_per_manager;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.RichTextBox rt_response_output;
private System.Windows.Forms.Button btn_Refresh_global_stats;
}
}