Korero – Rev 2

Subversion Repositories:
Rev:

namespace Korero.Land
{
    partial class LandForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        #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(LandForm));
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.profileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.chatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.flyToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.teleportToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.offerTeleportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.richTextBox2 = new Korero.Utilities.Controls.ReadOnlyRichTextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.actionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.teleportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.setHomeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.goHomeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.navigationTabControl = new System.Windows.Forms.TabControl();
            this.overviewTabPage = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.groupBox13 = new System.Windows.Forms.GroupBox();
            this.netTimeTextBox = new System.Windows.Forms.TextBox();
            this.groupBox12 = new System.Windows.Forms.GroupBox();
            this.physicsTimeTextBox = new System.Windows.Forms.TextBox();
            this.groupBox11 = new System.Windows.Forms.GroupBox();
            this.agentsTextBox = new System.Windows.Forms.TextBox();
            this.groupBox10 = new System.Windows.Forms.GroupBox();
            this.lastLagTextBox = new System.Windows.Forms.TextBox();
            this.groupBox9 = new System.Windows.Forms.GroupBox();
            this.timeDilationTextBox = new System.Windows.Forms.TextBox();
            this.groupBox8 = new System.Windows.Forms.GroupBox();
            this.frameTimeTextBox = new System.Windows.Forms.TextBox();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.activeScriptsTextBox = new System.Windows.Forms.TextBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.physicsFpsTextBox = new System.Windows.Forms.TextBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.fpsTextBox = new System.Windows.Forms.TextBox();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.scriptTimeTextBox = new System.Windows.Forms.TextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.objectsTextBox = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.scriptedObjectsTextBox = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.navigationTabControl.SuspendLayout();
            this.overviewTabPage.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.groupBox13.SuspendLayout();
            this.groupBox12.SuspendLayout();
            this.groupBox11.SuspendLayout();
            this.groupBox10.SuspendLayout();
            this.groupBox9.SuspendLayout();
            this.groupBox8.SuspendLayout();
            this.groupBox7.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Image = global::Korero.Properties.Resources.map;
            this.pictureBox1.Location = new System.Drawing.Point(3, 3);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(286, 264);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.listBox1);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(3, 135);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(281, 126);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Avatars in Region";
            // 
            // listBox1
            // 
            this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.listBox1.ContextMenuStrip = this.contextMenuStrip1;
            this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBox1.FormattingEnabled = true;
            this.listBox1.Location = new System.Drawing.Point(3, 16);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(275, 107);
            this.listBox1.TabIndex = 0;
            this.listBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.profileToolStripMenuItem,
            this.chatToolStripMenuItem,
            this.flyToToolStripMenuItem,
            this.teleportToToolStripMenuItem,
            this.offerTeleportToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(144, 114);
            // 
            // profileToolStripMenuItem
            // 
            this.profileToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("profileToolStripMenuItem.Image")));
            this.profileToolStripMenuItem.Name = "profileToolStripMenuItem";
            this.profileToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.profileToolStripMenuItem.Text = "Profile...";
            this.profileToolStripMenuItem.Click += new System.EventHandler(this.ProfileToolStripMenuItem_Click);
            // 
            // chatToolStripMenuItem
            // 
            this.chatToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("chatToolStripMenuItem.Image")));
            this.chatToolStripMenuItem.Name = "chatToolStripMenuItem";
            this.chatToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.chatToolStripMenuItem.Text = "Chat";
            this.chatToolStripMenuItem.Click += new System.EventHandler(this.ChatToolStripMenuItem_Click);
            // 
            // flyToToolStripMenuItem
            // 
            this.flyToToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("flyToToolStripMenuItem.Image")));
            this.flyToToolStripMenuItem.Name = "flyToToolStripMenuItem";
            this.flyToToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.flyToToolStripMenuItem.Text = "Fly To";
            this.flyToToolStripMenuItem.Click += new System.EventHandler(this.FlyToToolStripMenuItem_Click);
            // 
            // teleportToToolStripMenuItem
            // 
            this.teleportToToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("teleportToToolStripMenuItem.Image")));
            this.teleportToToolStripMenuItem.Name = "teleportToToolStripMenuItem";
            this.teleportToToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.teleportToToolStripMenuItem.Text = "Teleport To";
            this.teleportToToolStripMenuItem.Click += new System.EventHandler(this.TeleportToToolStripMenuItem_Click);
            // 
            // offerTeleportToolStripMenuItem
            // 
            this.offerTeleportToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("offerTeleportToolStripMenuItem.Image")));
            this.offerTeleportToolStripMenuItem.Name = "offerTeleportToolStripMenuItem";
            this.offerTeleportToolStripMenuItem.Size = new System.Drawing.Size(143, 22);
            this.offerTeleportToolStripMenuItem.Text = "Offer Teleport";
            this.offerTeleportToolStripMenuItem.Click += new System.EventHandler(this.OfferTeleportToolStripMenuItem_Click);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
            this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.label2, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.textBox1, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.richTextBox2, 1, 2);
            this.tableLayoutPanel1.Controls.Add(this.label3, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.textBox2, 1, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 3;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(281, 126);
            this.tableLayoutPanel1.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(3, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(78, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Parcel";
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(3, 75);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(78, 13);
            this.label2.TabIndex = 1;
            this.label2.Text = "Description";
            // 
            // textBox1
            // 
            this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBox1.Location = new System.Drawing.Point(87, 22);
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(191, 13);
            this.textBox1.TabIndex = 2;
            // 
            // richTextBox2
            // 
            this.richTextBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.richTextBox2.Location = new System.Drawing.Point(87, 50);
            this.richTextBox2.Name = "richTextBox2";
            this.richTextBox2.ReadOnly = true;
            this.richTextBox2.Size = new System.Drawing.Size(191, 64);
            this.richTextBox2.TabIndex = 3;
            this.richTextBox2.Text = "";
            this.richTextBox2.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox2_LinkClicked);
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(3, 3);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(78, 13);
            this.label3.TabIndex = 4;
            this.label3.Text = "Region";
            // 
            // textBox2
            // 
            this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.textBox2.Location = new System.Drawing.Point(87, 3);
            this.textBox2.Name = "textBox2";
            this.textBox2.ReadOnly = true;
            this.textBox2.Size = new System.Drawing.Size(191, 13);
            this.textBox2.TabIndex = 5;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1});
            this.statusStrip1.Location = new System.Drawing.Point(0, 326);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(599, 22);
            this.statusStrip1.TabIndex = 3;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.actionToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(599, 24);
            this.menuStrip1.TabIndex = 4;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // actionToolStripMenuItem
            // 
            this.actionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.teleportToolStripMenuItem,
            this.toolStripSeparator1,
            this.setHomeToolStripMenuItem,
            this.goHomeToolStripMenuItem,
            this.toolStripSeparator2});
            this.actionToolStripMenuItem.Name = "actionToolStripMenuItem";
            this.actionToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.actionToolStripMenuItem.Text = "Tools";
            // 
            // teleportToolStripMenuItem
            // 
            this.teleportToolStripMenuItem.Image = global::Korero.Properties.Resources.teleportation;
            this.teleportToolStripMenuItem.Name = "teleportToolStripMenuItem";
            this.teleportToolStripMenuItem.Size = new System.Drawing.Size(120, 22);
            this.teleportToolStripMenuItem.Text = "Teleport";
            this.teleportToolStripMenuItem.Click += new System.EventHandler(this.TeleportToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(117, 6);
            // 
            // setHomeToolStripMenuItem
            // 
            this.setHomeToolStripMenuItem.Image = global::Korero.Properties.Resources.house;
            this.setHomeToolStripMenuItem.Name = "setHomeToolStripMenuItem";
            this.setHomeToolStripMenuItem.Size = new System.Drawing.Size(120, 22);
            this.setHomeToolStripMenuItem.Text = "Set Home";
            this.setHomeToolStripMenuItem.Click += new System.EventHandler(this.SetHomeToolStripMenuItem_Click);
            // 
            // goHomeToolStripMenuItem
            // 
            this.goHomeToolStripMenuItem.Image = global::Korero.Properties.Resources.route;
            this.goHomeToolStripMenuItem.Name = "goHomeToolStripMenuItem";
            this.goHomeToolStripMenuItem.Size = new System.Drawing.Size(120, 22);
            this.goHomeToolStripMenuItem.Text = "Go Home";
            this.goHomeToolStripMenuItem.Click += new System.EventHandler(this.GoHomeToolStripMenuItem_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(117, 6);
            // 
            // navigationTabControl
            // 
            this.navigationTabControl.Controls.Add(this.overviewTabPage);
            this.navigationTabControl.Controls.Add(this.tabPage1);
            this.navigationTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.navigationTabControl.Location = new System.Drawing.Point(0, 24);
            this.navigationTabControl.Name = "navigationTabControl";
            this.navigationTabControl.SelectedIndex = 0;
            this.navigationTabControl.Size = new System.Drawing.Size(599, 302);
            this.navigationTabControl.TabIndex = 5;
            // 
            // overviewTabPage
            // 
            this.overviewTabPage.Controls.Add(this.tableLayoutPanel2);
            this.overviewTabPage.Location = new System.Drawing.Point(4, 22);
            this.overviewTabPage.Name = "overviewTabPage";
            this.overviewTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.overviewTabPage.Size = new System.Drawing.Size(591, 276);
            this.overviewTabPage.TabIndex = 0;
            this.overviewTabPage.Text = "Overview";
            this.overviewTabPage.UseVisualStyleBackColor = true;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 2;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 1, 0);
            this.tableLayoutPanel2.Controls.Add(this.pictureBox1, 0, 0);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 1;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(585, 270);
            this.tableLayoutPanel2.TabIndex = 3;
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 1;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel1, 0, 0);
            this.tableLayoutPanel3.Controls.Add(this.groupBox1, 0, 1);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(295, 3);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 2;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(287, 264);
            this.tableLayoutPanel3.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.tableLayoutPanel4);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Size = new System.Drawing.Size(591, 276);
            this.tabPage1.TabIndex = 1;
            this.tabPage1.Text = "Statistics";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.ColumnCount = 3;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
            this.tableLayoutPanel4.Controls.Add(this.groupBox13, 2, 3);
            this.tableLayoutPanel4.Controls.Add(this.groupBox12, 1, 3);
            this.tableLayoutPanel4.Controls.Add(this.groupBox11, 0, 3);
            this.tableLayoutPanel4.Controls.Add(this.groupBox10, 2, 2);
            this.tableLayoutPanel4.Controls.Add(this.groupBox9, 1, 2);
            this.tableLayoutPanel4.Controls.Add(this.groupBox8, 0, 2);
            this.tableLayoutPanel4.Controls.Add(this.groupBox7, 2, 1);
            this.tableLayoutPanel4.Controls.Add(this.groupBox5, 1, 1);
            this.tableLayoutPanel4.Controls.Add(this.groupBox4, 0, 1);
            this.tableLayoutPanel4.Controls.Add(this.groupBox6, 2, 0);
            this.tableLayoutPanel4.Controls.Add(this.groupBox3, 1, 0);
            this.tableLayoutPanel4.Controls.Add(this.groupBox2, 0, 0);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 4;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel4.Size = new System.Drawing.Size(591, 276);
            this.tableLayoutPanel4.TabIndex = 0;
            // 
            // groupBox13
            // 
            this.groupBox13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox13.Controls.Add(this.netTimeTextBox);
            this.groupBox13.Location = new System.Drawing.Point(396, 219);
            this.groupBox13.Name = "groupBox13";
            this.groupBox13.Size = new System.Drawing.Size(192, 45);
            this.groupBox13.TabIndex = 23;
            this.groupBox13.TabStop = false;
            this.groupBox13.Text = "Net Time";
            // 
            // netTimeTextBox
            // 
            this.netTimeTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.netTimeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.netTimeTextBox.Location = new System.Drawing.Point(3, 16);
            this.netTimeTextBox.Name = "netTimeTextBox";
            this.netTimeTextBox.ReadOnly = true;
            this.netTimeTextBox.Size = new System.Drawing.Size(186, 13);
            this.netTimeTextBox.TabIndex = 0;
            // 
            // groupBox12
            // 
            this.groupBox12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox12.Controls.Add(this.physicsTimeTextBox);
            this.groupBox12.Location = new System.Drawing.Point(199, 219);
            this.groupBox12.Name = "groupBox12";
            this.groupBox12.Size = new System.Drawing.Size(191, 45);
            this.groupBox12.TabIndex = 22;
            this.groupBox12.TabStop = false;
            this.groupBox12.Text = "Physics Time";
            // 
            // physicsTimeTextBox
            // 
            this.physicsTimeTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.physicsTimeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.physicsTimeTextBox.Location = new System.Drawing.Point(3, 16);
            this.physicsTimeTextBox.Name = "physicsTimeTextBox";
            this.physicsTimeTextBox.ReadOnly = true;
            this.physicsTimeTextBox.Size = new System.Drawing.Size(185, 13);
            this.physicsTimeTextBox.TabIndex = 0;
            // 
            // groupBox11
            // 
            this.groupBox11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox11.Controls.Add(this.agentsTextBox);
            this.groupBox11.Location = new System.Drawing.Point(3, 219);
            this.groupBox11.Name = "groupBox11";
            this.groupBox11.Size = new System.Drawing.Size(190, 45);
            this.groupBox11.TabIndex = 21;
            this.groupBox11.TabStop = false;
            this.groupBox11.Text = "Agents";
            // 
            // agentsTextBox
            // 
            this.agentsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.agentsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.agentsTextBox.Location = new System.Drawing.Point(3, 16);
            this.agentsTextBox.Name = "agentsTextBox";
            this.agentsTextBox.ReadOnly = true;
            this.agentsTextBox.Size = new System.Drawing.Size(184, 13);
            this.agentsTextBox.TabIndex = 0;
            // 
            // groupBox10
            // 
            this.groupBox10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox10.Controls.Add(this.lastLagTextBox);
            this.groupBox10.Location = new System.Drawing.Point(396, 150);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(192, 45);
            this.groupBox10.TabIndex = 20;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "LastLag";
            // 
            // lastLagTextBox
            // 
            this.lastLagTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.lastLagTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lastLagTextBox.Location = new System.Drawing.Point(3, 16);
            this.lastLagTextBox.Name = "lastLagTextBox";
            this.lastLagTextBox.ReadOnly = true;
            this.lastLagTextBox.Size = new System.Drawing.Size(186, 13);
            this.lastLagTextBox.TabIndex = 0;
            // 
            // groupBox9
            // 
            this.groupBox9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox9.Controls.Add(this.timeDilationTextBox);
            this.groupBox9.Location = new System.Drawing.Point(199, 150);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(191, 45);
            this.groupBox9.TabIndex = 19;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "Time Dilation";
            // 
            // timeDilationTextBox
            // 
            this.timeDilationTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.timeDilationTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.timeDilationTextBox.Location = new System.Drawing.Point(3, 16);
            this.timeDilationTextBox.Name = "timeDilationTextBox";
            this.timeDilationTextBox.ReadOnly = true;
            this.timeDilationTextBox.Size = new System.Drawing.Size(185, 13);
            this.timeDilationTextBox.TabIndex = 0;
            // 
            // groupBox8
            // 
            this.groupBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox8.Controls.Add(this.frameTimeTextBox);
            this.groupBox8.Location = new System.Drawing.Point(3, 150);
            this.groupBox8.Name = "groupBox8";
            this.groupBox8.Size = new System.Drawing.Size(190, 45);
            this.groupBox8.TabIndex = 18;
            this.groupBox8.TabStop = false;
            this.groupBox8.Text = "Frame Time";
            // 
            // frameTimeTextBox
            // 
            this.frameTimeTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.frameTimeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.frameTimeTextBox.Location = new System.Drawing.Point(3, 16);
            this.frameTimeTextBox.Name = "frameTimeTextBox";
            this.frameTimeTextBox.ReadOnly = true;
            this.frameTimeTextBox.Size = new System.Drawing.Size(184, 13);
            this.frameTimeTextBox.TabIndex = 0;
            // 
            // groupBox7
            // 
            this.groupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox7.Controls.Add(this.activeScriptsTextBox);
            this.groupBox7.Location = new System.Drawing.Point(396, 81);
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.Size = new System.Drawing.Size(192, 45);
            this.groupBox7.TabIndex = 17;
            this.groupBox7.TabStop = false;
            this.groupBox7.Text = "Active Scripts";
            // 
            // activeScriptsTextBox
            // 
            this.activeScriptsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.activeScriptsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.activeScriptsTextBox.Location = new System.Drawing.Point(3, 16);
            this.activeScriptsTextBox.Name = "activeScriptsTextBox";
            this.activeScriptsTextBox.ReadOnly = true;
            this.activeScriptsTextBox.Size = new System.Drawing.Size(186, 13);
            this.activeScriptsTextBox.TabIndex = 0;
            // 
            // groupBox5
            // 
            this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox5.Controls.Add(this.physicsFpsTextBox);
            this.groupBox5.Location = new System.Drawing.Point(199, 81);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(191, 45);
            this.groupBox5.TabIndex = 15;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Physics FPS";
            // 
            // physicsFpsTextBox
            // 
            this.physicsFpsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.physicsFpsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.physicsFpsTextBox.Location = new System.Drawing.Point(3, 16);
            this.physicsFpsTextBox.Name = "physicsFpsTextBox";
            this.physicsFpsTextBox.ReadOnly = true;
            this.physicsFpsTextBox.Size = new System.Drawing.Size(185, 13);
            this.physicsFpsTextBox.TabIndex = 0;
            // 
            // groupBox4
            // 
            this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox4.Controls.Add(this.fpsTextBox);
            this.groupBox4.Location = new System.Drawing.Point(3, 81);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(190, 45);
            this.groupBox4.TabIndex = 14;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "FPS";
            // 
            // fpsTextBox
            // 
            this.fpsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.fpsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fpsTextBox.Location = new System.Drawing.Point(3, 16);
            this.fpsTextBox.Name = "fpsTextBox";
            this.fpsTextBox.ReadOnly = true;
            this.fpsTextBox.Size = new System.Drawing.Size(184, 13);
            this.fpsTextBox.TabIndex = 0;
            // 
            // groupBox6
            // 
            this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox6.Controls.Add(this.scriptTimeTextBox);
            this.groupBox6.Location = new System.Drawing.Point(396, 12);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(192, 45);
            this.groupBox6.TabIndex = 16;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "Script Time";
            // 
            // scriptTimeTextBox
            // 
            this.scriptTimeTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.scriptTimeTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scriptTimeTextBox.Location = new System.Drawing.Point(3, 16);
            this.scriptTimeTextBox.Name = "scriptTimeTextBox";
            this.scriptTimeTextBox.ReadOnly = true;
            this.scriptTimeTextBox.Size = new System.Drawing.Size(186, 13);
            this.scriptTimeTextBox.TabIndex = 0;
            // 
            // groupBox3
            // 
            this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox3.Controls.Add(this.objectsTextBox);
            this.groupBox3.Location = new System.Drawing.Point(199, 12);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(191, 45);
            this.groupBox3.TabIndex = 13;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Objects";
            // 
            // objectsTextBox
            // 
            this.objectsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.objectsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.objectsTextBox.Location = new System.Drawing.Point(3, 16);
            this.objectsTextBox.Name = "objectsTextBox";
            this.objectsTextBox.ReadOnly = true;
            this.objectsTextBox.Size = new System.Drawing.Size(185, 13);
            this.objectsTextBox.TabIndex = 0;
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.scriptedObjectsTextBox);
            this.groupBox2.Location = new System.Drawing.Point(3, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(190, 45);
            this.groupBox2.TabIndex = 12;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Scripted Objects";
            // 
            // scriptedObjectsTextBox
            // 
            this.scriptedObjectsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.scriptedObjectsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scriptedObjectsTextBox.Location = new System.Drawing.Point(3, 16);
            this.scriptedObjectsTextBox.Name = "scriptedObjectsTextBox";
            this.scriptedObjectsTextBox.ReadOnly = true;
            this.scriptedObjectsTextBox.Size = new System.Drawing.Size(184, 13);
            this.scriptedObjectsTextBox.TabIndex = 0;
            // 
            // LandForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(599, 348);
            this.Controls.Add(this.navigationTabControl);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "LandForm";
            this.Text = "Korero: Land";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LandForm_FormClosing);
            this.Load += new System.EventHandler(this.LandForm_Load);
            this.Shown += new System.EventHandler(this.LandForm_Shown);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.navigationTabControl.ResumeLayout(false);
            this.overviewTabPage.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tableLayoutPanel4.ResumeLayout(false);
            this.groupBox13.ResumeLayout(false);
            this.groupBox13.PerformLayout();
            this.groupBox12.ResumeLayout(false);
            this.groupBox12.PerformLayout();
            this.groupBox11.ResumeLayout(false);
            this.groupBox11.PerformLayout();
            this.groupBox10.ResumeLayout(false);
            this.groupBox10.PerformLayout();
            this.groupBox9.ResumeLayout(false);
            this.groupBox9.PerformLayout();
            this.groupBox8.ResumeLayout(false);
            this.groupBox8.PerformLayout();
            this.groupBox7.ResumeLayout(false);
            this.groupBox7.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ListBox listBox1;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox textBox1;
        private Korero.Utilities.Controls.ReadOnlyRichTextBox richTextBox2;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem chatToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem flyToToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem teleportToToolStripMenuItem;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem actionToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem teleportToolStripMenuItem;
        private System.Windows.Forms.TabControl navigationTabControl;
        private System.Windows.Forms.TabPage overviewTabPage;
        private System.Windows.Forms.ToolStripMenuItem profileToolStripMenuItem;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.ToolStripMenuItem offerTeleportToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem setHomeToolStripMenuItem;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripMenuItem goHomeToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
        private System.Windows.Forms.GroupBox groupBox13;
        private System.Windows.Forms.TextBox netTimeTextBox;
        private System.Windows.Forms.GroupBox groupBox12;
        private System.Windows.Forms.TextBox physicsTimeTextBox;
        private System.Windows.Forms.GroupBox groupBox11;
        private System.Windows.Forms.TextBox agentsTextBox;
        private System.Windows.Forms.GroupBox groupBox10;
        private System.Windows.Forms.TextBox lastLagTextBox;
        private System.Windows.Forms.GroupBox groupBox9;
        private System.Windows.Forms.TextBox timeDilationTextBox;
        private System.Windows.Forms.GroupBox groupBox8;
        private System.Windows.Forms.TextBox frameTimeTextBox;
        private System.Windows.Forms.GroupBox groupBox7;
        private System.Windows.Forms.TextBox activeScriptsTextBox;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.TextBox physicsFpsTextBox;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.TextBox fpsTextBox;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.TextBox scriptTimeTextBox;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.TextBox objectsTextBox;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox scriptedObjectsTextBox;
    }
}

Generated by GNU Enscript 1.6.5.90.