using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace Vassal { partial class Vassal { /// /// Required designer variable. /// private IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Vassal)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar(); this.StatusText = new System.Windows.Forms.ToolStripStatusLabel(); this.VassalSettingsButton = 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.LoadedRegionsBox = 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.VassalStatusGroup = new System.Windows.Forms.GroupBox(); this.ConnectionStatusPictureBox = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.Version = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox7 = new System.Windows.Forms.PictureBox(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox8 = new System.Windows.Forms.PictureBox(); this.pictureBox9 = new System.Windows.Forms.PictureBox(); this.pictureBox10 = new System.Windows.Forms.PictureBox(); this.pictureBox11 = new System.Windows.Forms.PictureBox(); this.pictureBox12 = new System.Windows.Forms.PictureBox(); this.pictureBox13 = new System.Windows.Forms.PictureBox(); this.pictureBox14 = new System.Windows.Forms.PictureBox(); this.pictureBox15 = new System.Windows.Forms.PictureBox(); this.pictureBox16 = new System.Windows.Forms.PictureBox(); this.pictureBox17 = new System.Windows.Forms.PictureBox(); this.pictureBox18 = new System.Windows.Forms.PictureBox(); this.pictureBox19 = new System.Windows.Forms.PictureBox(); this.LoadRawFileDialog = new System.Windows.Forms.OpenFileDialog(); this.SavePNGFileDialog = new System.Windows.Forms.SaveFileDialog(); this.SaveRawFileDialog = new System.Windows.Forms.SaveFileDialog(); this.EstateListsTab = new System.Windows.Forms.TabPage(); this.EstateListsGroupsGroup = new System.Windows.Forms.GroupBox(); this.button6 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.EstateListsAddGroupBox = new System.Windows.Forms.TextBox(); this.EstateListsResidentsGroup = new System.Windows.Forms.GroupBox(); this.button4 = new System.Windows.Forms.Button(); this.groupBox15 = new System.Windows.Forms.GroupBox(); this.EstateListsResidentFirstName = new System.Windows.Forms.TextBox(); this.EstateListsAddResidentButton = new System.Windows.Forms.Button(); this.groupBox16 = new System.Windows.Forms.GroupBox(); this.EstateListsResidentLastName = new System.Windows.Forms.TextBox(); this.EstateListGroup = new System.Windows.Forms.GroupBox(); this.button9 = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.EstateListFilter = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.EstateListGridView = new System.Windows.Forms.DataGridView(); this.EstateListName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.EstateListUUID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RemoveEstateListMemberButton = new System.Windows.Forms.Button(); this.EstateListSelectBox = new System.Windows.Forms.ComboBox(); this.RegionToolsTerrainToolsGroup = new System.Windows.Forms.GroupBox(); this.EstateVariablesGroup = new System.Windows.Forms.GroupBox(); this.label10 = new System.Windows.Forms.Label(); this.TerrainToolsSunPositionBox = new System.Windows.Forms.TextBox(); this.TerrainToolsFixedSunBox = new System.Windows.Forms.CheckBox(); this.TerrainToolsUseEstateSunBox = new System.Windows.Forms.CheckBox(); this.label9 = new System.Windows.Forms.Label(); this.TerrainToolsTerrainLowerLimitBox = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.TerrainToolsTerrainRaiseLimitBox = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.TerrainToolsWaterHeightBox = new System.Windows.Forms.TextBox(); this.SetTerrainVariablesButton = new System.Windows.Forms.Button(); this.groupBox13 = new System.Windows.Forms.GroupBox(); this.RipTerrainButton = new System.Windows.Forms.Button(); this.EstateTerrainDownloadUploadGroup = new System.Windows.Forms.GroupBox(); this.DownloadTerrainButton = new System.Windows.Forms.Button(); this.UploadTerrainButton = new System.Windows.Forms.Button(); this.EstateTopTab = new System.Windows.Forms.TabPage(); this.groupBox14 = new System.Windows.Forms.GroupBox(); 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.groupBox12 = new System.Windows.Forms.GroupBox(); 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.ReturnTopScriptsButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.TopScriptsFilter = new System.Windows.Forms.TextBox(); this.BatchRestartTab = new System.Windows.Forms.TabPage(); this.label3 = new System.Windows.Forms.Label(); this.RegionRestartDelayBox = new System.Windows.Forms.TextBox(); 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.ResidentListTab = new System.Windows.Forms.TabPage(); this.ResidentListTeleportHomeGroup = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); 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.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.OverviewTab = new System.Windows.Forms.TabPage(); this.CorradePollTimeDial = new AquaControls.AquaGauge(); this.groupBox24 = new System.Windows.Forms.GroupBox(); this.NetTime = new System.Windows.Forms.Label(); this.groupBox17 = new System.Windows.Forms.GroupBox(); this.PhysicsTime = new System.Windows.Forms.Label(); this.groupBox11 = new System.Windows.Forms.GroupBox(); this.ScriptedObjects = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.Agents = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.FrameTime = new System.Windows.Forms.Label(); 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.Tabs = new System.Windows.Forms.TabControl(); this.EstateTexturesTab = new System.Windows.Forms.TabPage(); this.GroundTexturesGroup = new System.Windows.Forms.GroupBox(); this.groupBox22 = new System.Windows.Forms.GroupBox(); this.RegionTexturesHighUUIDApplyBox = new System.Windows.Forms.TextBox(); this.RegionTexturesHighUUIDApplyButton = new System.Windows.Forms.Button(); this.button13 = new System.Windows.Forms.Button(); this.RegionTexturesHighUUIDBox = new System.Windows.Forms.TextBox(); this.RegionTexturesHighPictureBox = new System.Windows.Forms.PictureBox(); this.groupBox23 = new System.Windows.Forms.GroupBox(); this.RegionTexturesLowUUIDApplyBox = new System.Windows.Forms.TextBox(); this.RegionTexturesLowUUIDApplyButton = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.RegionTexturesLowUUIDBox = new System.Windows.Forms.TextBox(); this.RegionTexturesLowPictureBox = new System.Windows.Forms.PictureBox(); this.groupBox21 = new System.Windows.Forms.GroupBox(); this.RegionTexturesMiddleHighUUIDApplyBox = new System.Windows.Forms.TextBox(); this.RegionTexturesMiddleHighUUIDApplyButton = new System.Windows.Forms.Button(); this.button11 = new System.Windows.Forms.Button(); this.RegionTexturesMiddleHighUUIDBox = new System.Windows.Forms.TextBox(); this.RegionTexturesMiddleHighPictureBox = new System.Windows.Forms.PictureBox(); this.groupBox20 = new System.Windows.Forms.GroupBox(); this.RegionTexturesMiddleLowUUIDApplyBox = new System.Windows.Forms.TextBox(); this.RegionTexturesMiddleLowUUIDApplyButton = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.RegionTexturesMiddleLowUUIDBox = new System.Windows.Forms.TextBox(); this.RegionTexturesMiddleLowPictureBox = new System.Windows.Forms.PictureBox(); this.RegionToolsTab = new System.Windows.Forms.TabPage(); this.RegionToolsRegionInfoGroup = new System.Windows.Forms.GroupBox(); this.RegionInfoMatureBox = new System.Windows.Forms.CheckBox(); this.groupBox19 = new System.Windows.Forms.GroupBox(); this.RegionInfoAgentLimitBox = new System.Windows.Forms.TextBox(); this.groupBox18 = new System.Windows.Forms.GroupBox(); this.RegionInfoObjectBonusBox = new System.Windows.Forms.TextBox(); this.RegionInfoParcelBox = new System.Windows.Forms.CheckBox(); this.RegionInfoTerraformBox = new System.Windows.Forms.CheckBox(); this.RegionInfoPushBox = new System.Windows.Forms.CheckBox(); this.RegioninfoResellBox = new System.Windows.Forms.CheckBox(); this.RegionInfoDamageBox = new System.Windows.Forms.CheckBox(); this.RegionInfoFlyBox = new System.Windows.Forms.CheckBox(); this.ApplyRegionInfoButton = new System.Windows.Forms.Button(); this.RegionToolsRegionDebugGroup = new System.Windows.Forms.GroupBox(); this.ApplyRegionDebugButton = new System.Windows.Forms.Button(); this.RegionDebugPhysicsBox = new System.Windows.Forms.CheckBox(); this.RegionDebugCollisionsBox = new System.Windows.Forms.CheckBox(); this.RegionDebugScriptsBox = new System.Windows.Forms.CheckBox(); this.LoadCSVFile = new System.Windows.Forms.OpenFileDialog(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.SetCovenantTab = new System.Windows.Forms.TabPage(); this.BatchSetCovenantGridView = new System.Windows.Forms.DataGridView(); this.BatchSetCovenantButton = new System.Windows.Forms.Button(); this.SetCovenantNotecardUUIDBox = new System.Windows.Forms.TextBox(); this.BatchSetCovenantRegionName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BatchSetCovenantPosition = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pictureBox20 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.statusStrip1.SuspendLayout(); this.RegionTeleportGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); this.VassalStatusGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ConnectionStatusPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).BeginInit(); this.EstateListsTab.SuspendLayout(); this.EstateListsGroupsGroup.SuspendLayout(); this.EstateListsResidentsGroup.SuspendLayout(); this.groupBox15.SuspendLayout(); this.groupBox16.SuspendLayout(); this.EstateListGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.EstateListGridView)).BeginInit(); this.RegionToolsTerrainToolsGroup.SuspendLayout(); this.EstateVariablesGroup.SuspendLayout(); this.groupBox13.SuspendLayout(); this.EstateTerrainDownloadUploadGroup.SuspendLayout(); this.EstateTopTab.SuspendLayout(); this.groupBox14.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).BeginInit(); this.groupBox12.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).BeginInit(); this.BatchRestartTab.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).BeginInit(); this.ResidentListTab.SuspendLayout(); this.ResidentListTeleportHomeGroup.SuspendLayout(); this.ResidentListBanGroup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ResidentListGridView)).BeginInit(); this.RegionsStateTab.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.RegionsStateGridView)).BeginInit(); this.OverviewTab.SuspendLayout(); this.groupBox24.SuspendLayout(); this.groupBox17.SuspendLayout(); this.groupBox11.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.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.Tabs.SuspendLayout(); this.EstateTexturesTab.SuspendLayout(); this.GroundTexturesGroup.SuspendLayout(); this.groupBox22.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesHighPictureBox)).BeginInit(); this.groupBox23.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesLowPictureBox)).BeginInit(); this.groupBox21.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesMiddleHighPictureBox)).BeginInit(); this.groupBox20.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesMiddleLowPictureBox)).BeginInit(); this.RegionToolsTab.SuspendLayout(); this.RegionToolsRegionInfoGroup.SuspendLayout(); this.groupBox19.SuspendLayout(); this.groupBox18.SuspendLayout(); this.RegionToolsRegionDebugGroup.SuspendLayout(); this.SetCovenantTab.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.BatchSetCovenantGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).BeginInit(); 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(515, 151); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.StatusProgress, this.StatusText}); this.statusStrip1.Location = new System.Drawing.Point(0, 707); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(752, 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 = " "; // // VassalSettingsButton // this.VassalSettingsButton.Location = new System.Drawing.Point(48, 26); this.VassalSettingsButton.Name = "VassalSettingsButton"; this.VassalSettingsButton.Size = new System.Drawing.Size(121, 23); this.VassalSettingsButton.TabIndex = 8; this.VassalSettingsButton.Text = "Vassal Settings..."; this.VassalSettingsButton.UseVisualStyleBackColor = true; this.VassalSettingsButton.Click += new System.EventHandler(this.SettingsRequested); // // button2 // this.button2.Location = new System.Drawing.Point(113, 57); 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.LoadedRegionsBox); this.RegionTeleportGroup.Enabled = false; this.RegionTeleportGroup.Font = new System.Drawing.Font("Palatino Linotype", 8.25F); this.RegionTeleportGroup.Location = new System.Drawing.Point(538, 79); this.RegionTeleportGroup.Name = "RegionTeleportGroup"; this.RegionTeleportGroup.Size = new System.Drawing.Size(202, 89); 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(175, 58); 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")); this.pictureBox6.Click += new System.EventHandler(this.ShowToolTip); // // LoadedRegionsBox // this.LoadedRegionsBox.DisplayMember = "Text"; this.LoadedRegionsBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.LoadedRegionsBox.Font = new System.Drawing.Font("Consolas", 8.25F); this.LoadedRegionsBox.FormattingEnabled = true; this.LoadedRegionsBox.Location = new System.Drawing.Point(6, 21); this.LoadedRegionsBox.Name = "LoadedRegionsBox"; this.LoadedRegionsBox.Size = new System.Drawing.Size(190, 21); this.LoadedRegionsBox.Sorted = true; this.LoadedRegionsBox.TabIndex = 0; this.LoadedRegionsBox.SelectedIndexChanged += new System.EventHandler(this.RegionSelected); // // CurrentRegionName // this.CurrentRegionName.AutoSize = true; this.CurrentRegionName.Font = new System.Drawing.Font("Palatino Linotype", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CurrentRegionName.Location = new System.Drawing.Point(216, 157); this.CurrentRegionName.Name = "CurrentRegionName"; this.CurrentRegionName.Size = new System.Drawing.Size(17, 26); this.CurrentRegionName.TabIndex = 7; this.CurrentRegionName.Text = " "; this.CurrentRegionName.Visible = false; // // CurrentRegionAt // this.CurrentRegionAt.AutoSize = true; this.CurrentRegionAt.Location = new System.Drawing.Point(201, 161); 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 (*.*)|*.*"; // // VassalStatusGroup // this.VassalStatusGroup.Controls.Add(this.ConnectionStatusPictureBox); this.VassalStatusGroup.Controls.Add(this.pictureBox2); this.VassalStatusGroup.Controls.Add(this.VassalSettingsButton); this.VassalStatusGroup.Font = new System.Drawing.Font("Palatino Linotype", 8.25F); this.VassalStatusGroup.Location = new System.Drawing.Point(538, 12); this.VassalStatusGroup.Name = "VassalStatusGroup"; this.VassalStatusGroup.Size = new System.Drawing.Size(202, 61); this.VassalStatusGroup.TabIndex = 3; this.VassalStatusGroup.TabStop = false; this.VassalStatusGroup.Text = "Status"; // // ConnectionStatusPictureBox // this.ConnectionStatusPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("ConnectionStatusPictureBox.Image"))); this.ConnectionStatusPictureBox.Location = new System.Drawing.Point(6, 19); this.ConnectionStatusPictureBox.Name = "ConnectionStatusPictureBox"; this.ConnectionStatusPictureBox.Size = new System.Drawing.Size(36, 36); this.ConnectionStatusPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.ConnectionStatusPictureBox.TabIndex = 12; this.ConnectionStatusPictureBox.TabStop = false; this.ConnectionStatusPictureBox.Click += new System.EventHandler(this.ReconnectRequested); // // 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(175, 27); 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."); this.pictureBox2.Click += new System.EventHandler(this.ShowToolTip); // // 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(280, 142); 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; // // 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(188, 22); 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."); this.pictureBox4.Click += new System.EventHandler(this.ShowToolTip); // // 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(188, 51); 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."); this.pictureBox7.Click += new System.EventHandler(this.ShowToolTip); // // 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(188, 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")); this.pictureBox5.Click += new System.EventHandler(this.ShowToolTip); // // 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(461, 456); 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")); this.pictureBox3.Click += new System.EventHandler(this.ShowToolTip); // // pictureBox8 // this.pictureBox8.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image"))); this.pictureBox8.Location = new System.Drawing.Point(687, 21); this.pictureBox8.Name = "pictureBox8"; this.pictureBox8.Size = new System.Drawing.Size(20, 20); this.pictureBox8.TabIndex = 11; this.pictureBox8.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox8, "Select an estate list from the drop-down\r\nin order to populate the list."); this.pictureBox8.Click += new System.EventHandler(this.ShowToolTip); // // pictureBox9 // this.pictureBox9.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image"))); this.pictureBox9.Location = new System.Drawing.Point(681, 336); this.pictureBox9.Name = "pictureBox9"; this.pictureBox9.Size = new System.Drawing.Size(20, 20); this.pictureBox9.TabIndex = 15; this.pictureBox9.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox9, resources.GetString("pictureBox9.ToolTip")); this.pictureBox9.Click += new System.EventHandler(this.ShowToolTip); // // pictureBox10 // this.pictureBox10.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image"))); this.pictureBox10.Location = new System.Drawing.Point(317, 52); this.pictureBox10.Name = "pictureBox10"; this.pictureBox10.Size = new System.Drawing.Size(20, 20); this.pictureBox10.TabIndex = 16; this.pictureBox10.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox10, "Groups can be added to an estate list by\r\nname or by UUID. Simply type the group\r" + "\nname or the group UUID in the \"Groups\"\r\nbox and then click \"Add Group\" button."); this.pictureBox10.Click += new System.EventHandler(this.ShowToolTip); // // pictureBox11 // this.pictureBox11.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox11.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox11.Image"))); this.pictureBox11.Location = new System.Drawing.Point(320, 84); this.pictureBox11.Name = "pictureBox11"; this.pictureBox11.Size = new System.Drawing.Size(20, 20); this.pictureBox11.TabIndex = 17; this.pictureBox11.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox11, "In order to add an agent to the state\r\nlist, first type the resident first-name\r\n" + "and their last-name in the corresponding\r\nboxes and then press the \"Add Resident" + "\"."); this.pictureBox11.Click += new System.EventHandler(this.ShowToolTip); // // pictureBox12 // this.pictureBox12.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox12.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox12.Image"))); this.pictureBox12.Location = new System.Drawing.Point(676, 15); this.pictureBox12.Name = "pictureBox12"; this.pictureBox12.Size = new System.Drawing.Size(20, 20); this.pictureBox12.TabIndex = 11; this.pictureBox12.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox12, resources.GetString("pictureBox12.ToolTip")); this.pictureBox12.Click += new System.EventHandler(this.ShowToolTip); // // pictureBox13 // this.pictureBox13.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox13.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox13.Image"))); this.pictureBox13.Location = new System.Drawing.Point(431, 77); this.pictureBox13.Name = "pictureBox13"; this.pictureBox13.Size = new System.Drawing.Size(20, 20); this.pictureBox13.TabIndex = 12; this.pictureBox13.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox13, "To apply the region info, make all the\r\nsettings in this group and then press\r\nth" + "e \"Apply\" button."); this.pictureBox13.Click += new System.EventHandler(this.ShowToolTip); // // pictureBox14 // this.pictureBox14.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox14.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox14.Image"))); this.pictureBox14.Location = new System.Drawing.Point(202, 50); this.pictureBox14.Name = "pictureBox14"; this.pictureBox14.Size = new System.Drawing.Size(20, 20); this.pictureBox14.TabIndex = 13; this.pictureBox14.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox14, "In order to apply the region debug to\r\nthe current region, complete all the \r\nbox" + "es and press the \"Apply\" button."); this.pictureBox14.Click += new System.EventHandler(this.ShowToolTip); // // pictureBox15 // this.pictureBox15.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox15.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox15.Image"))); this.pictureBox15.Location = new System.Drawing.Point(676, 227); this.pictureBox15.Name = "pictureBox15"; this.pictureBox15.Size = new System.Drawing.Size(20, 20); this.pictureBox15.TabIndex = 11; this.pictureBox15.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox15, resources.GetString("pictureBox15.ToolTip")); this.pictureBox15.Click += new System.EventHandler(this.ShowToolTip); // // pictureBox16 // this.pictureBox16.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox16.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox16.Image"))); this.pictureBox16.Location = new System.Drawing.Point(676, 191); this.pictureBox16.Name = "pictureBox16"; this.pictureBox16.Size = new System.Drawing.Size(20, 20); this.pictureBox16.TabIndex = 12; this.pictureBox16.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox16, resources.GetString("pictureBox16.ToolTip")); this.pictureBox16.Click += new System.EventHandler(this.ShowToolTip); // // pictureBox17 // this.pictureBox17.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox17.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox17.Image"))); this.pictureBox17.Location = new System.Drawing.Point(172, 23); this.pictureBox17.Name = "pictureBox17"; this.pictureBox17.Size = new System.Drawing.Size(20, 20); this.pictureBox17.TabIndex = 11; this.pictureBox17.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox17, resources.GetString("pictureBox17.ToolTip")); this.pictureBox17.Click += new System.EventHandler(this.ShowToolTip); // // pictureBox18 // this.pictureBox18.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox18.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox18.Image"))); this.pictureBox18.Location = new System.Drawing.Point(104, 22); this.pictureBox18.Name = "pictureBox18"; this.pictureBox18.Size = new System.Drawing.Size(20, 20); this.pictureBox18.TabIndex = 12; this.pictureBox18.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox18, "You can select residents (multiple\r\nselection is possible by control / shift\r\ncli" + "cking the list) and then press the\r\n\"Teleport Home\" button in order to\r\nteleport" + " the users home from the region."); this.pictureBox18.Click += new System.EventHandler(this.ShowToolTip); // // pictureBox19 // this.pictureBox19.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox19.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox19.Image"))); this.pictureBox19.Location = new System.Drawing.Point(187, 179); this.pictureBox19.Name = "pictureBox19"; this.pictureBox19.Size = new System.Drawing.Size(20, 20); this.pictureBox19.TabIndex = 13; this.pictureBox19.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox19, "All the values have to be completed and\r\nthen by pressing the \"Set Variables\"\r\nbu" + "tton, the settings will be applied to\r\nthe current region."); this.pictureBox19.Click += new System.EventHandler(this.ShowToolTip); // // LoadRawFileDialog // this.LoadRawFileDialog.FileName = "openFileDialog1"; this.LoadRawFileDialog.Filter = "RAW (*.raw)|*.raw|All files (*.*)|*.*"; // // SavePNGFileDialog // this.SavePNGFileDialog.Filter = "PNG (*.png)|*.png|All files (*.*)|*.*"; // // SaveRawFileDialog // this.SaveRawFileDialog.Filter = "RAW (*.raw)|*.raw|All files (*.*)|*.*"; // // EstateListsTab // this.EstateListsTab.Controls.Add(this.EstateListsGroupsGroup); this.EstateListsTab.Controls.Add(this.EstateListsResidentsGroup); this.EstateListsTab.Controls.Add(this.EstateListGroup); this.EstateListsTab.Location = new System.Drawing.Point(4, 25); this.EstateListsTab.Name = "EstateListsTab"; this.EstateListsTab.Size = new System.Drawing.Size(719, 489); this.EstateListsTab.TabIndex = 6; this.EstateListsTab.Text = "Estate Lists"; this.EstateListsTab.UseVisualStyleBackColor = true; // // EstateListsGroupsGroup // this.EstateListsGroupsGroup.Controls.Add(this.button6); this.EstateListsGroupsGroup.Controls.Add(this.pictureBox10); this.EstateListsGroupsGroup.Controls.Add(this.button7); this.EstateListsGroupsGroup.Controls.Add(this.EstateListsAddGroupBox); this.EstateListsGroupsGroup.Enabled = false; this.EstateListsGroupsGroup.Location = new System.Drawing.Point(367, 374); this.EstateListsGroupsGroup.Name = "EstateListsGroupsGroup"; this.EstateListsGroupsGroup.Size = new System.Drawing.Size(343, 112); this.EstateListsGroupsGroup.TabIndex = 16; this.EstateListsGroupsGroup.TabStop = false; this.EstateListsGroupsGroup.Text = "Groups"; // // button6 // this.button6.Location = new System.Drawing.Point(112, 51); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(118, 23); this.button6.TabIndex = 19; this.button6.Text = "Import From CSV..."; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.RequestEstateListsAddGroupsFromCSV); // // button7 // this.button7.Location = new System.Drawing.Point(236, 51); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(75, 23); this.button7.TabIndex = 1; this.button7.Text = "Add Group"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.RequestEstateListsAddGroup); // // EstateListsAddGroupBox // this.EstateListsAddGroupBox.Location = new System.Drawing.Point(7, 22); this.EstateListsAddGroupBox.Name = "EstateListsAddGroupBox"; this.EstateListsAddGroupBox.Size = new System.Drawing.Size(330, 22); this.EstateListsAddGroupBox.TabIndex = 0; // // EstateListsResidentsGroup // this.EstateListsResidentsGroup.Controls.Add(this.button4); this.EstateListsResidentsGroup.Controls.Add(this.pictureBox11); this.EstateListsResidentsGroup.Controls.Add(this.groupBox15); this.EstateListsResidentsGroup.Controls.Add(this.EstateListsAddResidentButton); this.EstateListsResidentsGroup.Controls.Add(this.groupBox16); this.EstateListsResidentsGroup.Enabled = false; this.EstateListsResidentsGroup.Location = new System.Drawing.Point(9, 373); this.EstateListsResidentsGroup.Name = "EstateListsResidentsGroup"; this.EstateListsResidentsGroup.Size = new System.Drawing.Size(351, 113); this.EstateListsResidentsGroup.TabIndex = 15; this.EstateListsResidentsGroup.TabStop = false; this.EstateListsResidentsGroup.Text = "Residents"; // // button4 // this.button4.Location = new System.Drawing.Point(90, 82); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(118, 23); this.button4.TabIndex = 18; this.button4.Text = "Import From CSV..."; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.RequestEstateListsAddResidentsFromCSV); // // groupBox15 // this.groupBox15.Controls.Add(this.EstateListsResidentFirstName); this.groupBox15.Location = new System.Drawing.Point(6, 21); this.groupBox15.Name = "groupBox15"; this.groupBox15.Size = new System.Drawing.Size(164, 54); this.groupBox15.TabIndex = 12; this.groupBox15.TabStop = false; this.groupBox15.Text = "First Name"; // // EstateListsResidentFirstName // this.EstateListsResidentFirstName.Location = new System.Drawing.Point(6, 21); this.EstateListsResidentFirstName.Name = "EstateListsResidentFirstName"; this.EstateListsResidentFirstName.Size = new System.Drawing.Size(152, 22); this.EstateListsResidentFirstName.TabIndex = 6; // // EstateListsAddResidentButton // this.EstateListsAddResidentButton.Location = new System.Drawing.Point(214, 82); this.EstateListsAddResidentButton.Name = "EstateListsAddResidentButton"; this.EstateListsAddResidentButton.Size = new System.Drawing.Size(100, 23); this.EstateListsAddResidentButton.TabIndex = 3; this.EstateListsAddResidentButton.Text = "Add Resident"; this.EstateListsAddResidentButton.UseVisualStyleBackColor = true; this.EstateListsAddResidentButton.Click += new System.EventHandler(this.RequestEstateListsAddResident); // // groupBox16 // this.groupBox16.Controls.Add(this.EstateListsResidentLastName); this.groupBox16.Location = new System.Drawing.Point(176, 21); this.groupBox16.Name = "groupBox16"; this.groupBox16.Size = new System.Drawing.Size(164, 54); this.groupBox16.TabIndex = 13; this.groupBox16.TabStop = false; this.groupBox16.Text = "Last Name"; // // EstateListsResidentLastName // this.EstateListsResidentLastName.Location = new System.Drawing.Point(6, 21); this.EstateListsResidentLastName.Name = "EstateListsResidentLastName"; this.EstateListsResidentLastName.Size = new System.Drawing.Size(152, 22); this.EstateListsResidentLastName.TabIndex = 6; // // EstateListGroup // this.EstateListGroup.Controls.Add(this.button9); this.EstateListGroup.Controls.Add(this.pictureBox9); this.EstateListGroup.Controls.Add(this.label6); this.EstateListGroup.Controls.Add(this.EstateListFilter); this.EstateListGroup.Controls.Add(this.label5); this.EstateListGroup.Controls.Add(this.EstateListGridView); this.EstateListGroup.Controls.Add(this.RemoveEstateListMemberButton); this.EstateListGroup.Controls.Add(this.EstateListSelectBox); this.EstateListGroup.Controls.Add(this.pictureBox8); this.EstateListGroup.Location = new System.Drawing.Point(3, 3); this.EstateListGroup.Name = "EstateListGroup"; this.EstateListGroup.Size = new System.Drawing.Size(713, 364); this.EstateListGroup.TabIndex = 14; this.EstateListGroup.TabStop = false; this.EstateListGroup.Text = "Estate List"; // // button9 // this.button9.Location = new System.Drawing.Point(600, 334); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(75, 23); this.button9.TabIndex = 16; this.button9.Text = "Export..."; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.RequestExportEstateList); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(6, 338); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(36, 16); this.label6.TabIndex = 14; this.label6.Text = "Filter:"; // // EstateListFilter // this.EstateListFilter.Location = new System.Drawing.Point(44, 335); this.EstateListFilter.Name = "EstateListFilter"; this.EstateListFilter.Size = new System.Drawing.Size(196, 22); this.EstateListFilter.TabIndex = 13; this.EstateListFilter.TextChanged += new System.EventHandler(this.RequestFilterEstateList); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(494, 24); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(63, 16); this.label5.TabIndex = 12; this.label5.Text = "Select List:"; // // EstateListGridView // this.EstateListGridView.AllowUserToAddRows = false; this.EstateListGridView.AllowUserToDeleteRows = false; this.EstateListGridView.AllowUserToOrderColumns = true; this.EstateListGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.EstateListGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.EstateListName, this.EstateListUUID}); this.EstateListGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.EstateListGridView.Location = new System.Drawing.Point(6, 54); this.EstateListGridView.Name = "EstateListGridView"; this.EstateListGridView.ReadOnly = true; this.EstateListGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.EstateListGridView.Size = new System.Drawing.Size(701, 273); this.EstateListGridView.TabIndex = 1; // // EstateListName // this.EstateListName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.EstateListName.HeaderText = "Name"; this.EstateListName.Name = "EstateListName"; this.EstateListName.ReadOnly = true; // // EstateListUUID // this.EstateListUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.EstateListUUID.HeaderText = "UUID"; this.EstateListUUID.Name = "EstateListUUID"; this.EstateListUUID.ReadOnly = true; // // RemoveEstateListMemberButton // this.RemoveEstateListMemberButton.Location = new System.Drawing.Point(494, 334); this.RemoveEstateListMemberButton.Name = "RemoveEstateListMemberButton"; this.RemoveEstateListMemberButton.Size = new System.Drawing.Size(100, 23); this.RemoveEstateListMemberButton.TabIndex = 4; this.RemoveEstateListMemberButton.Text = "Remove"; this.RemoveEstateListMemberButton.UseVisualStyleBackColor = true; this.RemoveEstateListMemberButton.Click += new System.EventHandler(this.RequestRemoveEstateListMember); // // EstateListSelectBox // this.EstateListSelectBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.EstateListSelectBox.FormattingEnabled = true; this.EstateListSelectBox.Items.AddRange(new object[] { "ban", "group", "manager", "user"}); this.EstateListSelectBox.Location = new System.Drawing.Point(560, 20); this.EstateListSelectBox.Name = "EstateListSelectBox"; this.EstateListSelectBox.Size = new System.Drawing.Size(121, 24); this.EstateListSelectBox.TabIndex = 2; this.EstateListSelectBox.SelectedIndexChanged += new System.EventHandler(this.EstateListSelected); // // RegionToolsTerrainToolsGroup // this.RegionToolsTerrainToolsGroup.Controls.Add(this.EstateVariablesGroup); this.RegionToolsTerrainToolsGroup.Controls.Add(this.groupBox13); this.RegionToolsTerrainToolsGroup.Controls.Add(this.EstateTerrainDownloadUploadGroup); this.RegionToolsTerrainToolsGroup.Location = new System.Drawing.Point(125, 15); this.RegionToolsTerrainToolsGroup.Name = "RegionToolsTerrainToolsGroup"; this.RegionToolsTerrainToolsGroup.Size = new System.Drawing.Size(472, 243); this.RegionToolsTerrainToolsGroup.TabIndex = 0; this.RegionToolsTerrainToolsGroup.TabStop = false; this.RegionToolsTerrainToolsGroup.Text = "Terrain Tools"; // // EstateVariablesGroup // this.EstateVariablesGroup.Controls.Add(this.label10); this.EstateVariablesGroup.Controls.Add(this.TerrainToolsSunPositionBox); this.EstateVariablesGroup.Controls.Add(this.TerrainToolsFixedSunBox); this.EstateVariablesGroup.Controls.Add(this.TerrainToolsUseEstateSunBox); this.EstateVariablesGroup.Controls.Add(this.label9); this.EstateVariablesGroup.Controls.Add(this.TerrainToolsTerrainLowerLimitBox); this.EstateVariablesGroup.Controls.Add(this.label8); this.EstateVariablesGroup.Controls.Add(this.TerrainToolsTerrainRaiseLimitBox); this.EstateVariablesGroup.Controls.Add(this.label7); this.EstateVariablesGroup.Controls.Add(this.TerrainToolsWaterHeightBox); this.EstateVariablesGroup.Controls.Add(this.pictureBox19); this.EstateVariablesGroup.Controls.Add(this.SetTerrainVariablesButton); this.EstateVariablesGroup.Location = new System.Drawing.Point(240, 21); this.EstateVariablesGroup.Name = "EstateVariablesGroup"; this.EstateVariablesGroup.Size = new System.Drawing.Size(215, 207); this.EstateVariablesGroup.TabIndex = 15; this.EstateVariablesGroup.TabStop = false; this.EstateVariablesGroup.Text = "Variables"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(83, 152); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(74, 16); this.label10.TabIndex = 3; this.label10.Text = "Sun Position:"; // // TerrainToolsSunPositionBox // this.TerrainToolsSunPositionBox.Location = new System.Drawing.Point(168, 150); this.TerrainToolsSunPositionBox.Name = "TerrainToolsSunPositionBox"; this.TerrainToolsSunPositionBox.Size = new System.Drawing.Size(39, 22); this.TerrainToolsSunPositionBox.TabIndex = 3; // // TerrainToolsFixedSunBox // this.TerrainToolsFixedSunBox.AutoSize = true; this.TerrainToolsFixedSunBox.Location = new System.Drawing.Point(132, 128); this.TerrainToolsFixedSunBox.Name = "TerrainToolsFixedSunBox"; this.TerrainToolsFixedSunBox.Size = new System.Drawing.Size(75, 20); this.TerrainToolsFixedSunBox.TabIndex = 3; this.TerrainToolsFixedSunBox.Text = "Fixed Sun"; this.TerrainToolsFixedSunBox.UseVisualStyleBackColor = true; // // TerrainToolsUseEstateSunBox // this.TerrainToolsUseEstateSunBox.AutoSize = true; this.TerrainToolsUseEstateSunBox.Location = new System.Drawing.Point(107, 102); this.TerrainToolsUseEstateSunBox.Name = "TerrainToolsUseEstateSunBox"; this.TerrainToolsUseEstateSunBox.Size = new System.Drawing.Size(100, 20); this.TerrainToolsUseEstateSunBox.TabIndex = 3; this.TerrainToolsUseEstateSunBox.Text = "Use Estate Sun"; this.TerrainToolsUseEstateSunBox.UseVisualStyleBackColor = true; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(50, 76); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(109, 16); this.label9.TabIndex = 19; this.label9.Text = "Terrain Lower Limit:"; // // TerrainToolsTerrainLowerLimitBox // this.TerrainToolsTerrainLowerLimitBox.Location = new System.Drawing.Point(168, 74); this.TerrainToolsTerrainLowerLimitBox.Name = "TerrainToolsTerrainLowerLimitBox"; this.TerrainToolsTerrainLowerLimitBox.Size = new System.Drawing.Size(39, 22); this.TerrainToolsTerrainLowerLimitBox.TabIndex = 18; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(57, 48); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(102, 16); this.label8.TabIndex = 17; this.label8.Text = "Terrain Raise Limit:"; // // TerrainToolsTerrainRaiseLimitBox // this.TerrainToolsTerrainRaiseLimitBox.Location = new System.Drawing.Point(168, 46); this.TerrainToolsTerrainRaiseLimitBox.Name = "TerrainToolsTerrainRaiseLimitBox"; this.TerrainToolsTerrainRaiseLimitBox.Size = new System.Drawing.Size(39, 22); this.TerrainToolsTerrainRaiseLimitBox.TabIndex = 16; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(83, 19); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(76, 16); this.label7.TabIndex = 15; this.label7.Text = "Water Height:"; // // TerrainToolsWaterHeightBox // this.TerrainToolsWaterHeightBox.Location = new System.Drawing.Point(168, 18); this.TerrainToolsWaterHeightBox.Name = "TerrainToolsWaterHeightBox"; this.TerrainToolsWaterHeightBox.Size = new System.Drawing.Size(39, 22); this.TerrainToolsWaterHeightBox.TabIndex = 14; // // SetTerrainVariablesButton // this.SetTerrainVariablesButton.Location = new System.Drawing.Point(86, 178); this.SetTerrainVariablesButton.Name = "SetTerrainVariablesButton"; this.SetTerrainVariablesButton.Size = new System.Drawing.Size(95, 23); this.SetTerrainVariablesButton.TabIndex = 0; this.SetTerrainVariablesButton.Text = "Set Variables"; this.SetTerrainVariablesButton.UseVisualStyleBackColor = true; this.SetTerrainVariablesButton.Click += new System.EventHandler(this.RequestSetVariables); // // groupBox13 // this.groupBox13.Controls.Add(this.RipTerrainButton); this.groupBox13.Controls.Add(this.pictureBox5); this.groupBox13.Location = new System.Drawing.Point(6, 110); this.groupBox13.Name = "groupBox13"; this.groupBox13.Size = new System.Drawing.Size(216, 56); this.groupBox13.TabIndex = 14; this.groupBox13.TabStop = false; this.groupBox13.Text = "Override"; // // RipTerrainButton // this.RipTerrainButton.Location = new System.Drawing.Point(88, 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); // // EstateTerrainDownloadUploadGroup // this.EstateTerrainDownloadUploadGroup.Controls.Add(this.DownloadTerrainButton); this.EstateTerrainDownloadUploadGroup.Controls.Add(this.pictureBox7); this.EstateTerrainDownloadUploadGroup.Controls.Add(this.pictureBox4); this.EstateTerrainDownloadUploadGroup.Controls.Add(this.UploadTerrainButton); this.EstateTerrainDownloadUploadGroup.Enabled = false; this.EstateTerrainDownloadUploadGroup.Location = new System.Drawing.Point(6, 21); this.EstateTerrainDownloadUploadGroup.Name = "EstateTerrainDownloadUploadGroup"; this.EstateTerrainDownloadUploadGroup.Size = new System.Drawing.Size(216, 83); this.EstateTerrainDownloadUploadGroup.TabIndex = 13; this.EstateTerrainDownloadUploadGroup.TabStop = false; this.EstateTerrainDownloadUploadGroup.Text = "Estate"; // // DownloadTerrainButton // this.DownloadTerrainButton.Location = new System.Drawing.Point(61, 21); this.DownloadTerrainButton.Name = "DownloadTerrainButton"; this.DownloadTerrainButton.Size = new System.Drawing.Size(121, 23); this.DownloadTerrainButton.TabIndex = 0; this.DownloadTerrainButton.Text = "Download Terrain..."; this.DownloadTerrainButton.UseVisualStyleBackColor = true; this.DownloadTerrainButton.Click += new System.EventHandler(this.RequestDownloadTerrain); // // UploadTerrainButton // this.UploadTerrainButton.Location = new System.Drawing.Point(80, 50); this.UploadTerrainButton.Name = "UploadTerrainButton"; this.UploadTerrainButton.Size = new System.Drawing.Size(102, 23); this.UploadTerrainButton.TabIndex = 2; this.UploadTerrainButton.Text = "Upload Terrain..."; this.UploadTerrainButton.UseVisualStyleBackColor = true; this.UploadTerrainButton.Click += new System.EventHandler(this.RequestUploadTerrain); // // EstateTopTab // this.EstateTopTab.Controls.Add(this.groupBox14); this.EstateTopTab.Controls.Add(this.groupBox12); this.EstateTopTab.Location = new System.Drawing.Point(4, 25); this.EstateTopTab.Name = "EstateTopTab"; this.EstateTopTab.Size = new System.Drawing.Size(719, 489); this.EstateTopTab.TabIndex = 1; this.EstateTopTab.Text = "Estate Top"; this.EstateTopTab.UseVisualStyleBackColor = true; // // groupBox14 // this.groupBox14.Controls.Add(this.pictureBox16); this.groupBox14.Controls.Add(this.label2); this.groupBox14.Controls.Add(this.TopCollidersFilter); this.groupBox14.Controls.Add(this.ReturnTopCollidersButton); this.groupBox14.Controls.Add(this.button5); this.groupBox14.Controls.Add(this.TopCollidersGridView); this.groupBox14.Location = new System.Drawing.Point(7, 265); this.groupBox14.Name = "groupBox14"; this.groupBox14.Size = new System.Drawing.Size(709, 221); this.groupBox14.TabIndex = 9; this.groupBox14.TabStop = false; this.groupBox14.Text = "Top Colliders"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(8, 193); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(36, 16); this.label2.TabIndex = 13; this.label2.Text = "Filter:"; // // TopCollidersFilter // this.TopCollidersFilter.Location = new System.Drawing.Point(46, 190); this.TopCollidersFilter.Name = "TopCollidersFilter"; this.TopCollidersFilter.Size = new System.Drawing.Size(196, 22); this.TopCollidersFilter.TabIndex = 12; this.TopCollidersFilter.TextChanged += new System.EventHandler(this.RequestFilterTopColliders); // // ReturnTopCollidersButton // this.ReturnTopCollidersButton.Location = new System.Drawing.Point(503, 189); this.ReturnTopCollidersButton.Name = "ReturnTopCollidersButton"; this.ReturnTopCollidersButton.Size = new System.Drawing.Size(86, 23); this.ReturnTopCollidersButton.TabIndex = 11; 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(595, 189); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 10; 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(6, 21); this.TopCollidersGridView.Name = "TopCollidersGridView"; this.TopCollidersGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.TopCollidersGridView.Size = new System.Drawing.Size(698, 162); this.TopCollidersGridView.TabIndex = 1; // // 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"; // // groupBox12 // this.groupBox12.Controls.Add(this.pictureBox15); this.groupBox12.Controls.Add(this.TopScriptsGridView); this.groupBox12.Controls.Add(this.ReturnTopScriptsButton); this.groupBox12.Controls.Add(this.label1); this.groupBox12.Controls.Add(this.button3); this.groupBox12.Controls.Add(this.TopScriptsFilter); this.groupBox12.Location = new System.Drawing.Point(7, 4); this.groupBox12.Name = "groupBox12"; this.groupBox12.Size = new System.Drawing.Size(702, 255); this.groupBox12.TabIndex = 8; this.groupBox12.TabStop = false; this.groupBox12.Text = "Top Scripts"; // // 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(6, 21); this.TopScriptsGridView.Name = "TopScriptsGridView"; this.TopScriptsGridView.ReadOnly = true; this.TopScriptsGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.TopScriptsGridView.Size = new System.Drawing.Size(690, 199); 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; // // ReturnTopScriptsButton // this.ReturnTopScriptsButton.Location = new System.Drawing.Point(503, 226); 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); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(5, 230); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(36, 16); this.label1.TabIndex = 7; this.label1.Text = "Filter:"; // // button3 // this.button3.Location = new System.Drawing.Point(595, 226); 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); // // TopScriptsFilter // this.TopScriptsFilter.Location = new System.Drawing.Point(43, 227); 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); // // 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(719, 489); 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(187, 458); 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.AcceptsReturn = true; this.RegionRestartDelayBox.Location = new System.Drawing.Point(270, 455); this.RegionRestartDelayBox.Name = "RegionRestartDelayBox"; this.RegionRestartDelayBox.Size = new System.Drawing.Size(72, 22); this.RegionRestartDelayBox.TabIndex = 12; // // BatchRestartButton // this.BatchRestartButton.Location = new System.Drawing.Point(348, 455); 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(712, 441); 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; // // ResidentListTab // this.ResidentListTab.Controls.Add(this.ResidentListTeleportHomeGroup); 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(719, 489); this.ResidentListTab.TabIndex = 4; this.ResidentListTab.Text = "Resident List"; this.ResidentListTab.UseVisualStyleBackColor = true; // // ResidentListTeleportHomeGroup // this.ResidentListTeleportHomeGroup.Controls.Add(this.pictureBox18); this.ResidentListTeleportHomeGroup.Controls.Add(this.button1); this.ResidentListTeleportHomeGroup.Location = new System.Drawing.Point(374, 426); this.ResidentListTeleportHomeGroup.Name = "ResidentListTeleportHomeGroup"; this.ResidentListTeleportHomeGroup.Size = new System.Drawing.Size(132, 60); this.ResidentListTeleportHomeGroup.TabIndex = 11; this.ResidentListTeleportHomeGroup.TabStop = false; this.ResidentListTeleportHomeGroup.Text = "Teleport Home"; // // button1 // this.button1.Location = new System.Drawing.Point(6, 20); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(92, 23); this.button1.TabIndex = 0; this.button1.Text = "Teleport Home"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.RequestTeleportHome); // // ResidentListBanGroup // this.ResidentListBanGroup.Controls.Add(this.pictureBox17); this.ResidentListBanGroup.Controls.Add(this.ResidentBanAllEstatesBox); this.ResidentListBanGroup.Controls.Add(this.ResidentBanButton); this.ResidentListBanGroup.Enabled = false; this.ResidentListBanGroup.Location = new System.Drawing.Point(512, 426); this.ResidentListBanGroup.Name = "ResidentListBanGroup"; this.ResidentListBanGroup.Size = new System.Drawing.Size(204, 60); 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(6, 24); 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(91, 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, 429); 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, 426); 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(712, 416); 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; // // 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(719, 489); 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(712, 482); 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; // // OverviewTab // this.OverviewTab.Controls.Add(this.CorradePollTimeDial); this.OverviewTab.Controls.Add(this.groupBox24); this.OverviewTab.Controls.Add(this.groupBox17); this.OverviewTab.Controls.Add(this.groupBox11); this.OverviewTab.Controls.Add(this.groupBox2); this.OverviewTab.Controls.Add(this.groupBox1); 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.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(719, 489); this.OverviewTab.TabIndex = 0; this.OverviewTab.Text = "Overview"; this.OverviewTab.UseVisualStyleBackColor = true; // // CorradePollTimeDial // this.CorradePollTimeDial.BackColor = System.Drawing.Color.Transparent; this.CorradePollTimeDial.DialColor = System.Drawing.Color.LightYellow; this.CorradePollTimeDial.DialText = "Poll (s)"; this.CorradePollTimeDial.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CorradePollTimeDial.Glossiness = 0F; this.CorradePollTimeDial.Location = new System.Drawing.Point(518, 333); this.CorradePollTimeDial.MaxValue = 5F; this.CorradePollTimeDial.MinValue = 0F; this.CorradePollTimeDial.Name = "CorradePollTimeDial"; this.CorradePollTimeDial.NoOfDivisions = 5; this.CorradePollTimeDial.NoOfSubDivisions = 4; this.CorradePollTimeDial.RecommendedValue = 0F; this.CorradePollTimeDial.Size = new System.Drawing.Size(150, 150); this.CorradePollTimeDial.TabIndex = 15; this.CorradePollTimeDial.ThresholdPercent = 20F; this.CorradePollTimeDial.Value = 0F; // // groupBox24 // this.groupBox24.Controls.Add(this.NetTime); this.groupBox24.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox24.Location = new System.Drawing.Point(596, 281); this.groupBox24.Name = "groupBox24"; this.groupBox24.Size = new System.Drawing.Size(107, 49); this.groupBox24.TabIndex = 14; this.groupBox24.TabStop = false; this.groupBox24.Text = "Net Time"; // // NetTime // this.NetTime.AutoSize = true; this.NetTime.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NetTime.Location = new System.Drawing.Point(12, 21); this.NetTime.Name = "NetTime"; this.NetTime.Size = new System.Drawing.Size(32, 18); this.NetTime.TabIndex = 0; this.NetTime.Text = " "; // // groupBox17 // this.groupBox17.Controls.Add(this.PhysicsTime); this.groupBox17.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox17.Location = new System.Drawing.Point(483, 281); this.groupBox17.Name = "groupBox17"; this.groupBox17.Size = new System.Drawing.Size(107, 49); this.groupBox17.TabIndex = 13; this.groupBox17.TabStop = false; this.groupBox17.Text = "Physics Time"; // // PhysicsTime // this.PhysicsTime.AutoSize = true; this.PhysicsTime.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PhysicsTime.Location = new System.Drawing.Point(12, 21); this.PhysicsTime.Name = "PhysicsTime"; this.PhysicsTime.Size = new System.Drawing.Size(32, 18); this.PhysicsTime.TabIndex = 0; this.PhysicsTime.Text = " "; // // groupBox11 // this.groupBox11.Controls.Add(this.ScriptedObjects); this.groupBox11.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox11.Location = new System.Drawing.Point(483, 6); this.groupBox11.Name = "groupBox11"; this.groupBox11.Size = new System.Drawing.Size(107, 49); this.groupBox11.TabIndex = 12; this.groupBox11.TabStop = false; this.groupBox11.Text = "Scripted Objects"; // // ScriptedObjects // this.ScriptedObjects.AutoSize = true; this.ScriptedObjects.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ScriptedObjects.Location = new System.Drawing.Point(12, 21); this.ScriptedObjects.Name = "ScriptedObjects"; this.ScriptedObjects.Size = new System.Drawing.Size(32, 18); this.ScriptedObjects.TabIndex = 10; this.ScriptedObjects.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(596, 226); 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 = " "; // // groupBox1 // this.groupBox1.Controls.Add(this.FrameTime); this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(483, 171); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(107, 49); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; this.groupBox1.Text = "Frame Time"; // // FrameTime // this.FrameTime.AutoSize = true; this.FrameTime.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FrameTime.Location = new System.Drawing.Point(12, 21); this.FrameTime.Name = "FrameTime"; this.FrameTime.Size = new System.Drawing.Size(32, 18); this.FrameTime.TabIndex = 0; this.FrameTime.Text = " "; // // 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(462, 476); this.groupBox10.TabIndex = 9; this.groupBox10.TabStop = false; this.groupBox10.Text = "Map"; // // RegionAvatarsMap // this.RegionAvatarsMap.BackColor = System.Drawing.Color.Black; this.RegionAvatarsMap.Dock = System.Windows.Forms.DockStyle.Fill; this.RegionAvatarsMap.Location = new System.Drawing.Point(3, 18); this.RegionAvatarsMap.Name = "RegionAvatarsMap"; this.RegionAvatarsMap.Size = new System.Drawing.Size(456, 455); 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(596, 6); 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(596, 116); 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(483, 116); 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(596, 61); 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(483, 61); 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(596, 171); 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(483, 226); 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 = " "; // // Tabs // this.Tabs.Controls.Add(this.OverviewTab); this.Tabs.Controls.Add(this.ResidentListTab); this.Tabs.Controls.Add(this.RegionsStateTab); this.Tabs.Controls.Add(this.BatchRestartTab); this.Tabs.Controls.Add(this.EstateTopTab); this.Tabs.Controls.Add(this.EstateListsTab); this.Tabs.Controls.Add(this.EstateTexturesTab); this.Tabs.Controls.Add(this.RegionToolsTab); this.Tabs.Controls.Add(this.SetCovenantTab); 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(727, 518); this.Tabs.TabIndex = 1; this.Tabs.SelectedIndexChanged += new System.EventHandler(this.RequestTabsChanged); this.Tabs.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.RequestSelecting); // // EstateTexturesTab // this.EstateTexturesTab.Controls.Add(this.GroundTexturesGroup); this.EstateTexturesTab.Location = new System.Drawing.Point(4, 25); this.EstateTexturesTab.Name = "EstateTexturesTab"; this.EstateTexturesTab.Size = new System.Drawing.Size(719, 489); this.EstateTexturesTab.TabIndex = 8; this.EstateTexturesTab.Text = "Ground Textures"; this.EstateTexturesTab.UseVisualStyleBackColor = true; // // GroundTexturesGroup // this.GroundTexturesGroup.Controls.Add(this.pictureBox12); this.GroundTexturesGroup.Controls.Add(this.groupBox22); this.GroundTexturesGroup.Controls.Add(this.groupBox23); this.GroundTexturesGroup.Controls.Add(this.groupBox21); this.GroundTexturesGroup.Controls.Add(this.groupBox20); this.GroundTexturesGroup.Location = new System.Drawing.Point(6, 3); this.GroundTexturesGroup.Name = "GroundTexturesGroup"; this.GroundTexturesGroup.Size = new System.Drawing.Size(710, 483); this.GroundTexturesGroup.TabIndex = 9; this.GroundTexturesGroup.TabStop = false; this.GroundTexturesGroup.Text = "Current Region Ground Textures"; // // groupBox22 // this.groupBox22.Controls.Add(this.RegionTexturesHighUUIDApplyBox); this.groupBox22.Controls.Add(this.RegionTexturesHighUUIDApplyButton); this.groupBox22.Controls.Add(this.button13); this.groupBox22.Controls.Add(this.RegionTexturesHighUUIDBox); this.groupBox22.Controls.Add(this.RegionTexturesHighPictureBox); this.groupBox22.Location = new System.Drawing.Point(368, 262); this.groupBox22.Name = "groupBox22"; this.groupBox22.Size = new System.Drawing.Size(328, 215); this.groupBox22.TabIndex = 8; this.groupBox22.TabStop = false; this.groupBox22.Text = "High"; // // RegionTexturesHighUUIDApplyBox // this.RegionTexturesHighUUIDApplyBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RegionTexturesHighUUIDApplyBox.Location = new System.Drawing.Point(6, 186); this.RegionTexturesHighUUIDApplyBox.Name = "RegionTexturesHighUUIDApplyBox"; this.RegionTexturesHighUUIDApplyBox.Size = new System.Drawing.Size(232, 20); this.RegionTexturesHighUUIDApplyBox.TabIndex = 10; // // RegionTexturesHighUUIDApplyButton // this.RegionTexturesHighUUIDApplyButton.Location = new System.Drawing.Point(244, 184); this.RegionTexturesHighUUIDApplyButton.Name = "RegionTexturesHighUUIDApplyButton"; this.RegionTexturesHighUUIDApplyButton.Size = new System.Drawing.Size(75, 23); this.RegionTexturesHighUUIDApplyButton.TabIndex = 6; this.RegionTexturesHighUUIDApplyButton.Text = "Apply"; this.RegionTexturesHighUUIDApplyButton.UseVisualStyleBackColor = true; // // button13 // this.button13.Location = new System.Drawing.Point(244, 155); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(75, 23); this.button13.TabIndex = 6; this.button13.Tag = "High"; this.button13.Text = "Download..."; this.button13.UseVisualStyleBackColor = true; this.button13.Click += new System.EventHandler(this.RequestDownloadRegionTexture); // // RegionTexturesHighUUIDBox // this.RegionTexturesHighUUIDBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RegionTexturesHighUUIDBox.Location = new System.Drawing.Point(6, 155); this.RegionTexturesHighUUIDBox.Name = "RegionTexturesHighUUIDBox"; this.RegionTexturesHighUUIDBox.Size = new System.Drawing.Size(232, 20); this.RegionTexturesHighUUIDBox.TabIndex = 3; // // RegionTexturesHighPictureBox // this.RegionTexturesHighPictureBox.BackColor = System.Drawing.Color.Black; this.RegionTexturesHighPictureBox.Location = new System.Drawing.Point(13, 21); this.RegionTexturesHighPictureBox.Name = "RegionTexturesHighPictureBox"; this.RegionTexturesHighPictureBox.Size = new System.Drawing.Size(128, 128); this.RegionTexturesHighPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.RegionTexturesHighPictureBox.TabIndex = 2; this.RegionTexturesHighPictureBox.TabStop = false; // // groupBox23 // this.groupBox23.Controls.Add(this.RegionTexturesLowUUIDApplyBox); this.groupBox23.Controls.Add(this.RegionTexturesLowUUIDApplyButton); this.groupBox23.Controls.Add(this.button10); this.groupBox23.Controls.Add(this.RegionTexturesLowUUIDBox); this.groupBox23.Controls.Add(this.RegionTexturesLowPictureBox); this.groupBox23.Location = new System.Drawing.Point(14, 41); this.groupBox23.Name = "groupBox23"; this.groupBox23.Size = new System.Drawing.Size(319, 215); this.groupBox23.TabIndex = 5; this.groupBox23.TabStop = false; this.groupBox23.Text = "Low"; // // RegionTexturesLowUUIDApplyBox // this.RegionTexturesLowUUIDApplyBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RegionTexturesLowUUIDApplyBox.Location = new System.Drawing.Point(6, 181); this.RegionTexturesLowUUIDApplyBox.Name = "RegionTexturesLowUUIDApplyBox"; this.RegionTexturesLowUUIDApplyBox.Size = new System.Drawing.Size(226, 20); this.RegionTexturesLowUUIDApplyBox.TabIndex = 8; // // RegionTexturesLowUUIDApplyButton // this.RegionTexturesLowUUIDApplyButton.Location = new System.Drawing.Point(238, 181); this.RegionTexturesLowUUIDApplyButton.Name = "RegionTexturesLowUUIDApplyButton"; this.RegionTexturesLowUUIDApplyButton.Size = new System.Drawing.Size(75, 23); this.RegionTexturesLowUUIDApplyButton.TabIndex = 6; this.RegionTexturesLowUUIDApplyButton.Text = "Apply"; this.RegionTexturesLowUUIDApplyButton.UseVisualStyleBackColor = true; this.RegionTexturesLowUUIDApplyButton.Click += new System.EventHandler(this.RequestEstateTexturesApply); // // button10 // this.button10.Location = new System.Drawing.Point(238, 152); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(75, 23); this.button10.TabIndex = 6; this.button10.Tag = "Low"; this.button10.Text = "Download..."; this.button10.UseVisualStyleBackColor = true; this.button10.Click += new System.EventHandler(this.RequestDownloadRegionTexture); // // RegionTexturesLowUUIDBox // this.RegionTexturesLowUUIDBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RegionTexturesLowUUIDBox.Location = new System.Drawing.Point(8, 155); this.RegionTexturesLowUUIDBox.Name = "RegionTexturesLowUUIDBox"; this.RegionTexturesLowUUIDBox.Size = new System.Drawing.Size(224, 20); this.RegionTexturesLowUUIDBox.TabIndex = 3; // // RegionTexturesLowPictureBox // this.RegionTexturesLowPictureBox.BackColor = System.Drawing.Color.Black; this.RegionTexturesLowPictureBox.Location = new System.Drawing.Point(17, 21); this.RegionTexturesLowPictureBox.Name = "RegionTexturesLowPictureBox"; this.RegionTexturesLowPictureBox.Size = new System.Drawing.Size(128, 128); this.RegionTexturesLowPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.RegionTexturesLowPictureBox.TabIndex = 2; this.RegionTexturesLowPictureBox.TabStop = false; // // groupBox21 // this.groupBox21.Controls.Add(this.RegionTexturesMiddleHighUUIDApplyBox); this.groupBox21.Controls.Add(this.RegionTexturesMiddleHighUUIDApplyButton); this.groupBox21.Controls.Add(this.button11); this.groupBox21.Controls.Add(this.RegionTexturesMiddleHighUUIDBox); this.groupBox21.Controls.Add(this.RegionTexturesMiddleHighPictureBox); this.groupBox21.Location = new System.Drawing.Point(14, 262); this.groupBox21.Name = "groupBox21"; this.groupBox21.Size = new System.Drawing.Size(319, 215); this.groupBox21.TabIndex = 7; this.groupBox21.TabStop = false; this.groupBox21.Text = "Middle High"; // // RegionTexturesMiddleHighUUIDApplyBox // this.RegionTexturesMiddleHighUUIDApplyBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RegionTexturesMiddleHighUUIDApplyBox.Location = new System.Drawing.Point(6, 185); this.RegionTexturesMiddleHighUUIDApplyBox.Name = "RegionTexturesMiddleHighUUIDApplyBox"; this.RegionTexturesMiddleHighUUIDApplyBox.Size = new System.Drawing.Size(226, 20); this.RegionTexturesMiddleHighUUIDApplyBox.TabIndex = 7; // // RegionTexturesMiddleHighUUIDApplyButton // this.RegionTexturesMiddleHighUUIDApplyButton.Location = new System.Drawing.Point(238, 183); this.RegionTexturesMiddleHighUUIDApplyButton.Name = "RegionTexturesMiddleHighUUIDApplyButton"; this.RegionTexturesMiddleHighUUIDApplyButton.Size = new System.Drawing.Size(75, 23); this.RegionTexturesMiddleHighUUIDApplyButton.TabIndex = 6; this.RegionTexturesMiddleHighUUIDApplyButton.Text = "Apply"; this.RegionTexturesMiddleHighUUIDApplyButton.UseVisualStyleBackColor = true; // // button11 // this.button11.Location = new System.Drawing.Point(238, 153); this.button11.Name = "button11"; this.button11.Size = new System.Drawing.Size(75, 23); this.button11.TabIndex = 6; this.button11.Tag = "MiddleHigh"; this.button11.Text = "Download..."; this.button11.UseVisualStyleBackColor = true; this.button11.Click += new System.EventHandler(this.RequestDownloadRegionTexture); // // RegionTexturesMiddleHighUUIDBox // this.RegionTexturesMiddleHighUUIDBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RegionTexturesMiddleHighUUIDBox.Location = new System.Drawing.Point(6, 155); this.RegionTexturesMiddleHighUUIDBox.Name = "RegionTexturesMiddleHighUUIDBox"; this.RegionTexturesMiddleHighUUIDBox.Size = new System.Drawing.Size(226, 20); this.RegionTexturesMiddleHighUUIDBox.TabIndex = 3; // // RegionTexturesMiddleHighPictureBox // this.RegionTexturesMiddleHighPictureBox.BackColor = System.Drawing.Color.Black; this.RegionTexturesMiddleHighPictureBox.Location = new System.Drawing.Point(17, 21); this.RegionTexturesMiddleHighPictureBox.Name = "RegionTexturesMiddleHighPictureBox"; this.RegionTexturesMiddleHighPictureBox.Size = new System.Drawing.Size(128, 128); this.RegionTexturesMiddleHighPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.RegionTexturesMiddleHighPictureBox.TabIndex = 2; this.RegionTexturesMiddleHighPictureBox.TabStop = false; // // groupBox20 // this.groupBox20.Controls.Add(this.RegionTexturesMiddleLowUUIDApplyBox); this.groupBox20.Controls.Add(this.RegionTexturesMiddleLowUUIDApplyButton); this.groupBox20.Controls.Add(this.button8); this.groupBox20.Controls.Add(this.RegionTexturesMiddleLowUUIDBox); this.groupBox20.Controls.Add(this.RegionTexturesMiddleLowPictureBox); this.groupBox20.Location = new System.Drawing.Point(368, 41); this.groupBox20.Name = "groupBox20"; this.groupBox20.Size = new System.Drawing.Size(328, 215); this.groupBox20.TabIndex = 6; this.groupBox20.TabStop = false; this.groupBox20.Text = "Middle Low"; // // RegionTexturesMiddleLowUUIDApplyBox // this.RegionTexturesMiddleLowUUIDApplyBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RegionTexturesMiddleLowUUIDApplyBox.Location = new System.Drawing.Point(6, 181); this.RegionTexturesMiddleLowUUIDApplyBox.Name = "RegionTexturesMiddleLowUUIDApplyBox"; this.RegionTexturesMiddleLowUUIDApplyBox.Size = new System.Drawing.Size(226, 20); this.RegionTexturesMiddleLowUUIDApplyBox.TabIndex = 9; // // RegionTexturesMiddleLowUUIDApplyButton // this.RegionTexturesMiddleLowUUIDApplyButton.Location = new System.Drawing.Point(241, 181); this.RegionTexturesMiddleLowUUIDApplyButton.Name = "RegionTexturesMiddleLowUUIDApplyButton"; this.RegionTexturesMiddleLowUUIDApplyButton.Size = new System.Drawing.Size(75, 23); this.RegionTexturesMiddleLowUUIDApplyButton.TabIndex = 6; this.RegionTexturesMiddleLowUUIDApplyButton.Text = "Apply"; this.RegionTexturesMiddleLowUUIDApplyButton.UseVisualStyleBackColor = true; // // button8 // this.button8.Location = new System.Drawing.Point(241, 153); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(75, 23); this.button8.TabIndex = 6; this.button8.Tag = "MiddleLow"; this.button8.Text = "Download..."; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.RequestDownloadRegionTexture); // // RegionTexturesMiddleLowUUIDBox // this.RegionTexturesMiddleLowUUIDBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RegionTexturesMiddleLowUUIDBox.Location = new System.Drawing.Point(6, 155); this.RegionTexturesMiddleLowUUIDBox.Name = "RegionTexturesMiddleLowUUIDBox"; this.RegionTexturesMiddleLowUUIDBox.Size = new System.Drawing.Size(226, 20); this.RegionTexturesMiddleLowUUIDBox.TabIndex = 3; // // RegionTexturesMiddleLowPictureBox // this.RegionTexturesMiddleLowPictureBox.BackColor = System.Drawing.Color.Black; this.RegionTexturesMiddleLowPictureBox.Location = new System.Drawing.Point(13, 21); this.RegionTexturesMiddleLowPictureBox.Name = "RegionTexturesMiddleLowPictureBox"; this.RegionTexturesMiddleLowPictureBox.Size = new System.Drawing.Size(128, 128); this.RegionTexturesMiddleLowPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.RegionTexturesMiddleLowPictureBox.TabIndex = 2; this.RegionTexturesMiddleLowPictureBox.TabStop = false; // // RegionToolsTab // this.RegionToolsTab.Controls.Add(this.RegionToolsRegionInfoGroup); this.RegionToolsTab.Controls.Add(this.RegionToolsTerrainToolsGroup); this.RegionToolsTab.Controls.Add(this.RegionToolsRegionDebugGroup); this.RegionToolsTab.Location = new System.Drawing.Point(4, 25); this.RegionToolsTab.Name = "RegionToolsTab"; this.RegionToolsTab.Size = new System.Drawing.Size(719, 489); this.RegionToolsTab.TabIndex = 7; this.RegionToolsTab.Text = "Region Tools"; this.RegionToolsTab.UseVisualStyleBackColor = true; // // RegionToolsRegionInfoGroup // this.RegionToolsRegionInfoGroup.Controls.Add(this.pictureBox13); this.RegionToolsRegionInfoGroup.Controls.Add(this.RegionInfoMatureBox); this.RegionToolsRegionInfoGroup.Controls.Add(this.groupBox19); this.RegionToolsRegionInfoGroup.Controls.Add(this.groupBox18); this.RegionToolsRegionInfoGroup.Controls.Add(this.RegionInfoParcelBox); this.RegionToolsRegionInfoGroup.Controls.Add(this.RegionInfoTerraformBox); this.RegionToolsRegionInfoGroup.Controls.Add(this.RegionInfoPushBox); this.RegionToolsRegionInfoGroup.Controls.Add(this.RegioninfoResellBox); this.RegionToolsRegionInfoGroup.Controls.Add(this.RegionInfoDamageBox); this.RegionToolsRegionInfoGroup.Controls.Add(this.RegionInfoFlyBox); this.RegionToolsRegionInfoGroup.Controls.Add(this.ApplyRegionInfoButton); this.RegionToolsRegionInfoGroup.Enabled = false; this.RegionToolsRegionInfoGroup.Location = new System.Drawing.Point(125, 264); this.RegionToolsRegionInfoGroup.Name = "RegionToolsRegionInfoGroup"; this.RegionToolsRegionInfoGroup.Size = new System.Drawing.Size(460, 122); this.RegionToolsRegionInfoGroup.TabIndex = 2; this.RegionToolsRegionInfoGroup.TabStop = false; this.RegionToolsRegionInfoGroup.Text = "Set Region Info"; // // RegionInfoMatureBox // this.RegionInfoMatureBox.AutoSize = true; this.RegionInfoMatureBox.Location = new System.Drawing.Point(225, 30); this.RegionInfoMatureBox.Name = "RegionInfoMatureBox"; this.RegionInfoMatureBox.Size = new System.Drawing.Size(62, 20); this.RegionInfoMatureBox.TabIndex = 9; this.RegionInfoMatureBox.Text = "Mature"; this.RegionInfoMatureBox.UseVisualStyleBackColor = true; // // groupBox19 // this.groupBox19.Controls.Add(this.RegionInfoAgentLimitBox); this.groupBox19.Location = new System.Drawing.Point(63, 56); this.groupBox19.Name = "groupBox19"; this.groupBox19.Size = new System.Drawing.Size(137, 56); this.groupBox19.TabIndex = 8; this.groupBox19.TabStop = false; this.groupBox19.Text = "Agent Limit"; // // RegionInfoAgentLimitBox // this.RegionInfoAgentLimitBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RegionInfoAgentLimitBox.Location = new System.Drawing.Point(6, 21); this.RegionInfoAgentLimitBox.Name = "RegionInfoAgentLimitBox"; this.RegionInfoAgentLimitBox.Size = new System.Drawing.Size(121, 20); this.RegionInfoAgentLimitBox.TabIndex = 0; // // groupBox18 // this.groupBox18.Controls.Add(this.RegionInfoObjectBonusBox); this.groupBox18.Location = new System.Drawing.Point(206, 56); this.groupBox18.Name = "groupBox18"; this.groupBox18.Size = new System.Drawing.Size(138, 56); this.groupBox18.TabIndex = 7; this.groupBox18.TabStop = false; this.groupBox18.Text = "Object Bonus"; // // RegionInfoObjectBonusBox // this.RegionInfoObjectBonusBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.RegionInfoObjectBonusBox.Location = new System.Drawing.Point(6, 23); this.RegionInfoObjectBonusBox.Name = "RegionInfoObjectBonusBox"; this.RegionInfoObjectBonusBox.Size = new System.Drawing.Size(121, 20); this.RegionInfoObjectBonusBox.TabIndex = 0; // // RegionInfoParcelBox // this.RegionInfoParcelBox.AutoSize = true; this.RegionInfoParcelBox.Location = new System.Drawing.Point(350, 30); this.RegionInfoParcelBox.Name = "RegionInfoParcelBox"; this.RegionInfoParcelBox.Size = new System.Drawing.Size(58, 20); this.RegionInfoParcelBox.TabIndex = 6; this.RegionInfoParcelBox.Text = "Parcel"; this.RegionInfoParcelBox.UseVisualStyleBackColor = true; // // RegionInfoTerraformBox // this.RegionInfoTerraformBox.AutoSize = true; this.RegionInfoTerraformBox.Location = new System.Drawing.Point(6, 30); this.RegionInfoTerraformBox.Name = "RegionInfoTerraformBox"; this.RegionInfoTerraformBox.Size = new System.Drawing.Size(75, 20); this.RegionInfoTerraformBox.TabIndex = 5; this.RegionInfoTerraformBox.Text = "Terraform"; this.RegionInfoTerraformBox.UseVisualStyleBackColor = true; // // RegionInfoPushBox // this.RegionInfoPushBox.AutoSize = true; this.RegionInfoPushBox.Location = new System.Drawing.Point(293, 30); this.RegionInfoPushBox.Name = "RegionInfoPushBox"; this.RegionInfoPushBox.Size = new System.Drawing.Size(51, 20); this.RegionInfoPushBox.TabIndex = 4; this.RegionInfoPushBox.Text = "Push"; this.RegionInfoPushBox.UseVisualStyleBackColor = true; // // RegioninfoResellBox // this.RegioninfoResellBox.AutoSize = true; this.RegioninfoResellBox.Location = new System.Drawing.Point(87, 30); this.RegioninfoResellBox.Name = "RegioninfoResellBox"; this.RegioninfoResellBox.Size = new System.Drawing.Size(57, 20); this.RegioninfoResellBox.TabIndex = 3; this.RegioninfoResellBox.Text = "Resell"; this.RegioninfoResellBox.UseVisualStyleBackColor = true; // // RegionInfoDamageBox // this.RegionInfoDamageBox.AutoSize = true; this.RegionInfoDamageBox.Location = new System.Drawing.Point(150, 29); this.RegionInfoDamageBox.Name = "RegionInfoDamageBox"; this.RegionInfoDamageBox.Size = new System.Drawing.Size(68, 20); this.RegionInfoDamageBox.TabIndex = 2; this.RegionInfoDamageBox.Text = "Damage"; this.RegionInfoDamageBox.UseVisualStyleBackColor = true; // // RegionInfoFlyBox // this.RegionInfoFlyBox.AutoSize = true; this.RegionInfoFlyBox.Location = new System.Drawing.Point(414, 30); this.RegionInfoFlyBox.Name = "RegionInfoFlyBox"; this.RegionInfoFlyBox.Size = new System.Drawing.Size(43, 20); this.RegionInfoFlyBox.TabIndex = 1; this.RegionInfoFlyBox.Text = "Fly"; this.RegionInfoFlyBox.UseVisualStyleBackColor = true; // // ApplyRegionInfoButton // this.ApplyRegionInfoButton.Location = new System.Drawing.Point(350, 75); this.ApplyRegionInfoButton.Name = "ApplyRegionInfoButton"; this.ApplyRegionInfoButton.Size = new System.Drawing.Size(75, 23); this.ApplyRegionInfoButton.TabIndex = 0; this.ApplyRegionInfoButton.Text = "Apply"; this.ApplyRegionInfoButton.UseVisualStyleBackColor = true; this.ApplyRegionInfoButton.Click += new System.EventHandler(this.RequestApplyRegionInfo); // // RegionToolsRegionDebugGroup // this.RegionToolsRegionDebugGroup.Controls.Add(this.pictureBox14); this.RegionToolsRegionDebugGroup.Controls.Add(this.ApplyRegionDebugButton); this.RegionToolsRegionDebugGroup.Controls.Add(this.RegionDebugPhysicsBox); this.RegionToolsRegionDebugGroup.Controls.Add(this.RegionDebugCollisionsBox); this.RegionToolsRegionDebugGroup.Controls.Add(this.RegionDebugScriptsBox); this.RegionToolsRegionDebugGroup.Enabled = false; this.RegionToolsRegionDebugGroup.Location = new System.Drawing.Point(241, 392); this.RegionToolsRegionDebugGroup.Name = "RegionToolsRegionDebugGroup"; this.RegionToolsRegionDebugGroup.Size = new System.Drawing.Size(228, 82); this.RegionToolsRegionDebugGroup.TabIndex = 1; this.RegionToolsRegionDebugGroup.TabStop = false; this.RegionToolsRegionDebugGroup.Text = "Set Region Debug"; // // ApplyRegionDebugButton // this.ApplyRegionDebugButton.Location = new System.Drawing.Point(121, 47); this.ApplyRegionDebugButton.Name = "ApplyRegionDebugButton"; this.ApplyRegionDebugButton.Size = new System.Drawing.Size(75, 23); this.ApplyRegionDebugButton.TabIndex = 3; this.ApplyRegionDebugButton.Text = "Apply"; this.ApplyRegionDebugButton.UseVisualStyleBackColor = true; this.ApplyRegionDebugButton.Click += new System.EventHandler(this.RequestRegionDebugApply); // // RegionDebugPhysicsBox // this.RegionDebugPhysicsBox.AutoSize = true; this.RegionDebugPhysicsBox.Location = new System.Drawing.Point(156, 21); this.RegionDebugPhysicsBox.Name = "RegionDebugPhysicsBox"; this.RegionDebugPhysicsBox.Size = new System.Drawing.Size(66, 20); this.RegionDebugPhysicsBox.TabIndex = 2; this.RegionDebugPhysicsBox.Text = "Physics"; this.RegionDebugPhysicsBox.UseVisualStyleBackColor = true; // // RegionDebugCollisionsBox // this.RegionDebugCollisionsBox.AutoSize = true; this.RegionDebugCollisionsBox.Location = new System.Drawing.Point(73, 21); this.RegionDebugCollisionsBox.Name = "RegionDebugCollisionsBox"; this.RegionDebugCollisionsBox.Size = new System.Drawing.Size(77, 20); this.RegionDebugCollisionsBox.TabIndex = 1; this.RegionDebugCollisionsBox.Text = "Collisions"; this.RegionDebugCollisionsBox.UseVisualStyleBackColor = true; // // RegionDebugScriptsBox // this.RegionDebugScriptsBox.AutoSize = true; this.RegionDebugScriptsBox.Location = new System.Drawing.Point(6, 21); this.RegionDebugScriptsBox.Name = "RegionDebugScriptsBox"; this.RegionDebugScriptsBox.Size = new System.Drawing.Size(61, 20); this.RegionDebugScriptsBox.TabIndex = 0; this.RegionDebugScriptsBox.Text = "Scripts"; this.RegionDebugScriptsBox.UseVisualStyleBackColor = true; // // LoadCSVFile // this.LoadCSVFile.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*"; // // SetCovenantTab // this.SetCovenantTab.Controls.Add(this.pictureBox20); this.SetCovenantTab.Controls.Add(this.SetCovenantNotecardUUIDBox); this.SetCovenantTab.Controls.Add(this.BatchSetCovenantButton); this.SetCovenantTab.Controls.Add(this.BatchSetCovenantGridView); this.SetCovenantTab.Location = new System.Drawing.Point(4, 25); this.SetCovenantTab.Name = "SetCovenantTab"; this.SetCovenantTab.Size = new System.Drawing.Size(719, 489); this.SetCovenantTab.TabIndex = 9; this.SetCovenantTab.Text = "Set Covenant"; this.SetCovenantTab.UseVisualStyleBackColor = true; // // BatchSetCovenantGridView // this.BatchSetCovenantGridView.AllowUserToAddRows = false; this.BatchSetCovenantGridView.AllowUserToDeleteRows = false; this.BatchSetCovenantGridView.AllowUserToOrderColumns = true; this.BatchSetCovenantGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.BatchSetCovenantGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.BatchSetCovenantRegionName, this.BatchSetCovenantPosition}); this.BatchSetCovenantGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.BatchSetCovenantGridView.Location = new System.Drawing.Point(3, 3); this.BatchSetCovenantGridView.Name = "BatchSetCovenantGridView"; this.BatchSetCovenantGridView.ReadOnly = true; this.BatchSetCovenantGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.BatchSetCovenantGridView.Size = new System.Drawing.Size(712, 443); this.BatchSetCovenantGridView.TabIndex = 1; // // BatchSetCovenantButton // this.BatchSetCovenantButton.Location = new System.Drawing.Point(394, 452); this.BatchSetCovenantButton.Name = "BatchSetCovenantButton"; this.BatchSetCovenantButton.Size = new System.Drawing.Size(121, 23); this.BatchSetCovenantButton.TabIndex = 3; this.BatchSetCovenantButton.Text = "Batch Set Covenant"; this.BatchSetCovenantButton.UseVisualStyleBackColor = true; this.BatchSetCovenantButton.Click += new System.EventHandler(this.RequestBatchSetCovenant); // // SetCovenantNotecardUUIDBox // this.SetCovenantNotecardUUIDBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SetCovenantNotecardUUIDBox.Location = new System.Drawing.Point(162, 454); this.SetCovenantNotecardUUIDBox.Name = "SetCovenantNotecardUUIDBox"; this.SetCovenantNotecardUUIDBox.Size = new System.Drawing.Size(226, 20); this.SetCovenantNotecardUUIDBox.TabIndex = 4; // // BatchSetCovenantRegionName // this.BatchSetCovenantRegionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.BatchSetCovenantRegionName.HeaderText = "Region Name"; this.BatchSetCovenantRegionName.Name = "BatchSetCovenantRegionName"; this.BatchSetCovenantRegionName.ReadOnly = true; this.BatchSetCovenantRegionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic; // // BatchSetCovenantPosition // this.BatchSetCovenantPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.BatchSetCovenantPosition.HeaderText = "Position"; this.BatchSetCovenantPosition.Name = "BatchSetCovenantPosition"; this.BatchSetCovenantPosition.ReadOnly = true; this.BatchSetCovenantPosition.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic; // // pictureBox20 // this.pictureBox20.Cursor = System.Windows.Forms.Cursors.Help; this.pictureBox20.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox20.Image"))); this.pictureBox20.Location = new System.Drawing.Point(521, 453); this.pictureBox20.Name = "pictureBox20"; this.pictureBox20.Size = new System.Drawing.Size(20, 20); this.pictureBox20.TabIndex = 13; this.pictureBox20.TabStop = false; this.toolTip1.SetToolTip(this.pictureBox20, resources.GetString("pictureBox20.ToolTip")); this.pictureBox20.Click += new System.EventHandler(this.ShowToolTip); // // Vassal // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(752, 729); this.Controls.Add(this.Version); this.Controls.Add(this.CurrentRegionAt); this.Controls.Add(this.CurrentRegionName); this.Controls.Add(this.RegionTeleportGroup); this.Controls.Add(this.VassalStatusGroup); 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(768, 768); this.Name = "Vassal"; this.Text = "Vassal"; this.Shown += new System.EventHandler(this.VassalShown); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.RegionTeleportGroup.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); this.VassalStatusGroup.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ConnectionStatusPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).EndInit(); this.EstateListsTab.ResumeLayout(false); this.EstateListsGroupsGroup.ResumeLayout(false); this.EstateListsGroupsGroup.PerformLayout(); this.EstateListsResidentsGroup.ResumeLayout(false); this.groupBox15.ResumeLayout(false); this.groupBox15.PerformLayout(); this.groupBox16.ResumeLayout(false); this.groupBox16.PerformLayout(); this.EstateListGroup.ResumeLayout(false); this.EstateListGroup.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.EstateListGridView)).EndInit(); this.RegionToolsTerrainToolsGroup.ResumeLayout(false); this.EstateVariablesGroup.ResumeLayout(false); this.EstateVariablesGroup.PerformLayout(); this.groupBox13.ResumeLayout(false); this.EstateTerrainDownloadUploadGroup.ResumeLayout(false); this.EstateTopTab.ResumeLayout(false); this.groupBox14.ResumeLayout(false); this.groupBox14.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).EndInit(); this.groupBox12.ResumeLayout(false); this.groupBox12.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).EndInit(); this.BatchRestartTab.ResumeLayout(false); this.BatchRestartTab.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).EndInit(); this.ResidentListTab.ResumeLayout(false); this.ResidentListTab.PerformLayout(); this.ResidentListTeleportHomeGroup.ResumeLayout(false); this.ResidentListBanGroup.ResumeLayout(false); this.ResidentListBanGroup.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ResidentListGridView)).EndInit(); this.RegionsStateTab.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.RegionsStateGridView)).EndInit(); this.OverviewTab.ResumeLayout(false); this.groupBox24.ResumeLayout(false); this.groupBox24.PerformLayout(); this.groupBox17.ResumeLayout(false); this.groupBox17.PerformLayout(); this.groupBox11.ResumeLayout(false); this.groupBox11.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); 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.Tabs.ResumeLayout(false); this.EstateTexturesTab.ResumeLayout(false); this.GroundTexturesGroup.ResumeLayout(false); this.groupBox22.ResumeLayout(false); this.groupBox22.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesHighPictureBox)).EndInit(); this.groupBox23.ResumeLayout(false); this.groupBox23.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesLowPictureBox)).EndInit(); this.groupBox21.ResumeLayout(false); this.groupBox21.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesMiddleHighPictureBox)).EndInit(); this.groupBox20.ResumeLayout(false); this.groupBox20.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesMiddleLowPictureBox)).EndInit(); this.RegionToolsTab.ResumeLayout(false); this.RegionToolsRegionInfoGroup.ResumeLayout(false); this.RegionToolsRegionInfoGroup.PerformLayout(); this.groupBox19.ResumeLayout(false); this.groupBox19.PerformLayout(); this.groupBox18.ResumeLayout(false); this.groupBox18.PerformLayout(); this.RegionToolsRegionDebugGroup.ResumeLayout(false); this.RegionToolsRegionDebugGroup.PerformLayout(); this.SetCovenantTab.ResumeLayout(false); this.SetCovenantTab.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.BatchSetCovenantGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private PictureBox pictureBox1; private StatusStrip statusStrip1; private ToolStripProgressBar StatusProgress; private ToolStripStatusLabel StatusText; private Button button2; private GroupBox RegionTeleportGroup; public ComboBox LoadedRegionsBox; private Label CurrentRegionName; private Label CurrentRegionAt; private Button VassalSettingsButton; private SaveFileDialog ExportCSVDialog; public GroupBox VassalStatusGroup; private Label Version; private ToolTip toolTip1; private PictureBox pictureBox6; private PictureBox pictureBox2; private OpenFileDialog LoadRawFileDialog; private SaveFileDialog SavePNGFileDialog; private SaveFileDialog SaveRawFileDialog; private TabPage EstateListsTab; private GroupBox RegionToolsTerrainToolsGroup; private GroupBox groupBox13; private Button RipTerrainButton; private PictureBox pictureBox5; private GroupBox EstateTerrainDownloadUploadGroup; private Button DownloadTerrainButton; private PictureBox pictureBox7; private PictureBox pictureBox4; private Button UploadTerrainButton; private TabPage EstateTopTab; private GroupBox groupBox14; private DataGridView TopCollidersGridView; private DataGridViewTextBoxColumn TopCollidersScore; private DataGridViewTextBoxColumn TopCollidersTaskName; private DataGridViewTextBoxColumn TopCollidersUUID; private DataGridViewTextBoxColumn TopCollidersOwner; private DataGridViewTextBoxColumn TopCollidersPosition; private GroupBox groupBox12; private DataGridView TopScriptsGridView; private DataGridViewTextBoxColumn TopScriptsScore; private DataGridViewTextBoxColumn TopScriptsTaskName; private DataGridViewTextBoxColumn TopScriptsUUID; private DataGridViewTextBoxColumn TopScriptsOwner; private DataGridViewTextBoxColumn TopScriptsPosition; private Button ReturnTopScriptsButton; private Label label1; private Button button3; private TextBox TopScriptsFilter; private TabPage BatchRestartTab; private Label label3; public TextBox RegionRestartDelayBox; private PictureBox pictureBox3; private Button BatchRestartButton; public DataGridView BatchRestartGridView; private DataGridViewTextBoxColumn BatchRestartRegionName; private DataGridViewTextBoxColumn BatchRestartPosition; private TabPage ResidentListTab; private GroupBox ResidentListBanGroup; private CheckBox ResidentBanAllEstatesBox; private Button ResidentBanButton; private Label label4; private TextBox ResidentListFilter; private DataGridView ResidentListGridView; private DataGridViewTextBoxColumn ResidentListName; private DataGridViewTextBoxColumn ResidentListUUID; private DataGridViewTextBoxColumn ResidentListPosition; private TabPage RegionsStateTab; public DataGridView RegionsStateGridView; private DataGridViewTextBoxColumn RegionsStateRegionName; private DataGridViewTextBoxColumn RegionsStateLastState; private DataGridViewTextBoxColumn RegionsStateLastCheck; private TabPage OverviewTab; private GroupBox groupBox10; public PictureBox RegionAvatarsMap; private GroupBox groupBox9; private Label Objects; private GroupBox groupBox8; private Label ScriptTime; 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 groupBox2; private Label Agents; public TabControl Tabs; private Label label2; private TextBox TopCollidersFilter; private Button ReturnTopCollidersButton; private Button button5; private PictureBox ConnectionStatusPictureBox; private PictureBox pictureBox8; private TextBox EstateListsResidentFirstName; private Button RemoveEstateListMemberButton; private Button EstateListsAddResidentButton; private ComboBox EstateListSelectBox; private DataGridView EstateListGridView; private GroupBox EstateListsGroupsGroup; private Button button7; private TextBox EstateListsAddGroupBox; private GroupBox EstateListsResidentsGroup; private GroupBox groupBox15; private GroupBox groupBox16; private TextBox EstateListsResidentLastName; private GroupBox EstateListGroup; private TabPage RegionToolsTab; private Label label5; private Label label6; private TextBox EstateListFilter; private DataGridViewTextBoxColumn EstateListName; private DataGridViewTextBoxColumn EstateListUUID; private GroupBox RegionToolsRegionDebugGroup; private Button ApplyRegionDebugButton; private CheckBox RegionDebugPhysicsBox; private CheckBox RegionDebugCollisionsBox; private CheckBox RegionDebugScriptsBox; private GroupBox RegionToolsRegionInfoGroup; private GroupBox groupBox19; private TextBox RegionInfoAgentLimitBox; private GroupBox groupBox18; private TextBox RegionInfoObjectBonusBox; private CheckBox RegionInfoParcelBox; private CheckBox RegionInfoTerraformBox; private CheckBox RegionInfoPushBox; private CheckBox RegioninfoResellBox; private CheckBox RegionInfoDamageBox; private CheckBox RegionInfoFlyBox; private Button ApplyRegionInfoButton; private CheckBox RegionInfoMatureBox; private GroupBox groupBox23; private TextBox RegionTexturesLowUUIDBox; private PictureBox RegionTexturesLowPictureBox; private TabPage EstateTexturesTab; private GroupBox groupBox22; private Button RegionTexturesHighUUIDApplyButton; private Button button13; private TextBox RegionTexturesHighUUIDBox; private PictureBox RegionTexturesHighPictureBox; private GroupBox groupBox21; private Button RegionTexturesMiddleHighUUIDApplyButton; private Button button11; private TextBox RegionTexturesMiddleHighUUIDBox; private PictureBox RegionTexturesMiddleHighPictureBox; private GroupBox groupBox20; private Button RegionTexturesMiddleLowUUIDApplyButton; private Button button8; private TextBox RegionTexturesMiddleLowUUIDBox; private PictureBox RegionTexturesMiddleLowPictureBox; private Button RegionTexturesLowUUIDApplyButton; private Button button10; private GroupBox GroundTexturesGroup; private TextBox RegionTexturesHighUUIDApplyBox; private TextBox RegionTexturesLowUUIDApplyBox; private TextBox RegionTexturesMiddleHighUUIDApplyBox; private TextBox RegionTexturesMiddleLowUUIDApplyBox; private PictureBox pictureBox10; private PictureBox pictureBox11; private PictureBox pictureBox9; private PictureBox pictureBox12; private PictureBox pictureBox13; private PictureBox pictureBox14; private PictureBox pictureBox16; private PictureBox pictureBox15; private PictureBox pictureBox17; private Button button6; private Button button4; private OpenFileDialog LoadCSVFile; private Button button9; private GroupBox ResidentListTeleportHomeGroup; private Button button1; private PictureBox pictureBox18; private GroupBox EstateVariablesGroup; private Label label10; private TextBox TerrainToolsSunPositionBox; private CheckBox TerrainToolsFixedSunBox; private CheckBox TerrainToolsUseEstateSunBox; private Label label9; private TextBox TerrainToolsTerrainLowerLimitBox; private Label label8; private TextBox TerrainToolsTerrainRaiseLimitBox; private Label label7; private TextBox TerrainToolsWaterHeightBox; private PictureBox pictureBox19; private Button SetTerrainVariablesButton; private GroupBox groupBox1; private Label FrameTime; private GroupBox groupBox11; private Label ScriptedObjects; private GroupBox groupBox24; private Label NetTime; private GroupBox groupBox17; private Label PhysicsTime; private BackgroundWorker backgroundWorker1; private AquaControls.AquaGauge CorradePollTimeDial; private TabPage SetCovenantTab; public DataGridView BatchSetCovenantGridView; private Button BatchSetCovenantButton; private TextBox SetCovenantNotecardUUIDBox; private DataGridViewTextBoxColumn BatchSetCovenantRegionName; private DataGridViewTextBoxColumn BatchSetCovenantPosition; private PictureBox pictureBox20; } }