corrade-vassal – Rev 7

Subversion Repositories:
Rev:
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;

namespace Vassal
{
    partial class Vassal
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private 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(Vassal));
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.Tabs = new System.Windows.Forms.TabControl();
            this.OverviewTab = new System.Windows.Forms.TabPage();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.RegionAvatarsMap = new System.Windows.Forms.PictureBox();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.Objects = new System.Windows.Forms.Label();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.ScriptTime = new System.Windows.Forms.Label();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.ActiveScripts = new System.Windows.Forms.Label();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.PhysicsFPS = new System.Windows.Forms.Label();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.FPS = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.Dilation = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.LastLag = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.Agents = new System.Windows.Forms.Label();
            this.RegionsStateTab = new System.Windows.Forms.TabPage();
            this.RegionsStateGridView = new System.Windows.Forms.DataGridView();
            this.RegionsStateRegionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.RegionsStateLastState = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.RegionsStateLastCheck = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ResidentListTab = new System.Windows.Forms.TabPage();
            this.ResidentListBanGroup = new System.Windows.Forms.GroupBox();
            this.ResidentBanAllEstatesBox = new System.Windows.Forms.CheckBox();
            this.ResidentBanButton = new System.Windows.Forms.Button();
            this.label4 = new System.Windows.Forms.Label();
            this.ResidentListFilter = new System.Windows.Forms.TextBox();
            this.ResidentListGridView = new System.Windows.Forms.DataGridView();
            this.ResidentListName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ResidentListUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ResidentListPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.BatchRestartTab = new System.Windows.Forms.TabPage();
            this.label3 = new System.Windows.Forms.Label();
            this.RegionRestartDelayBox = new System.Windows.Forms.TextBox();
            this.pictureBox3 = new System.Windows.Forms.PictureBox();
            this.BatchRestartButton = new System.Windows.Forms.Button();
            this.BatchRestartGridView = new System.Windows.Forms.DataGridView();
            this.BatchRestartRegionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.BatchRestartPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TopScriptsTab = new System.Windows.Forms.TabPage();
            this.label1 = new System.Windows.Forms.Label();
            this.TopScriptsFilter = new System.Windows.Forms.TextBox();
            this.ReturnTopScriptsButton = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.TopScriptsGridView = new System.Windows.Forms.DataGridView();
            this.TopScriptsScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TopScriptsTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TopScriptsUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TopScriptsOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TopScriptsPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TopCollidersTab = new System.Windows.Forms.TabPage();
            this.label2 = new System.Windows.Forms.Label();
            this.TopCollidersFilter = new System.Windows.Forms.TextBox();
            this.ReturnTopCollidersButton = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.TopCollidersGridView = new System.Windows.Forms.DataGridView();
            this.TopCollidersScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TopCollidersTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TopCollidersUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TopCollidersOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TopCollidersPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar();
            this.StatusText = new System.Windows.Forms.ToolStripStatusLabel();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.RegionTeleportGroup = new System.Windows.Forms.GroupBox();
            this.pictureBox6 = new System.Windows.Forms.PictureBox();
            this.LoadedRegions = new System.Windows.Forms.ComboBox();
            this.CurrentRegionName = new System.Windows.Forms.Label();
            this.CurrentRegionAt = new System.Windows.Forms.Label();
            this.ExportCSVDialog = new System.Windows.Forms.SaveFileDialog();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.Version = new System.Windows.Forms.Label();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.RegionToolsTab = new System.Windows.Forms.TabPage();
            this.groupBox11 = new System.Windows.Forms.GroupBox();
            this.button4 = new System.Windows.Forms.Button();
            this.RipTerrainButton = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.pictureBox4 = new System.Windows.Forms.PictureBox();
            this.pictureBox5 = new System.Windows.Forms.PictureBox();
            this.pictureBox7 = new System.Windows.Forms.PictureBox();
            this.LoadTerrainFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.SaveTerrainFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.EstateTerrainDownloadUploadGroup = new System.Windows.Forms.GroupBox();
            this.groupBox13 = new System.Windows.Forms.GroupBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.Tabs.SuspendLayout();
            this.OverviewTab.SuspendLayout();
            this.groupBox10.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).BeginInit();
            this.groupBox9.SuspendLayout();
            this.groupBox8.SuspendLayout();
            this.groupBox7.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.RegionsStateTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.RegionsStateGridView)).BeginInit();
            this.ResidentListTab.SuspendLayout();
            this.ResidentListBanGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ResidentListGridView)).BeginInit();
            this.BatchRestartTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).BeginInit();
            this.TopScriptsTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).BeginInit();
            this.TopCollidersTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).BeginInit();
            this.statusStrip1.SuspendLayout();
            this.RegionTeleportGroup.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.RegionToolsTab.SuspendLayout();
            this.groupBox11.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
            this.EstateTerrainDownloadUploadGroup.SuspendLayout();
            this.groupBox13.SuspendLayout();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
            this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pictureBox1.Location = new System.Drawing.Point(17, 12);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(477, 140);
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // Tabs
            // 
            this.Tabs.Controls.Add(this.OverviewTab);
            this.Tabs.Controls.Add(this.RegionsStateTab);
            this.Tabs.Controls.Add(this.ResidentListTab);
            this.Tabs.Controls.Add(this.BatchRestartTab);
            this.Tabs.Controls.Add(this.TopScriptsTab);
            this.Tabs.Controls.Add(this.TopCollidersTab);
            this.Tabs.Controls.Add(this.RegionToolsTab);
            this.Tabs.Enabled = false;
            this.Tabs.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Tabs.Location = new System.Drawing.Point(13, 186);
            this.Tabs.Name = "Tabs";
            this.Tabs.SelectedIndex = 0;
            this.Tabs.Size = new System.Drawing.Size(679, 430);
            this.Tabs.TabIndex = 1;
            this.Tabs.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.RequestSelecting);
            // 
            // OverviewTab
            // 
            this.OverviewTab.Controls.Add(this.groupBox10);
            this.OverviewTab.Controls.Add(this.groupBox9);
            this.OverviewTab.Controls.Add(this.groupBox8);
            this.OverviewTab.Controls.Add(this.groupBox7);
            this.OverviewTab.Controls.Add(this.groupBox6);
            this.OverviewTab.Controls.Add(this.groupBox5);
            this.OverviewTab.Controls.Add(this.groupBox4);
            this.OverviewTab.Controls.Add(this.groupBox3);
            this.OverviewTab.Controls.Add(this.groupBox2);
            this.OverviewTab.Location = new System.Drawing.Point(4, 25);
            this.OverviewTab.Name = "OverviewTab";
            this.OverviewTab.Padding = new System.Windows.Forms.Padding(3);
            this.OverviewTab.Size = new System.Drawing.Size(671, 401);
            this.OverviewTab.TabIndex = 0;
            this.OverviewTab.Text = "Overview";
            this.OverviewTab.UseVisualStyleBackColor = true;
            // 
            // groupBox10
            // 
            this.groupBox10.Controls.Add(this.RegionAvatarsMap);
            this.groupBox10.Location = new System.Drawing.Point(6, 6);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(390, 390);
            this.groupBox10.TabIndex = 9;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "Map and Avatars";
            // 
            // RegionAvatarsMap
            // 
            this.RegionAvatarsMap.BackColor = System.Drawing.Color.Black;
            this.RegionAvatarsMap.Location = new System.Drawing.Point(12, 14);
            this.RegionAvatarsMap.Name = "RegionAvatarsMap";
            this.RegionAvatarsMap.Size = new System.Drawing.Size(372, 372);
            this.RegionAvatarsMap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.RegionAvatarsMap.TabIndex = 0;
            this.RegionAvatarsMap.TabStop = false;
            // 
            // groupBox9
            // 
            this.groupBox9.Controls.Add(this.Objects);
            this.groupBox9.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox9.Location = new System.Drawing.Point(531, 96);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(107, 49);
            this.groupBox9.TabIndex = 8;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Objects";
            // 
            // Objects
            // 
            this.Objects.AutoSize = true;
            this.Objects.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Objects.Location = new System.Drawing.Point(9, 21);
            this.Objects.Name = "Objects";
            this.Objects.Size = new System.Drawing.Size(32, 18);
            this.Objects.TabIndex = 0;
            this.Objects.Text = "   ";
            // 
            // groupBox8
            // 
            this.groupBox8.Controls.Add(this.ScriptTime);
            this.groupBox8.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox8.Location = new System.Drawing.Point(531, 206);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(107, 49);
            this.groupBox8.TabIndex = 7;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "Script Time";
            // 
            // ScriptTime
            // 
            this.ScriptTime.AutoSize = true;
            this.ScriptTime.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ScriptTime.Location = new System.Drawing.Point(12, 21);
            this.ScriptTime.Name = "ScriptTime";
            this.ScriptTime.Size = new System.Drawing.Size(32, 18);
            this.ScriptTime.TabIndex = 0;
            this.ScriptTime.Text = "   ";
            // 
            // groupBox7
            // 
            this.groupBox7.Controls.Add(this.ActiveScripts);
            this.groupBox7.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox7.Location = new System.Drawing.Point(418, 206);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(107, 49);
            this.groupBox7.TabIndex = 6;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Active Scripts";
            // 
            // ActiveScripts
            // 
            this.ActiveScripts.AutoSize = true;
            this.ActiveScripts.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ActiveScripts.Location = new System.Drawing.Point(9, 21);
            this.ActiveScripts.Name = "ActiveScripts";
            this.ActiveScripts.Size = new System.Drawing.Size(32, 18);
            this.ActiveScripts.TabIndex = 0;
            this.ActiveScripts.Text = "   ";
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.PhysicsFPS);
            this.groupBox6.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox6.Location = new System.Drawing.Point(531, 151);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(107, 49);
            this.groupBox6.TabIndex = 5;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Physics FPS";
            // 
            // PhysicsFPS
            // 
            this.PhysicsFPS.AutoSize = true;
            this.PhysicsFPS.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.PhysicsFPS.Location = new System.Drawing.Point(9, 21);
            this.PhysicsFPS.Name = "PhysicsFPS";
            this.PhysicsFPS.Size = new System.Drawing.Size(32, 18);
            this.PhysicsFPS.TabIndex = 0;
            this.PhysicsFPS.Text = "   ";
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.FPS);
            this.groupBox5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox5.Location = new System.Drawing.Point(418, 151);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(107, 49);
            this.groupBox5.TabIndex = 4;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "FPS";
            // 
            // FPS
            // 
            this.FPS.AutoSize = true;
            this.FPS.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FPS.Location = new System.Drawing.Point(12, 21);
            this.FPS.Name = "FPS";
            this.FPS.Size = new System.Drawing.Size(32, 18);
            this.FPS.TabIndex = 0;
            this.FPS.Text = "   ";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.Dilation);
            this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox4.Location = new System.Drawing.Point(531, 261);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(107, 49);
            this.groupBox4.TabIndex = 3;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Time Dilation";
            // 
            // Dilation
            // 
            this.Dilation.AutoSize = true;
            this.Dilation.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Dilation.Location = new System.Drawing.Point(9, 21);
            this.Dilation.Name = "Dilation";
            this.Dilation.Size = new System.Drawing.Size(32, 18);
            this.Dilation.TabIndex = 0;
            this.Dilation.Text = "   ";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.LastLag);
            this.groupBox3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox3.Location = new System.Drawing.Point(418, 261);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(107, 49);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "LastLag";
            // 
            // LastLag
            // 
            this.LastLag.AutoSize = true;
            this.LastLag.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.LastLag.Location = new System.Drawing.Point(12, 21);
            this.LastLag.Name = "LastLag";
            this.LastLag.Size = new System.Drawing.Size(32, 18);
            this.LastLag.TabIndex = 0;
            this.LastLag.Text = "   ";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.Agents);
            this.groupBox2.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox2.Location = new System.Drawing.Point(418, 96);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(107, 49);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Agents";
            // 
            // Agents
            // 
            this.Agents.AutoSize = true;
            this.Agents.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Agents.Location = new System.Drawing.Point(12, 21);
            this.Agents.Name = "Agents";
            this.Agents.Size = new System.Drawing.Size(32, 18);
            this.Agents.TabIndex = 0;
            this.Agents.Text = "   ";
            // 
            // RegionsStateTab
            // 
            this.RegionsStateTab.Controls.Add(this.RegionsStateGridView);
            this.RegionsStateTab.Location = new System.Drawing.Point(4, 25);
            this.RegionsStateTab.Name = "RegionsStateTab";
            this.RegionsStateTab.Size = new System.Drawing.Size(671, 401);
            this.RegionsStateTab.TabIndex = 5;
            this.RegionsStateTab.Text = "Regions State";
            this.RegionsStateTab.UseVisualStyleBackColor = true;
            // 
            // RegionsStateGridView
            // 
            this.RegionsStateGridView.AllowUserToAddRows = false;
            this.RegionsStateGridView.AllowUserToDeleteRows = false;
            this.RegionsStateGridView.AllowUserToOrderColumns = true;
            this.RegionsStateGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.RegionsStateGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.RegionsStateRegionName,
            this.RegionsStateLastState,
            this.RegionsStateLastCheck});
            this.RegionsStateGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.RegionsStateGridView.Location = new System.Drawing.Point(4, 4);
            this.RegionsStateGridView.Name = "RegionsStateGridView";
            this.RegionsStateGridView.ReadOnly = true;
            this.RegionsStateGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.RegionsStateGridView.Size = new System.Drawing.Size(663, 394);
            this.RegionsStateGridView.TabIndex = 1;
            // 
            // RegionsStateRegionName
            // 
            this.RegionsStateRegionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.RegionsStateRegionName.HeaderText = "Region Name";
            this.RegionsStateRegionName.Name = "RegionsStateRegionName";
            this.RegionsStateRegionName.ReadOnly = true;
            this.RegionsStateRegionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            // 
            // RegionsStateLastState
            // 
            this.RegionsStateLastState.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.RegionsStateLastState.HeaderText = "Last State";
            this.RegionsStateLastState.Name = "RegionsStateLastState";
            this.RegionsStateLastState.ReadOnly = true;
            this.RegionsStateLastState.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            // 
            // RegionsStateLastCheck
            // 
            this.RegionsStateLastCheck.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.RegionsStateLastCheck.HeaderText = "Last Check";
            this.RegionsStateLastCheck.Name = "RegionsStateLastCheck";
            this.RegionsStateLastCheck.ReadOnly = true;
            // 
            // ResidentListTab
            // 
            this.ResidentListTab.Controls.Add(this.ResidentListBanGroup);
            this.ResidentListTab.Controls.Add(this.label4);
            this.ResidentListTab.Controls.Add(this.ResidentListFilter);
            this.ResidentListTab.Controls.Add(this.ResidentListGridView);
            this.ResidentListTab.Location = new System.Drawing.Point(4, 25);
            this.ResidentListTab.Name = "ResidentListTab";
            this.ResidentListTab.Size = new System.Drawing.Size(671, 401);
            this.ResidentListTab.TabIndex = 4;
            this.ResidentListTab.Text = "Resident List";
            this.ResidentListTab.UseVisualStyleBackColor = true;
            // 
            // ResidentListBanGroup
            // 
            this.ResidentListBanGroup.Controls.Add(this.ResidentBanAllEstatesBox);
            this.ResidentListBanGroup.Controls.Add(this.ResidentBanButton);
            this.ResidentListBanGroup.Enabled = false;
            this.ResidentListBanGroup.Location = new System.Drawing.Point(467, 345);
            this.ResidentListBanGroup.Name = "ResidentListBanGroup";
            this.ResidentListBanGroup.Size = new System.Drawing.Size(200, 51);
            this.ResidentListBanGroup.TabIndex = 10;
            this.ResidentListBanGroup.TabStop = false;
            this.ResidentListBanGroup.Text = "Ban Residents";
            // 
            // ResidentBanAllEstatesBox
            // 
            this.ResidentBanAllEstatesBox.AutoSize = true;
            this.ResidentBanAllEstatesBox.Location = new System.Drawing.Point(91, 23);
            this.ResidentBanAllEstatesBox.Name = "ResidentBanAllEstatesBox";
            this.ResidentBanAllEstatesBox.Size = new System.Drawing.Size(79, 20);
            this.ResidentBanAllEstatesBox.TabIndex = 3;
            this.ResidentBanAllEstatesBox.Text = "All Estates";
            this.ResidentBanAllEstatesBox.UseVisualStyleBackColor = true;
            // 
            // ResidentBanButton
            // 
            this.ResidentBanButton.Location = new System.Drawing.Point(10, 21);
            this.ResidentBanButton.Name = "ResidentBanButton";
            this.ResidentBanButton.Size = new System.Drawing.Size(75, 23);
            this.ResidentBanButton.TabIndex = 2;
            this.ResidentBanButton.Text = "Ban";
            this.ResidentBanButton.UseVisualStyleBackColor = true;
            this.ResidentBanButton.Click += new System.EventHandler(this.RequestBanAgents);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 348);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(36, 16);
            this.label4.TabIndex = 9;
            this.label4.Text = "Filter:";
            // 
            // ResidentListFilter
            // 
            this.ResidentListFilter.Location = new System.Drawing.Point(44, 345);
            this.ResidentListFilter.Name = "ResidentListFilter";
            this.ResidentListFilter.Size = new System.Drawing.Size(196, 22);
            this.ResidentListFilter.TabIndex = 8;
            this.ResidentListFilter.TextChanged += new System.EventHandler(this.RequestFilterResidentList);
            // 
            // ResidentListGridView
            // 
            this.ResidentListGridView.AllowUserToAddRows = false;
            this.ResidentListGridView.AllowUserToDeleteRows = false;
            this.ResidentListGridView.AllowUserToOrderColumns = true;
            this.ResidentListGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.ResidentListGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ResidentListName,
            this.ResidentListUUID,
            this.ResidentListPosition});
            this.ResidentListGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ResidentListGridView.Location = new System.Drawing.Point(4, 4);
            this.ResidentListGridView.Name = "ResidentListGridView";
            this.ResidentListGridView.ReadOnly = true;
            this.ResidentListGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.ResidentListGridView.Size = new System.Drawing.Size(663, 335);
            this.ResidentListGridView.TabIndex = 0;
            // 
            // ResidentListName
            // 
            this.ResidentListName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.ResidentListName.HeaderText = "Name";
            this.ResidentListName.Name = "ResidentListName";
            this.ResidentListName.ReadOnly = true;
            // 
            // ResidentListUUID
            // 
            this.ResidentListUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.ResidentListUUID.HeaderText = "UUID";
            this.ResidentListUUID.Name = "ResidentListUUID";
            this.ResidentListUUID.ReadOnly = true;
            // 
            // ResidentListPosition
            // 
            this.ResidentListPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.ResidentListPosition.HeaderText = "Position";
            this.ResidentListPosition.Name = "ResidentListPosition";
            this.ResidentListPosition.ReadOnly = true;
            // 
            // BatchRestartTab
            // 
            this.BatchRestartTab.Controls.Add(this.label3);
            this.BatchRestartTab.Controls.Add(this.RegionRestartDelayBox);
            this.BatchRestartTab.Controls.Add(this.pictureBox3);
            this.BatchRestartTab.Controls.Add(this.BatchRestartButton);
            this.BatchRestartTab.Controls.Add(this.BatchRestartGridView);
            this.BatchRestartTab.Location = new System.Drawing.Point(4, 25);
            this.BatchRestartTab.Name = "BatchRestartTab";
            this.BatchRestartTab.Size = new System.Drawing.Size(671, 401);
            this.BatchRestartTab.TabIndex = 3;
            this.BatchRestartTab.Text = "Batch Restart";
            this.BatchRestartTab.UseVisualStyleBackColor = true;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(183, 378);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(77, 16);
            this.label3.TabIndex = 13;
            this.label3.Text = "Restart Delay:";
            // 
            // RegionRestartDelayBox
            // 
            this.RegionRestartDelayBox.Location = new System.Drawing.Point(266, 375);
            this.RegionRestartDelayBox.Name = "RegionRestartDelayBox";
            this.RegionRestartDelayBox.Size = new System.Drawing.Size(72, 22);
            this.RegionRestartDelayBox.TabIndex = 12;
            // 
            // pictureBox3
            // 
            this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Help;
            this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
            this.pictureBox3.Location = new System.Drawing.Point(457, 375);
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new System.Drawing.Size(20, 20);
            this.pictureBox3.TabIndex = 11;
            this.pictureBox3.TabStop = false;
            this.toolTip1.SetToolTip(this.pictureBox3, resources.GetString("pictureBox3.ToolTip"));
            // 
            // BatchRestartButton
            // 
            this.BatchRestartButton.Location = new System.Drawing.Point(344, 374);
            this.BatchRestartButton.Name = "BatchRestartButton";
            this.BatchRestartButton.Size = new System.Drawing.Size(107, 23);
            this.BatchRestartButton.TabIndex = 1;
            this.BatchRestartButton.Text = "Batch Restart";
            this.BatchRestartButton.UseVisualStyleBackColor = true;
            this.BatchRestartButton.Click += new System.EventHandler(this.RequestBatchRestart);
            // 
            // BatchRestartGridView
            // 
            this.BatchRestartGridView.AllowUserToAddRows = false;
            this.BatchRestartGridView.AllowUserToDeleteRows = false;
            this.BatchRestartGridView.AllowUserToOrderColumns = true;
            this.BatchRestartGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.BatchRestartGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.BatchRestartRegionName,
            this.BatchRestartPosition});
            this.BatchRestartGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.BatchRestartGridView.Location = new System.Drawing.Point(4, 4);
            this.BatchRestartGridView.Name = "BatchRestartGridView";
            this.BatchRestartGridView.ReadOnly = true;
            this.BatchRestartGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.BatchRestartGridView.Size = new System.Drawing.Size(663, 364);
            this.BatchRestartGridView.TabIndex = 0;
            // 
            // BatchRestartRegionName
            // 
            this.BatchRestartRegionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.BatchRestartRegionName.HeaderText = "Region Name";
            this.BatchRestartRegionName.Name = "BatchRestartRegionName";
            this.BatchRestartRegionName.ReadOnly = true;
            this.BatchRestartRegionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            // 
            // BatchRestartPosition
            // 
            this.BatchRestartPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.BatchRestartPosition.HeaderText = "Position";
            this.BatchRestartPosition.Name = "BatchRestartPosition";
            this.BatchRestartPosition.ReadOnly = true;
            this.BatchRestartPosition.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            // 
            // TopScriptsTab
            // 
            this.TopScriptsTab.Controls.Add(this.label1);
            this.TopScriptsTab.Controls.Add(this.TopScriptsFilter);
            this.TopScriptsTab.Controls.Add(this.ReturnTopScriptsButton);
            this.TopScriptsTab.Controls.Add(this.button3);
            this.TopScriptsTab.Controls.Add(this.TopScriptsGridView);
            this.TopScriptsTab.Location = new System.Drawing.Point(4, 25);
            this.TopScriptsTab.Name = "TopScriptsTab";
            this.TopScriptsTab.Size = new System.Drawing.Size(671, 401);
            this.TopScriptsTab.TabIndex = 1;
            this.TopScriptsTab.Text = "Top Scripts";
            this.TopScriptsTab.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(4, 377);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(36, 16);
            this.label1.TabIndex = 7;
            this.label1.Text = "Filter:";
            // 
            // TopScriptsFilter
            // 
            this.TopScriptsFilter.Location = new System.Drawing.Point(42, 374);
            this.TopScriptsFilter.Name = "TopScriptsFilter";
            this.TopScriptsFilter.Size = new System.Drawing.Size(196, 22);
            this.TopScriptsFilter.TabIndex = 6;
            this.TopScriptsFilter.TextChanged += new System.EventHandler(this.RequestFilterTopScripts);
            // 
            // ReturnTopScriptsButton
            // 
            this.ReturnTopScriptsButton.Location = new System.Drawing.Point(500, 374);
            this.ReturnTopScriptsButton.Name = "ReturnTopScriptsButton";
            this.ReturnTopScriptsButton.Size = new System.Drawing.Size(86, 23);
            this.ReturnTopScriptsButton.TabIndex = 2;
            this.ReturnTopScriptsButton.Text = "Return Objects";
            this.ReturnTopScriptsButton.UseVisualStyleBackColor = true;
            this.ReturnTopScriptsButton.Click += new System.EventHandler(this.RequestReturnTopScriptsObjects);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(592, 374);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 1;
            this.button3.Text = "Export...";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.RequestExportTopScripts);
            // 
            // TopScriptsGridView
            // 
            this.TopScriptsGridView.AllowUserToAddRows = false;
            this.TopScriptsGridView.AllowUserToDeleteRows = false;
            this.TopScriptsGridView.AllowUserToOrderColumns = true;
            this.TopScriptsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.TopScriptsGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.TopScriptsScore,
            this.TopScriptsTaskName,
            this.TopScriptsUUID,
            this.TopScriptsOwner,
            this.TopScriptsPosition});
            this.TopScriptsGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.TopScriptsGridView.Location = new System.Drawing.Point(4, 4);
            this.TopScriptsGridView.Name = "TopScriptsGridView";
            this.TopScriptsGridView.ReadOnly = true;
            this.TopScriptsGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.TopScriptsGridView.Size = new System.Drawing.Size(663, 364);
            this.TopScriptsGridView.TabIndex = 0;
            // 
            // TopScriptsScore
            // 
            this.TopScriptsScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.TopScriptsScore.HeaderText = "Score";
            this.TopScriptsScore.Name = "TopScriptsScore";
            this.TopScriptsScore.ReadOnly = true;
            // 
            // TopScriptsTaskName
            // 
            this.TopScriptsTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.TopScriptsTaskName.HeaderText = "Task Name";
            this.TopScriptsTaskName.Name = "TopScriptsTaskName";
            this.TopScriptsTaskName.ReadOnly = true;
            // 
            // TopScriptsUUID
            // 
            this.TopScriptsUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.TopScriptsUUID.HeaderText = "UUID";
            this.TopScriptsUUID.Name = "TopScriptsUUID";
            this.TopScriptsUUID.ReadOnly = true;
            // 
            // TopScriptsOwner
            // 
            this.TopScriptsOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.TopScriptsOwner.HeaderText = "Owner";
            this.TopScriptsOwner.Name = "TopScriptsOwner";
            this.TopScriptsOwner.ReadOnly = true;
            // 
            // TopScriptsPosition
            // 
            this.TopScriptsPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.TopScriptsPosition.HeaderText = "Position";
            this.TopScriptsPosition.Name = "TopScriptsPosition";
            this.TopScriptsPosition.ReadOnly = true;
            // 
            // TopCollidersTab
            // 
            this.TopCollidersTab.Controls.Add(this.label2);
            this.TopCollidersTab.Controls.Add(this.TopCollidersFilter);
            this.TopCollidersTab.Controls.Add(this.ReturnTopCollidersButton);
            this.TopCollidersTab.Controls.Add(this.button5);
            this.TopCollidersTab.Controls.Add(this.TopCollidersGridView);
            this.TopCollidersTab.Location = new System.Drawing.Point(4, 25);
            this.TopCollidersTab.Name = "TopCollidersTab";
            this.TopCollidersTab.Size = new System.Drawing.Size(671, 401);
            this.TopCollidersTab.TabIndex = 2;
            this.TopCollidersTab.Text = "Top Colliders";
            this.TopCollidersTab.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(4, 377);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(36, 16);
            this.label2.TabIndex = 9;
            this.label2.Text = "Filter:";
            // 
            // TopCollidersFilter
            // 
            this.TopCollidersFilter.Location = new System.Drawing.Point(42, 374);
            this.TopCollidersFilter.Name = "TopCollidersFilter";
            this.TopCollidersFilter.Size = new System.Drawing.Size(196, 22);
            this.TopCollidersFilter.TabIndex = 8;
            this.TopCollidersFilter.TextChanged += new System.EventHandler(this.RequestFilterTopColliders);
            // 
            // ReturnTopCollidersButton
            // 
            this.ReturnTopCollidersButton.Location = new System.Drawing.Point(500, 374);
            this.ReturnTopCollidersButton.Name = "ReturnTopCollidersButton";
            this.ReturnTopCollidersButton.Size = new System.Drawing.Size(86, 23);
            this.ReturnTopCollidersButton.TabIndex = 3;
            this.ReturnTopCollidersButton.Text = "Return Objects";
            this.ReturnTopCollidersButton.UseVisualStyleBackColor = true;
            this.ReturnTopCollidersButton.Click += new System.EventHandler(this.RequestReturnTopCollidersObjects);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(592, 374);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 2;
            this.button5.Text = "Export...";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.RequestExportTopColliders);
            // 
            // TopCollidersGridView
            // 
            this.TopCollidersGridView.AllowUserToAddRows = false;
            this.TopCollidersGridView.AllowUserToDeleteRows = false;
            this.TopCollidersGridView.AllowUserToOrderColumns = true;
            this.TopCollidersGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.TopCollidersGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.TopCollidersScore,
            this.TopCollidersTaskName,
            this.TopCollidersUUID,
            this.TopCollidersOwner,
            this.TopCollidersPosition});
            this.TopCollidersGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.TopCollidersGridView.Location = new System.Drawing.Point(4, 4);
            this.TopCollidersGridView.Name = "TopCollidersGridView";
            this.TopCollidersGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.TopCollidersGridView.Size = new System.Drawing.Size(663, 364);
            this.TopCollidersGridView.TabIndex = 0;
            // 
            // TopCollidersScore
            // 
            this.TopCollidersScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.TopCollidersScore.HeaderText = "Score";
            this.TopCollidersScore.Name = "TopCollidersScore";
            // 
            // TopCollidersTaskName
            // 
            this.TopCollidersTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.TopCollidersTaskName.HeaderText = "Task Name";
            this.TopCollidersTaskName.Name = "TopCollidersTaskName";
            // 
            // TopCollidersUUID
            // 
            this.TopCollidersUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.TopCollidersUUID.HeaderText = "UUID";
            this.TopCollidersUUID.Name = "TopCollidersUUID";
            // 
            // TopCollidersOwner
            // 
            this.TopCollidersOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.TopCollidersOwner.HeaderText = "Owner";
            this.TopCollidersOwner.Name = "TopCollidersOwner";
            // 
            // TopCollidersPosition
            // 
            this.TopCollidersPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.TopCollidersPosition.HeaderText = "Position";
            this.TopCollidersPosition.Name = "TopCollidersPosition";
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.StatusProgress,
            this.StatusText});
            this.statusStrip1.Location = new System.Drawing.Point(0, 619);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(704, 22);
            this.statusStrip1.TabIndex = 2;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // StatusProgress
            // 
            this.StatusProgress.Name = "StatusProgress";
            this.StatusProgress.Size = new System.Drawing.Size(100, 16);
            // 
            // StatusText
            // 
            this.StatusText.Name = "StatusText";
            this.StatusText.Size = new System.Drawing.Size(10, 17);
            this.StatusText.Text = " ";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(6, 23);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(66, 23);
            this.button1.TabIndex = 8;
            this.button1.Text = "Settings...";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.SettingsRequested);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(6, 49);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(56, 23);
            this.button2.TabIndex = 7;
            this.button2.Text = "Edit...";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.RequestedEditRegions);
            // 
            // RegionTeleportGroup
            // 
            this.RegionTeleportGroup.Controls.Add(this.pictureBox6);
            this.RegionTeleportGroup.Controls.Add(this.button2);
            this.RegionTeleportGroup.Controls.Add(this.LoadedRegions);
            this.RegionTeleportGroup.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
            this.RegionTeleportGroup.Location = new System.Drawing.Point(502, 73);
            this.RegionTeleportGroup.Name = "RegionTeleportGroup";
            this.RegionTeleportGroup.Size = new System.Drawing.Size(190, 79);
            this.RegionTeleportGroup.TabIndex = 4;
            this.RegionTeleportGroup.TabStop = false;
            this.RegionTeleportGroup.Text = "Region Teleport";
            // 
            // pictureBox6
            // 
            this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Help;
            this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
            this.pictureBox6.Location = new System.Drawing.Point(68, 51);
            this.pictureBox6.Name = "pictureBox6";
            this.pictureBox6.Size = new System.Drawing.Size(20, 20);
            this.pictureBox6.TabIndex = 10;
            this.pictureBox6.TabStop = false;
            this.toolTip1.SetToolTip(this.pictureBox6, resources.GetString("pictureBox6.ToolTip"));
            // 
            // LoadedRegions
            // 
            this.LoadedRegions.DisplayMember = "Text";
            this.LoadedRegions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.LoadedRegions.Font = new System.Drawing.Font("Consolas", 8.25F);
            this.LoadedRegions.FormattingEnabled = true;
            this.LoadedRegions.Location = new System.Drawing.Point(6, 21);
            this.LoadedRegions.Name = "LoadedRegions";
            this.LoadedRegions.Size = new System.Drawing.Size(180, 21);
            this.LoadedRegions.Sorted = true;
            this.LoadedRegions.TabIndex = 0;
            this.LoadedRegions.SelectedIndexChanged += new System.EventHandler(this.RegionSelected);
            // 
            // CurrentRegionName
            // 
            this.CurrentRegionName.AutoSize = true;
            this.CurrentRegionName.Font = new System.Drawing.Font("Palatino Linotype", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.CurrentRegionName.Location = new System.Drawing.Point(223, 155);
            this.CurrentRegionName.Name = "CurrentRegionName";
            this.CurrentRegionName.Size = new System.Drawing.Size(154, 28);
            this.CurrentRegionName.TabIndex = 7;
            this.CurrentRegionName.Text = "Puguet Sound";
            this.CurrentRegionName.Visible = false;
            // 
            // CurrentRegionAt
            // 
            this.CurrentRegionAt.AutoSize = true;
            this.CurrentRegionAt.Location = new System.Drawing.Point(201, 155);
            this.CurrentRegionAt.Name = "CurrentRegionAt";
            this.CurrentRegionAt.Size = new System.Drawing.Size(16, 13);
            this.CurrentRegionAt.TabIndex = 8;
            this.CurrentRegionAt.Text = "at";
            this.CurrentRegionAt.Visible = false;
            // 
            // ExportCSVDialog
            // 
            this.ExportCSVDialog.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.pictureBox2);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
            this.groupBox1.Location = new System.Drawing.Point(500, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(192, 55);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Settings";
            // 
            // pictureBox2
            // 
            this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Help;
            this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
            this.pictureBox2.Location = new System.Drawing.Point(78, 25);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(20, 20);
            this.pictureBox2.TabIndex = 11;
            this.pictureBox2.TabStop = false;
            this.toolTip1.SetToolTip(this.pictureBox2, "Before Vassal can work, Vassal must be\r\nconfigured by using the \"Settings...\"\r\nbu" +
        "tton and configuring Vassal.");
            // 
            // Version
            // 
            this.Version.AutoSize = true;
            this.Version.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Version.Location = new System.Drawing.Point(262, 132);
            this.Version.Name = "Version";
            this.Version.Size = new System.Drawing.Size(97, 13);
            this.Version.TabIndex = 9;
            this.Version.Text = "               ";
            // 
            // toolTip1
            // 
            this.toolTip1.AutoPopDelay = 32767;
            this.toolTip1.InitialDelay = 500;
            this.toolTip1.ReshowDelay = 100;
            // 
            // RegionToolsTab
            // 
            this.RegionToolsTab.Controls.Add(this.groupBox11);
            this.RegionToolsTab.Location = new System.Drawing.Point(4, 25);
            this.RegionToolsTab.Name = "RegionToolsTab";
            this.RegionToolsTab.Size = new System.Drawing.Size(671, 401);
            this.RegionToolsTab.TabIndex = 6;
            this.RegionToolsTab.Text = "Region Tools";
            this.RegionToolsTab.UseVisualStyleBackColor = true;
            // 
            // groupBox11
            // 
            this.groupBox11.Controls.Add(this.groupBox13);
            this.groupBox11.Controls.Add(this.EstateTerrainDownloadUploadGroup);
            this.groupBox11.Location = new System.Drawing.Point(3, 3);
            this.groupBox11.Name = "groupBox11";
            this.groupBox11.Size = new System.Drawing.Size(213, 172);
            this.groupBox11.TabIndex = 0;
            this.groupBox11.TabStop = false;
            this.groupBox11.Text = "Terrain";
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(47, 20);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(121, 23);
            this.button4.TabIndex = 0;
            this.button4.Text = "Download Terrain...";
            this.button4.UseVisualStyleBackColor = true;
            // 
            // RipTerrainButton
            // 
            this.RipTerrainButton.Location = new System.Drawing.Point(73, 21);
            this.RipTerrainButton.Name = "RipTerrainButton";
            this.RipTerrainButton.Size = new System.Drawing.Size(94, 23);
            this.RipTerrainButton.TabIndex = 1;
            this.RipTerrainButton.Text = "Rip Terrain...";
            this.RipTerrainButton.UseVisualStyleBackColor = true;
            this.RipTerrainButton.Click += new System.EventHandler(this.RequestRipTerrain);
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(66, 49);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(102, 23);
            this.button7.TabIndex = 2;
            this.button7.Text = "Upload Terrain...";
            this.button7.UseVisualStyleBackColor = true;
            // 
            // pictureBox4
            // 
            this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Help;
            this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
            this.pictureBox4.Location = new System.Drawing.Point(174, 21);
            this.pictureBox4.Name = "pictureBox4";
            this.pictureBox4.Size = new System.Drawing.Size(20, 20);
            this.pictureBox4.TabIndex = 12;
            this.pictureBox4.TabStop = false;
            this.toolTip1.SetToolTip(this.pictureBox4, "This option downloads the current region\r\nterrain given estate rights.");
            // 
            // pictureBox5
            // 
            this.pictureBox5.Cursor = System.Windows.Forms.Cursors.Help;
            this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
            this.pictureBox5.Location = new System.Drawing.Point(173, 22);
            this.pictureBox5.Name = "pictureBox5";
            this.pictureBox5.Size = new System.Drawing.Size(20, 20);
            this.pictureBox5.TabIndex = 12;
            this.pictureBox5.TabStop = false;
            this.toolTip1.SetToolTip(this.pictureBox5, resources.GetString("pictureBox5.ToolTip"));
            // 
            // pictureBox7
            // 
            this.pictureBox7.Cursor = System.Windows.Forms.Cursors.Help;
            this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
            this.pictureBox7.Location = new System.Drawing.Point(174, 50);
            this.pictureBox7.Name = "pictureBox7";
            this.pictureBox7.Size = new System.Drawing.Size(20, 20);
            this.pictureBox7.TabIndex = 12;
            this.pictureBox7.TabStop = false;
            this.toolTip1.SetToolTip(this.pictureBox7, "This option uploads a terrain height-map\r\nto the current region and applies it.");
            // 
            // LoadTerrainFileDialog
            // 
            this.LoadTerrainFileDialog.FileName = "openFileDialog1";
            // 
            // SaveTerrainFileDialog
            // 
            this.SaveTerrainFileDialog.Filter = "PNG (*.png)|*.png|All files (*.*)|*.*";
            // 
            // EstateTerrainDownloadUploadGroup
            // 
            this.EstateTerrainDownloadUploadGroup.Controls.Add(this.button4);
            this.EstateTerrainDownloadUploadGroup.Controls.Add(this.pictureBox7);
            this.EstateTerrainDownloadUploadGroup.Controls.Add(this.pictureBox4);
            this.EstateTerrainDownloadUploadGroup.Controls.Add(this.button7);
            this.EstateTerrainDownloadUploadGroup.Location = new System.Drawing.Point(6, 21);
            this.EstateTerrainDownloadUploadGroup.Name = "EstateTerrainDownloadUploadGroup";
            this.EstateTerrainDownloadUploadGroup.Size = new System.Drawing.Size(200, 83);
            this.EstateTerrainDownloadUploadGroup.TabIndex = 13;
            this.EstateTerrainDownloadUploadGroup.TabStop = false;
            this.EstateTerrainDownloadUploadGroup.Text = "Estate";
            // 
            // groupBox13
            // 
            this.groupBox13.Controls.Add(this.RipTerrainButton);
            this.groupBox13.Controls.Add(this.pictureBox5);
            this.groupBox13.Location = new System.Drawing.Point(7, 111);
            this.groupBox13.Name = "groupBox13";
            this.groupBox13.Size = new System.Drawing.Size(200, 56);
            this.groupBox13.TabIndex = 14;
            this.groupBox13.TabStop = false;
            this.groupBox13.Text = "Override";
            // 
            // Vassal
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(704, 641);
            this.Controls.Add(this.Version);
            this.Controls.Add(this.CurrentRegionAt);
            this.Controls.Add(this.CurrentRegionName);
            this.Controls.Add(this.RegionTeleportGroup);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.Tabs);
            this.Controls.Add(this.pictureBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(720, 680);
            this.Name = "Vassal";
            this.Text = "Vassal";
            this.Shown += new System.EventHandler(this.VassalShown);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.Tabs.ResumeLayout(false);
            this.OverviewTab.ResumeLayout(false);
            this.groupBox10.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).EndInit();
            this.groupBox9.ResumeLayout(false);
            this.groupBox9.PerformLayout();
            this.groupBox8.ResumeLayout(false);
            this.groupBox8.PerformLayout();
            this.groupBox7.ResumeLayout(false);
            this.groupBox7.PerformLayout();
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.RegionsStateTab.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.RegionsStateGridView)).EndInit();
            this.ResidentListTab.ResumeLayout(false);
            this.ResidentListTab.PerformLayout();
            this.ResidentListBanGroup.ResumeLayout(false);
            this.ResidentListBanGroup.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ResidentListGridView)).EndInit();
            this.BatchRestartTab.ResumeLayout(false);
            this.BatchRestartTab.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).EndInit();
            this.TopScriptsTab.ResumeLayout(false);
            this.TopScriptsTab.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).EndInit();
            this.TopCollidersTab.ResumeLayout(false);
            this.TopCollidersTab.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).EndInit();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.RegionTeleportGroup.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.RegionToolsTab.ResumeLayout(false);
            this.groupBox11.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
            this.EstateTerrainDownloadUploadGroup.ResumeLayout(false);
            this.groupBox13.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private PictureBox pictureBox1;
        public TabControl Tabs;
        private TabPage OverviewTab;
        private StatusStrip statusStrip1;
        private ToolStripProgressBar StatusProgress;
        private ToolStripStatusLabel StatusText;
        private Button button2;
        private GroupBox RegionTeleportGroup;
        public ComboBox LoadedRegions;
        private Label CurrentRegionName;
        private Label CurrentRegionAt;
        public PictureBox RegionAvatarsMap;
        private Button button1;
        private GroupBox groupBox2;
        private Label Agents;
        private GroupBox groupBox7;
        private Label ActiveScripts;
        private GroupBox groupBox6;
        private Label PhysicsFPS;
        private GroupBox groupBox5;
        private Label FPS;
        private GroupBox groupBox4;
        private Label Dilation;
        private GroupBox groupBox3;
        private Label LastLag;
        private GroupBox groupBox9;
        private Label Objects;
        private GroupBox groupBox8;
        private Label ScriptTime;
        private GroupBox groupBox10;
        private TabPage TopScriptsTab;
        private DataGridView TopScriptsGridView;
        private TabPage TopCollidersTab;
        private DataGridView TopCollidersGridView;
        private DataGridViewTextBoxColumn TopScriptsScore;
        private DataGridViewTextBoxColumn TopScriptsTaskName;
        private DataGridViewTextBoxColumn TopScriptsUUID;
        private DataGridViewTextBoxColumn TopScriptsOwner;
        private DataGridViewTextBoxColumn TopScriptsPosition;
        private DataGridViewTextBoxColumn TopCollidersScore;
        private DataGridViewTextBoxColumn TopCollidersTaskName;
        private DataGridViewTextBoxColumn TopCollidersUUID;
        private DataGridViewTextBoxColumn TopCollidersOwner;
        private DataGridViewTextBoxColumn TopCollidersPosition;
        private Button ReturnTopScriptsButton;
        private Button button3;
        private TabPage BatchRestartTab;
        private SaveFileDialog ExportCSVDialog;
        private Button button5;
        private Button ReturnTopCollidersButton;
        private Label label1;
        private TextBox TopScriptsFilter;
        private Label label2;
        private TextBox TopCollidersFilter;
        private Button BatchRestartButton;
        public DataGridView BatchRestartGridView;
        private DataGridViewTextBoxColumn BatchRestartRegionName;
        private DataGridViewTextBoxColumn BatchRestartPosition;
        private GroupBox groupBox1;
        private Label Version;
        private ToolTip toolTip1;
        private PictureBox pictureBox6;
        private PictureBox pictureBox2;
        private PictureBox pictureBox3;
        private Label label3;
        public TextBox RegionRestartDelayBox;
        private TabPage ResidentListTab;
        private DataGridView ResidentListGridView;
        private DataGridViewTextBoxColumn ResidentListName;
        private DataGridViewTextBoxColumn ResidentListUUID;
        private DataGridViewTextBoxColumn ResidentListPosition;
        private Button ResidentBanButton;
        private Label label4;
        private TextBox ResidentListFilter;
        private GroupBox ResidentListBanGroup;
        private CheckBox ResidentBanAllEstatesBox;
        private TabPage RegionsStateTab;
        public DataGridView RegionsStateGridView;
        private DataGridViewTextBoxColumn RegionsStateRegionName;
        private DataGridViewTextBoxColumn RegionsStateLastState;
        private DataGridViewTextBoxColumn RegionsStateLastCheck;
        private TabPage RegionToolsTab;
        private GroupBox groupBox11;
        private PictureBox pictureBox7;
        private PictureBox pictureBox5;
        private PictureBox pictureBox4;
        private Button button7;
        private Button RipTerrainButton;
        private Button button4;
        private OpenFileDialog LoadTerrainFileDialog;
        private SaveFileDialog SaveTerrainFileDialog;
        private GroupBox groupBox13;
        private GroupBox EstateTerrainDownloadUploadGroup;
    }
}