corrade-vassal – Diff between revs 5 and 7

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 5 Rev 7
1 using System; 1 using System;
2 using System.ComponentModel; 2 using System.ComponentModel;
3 using System.Drawing; 3 using System.Drawing;
4 using System.Windows.Forms; 4 using System.Windows.Forms;
5   5  
6 namespace Vassal 6 namespace Vassal
7 { 7 {
8 partial class Vassal 8 partial class Vassal
9 { 9 {
10 /// <summary> 10 /// <summary>
11 /// Required designer variable. 11 /// Required designer variable.
12 /// </summary> 12 /// </summary>
13 private IContainer components = null; 13 private IContainer components = null;
14   14  
15 /// <summary> 15 /// <summary>
16 /// Clean up any resources being used. 16 /// Clean up any resources being used.
17 /// </summary> 17 /// </summary>
18 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 18 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
19 protected override void Dispose(bool disposing) 19 protected override void Dispose(bool disposing)
20 { 20 {
21 if (disposing && (components != null)) 21 if (disposing && (components != null))
22 { 22 {
23 components.Dispose(); 23 components.Dispose();
24 } 24 }
25 base.Dispose(disposing); 25 base.Dispose(disposing);
26 } 26 }
27   27  
28 #region Windows Form Designer generated code 28 #region Windows Form Designer generated code
29   29  
30 /// <summary> 30 /// <summary>
31 /// Required method for Designer support - do not modify 31 /// Required method for Designer support - do not modify
32 /// the contents of this method with the code editor. 32 /// the contents of this method with the code editor.
33 /// </summary> 33 /// </summary>
34 private void InitializeComponent() 34 private void InitializeComponent()
35 { 35 {
36 this.components = new System.ComponentModel.Container(); 36 this.components = new System.ComponentModel.Container();
37 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Vassal)); 37 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Vassal));
38 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 38 this.pictureBox1 = new System.Windows.Forms.PictureBox();
39 this.Tabs = new System.Windows.Forms.TabControl(); 39 this.Tabs = new System.Windows.Forms.TabControl();
40 this.OverviewTab = new System.Windows.Forms.TabPage(); 40 this.OverviewTab = new System.Windows.Forms.TabPage();
41 this.groupBox10 = new System.Windows.Forms.GroupBox(); 41 this.groupBox10 = new System.Windows.Forms.GroupBox();
42 this.RegionAvatarsMap = new System.Windows.Forms.PictureBox(); 42 this.RegionAvatarsMap = new System.Windows.Forms.PictureBox();
43 this.groupBox9 = new System.Windows.Forms.GroupBox(); 43 this.groupBox9 = new System.Windows.Forms.GroupBox();
44 this.Objects = new System.Windows.Forms.Label(); 44 this.Objects = new System.Windows.Forms.Label();
45 this.groupBox8 = new System.Windows.Forms.GroupBox(); 45 this.groupBox8 = new System.Windows.Forms.GroupBox();
46 this.ScriptTime = new System.Windows.Forms.Label(); 46 this.ScriptTime = new System.Windows.Forms.Label();
47 this.groupBox7 = new System.Windows.Forms.GroupBox(); 47 this.groupBox7 = new System.Windows.Forms.GroupBox();
48 this.ActiveScripts = new System.Windows.Forms.Label(); 48 this.ActiveScripts = new System.Windows.Forms.Label();
49 this.groupBox6 = new System.Windows.Forms.GroupBox(); 49 this.groupBox6 = new System.Windows.Forms.GroupBox();
50 this.PhysicsFPS = new System.Windows.Forms.Label(); 50 this.PhysicsFPS = new System.Windows.Forms.Label();
51 this.groupBox5 = new System.Windows.Forms.GroupBox(); 51 this.groupBox5 = new System.Windows.Forms.GroupBox();
52 this.FPS = new System.Windows.Forms.Label(); 52 this.FPS = new System.Windows.Forms.Label();
53 this.groupBox4 = new System.Windows.Forms.GroupBox(); 53 this.groupBox4 = new System.Windows.Forms.GroupBox();
54 this.Dilation = new System.Windows.Forms.Label(); 54 this.Dilation = new System.Windows.Forms.Label();
55 this.groupBox3 = new System.Windows.Forms.GroupBox(); 55 this.groupBox3 = new System.Windows.Forms.GroupBox();
56 this.LastLag = new System.Windows.Forms.Label(); 56 this.LastLag = new System.Windows.Forms.Label();
57 this.groupBox2 = new System.Windows.Forms.GroupBox(); 57 this.groupBox2 = new System.Windows.Forms.GroupBox();
58 this.Agents = new System.Windows.Forms.Label(); 58 this.Agents = new System.Windows.Forms.Label();
-   59 this.RegionsStateTab = new System.Windows.Forms.TabPage();
-   60 this.RegionsStateGridView = new System.Windows.Forms.DataGridView();
-   61 this.RegionsStateRegionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
-   62 this.RegionsStateLastState = new System.Windows.Forms.DataGridViewTextBoxColumn();
-   63 this.RegionsStateLastCheck = new System.Windows.Forms.DataGridViewTextBoxColumn();
-   64 this.ResidentListTab = new System.Windows.Forms.TabPage();
-   65 this.ResidentListBanGroup = new System.Windows.Forms.GroupBox();
-   66 this.ResidentBanAllEstatesBox = new System.Windows.Forms.CheckBox();
-   67 this.ResidentBanButton = new System.Windows.Forms.Button();
-   68 this.label4 = new System.Windows.Forms.Label();
-   69 this.ResidentListFilter = new System.Windows.Forms.TextBox();
-   70 this.ResidentListGridView = new System.Windows.Forms.DataGridView();
-   71 this.ResidentListName = new System.Windows.Forms.DataGridViewTextBoxColumn();
-   72 this.ResidentListUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
-   73 this.ResidentListPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
-   74 this.BatchRestartTab = new System.Windows.Forms.TabPage();
-   75 this.label3 = new System.Windows.Forms.Label();
-   76 this.RegionRestartDelayBox = new System.Windows.Forms.TextBox();
-   77 this.pictureBox3 = new System.Windows.Forms.PictureBox();
-   78 this.BatchRestartButton = new System.Windows.Forms.Button();
-   79 this.BatchRestartGridView = new System.Windows.Forms.DataGridView();
-   80 this.BatchRestartRegionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
-   81 this.BatchRestartPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
59 this.TopScriptsTab = new System.Windows.Forms.TabPage(); 82 this.TopScriptsTab = new System.Windows.Forms.TabPage();
60 this.label1 = new System.Windows.Forms.Label(); 83 this.label1 = new System.Windows.Forms.Label();
61 this.TopScriptsFilter = new System.Windows.Forms.TextBox(); 84 this.TopScriptsFilter = new System.Windows.Forms.TextBox();
62 this.ReturnTopScriptsButton = new System.Windows.Forms.Button(); 85 this.ReturnTopScriptsButton = new System.Windows.Forms.Button();
63 this.button3 = new System.Windows.Forms.Button(); 86 this.button3 = new System.Windows.Forms.Button();
64 this.TopScriptsGridView = new System.Windows.Forms.DataGridView(); 87 this.TopScriptsGridView = new System.Windows.Forms.DataGridView();
65 this.TopScriptsScore = new System.Windows.Forms.DataGridViewTextBoxColumn(); 88 this.TopScriptsScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
66 this.TopScriptsTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn(); 89 this.TopScriptsTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn();
67 this.TopScriptsUUID = new System.Windows.Forms.DataGridViewTextBoxColumn(); 90 this.TopScriptsUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
68 this.TopScriptsOwner = new System.Windows.Forms.DataGridViewTextBoxColumn(); 91 this.TopScriptsOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
69 this.TopScriptsPosition = new System.Windows.Forms.DataGridViewTextBoxColumn(); 92 this.TopScriptsPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
70 this.TopCollidersTab = new System.Windows.Forms.TabPage(); 93 this.TopCollidersTab = new System.Windows.Forms.TabPage();
71 this.label2 = new System.Windows.Forms.Label(); 94 this.label2 = new System.Windows.Forms.Label();
72 this.TopCollidersFilter = new System.Windows.Forms.TextBox(); 95 this.TopCollidersFilter = new System.Windows.Forms.TextBox();
73 this.ReturnTopCollidersButton = new System.Windows.Forms.Button(); 96 this.ReturnTopCollidersButton = new System.Windows.Forms.Button();
74 this.button5 = new System.Windows.Forms.Button(); 97 this.button5 = new System.Windows.Forms.Button();
75 this.TopCollidersGridView = new System.Windows.Forms.DataGridView(); 98 this.TopCollidersGridView = new System.Windows.Forms.DataGridView();
76 this.TopCollidersScore = new System.Windows.Forms.DataGridViewTextBoxColumn(); 99 this.TopCollidersScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
77 this.TopCollidersTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn(); 100 this.TopCollidersTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn();
78 this.TopCollidersUUID = new System.Windows.Forms.DataGridViewTextBoxColumn(); 101 this.TopCollidersUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
79 this.TopCollidersOwner = new System.Windows.Forms.DataGridViewTextBoxColumn(); 102 this.TopCollidersOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
80 this.TopCollidersPosition = new System.Windows.Forms.DataGridViewTextBoxColumn(); 103 this.TopCollidersPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
81 this.BatchRestartTab = new System.Windows.Forms.TabPage(); -  
82 this.label3 = new System.Windows.Forms.Label(); -  
83 this.RegionRestartDelayBox = new System.Windows.Forms.TextBox(); -  
84 this.pictureBox3 = new System.Windows.Forms.PictureBox(); -  
85 this.BatchRestartButton = new System.Windows.Forms.Button(); -  
86 this.BatchRestartGridView = new System.Windows.Forms.DataGridView(); -  
87 this.BatchRestartRegionName = new System.Windows.Forms.DataGridViewTextBoxColumn(); -  
88 this.BatchRestartPosition = new System.Windows.Forms.DataGridViewTextBoxColumn(); -  
89 this.statusStrip1 = new System.Windows.Forms.StatusStrip(); 104 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
90 this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar(); 105 this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar();
91 this.StatusText = new System.Windows.Forms.ToolStripStatusLabel(); 106 this.StatusText = new System.Windows.Forms.ToolStripStatusLabel();
92 this.button1 = new System.Windows.Forms.Button(); 107 this.button1 = new System.Windows.Forms.Button();
93 this.button2 = new System.Windows.Forms.Button(); 108 this.button2 = new System.Windows.Forms.Button();
94 this.RegionTeleportGroup = new System.Windows.Forms.GroupBox(); 109 this.RegionTeleportGroup = new System.Windows.Forms.GroupBox();
95 this.pictureBox6 = new System.Windows.Forms.PictureBox(); 110 this.pictureBox6 = new System.Windows.Forms.PictureBox();
96 this.LoadedRegions = new System.Windows.Forms.ComboBox(); 111 this.LoadedRegions = new System.Windows.Forms.ComboBox();
97 this.CurrentRegionName = new System.Windows.Forms.Label(); 112 this.CurrentRegionName = new System.Windows.Forms.Label();
98 this.CurrentRegionAt = new System.Windows.Forms.Label(); 113 this.CurrentRegionAt = new System.Windows.Forms.Label();
99 this.ExportCSVDialog = new System.Windows.Forms.SaveFileDialog(); 114 this.ExportCSVDialog = new System.Windows.Forms.SaveFileDialog();
100 this.groupBox1 = new System.Windows.Forms.GroupBox(); 115 this.groupBox1 = new System.Windows.Forms.GroupBox();
101 this.pictureBox2 = new System.Windows.Forms.PictureBox(); 116 this.pictureBox2 = new System.Windows.Forms.PictureBox();
102 this.Version = new System.Windows.Forms.Label(); 117 this.Version = new System.Windows.Forms.Label();
103 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); 118 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
-   119 this.RegionToolsTab = new System.Windows.Forms.TabPage();
-   120 this.groupBox11 = new System.Windows.Forms.GroupBox();
-   121 this.button4 = new System.Windows.Forms.Button();
-   122 this.RipTerrainButton = new System.Windows.Forms.Button();
-   123 this.button7 = new System.Windows.Forms.Button();
-   124 this.pictureBox4 = new System.Windows.Forms.PictureBox();
-   125 this.pictureBox5 = new System.Windows.Forms.PictureBox();
-   126 this.pictureBox7 = new System.Windows.Forms.PictureBox();
-   127 this.LoadTerrainFileDialog = new System.Windows.Forms.OpenFileDialog();
-   128 this.SaveTerrainFileDialog = new System.Windows.Forms.SaveFileDialog();
-   129 this.EstateTerrainDownloadUploadGroup = new System.Windows.Forms.GroupBox();
-   130 this.groupBox13 = new System.Windows.Forms.GroupBox();
104 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 131 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
105 this.Tabs.SuspendLayout(); 132 this.Tabs.SuspendLayout();
106 this.OverviewTab.SuspendLayout(); 133 this.OverviewTab.SuspendLayout();
107 this.groupBox10.SuspendLayout(); 134 this.groupBox10.SuspendLayout();
108 ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).BeginInit(); 135 ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).BeginInit();
109 this.groupBox9.SuspendLayout(); 136 this.groupBox9.SuspendLayout();
110 this.groupBox8.SuspendLayout(); 137 this.groupBox8.SuspendLayout();
111 this.groupBox7.SuspendLayout(); 138 this.groupBox7.SuspendLayout();
112 this.groupBox6.SuspendLayout(); 139 this.groupBox6.SuspendLayout();
113 this.groupBox5.SuspendLayout(); 140 this.groupBox5.SuspendLayout();
114 this.groupBox4.SuspendLayout(); 141 this.groupBox4.SuspendLayout();
115 this.groupBox3.SuspendLayout(); 142 this.groupBox3.SuspendLayout();
116 this.groupBox2.SuspendLayout(); 143 this.groupBox2.SuspendLayout();
-   144 this.RegionsStateTab.SuspendLayout();
-   145 ((System.ComponentModel.ISupportInitialize)(this.RegionsStateGridView)).BeginInit();
-   146 this.ResidentListTab.SuspendLayout();
-   147 this.ResidentListBanGroup.SuspendLayout();
-   148 ((System.ComponentModel.ISupportInitialize)(this.ResidentListGridView)).BeginInit();
-   149 this.BatchRestartTab.SuspendLayout();
-   150 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
-   151 ((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).BeginInit();
117 this.TopScriptsTab.SuspendLayout(); 152 this.TopScriptsTab.SuspendLayout();
118 ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).BeginInit(); 153 ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).BeginInit();
119 this.TopCollidersTab.SuspendLayout(); 154 this.TopCollidersTab.SuspendLayout();
120 ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).BeginInit(); 155 ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).BeginInit();
121 this.BatchRestartTab.SuspendLayout(); -  
122 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); -  
123 ((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).BeginInit(); -  
124 this.statusStrip1.SuspendLayout(); 156 this.statusStrip1.SuspendLayout();
125 this.RegionTeleportGroup.SuspendLayout(); 157 this.RegionTeleportGroup.SuspendLayout();
126 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); 158 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
127 this.groupBox1.SuspendLayout(); 159 this.groupBox1.SuspendLayout();
128 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); 160 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
-   161 this.RegionToolsTab.SuspendLayout();
-   162 this.groupBox11.SuspendLayout();
-   163 ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
-   164 ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
-   165 ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
-   166 this.EstateTerrainDownloadUploadGroup.SuspendLayout();
-   167 this.groupBox13.SuspendLayout();
129 this.SuspendLayout(); 168 this.SuspendLayout();
130 // 169 //
131 // pictureBox1 170 // pictureBox1
132 // 171 //
133 this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage"))); 172 this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
134 this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; 173 this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
135 this.pictureBox1.Location = new System.Drawing.Point(17, 12); 174 this.pictureBox1.Location = new System.Drawing.Point(17, 12);
136 this.pictureBox1.Name = "pictureBox1"; 175 this.pictureBox1.Name = "pictureBox1";
137 this.pictureBox1.Size = new System.Drawing.Size(477, 140); 176 this.pictureBox1.Size = new System.Drawing.Size(477, 140);
138 this.pictureBox1.TabIndex = 0; 177 this.pictureBox1.TabIndex = 0;
139 this.pictureBox1.TabStop = false; 178 this.pictureBox1.TabStop = false;
140 // 179 //
141 // Tabs 180 // Tabs
142 // 181 //
143 this.Tabs.Controls.Add(this.OverviewTab); 182 this.Tabs.Controls.Add(this.OverviewTab);
-   183 this.Tabs.Controls.Add(this.RegionsStateTab);
-   184 this.Tabs.Controls.Add(this.ResidentListTab);
-   185 this.Tabs.Controls.Add(this.BatchRestartTab);
144 this.Tabs.Controls.Add(this.TopScriptsTab); 186 this.Tabs.Controls.Add(this.TopScriptsTab);
145 this.Tabs.Controls.Add(this.TopCollidersTab); 187 this.Tabs.Controls.Add(this.TopCollidersTab);
146 this.Tabs.Controls.Add(this.BatchRestartTab); 188 this.Tabs.Controls.Add(this.RegionToolsTab);
-   189 this.Tabs.Enabled = false;
147 this.Tabs.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 190 this.Tabs.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
148 this.Tabs.Location = new System.Drawing.Point(13, 186); 191 this.Tabs.Location = new System.Drawing.Point(13, 186);
149 this.Tabs.Name = "Tabs"; 192 this.Tabs.Name = "Tabs";
150 this.Tabs.SelectedIndex = 0; 193 this.Tabs.SelectedIndex = 0;
151 this.Tabs.Size = new System.Drawing.Size(679, 430); 194 this.Tabs.Size = new System.Drawing.Size(679, 430);
152 this.Tabs.TabIndex = 1; 195 this.Tabs.TabIndex = 1;
153 this.Tabs.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.RequestSelecting); 196 this.Tabs.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.RequestSelecting);
154 // 197 //
155 // OverviewTab 198 // OverviewTab
156 // 199 //
157 this.OverviewTab.Controls.Add(this.groupBox10); 200 this.OverviewTab.Controls.Add(this.groupBox10);
158 this.OverviewTab.Controls.Add(this.groupBox9); 201 this.OverviewTab.Controls.Add(this.groupBox9);
159 this.OverviewTab.Controls.Add(this.groupBox8); 202 this.OverviewTab.Controls.Add(this.groupBox8);
160 this.OverviewTab.Controls.Add(this.groupBox7); 203 this.OverviewTab.Controls.Add(this.groupBox7);
161 this.OverviewTab.Controls.Add(this.groupBox6); 204 this.OverviewTab.Controls.Add(this.groupBox6);
162 this.OverviewTab.Controls.Add(this.groupBox5); 205 this.OverviewTab.Controls.Add(this.groupBox5);
163 this.OverviewTab.Controls.Add(this.groupBox4); 206 this.OverviewTab.Controls.Add(this.groupBox4);
164 this.OverviewTab.Controls.Add(this.groupBox3); 207 this.OverviewTab.Controls.Add(this.groupBox3);
165 this.OverviewTab.Controls.Add(this.groupBox2); 208 this.OverviewTab.Controls.Add(this.groupBox2);
166 this.OverviewTab.Location = new System.Drawing.Point(4, 25); 209 this.OverviewTab.Location = new System.Drawing.Point(4, 25);
167 this.OverviewTab.Name = "OverviewTab"; 210 this.OverviewTab.Name = "OverviewTab";
168 this.OverviewTab.Padding = new System.Windows.Forms.Padding(3); 211 this.OverviewTab.Padding = new System.Windows.Forms.Padding(3);
169 this.OverviewTab.Size = new System.Drawing.Size(671, 401); 212 this.OverviewTab.Size = new System.Drawing.Size(671, 401);
170 this.OverviewTab.TabIndex = 0; 213 this.OverviewTab.TabIndex = 0;
171 this.OverviewTab.Text = "Overview"; 214 this.OverviewTab.Text = "Overview";
172 this.OverviewTab.UseVisualStyleBackColor = true; 215 this.OverviewTab.UseVisualStyleBackColor = true;
173 // 216 //
174 // groupBox10 217 // groupBox10
175 // 218 //
176 this.groupBox10.Controls.Add(this.RegionAvatarsMap); 219 this.groupBox10.Controls.Add(this.RegionAvatarsMap);
177 this.groupBox10.Location = new System.Drawing.Point(6, 6); 220 this.groupBox10.Location = new System.Drawing.Point(6, 6);
178 this.groupBox10.Name = "groupBox10"; 221 this.groupBox10.Name = "groupBox10";
179 this.groupBox10.Size = new System.Drawing.Size(390, 390); 222 this.groupBox10.Size = new System.Drawing.Size(390, 390);
180 this.groupBox10.TabIndex = 9; 223 this.groupBox10.TabIndex = 9;
181 this.groupBox10.TabStop = false; 224 this.groupBox10.TabStop = false;
182 this.groupBox10.Text = "Map and Avatars"; 225 this.groupBox10.Text = "Map and Avatars";
183 // 226 //
184 // RegionAvatarsMap 227 // RegionAvatarsMap
185 // 228 //
186 this.RegionAvatarsMap.BackColor = System.Drawing.Color.Black; 229 this.RegionAvatarsMap.BackColor = System.Drawing.Color.Black;
187 this.RegionAvatarsMap.Location = new System.Drawing.Point(12, 14); 230 this.RegionAvatarsMap.Location = new System.Drawing.Point(12, 14);
188 this.RegionAvatarsMap.Name = "RegionAvatarsMap"; 231 this.RegionAvatarsMap.Name = "RegionAvatarsMap";
189 this.RegionAvatarsMap.Size = new System.Drawing.Size(372, 372); 232 this.RegionAvatarsMap.Size = new System.Drawing.Size(372, 372);
190 this.RegionAvatarsMap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; 233 this.RegionAvatarsMap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
191 this.RegionAvatarsMap.TabIndex = 0; 234 this.RegionAvatarsMap.TabIndex = 0;
192 this.RegionAvatarsMap.TabStop = false; 235 this.RegionAvatarsMap.TabStop = false;
193 // 236 //
194 // groupBox9 237 // groupBox9
195 // 238 //
196 this.groupBox9.Controls.Add(this.Objects); 239 this.groupBox9.Controls.Add(this.Objects);
197 this.groupBox9.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 240 this.groupBox9.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
198 this.groupBox9.Location = new System.Drawing.Point(531, 96); 241 this.groupBox9.Location = new System.Drawing.Point(531, 96);
199 this.groupBox9.Name = "groupBox9"; 242 this.groupBox9.Name = "groupBox9";
200 this.groupBox9.Size = new System.Drawing.Size(107, 49); 243 this.groupBox9.Size = new System.Drawing.Size(107, 49);
201 this.groupBox9.TabIndex = 8; 244 this.groupBox9.TabIndex = 8;
202 this.groupBox9.TabStop = false; 245 this.groupBox9.TabStop = false;
203 this.groupBox9.Text = "Objects"; 246 this.groupBox9.Text = "Objects";
204 // 247 //
205 // Objects 248 // Objects
206 // 249 //
207 this.Objects.AutoSize = true; 250 this.Objects.AutoSize = true;
208 this.Objects.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 251 this.Objects.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
209 this.Objects.Location = new System.Drawing.Point(9, 21); 252 this.Objects.Location = new System.Drawing.Point(9, 21);
210 this.Objects.Name = "Objects"; 253 this.Objects.Name = "Objects";
211 this.Objects.Size = new System.Drawing.Size(32, 18); 254 this.Objects.Size = new System.Drawing.Size(32, 18);
212 this.Objects.TabIndex = 0; 255 this.Objects.TabIndex = 0;
213 this.Objects.Text = " "; 256 this.Objects.Text = " ";
214 // 257 //
215 // groupBox8 258 // groupBox8
216 // 259 //
217 this.groupBox8.Controls.Add(this.ScriptTime); 260 this.groupBox8.Controls.Add(this.ScriptTime);
218 this.groupBox8.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 261 this.groupBox8.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
219 this.groupBox8.Location = new System.Drawing.Point(531, 206); 262 this.groupBox8.Location = new System.Drawing.Point(531, 206);
220 this.groupBox8.Name = "groupBox8"; 263 this.groupBox8.Name = "groupBox8";
221 this.groupBox8.Size = new System.Drawing.Size(107, 49); 264 this.groupBox8.Size = new System.Drawing.Size(107, 49);
222 this.groupBox8.TabIndex = 7; 265 this.groupBox8.TabIndex = 7;
223 this.groupBox8.TabStop = false; 266 this.groupBox8.TabStop = false;
224 this.groupBox8.Text = "Script Time"; 267 this.groupBox8.Text = "Script Time";
225 // 268 //
226 // ScriptTime 269 // ScriptTime
227 // 270 //
228 this.ScriptTime.AutoSize = true; 271 this.ScriptTime.AutoSize = true;
229 this.ScriptTime.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 272 this.ScriptTime.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
230 this.ScriptTime.Location = new System.Drawing.Point(12, 21); 273 this.ScriptTime.Location = new System.Drawing.Point(12, 21);
231 this.ScriptTime.Name = "ScriptTime"; 274 this.ScriptTime.Name = "ScriptTime";
232 this.ScriptTime.Size = new System.Drawing.Size(32, 18); 275 this.ScriptTime.Size = new System.Drawing.Size(32, 18);
233 this.ScriptTime.TabIndex = 0; 276 this.ScriptTime.TabIndex = 0;
234 this.ScriptTime.Text = " "; 277 this.ScriptTime.Text = " ";
235 // 278 //
236 // groupBox7 279 // groupBox7
237 // 280 //
238 this.groupBox7.Controls.Add(this.ActiveScripts); 281 this.groupBox7.Controls.Add(this.ActiveScripts);
239 this.groupBox7.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 282 this.groupBox7.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
240 this.groupBox7.Location = new System.Drawing.Point(418, 206); 283 this.groupBox7.Location = new System.Drawing.Point(418, 206);
241 this.groupBox7.Name = "groupBox7"; 284 this.groupBox7.Name = "groupBox7";
242 this.groupBox7.Size = new System.Drawing.Size(107, 49); 285 this.groupBox7.Size = new System.Drawing.Size(107, 49);
243 this.groupBox7.TabIndex = 6; 286 this.groupBox7.TabIndex = 6;
244 this.groupBox7.TabStop = false; 287 this.groupBox7.TabStop = false;
245 this.groupBox7.Text = "Active Scripts"; 288 this.groupBox7.Text = "Active Scripts";
246 // 289 //
247 // ActiveScripts 290 // ActiveScripts
248 // 291 //
249 this.ActiveScripts.AutoSize = true; 292 this.ActiveScripts.AutoSize = true;
250 this.ActiveScripts.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 293 this.ActiveScripts.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
251 this.ActiveScripts.Location = new System.Drawing.Point(9, 21); 294 this.ActiveScripts.Location = new System.Drawing.Point(9, 21);
252 this.ActiveScripts.Name = "ActiveScripts"; 295 this.ActiveScripts.Name = "ActiveScripts";
253 this.ActiveScripts.Size = new System.Drawing.Size(32, 18); 296 this.ActiveScripts.Size = new System.Drawing.Size(32, 18);
254 this.ActiveScripts.TabIndex = 0; 297 this.ActiveScripts.TabIndex = 0;
255 this.ActiveScripts.Text = " "; 298 this.ActiveScripts.Text = " ";
256 // 299 //
257 // groupBox6 300 // groupBox6
258 // 301 //
259 this.groupBox6.Controls.Add(this.PhysicsFPS); 302 this.groupBox6.Controls.Add(this.PhysicsFPS);
260 this.groupBox6.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 303 this.groupBox6.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
261 this.groupBox6.Location = new System.Drawing.Point(531, 151); 304 this.groupBox6.Location = new System.Drawing.Point(531, 151);
262 this.groupBox6.Name = "groupBox6"; 305 this.groupBox6.Name = "groupBox6";
263 this.groupBox6.Size = new System.Drawing.Size(107, 49); 306 this.groupBox6.Size = new System.Drawing.Size(107, 49);
264 this.groupBox6.TabIndex = 5; 307 this.groupBox6.TabIndex = 5;
265 this.groupBox6.TabStop = false; 308 this.groupBox6.TabStop = false;
266 this.groupBox6.Text = "Physics FPS"; 309 this.groupBox6.Text = "Physics FPS";
267 // 310 //
268 // PhysicsFPS 311 // PhysicsFPS
269 // 312 //
270 this.PhysicsFPS.AutoSize = true; 313 this.PhysicsFPS.AutoSize = true;
271 this.PhysicsFPS.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 314 this.PhysicsFPS.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
272 this.PhysicsFPS.Location = new System.Drawing.Point(9, 21); 315 this.PhysicsFPS.Location = new System.Drawing.Point(9, 21);
273 this.PhysicsFPS.Name = "PhysicsFPS"; 316 this.PhysicsFPS.Name = "PhysicsFPS";
274 this.PhysicsFPS.Size = new System.Drawing.Size(32, 18); 317 this.PhysicsFPS.Size = new System.Drawing.Size(32, 18);
275 this.PhysicsFPS.TabIndex = 0; 318 this.PhysicsFPS.TabIndex = 0;
276 this.PhysicsFPS.Text = " "; 319 this.PhysicsFPS.Text = " ";
277 // 320 //
278 // groupBox5 321 // groupBox5
279 // 322 //
280 this.groupBox5.Controls.Add(this.FPS); 323 this.groupBox5.Controls.Add(this.FPS);
281 this.groupBox5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 324 this.groupBox5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
282 this.groupBox5.Location = new System.Drawing.Point(418, 151); 325 this.groupBox5.Location = new System.Drawing.Point(418, 151);
283 this.groupBox5.Name = "groupBox5"; 326 this.groupBox5.Name = "groupBox5";
284 this.groupBox5.Size = new System.Drawing.Size(107, 49); 327 this.groupBox5.Size = new System.Drawing.Size(107, 49);
285 this.groupBox5.TabIndex = 4; 328 this.groupBox5.TabIndex = 4;
286 this.groupBox5.TabStop = false; 329 this.groupBox5.TabStop = false;
287 this.groupBox5.Text = "FPS"; 330 this.groupBox5.Text = "FPS";
288 // 331 //
289 // FPS 332 // FPS
290 // 333 //
291 this.FPS.AutoSize = true; 334 this.FPS.AutoSize = true;
292 this.FPS.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 335 this.FPS.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
293 this.FPS.Location = new System.Drawing.Point(12, 21); 336 this.FPS.Location = new System.Drawing.Point(12, 21);
294 this.FPS.Name = "FPS"; 337 this.FPS.Name = "FPS";
295 this.FPS.Size = new System.Drawing.Size(32, 18); 338 this.FPS.Size = new System.Drawing.Size(32, 18);
296 this.FPS.TabIndex = 0; 339 this.FPS.TabIndex = 0;
297 this.FPS.Text = " "; 340 this.FPS.Text = " ";
298 // 341 //
299 // groupBox4 342 // groupBox4
300 // 343 //
301 this.groupBox4.Controls.Add(this.Dilation); 344 this.groupBox4.Controls.Add(this.Dilation);
302 this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 345 this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
303 this.groupBox4.Location = new System.Drawing.Point(531, 261); 346 this.groupBox4.Location = new System.Drawing.Point(531, 261);
304 this.groupBox4.Name = "groupBox4"; 347 this.groupBox4.Name = "groupBox4";
305 this.groupBox4.Size = new System.Drawing.Size(107, 49); 348 this.groupBox4.Size = new System.Drawing.Size(107, 49);
306 this.groupBox4.TabIndex = 3; 349 this.groupBox4.TabIndex = 3;
307 this.groupBox4.TabStop = false; 350 this.groupBox4.TabStop = false;
308 this.groupBox4.Text = "Time Dilation"; 351 this.groupBox4.Text = "Time Dilation";
309 // 352 //
310 // Dilation 353 // Dilation
311 // 354 //
312 this.Dilation.AutoSize = true; 355 this.Dilation.AutoSize = true;
313 this.Dilation.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 356 this.Dilation.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
314 this.Dilation.Location = new System.Drawing.Point(9, 21); 357 this.Dilation.Location = new System.Drawing.Point(9, 21);
315 this.Dilation.Name = "Dilation"; 358 this.Dilation.Name = "Dilation";
316 this.Dilation.Size = new System.Drawing.Size(32, 18); 359 this.Dilation.Size = new System.Drawing.Size(32, 18);
317 this.Dilation.TabIndex = 0; 360 this.Dilation.TabIndex = 0;
318 this.Dilation.Text = " "; 361 this.Dilation.Text = " ";
319 // 362 //
320 // groupBox3 363 // groupBox3
321 // 364 //
322 this.groupBox3.Controls.Add(this.LastLag); 365 this.groupBox3.Controls.Add(this.LastLag);
323 this.groupBox3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 366 this.groupBox3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
324 this.groupBox3.Location = new System.Drawing.Point(418, 261); 367 this.groupBox3.Location = new System.Drawing.Point(418, 261);
325 this.groupBox3.Name = "groupBox3"; 368 this.groupBox3.Name = "groupBox3";
326 this.groupBox3.Size = new System.Drawing.Size(107, 49); 369 this.groupBox3.Size = new System.Drawing.Size(107, 49);
327 this.groupBox3.TabIndex = 2; 370 this.groupBox3.TabIndex = 2;
328 this.groupBox3.TabStop = false; 371 this.groupBox3.TabStop = false;
329 this.groupBox3.Text = "LastLag"; 372 this.groupBox3.Text = "LastLag";
330 // 373 //
331 // LastLag 374 // LastLag
332 // 375 //
333 this.LastLag.AutoSize = true; 376 this.LastLag.AutoSize = true;
334 this.LastLag.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 377 this.LastLag.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
335 this.LastLag.Location = new System.Drawing.Point(12, 21); 378 this.LastLag.Location = new System.Drawing.Point(12, 21);
336 this.LastLag.Name = "LastLag"; 379 this.LastLag.Name = "LastLag";
337 this.LastLag.Size = new System.Drawing.Size(32, 18); 380 this.LastLag.Size = new System.Drawing.Size(32, 18);
338 this.LastLag.TabIndex = 0; 381 this.LastLag.TabIndex = 0;
339 this.LastLag.Text = " "; 382 this.LastLag.Text = " ";
340 // 383 //
341 // groupBox2 384 // groupBox2
342 // 385 //
343 this.groupBox2.Controls.Add(this.Agents); 386 this.groupBox2.Controls.Add(this.Agents);
344 this.groupBox2.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 387 this.groupBox2.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
345 this.groupBox2.Location = new System.Drawing.Point(418, 96); 388 this.groupBox2.Location = new System.Drawing.Point(418, 96);
346 this.groupBox2.Name = "groupBox2"; 389 this.groupBox2.Name = "groupBox2";
347 this.groupBox2.Size = new System.Drawing.Size(107, 49); 390 this.groupBox2.Size = new System.Drawing.Size(107, 49);
348 this.groupBox2.TabIndex = 1; 391 this.groupBox2.TabIndex = 1;
349 this.groupBox2.TabStop = false; 392 this.groupBox2.TabStop = false;
350 this.groupBox2.Text = "Agents"; 393 this.groupBox2.Text = "Agents";
351 // 394 //
352 // Agents 395 // Agents
353 // 396 //
354 this.Agents.AutoSize = true; 397 this.Agents.AutoSize = true;
355 this.Agents.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 398 this.Agents.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
356 this.Agents.Location = new System.Drawing.Point(12, 21); 399 this.Agents.Location = new System.Drawing.Point(12, 21);
357 this.Agents.Name = "Agents"; 400 this.Agents.Name = "Agents";
358 this.Agents.Size = new System.Drawing.Size(32, 18); 401 this.Agents.Size = new System.Drawing.Size(32, 18);
359 this.Agents.TabIndex = 0; 402 this.Agents.TabIndex = 0;
360 this.Agents.Text = " "; 403 this.Agents.Text = " ";
361 // 404 //
-   405 // RegionsStateTab
-   406 //
-   407 this.RegionsStateTab.Controls.Add(this.RegionsStateGridView);
-   408 this.RegionsStateTab.Location = new System.Drawing.Point(4, 25);
-   409 this.RegionsStateTab.Name = "RegionsStateTab";
-   410 this.RegionsStateTab.Size = new System.Drawing.Size(671, 401);
-   411 this.RegionsStateTab.TabIndex = 5;
-   412 this.RegionsStateTab.Text = "Regions State";
-   413 this.RegionsStateTab.UseVisualStyleBackColor = true;
-   414 //
-   415 // RegionsStateGridView
-   416 //
-   417 this.RegionsStateGridView.AllowUserToAddRows = false;
-   418 this.RegionsStateGridView.AllowUserToDeleteRows = false;
-   419 this.RegionsStateGridView.AllowUserToOrderColumns = true;
-   420 this.RegionsStateGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
-   421 this.RegionsStateGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
-   422 this.RegionsStateRegionName,
-   423 this.RegionsStateLastState,
-   424 this.RegionsStateLastCheck});
-   425 this.RegionsStateGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-   426 this.RegionsStateGridView.Location = new System.Drawing.Point(4, 4);
-   427 this.RegionsStateGridView.Name = "RegionsStateGridView";
-   428 this.RegionsStateGridView.ReadOnly = true;
-   429 this.RegionsStateGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
-   430 this.RegionsStateGridView.Size = new System.Drawing.Size(663, 394);
-   431 this.RegionsStateGridView.TabIndex = 1;
-   432 //
-   433 // RegionsStateRegionName
-   434 //
-   435 this.RegionsStateRegionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
-   436 this.RegionsStateRegionName.HeaderText = "Region Name";
-   437 this.RegionsStateRegionName.Name = "RegionsStateRegionName";
-   438 this.RegionsStateRegionName.ReadOnly = true;
-   439 this.RegionsStateRegionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
-   440 //
-   441 // RegionsStateLastState
-   442 //
-   443 this.RegionsStateLastState.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
-   444 this.RegionsStateLastState.HeaderText = "Last State";
-   445 this.RegionsStateLastState.Name = "RegionsStateLastState";
-   446 this.RegionsStateLastState.ReadOnly = true;
-   447 this.RegionsStateLastState.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
-   448 //
-   449 // RegionsStateLastCheck
-   450 //
-   451 this.RegionsStateLastCheck.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
-   452 this.RegionsStateLastCheck.HeaderText = "Last Check";
-   453 this.RegionsStateLastCheck.Name = "RegionsStateLastCheck";
-   454 this.RegionsStateLastCheck.ReadOnly = true;
-   455 //
-   456 // ResidentListTab
-   457 //
-   458 this.ResidentListTab.Controls.Add(this.ResidentListBanGroup);
-   459 this.ResidentListTab.Controls.Add(this.label4);
-   460 this.ResidentListTab.Controls.Add(this.ResidentListFilter);
-   461 this.ResidentListTab.Controls.Add(this.ResidentListGridView);
-   462 this.ResidentListTab.Location = new System.Drawing.Point(4, 25);
-   463 this.ResidentListTab.Name = "ResidentListTab";
-   464 this.ResidentListTab.Size = new System.Drawing.Size(671, 401);
-   465 this.ResidentListTab.TabIndex = 4;
-   466 this.ResidentListTab.Text = "Resident List";
-   467 this.ResidentListTab.UseVisualStyleBackColor = true;
-   468 //
-   469 // ResidentListBanGroup
-   470 //
-   471 this.ResidentListBanGroup.Controls.Add(this.ResidentBanAllEstatesBox);
-   472 this.ResidentListBanGroup.Controls.Add(this.ResidentBanButton);
-   473 this.ResidentListBanGroup.Enabled = false;
-   474 this.ResidentListBanGroup.Location = new System.Drawing.Point(467, 345);
-   475 this.ResidentListBanGroup.Name = "ResidentListBanGroup";
-   476 this.ResidentListBanGroup.Size = new System.Drawing.Size(200, 51);
-   477 this.ResidentListBanGroup.TabIndex = 10;
-   478 this.ResidentListBanGroup.TabStop = false;
-   479 this.ResidentListBanGroup.Text = "Ban Residents";
-   480 //
-   481 // ResidentBanAllEstatesBox
-   482 //
-   483 this.ResidentBanAllEstatesBox.AutoSize = true;
-   484 this.ResidentBanAllEstatesBox.Location = new System.Drawing.Point(91, 23);
-   485 this.ResidentBanAllEstatesBox.Name = "ResidentBanAllEstatesBox";
-   486 this.ResidentBanAllEstatesBox.Size = new System.Drawing.Size(79, 20);
-   487 this.ResidentBanAllEstatesBox.TabIndex = 3;
-   488 this.ResidentBanAllEstatesBox.Text = "All Estates";
-   489 this.ResidentBanAllEstatesBox.UseVisualStyleBackColor = true;
-   490 //
-   491 // ResidentBanButton
-   492 //
-   493 this.ResidentBanButton.Location = new System.Drawing.Point(10, 21);
-   494 this.ResidentBanButton.Name = "ResidentBanButton";
-   495 this.ResidentBanButton.Size = new System.Drawing.Size(75, 23);
-   496 this.ResidentBanButton.TabIndex = 2;
-   497 this.ResidentBanButton.Text = "Ban";
-   498 this.ResidentBanButton.UseVisualStyleBackColor = true;
-   499 this.ResidentBanButton.Click += new System.EventHandler(this.RequestBanAgents);
-   500 //
-   501 // label4
-   502 //
-   503 this.label4.AutoSize = true;
-   504 this.label4.Location = new System.Drawing.Point(6, 348);
-   505 this.label4.Name = "label4";
-   506 this.label4.Size = new System.Drawing.Size(36, 16);
-   507 this.label4.TabIndex = 9;
-   508 this.label4.Text = "Filter:";
-   509 //
-   510 // ResidentListFilter
-   511 //
-   512 this.ResidentListFilter.Location = new System.Drawing.Point(44, 345);
-   513 this.ResidentListFilter.Name = "ResidentListFilter";
-   514 this.ResidentListFilter.Size = new System.Drawing.Size(196, 22);
-   515 this.ResidentListFilter.TabIndex = 8;
-   516 this.ResidentListFilter.TextChanged += new System.EventHandler(this.RequestFilterResidentList);
-   517 //
-   518 // ResidentListGridView
-   519 //
-   520 this.ResidentListGridView.AllowUserToAddRows = false;
-   521 this.ResidentListGridView.AllowUserToDeleteRows = false;
-   522 this.ResidentListGridView.AllowUserToOrderColumns = true;
-   523 this.ResidentListGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
-   524 this.ResidentListGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
-   525 this.ResidentListName,
-   526 this.ResidentListUUID,
-   527 this.ResidentListPosition});
-   528 this.ResidentListGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-   529 this.ResidentListGridView.Location = new System.Drawing.Point(4, 4);
-   530 this.ResidentListGridView.Name = "ResidentListGridView";
-   531 this.ResidentListGridView.ReadOnly = true;
-   532 this.ResidentListGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
-   533 this.ResidentListGridView.Size = new System.Drawing.Size(663, 335);
-   534 this.ResidentListGridView.TabIndex = 0;
-   535 //
-   536 // ResidentListName
-   537 //
-   538 this.ResidentListName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
-   539 this.ResidentListName.HeaderText = "Name";
-   540 this.ResidentListName.Name = "ResidentListName";
-   541 this.ResidentListName.ReadOnly = true;
-   542 //
-   543 // ResidentListUUID
-   544 //
-   545 this.ResidentListUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
-   546 this.ResidentListUUID.HeaderText = "UUID";
-   547 this.ResidentListUUID.Name = "ResidentListUUID";
-   548 this.ResidentListUUID.ReadOnly = true;
-   549 //
-   550 // ResidentListPosition
-   551 //
-   552 this.ResidentListPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
-   553 this.ResidentListPosition.HeaderText = "Position";
-   554 this.ResidentListPosition.Name = "ResidentListPosition";
-   555 this.ResidentListPosition.ReadOnly = true;
-   556 //
-   557 // BatchRestartTab
-   558 //
-   559 this.BatchRestartTab.Controls.Add(this.label3);
-   560 this.BatchRestartTab.Controls.Add(this.RegionRestartDelayBox);
-   561 this.BatchRestartTab.Controls.Add(this.pictureBox3);
-   562 this.BatchRestartTab.Controls.Add(this.BatchRestartButton);
-   563 this.BatchRestartTab.Controls.Add(this.BatchRestartGridView);
-   564 this.BatchRestartTab.Location = new System.Drawing.Point(4, 25);
-   565 this.BatchRestartTab.Name = "BatchRestartTab";
-   566 this.BatchRestartTab.Size = new System.Drawing.Size(671, 401);
-   567 this.BatchRestartTab.TabIndex = 3;
-   568 this.BatchRestartTab.Text = "Batch Restart";
-   569 this.BatchRestartTab.UseVisualStyleBackColor = true;
-   570 //
-   571 // label3
-   572 //
-   573 this.label3.AutoSize = true;
-   574 this.label3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-   575 this.label3.Location = new System.Drawing.Point(183, 378);
-   576 this.label3.Name = "label3";
-   577 this.label3.Size = new System.Drawing.Size(77, 16);
-   578 this.label3.TabIndex = 13;
-   579 this.label3.Text = "Restart Delay:";
-   580 //
-   581 // RegionRestartDelayBox
-   582 //
-   583 this.RegionRestartDelayBox.Location = new System.Drawing.Point(266, 375);
-   584 this.RegionRestartDelayBox.Name = "RegionRestartDelayBox";
-   585 this.RegionRestartDelayBox.Size = new System.Drawing.Size(72, 22);
-   586 this.RegionRestartDelayBox.TabIndex = 12;
-   587 //
-   588 // pictureBox3
-   589 //
-   590 this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Help;
-   591 this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
-   592 this.pictureBox3.Location = new System.Drawing.Point(457, 375);
-   593 this.pictureBox3.Name = "pictureBox3";
-   594 this.pictureBox3.Size = new System.Drawing.Size(20, 20);
-   595 this.pictureBox3.TabIndex = 11;
-   596 this.pictureBox3.TabStop = false;
-   597 this.toolTip1.SetToolTip(this.pictureBox3, resources.GetString("pictureBox3.ToolTip"));
-   598 //
-   599 // BatchRestartButton
-   600 //
-   601 this.BatchRestartButton.Location = new System.Drawing.Point(344, 374);
-   602 this.BatchRestartButton.Name = "BatchRestartButton";
-   603 this.BatchRestartButton.Size = new System.Drawing.Size(107, 23);
-   604 this.BatchRestartButton.TabIndex = 1;
-   605 this.BatchRestartButton.Text = "Batch Restart";
-   606 this.BatchRestartButton.UseVisualStyleBackColor = true;
-   607 this.BatchRestartButton.Click += new System.EventHandler(this.RequestBatchRestart);
-   608 //
-   609 // BatchRestartGridView
-   610 //
-   611 this.BatchRestartGridView.AllowUserToAddRows = false;
-   612 this.BatchRestartGridView.AllowUserToDeleteRows = false;
-   613 this.BatchRestartGridView.AllowUserToOrderColumns = true;
-   614 this.BatchRestartGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
-   615 this.BatchRestartGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
-   616 this.BatchRestartRegionName,
-   617 this.BatchRestartPosition});
-   618 this.BatchRestartGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-   619 this.BatchRestartGridView.Location = new System.Drawing.Point(4, 4);
-   620 this.BatchRestartGridView.Name = "BatchRestartGridView";
-   621 this.BatchRestartGridView.ReadOnly = true;
-   622 this.BatchRestartGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
-   623 this.BatchRestartGridView.Size = new System.Drawing.Size(663, 364);
-   624 this.BatchRestartGridView.TabIndex = 0;
-   625 //
-   626 // BatchRestartRegionName
-   627 //
-   628 this.BatchRestartRegionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
-   629 this.BatchRestartRegionName.HeaderText = "Region Name";
-   630 this.BatchRestartRegionName.Name = "BatchRestartRegionName";
-   631 this.BatchRestartRegionName.ReadOnly = true;
-   632 this.BatchRestartRegionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
-   633 //
-   634 // BatchRestartPosition
-   635 //
-   636 this.BatchRestartPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
-   637 this.BatchRestartPosition.HeaderText = "Position";
-   638 this.BatchRestartPosition.Name = "BatchRestartPosition";
-   639 this.BatchRestartPosition.ReadOnly = true;
-   640 this.BatchRestartPosition.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
-   641 //
362 // TopScriptsTab 642 // TopScriptsTab
363 // 643 //
364 this.TopScriptsTab.Controls.Add(this.label1); 644 this.TopScriptsTab.Controls.Add(this.label1);
365 this.TopScriptsTab.Controls.Add(this.TopScriptsFilter); 645 this.TopScriptsTab.Controls.Add(this.TopScriptsFilter);
366 this.TopScriptsTab.Controls.Add(this.ReturnTopScriptsButton); 646 this.TopScriptsTab.Controls.Add(this.ReturnTopScriptsButton);
367 this.TopScriptsTab.Controls.Add(this.button3); 647 this.TopScriptsTab.Controls.Add(this.button3);
368 this.TopScriptsTab.Controls.Add(this.TopScriptsGridView); 648 this.TopScriptsTab.Controls.Add(this.TopScriptsGridView);
369 this.TopScriptsTab.Location = new System.Drawing.Point(4, 25); 649 this.TopScriptsTab.Location = new System.Drawing.Point(4, 25);
370 this.TopScriptsTab.Name = "TopScriptsTab"; 650 this.TopScriptsTab.Name = "TopScriptsTab";
371 this.TopScriptsTab.Size = new System.Drawing.Size(671, 401); 651 this.TopScriptsTab.Size = new System.Drawing.Size(671, 401);
372 this.TopScriptsTab.TabIndex = 1; 652 this.TopScriptsTab.TabIndex = 1;
373 this.TopScriptsTab.Text = "Top Scripts"; 653 this.TopScriptsTab.Text = "Top Scripts";
374 this.TopScriptsTab.UseVisualStyleBackColor = true; 654 this.TopScriptsTab.UseVisualStyleBackColor = true;
375 // 655 //
376 // label1 656 // label1
377 // 657 //
378 this.label1.AutoSize = true; 658 this.label1.AutoSize = true;
379 this.label1.Location = new System.Drawing.Point(5, 380); 659 this.label1.Location = new System.Drawing.Point(4, 377);
380 this.label1.Name = "label1"; 660 this.label1.Name = "label1";
381 this.label1.Size = new System.Drawing.Size(36, 16); 661 this.label1.Size = new System.Drawing.Size(36, 16);
382 this.label1.TabIndex = 7; 662 this.label1.TabIndex = 7;
383 this.label1.Text = "Filter:"; 663 this.label1.Text = "Filter:";
384 // 664 //
385 // TopScriptsFilter 665 // TopScriptsFilter
386 // 666 //
387 this.TopScriptsFilter.Location = new System.Drawing.Point(43, 377); 667 this.TopScriptsFilter.Location = new System.Drawing.Point(42, 374);
388 this.TopScriptsFilter.Name = "TopScriptsFilter"; 668 this.TopScriptsFilter.Name = "TopScriptsFilter";
389 this.TopScriptsFilter.Size = new System.Drawing.Size(196, 22); 669 this.TopScriptsFilter.Size = new System.Drawing.Size(196, 22);
390 this.TopScriptsFilter.TabIndex = 6; 670 this.TopScriptsFilter.TabIndex = 6;
391 this.TopScriptsFilter.TextChanged += new System.EventHandler(this.RequestFilterTopScripts); 671 this.TopScriptsFilter.TextChanged += new System.EventHandler(this.RequestFilterTopScripts);
392 // 672 //
393 // ReturnTopScriptsButton 673 // ReturnTopScriptsButton
394 // 674 //
395 this.ReturnTopScriptsButton.Location = new System.Drawing.Point(500, 374); 675 this.ReturnTopScriptsButton.Location = new System.Drawing.Point(500, 374);
396 this.ReturnTopScriptsButton.Name = "ReturnTopScriptsButton"; 676 this.ReturnTopScriptsButton.Name = "ReturnTopScriptsButton";
397 this.ReturnTopScriptsButton.Size = new System.Drawing.Size(86, 23); 677 this.ReturnTopScriptsButton.Size = new System.Drawing.Size(86, 23);
398 this.ReturnTopScriptsButton.TabIndex = 2; 678 this.ReturnTopScriptsButton.TabIndex = 2;
399 this.ReturnTopScriptsButton.Text = "Return Objects"; 679 this.ReturnTopScriptsButton.Text = "Return Objects";
400 this.ReturnTopScriptsButton.UseVisualStyleBackColor = true; 680 this.ReturnTopScriptsButton.UseVisualStyleBackColor = true;
401 this.ReturnTopScriptsButton.Click += new System.EventHandler(this.RequestReturnTopScriptsObjects); 681 this.ReturnTopScriptsButton.Click += new System.EventHandler(this.RequestReturnTopScriptsObjects);
402 // 682 //
403 // button3 683 // button3
404 // 684 //
405 this.button3.Location = new System.Drawing.Point(592, 374); 685 this.button3.Location = new System.Drawing.Point(592, 374);
406 this.button3.Name = "button3"; 686 this.button3.Name = "button3";
407 this.button3.Size = new System.Drawing.Size(75, 23); 687 this.button3.Size = new System.Drawing.Size(75, 23);
408 this.button3.TabIndex = 1; 688 this.button3.TabIndex = 1;
409 this.button3.Text = "Export..."; 689 this.button3.Text = "Export...";
410 this.button3.UseVisualStyleBackColor = true; 690 this.button3.UseVisualStyleBackColor = true;
411 this.button3.Click += new System.EventHandler(this.RequestExportTopScripts); 691 this.button3.Click += new System.EventHandler(this.RequestExportTopScripts);
412 // 692 //
413 // TopScriptsGridView 693 // TopScriptsGridView
414 // 694 //
415 this.TopScriptsGridView.AllowUserToAddRows = false; 695 this.TopScriptsGridView.AllowUserToAddRows = false;
416 this.TopScriptsGridView.AllowUserToDeleteRows = false; 696 this.TopScriptsGridView.AllowUserToDeleteRows = false;
417 this.TopScriptsGridView.AllowUserToOrderColumns = true; 697 this.TopScriptsGridView.AllowUserToOrderColumns = true;
418 this.TopScriptsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 698 this.TopScriptsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
419 this.TopScriptsGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 699 this.TopScriptsGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
420 this.TopScriptsScore, 700 this.TopScriptsScore,
421 this.TopScriptsTaskName, 701 this.TopScriptsTaskName,
422 this.TopScriptsUUID, 702 this.TopScriptsUUID,
423 this.TopScriptsOwner, 703 this.TopScriptsOwner,
424 this.TopScriptsPosition}); 704 this.TopScriptsPosition});
425 this.TopScriptsGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 705 this.TopScriptsGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
426 this.TopScriptsGridView.Location = new System.Drawing.Point(4, 4); 706 this.TopScriptsGridView.Location = new System.Drawing.Point(4, 4);
427 this.TopScriptsGridView.Name = "TopScriptsGridView"; 707 this.TopScriptsGridView.Name = "TopScriptsGridView";
428 this.TopScriptsGridView.ReadOnly = true; 708 this.TopScriptsGridView.ReadOnly = true;
429 this.TopScriptsGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 709 this.TopScriptsGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
430 this.TopScriptsGridView.Size = new System.Drawing.Size(663, 364); 710 this.TopScriptsGridView.Size = new System.Drawing.Size(663, 364);
431 this.TopScriptsGridView.TabIndex = 0; 711 this.TopScriptsGridView.TabIndex = 0;
432 // 712 //
433 // TopScriptsScore 713 // TopScriptsScore
434 // 714 //
435 this.TopScriptsScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 715 this.TopScriptsScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
436 this.TopScriptsScore.HeaderText = "Score"; 716 this.TopScriptsScore.HeaderText = "Score";
437 this.TopScriptsScore.Name = "TopScriptsScore"; 717 this.TopScriptsScore.Name = "TopScriptsScore";
438 this.TopScriptsScore.ReadOnly = true; 718 this.TopScriptsScore.ReadOnly = true;
439 // 719 //
440 // TopScriptsTaskName 720 // TopScriptsTaskName
441 // 721 //
442 this.TopScriptsTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 722 this.TopScriptsTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
443 this.TopScriptsTaskName.HeaderText = "Task Name"; 723 this.TopScriptsTaskName.HeaderText = "Task Name";
444 this.TopScriptsTaskName.Name = "TopScriptsTaskName"; 724 this.TopScriptsTaskName.Name = "TopScriptsTaskName";
445 this.TopScriptsTaskName.ReadOnly = true; 725 this.TopScriptsTaskName.ReadOnly = true;
446 // 726 //
447 // TopScriptsUUID 727 // TopScriptsUUID
448 // 728 //
449 this.TopScriptsUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 729 this.TopScriptsUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
450 this.TopScriptsUUID.HeaderText = "UUID"; 730 this.TopScriptsUUID.HeaderText = "UUID";
451 this.TopScriptsUUID.Name = "TopScriptsUUID"; 731 this.TopScriptsUUID.Name = "TopScriptsUUID";
452 this.TopScriptsUUID.ReadOnly = true; 732 this.TopScriptsUUID.ReadOnly = true;
453 // 733 //
454 // TopScriptsOwner 734 // TopScriptsOwner
455 // 735 //
456 this.TopScriptsOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 736 this.TopScriptsOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
457 this.TopScriptsOwner.HeaderText = "Owner"; 737 this.TopScriptsOwner.HeaderText = "Owner";
458 this.TopScriptsOwner.Name = "TopScriptsOwner"; 738 this.TopScriptsOwner.Name = "TopScriptsOwner";
459 this.TopScriptsOwner.ReadOnly = true; 739 this.TopScriptsOwner.ReadOnly = true;
460 // 740 //
461 // TopScriptsPosition 741 // TopScriptsPosition
462 // 742 //
463 this.TopScriptsPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 743 this.TopScriptsPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
464 this.TopScriptsPosition.HeaderText = "Position"; 744 this.TopScriptsPosition.HeaderText = "Position";
465 this.TopScriptsPosition.Name = "TopScriptsPosition"; 745 this.TopScriptsPosition.Name = "TopScriptsPosition";
466 this.TopScriptsPosition.ReadOnly = true; 746 this.TopScriptsPosition.ReadOnly = true;
467 // 747 //
468 // TopCollidersTab 748 // TopCollidersTab
469 // 749 //
470 this.TopCollidersTab.Controls.Add(this.label2); 750 this.TopCollidersTab.Controls.Add(this.label2);
471 this.TopCollidersTab.Controls.Add(this.TopCollidersFilter); 751 this.TopCollidersTab.Controls.Add(this.TopCollidersFilter);
472 this.TopCollidersTab.Controls.Add(this.ReturnTopCollidersButton); 752 this.TopCollidersTab.Controls.Add(this.ReturnTopCollidersButton);
473 this.TopCollidersTab.Controls.Add(this.button5); 753 this.TopCollidersTab.Controls.Add(this.button5);
474 this.TopCollidersTab.Controls.Add(this.TopCollidersGridView); 754 this.TopCollidersTab.Controls.Add(this.TopCollidersGridView);
475 this.TopCollidersTab.Location = new System.Drawing.Point(4, 25); 755 this.TopCollidersTab.Location = new System.Drawing.Point(4, 25);
476 this.TopCollidersTab.Name = "TopCollidersTab"; 756 this.TopCollidersTab.Name = "TopCollidersTab";
477 this.TopCollidersTab.Size = new System.Drawing.Size(671, 401); 757 this.TopCollidersTab.Size = new System.Drawing.Size(671, 401);
478 this.TopCollidersTab.TabIndex = 2; 758 this.TopCollidersTab.TabIndex = 2;
479 this.TopCollidersTab.Text = "Top Colliders"; 759 this.TopCollidersTab.Text = "Top Colliders";
480 this.TopCollidersTab.UseVisualStyleBackColor = true; 760 this.TopCollidersTab.UseVisualStyleBackColor = true;
481 // 761 //
482 // label2 762 // label2
483 // 763 //
484 this.label2.AutoSize = true; 764 this.label2.AutoSize = true;
485 this.label2.Location = new System.Drawing.Point(5, 380); 765 this.label2.Location = new System.Drawing.Point(4, 377);
486 this.label2.Name = "label2"; 766 this.label2.Name = "label2";
487 this.label2.Size = new System.Drawing.Size(36, 16); 767 this.label2.Size = new System.Drawing.Size(36, 16);
488 this.label2.TabIndex = 9; 768 this.label2.TabIndex = 9;
489 this.label2.Text = "Filter:"; 769 this.label2.Text = "Filter:";
490 // 770 //
491 // TopCollidersFilter 771 // TopCollidersFilter
492 // 772 //
493 this.TopCollidersFilter.Location = new System.Drawing.Point(43, 377); 773 this.TopCollidersFilter.Location = new System.Drawing.Point(42, 374);
494 this.TopCollidersFilter.Name = "TopCollidersFilter"; 774 this.TopCollidersFilter.Name = "TopCollidersFilter";
495 this.TopCollidersFilter.Size = new System.Drawing.Size(196, 22); 775 this.TopCollidersFilter.Size = new System.Drawing.Size(196, 22);
496 this.TopCollidersFilter.TabIndex = 8; 776 this.TopCollidersFilter.TabIndex = 8;
497 this.TopCollidersFilter.TextChanged += new System.EventHandler(this.RequestFilterTopColliders); 777 this.TopCollidersFilter.TextChanged += new System.EventHandler(this.RequestFilterTopColliders);
498 // 778 //
499 // ReturnTopCollidersButton 779 // ReturnTopCollidersButton
500 // 780 //
501 this.ReturnTopCollidersButton.Location = new System.Drawing.Point(500, 374); 781 this.ReturnTopCollidersButton.Location = new System.Drawing.Point(500, 374);
502 this.ReturnTopCollidersButton.Name = "ReturnTopCollidersButton"; 782 this.ReturnTopCollidersButton.Name = "ReturnTopCollidersButton";
503 this.ReturnTopCollidersButton.Size = new System.Drawing.Size(86, 23); 783 this.ReturnTopCollidersButton.Size = new System.Drawing.Size(86, 23);
504 this.ReturnTopCollidersButton.TabIndex = 3; 784 this.ReturnTopCollidersButton.TabIndex = 3;
505 this.ReturnTopCollidersButton.Text = "Return Objects"; 785 this.ReturnTopCollidersButton.Text = "Return Objects";
506 this.ReturnTopCollidersButton.UseVisualStyleBackColor = true; 786 this.ReturnTopCollidersButton.UseVisualStyleBackColor = true;
507 this.ReturnTopCollidersButton.Click += new System.EventHandler(this.RequestReturnTopCollidersObjects); 787 this.ReturnTopCollidersButton.Click += new System.EventHandler(this.RequestReturnTopCollidersObjects);
508 // 788 //
509 // button5 789 // button5
510 // 790 //
511 this.button5.Location = new System.Drawing.Point(592, 374); 791 this.button5.Location = new System.Drawing.Point(592, 374);
512 this.button5.Name = "button5"; 792 this.button5.Name = "button5";
513 this.button5.Size = new System.Drawing.Size(75, 23); 793 this.button5.Size = new System.Drawing.Size(75, 23);
514 this.button5.TabIndex = 2; 794 this.button5.TabIndex = 2;
515 this.button5.Text = "Export..."; 795 this.button5.Text = "Export...";
516 this.button5.UseVisualStyleBackColor = true; 796 this.button5.UseVisualStyleBackColor = true;
517 this.button5.Click += new System.EventHandler(this.RequestExportTopColliders); 797 this.button5.Click += new System.EventHandler(this.RequestExportTopColliders);
518 // 798 //
519 // TopCollidersGridView 799 // TopCollidersGridView
520 // 800 //
521 this.TopCollidersGridView.AllowUserToAddRows = false; 801 this.TopCollidersGridView.AllowUserToAddRows = false;
522 this.TopCollidersGridView.AllowUserToDeleteRows = false; 802 this.TopCollidersGridView.AllowUserToDeleteRows = false;
523 this.TopCollidersGridView.AllowUserToOrderColumns = true; 803 this.TopCollidersGridView.AllowUserToOrderColumns = true;
524 this.TopCollidersGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 804 this.TopCollidersGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
525 this.TopCollidersGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 805 this.TopCollidersGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
526 this.TopCollidersScore, 806 this.TopCollidersScore,
527 this.TopCollidersTaskName, 807 this.TopCollidersTaskName,
528 this.TopCollidersUUID, 808 this.TopCollidersUUID,
529 this.TopCollidersOwner, 809 this.TopCollidersOwner,
530 this.TopCollidersPosition}); 810 this.TopCollidersPosition});
531 this.TopCollidersGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 811 this.TopCollidersGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
532 this.TopCollidersGridView.Location = new System.Drawing.Point(4, 4); 812 this.TopCollidersGridView.Location = new System.Drawing.Point(4, 4);
533 this.TopCollidersGridView.Name = "TopCollidersGridView"; 813 this.TopCollidersGridView.Name = "TopCollidersGridView";
534 this.TopCollidersGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 814 this.TopCollidersGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
535 this.TopCollidersGridView.Size = new System.Drawing.Size(663, 364); 815 this.TopCollidersGridView.Size = new System.Drawing.Size(663, 364);
536 this.TopCollidersGridView.TabIndex = 0; 816 this.TopCollidersGridView.TabIndex = 0;
537 // 817 //
538 // TopCollidersScore 818 // TopCollidersScore
539 // 819 //
540 this.TopCollidersScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 820 this.TopCollidersScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
541 this.TopCollidersScore.HeaderText = "Score"; 821 this.TopCollidersScore.HeaderText = "Score";
542 this.TopCollidersScore.Name = "TopCollidersScore"; 822 this.TopCollidersScore.Name = "TopCollidersScore";
543 // 823 //
544 // TopCollidersTaskName 824 // TopCollidersTaskName
545 // 825 //
546 this.TopCollidersTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 826 this.TopCollidersTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
547 this.TopCollidersTaskName.HeaderText = "Task Name"; 827 this.TopCollidersTaskName.HeaderText = "Task Name";
548 this.TopCollidersTaskName.Name = "TopCollidersTaskName"; 828 this.TopCollidersTaskName.Name = "TopCollidersTaskName";
549 // 829 //
550 // TopCollidersUUID 830 // TopCollidersUUID
551 // 831 //
552 this.TopCollidersUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 832 this.TopCollidersUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
553 this.TopCollidersUUID.HeaderText = "UUID"; 833 this.TopCollidersUUID.HeaderText = "UUID";
554 this.TopCollidersUUID.Name = "TopCollidersUUID"; 834 this.TopCollidersUUID.Name = "TopCollidersUUID";
555 // 835 //
556 // TopCollidersOwner 836 // TopCollidersOwner
557 // 837 //
558 this.TopCollidersOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 838 this.TopCollidersOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
559 this.TopCollidersOwner.HeaderText = "Owner"; 839 this.TopCollidersOwner.HeaderText = "Owner";
560 this.TopCollidersOwner.Name = "TopCollidersOwner"; 840 this.TopCollidersOwner.Name = "TopCollidersOwner";
561 // 841 //
562 // TopCollidersPosition 842 // TopCollidersPosition
563 // 843 //
564 this.TopCollidersPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; 844 this.TopCollidersPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
565 this.TopCollidersPosition.HeaderText = "Position"; 845 this.TopCollidersPosition.HeaderText = "Position";
566 this.TopCollidersPosition.Name = "TopCollidersPosition"; 846 this.TopCollidersPosition.Name = "TopCollidersPosition";
567 // 847 //
568 // BatchRestartTab -  
569 // -  
570 this.BatchRestartTab.Controls.Add(this.label3); -  
571 this.BatchRestartTab.Controls.Add(this.RegionRestartDelayBox); -  
572 this.BatchRestartTab.Controls.Add(this.pictureBox3); -  
573 this.BatchRestartTab.Controls.Add(this.BatchRestartButton); -  
574 this.BatchRestartTab.Controls.Add(this.BatchRestartGridView); -  
575 this.BatchRestartTab.Location = new System.Drawing.Point(4, 25); -  
576 this.BatchRestartTab.Name = "BatchRestartTab"; -  
577 this.BatchRestartTab.Size = new System.Drawing.Size(671, 401); -  
578 this.BatchRestartTab.TabIndex = 3; -  
579 this.BatchRestartTab.Text = "Batch Restart"; -  
580 this.BatchRestartTab.UseVisualStyleBackColor = true; -  
581 // -  
582 // label3 -  
583 // -  
584 this.label3.AutoSize = true; -  
585 this.label3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); -  
586 this.label3.Location = new System.Drawing.Point(183, 378); -  
587 this.label3.Name = "label3"; -  
588 this.label3.Size = new System.Drawing.Size(77, 16); -  
589 this.label3.TabIndex = 13; -  
590 this.label3.Text = "Restart Delay:"; -  
591 // -  
592 // RegionRestartDelayBox -  
593 // -  
594 this.RegionRestartDelayBox.Location = new System.Drawing.Point(266, 375); -  
595 this.RegionRestartDelayBox.Name = "RegionRestartDelayBox"; -  
596 this.RegionRestartDelayBox.Size = new System.Drawing.Size(72, 22); -  
597 this.RegionRestartDelayBox.TabIndex = 12; -  
598 // -  
599 // pictureBox3 -  
600 // -  
601 this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Help; -  
602 this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); -  
603 this.pictureBox3.Location = new System.Drawing.Point(457, 375); -  
604 this.pictureBox3.Name = "pictureBox3"; -  
605 this.pictureBox3.Size = new System.Drawing.Size(20, 20); -  
606 this.pictureBox3.TabIndex = 11; -  
607 this.pictureBox3.TabStop = false; -  
608 this.toolTip1.SetToolTip(this.pictureBox3, resources.GetString("pictureBox3.ToolTip")); -  
609 // -  
610 // BatchRestartButton -  
611 // -  
612 this.BatchRestartButton.Location = new System.Drawing.Point(344, 374); -  
613 this.BatchRestartButton.Name = "BatchRestartButton"; -  
614 this.BatchRestartButton.Size = new System.Drawing.Size(107, 23); -  
615 this.BatchRestartButton.TabIndex = 1; -  
616 this.BatchRestartButton.Text = "Batch Restart"; -  
617 this.BatchRestartButton.UseVisualStyleBackColor = true; -  
618 this.BatchRestartButton.Click += new System.EventHandler(this.RequestBatchRestart); -  
619 // -  
620 // BatchRestartGridView -  
621 // -  
622 this.BatchRestartGridView.AllowUserToAddRows = false; -  
623 this.BatchRestartGridView.AllowUserToDeleteRows = false; -  
624 this.BatchRestartGridView.AllowUserToOrderColumns = true; -  
625 this.BatchRestartGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; -  
626 this.BatchRestartGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { -  
627 this.BatchRestartRegionName, -  
628 this.BatchRestartPosition}); -  
629 this.BatchRestartGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); -  
630 this.BatchRestartGridView.Location = new System.Drawing.Point(4, 4); -  
631 this.BatchRestartGridView.Name = "BatchRestartGridView"; -  
632 this.BatchRestartGridView.ReadOnly = true; -  
633 this.BatchRestartGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; -  
634 this.BatchRestartGridView.Size = new System.Drawing.Size(663, 364); -  
635 this.BatchRestartGridView.TabIndex = 0; -  
636 // -  
637 // BatchRestartRegionName -  
638 // -  
639 this.BatchRestartRegionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; -  
640 this.BatchRestartRegionName.HeaderText = "Region Name"; -  
641 this.BatchRestartRegionName.Name = "BatchRestartRegionName"; -  
642 this.BatchRestartRegionName.ReadOnly = true; -  
643 this.BatchRestartRegionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic; -  
644 // -  
645 // BatchRestartPosition -  
646 // -  
647 this.BatchRestartPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; -  
648 this.BatchRestartPosition.HeaderText = "Position"; -  
649 this.BatchRestartPosition.Name = "BatchRestartPosition"; -  
650 this.BatchRestartPosition.ReadOnly = true; -  
651 this.BatchRestartPosition.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic; -  
652 // -  
653 // statusStrip1 848 // statusStrip1
654 // 849 //
655 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 850 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
656 this.StatusProgress, 851 this.StatusProgress,
657 this.StatusText}); 852 this.StatusText});
658 this.statusStrip1.Location = new System.Drawing.Point(0, 619); 853 this.statusStrip1.Location = new System.Drawing.Point(0, 619);
659 this.statusStrip1.Name = "statusStrip1"; 854 this.statusStrip1.Name = "statusStrip1";
660 this.statusStrip1.Size = new System.Drawing.Size(704, 22); 855 this.statusStrip1.Size = new System.Drawing.Size(704, 22);
661 this.statusStrip1.TabIndex = 2; 856 this.statusStrip1.TabIndex = 2;
662 this.statusStrip1.Text = "statusStrip1"; 857 this.statusStrip1.Text = "statusStrip1";
663 // 858 //
664 // StatusProgress 859 // StatusProgress
665 // 860 //
666 this.StatusProgress.Name = "StatusProgress"; 861 this.StatusProgress.Name = "StatusProgress";
667 this.StatusProgress.Size = new System.Drawing.Size(100, 16); 862 this.StatusProgress.Size = new System.Drawing.Size(100, 16);
668 // 863 //
669 // StatusText 864 // StatusText
670 // 865 //
671 this.StatusText.Name = "StatusText"; 866 this.StatusText.Name = "StatusText";
672 this.StatusText.Size = new System.Drawing.Size(10, 17); 867 this.StatusText.Size = new System.Drawing.Size(10, 17);
673 this.StatusText.Text = " "; 868 this.StatusText.Text = " ";
674 // 869 //
675 // button1 870 // button1
676 // 871 //
677 this.button1.Location = new System.Drawing.Point(6, 23); 872 this.button1.Location = new System.Drawing.Point(6, 23);
678 this.button1.Name = "button1"; 873 this.button1.Name = "button1";
679 this.button1.Size = new System.Drawing.Size(66, 23); 874 this.button1.Size = new System.Drawing.Size(66, 23);
680 this.button1.TabIndex = 8; 875 this.button1.TabIndex = 8;
681 this.button1.Text = "Settings..."; 876 this.button1.Text = "Settings...";
682 this.button1.UseVisualStyleBackColor = true; 877 this.button1.UseVisualStyleBackColor = true;
683 this.button1.Click += new System.EventHandler(this.SettingsRequested); 878 this.button1.Click += new System.EventHandler(this.SettingsRequested);
684 // 879 //
685 // button2 880 // button2
686 // 881 //
687 this.button2.Location = new System.Drawing.Point(6, 49); 882 this.button2.Location = new System.Drawing.Point(6, 49);
688 this.button2.Name = "button2"; 883 this.button2.Name = "button2";
689 this.button2.Size = new System.Drawing.Size(56, 23); 884 this.button2.Size = new System.Drawing.Size(56, 23);
690 this.button2.TabIndex = 7; 885 this.button2.TabIndex = 7;
691 this.button2.Text = "Edit..."; 886 this.button2.Text = "Edit...";
692 this.button2.UseVisualStyleBackColor = true; 887 this.button2.UseVisualStyleBackColor = true;
693 this.button2.Click += new System.EventHandler(this.RequestedEditRegions); 888 this.button2.Click += new System.EventHandler(this.RequestedEditRegions);
694 // 889 //
695 // RegionTeleportGroup 890 // RegionTeleportGroup
696 // 891 //
697 this.RegionTeleportGroup.Controls.Add(this.pictureBox6); 892 this.RegionTeleportGroup.Controls.Add(this.pictureBox6);
698 this.RegionTeleportGroup.Controls.Add(this.button2); 893 this.RegionTeleportGroup.Controls.Add(this.button2);
699 this.RegionTeleportGroup.Controls.Add(this.LoadedRegions); 894 this.RegionTeleportGroup.Controls.Add(this.LoadedRegions);
700 this.RegionTeleportGroup.Font = new System.Drawing.Font("Palatino Linotype", 8.25F); 895 this.RegionTeleportGroup.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
701 this.RegionTeleportGroup.Location = new System.Drawing.Point(502, 73); 896 this.RegionTeleportGroup.Location = new System.Drawing.Point(502, 73);
702 this.RegionTeleportGroup.Name = "RegionTeleportGroup"; 897 this.RegionTeleportGroup.Name = "RegionTeleportGroup";
703 this.RegionTeleportGroup.Size = new System.Drawing.Size(190, 79); 898 this.RegionTeleportGroup.Size = new System.Drawing.Size(190, 79);
704 this.RegionTeleportGroup.TabIndex = 4; 899 this.RegionTeleportGroup.TabIndex = 4;
705 this.RegionTeleportGroup.TabStop = false; 900 this.RegionTeleportGroup.TabStop = false;
706 this.RegionTeleportGroup.Text = "Region Teleport"; 901 this.RegionTeleportGroup.Text = "Region Teleport";
707 // 902 //
708 // pictureBox6 903 // pictureBox6
709 // 904 //
710 this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Help; 905 this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Help;
711 this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image"))); 906 this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
712 this.pictureBox6.Location = new System.Drawing.Point(68, 51); 907 this.pictureBox6.Location = new System.Drawing.Point(68, 51);
713 this.pictureBox6.Name = "pictureBox6"; 908 this.pictureBox6.Name = "pictureBox6";
714 this.pictureBox6.Size = new System.Drawing.Size(20, 20); 909 this.pictureBox6.Size = new System.Drawing.Size(20, 20);
715 this.pictureBox6.TabIndex = 10; 910 this.pictureBox6.TabIndex = 10;
716 this.pictureBox6.TabStop = false; 911 this.pictureBox6.TabStop = false;
717 this.toolTip1.SetToolTip(this.pictureBox6, resources.GetString("pictureBox6.ToolTip")); 912 this.toolTip1.SetToolTip(this.pictureBox6, resources.GetString("pictureBox6.ToolTip"));
718 // 913 //
719 // LoadedRegions 914 // LoadedRegions
720 // 915 //
721 this.LoadedRegions.DisplayMember = "Text"; 916 this.LoadedRegions.DisplayMember = "Text";
722 this.LoadedRegions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 917 this.LoadedRegions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
723 this.LoadedRegions.Font = new System.Drawing.Font("Consolas", 8.25F); 918 this.LoadedRegions.Font = new System.Drawing.Font("Consolas", 8.25F);
724 this.LoadedRegions.FormattingEnabled = true; 919 this.LoadedRegions.FormattingEnabled = true;
725 this.LoadedRegions.Location = new System.Drawing.Point(6, 21); 920 this.LoadedRegions.Location = new System.Drawing.Point(6, 21);
726 this.LoadedRegions.Name = "LoadedRegions"; 921 this.LoadedRegions.Name = "LoadedRegions";
727 this.LoadedRegions.Size = new System.Drawing.Size(180, 21); 922 this.LoadedRegions.Size = new System.Drawing.Size(180, 21);
728 this.LoadedRegions.Sorted = true; 923 this.LoadedRegions.Sorted = true;
729 this.LoadedRegions.TabIndex = 0; 924 this.LoadedRegions.TabIndex = 0;
730 this.LoadedRegions.SelectedIndexChanged += new System.EventHandler(this.RegionSelected); 925 this.LoadedRegions.SelectedIndexChanged += new System.EventHandler(this.RegionSelected);
731 // 926 //
732 // CurrentRegionName 927 // CurrentRegionName
733 // 928 //
734 this.CurrentRegionName.AutoSize = true; 929 this.CurrentRegionName.AutoSize = true;
735 this.CurrentRegionName.Font = new System.Drawing.Font("Palatino Linotype", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 930 this.CurrentRegionName.Font = new System.Drawing.Font("Palatino Linotype", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
736 this.CurrentRegionName.Location = new System.Drawing.Point(223, 155); 931 this.CurrentRegionName.Location = new System.Drawing.Point(223, 155);
737 this.CurrentRegionName.Name = "CurrentRegionName"; 932 this.CurrentRegionName.Name = "CurrentRegionName";
738 this.CurrentRegionName.Size = new System.Drawing.Size(154, 28); 933 this.CurrentRegionName.Size = new System.Drawing.Size(154, 28);
739 this.CurrentRegionName.TabIndex = 7; 934 this.CurrentRegionName.TabIndex = 7;
740 this.CurrentRegionName.Text = "Puguet Sound"; 935 this.CurrentRegionName.Text = "Puguet Sound";
741 this.CurrentRegionName.Visible = false; 936 this.CurrentRegionName.Visible = false;
742 // 937 //
743 // CurrentRegionAt 938 // CurrentRegionAt
744 // 939 //
745 this.CurrentRegionAt.AutoSize = true; 940 this.CurrentRegionAt.AutoSize = true;
746 this.CurrentRegionAt.Location = new System.Drawing.Point(201, 155); 941 this.CurrentRegionAt.Location = new System.Drawing.Point(201, 155);
747 this.CurrentRegionAt.Name = "CurrentRegionAt"; 942 this.CurrentRegionAt.Name = "CurrentRegionAt";
748 this.CurrentRegionAt.Size = new System.Drawing.Size(16, 13); 943 this.CurrentRegionAt.Size = new System.Drawing.Size(16, 13);
749 this.CurrentRegionAt.TabIndex = 8; 944 this.CurrentRegionAt.TabIndex = 8;
750 this.CurrentRegionAt.Text = "at"; 945 this.CurrentRegionAt.Text = "at";
751 this.CurrentRegionAt.Visible = false; 946 this.CurrentRegionAt.Visible = false;
752 // 947 //
753 // ExportCSVDialog 948 // ExportCSVDialog
754 // 949 //
755 this.ExportCSVDialog.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*"; 950 this.ExportCSVDialog.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*";
756 // 951 //
757 // groupBox1 952 // groupBox1
758 // 953 //
759 this.groupBox1.Controls.Add(this.pictureBox2); 954 this.groupBox1.Controls.Add(this.pictureBox2);
760 this.groupBox1.Controls.Add(this.button1); 955 this.groupBox1.Controls.Add(this.button1);
761 this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F); 956 this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
762 this.groupBox1.Location = new System.Drawing.Point(500, 12); 957 this.groupBox1.Location = new System.Drawing.Point(500, 12);
763 this.groupBox1.Name = "groupBox1"; 958 this.groupBox1.Name = "groupBox1";
764 this.groupBox1.Size = new System.Drawing.Size(192, 55); 959 this.groupBox1.Size = new System.Drawing.Size(192, 55);
765 this.groupBox1.TabIndex = 3; 960 this.groupBox1.TabIndex = 3;
766 this.groupBox1.TabStop = false; 961 this.groupBox1.TabStop = false;
767 this.groupBox1.Text = "Settings"; 962 this.groupBox1.Text = "Settings";
768 // 963 //
769 // pictureBox2 964 // pictureBox2
770 // 965 //
771 this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Help; 966 this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Help;
772 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); 967 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
773 this.pictureBox2.Location = new System.Drawing.Point(78, 25); 968 this.pictureBox2.Location = new System.Drawing.Point(78, 25);
774 this.pictureBox2.Name = "pictureBox2"; 969 this.pictureBox2.Name = "pictureBox2";
775 this.pictureBox2.Size = new System.Drawing.Size(20, 20); 970 this.pictureBox2.Size = new System.Drawing.Size(20, 20);
776 this.pictureBox2.TabIndex = 11; 971 this.pictureBox2.TabIndex = 11;
777 this.pictureBox2.TabStop = false; 972 this.pictureBox2.TabStop = false;
778 this.toolTip1.SetToolTip(this.pictureBox2, "Before Vassal can work, Vassal must be\r\nconfigured by using the \"Settings...\"\r\nbu" + 973 this.toolTip1.SetToolTip(this.pictureBox2, "Before Vassal can work, Vassal must be\r\nconfigured by using the \"Settings...\"\r\nbu" +
779 "tton and configuring Vassal."); 974 "tton and configuring Vassal.");
780 // 975 //
781 // Version 976 // Version
782 // 977 //
783 this.Version.AutoSize = true; 978 this.Version.AutoSize = true;
784 this.Version.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 979 this.Version.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
785 this.Version.Location = new System.Drawing.Point(262, 132); 980 this.Version.Location = new System.Drawing.Point(262, 132);
786 this.Version.Name = "Version"; 981 this.Version.Name = "Version";
787 this.Version.Size = new System.Drawing.Size(97, 13); 982 this.Version.Size = new System.Drawing.Size(97, 13);
788 this.Version.TabIndex = 9; 983 this.Version.TabIndex = 9;
789 this.Version.Text = " "; 984 this.Version.Text = " ";
790 // 985 //
791 // toolTip1 986 // toolTip1
792 // 987 //
793 this.toolTip1.AutoPopDelay = 32767; 988 this.toolTip1.AutoPopDelay = 32767;
794 this.toolTip1.InitialDelay = 500; 989 this.toolTip1.InitialDelay = 500;
795 this.toolTip1.ReshowDelay = 100; 990 this.toolTip1.ReshowDelay = 100;
796 // 991 //
-   992 // RegionToolsTab
-   993 //
-   994 this.RegionToolsTab.Controls.Add(this.groupBox11);
-   995 this.RegionToolsTab.Location = new System.Drawing.Point(4, 25);
-   996 this.RegionToolsTab.Name = "RegionToolsTab";
-   997 this.RegionToolsTab.Size = new System.Drawing.Size(671, 401);
-   998 this.RegionToolsTab.TabIndex = 6;
-   999 this.RegionToolsTab.Text = "Region Tools";
-   1000 this.RegionToolsTab.UseVisualStyleBackColor = true;
-   1001 //
-   1002 // groupBox11
-   1003 //
-   1004 this.groupBox11.Controls.Add(this.groupBox13);
-   1005 this.groupBox11.Controls.Add(this.EstateTerrainDownloadUploadGroup);
-   1006 this.groupBox11.Location = new System.Drawing.Point(3, 3);
-   1007 this.groupBox11.Name = "groupBox11";
-   1008 this.groupBox11.Size = new System.Drawing.Size(213, 172);
-   1009 this.groupBox11.TabIndex = 0;
-   1010 this.groupBox11.TabStop = false;
-   1011 this.groupBox11.Text = "Terrain";
-   1012 //
-   1013 // button4
-   1014 //
-   1015 this.button4.Location = new System.Drawing.Point(47, 20);
-   1016 this.button4.Name = "button4";
-   1017 this.button4.Size = new System.Drawing.Size(121, 23);
-   1018 this.button4.TabIndex = 0;
-   1019 this.button4.Text = "Download Terrain...";
-   1020 this.button4.UseVisualStyleBackColor = true;
-   1021 //
-   1022 // RipTerrainButton
-   1023 //
-   1024 this.RipTerrainButton.Location = new System.Drawing.Point(73, 21);
-   1025 this.RipTerrainButton.Name = "RipTerrainButton";
-   1026 this.RipTerrainButton.Size = new System.Drawing.Size(94, 23);
-   1027 this.RipTerrainButton.TabIndex = 1;
-   1028 this.RipTerrainButton.Text = "Rip Terrain...";
-   1029 this.RipTerrainButton.UseVisualStyleBackColor = true;
-   1030 this.RipTerrainButton.Click += new System.EventHandler(this.RequestRipTerrain);
-   1031 //
-   1032 // button7
-   1033 //
-   1034 this.button7.Location = new System.Drawing.Point(66, 49);
-   1035 this.button7.Name = "button7";
-   1036 this.button7.Size = new System.Drawing.Size(102, 23);
-   1037 this.button7.TabIndex = 2;
-   1038 this.button7.Text = "Upload Terrain...";
-   1039 this.button7.UseVisualStyleBackColor = true;
-   1040 //
-   1041 // pictureBox4
-   1042 //
-   1043 this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Help;
-   1044 this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
-   1045 this.pictureBox4.Location = new System.Drawing.Point(174, 21);
-   1046 this.pictureBox4.Name = "pictureBox4";
-   1047 this.pictureBox4.Size = new System.Drawing.Size(20, 20);
-   1048 this.pictureBox4.TabIndex = 12;
-   1049 this.pictureBox4.TabStop = false;
-   1050 this.toolTip1.SetToolTip(this.pictureBox4, "This option downloads the current region\r\nterrain given estate rights.");
-   1051 //
-   1052 // pictureBox5
-   1053 //
-   1054 this.pictureBox5.Cursor = System.Windows.Forms.Cursors.Help;
-   1055 this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
-   1056 this.pictureBox5.Location = new System.Drawing.Point(173, 22);
-   1057 this.pictureBox5.Name = "pictureBox5";
-   1058 this.pictureBox5.Size = new System.Drawing.Size(20, 20);
-   1059 this.pictureBox5.TabIndex = 12;
-   1060 this.pictureBox5.TabStop = false;
-   1061 this.toolTip1.SetToolTip(this.pictureBox5, resources.GetString("pictureBox5.ToolTip"));
-   1062 //
-   1063 // pictureBox7
-   1064 //
-   1065 this.pictureBox7.Cursor = System.Windows.Forms.Cursors.Help;
-   1066 this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
-   1067 this.pictureBox7.Location = new System.Drawing.Point(174, 50);
-   1068 this.pictureBox7.Name = "pictureBox7";
-   1069 this.pictureBox7.Size = new System.Drawing.Size(20, 20);
-   1070 this.pictureBox7.TabIndex = 12;
-   1071 this.pictureBox7.TabStop = false;
-   1072 this.toolTip1.SetToolTip(this.pictureBox7, "This option uploads a terrain height-map\r\nto the current region and applies it.");
-   1073 //
-   1074 // LoadTerrainFileDialog
-   1075 //
-   1076 this.LoadTerrainFileDialog.FileName = "openFileDialog1";
-   1077 //
-   1078 // SaveTerrainFileDialog
-   1079 //
-   1080 this.SaveTerrainFileDialog.Filter = "PNG (*.png)|*.png|All files (*.*)|*.*";
-   1081 //
-   1082 // EstateTerrainDownloadUploadGroup
-   1083 //
-   1084 this.EstateTerrainDownloadUploadGroup.Controls.Add(this.button4);
-   1085 this.EstateTerrainDownloadUploadGroup.Controls.Add(this.pictureBox7);
-   1086 this.EstateTerrainDownloadUploadGroup.Controls.Add(this.pictureBox4);
-   1087 this.EstateTerrainDownloadUploadGroup.Controls.Add(this.button7);
-   1088 this.EstateTerrainDownloadUploadGroup.Location = new System.Drawing.Point(6, 21);
-   1089 this.EstateTerrainDownloadUploadGroup.Name = "EstateTerrainDownloadUploadGroup";
-   1090 this.EstateTerrainDownloadUploadGroup.Size = new System.Drawing.Size(200, 83);
-   1091 this.EstateTerrainDownloadUploadGroup.TabIndex = 13;
-   1092 this.EstateTerrainDownloadUploadGroup.TabStop = false;
-   1093 this.EstateTerrainDownloadUploadGroup.Text = "Estate";
-   1094 //
-   1095 // groupBox13
-   1096 //
-   1097 this.groupBox13.Controls.Add(this.RipTerrainButton);
-   1098 this.groupBox13.Controls.Add(this.pictureBox5);
-   1099 this.groupBox13.Location = new System.Drawing.Point(7, 111);
-   1100 this.groupBox13.Name = "groupBox13";
-   1101 this.groupBox13.Size = new System.Drawing.Size(200, 56);
-   1102 this.groupBox13.TabIndex = 14;
-   1103 this.groupBox13.TabStop = false;
-   1104 this.groupBox13.Text = "Override";
-   1105 //
797 // Vassal 1106 // Vassal
798 // 1107 //
799 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 1108 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
800 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 1109 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
801 this.ClientSize = new System.Drawing.Size(704, 641); 1110 this.ClientSize = new System.Drawing.Size(704, 641);
802 this.Controls.Add(this.Version); 1111 this.Controls.Add(this.Version);
803 this.Controls.Add(this.CurrentRegionAt); 1112 this.Controls.Add(this.CurrentRegionAt);
804 this.Controls.Add(this.CurrentRegionName); 1113 this.Controls.Add(this.CurrentRegionName);
805 this.Controls.Add(this.RegionTeleportGroup); 1114 this.Controls.Add(this.RegionTeleportGroup);
806 this.Controls.Add(this.groupBox1); 1115 this.Controls.Add(this.groupBox1);
807 this.Controls.Add(this.statusStrip1); 1116 this.Controls.Add(this.statusStrip1);
808 this.Controls.Add(this.Tabs); 1117 this.Controls.Add(this.Tabs);
809 this.Controls.Add(this.pictureBox1); 1118 this.Controls.Add(this.pictureBox1);
810 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 1119 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
811 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 1120 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
812 this.MaximizeBox = false; 1121 this.MaximizeBox = false;
813 this.MaximumSize = new System.Drawing.Size(720, 680); 1122 this.MaximumSize = new System.Drawing.Size(720, 680);
814 this.Name = "Vassal"; 1123 this.Name = "Vassal";
815 this.Text = "Vassal"; 1124 this.Text = "Vassal";
816 this.Shown += new System.EventHandler(this.VassalShown); 1125 this.Shown += new System.EventHandler(this.VassalShown);
817 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 1126 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
818 this.Tabs.ResumeLayout(false); 1127 this.Tabs.ResumeLayout(false);
819 this.OverviewTab.ResumeLayout(false); 1128 this.OverviewTab.ResumeLayout(false);
820 this.groupBox10.ResumeLayout(false); 1129 this.groupBox10.ResumeLayout(false);
821 ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).EndInit(); 1130 ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).EndInit();
822 this.groupBox9.ResumeLayout(false); 1131 this.groupBox9.ResumeLayout(false);
823 this.groupBox9.PerformLayout(); 1132 this.groupBox9.PerformLayout();
824 this.groupBox8.ResumeLayout(false); 1133 this.groupBox8.ResumeLayout(false);
825 this.groupBox8.PerformLayout(); 1134 this.groupBox8.PerformLayout();
826 this.groupBox7.ResumeLayout(false); 1135 this.groupBox7.ResumeLayout(false);
827 this.groupBox7.PerformLayout(); 1136 this.groupBox7.PerformLayout();
828 this.groupBox6.ResumeLayout(false); 1137 this.groupBox6.ResumeLayout(false);
829 this.groupBox6.PerformLayout(); 1138 this.groupBox6.PerformLayout();
830 this.groupBox5.ResumeLayout(false); 1139 this.groupBox5.ResumeLayout(false);
831 this.groupBox5.PerformLayout(); 1140 this.groupBox5.PerformLayout();
832 this.groupBox4.ResumeLayout(false); 1141 this.groupBox4.ResumeLayout(false);
833 this.groupBox4.PerformLayout(); 1142 this.groupBox4.PerformLayout();
834 this.groupBox3.ResumeLayout(false); 1143 this.groupBox3.ResumeLayout(false);
835 this.groupBox3.PerformLayout(); 1144 this.groupBox3.PerformLayout();
836 this.groupBox2.ResumeLayout(false); 1145 this.groupBox2.ResumeLayout(false);
837 this.groupBox2.PerformLayout(); 1146 this.groupBox2.PerformLayout();
-   1147 this.RegionsStateTab.ResumeLayout(false);
-   1148 ((System.ComponentModel.ISupportInitialize)(this.RegionsStateGridView)).EndInit();
-   1149 this.ResidentListTab.ResumeLayout(false);
-   1150 this.ResidentListTab.PerformLayout();
-   1151 this.ResidentListBanGroup.ResumeLayout(false);
-   1152 this.ResidentListBanGroup.PerformLayout();
-   1153 ((System.ComponentModel.ISupportInitialize)(this.ResidentListGridView)).EndInit();
-   1154 this.BatchRestartTab.ResumeLayout(false);
-   1155 this.BatchRestartTab.PerformLayout();
-   1156 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
-   1157 ((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).EndInit();
838 this.TopScriptsTab.ResumeLayout(false); 1158 this.TopScriptsTab.ResumeLayout(false);
839 this.TopScriptsTab.PerformLayout(); 1159 this.TopScriptsTab.PerformLayout();
840 ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).EndInit(); 1160 ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).EndInit();
841 this.TopCollidersTab.ResumeLayout(false); 1161 this.TopCollidersTab.ResumeLayout(false);
842 this.TopCollidersTab.PerformLayout(); 1162 this.TopCollidersTab.PerformLayout();
843 ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).EndInit(); 1163 ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).EndInit();
844 this.BatchRestartTab.ResumeLayout(false); -  
845 this.BatchRestartTab.PerformLayout(); -  
846 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); -  
847 ((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).EndInit(); -  
848 this.statusStrip1.ResumeLayout(false); 1164 this.statusStrip1.ResumeLayout(false);
849 this.statusStrip1.PerformLayout(); 1165 this.statusStrip1.PerformLayout();
850 this.RegionTeleportGroup.ResumeLayout(false); 1166 this.RegionTeleportGroup.ResumeLayout(false);
851 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); 1167 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
852 this.groupBox1.ResumeLayout(false); 1168 this.groupBox1.ResumeLayout(false);
853 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); 1169 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
-   1170 this.RegionToolsTab.ResumeLayout(false);
-   1171 this.groupBox11.ResumeLayout(false);
-   1172 ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
-   1173 ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
-   1174 ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
-   1175 this.EstateTerrainDownloadUploadGroup.ResumeLayout(false);
-   1176 this.groupBox13.ResumeLayout(false);
854 this.ResumeLayout(false); 1177 this.ResumeLayout(false);
855 this.PerformLayout(); 1178 this.PerformLayout();
856   1179  
857 } 1180 }
858   1181  
859 #endregion 1182 #endregion
860   1183  
861 private PictureBox pictureBox1; 1184 private PictureBox pictureBox1;
862 private TabControl Tabs; 1185 public TabControl Tabs;
863 private TabPage OverviewTab; 1186 private TabPage OverviewTab;
864 private StatusStrip statusStrip1; 1187 private StatusStrip statusStrip1;
865 private ToolStripProgressBar StatusProgress; 1188 private ToolStripProgressBar StatusProgress;
866 private ToolStripStatusLabel StatusText; 1189 private ToolStripStatusLabel StatusText;
867 private Button button2; 1190 private Button button2;
868 private GroupBox RegionTeleportGroup; 1191 private GroupBox RegionTeleportGroup;
869 public ComboBox LoadedRegions; 1192 public ComboBox LoadedRegions;
870 private Label CurrentRegionName; 1193 private Label CurrentRegionName;
871 private Label CurrentRegionAt; 1194 private Label CurrentRegionAt;
872 private PictureBox RegionAvatarsMap; 1195 public PictureBox RegionAvatarsMap;
873 private Button button1; 1196 private Button button1;
874 private GroupBox groupBox2; 1197 private GroupBox groupBox2;
875 private Label Agents; 1198 private Label Agents;
876 private GroupBox groupBox7; 1199 private GroupBox groupBox7;
877 private Label ActiveScripts; 1200 private Label ActiveScripts;
878 private GroupBox groupBox6; 1201 private GroupBox groupBox6;
879 private Label PhysicsFPS; 1202 private Label PhysicsFPS;
880 private GroupBox groupBox5; 1203 private GroupBox groupBox5;
881 private Label FPS; 1204 private Label FPS;
882 private GroupBox groupBox4; 1205 private GroupBox groupBox4;
883 private Label Dilation; 1206 private Label Dilation;
884 private GroupBox groupBox3; 1207 private GroupBox groupBox3;
885 private Label LastLag; 1208 private Label LastLag;
886 private GroupBox groupBox9; 1209 private GroupBox groupBox9;
887 private Label Objects; 1210 private Label Objects;
888 private GroupBox groupBox8; 1211 private GroupBox groupBox8;
889 private Label ScriptTime; 1212 private Label ScriptTime;
890 private GroupBox groupBox10; 1213 private GroupBox groupBox10;
891 private TabPage TopScriptsTab; 1214 private TabPage TopScriptsTab;
892 private DataGridView TopScriptsGridView; 1215 private DataGridView TopScriptsGridView;
893 private TabPage TopCollidersTab; 1216 private TabPage TopCollidersTab;
894 private DataGridView TopCollidersGridView; 1217 private DataGridView TopCollidersGridView;
895 private DataGridViewTextBoxColumn TopScriptsScore; 1218 private DataGridViewTextBoxColumn TopScriptsScore;
896 private DataGridViewTextBoxColumn TopScriptsTaskName; 1219 private DataGridViewTextBoxColumn TopScriptsTaskName;
897 private DataGridViewTextBoxColumn TopScriptsUUID; 1220 private DataGridViewTextBoxColumn TopScriptsUUID;
898 private DataGridViewTextBoxColumn TopScriptsOwner; 1221 private DataGridViewTextBoxColumn TopScriptsOwner;
899 private DataGridViewTextBoxColumn TopScriptsPosition; 1222 private DataGridViewTextBoxColumn TopScriptsPosition;
900 private DataGridViewTextBoxColumn TopCollidersScore; 1223 private DataGridViewTextBoxColumn TopCollidersScore;
901 private DataGridViewTextBoxColumn TopCollidersTaskName; 1224 private DataGridViewTextBoxColumn TopCollidersTaskName;
902 private DataGridViewTextBoxColumn TopCollidersUUID; 1225 private DataGridViewTextBoxColumn TopCollidersUUID;
903 private DataGridViewTextBoxColumn TopCollidersOwner; 1226 private DataGridViewTextBoxColumn TopCollidersOwner;
904 private DataGridViewTextBoxColumn TopCollidersPosition; 1227 private DataGridViewTextBoxColumn TopCollidersPosition;
905 private Button ReturnTopScriptsButton; 1228 private Button ReturnTopScriptsButton;
906 private Button button3; 1229 private Button button3;
907 private TabPage BatchRestartTab; 1230 private TabPage BatchRestartTab;
908 private SaveFileDialog ExportCSVDialog; 1231 private SaveFileDialog ExportCSVDialog;
909 private Button button5; 1232 private Button button5;
910 private Button ReturnTopCollidersButton; 1233 private Button ReturnTopCollidersButton;
911 private Label label1; 1234 private Label label1;
912 private TextBox TopScriptsFilter; 1235 private TextBox TopScriptsFilter;
913 private Label label2; 1236 private Label label2;
914 private TextBox TopCollidersFilter; 1237 private TextBox TopCollidersFilter;
915 private Button BatchRestartButton; 1238 private Button BatchRestartButton;
916 public DataGridView BatchRestartGridView; 1239 public DataGridView BatchRestartGridView;
917 private DataGridViewTextBoxColumn BatchRestartRegionName; 1240 private DataGridViewTextBoxColumn BatchRestartRegionName;
918 private DataGridViewTextBoxColumn BatchRestartPosition; 1241 private DataGridViewTextBoxColumn BatchRestartPosition;
919 private GroupBox groupBox1; 1242 private GroupBox groupBox1;
920 private Label Version; 1243 private Label Version;
921 private ToolTip toolTip1; 1244 private ToolTip toolTip1;
922 private PictureBox pictureBox6; 1245 private PictureBox pictureBox6;
923 private PictureBox pictureBox2; 1246 private PictureBox pictureBox2;
924 private PictureBox pictureBox3; 1247 private PictureBox pictureBox3;
925 private Label label3; 1248 private Label label3;
926 public TextBox RegionRestartDelayBox; 1249 public TextBox RegionRestartDelayBox;
-   1250 private TabPage ResidentListTab;
-   1251 private DataGridView ResidentListGridView;
-   1252 private DataGridViewTextBoxColumn ResidentListName;
-   1253 private DataGridViewTextBoxColumn ResidentListUUID;
-   1254 private DataGridViewTextBoxColumn ResidentListPosition;
-   1255 private Button ResidentBanButton;
-   1256 private Label label4;
-   1257 private TextBox ResidentListFilter;
-   1258 private GroupBox ResidentListBanGroup;
-   1259 private CheckBox ResidentBanAllEstatesBox;
-   1260 private TabPage RegionsStateTab;
-   1261 public DataGridView RegionsStateGridView;
-   1262 private DataGridViewTextBoxColumn RegionsStateRegionName;
-   1263 private DataGridViewTextBoxColumn RegionsStateLastState;
-   1264 private DataGridViewTextBoxColumn RegionsStateLastCheck;
-   1265 private TabPage RegionToolsTab;
-   1266 private GroupBox groupBox11;
-   1267 private PictureBox pictureBox7;
-   1268 private PictureBox pictureBox5;
-   1269 private PictureBox pictureBox4;
-   1270 private Button button7;
-   1271 private Button RipTerrainButton;
-   1272 private Button button4;
-   1273 private OpenFileDialog LoadTerrainFileDialog;
-   1274 private SaveFileDialog SaveTerrainFileDialog;
-   1275 private GroupBox groupBox13;
-   1276 private GroupBox EstateTerrainDownloadUploadGroup;
927 } 1277 }
928 } 1278 }
929   1279  
930   1280