namespace FilterCentralV2
{
partial class MainWindow
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.Main_TabControl = new System.Windows.Forms.TabControl();
this.TP_Main = new System.Windows.Forms.TabPage();
this.Main_General_GroupBox = new System.Windows.Forms.GroupBox();
this.General_ClearConsole_Btn = new System.Windows.Forms.Button();
this.General_ReloadSHNs_Btn = new System.Windows.Forms.Button();
this.Main_Maint_GroupBox = new System.Windows.Forms.GroupBox();
this.Maint_Label3 = new System.Windows.Forms.Label();
this.Maint_MinutesUpDown = new System.Windows.Forms.NumericUpDown();
this.Maint_Button1 = new System.Windows.Forms.Button();
this.Maint_StatusLabel2 = new System.Windows.Forms.Label();
this.Maint_StatusLabel1 = new System.Windows.Forms.Label();
this.Main_TextBox = new System.Windows.Forms.RichTextBox();
this.TP_GameLog = new System.Windows.Forms.TabPage();
this.GameLog_General_GroupBox = new System.Windows.Forms.GroupBox();
this.GameLog_Label3 = new System.Windows.Forms.Label();
this.GameLog_Interval_UpDown = new System.Windows.Forms.NumericUpDown();
this.GameLog_Monitor_Button = new System.Windows.Forms.Button();
this.GameLog_Label2 = new System.Windows.Forms.Label();
this.GameLog_Label1 = new System.Windows.Forms.Label();
this.GameLog_TextBox = new System.Windows.Forms.RichTextBox();
this.TP_UserControl = new System.Windows.Forms.TabPage();
this.UCTab_Main_GB = new System.Windows.Forms.GroupBox();
this.UserControl_Disconnect_Btn = new System.Windows.Forms.Button();
this.UserControl_BanLastIP_Btn = new System.Windows.Forms.Button();
this.UserControl_Loginable_Btn = new System.Windows.Forms.Button();
this.UserControlTab_Label1 = new System.Windows.Forms.Label();
this.UserControl_Username_TextBox = new System.Windows.Forms.TextBox();
this.UserControl_CharInfo_DataGridView = new System.Windows.Forms.DataGridView();
this.TP_WorldMessage = new System.Windows.Forms.TabPage();
this.WMTab_MsgSend_Btn = new System.Windows.Forms.Button();
this.WMTab_Label1 = new System.Windows.Forms.Label();
this.WMTab_Main_GB = new System.Windows.Forms.GroupBox();
this.WM_MsgCtrls_Label3 = new System.Windows.Forms.Label();
this.WM_MsgCtrls_RepeatIntrvl_NumUD = new System.Windows.Forms.NumericUpDown();
this.WM_MsgCtrls_Repeat_ChkBox = new System.Windows.Forms.CheckBox();
this.WM_MsgCtrls_Label2 = new System.Windows.Forms.Label();
this.WM_MsgCtrls_Combo1 = new System.Windows.Forms.ComboBox();
this.WM_MsgCtrls_MsgrName = new System.Windows.Forms.TextBox();
this.WM_MsgCtrls_Label1 = new System.Windows.Forms.Label();
this.WMTab_Messages_TB = new System.Windows.Forms.TextBox();
this.Main_TabControl.SuspendLayout();
this.TP_Main.SuspendLayout();
this.Main_General_GroupBox.SuspendLayout();
this.Main_Maint_GroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.Maint_MinutesUpDown)).BeginInit();
this.TP_GameLog.SuspendLayout();
this.GameLog_General_GroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GameLog_Interval_UpDown)).BeginInit();
this.TP_UserControl.SuspendLayout();
this.UCTab_Main_GB.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.UserControl_CharInfo_DataGridView)).BeginInit();
this.TP_WorldMessage.SuspendLayout();
this.WMTab_Main_GB.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.WM_MsgCtrls_RepeatIntrvl_NumUD)).BeginInit();
this.SuspendLayout();
//
// Main_TabControl
//
this.Main_TabControl.Controls.Add(this.TP_Main);
this.Main_TabControl.Controls.Add(this.TP_GameLog);
this.Main_TabControl.Controls.Add(this.TP_UserControl);
this.Main_TabControl.Controls.Add(this.TP_WorldMessage);
this.Main_TabControl.Location = new System.Drawing.Point(2, 4);
this.Main_TabControl.Name = "Main_TabControl";
this.Main_TabControl.SelectedIndex = 0;
this.Main_TabControl.Size = new System.Drawing.Size(912, 586);
this.Main_TabControl.TabIndex = 0;
//
// TP_Main
//
this.TP_Main.BackColor = System.Drawing.SystemColors.ControlLight;
this.TP_Main.Controls.Add(this.Main_General_GroupBox);
this.TP_Main.Controls.Add(this.Main_Maint_GroupBox);
this.TP_Main.Controls.Add(this.Main_TextBox);
this.TP_Main.Location = new System.Drawing.Point(4, 22);
this.TP_Main.Name = "TP_Main";
this.TP_Main.Padding = new System.Windows.Forms.Padding(3);
this.TP_Main.Size = new System.Drawing.Size(904, 560);
this.TP_Main.TabIndex = 0;
this.TP_Main.Text = "Main";
//
// Main_General_GroupBox
//
this.Main_General_GroupBox.Controls.Add(this.General_ClearConsole_Btn);
this.Main_General_GroupBox.Controls.Add(this.General_ReloadSHNs_Btn);
this.Main_General_GroupBox.Location = new System.Drawing.Point(6, 6);
this.Main_General_GroupBox.Name = "Main_General_GroupBox";
this.Main_General_GroupBox.Size = new System.Drawing.Size(199, 127);
this.Main_General_GroupBox.TabIndex = 2;
this.Main_General_GroupBox.TabStop = false;
this.Main_General_GroupBox.Text = "General";
//
// General_ClearConsole_Btn
//
this.General_ClearConsole_Btn.Location = new System.Drawing.Point(7, 98);
this.General_ClearConsole_Btn.Name = "General_ClearConsole_Btn";
this.General_ClearConsole_Btn.Size = new System.Drawing.Size(86, 23);
this.General_ClearConsole_Btn.TabIndex = 1;
this.General_ClearConsole_Btn.Text = "Clear Console";
this.General_ClearConsole_Btn.UseVisualStyleBackColor = true;
this.General_ClearConsole_Btn.Click += new System.EventHandler(this.General_ClearConsole_Btn_Click);
//
// General_ReloadSHNs_Btn
//
this.General_ReloadSHNs_Btn.Location = new System.Drawing.Point(10, 16);
this.General_ReloadSHNs_Btn.Name = "General_ReloadSHNs_Btn";
this.General_ReloadSHNs_Btn.Size = new System.Drawing.Size(83, 23);
this.General_ReloadSHNs_Btn.TabIndex = 0;
this.General_ReloadSHNs_Btn.Text = "Reload SHNs";
this.General_ReloadSHNs_Btn.UseVisualStyleBackColor = true;
this.General_ReloadSHNs_Btn.Click += new System.EventHandler(this.General_Button_ReloadSHNs_Click);
//
// Main_Maint_GroupBox
//
this.Main_Maint_GroupBox.Controls.Add(this.Maint_Label3);
this.Main_Maint_GroupBox.Controls.Add(this.Maint_MinutesUpDown);
this.Main_Maint_GroupBox.Controls.Add(this.Maint_Button1);
this.Main_Maint_GroupBox.Controls.Add(this.Maint_StatusLabel2);
this.Main_Maint_GroupBox.Controls.Add(this.Maint_StatusLabel1);
this.Main_Maint_GroupBox.Location = new System.Drawing.Point(688, 6);
this.Main_Maint_GroupBox.Name = "Main_Maint_GroupBox";
this.Main_Maint_GroupBox.Size = new System.Drawing.Size(200, 127);
this.Main_Maint_GroupBox.TabIndex = 1;
this.Main_Maint_GroupBox.TabStop = false;
this.Main_Maint_GroupBox.Text = "Maintenance Controller";
//
// Maint_Label3
//
this.Maint_Label3.AutoSize = true;
this.Maint_Label3.Location = new System.Drawing.Point(30, 45);
this.Maint_Label3.Name = "Maint_Label3";
this.Maint_Label3.Size = new System.Drawing.Size(136, 13);
this.Maint_Label3.TabIndex = 4;
this.Maint_Label3.Text = "Maint Countdown (Minutes)";
//
// Maint_MinutesUpDown
//
this.Maint_MinutesUpDown.Location = new System.Drawing.Point(33, 61);
this.Maint_MinutesUpDown.Maximum = new decimal(new int[] {
15,
0,
0,
0});
this.Maint_MinutesUpDown.Minimum = new decimal(new int[] {
3,
0,
0,
0});
this.Maint_MinutesUpDown.Name = "Maint_MinutesUpDown";
this.Maint_MinutesUpDown.Size = new System.Drawing.Size(133, 20);
this.Maint_MinutesUpDown.TabIndex = 3;
this.Maint_MinutesUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Maint_MinutesUpDown.Value = new decimal(new int[] {
3,
0,
0,
0});
//
// Maint_Button1
//
this.Maint_Button1.Location = new System.Drawing.Point(33, 87);
this.Maint_Button1.Name = "Maint_Button1";
this.Maint_Button1.Size = new System.Drawing.Size(133, 23);
this.Maint_Button1.TabIndex = 0;
this.Maint_Button1.Text = "Toggle Maintenance";
this.Maint_Button1.UseVisualStyleBackColor = true;
this.Maint_Button1.Click += new System.EventHandler(this.Maint_Button1_Click);
//
// Maint_StatusLabel2
//
this.Maint_StatusLabel2.AutoSize = true;
this.Maint_StatusLabel2.Location = new System.Drawing.Point(44, 16);
this.Maint_StatusLabel2.MinimumSize = new System.Drawing.Size(15, 0);
this.Maint_StatusLabel2.Name = "Maint_StatusLabel2";
this.Maint_StatusLabel2.Size = new System.Drawing.Size(15, 13);
this.Maint_StatusLabel2.TabIndex = 2;
//
// Maint_StatusLabel1
//
this.Maint_StatusLabel1.AutoSize = true;
this.Maint_StatusLabel1.Location = new System.Drawing.Point(6, 16);
this.Maint_StatusLabel1.Name = "Maint_StatusLabel1";
this.Maint_StatusLabel1.Size = new System.Drawing.Size(43, 13);
this.Maint_StatusLabel1.TabIndex = 1;
this.Maint_StatusLabel1.Text = "Status: ";
//
// Main_TextBox
//
this.Main_TextBox.BackColor = System.Drawing.Color.Black;
this.Main_TextBox.Font = new System.Drawing.Font("Lucida Console", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Main_TextBox.ForeColor = System.Drawing.Color.White;
this.Main_TextBox.Location = new System.Drawing.Point(6, 139);
this.Main_TextBox.Name = "Main_TextBox";
this.Main_TextBox.ReadOnly = true;
this.Main_TextBox.Size = new System.Drawing.Size(891, 414);
this.Main_TextBox.TabIndex = 0;
this.Main_TextBox.TabStop = false;
this.Main_TextBox.Text = "";
//
// TP_GameLog
//
this.TP_GameLog.BackColor = System.Drawing.SystemColors.ControlLight;
this.TP_GameLog.Controls.Add(this.GameLog_General_GroupBox);
this.TP_GameLog.Controls.Add(this.GameLog_TextBox);
this.TP_GameLog.Location = new System.Drawing.Point(4, 22);
this.TP_GameLog.Name = "TP_GameLog";
this.TP_GameLog.Padding = new System.Windows.Forms.Padding(3);
this.TP_GameLog.Size = new System.Drawing.Size(904, 560);
this.TP_GameLog.TabIndex = 1;
this.TP_GameLog.Text = "GameLog";
//
// GameLog_General_GroupBox
//
this.GameLog_General_GroupBox.Controls.Add(this.GameLog_Label3);
this.GameLog_General_GroupBox.Controls.Add(this.GameLog_Interval_UpDown);
this.GameLog_General_GroupBox.Controls.Add(this.GameLog_Monitor_Button);
this.GameLog_General_GroupBox.Controls.Add(this.GameLog_Label2);
this.GameLog_General_GroupBox.Controls.Add(this.GameLog_Label1);
this.GameLog_General_GroupBox.Location = new System.Drawing.Point(6, 6);
this.GameLog_General_GroupBox.Name = "GameLog_General_GroupBox";
this.GameLog_General_GroupBox.Size = new System.Drawing.Size(200, 127);
this.GameLog_General_GroupBox.TabIndex = 3;
this.GameLog_General_GroupBox.TabStop = false;
this.GameLog_General_GroupBox.Text = "GameLog Controller";
//
// GameLog_Label3
//
this.GameLog_Label3.AutoSize = true;
this.GameLog_Label3.Location = new System.Drawing.Point(30, 45);
this.GameLog_Label3.Name = "GameLog_Label3";
this.GameLog_Label3.Size = new System.Drawing.Size(133, 13);
this.GameLog_Label3.TabIndex = 4;
this.GameLog_Label3.Text = "Refresh Interval (Seconds)";
//
// GameLog_Interval_UpDown
//
this.GameLog_Interval_UpDown.Location = new System.Drawing.Point(33, 61);
this.GameLog_Interval_UpDown.Maximum = new decimal(new int[] {
120,
0,
0,
0});
this.GameLog_Interval_UpDown.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.GameLog_Interval_UpDown.Name = "GameLog_Interval_UpDown";
this.GameLog_Interval_UpDown.Size = new System.Drawing.Size(133, 20);
this.GameLog_Interval_UpDown.TabIndex = 3;
this.GameLog_Interval_UpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.GameLog_Interval_UpDown.Value = new decimal(new int[] {
3,
0,
0,
0});
this.GameLog_Interval_UpDown.ValueChanged += new System.EventHandler(this.GameLog_Interval_UpDown_ValueChanged);
//
// GameLog_Monitor_Button
//
this.GameLog_Monitor_Button.Location = new System.Drawing.Point(33, 87);
this.GameLog_Monitor_Button.Name = "GameLog_Monitor_Button";
this.GameLog_Monitor_Button.Size = new System.Drawing.Size(133, 23);
this.GameLog_Monitor_Button.TabIndex = 0;
this.GameLog_Monitor_Button.Text = "Toggle Auto-refresh";
this.GameLog_Monitor_Button.UseVisualStyleBackColor = true;
this.GameLog_Monitor_Button.Click += new System.EventHandler(this.GameLog_Monitor_Button_Click);
//
// GameLog_Label2
//
this.GameLog_Label2.AutoSize = true;
this.GameLog_Label2.Location = new System.Drawing.Point(44, 16);
this.GameLog_Label2.MinimumSize = new System.Drawing.Size(15, 0);
this.GameLog_Label2.Name = "GameLog_Label2";
this.GameLog_Label2.Size = new System.Drawing.Size(15, 13);
this.GameLog_Label2.TabIndex = 2;
//
// GameLog_Label1
//
this.GameLog_Label1.AutoSize = true;
this.GameLog_Label1.Location = new System.Drawing.Point(6, 16);
this.GameLog_Label1.Name = "GameLog_Label1";
this.GameLog_Label1.Size = new System.Drawing.Size(43, 13);
this.GameLog_Label1.TabIndex = 1;
this.GameLog_Label1.Text = "Status: ";
//
// GameLog_TextBox
//
this.GameLog_TextBox.BackColor = System.Drawing.Color.Black;
this.GameLog_TextBox.Font = new System.Drawing.Font("Lucida Console", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.GameLog_TextBox.ForeColor = System.Drawing.Color.White;
this.GameLog_TextBox.Location = new System.Drawing.Point(7, 139);
this.GameLog_TextBox.Name = "GameLog_TextBox";
this.GameLog_TextBox.Size = new System.Drawing.Size(891, 414);
this.GameLog_TextBox.TabIndex = 1;
this.GameLog_TextBox.Text = "";
this.GameLog_TextBox.WordWrap = false;
//
// TP_UserControl
//
this.TP_UserControl.BackColor = System.Drawing.SystemColors.ControlLight;
this.TP_UserControl.Controls.Add(this.UCTab_Main_GB);
this.TP_UserControl.Controls.Add(this.UserControlTab_Label1);
this.TP_UserControl.Controls.Add(this.UserControl_Username_TextBox);
this.TP_UserControl.Controls.Add(this.UserControl_CharInfo_DataGridView);
this.TP_UserControl.Location = new System.Drawing.Point(4, 22);
this.TP_UserControl.Name = "TP_UserControl";
this.TP_UserControl.Padding = new System.Windows.Forms.Padding(3);
this.TP_UserControl.Size = new System.Drawing.Size(904, 560);
this.TP_UserControl.TabIndex = 2;
this.TP_UserControl.Text = "User Control";
//
// UCTab_Main_GB
//
this.UCTab_Main_GB.Controls.Add(this.UserControl_Disconnect_Btn);
this.UCTab_Main_GB.Controls.Add(this.UserControl_BanLastIP_Btn);
this.UCTab_Main_GB.Controls.Add(this.UserControl_Loginable_Btn);
this.UCTab_Main_GB.Location = new System.Drawing.Point(427, 6);
this.UCTab_Main_GB.Name = "UCTab_Main_GB";
this.UCTab_Main_GB.Size = new System.Drawing.Size(176, 81);
this.UCTab_Main_GB.TabIndex = 17;
this.UCTab_Main_GB.TabStop = false;
this.UCTab_Main_GB.Text = "Controls";
//
// UserControl_Disconnect_Btn
//
this.UserControl_Disconnect_Btn.Enabled = false;
this.UserControl_Disconnect_Btn.Location = new System.Drawing.Point(6, 19);
this.UserControl_Disconnect_Btn.Name = "UserControl_Disconnect_Btn";
this.UserControl_Disconnect_Btn.Size = new System.Drawing.Size(75, 23);
this.UserControl_Disconnect_Btn.TabIndex = 12;
this.UserControl_Disconnect_Btn.Text = "Disconnect";
this.UserControl_Disconnect_Btn.UseVisualStyleBackColor = true;
this.UserControl_Disconnect_Btn.Click += new System.EventHandler(this.UserControl_Disconnect_Btn_Click);
//
// UserControl_BanLastIP_Btn
//
this.UserControl_BanLastIP_Btn.Enabled = false;
this.UserControl_BanLastIP_Btn.Location = new System.Drawing.Point(87, 19);
this.UserControl_BanLastIP_Btn.Name = "UserControl_BanLastIP_Btn";
this.UserControl_BanLastIP_Btn.Size = new System.Drawing.Size(83, 23);
this.UserControl_BanLastIP_Btn.TabIndex = 15;
this.UserControl_BanLastIP_Btn.Text = "N/A";
this.UserControl_BanLastIP_Btn.UseVisualStyleBackColor = true;
this.UserControl_BanLastIP_Btn.Click += new System.EventHandler(this.UserControl_BanLastIP_Btn_Click);
//
// UserControl_Loginable_Btn
//
this.UserControl_Loginable_Btn.Enabled = false;
this.UserControl_Loginable_Btn.Location = new System.Drawing.Point(6, 48);
this.UserControl_Loginable_Btn.Name = "UserControl_Loginable_Btn";
this.UserControl_Loginable_Btn.Size = new System.Drawing.Size(164, 23);
this.UserControl_Loginable_Btn.TabIndex = 14;
this.UserControl_Loginable_Btn.Text = "Please Select A User";
this.UserControl_Loginable_Btn.UseVisualStyleBackColor = true;
this.UserControl_Loginable_Btn.Click += new System.EventHandler(this.UserControl_Loginable_Btn_Click);
//
// UserControlTab_Label1
//
this.UserControlTab_Label1.AutoSize = true;
this.UserControlTab_Label1.Location = new System.Drawing.Point(6, 9);
this.UserControlTab_Label1.Name = "UserControlTab_Label1";
this.UserControlTab_Label1.Size = new System.Drawing.Size(90, 13);
this.UserControlTab_Label1.TabIndex = 16;
this.UserControlTab_Label1.Text = "Character Name: ";
//
// UserControl_Username_TextBox
//
this.UserControl_Username_TextBox.Location = new System.Drawing.Point(98, 5);
this.UserControl_Username_TextBox.Name = "UserControl_Username_TextBox";
this.UserControl_Username_TextBox.Size = new System.Drawing.Size(323, 20);
this.UserControl_Username_TextBox.TabIndex = 11;
this.UserControl_Username_TextBox.TextChanged += new System.EventHandler(this.UserControl_Username_TextBox_TextChanged);
//
// UserControl_CharInfo_DataGridView
//
this.UserControl_CharInfo_DataGridView.AllowUserToAddRows = false;
this.UserControl_CharInfo_DataGridView.AllowUserToDeleteRows = false;
this.UserControl_CharInfo_DataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.UserControl_CharInfo_DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.UserControl_CharInfo_DataGridView.Location = new System.Drawing.Point(6, 32);
this.UserControl_CharInfo_DataGridView.Name = "UserControl_CharInfo_DataGridView";
this.UserControl_CharInfo_DataGridView.ReadOnly = true;
this.UserControl_CharInfo_DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.UserControl_CharInfo_DataGridView.Size = new System.Drawing.Size(415, 521);
this.UserControl_CharInfo_DataGridView.TabIndex = 10;
this.UserControl_CharInfo_DataGridView.SelectionChanged += new System.EventHandler(this.UserControl_CharInfo_DataGridView_SelectionChanged);
//
// TP_WorldMessage
//
this.TP_WorldMessage.BackColor = System.Drawing.SystemColors.ControlLight;
this.TP_WorldMessage.Controls.Add(this.WMTab_MsgSend_Btn);
this.TP_WorldMessage.Controls.Add(this.WMTab_Label1);
this.TP_WorldMessage.Controls.Add(this.WMTab_Main_GB);
this.TP_WorldMessage.Controls.Add(this.WMTab_Messages_TB);
this.TP_WorldMessage.Location = new System.Drawing.Point(4, 22);
this.TP_WorldMessage.Name = "TP_WorldMessage";
this.TP_WorldMessage.Padding = new System.Windows.Forms.Padding(3);
this.TP_WorldMessage.Size = new System.Drawing.Size(904, 560);
this.TP_WorldMessage.TabIndex = 3;
this.TP_WorldMessage.Text = "World Message";
//
// WMTab_MsgSend_Btn
//
this.WMTab_MsgSend_Btn.Location = new System.Drawing.Point(182, 155);
this.WMTab_MsgSend_Btn.Name = "WMTab_MsgSend_Btn";
this.WMTab_MsgSend_Btn.Size = new System.Drawing.Size(137, 23);
this.WMTab_MsgSend_Btn.TabIndex = 3;
this.WMTab_MsgSend_Btn.Text = "Start/Send Message(s)";
this.WMTab_MsgSend_Btn.UseVisualStyleBackColor = true;
this.WMTab_MsgSend_Btn.Click += new System.EventHandler(this.WMTab_MsgSend_Btn_Click);
//
// WMTab_Label1
//
this.WMTab_Label1.AutoSize = true;
this.WMTab_Label1.Location = new System.Drawing.Point(3, 160);
this.WMTab_Label1.Name = "WMTab_Label1";
this.WMTab_Label1.Size = new System.Drawing.Size(102, 13);
this.WMTab_Label1.TabIndex = 2;
this.WMTab_Label1.Text = "Message(s) to send:";
//
// WMTab_Main_GB
//
this.WMTab_Main_GB.Controls.Add(this.WM_MsgCtrls_Label3);
this.WMTab_Main_GB.Controls.Add(this.WM_MsgCtrls_RepeatIntrvl_NumUD);
this.WMTab_Main_GB.Controls.Add(this.WM_MsgCtrls_Repeat_ChkBox);
this.WMTab_Main_GB.Controls.Add(this.WM_MsgCtrls_Label2);
this.WMTab_Main_GB.Controls.Add(this.WM_MsgCtrls_Combo1);
this.WMTab_Main_GB.Controls.Add(this.WM_MsgCtrls_MsgrName);
this.WMTab_Main_GB.Controls.Add(this.WM_MsgCtrls_Label1);
this.WMTab_Main_GB.Location = new System.Drawing.Point(6, 6);
this.WMTab_Main_GB.Name = "WMTab_Main_GB";
this.WMTab_Main_GB.Size = new System.Drawing.Size(313, 145);
this.WMTab_Main_GB.TabIndex = 1;
this.WMTab_Main_GB.TabStop = false;
this.WMTab_Main_GB.Text = "Message Controls";
//
// WM_MsgCtrls_Label3
//
this.WM_MsgCtrls_Label3.AutoSize = true;
this.WM_MsgCtrls_Label3.Enabled = false;
this.WM_MsgCtrls_Label3.Location = new System.Drawing.Point(95, 122);
this.WM_MsgCtrls_Label3.Name = "WM_MsgCtrls_Label3";
this.WM_MsgCtrls_Label3.Size = new System.Drawing.Size(59, 13);
this.WM_MsgCtrls_Label3.TabIndex = 26;
this.WM_MsgCtrls_Label3.Text = "Interval (s):";
//
// WM_MsgCtrls_RepeatIntrvl_NumUD
//
this.WM_MsgCtrls_RepeatIntrvl_NumUD.Enabled = false;
this.WM_MsgCtrls_RepeatIntrvl_NumUD.Location = new System.Drawing.Point(160, 119);
this.WM_MsgCtrls_RepeatIntrvl_NumUD.Maximum = new decimal(new int[] {
900,
0,
0,
0});
this.WM_MsgCtrls_RepeatIntrvl_NumUD.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.WM_MsgCtrls_RepeatIntrvl_NumUD.Name = "WM_MsgCtrls_RepeatIntrvl_NumUD";
this.WM_MsgCtrls_RepeatIntrvl_NumUD.Size = new System.Drawing.Size(78, 20);
this.WM_MsgCtrls_RepeatIntrvl_NumUD.TabIndex = 25;
this.WM_MsgCtrls_RepeatIntrvl_NumUD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.WM_MsgCtrls_RepeatIntrvl_NumUD.Value = new decimal(new int[] {
5,
0,
0,
0});
//
// WM_MsgCtrls_Repeat_ChkBox
//
this.WM_MsgCtrls_Repeat_ChkBox.AutoSize = true;
this.WM_MsgCtrls_Repeat_ChkBox.Enabled = false;
this.WM_MsgCtrls_Repeat_ChkBox.Location = new System.Drawing.Point(121, 100);
this.WM_MsgCtrls_Repeat_ChkBox.Name = "WM_MsgCtrls_Repeat_ChkBox";
this.WM_MsgCtrls_Repeat_ChkBox.Size = new System.Drawing.Size(86, 17);
this.WM_MsgCtrls_Repeat_ChkBox.TabIndex = 24;
this.WM_MsgCtrls_Repeat_ChkBox.Text = "Auto-Repeat";
this.WM_MsgCtrls_Repeat_ChkBox.UseVisualStyleBackColor = true;
//
// WM_MsgCtrls_Label2
//
this.WM_MsgCtrls_Label2.AutoSize = true;
this.WM_MsgCtrls_Label2.Location = new System.Drawing.Point(92, 58);
this.WM_MsgCtrls_Label2.Name = "WM_MsgCtrls_Label2";
this.WM_MsgCtrls_Label2.Size = new System.Drawing.Size(130, 13);
this.WM_MsgCtrls_Label2.TabIndex = 23;
this.WM_MsgCtrls_Label2.Text = "InGame Messenger Name";
//
// WM_MsgCtrls_Combo1
//
this.WM_MsgCtrls_Combo1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.WM_MsgCtrls_Combo1.FormattingEnabled = true;
this.WM_MsgCtrls_Combo1.Items.AddRange(new object[] {
"World Message",
"Whisper",
"Both"});
this.WM_MsgCtrls_Combo1.Location = new System.Drawing.Point(51, 34);
this.WM_MsgCtrls_Combo1.Name = "WM_MsgCtrls_Combo1";
this.WM_MsgCtrls_Combo1.Size = new System.Drawing.Size(210, 21);
this.WM_MsgCtrls_Combo1.TabIndex = 22;
//
// WM_MsgCtrls_MsgrName
//
this.WM_MsgCtrls_MsgrName.Location = new System.Drawing.Point(51, 74);
this.WM_MsgCtrls_MsgrName.MaxLength = 16;
this.WM_MsgCtrls_MsgrName.Name = "WM_MsgCtrls_MsgrName";
this.WM_MsgCtrls_MsgrName.Size = new System.Drawing.Size(212, 20);
this.WM_MsgCtrls_MsgrName.TabIndex = 21;
this.WM_MsgCtrls_MsgrName.Text = "[Messenger]Ayala";
this.WM_MsgCtrls_MsgrName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// WM_MsgCtrls_Label1
//
this.WM_MsgCtrls_Label1.AutoSize = true;
this.WM_MsgCtrls_Label1.Location = new System.Drawing.Point(102, 17);
this.WM_MsgCtrls_Label1.Name = "WM_MsgCtrls_Label1";
this.WM_MsgCtrls_Label1.Size = new System.Drawing.Size(109, 13);
this.WM_MsgCtrls_Label1.TabIndex = 17;
this.WM_MsgCtrls_Label1.Text = "Message Destination:";
//
// WMTab_Messages_TB
//
this.WMTab_Messages_TB.Location = new System.Drawing.Point(6, 181);
this.WMTab_Messages_TB.Multiline = true;
this.WMTab_Messages_TB.Name = "WMTab_Messages_TB";
this.WMTab_Messages_TB.Size = new System.Drawing.Size(313, 90);
this.WMTab_Messages_TB.TabIndex = 0;
this.WMTab_Messages_TB.WordWrap = false;
//
// MainWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(915, 591);
this.Controls.Add(this.Main_TabControl);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Name = "MainWindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.MainWindow_Load);
this.Main_TabControl.ResumeLayout(false);
this.TP_Main.ResumeLayout(false);
this.Main_General_GroupBox.ResumeLayout(false);
this.Main_Maint_GroupBox.ResumeLayout(false);
this.Main_Maint_GroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.Maint_MinutesUpDown)).EndInit();
this.TP_GameLog.ResumeLayout(false);
this.GameLog_General_GroupBox.ResumeLayout(false);
this.GameLog_General_GroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.GameLog_Interval_UpDown)).EndInit();
this.TP_UserControl.ResumeLayout(false);
this.TP_UserControl.PerformLayout();
this.UCTab_Main_GB.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.UserControl_CharInfo_DataGridView)).EndInit();
this.TP_WorldMessage.ResumeLayout(false);
this.TP_WorldMessage.PerformLayout();
this.WMTab_Main_GB.ResumeLayout(false);
this.WMTab_Main_GB.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.WM_MsgCtrls_RepeatIntrvl_NumUD)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl Main_TabControl;
private System.Windows.Forms.TabPage TP_Main;
private System.Windows.Forms.TabPage TP_GameLog;
private System.Windows.Forms.RichTextBox Main_TextBox;
private System.Windows.Forms.GroupBox Main_Maint_GroupBox;
private System.Windows.Forms.Label Maint_StatusLabel2;
private System.Windows.Forms.Label Maint_StatusLabel1;
private System.Windows.Forms.Button Maint_Button1;
private System.Windows.Forms.Label Maint_Label3;
private System.Windows.Forms.NumericUpDown Maint_MinutesUpDown;
private System.Windows.Forms.GroupBox Main_General_GroupBox;
private System.Windows.Forms.Button General_ReloadSHNs_Btn;
private System.Windows.Forms.RichTextBox GameLog_TextBox;
private System.Windows.Forms.GroupBox GameLog_General_GroupBox;
private System.Windows.Forms.Label GameLog_Label3;
private System.Windows.Forms.NumericUpDown GameLog_Interval_UpDown;
private System.Windows.Forms.Button GameLog_Monitor_Button;
private System.Windows.Forms.Label GameLog_Label2;
private System.Windows.Forms.Label GameLog_Label1;
private System.Windows.Forms.TabPage TP_UserControl;
private System.Windows.Forms.TabPage TP_WorldMessage;
private System.Windows.Forms.DataGridView UserControl_CharInfo_DataGridView;
private System.Windows.Forms.TextBox UserControl_Username_TextBox;
private System.Windows.Forms.Button UserControl_BanLastIP_Btn;
private System.Windows.Forms.Button UserControl_Loginable_Btn;
private System.Windows.Forms.Button UserControl_Disconnect_Btn;
private System.Windows.Forms.TextBox WMTab_Messages_TB;
private System.Windows.Forms.GroupBox WMTab_Main_GB;
private System.Windows.Forms.ComboBox WM_MsgCtrls_Combo1;
private System.Windows.Forms.TextBox WM_MsgCtrls_MsgrName;
private System.Windows.Forms.Label WM_MsgCtrls_Label1;
private System.Windows.Forms.Label WM_MsgCtrls_Label2;
private System.Windows.Forms.Label WMTab_Label1;
private System.Windows.Forms.Label WM_MsgCtrls_Label3;
private System.Windows.Forms.NumericUpDown WM_MsgCtrls_RepeatIntrvl_NumUD;
private System.Windows.Forms.CheckBox WM_MsgCtrls_Repeat_ChkBox;
private System.Windows.Forms.Button WMTab_MsgSend_Btn;
private System.Windows.Forms.Label UserControlTab_Label1;
private System.Windows.Forms.GroupBox UCTab_Main_GB;
private System.Windows.Forms.Button General_ClearConsole_Btn;
}
}