corrade-vassal – Blame information for rev 7

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 zed 1 using System;
2 using System.ComponentModel;
3 using System.Drawing;
4 using System.Windows.Forms;
5  
6 namespace Vassal
7 {
8 partial class Vassal
9 {
10 /// <summary>
11 /// Required designer variable.
12 /// </summary>
13 private IContainer components = null;
14  
15 /// <summary>
16 /// Clean up any resources being used.
17 /// </summary>
18 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
19 protected override void Dispose(bool disposing)
20 {
21 if (disposing && (components != null))
22 {
23 components.Dispose();
24 }
25 base.Dispose(disposing);
26 }
27  
28 #region Windows Form Designer generated code
29  
30 /// <summary>
31 /// Required method for Designer support - do not modify
32 /// the contents of this method with the code editor.
33 /// </summary>
34 private void InitializeComponent()
35 {
4 vero 36 this.components = new System.ComponentModel.Container();
2 zed 37 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Vassal));
38 this.pictureBox1 = new System.Windows.Forms.PictureBox();
39 this.Tabs = new System.Windows.Forms.TabControl();
40 this.OverviewTab = new System.Windows.Forms.TabPage();
41 this.groupBox10 = new System.Windows.Forms.GroupBox();
42 this.RegionAvatarsMap = new System.Windows.Forms.PictureBox();
43 this.groupBox9 = new System.Windows.Forms.GroupBox();
44 this.Objects = new System.Windows.Forms.Label();
45 this.groupBox8 = new System.Windows.Forms.GroupBox();
46 this.ScriptTime = new System.Windows.Forms.Label();
47 this.groupBox7 = new System.Windows.Forms.GroupBox();
48 this.ActiveScripts = new System.Windows.Forms.Label();
49 this.groupBox6 = new System.Windows.Forms.GroupBox();
50 this.PhysicsFPS = new System.Windows.Forms.Label();
51 this.groupBox5 = new System.Windows.Forms.GroupBox();
52 this.FPS = new System.Windows.Forms.Label();
53 this.groupBox4 = new System.Windows.Forms.GroupBox();
54 this.Dilation = new System.Windows.Forms.Label();
55 this.groupBox3 = new System.Windows.Forms.GroupBox();
56 this.LastLag = new System.Windows.Forms.Label();
57 this.groupBox2 = new System.Windows.Forms.GroupBox();
58 this.Agents = new System.Windows.Forms.Label();
7 zed 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();
2 zed 82 this.TopScriptsTab = new System.Windows.Forms.TabPage();
3 eva 83 this.label1 = new System.Windows.Forms.Label();
84 this.TopScriptsFilter = new System.Windows.Forms.TextBox();
85 this.ReturnTopScriptsButton = new System.Windows.Forms.Button();
86 this.button3 = new System.Windows.Forms.Button();
2 zed 87 this.TopScriptsGridView = new System.Windows.Forms.DataGridView();
88 this.TopScriptsScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
89 this.TopScriptsTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn();
90 this.TopScriptsUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
91 this.TopScriptsOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
92 this.TopScriptsPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
93 this.TopCollidersTab = new System.Windows.Forms.TabPage();
3 eva 94 this.label2 = new System.Windows.Forms.Label();
95 this.TopCollidersFilter = new System.Windows.Forms.TextBox();
96 this.ReturnTopCollidersButton = new System.Windows.Forms.Button();
97 this.button5 = new System.Windows.Forms.Button();
2 zed 98 this.TopCollidersGridView = new System.Windows.Forms.DataGridView();
99 this.TopCollidersScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
100 this.TopCollidersTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn();
101 this.TopCollidersUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
102 this.TopCollidersOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
103 this.TopCollidersPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
104 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
105 this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar();
106 this.StatusText = new System.Windows.Forms.ToolStripStatusLabel();
107 this.button1 = new System.Windows.Forms.Button();
108 this.button2 = new System.Windows.Forms.Button();
109 this.RegionTeleportGroup = new System.Windows.Forms.GroupBox();
5 eva 110 this.pictureBox6 = new System.Windows.Forms.PictureBox();
2 zed 111 this.LoadedRegions = new System.Windows.Forms.ComboBox();
112 this.CurrentRegionName = new System.Windows.Forms.Label();
113 this.CurrentRegionAt = new System.Windows.Forms.Label();
3 eva 114 this.ExportCSVDialog = new System.Windows.Forms.SaveFileDialog();
115 this.groupBox1 = new System.Windows.Forms.GroupBox();
5 eva 116 this.pictureBox2 = new System.Windows.Forms.PictureBox();
3 eva 117 this.Version = new System.Windows.Forms.Label();
4 vero 118 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
7 zed 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();
2 zed 131 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
132 this.Tabs.SuspendLayout();
133 this.OverviewTab.SuspendLayout();
134 this.groupBox10.SuspendLayout();
135 ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).BeginInit();
136 this.groupBox9.SuspendLayout();
137 this.groupBox8.SuspendLayout();
138 this.groupBox7.SuspendLayout();
139 this.groupBox6.SuspendLayout();
140 this.groupBox5.SuspendLayout();
141 this.groupBox4.SuspendLayout();
142 this.groupBox3.SuspendLayout();
143 this.groupBox2.SuspendLayout();
7 zed 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();
2 zed 152 this.TopScriptsTab.SuspendLayout();
153 ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).BeginInit();
154 this.TopCollidersTab.SuspendLayout();
155 ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).BeginInit();
156 this.statusStrip1.SuspendLayout();
3 eva 157 this.RegionTeleportGroup.SuspendLayout();
5 eva 158 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
2 zed 159 this.groupBox1.SuspendLayout();
4 vero 160 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
7 zed 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();
2 zed 168 this.SuspendLayout();
169 //
170 // pictureBox1
171 //
172 this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
173 this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
3 eva 174 this.pictureBox1.Location = new System.Drawing.Point(17, 12);
2 zed 175 this.pictureBox1.Name = "pictureBox1";
3 eva 176 this.pictureBox1.Size = new System.Drawing.Size(477, 140);
2 zed 177 this.pictureBox1.TabIndex = 0;
178 this.pictureBox1.TabStop = false;
179 //
180 // Tabs
181 //
182 this.Tabs.Controls.Add(this.OverviewTab);
7 zed 183 this.Tabs.Controls.Add(this.RegionsStateTab);
184 this.Tabs.Controls.Add(this.ResidentListTab);
185 this.Tabs.Controls.Add(this.BatchRestartTab);
2 zed 186 this.Tabs.Controls.Add(this.TopScriptsTab);
187 this.Tabs.Controls.Add(this.TopCollidersTab);
7 zed 188 this.Tabs.Controls.Add(this.RegionToolsTab);
189 this.Tabs.Enabled = false;
5 eva 190 this.Tabs.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
3 eva 191 this.Tabs.Location = new System.Drawing.Point(13, 186);
2 zed 192 this.Tabs.Name = "Tabs";
193 this.Tabs.SelectedIndex = 0;
3 eva 194 this.Tabs.Size = new System.Drawing.Size(679, 430);
2 zed 195 this.Tabs.TabIndex = 1;
196 this.Tabs.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.RequestSelecting);
197 //
198 // OverviewTab
199 //
200 this.OverviewTab.Controls.Add(this.groupBox10);
201 this.OverviewTab.Controls.Add(this.groupBox9);
202 this.OverviewTab.Controls.Add(this.groupBox8);
203 this.OverviewTab.Controls.Add(this.groupBox7);
204 this.OverviewTab.Controls.Add(this.groupBox6);
205 this.OverviewTab.Controls.Add(this.groupBox5);
206 this.OverviewTab.Controls.Add(this.groupBox4);
207 this.OverviewTab.Controls.Add(this.groupBox3);
208 this.OverviewTab.Controls.Add(this.groupBox2);
5 eva 209 this.OverviewTab.Location = new System.Drawing.Point(4, 25);
2 zed 210 this.OverviewTab.Name = "OverviewTab";
211 this.OverviewTab.Padding = new System.Windows.Forms.Padding(3);
5 eva 212 this.OverviewTab.Size = new System.Drawing.Size(671, 401);
2 zed 213 this.OverviewTab.TabIndex = 0;
214 this.OverviewTab.Text = "Overview";
215 this.OverviewTab.UseVisualStyleBackColor = true;
216 //
217 // groupBox10
218 //
219 this.groupBox10.Controls.Add(this.RegionAvatarsMap);
220 this.groupBox10.Location = new System.Drawing.Point(6, 6);
221 this.groupBox10.Name = "groupBox10";
3 eva 222 this.groupBox10.Size = new System.Drawing.Size(390, 390);
2 zed 223 this.groupBox10.TabIndex = 9;
224 this.groupBox10.TabStop = false;
225 this.groupBox10.Text = "Map and Avatars";
226 //
227 // RegionAvatarsMap
228 //
3 eva 229 this.RegionAvatarsMap.BackColor = System.Drawing.Color.Black;
2 zed 230 this.RegionAvatarsMap.Location = new System.Drawing.Point(12, 14);
231 this.RegionAvatarsMap.Name = "RegionAvatarsMap";
3 eva 232 this.RegionAvatarsMap.Size = new System.Drawing.Size(372, 372);
2 zed 233 this.RegionAvatarsMap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
234 this.RegionAvatarsMap.TabIndex = 0;
235 this.RegionAvatarsMap.TabStop = false;
236 //
237 // groupBox9
238 //
239 this.groupBox9.Controls.Add(this.Objects);
240 this.groupBox9.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
4 vero 241 this.groupBox9.Location = new System.Drawing.Point(531, 96);
2 zed 242 this.groupBox9.Name = "groupBox9";
243 this.groupBox9.Size = new System.Drawing.Size(107, 49);
244 this.groupBox9.TabIndex = 8;
245 this.groupBox9.TabStop = false;
246 this.groupBox9.Text = "Objects";
247 //
248 // Objects
249 //
250 this.Objects.AutoSize = true;
4 vero 251 this.Objects.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
252 this.Objects.Location = new System.Drawing.Point(9, 21);
2 zed 253 this.Objects.Name = "Objects";
4 vero 254 this.Objects.Size = new System.Drawing.Size(32, 18);
2 zed 255 this.Objects.TabIndex = 0;
256 this.Objects.Text = " ";
257 //
258 // groupBox8
259 //
260 this.groupBox8.Controls.Add(this.ScriptTime);
261 this.groupBox8.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
4 vero 262 this.groupBox8.Location = new System.Drawing.Point(531, 206);
2 zed 263 this.groupBox8.Name = "groupBox8";
264 this.groupBox8.Size = new System.Drawing.Size(107, 49);
265 this.groupBox8.TabIndex = 7;
266 this.groupBox8.TabStop = false;
267 this.groupBox8.Text = "Script Time";
268 //
269 // ScriptTime
270 //
271 this.ScriptTime.AutoSize = true;
4 vero 272 this.ScriptTime.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
273 this.ScriptTime.Location = new System.Drawing.Point(12, 21);
2 zed 274 this.ScriptTime.Name = "ScriptTime";
4 vero 275 this.ScriptTime.Size = new System.Drawing.Size(32, 18);
2 zed 276 this.ScriptTime.TabIndex = 0;
277 this.ScriptTime.Text = " ";
278 //
279 // groupBox7
280 //
281 this.groupBox7.Controls.Add(this.ActiveScripts);
282 this.groupBox7.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
4 vero 283 this.groupBox7.Location = new System.Drawing.Point(418, 206);
2 zed 284 this.groupBox7.Name = "groupBox7";
285 this.groupBox7.Size = new System.Drawing.Size(107, 49);
286 this.groupBox7.TabIndex = 6;
287 this.groupBox7.TabStop = false;
288 this.groupBox7.Text = "Active Scripts";
289 //
290 // ActiveScripts
291 //
292 this.ActiveScripts.AutoSize = true;
4 vero 293 this.ActiveScripts.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
294 this.ActiveScripts.Location = new System.Drawing.Point(9, 21);
2 zed 295 this.ActiveScripts.Name = "ActiveScripts";
4 vero 296 this.ActiveScripts.Size = new System.Drawing.Size(32, 18);
2 zed 297 this.ActiveScripts.TabIndex = 0;
298 this.ActiveScripts.Text = " ";
299 //
300 // groupBox6
301 //
302 this.groupBox6.Controls.Add(this.PhysicsFPS);
303 this.groupBox6.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
3 eva 304 this.groupBox6.Location = new System.Drawing.Point(531, 151);
2 zed 305 this.groupBox6.Name = "groupBox6";
306 this.groupBox6.Size = new System.Drawing.Size(107, 49);
307 this.groupBox6.TabIndex = 5;
308 this.groupBox6.TabStop = false;
309 this.groupBox6.Text = "Physics FPS";
310 //
311 // PhysicsFPS
312 //
313 this.PhysicsFPS.AutoSize = true;
4 vero 314 this.PhysicsFPS.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
315 this.PhysicsFPS.Location = new System.Drawing.Point(9, 21);
2 zed 316 this.PhysicsFPS.Name = "PhysicsFPS";
4 vero 317 this.PhysicsFPS.Size = new System.Drawing.Size(32, 18);
2 zed 318 this.PhysicsFPS.TabIndex = 0;
319 this.PhysicsFPS.Text = " ";
320 //
321 // groupBox5
322 //
323 this.groupBox5.Controls.Add(this.FPS);
324 this.groupBox5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
3 eva 325 this.groupBox5.Location = new System.Drawing.Point(418, 151);
2 zed 326 this.groupBox5.Name = "groupBox5";
327 this.groupBox5.Size = new System.Drawing.Size(107, 49);
328 this.groupBox5.TabIndex = 4;
329 this.groupBox5.TabStop = false;
330 this.groupBox5.Text = "FPS";
331 //
332 // FPS
333 //
334 this.FPS.AutoSize = true;
4 vero 335 this.FPS.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
336 this.FPS.Location = new System.Drawing.Point(12, 21);
2 zed 337 this.FPS.Name = "FPS";
4 vero 338 this.FPS.Size = new System.Drawing.Size(32, 18);
2 zed 339 this.FPS.TabIndex = 0;
340 this.FPS.Text = " ";
341 //
342 // groupBox4
343 //
344 this.groupBox4.Controls.Add(this.Dilation);
345 this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
4 vero 346 this.groupBox4.Location = new System.Drawing.Point(531, 261);
2 zed 347 this.groupBox4.Name = "groupBox4";
348 this.groupBox4.Size = new System.Drawing.Size(107, 49);
349 this.groupBox4.TabIndex = 3;
350 this.groupBox4.TabStop = false;
351 this.groupBox4.Text = "Time Dilation";
352 //
353 // Dilation
354 //
355 this.Dilation.AutoSize = true;
4 vero 356 this.Dilation.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
357 this.Dilation.Location = new System.Drawing.Point(9, 21);
2 zed 358 this.Dilation.Name = "Dilation";
4 vero 359 this.Dilation.Size = new System.Drawing.Size(32, 18);
2 zed 360 this.Dilation.TabIndex = 0;
361 this.Dilation.Text = " ";
362 //
363 // groupBox3
364 //
365 this.groupBox3.Controls.Add(this.LastLag);
366 this.groupBox3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
3 eva 367 this.groupBox3.Location = new System.Drawing.Point(418, 261);
2 zed 368 this.groupBox3.Name = "groupBox3";
369 this.groupBox3.Size = new System.Drawing.Size(107, 49);
370 this.groupBox3.TabIndex = 2;
371 this.groupBox3.TabStop = false;
372 this.groupBox3.Text = "LastLag";
373 //
374 // LastLag
375 //
376 this.LastLag.AutoSize = true;
4 vero 377 this.LastLag.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
378 this.LastLag.Location = new System.Drawing.Point(12, 21);
2 zed 379 this.LastLag.Name = "LastLag";
4 vero 380 this.LastLag.Size = new System.Drawing.Size(32, 18);
2 zed 381 this.LastLag.TabIndex = 0;
382 this.LastLag.Text = " ";
383 //
384 // groupBox2
385 //
386 this.groupBox2.Controls.Add(this.Agents);
387 this.groupBox2.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
3 eva 388 this.groupBox2.Location = new System.Drawing.Point(418, 96);
2 zed 389 this.groupBox2.Name = "groupBox2";
390 this.groupBox2.Size = new System.Drawing.Size(107, 49);
391 this.groupBox2.TabIndex = 1;
392 this.groupBox2.TabStop = false;
393 this.groupBox2.Text = "Agents";
394 //
395 // Agents
396 //
397 this.Agents.AutoSize = true;
4 vero 398 this.Agents.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
399 this.Agents.Location = new System.Drawing.Point(12, 21);
2 zed 400 this.Agents.Name = "Agents";
4 vero 401 this.Agents.Size = new System.Drawing.Size(32, 18);
2 zed 402 this.Agents.TabIndex = 0;
403 this.Agents.Text = " ";
404 //
7 zed 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 //
2 zed 642 // TopScriptsTab
643 //
3 eva 644 this.TopScriptsTab.Controls.Add(this.label1);
645 this.TopScriptsTab.Controls.Add(this.TopScriptsFilter);
646 this.TopScriptsTab.Controls.Add(this.ReturnTopScriptsButton);
647 this.TopScriptsTab.Controls.Add(this.button3);
2 zed 648 this.TopScriptsTab.Controls.Add(this.TopScriptsGridView);
5 eva 649 this.TopScriptsTab.Location = new System.Drawing.Point(4, 25);
2 zed 650 this.TopScriptsTab.Name = "TopScriptsTab";
5 eva 651 this.TopScriptsTab.Size = new System.Drawing.Size(671, 401);
2 zed 652 this.TopScriptsTab.TabIndex = 1;
653 this.TopScriptsTab.Text = "Top Scripts";
654 this.TopScriptsTab.UseVisualStyleBackColor = true;
655 //
3 eva 656 // label1
657 //
658 this.label1.AutoSize = true;
7 zed 659 this.label1.Location = new System.Drawing.Point(4, 377);
3 eva 660 this.label1.Name = "label1";
5 eva 661 this.label1.Size = new System.Drawing.Size(36, 16);
3 eva 662 this.label1.TabIndex = 7;
663 this.label1.Text = "Filter:";
664 //
665 // TopScriptsFilter
666 //
7 zed 667 this.TopScriptsFilter.Location = new System.Drawing.Point(42, 374);
3 eva 668 this.TopScriptsFilter.Name = "TopScriptsFilter";
5 eva 669 this.TopScriptsFilter.Size = new System.Drawing.Size(196, 22);
3 eva 670 this.TopScriptsFilter.TabIndex = 6;
671 this.TopScriptsFilter.TextChanged += new System.EventHandler(this.RequestFilterTopScripts);
672 //
673 // ReturnTopScriptsButton
674 //
675 this.ReturnTopScriptsButton.Location = new System.Drawing.Point(500, 374);
676 this.ReturnTopScriptsButton.Name = "ReturnTopScriptsButton";
677 this.ReturnTopScriptsButton.Size = new System.Drawing.Size(86, 23);
678 this.ReturnTopScriptsButton.TabIndex = 2;
679 this.ReturnTopScriptsButton.Text = "Return Objects";
680 this.ReturnTopScriptsButton.UseVisualStyleBackColor = true;
681 this.ReturnTopScriptsButton.Click += new System.EventHandler(this.RequestReturnTopScriptsObjects);
682 //
683 // button3
684 //
685 this.button3.Location = new System.Drawing.Point(592, 374);
686 this.button3.Name = "button3";
687 this.button3.Size = new System.Drawing.Size(75, 23);
688 this.button3.TabIndex = 1;
689 this.button3.Text = "Export...";
690 this.button3.UseVisualStyleBackColor = true;
691 this.button3.Click += new System.EventHandler(this.RequestExportTopScripts);
692 //
2 zed 693 // TopScriptsGridView
694 //
695 this.TopScriptsGridView.AllowUserToAddRows = false;
696 this.TopScriptsGridView.AllowUserToDeleteRows = false;
697 this.TopScriptsGridView.AllowUserToOrderColumns = true;
698 this.TopScriptsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
699 this.TopScriptsGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
700 this.TopScriptsScore,
701 this.TopScriptsTaskName,
702 this.TopScriptsUUID,
703 this.TopScriptsOwner,
704 this.TopScriptsPosition});
5 eva 705 this.TopScriptsGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2 zed 706 this.TopScriptsGridView.Location = new System.Drawing.Point(4, 4);
707 this.TopScriptsGridView.Name = "TopScriptsGridView";
708 this.TopScriptsGridView.ReadOnly = true;
5 eva 709 this.TopScriptsGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
3 eva 710 this.TopScriptsGridView.Size = new System.Drawing.Size(663, 364);
2 zed 711 this.TopScriptsGridView.TabIndex = 0;
712 //
713 // TopScriptsScore
714 //
715 this.TopScriptsScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
716 this.TopScriptsScore.HeaderText = "Score";
717 this.TopScriptsScore.Name = "TopScriptsScore";
718 this.TopScriptsScore.ReadOnly = true;
719 //
720 // TopScriptsTaskName
721 //
722 this.TopScriptsTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
723 this.TopScriptsTaskName.HeaderText = "Task Name";
724 this.TopScriptsTaskName.Name = "TopScriptsTaskName";
725 this.TopScriptsTaskName.ReadOnly = true;
726 //
727 // TopScriptsUUID
728 //
729 this.TopScriptsUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
730 this.TopScriptsUUID.HeaderText = "UUID";
731 this.TopScriptsUUID.Name = "TopScriptsUUID";
732 this.TopScriptsUUID.ReadOnly = true;
733 //
734 // TopScriptsOwner
735 //
736 this.TopScriptsOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
737 this.TopScriptsOwner.HeaderText = "Owner";
738 this.TopScriptsOwner.Name = "TopScriptsOwner";
739 this.TopScriptsOwner.ReadOnly = true;
740 //
741 // TopScriptsPosition
742 //
743 this.TopScriptsPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
744 this.TopScriptsPosition.HeaderText = "Position";
745 this.TopScriptsPosition.Name = "TopScriptsPosition";
746 this.TopScriptsPosition.ReadOnly = true;
747 //
748 // TopCollidersTab
749 //
3 eva 750 this.TopCollidersTab.Controls.Add(this.label2);
751 this.TopCollidersTab.Controls.Add(this.TopCollidersFilter);
752 this.TopCollidersTab.Controls.Add(this.ReturnTopCollidersButton);
753 this.TopCollidersTab.Controls.Add(this.button5);
2 zed 754 this.TopCollidersTab.Controls.Add(this.TopCollidersGridView);
5 eva 755 this.TopCollidersTab.Location = new System.Drawing.Point(4, 25);
2 zed 756 this.TopCollidersTab.Name = "TopCollidersTab";
5 eva 757 this.TopCollidersTab.Size = new System.Drawing.Size(671, 401);
2 zed 758 this.TopCollidersTab.TabIndex = 2;
759 this.TopCollidersTab.Text = "Top Colliders";
760 this.TopCollidersTab.UseVisualStyleBackColor = true;
761 //
3 eva 762 // label2
763 //
764 this.label2.AutoSize = true;
7 zed 765 this.label2.Location = new System.Drawing.Point(4, 377);
3 eva 766 this.label2.Name = "label2";
5 eva 767 this.label2.Size = new System.Drawing.Size(36, 16);
3 eva 768 this.label2.TabIndex = 9;
769 this.label2.Text = "Filter:";
770 //
771 // TopCollidersFilter
772 //
7 zed 773 this.TopCollidersFilter.Location = new System.Drawing.Point(42, 374);
3 eva 774 this.TopCollidersFilter.Name = "TopCollidersFilter";
5 eva 775 this.TopCollidersFilter.Size = new System.Drawing.Size(196, 22);
3 eva 776 this.TopCollidersFilter.TabIndex = 8;
777 this.TopCollidersFilter.TextChanged += new System.EventHandler(this.RequestFilterTopColliders);
778 //
779 // ReturnTopCollidersButton
780 //
781 this.ReturnTopCollidersButton.Location = new System.Drawing.Point(500, 374);
782 this.ReturnTopCollidersButton.Name = "ReturnTopCollidersButton";
783 this.ReturnTopCollidersButton.Size = new System.Drawing.Size(86, 23);
784 this.ReturnTopCollidersButton.TabIndex = 3;
785 this.ReturnTopCollidersButton.Text = "Return Objects";
786 this.ReturnTopCollidersButton.UseVisualStyleBackColor = true;
787 this.ReturnTopCollidersButton.Click += new System.EventHandler(this.RequestReturnTopCollidersObjects);
788 //
789 // button5
790 //
791 this.button5.Location = new System.Drawing.Point(592, 374);
792 this.button5.Name = "button5";
793 this.button5.Size = new System.Drawing.Size(75, 23);
794 this.button5.TabIndex = 2;
795 this.button5.Text = "Export...";
796 this.button5.UseVisualStyleBackColor = true;
797 this.button5.Click += new System.EventHandler(this.RequestExportTopColliders);
798 //
2 zed 799 // TopCollidersGridView
800 //
801 this.TopCollidersGridView.AllowUserToAddRows = false;
802 this.TopCollidersGridView.AllowUserToDeleteRows = false;
803 this.TopCollidersGridView.AllowUserToOrderColumns = true;
804 this.TopCollidersGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
805 this.TopCollidersGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
806 this.TopCollidersScore,
807 this.TopCollidersTaskName,
808 this.TopCollidersUUID,
809 this.TopCollidersOwner,
810 this.TopCollidersPosition});
5 eva 811 this.TopCollidersGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2 zed 812 this.TopCollidersGridView.Location = new System.Drawing.Point(4, 4);
813 this.TopCollidersGridView.Name = "TopCollidersGridView";
5 eva 814 this.TopCollidersGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
3 eva 815 this.TopCollidersGridView.Size = new System.Drawing.Size(663, 364);
2 zed 816 this.TopCollidersGridView.TabIndex = 0;
817 //
818 // TopCollidersScore
819 //
820 this.TopCollidersScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
821 this.TopCollidersScore.HeaderText = "Score";
822 this.TopCollidersScore.Name = "TopCollidersScore";
823 //
824 // TopCollidersTaskName
825 //
826 this.TopCollidersTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
827 this.TopCollidersTaskName.HeaderText = "Task Name";
828 this.TopCollidersTaskName.Name = "TopCollidersTaskName";
829 //
830 // TopCollidersUUID
831 //
832 this.TopCollidersUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
833 this.TopCollidersUUID.HeaderText = "UUID";
834 this.TopCollidersUUID.Name = "TopCollidersUUID";
835 //
836 // TopCollidersOwner
837 //
838 this.TopCollidersOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
839 this.TopCollidersOwner.HeaderText = "Owner";
840 this.TopCollidersOwner.Name = "TopCollidersOwner";
841 //
842 // TopCollidersPosition
843 //
844 this.TopCollidersPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
845 this.TopCollidersPosition.HeaderText = "Position";
846 this.TopCollidersPosition.Name = "TopCollidersPosition";
847 //
848 // statusStrip1
849 //
850 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
851 this.StatusProgress,
852 this.StatusText});
853 this.statusStrip1.Location = new System.Drawing.Point(0, 619);
854 this.statusStrip1.Name = "statusStrip1";
855 this.statusStrip1.Size = new System.Drawing.Size(704, 22);
856 this.statusStrip1.TabIndex = 2;
857 this.statusStrip1.Text = "statusStrip1";
858 //
859 // StatusProgress
860 //
861 this.StatusProgress.Name = "StatusProgress";
862 this.StatusProgress.Size = new System.Drawing.Size(100, 16);
863 //
864 // StatusText
865 //
866 this.StatusText.Name = "StatusText";
867 this.StatusText.Size = new System.Drawing.Size(10, 17);
868 this.StatusText.Text = " ";
869 //
870 // button1
871 //
3 eva 872 this.button1.Location = new System.Drawing.Point(6, 23);
2 zed 873 this.button1.Name = "button1";
3 eva 874 this.button1.Size = new System.Drawing.Size(66, 23);
2 zed 875 this.button1.TabIndex = 8;
3 eva 876 this.button1.Text = "Settings...";
2 zed 877 this.button1.UseVisualStyleBackColor = true;
878 this.button1.Click += new System.EventHandler(this.SettingsRequested);
879 //
880 // button2
881 //
3 eva 882 this.button2.Location = new System.Drawing.Point(6, 49);
2 zed 883 this.button2.Name = "button2";
884 this.button2.Size = new System.Drawing.Size(56, 23);
885 this.button2.TabIndex = 7;
886 this.button2.Text = "Edit...";
887 this.button2.UseVisualStyleBackColor = true;
888 this.button2.Click += new System.EventHandler(this.RequestedEditRegions);
889 //
890 // RegionTeleportGroup
891 //
4 vero 892 this.RegionTeleportGroup.Controls.Add(this.pictureBox6);
2 zed 893 this.RegionTeleportGroup.Controls.Add(this.button2);
894 this.RegionTeleportGroup.Controls.Add(this.LoadedRegions);
895 this.RegionTeleportGroup.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
3 eva 896 this.RegionTeleportGroup.Location = new System.Drawing.Point(502, 73);
2 zed 897 this.RegionTeleportGroup.Name = "RegionTeleportGroup";
3 eva 898 this.RegionTeleportGroup.Size = new System.Drawing.Size(190, 79);
2 zed 899 this.RegionTeleportGroup.TabIndex = 4;
900 this.RegionTeleportGroup.TabStop = false;
901 this.RegionTeleportGroup.Text = "Region Teleport";
902 //
5 eva 903 // pictureBox6
904 //
905 this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Help;
906 this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
907 this.pictureBox6.Location = new System.Drawing.Point(68, 51);
908 this.pictureBox6.Name = "pictureBox6";
909 this.pictureBox6.Size = new System.Drawing.Size(20, 20);
910 this.pictureBox6.TabIndex = 10;
911 this.pictureBox6.TabStop = false;
912 this.toolTip1.SetToolTip(this.pictureBox6, resources.GetString("pictureBox6.ToolTip"));
913 //
2 zed 914 // LoadedRegions
915 //
916 this.LoadedRegions.DisplayMember = "Text";
917 this.LoadedRegions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
918 this.LoadedRegions.Font = new System.Drawing.Font("Consolas", 8.25F);
919 this.LoadedRegions.FormattingEnabled = true;
920 this.LoadedRegions.Location = new System.Drawing.Point(6, 21);
921 this.LoadedRegions.Name = "LoadedRegions";
3 eva 922 this.LoadedRegions.Size = new System.Drawing.Size(180, 21);
2 zed 923 this.LoadedRegions.Sorted = true;
924 this.LoadedRegions.TabIndex = 0;
925 this.LoadedRegions.SelectedIndexChanged += new System.EventHandler(this.RegionSelected);
926 //
927 // CurrentRegionName
928 //
929 this.CurrentRegionName.AutoSize = true;
930 this.CurrentRegionName.Font = new System.Drawing.Font("Palatino Linotype", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
3 eva 931 this.CurrentRegionName.Location = new System.Drawing.Point(223, 155);
2 zed 932 this.CurrentRegionName.Name = "CurrentRegionName";
933 this.CurrentRegionName.Size = new System.Drawing.Size(154, 28);
934 this.CurrentRegionName.TabIndex = 7;
935 this.CurrentRegionName.Text = "Puguet Sound";
936 this.CurrentRegionName.Visible = false;
937 //
938 // CurrentRegionAt
939 //
940 this.CurrentRegionAt.AutoSize = true;
3 eva 941 this.CurrentRegionAt.Location = new System.Drawing.Point(201, 155);
2 zed 942 this.CurrentRegionAt.Name = "CurrentRegionAt";
943 this.CurrentRegionAt.Size = new System.Drawing.Size(16, 13);
944 this.CurrentRegionAt.TabIndex = 8;
945 this.CurrentRegionAt.Text = "at";
946 this.CurrentRegionAt.Visible = false;
947 //
3 eva 948 // ExportCSVDialog
949 //
950 this.ExportCSVDialog.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*";
951 //
952 // groupBox1
953 //
4 vero 954 this.groupBox1.Controls.Add(this.pictureBox2);
3 eva 955 this.groupBox1.Controls.Add(this.button1);
956 this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
957 this.groupBox1.Location = new System.Drawing.Point(500, 12);
958 this.groupBox1.Name = "groupBox1";
959 this.groupBox1.Size = new System.Drawing.Size(192, 55);
960 this.groupBox1.TabIndex = 3;
961 this.groupBox1.TabStop = false;
962 this.groupBox1.Text = "Settings";
963 //
5 eva 964 // pictureBox2
965 //
966 this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Help;
967 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
968 this.pictureBox2.Location = new System.Drawing.Point(78, 25);
969 this.pictureBox2.Name = "pictureBox2";
970 this.pictureBox2.Size = new System.Drawing.Size(20, 20);
971 this.pictureBox2.TabIndex = 11;
972 this.pictureBox2.TabStop = false;
973 this.toolTip1.SetToolTip(this.pictureBox2, "Before Vassal can work, Vassal must be\r\nconfigured by using the \"Settings...\"\r\nbu" +
974 "tton and configuring Vassal.");
975 //
3 eva 976 // Version
977 //
978 this.Version.AutoSize = true;
979 this.Version.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
980 this.Version.Location = new System.Drawing.Point(262, 132);
981 this.Version.Name = "Version";
982 this.Version.Size = new System.Drawing.Size(97, 13);
983 this.Version.TabIndex = 9;
984 this.Version.Text = " ";
985 //
4 vero 986 // toolTip1
987 //
988 this.toolTip1.AutoPopDelay = 32767;
989 this.toolTip1.InitialDelay = 500;
990 this.toolTip1.ReshowDelay = 100;
991 //
7 zed 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 //
2 zed 1106 // Vassal
1107 //
1108 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1109 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1110 this.ClientSize = new System.Drawing.Size(704, 641);
3 eva 1111 this.Controls.Add(this.Version);
2 zed 1112 this.Controls.Add(this.CurrentRegionAt);
1113 this.Controls.Add(this.CurrentRegionName);
1114 this.Controls.Add(this.RegionTeleportGroup);
1115 this.Controls.Add(this.groupBox1);
1116 this.Controls.Add(this.statusStrip1);
1117 this.Controls.Add(this.Tabs);
1118 this.Controls.Add(this.pictureBox1);
3 eva 1119 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
2 zed 1120 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
3 eva 1121 this.MaximizeBox = false;
1122 this.MaximumSize = new System.Drawing.Size(720, 680);
2 zed 1123 this.Name = "Vassal";
1124 this.Text = "Vassal";
1125 this.Shown += new System.EventHandler(this.VassalShown);
1126 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
1127 this.Tabs.ResumeLayout(false);
1128 this.OverviewTab.ResumeLayout(false);
1129 this.groupBox10.ResumeLayout(false);
1130 ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).EndInit();
1131 this.groupBox9.ResumeLayout(false);
1132 this.groupBox9.PerformLayout();
1133 this.groupBox8.ResumeLayout(false);
1134 this.groupBox8.PerformLayout();
1135 this.groupBox7.ResumeLayout(false);
1136 this.groupBox7.PerformLayout();
1137 this.groupBox6.ResumeLayout(false);
1138 this.groupBox6.PerformLayout();
1139 this.groupBox5.ResumeLayout(false);
1140 this.groupBox5.PerformLayout();
1141 this.groupBox4.ResumeLayout(false);
1142 this.groupBox4.PerformLayout();
1143 this.groupBox3.ResumeLayout(false);
1144 this.groupBox3.PerformLayout();
1145 this.groupBox2.ResumeLayout(false);
1146 this.groupBox2.PerformLayout();
7 zed 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();
2 zed 1158 this.TopScriptsTab.ResumeLayout(false);
3 eva 1159 this.TopScriptsTab.PerformLayout();
2 zed 1160 ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).EndInit();
1161 this.TopCollidersTab.ResumeLayout(false);
3 eva 1162 this.TopCollidersTab.PerformLayout();
2 zed 1163 ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).EndInit();
1164 this.statusStrip1.ResumeLayout(false);
1165 this.statusStrip1.PerformLayout();
3 eva 1166 this.RegionTeleportGroup.ResumeLayout(false);
5 eva 1167 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
2 zed 1168 this.groupBox1.ResumeLayout(false);
4 vero 1169 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
7 zed 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);
2 zed 1177 this.ResumeLayout(false);
1178 this.PerformLayout();
1179  
1180 }
1181  
1182 #endregion
1183  
1184 private PictureBox pictureBox1;
7 zed 1185 public TabControl Tabs;
2 zed 1186 private TabPage OverviewTab;
1187 private StatusStrip statusStrip1;
1188 private ToolStripProgressBar StatusProgress;
1189 private ToolStripStatusLabel StatusText;
1190 private Button button2;
1191 private GroupBox RegionTeleportGroup;
1192 public ComboBox LoadedRegions;
1193 private Label CurrentRegionName;
1194 private Label CurrentRegionAt;
7 zed 1195 public PictureBox RegionAvatarsMap;
2 zed 1196 private Button button1;
1197 private GroupBox groupBox2;
1198 private Label Agents;
1199 private GroupBox groupBox7;
1200 private Label ActiveScripts;
1201 private GroupBox groupBox6;
1202 private Label PhysicsFPS;
1203 private GroupBox groupBox5;
1204 private Label FPS;
1205 private GroupBox groupBox4;
1206 private Label Dilation;
1207 private GroupBox groupBox3;
1208 private Label LastLag;
1209 private GroupBox groupBox9;
1210 private Label Objects;
1211 private GroupBox groupBox8;
1212 private Label ScriptTime;
1213 private GroupBox groupBox10;
1214 private TabPage TopScriptsTab;
1215 private DataGridView TopScriptsGridView;
1216 private TabPage TopCollidersTab;
1217 private DataGridView TopCollidersGridView;
1218 private DataGridViewTextBoxColumn TopScriptsScore;
1219 private DataGridViewTextBoxColumn TopScriptsTaskName;
1220 private DataGridViewTextBoxColumn TopScriptsUUID;
1221 private DataGridViewTextBoxColumn TopScriptsOwner;
1222 private DataGridViewTextBoxColumn TopScriptsPosition;
1223 private DataGridViewTextBoxColumn TopCollidersScore;
1224 private DataGridViewTextBoxColumn TopCollidersTaskName;
1225 private DataGridViewTextBoxColumn TopCollidersUUID;
1226 private DataGridViewTextBoxColumn TopCollidersOwner;
1227 private DataGridViewTextBoxColumn TopCollidersPosition;
3 eva 1228 private Button ReturnTopScriptsButton;
1229 private Button button3;
1230 private TabPage BatchRestartTab;
1231 private SaveFileDialog ExportCSVDialog;
1232 private Button button5;
1233 private Button ReturnTopCollidersButton;
1234 private Label label1;
1235 private TextBox TopScriptsFilter;
1236 private Label label2;
1237 private TextBox TopCollidersFilter;
1238 private Button BatchRestartButton;
1239 public DataGridView BatchRestartGridView;
1240 private DataGridViewTextBoxColumn BatchRestartRegionName;
1241 private DataGridViewTextBoxColumn BatchRestartPosition;
1242 private GroupBox groupBox1;
1243 private Label Version;
4 vero 1244 private ToolTip toolTip1;
1245 private PictureBox pictureBox6;
1246 private PictureBox pictureBox2;
5 eva 1247 private PictureBox pictureBox3;
1248 private Label label3;
1249 public TextBox RegionRestartDelayBox;
7 zed 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;
2 zed 1277 }
1278 }
1279