corrade-vassal

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/Vassal/Vassal/VassalForm.Designer.cs
@@ -0,0 +1,650 @@
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()
{
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.TopScriptsTab = new System.Windows.Forms.TabPage();
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.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.groupBox1 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.RegionTeleportGroup = new System.Windows.Forms.GroupBox();
this.LoadedRegions = new System.Windows.Forms.ComboBox();
this.CurrentRegionName = new System.Windows.Forms.Label();
this.CurrentRegionAt = new System.Windows.Forms.Label();
((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.TopScriptsTab.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).BeginInit();
this.TopCollidersTab.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).BeginInit();
this.statusStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.RegionTeleportGroup.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(35, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(636, 177);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// Tabs
//
this.Tabs.Controls.Add(this.OverviewTab);
this.Tabs.Controls.Add(this.TopScriptsTab);
this.Tabs.Controls.Add(this.TopCollidersTab);
this.Tabs.Location = new System.Drawing.Point(13, 235);
this.Tabs.Name = "Tabs";
this.Tabs.SelectedIndex = 0;
this.Tabs.Size = new System.Drawing.Size(679, 381);
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, 22);
this.OverviewTab.Name = "OverviewTab";
this.OverviewTab.Padding = new System.Windows.Forms.Padding(3);
this.OverviewTab.Size = new System.Drawing.Size(671, 355);
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(340, 340);
this.groupBox10.TabIndex = 9;
this.groupBox10.TabStop = false;
this.groupBox10.Text = "Map and Avatars";
//
// RegionAvatarsMap
//
this.RegionAvatarsMap.Location = new System.Drawing.Point(12, 14);
this.RegionAvatarsMap.Name = "RegionAvatarsMap";
this.RegionAvatarsMap.Size = new System.Drawing.Size(320, 320);
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(503, 174);
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", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Objects.Location = new System.Drawing.Point(15, 22);
this.Objects.Name = "Objects";
this.Objects.Size = new System.Drawing.Size(25, 13);
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(390, 174);
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", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ScriptTime.Location = new System.Drawing.Point(6, 22);
this.ScriptTime.Name = "ScriptTime";
this.ScriptTime.Size = new System.Drawing.Size(25, 13);
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(503, 229);
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", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ActiveScripts.Location = new System.Drawing.Point(6, 22);
this.ActiveScripts.Name = "ActiveScripts";
this.ActiveScripts.Size = new System.Drawing.Size(25, 13);
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(503, 119);
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", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.PhysicsFPS.Location = new System.Drawing.Point(9, 22);
this.PhysicsFPS.Name = "PhysicsFPS";
this.PhysicsFPS.Size = new System.Drawing.Size(25, 13);
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(390, 119);
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", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FPS.Location = new System.Drawing.Point(6, 22);
this.FPS.Name = "FPS";
this.FPS.Size = new System.Drawing.Size(25, 13);
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(503, 64);
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", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Dilation.Location = new System.Drawing.Point(9, 22);
this.Dilation.Name = "Dilation";
this.Dilation.Size = new System.Drawing.Size(25, 13);
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(390, 229);
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", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.LastLag.Location = new System.Drawing.Point(6, 22);
this.LastLag.Name = "LastLag";
this.LastLag.Size = new System.Drawing.Size(25, 13);
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(390, 64);
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", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Agents.Location = new System.Drawing.Point(6, 22);
this.Agents.Name = "Agents";
this.Agents.Size = new System.Drawing.Size(25, 13);
this.Agents.TabIndex = 0;
this.Agents.Text = " ";
//
// TopScriptsTab
//
this.TopScriptsTab.Controls.Add(this.TopScriptsGridView);
this.TopScriptsTab.Location = new System.Drawing.Point(4, 22);
this.TopScriptsTab.Name = "TopScriptsTab";
this.TopScriptsTab.Size = new System.Drawing.Size(671, 355);
this.TopScriptsTab.TabIndex = 1;
this.TopScriptsTab.Text = "Top Scripts";
this.TopScriptsTab.UseVisualStyleBackColor = true;
//
// 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.Location = new System.Drawing.Point(4, 4);
this.TopScriptsGridView.Name = "TopScriptsGridView";
this.TopScriptsGridView.ReadOnly = true;
this.TopScriptsGridView.Size = new System.Drawing.Size(663, 348);
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.TopCollidersGridView);
this.TopCollidersTab.Location = new System.Drawing.Point(4, 22);
this.TopCollidersTab.Name = "TopCollidersTab";
this.TopCollidersTab.Size = new System.Drawing.Size(671, 355);
this.TopCollidersTab.TabIndex = 2;
this.TopCollidersTab.Text = "Top Colliders";
this.TopCollidersTab.UseVisualStyleBackColor = true;
//
// 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.Location = new System.Drawing.Point(4, 4);
this.TopCollidersGridView.Name = "TopCollidersGridView";
this.TopCollidersGridView.Size = new System.Drawing.Size(663, 348);
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 = " ";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
this.groupBox1.Location = new System.Drawing.Point(301, 196);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(115, 55);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Settings";
//
// button1
//
this.button1.Location = new System.Drawing.Point(6, 21);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(103, 23);
this.button1.TabIndex = 8;
this.button1.Text = "Configure...";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.SettingsRequested);
//
// button2
//
this.button2.Location = new System.Drawing.Point(206, 20);
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.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(422, 200);
this.RegionTeleportGroup.Name = "RegionTeleportGroup";
this.RegionTeleportGroup.Size = new System.Drawing.Size(266, 51);
this.RegionTeleportGroup.TabIndex = 4;
this.RegionTeleportGroup.TabStop = false;
this.RegionTeleportGroup.Text = "Region Teleport";
//
// 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(194, 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(30, 200);
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(17, 209);
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;
//
// 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.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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
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.TopScriptsTab.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).EndInit();
this.TopCollidersTab.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.RegionTeleportGroup.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
 
}
 
#endregion
 
private PictureBox pictureBox1;
private TabControl Tabs;
private TabPage OverviewTab;
private StatusStrip statusStrip1;
private ToolStripProgressBar StatusProgress;
private ToolStripStatusLabel StatusText;
private GroupBox groupBox1;
private Button button2;
private GroupBox RegionTeleportGroup;
public ComboBox LoadedRegions;
private Label CurrentRegionName;
private Label CurrentRegionAt;
private 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;
}
}