corrade-vassal

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 6  →  ?path2? @ 7
/Vassal/Vassal/VassalForm.Designer.cs
@@ -56,6 +56,29 @@
this.LastLag = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.Agents = new System.Windows.Forms.Label();
this.RegionsStateTab = new System.Windows.Forms.TabPage();
this.RegionsStateGridView = new System.Windows.Forms.DataGridView();
this.RegionsStateRegionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RegionsStateLastState = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.RegionsStateLastCheck = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ResidentListTab = new System.Windows.Forms.TabPage();
this.ResidentListBanGroup = new System.Windows.Forms.GroupBox();
this.ResidentBanAllEstatesBox = new System.Windows.Forms.CheckBox();
this.ResidentBanButton = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.ResidentListFilter = new System.Windows.Forms.TextBox();
this.ResidentListGridView = new System.Windows.Forms.DataGridView();
this.ResidentListName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ResidentListUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ResidentListPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BatchRestartTab = new System.Windows.Forms.TabPage();
this.label3 = new System.Windows.Forms.Label();
this.RegionRestartDelayBox = new System.Windows.Forms.TextBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.BatchRestartButton = new System.Windows.Forms.Button();
this.BatchRestartGridView = new System.Windows.Forms.DataGridView();
this.BatchRestartRegionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BatchRestartPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TopScriptsTab = new System.Windows.Forms.TabPage();
this.label1 = new System.Windows.Forms.Label();
this.TopScriptsFilter = new System.Windows.Forms.TextBox();
@@ -78,14 +101,6 @@
this.TopCollidersUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TopCollidersOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TopCollidersPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BatchRestartTab = new System.Windows.Forms.TabPage();
this.label3 = new System.Windows.Forms.Label();
this.RegionRestartDelayBox = new System.Windows.Forms.TextBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.BatchRestartButton = new System.Windows.Forms.Button();
this.BatchRestartGridView = new System.Windows.Forms.DataGridView();
this.BatchRestartRegionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.BatchRestartPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar();
this.StatusText = new System.Windows.Forms.ToolStripStatusLabel();
@@ -101,6 +116,18 @@
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.Version = new System.Windows.Forms.Label();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.RegionToolsTab = new System.Windows.Forms.TabPage();
this.groupBox11 = new System.Windows.Forms.GroupBox();
this.button4 = new System.Windows.Forms.Button();
this.RipTerrainButton = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.LoadTerrainFileDialog = new System.Windows.Forms.OpenFileDialog();
this.SaveTerrainFileDialog = new System.Windows.Forms.SaveFileDialog();
this.EstateTerrainDownloadUploadGroup = new System.Windows.Forms.GroupBox();
this.groupBox13 = new System.Windows.Forms.GroupBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.Tabs.SuspendLayout();
this.OverviewTab.SuspendLayout();
@@ -114,18 +141,30 @@
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.RegionsStateTab.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.RegionsStateGridView)).BeginInit();
this.ResidentListTab.SuspendLayout();
this.ResidentListBanGroup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ResidentListGridView)).BeginInit();
this.BatchRestartTab.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).BeginInit();
this.TopScriptsTab.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).BeginInit();
this.TopCollidersTab.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).BeginInit();
this.BatchRestartTab.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).BeginInit();
this.statusStrip1.SuspendLayout();
this.RegionTeleportGroup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.RegionToolsTab.SuspendLayout();
this.groupBox11.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
this.EstateTerrainDownloadUploadGroup.SuspendLayout();
this.groupBox13.SuspendLayout();
this.SuspendLayout();
//
// pictureBox1
@@ -141,9 +180,13 @@
// Tabs
//
this.Tabs.Controls.Add(this.OverviewTab);
this.Tabs.Controls.Add(this.RegionsStateTab);
this.Tabs.Controls.Add(this.ResidentListTab);
this.Tabs.Controls.Add(this.BatchRestartTab);
this.Tabs.Controls.Add(this.TopScriptsTab);
this.Tabs.Controls.Add(this.TopCollidersTab);
this.Tabs.Controls.Add(this.BatchRestartTab);
this.Tabs.Controls.Add(this.RegionToolsTab);
this.Tabs.Enabled = false;
this.Tabs.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Tabs.Location = new System.Drawing.Point(13, 186);
this.Tabs.Name = "Tabs";
@@ -359,6 +402,243 @@
this.Agents.TabIndex = 0;
this.Agents.Text = " ";
//
// RegionsStateTab
//
this.RegionsStateTab.Controls.Add(this.RegionsStateGridView);
this.RegionsStateTab.Location = new System.Drawing.Point(4, 25);
this.RegionsStateTab.Name = "RegionsStateTab";
this.RegionsStateTab.Size = new System.Drawing.Size(671, 401);
this.RegionsStateTab.TabIndex = 5;
this.RegionsStateTab.Text = "Regions State";
this.RegionsStateTab.UseVisualStyleBackColor = true;
//
// RegionsStateGridView
//
this.RegionsStateGridView.AllowUserToAddRows = false;
this.RegionsStateGridView.AllowUserToDeleteRows = false;
this.RegionsStateGridView.AllowUserToOrderColumns = true;
this.RegionsStateGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.RegionsStateGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.RegionsStateRegionName,
this.RegionsStateLastState,
this.RegionsStateLastCheck});
this.RegionsStateGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.RegionsStateGridView.Location = new System.Drawing.Point(4, 4);
this.RegionsStateGridView.Name = "RegionsStateGridView";
this.RegionsStateGridView.ReadOnly = true;
this.RegionsStateGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.RegionsStateGridView.Size = new System.Drawing.Size(663, 394);
this.RegionsStateGridView.TabIndex = 1;
//
// RegionsStateRegionName
//
this.RegionsStateRegionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.RegionsStateRegionName.HeaderText = "Region Name";
this.RegionsStateRegionName.Name = "RegionsStateRegionName";
this.RegionsStateRegionName.ReadOnly = true;
this.RegionsStateRegionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
//
// RegionsStateLastState
//
this.RegionsStateLastState.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.RegionsStateLastState.HeaderText = "Last State";
this.RegionsStateLastState.Name = "RegionsStateLastState";
this.RegionsStateLastState.ReadOnly = true;
this.RegionsStateLastState.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
//
// RegionsStateLastCheck
//
this.RegionsStateLastCheck.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.RegionsStateLastCheck.HeaderText = "Last Check";
this.RegionsStateLastCheck.Name = "RegionsStateLastCheck";
this.RegionsStateLastCheck.ReadOnly = true;
//
// ResidentListTab
//
this.ResidentListTab.Controls.Add(this.ResidentListBanGroup);
this.ResidentListTab.Controls.Add(this.label4);
this.ResidentListTab.Controls.Add(this.ResidentListFilter);
this.ResidentListTab.Controls.Add(this.ResidentListGridView);
this.ResidentListTab.Location = new System.Drawing.Point(4, 25);
this.ResidentListTab.Name = "ResidentListTab";
this.ResidentListTab.Size = new System.Drawing.Size(671, 401);
this.ResidentListTab.TabIndex = 4;
this.ResidentListTab.Text = "Resident List";
this.ResidentListTab.UseVisualStyleBackColor = true;
//
// ResidentListBanGroup
//
this.ResidentListBanGroup.Controls.Add(this.ResidentBanAllEstatesBox);
this.ResidentListBanGroup.Controls.Add(this.ResidentBanButton);
this.ResidentListBanGroup.Enabled = false;
this.ResidentListBanGroup.Location = new System.Drawing.Point(467, 345);
this.ResidentListBanGroup.Name = "ResidentListBanGroup";
this.ResidentListBanGroup.Size = new System.Drawing.Size(200, 51);
this.ResidentListBanGroup.TabIndex = 10;
this.ResidentListBanGroup.TabStop = false;
this.ResidentListBanGroup.Text = "Ban Residents";
//
// ResidentBanAllEstatesBox
//
this.ResidentBanAllEstatesBox.AutoSize = true;
this.ResidentBanAllEstatesBox.Location = new System.Drawing.Point(91, 23);
this.ResidentBanAllEstatesBox.Name = "ResidentBanAllEstatesBox";
this.ResidentBanAllEstatesBox.Size = new System.Drawing.Size(79, 20);
this.ResidentBanAllEstatesBox.TabIndex = 3;
this.ResidentBanAllEstatesBox.Text = "All Estates";
this.ResidentBanAllEstatesBox.UseVisualStyleBackColor = true;
//
// ResidentBanButton
//
this.ResidentBanButton.Location = new System.Drawing.Point(10, 21);
this.ResidentBanButton.Name = "ResidentBanButton";
this.ResidentBanButton.Size = new System.Drawing.Size(75, 23);
this.ResidentBanButton.TabIndex = 2;
this.ResidentBanButton.Text = "Ban";
this.ResidentBanButton.UseVisualStyleBackColor = true;
this.ResidentBanButton.Click += new System.EventHandler(this.RequestBanAgents);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 348);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(36, 16);
this.label4.TabIndex = 9;
this.label4.Text = "Filter:";
//
// ResidentListFilter
//
this.ResidentListFilter.Location = new System.Drawing.Point(44, 345);
this.ResidentListFilter.Name = "ResidentListFilter";
this.ResidentListFilter.Size = new System.Drawing.Size(196, 22);
this.ResidentListFilter.TabIndex = 8;
this.ResidentListFilter.TextChanged += new System.EventHandler(this.RequestFilterResidentList);
//
// ResidentListGridView
//
this.ResidentListGridView.AllowUserToAddRows = false;
this.ResidentListGridView.AllowUserToDeleteRows = false;
this.ResidentListGridView.AllowUserToOrderColumns = true;
this.ResidentListGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.ResidentListGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ResidentListName,
this.ResidentListUUID,
this.ResidentListPosition});
this.ResidentListGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ResidentListGridView.Location = new System.Drawing.Point(4, 4);
this.ResidentListGridView.Name = "ResidentListGridView";
this.ResidentListGridView.ReadOnly = true;
this.ResidentListGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.ResidentListGridView.Size = new System.Drawing.Size(663, 335);
this.ResidentListGridView.TabIndex = 0;
//
// ResidentListName
//
this.ResidentListName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.ResidentListName.HeaderText = "Name";
this.ResidentListName.Name = "ResidentListName";
this.ResidentListName.ReadOnly = true;
//
// ResidentListUUID
//
this.ResidentListUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.ResidentListUUID.HeaderText = "UUID";
this.ResidentListUUID.Name = "ResidentListUUID";
this.ResidentListUUID.ReadOnly = true;
//
// ResidentListPosition
//
this.ResidentListPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.ResidentListPosition.HeaderText = "Position";
this.ResidentListPosition.Name = "ResidentListPosition";
this.ResidentListPosition.ReadOnly = true;
//
// BatchRestartTab
//
this.BatchRestartTab.Controls.Add(this.label3);
this.BatchRestartTab.Controls.Add(this.RegionRestartDelayBox);
this.BatchRestartTab.Controls.Add(this.pictureBox3);
this.BatchRestartTab.Controls.Add(this.BatchRestartButton);
this.BatchRestartTab.Controls.Add(this.BatchRestartGridView);
this.BatchRestartTab.Location = new System.Drawing.Point(4, 25);
this.BatchRestartTab.Name = "BatchRestartTab";
this.BatchRestartTab.Size = new System.Drawing.Size(671, 401);
this.BatchRestartTab.TabIndex = 3;
this.BatchRestartTab.Text = "Batch Restart";
this.BatchRestartTab.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(183, 378);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 16);
this.label3.TabIndex = 13;
this.label3.Text = "Restart Delay:";
//
// RegionRestartDelayBox
//
this.RegionRestartDelayBox.Location = new System.Drawing.Point(266, 375);
this.RegionRestartDelayBox.Name = "RegionRestartDelayBox";
this.RegionRestartDelayBox.Size = new System.Drawing.Size(72, 22);
this.RegionRestartDelayBox.TabIndex = 12;
//
// pictureBox3
//
this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
this.pictureBox3.Location = new System.Drawing.Point(457, 375);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(20, 20);
this.pictureBox3.TabIndex = 11;
this.pictureBox3.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox3, resources.GetString("pictureBox3.ToolTip"));
//
// BatchRestartButton
//
this.BatchRestartButton.Location = new System.Drawing.Point(344, 374);
this.BatchRestartButton.Name = "BatchRestartButton";
this.BatchRestartButton.Size = new System.Drawing.Size(107, 23);
this.BatchRestartButton.TabIndex = 1;
this.BatchRestartButton.Text = "Batch Restart";
this.BatchRestartButton.UseVisualStyleBackColor = true;
this.BatchRestartButton.Click += new System.EventHandler(this.RequestBatchRestart);
//
// BatchRestartGridView
//
this.BatchRestartGridView.AllowUserToAddRows = false;
this.BatchRestartGridView.AllowUserToDeleteRows = false;
this.BatchRestartGridView.AllowUserToOrderColumns = true;
this.BatchRestartGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.BatchRestartGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.BatchRestartRegionName,
this.BatchRestartPosition});
this.BatchRestartGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BatchRestartGridView.Location = new System.Drawing.Point(4, 4);
this.BatchRestartGridView.Name = "BatchRestartGridView";
this.BatchRestartGridView.ReadOnly = true;
this.BatchRestartGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.BatchRestartGridView.Size = new System.Drawing.Size(663, 364);
this.BatchRestartGridView.TabIndex = 0;
//
// BatchRestartRegionName
//
this.BatchRestartRegionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.BatchRestartRegionName.HeaderText = "Region Name";
this.BatchRestartRegionName.Name = "BatchRestartRegionName";
this.BatchRestartRegionName.ReadOnly = true;
this.BatchRestartRegionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
//
// BatchRestartPosition
//
this.BatchRestartPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.BatchRestartPosition.HeaderText = "Position";
this.BatchRestartPosition.Name = "BatchRestartPosition";
this.BatchRestartPosition.ReadOnly = true;
this.BatchRestartPosition.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
//
// TopScriptsTab
//
this.TopScriptsTab.Controls.Add(this.label1);
@@ -376,7 +656,7 @@
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 380);
this.label1.Location = new System.Drawing.Point(4, 377);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(36, 16);
this.label1.TabIndex = 7;
@@ -384,7 +664,7 @@
//
// TopScriptsFilter
//
this.TopScriptsFilter.Location = new System.Drawing.Point(43, 377);
this.TopScriptsFilter.Location = new System.Drawing.Point(42, 374);
this.TopScriptsFilter.Name = "TopScriptsFilter";
this.TopScriptsFilter.Size = new System.Drawing.Size(196, 22);
this.TopScriptsFilter.TabIndex = 6;
@@ -482,7 +762,7 @@
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 380);
this.label2.Location = new System.Drawing.Point(4, 377);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(36, 16);
this.label2.TabIndex = 9;
@@ -490,7 +770,7 @@
//
// TopCollidersFilter
//
this.TopCollidersFilter.Location = new System.Drawing.Point(43, 377);
this.TopCollidersFilter.Location = new System.Drawing.Point(42, 374);
this.TopCollidersFilter.Name = "TopCollidersFilter";
this.TopCollidersFilter.Size = new System.Drawing.Size(196, 22);
this.TopCollidersFilter.TabIndex = 8;
@@ -565,91 +845,6 @@
this.TopCollidersPosition.HeaderText = "Position";
this.TopCollidersPosition.Name = "TopCollidersPosition";
//
// BatchRestartTab
//
this.BatchRestartTab.Controls.Add(this.label3);
this.BatchRestartTab.Controls.Add(this.RegionRestartDelayBox);
this.BatchRestartTab.Controls.Add(this.pictureBox3);
this.BatchRestartTab.Controls.Add(this.BatchRestartButton);
this.BatchRestartTab.Controls.Add(this.BatchRestartGridView);
this.BatchRestartTab.Location = new System.Drawing.Point(4, 25);
this.BatchRestartTab.Name = "BatchRestartTab";
this.BatchRestartTab.Size = new System.Drawing.Size(671, 401);
this.BatchRestartTab.TabIndex = 3;
this.BatchRestartTab.Text = "Batch Restart";
this.BatchRestartTab.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(183, 378);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 16);
this.label3.TabIndex = 13;
this.label3.Text = "Restart Delay:";
//
// RegionRestartDelayBox
//
this.RegionRestartDelayBox.Location = new System.Drawing.Point(266, 375);
this.RegionRestartDelayBox.Name = "RegionRestartDelayBox";
this.RegionRestartDelayBox.Size = new System.Drawing.Size(72, 22);
this.RegionRestartDelayBox.TabIndex = 12;
//
// pictureBox3
//
this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
this.pictureBox3.Location = new System.Drawing.Point(457, 375);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(20, 20);
this.pictureBox3.TabIndex = 11;
this.pictureBox3.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox3, resources.GetString("pictureBox3.ToolTip"));
//
// BatchRestartButton
//
this.BatchRestartButton.Location = new System.Drawing.Point(344, 374);
this.BatchRestartButton.Name = "BatchRestartButton";
this.BatchRestartButton.Size = new System.Drawing.Size(107, 23);
this.BatchRestartButton.TabIndex = 1;
this.BatchRestartButton.Text = "Batch Restart";
this.BatchRestartButton.UseVisualStyleBackColor = true;
this.BatchRestartButton.Click += new System.EventHandler(this.RequestBatchRestart);
//
// BatchRestartGridView
//
this.BatchRestartGridView.AllowUserToAddRows = false;
this.BatchRestartGridView.AllowUserToDeleteRows = false;
this.BatchRestartGridView.AllowUserToOrderColumns = true;
this.BatchRestartGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.BatchRestartGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.BatchRestartRegionName,
this.BatchRestartPosition});
this.BatchRestartGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BatchRestartGridView.Location = new System.Drawing.Point(4, 4);
this.BatchRestartGridView.Name = "BatchRestartGridView";
this.BatchRestartGridView.ReadOnly = true;
this.BatchRestartGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.BatchRestartGridView.Size = new System.Drawing.Size(663, 364);
this.BatchRestartGridView.TabIndex = 0;
//
// BatchRestartRegionName
//
this.BatchRestartRegionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.BatchRestartRegionName.HeaderText = "Region Name";
this.BatchRestartRegionName.Name = "BatchRestartRegionName";
this.BatchRestartRegionName.ReadOnly = true;
this.BatchRestartRegionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
//
// BatchRestartPosition
//
this.BatchRestartPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.BatchRestartPosition.HeaderText = "Position";
this.BatchRestartPosition.Name = "BatchRestartPosition";
this.BatchRestartPosition.ReadOnly = true;
this.BatchRestartPosition.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -794,6 +989,120 @@
this.toolTip1.InitialDelay = 500;
this.toolTip1.ReshowDelay = 100;
//
// RegionToolsTab
//
this.RegionToolsTab.Controls.Add(this.groupBox11);
this.RegionToolsTab.Location = new System.Drawing.Point(4, 25);
this.RegionToolsTab.Name = "RegionToolsTab";
this.RegionToolsTab.Size = new System.Drawing.Size(671, 401);
this.RegionToolsTab.TabIndex = 6;
this.RegionToolsTab.Text = "Region Tools";
this.RegionToolsTab.UseVisualStyleBackColor = true;
//
// groupBox11
//
this.groupBox11.Controls.Add(this.groupBox13);
this.groupBox11.Controls.Add(this.EstateTerrainDownloadUploadGroup);
this.groupBox11.Location = new System.Drawing.Point(3, 3);
this.groupBox11.Name = "groupBox11";
this.groupBox11.Size = new System.Drawing.Size(213, 172);
this.groupBox11.TabIndex = 0;
this.groupBox11.TabStop = false;
this.groupBox11.Text = "Terrain";
//
// button4
//
this.button4.Location = new System.Drawing.Point(47, 20);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(121, 23);
this.button4.TabIndex = 0;
this.button4.Text = "Download Terrain...";
this.button4.UseVisualStyleBackColor = true;
//
// RipTerrainButton
//
this.RipTerrainButton.Location = new System.Drawing.Point(73, 21);
this.RipTerrainButton.Name = "RipTerrainButton";
this.RipTerrainButton.Size = new System.Drawing.Size(94, 23);
this.RipTerrainButton.TabIndex = 1;
this.RipTerrainButton.Text = "Rip Terrain...";
this.RipTerrainButton.UseVisualStyleBackColor = true;
this.RipTerrainButton.Click += new System.EventHandler(this.RequestRipTerrain);
//
// button7
//
this.button7.Location = new System.Drawing.Point(66, 49);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(102, 23);
this.button7.TabIndex = 2;
this.button7.Text = "Upload Terrain...";
this.button7.UseVisualStyleBackColor = true;
//
// pictureBox4
//
this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
this.pictureBox4.Location = new System.Drawing.Point(174, 21);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(20, 20);
this.pictureBox4.TabIndex = 12;
this.pictureBox4.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox4, "This option downloads the current region\r\nterrain given estate rights.");
//
// pictureBox5
//
this.pictureBox5.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
this.pictureBox5.Location = new System.Drawing.Point(173, 22);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(20, 20);
this.pictureBox5.TabIndex = 12;
this.pictureBox5.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox5, resources.GetString("pictureBox5.ToolTip"));
//
// pictureBox7
//
this.pictureBox7.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
this.pictureBox7.Location = new System.Drawing.Point(174, 50);
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.Size = new System.Drawing.Size(20, 20);
this.pictureBox7.TabIndex = 12;
this.pictureBox7.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox7, "This option uploads a terrain height-map\r\nto the current region and applies it.");
//
// LoadTerrainFileDialog
//
this.LoadTerrainFileDialog.FileName = "openFileDialog1";
//
// SaveTerrainFileDialog
//
this.SaveTerrainFileDialog.Filter = "PNG (*.png)|*.png|All files (*.*)|*.*";
//
// EstateTerrainDownloadUploadGroup
//
this.EstateTerrainDownloadUploadGroup.Controls.Add(this.button4);
this.EstateTerrainDownloadUploadGroup.Controls.Add(this.pictureBox7);
this.EstateTerrainDownloadUploadGroup.Controls.Add(this.pictureBox4);
this.EstateTerrainDownloadUploadGroup.Controls.Add(this.button7);
this.EstateTerrainDownloadUploadGroup.Location = new System.Drawing.Point(6, 21);
this.EstateTerrainDownloadUploadGroup.Name = "EstateTerrainDownloadUploadGroup";
this.EstateTerrainDownloadUploadGroup.Size = new System.Drawing.Size(200, 83);
this.EstateTerrainDownloadUploadGroup.TabIndex = 13;
this.EstateTerrainDownloadUploadGroup.TabStop = false;
this.EstateTerrainDownloadUploadGroup.Text = "Estate";
//
// groupBox13
//
this.groupBox13.Controls.Add(this.RipTerrainButton);
this.groupBox13.Controls.Add(this.pictureBox5);
this.groupBox13.Location = new System.Drawing.Point(7, 111);
this.groupBox13.Name = "groupBox13";
this.groupBox13.Size = new System.Drawing.Size(200, 56);
this.groupBox13.TabIndex = 14;
this.groupBox13.TabStop = false;
this.groupBox13.Text = "Override";
//
// Vassal
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -835,6 +1144,17 @@
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.RegionsStateTab.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.RegionsStateGridView)).EndInit();
this.ResidentListTab.ResumeLayout(false);
this.ResidentListTab.PerformLayout();
this.ResidentListBanGroup.ResumeLayout(false);
this.ResidentListBanGroup.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ResidentListGridView)).EndInit();
this.BatchRestartTab.ResumeLayout(false);
this.BatchRestartTab.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).EndInit();
this.TopScriptsTab.ResumeLayout(false);
this.TopScriptsTab.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).EndInit();
@@ -841,10 +1161,6 @@
this.TopCollidersTab.ResumeLayout(false);
this.TopCollidersTab.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).EndInit();
this.BatchRestartTab.ResumeLayout(false);
this.BatchRestartTab.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.RegionTeleportGroup.ResumeLayout(false);
@@ -851,6 +1167,13 @@
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.RegionToolsTab.ResumeLayout(false);
this.groupBox11.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
this.EstateTerrainDownloadUploadGroup.ResumeLayout(false);
this.groupBox13.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
 
@@ -859,7 +1182,7 @@
#endregion
 
private PictureBox pictureBox1;
private TabControl Tabs;
public TabControl Tabs;
private TabPage OverviewTab;
private StatusStrip statusStrip1;
private ToolStripProgressBar StatusProgress;
@@ -869,7 +1192,7 @@
public ComboBox LoadedRegions;
private Label CurrentRegionName;
private Label CurrentRegionAt;
private PictureBox RegionAvatarsMap;
public PictureBox RegionAvatarsMap;
private Button button1;
private GroupBox groupBox2;
private Label Agents;
@@ -924,6 +1247,33 @@
private PictureBox pictureBox3;
private Label label3;
public TextBox RegionRestartDelayBox;
private TabPage ResidentListTab;
private DataGridView ResidentListGridView;
private DataGridViewTextBoxColumn ResidentListName;
private DataGridViewTextBoxColumn ResidentListUUID;
private DataGridViewTextBoxColumn ResidentListPosition;
private Button ResidentBanButton;
private Label label4;
private TextBox ResidentListFilter;
private GroupBox ResidentListBanGroup;
private CheckBox ResidentBanAllEstatesBox;
private TabPage RegionsStateTab;
public DataGridView RegionsStateGridView;
private DataGridViewTextBoxColumn RegionsStateRegionName;
private DataGridViewTextBoxColumn RegionsStateLastState;
private DataGridViewTextBoxColumn RegionsStateLastCheck;
private TabPage RegionToolsTab;
private GroupBox groupBox11;
private PictureBox pictureBox7;
private PictureBox pictureBox5;
private PictureBox pictureBox4;
private Button button7;
private Button RipTerrainButton;
private Button button4;
private OpenFileDialog LoadTerrainFileDialog;
private SaveFileDialog SaveTerrainFileDialog;
private GroupBox groupBox13;
private GroupBox EstateTerrainDownloadUploadGroup;
}
}