corrade-vassal – Blame information for rev 5

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();
59 this.TopScriptsTab = new System.Windows.Forms.TabPage();
3 eva 60 this.label1 = new System.Windows.Forms.Label();
61 this.TopScriptsFilter = new System.Windows.Forms.TextBox();
62 this.ReturnTopScriptsButton = new System.Windows.Forms.Button();
63 this.button3 = new System.Windows.Forms.Button();
2 zed 64 this.TopScriptsGridView = new System.Windows.Forms.DataGridView();
65 this.TopScriptsScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
66 this.TopScriptsTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn();
67 this.TopScriptsUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
68 this.TopScriptsOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
69 this.TopScriptsPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
70 this.TopCollidersTab = new System.Windows.Forms.TabPage();
3 eva 71 this.label2 = new System.Windows.Forms.Label();
72 this.TopCollidersFilter = new System.Windows.Forms.TextBox();
73 this.ReturnTopCollidersButton = new System.Windows.Forms.Button();
74 this.button5 = new System.Windows.Forms.Button();
2 zed 75 this.TopCollidersGridView = new System.Windows.Forms.DataGridView();
76 this.TopCollidersScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
77 this.TopCollidersTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn();
78 this.TopCollidersUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
79 this.TopCollidersOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
80 this.TopCollidersPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
3 eva 81 this.BatchRestartTab = new System.Windows.Forms.TabPage();
5 eva 82 this.label3 = new System.Windows.Forms.Label();
83 this.RegionRestartDelayBox = new System.Windows.Forms.TextBox();
84 this.pictureBox3 = new System.Windows.Forms.PictureBox();
3 eva 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();
2 zed 89 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
90 this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar();
91 this.StatusText = new System.Windows.Forms.ToolStripStatusLabel();
92 this.button1 = new System.Windows.Forms.Button();
93 this.button2 = new System.Windows.Forms.Button();
94 this.RegionTeleportGroup = new System.Windows.Forms.GroupBox();
5 eva 95 this.pictureBox6 = new System.Windows.Forms.PictureBox();
2 zed 96 this.LoadedRegions = new System.Windows.Forms.ComboBox();
97 this.CurrentRegionName = new System.Windows.Forms.Label();
98 this.CurrentRegionAt = new System.Windows.Forms.Label();
3 eva 99 this.ExportCSVDialog = new System.Windows.Forms.SaveFileDialog();
100 this.groupBox1 = new System.Windows.Forms.GroupBox();
5 eva 101 this.pictureBox2 = new System.Windows.Forms.PictureBox();
3 eva 102 this.Version = new System.Windows.Forms.Label();
4 vero 103 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
2 zed 104 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
105 this.Tabs.SuspendLayout();
106 this.OverviewTab.SuspendLayout();
107 this.groupBox10.SuspendLayout();
108 ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).BeginInit();
109 this.groupBox9.SuspendLayout();
110 this.groupBox8.SuspendLayout();
111 this.groupBox7.SuspendLayout();
112 this.groupBox6.SuspendLayout();
113 this.groupBox5.SuspendLayout();
114 this.groupBox4.SuspendLayout();
115 this.groupBox3.SuspendLayout();
116 this.groupBox2.SuspendLayout();
117 this.TopScriptsTab.SuspendLayout();
118 ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).BeginInit();
119 this.TopCollidersTab.SuspendLayout();
120 ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).BeginInit();
3 eva 121 this.BatchRestartTab.SuspendLayout();
5 eva 122 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
3 eva 123 ((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).BeginInit();
2 zed 124 this.statusStrip1.SuspendLayout();
3 eva 125 this.RegionTeleportGroup.SuspendLayout();
5 eva 126 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
2 zed 127 this.groupBox1.SuspendLayout();
4 vero 128 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
2 zed 129 this.SuspendLayout();
130 //
131 // pictureBox1
132 //
133 this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
134 this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
3 eva 135 this.pictureBox1.Location = new System.Drawing.Point(17, 12);
2 zed 136 this.pictureBox1.Name = "pictureBox1";
3 eva 137 this.pictureBox1.Size = new System.Drawing.Size(477, 140);
2 zed 138 this.pictureBox1.TabIndex = 0;
139 this.pictureBox1.TabStop = false;
140 //
141 // Tabs
142 //
143 this.Tabs.Controls.Add(this.OverviewTab);
144 this.Tabs.Controls.Add(this.TopScriptsTab);
145 this.Tabs.Controls.Add(this.TopCollidersTab);
3 eva 146 this.Tabs.Controls.Add(this.BatchRestartTab);
5 eva 147 this.Tabs.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
3 eva 148 this.Tabs.Location = new System.Drawing.Point(13, 186);
2 zed 149 this.Tabs.Name = "Tabs";
150 this.Tabs.SelectedIndex = 0;
3 eva 151 this.Tabs.Size = new System.Drawing.Size(679, 430);
2 zed 152 this.Tabs.TabIndex = 1;
153 this.Tabs.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.RequestSelecting);
154 //
155 // OverviewTab
156 //
157 this.OverviewTab.Controls.Add(this.groupBox10);
158 this.OverviewTab.Controls.Add(this.groupBox9);
159 this.OverviewTab.Controls.Add(this.groupBox8);
160 this.OverviewTab.Controls.Add(this.groupBox7);
161 this.OverviewTab.Controls.Add(this.groupBox6);
162 this.OverviewTab.Controls.Add(this.groupBox5);
163 this.OverviewTab.Controls.Add(this.groupBox4);
164 this.OverviewTab.Controls.Add(this.groupBox3);
165 this.OverviewTab.Controls.Add(this.groupBox2);
5 eva 166 this.OverviewTab.Location = new System.Drawing.Point(4, 25);
2 zed 167 this.OverviewTab.Name = "OverviewTab";
168 this.OverviewTab.Padding = new System.Windows.Forms.Padding(3);
5 eva 169 this.OverviewTab.Size = new System.Drawing.Size(671, 401);
2 zed 170 this.OverviewTab.TabIndex = 0;
171 this.OverviewTab.Text = "Overview";
172 this.OverviewTab.UseVisualStyleBackColor = true;
173 //
174 // groupBox10
175 //
176 this.groupBox10.Controls.Add(this.RegionAvatarsMap);
177 this.groupBox10.Location = new System.Drawing.Point(6, 6);
178 this.groupBox10.Name = "groupBox10";
3 eva 179 this.groupBox10.Size = new System.Drawing.Size(390, 390);
2 zed 180 this.groupBox10.TabIndex = 9;
181 this.groupBox10.TabStop = false;
182 this.groupBox10.Text = "Map and Avatars";
183 //
184 // RegionAvatarsMap
185 //
3 eva 186 this.RegionAvatarsMap.BackColor = System.Drawing.Color.Black;
2 zed 187 this.RegionAvatarsMap.Location = new System.Drawing.Point(12, 14);
188 this.RegionAvatarsMap.Name = "RegionAvatarsMap";
3 eva 189 this.RegionAvatarsMap.Size = new System.Drawing.Size(372, 372);
2 zed 190 this.RegionAvatarsMap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
191 this.RegionAvatarsMap.TabIndex = 0;
192 this.RegionAvatarsMap.TabStop = false;
193 //
194 // groupBox9
195 //
196 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)));
4 vero 198 this.groupBox9.Location = new System.Drawing.Point(531, 96);
2 zed 199 this.groupBox9.Name = "groupBox9";
200 this.groupBox9.Size = new System.Drawing.Size(107, 49);
201 this.groupBox9.TabIndex = 8;
202 this.groupBox9.TabStop = false;
203 this.groupBox9.Text = "Objects";
204 //
205 // Objects
206 //
207 this.Objects.AutoSize = true;
4 vero 208 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);
2 zed 210 this.Objects.Name = "Objects";
4 vero 211 this.Objects.Size = new System.Drawing.Size(32, 18);
2 zed 212 this.Objects.TabIndex = 0;
213 this.Objects.Text = " ";
214 //
215 // groupBox8
216 //
217 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)));
4 vero 219 this.groupBox8.Location = new System.Drawing.Point(531, 206);
2 zed 220 this.groupBox8.Name = "groupBox8";
221 this.groupBox8.Size = new System.Drawing.Size(107, 49);
222 this.groupBox8.TabIndex = 7;
223 this.groupBox8.TabStop = false;
224 this.groupBox8.Text = "Script Time";
225 //
226 // ScriptTime
227 //
228 this.ScriptTime.AutoSize = true;
4 vero 229 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);
2 zed 231 this.ScriptTime.Name = "ScriptTime";
4 vero 232 this.ScriptTime.Size = new System.Drawing.Size(32, 18);
2 zed 233 this.ScriptTime.TabIndex = 0;
234 this.ScriptTime.Text = " ";
235 //
236 // groupBox7
237 //
238 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)));
4 vero 240 this.groupBox7.Location = new System.Drawing.Point(418, 206);
2 zed 241 this.groupBox7.Name = "groupBox7";
242 this.groupBox7.Size = new System.Drawing.Size(107, 49);
243 this.groupBox7.TabIndex = 6;
244 this.groupBox7.TabStop = false;
245 this.groupBox7.Text = "Active Scripts";
246 //
247 // ActiveScripts
248 //
249 this.ActiveScripts.AutoSize = true;
4 vero 250 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);
2 zed 252 this.ActiveScripts.Name = "ActiveScripts";
4 vero 253 this.ActiveScripts.Size = new System.Drawing.Size(32, 18);
2 zed 254 this.ActiveScripts.TabIndex = 0;
255 this.ActiveScripts.Text = " ";
256 //
257 // groupBox6
258 //
259 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)));
3 eva 261 this.groupBox6.Location = new System.Drawing.Point(531, 151);
2 zed 262 this.groupBox6.Name = "groupBox6";
263 this.groupBox6.Size = new System.Drawing.Size(107, 49);
264 this.groupBox6.TabIndex = 5;
265 this.groupBox6.TabStop = false;
266 this.groupBox6.Text = "Physics FPS";
267 //
268 // PhysicsFPS
269 //
270 this.PhysicsFPS.AutoSize = true;
4 vero 271 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);
2 zed 273 this.PhysicsFPS.Name = "PhysicsFPS";
4 vero 274 this.PhysicsFPS.Size = new System.Drawing.Size(32, 18);
2 zed 275 this.PhysicsFPS.TabIndex = 0;
276 this.PhysicsFPS.Text = " ";
277 //
278 // groupBox5
279 //
280 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)));
3 eva 282 this.groupBox5.Location = new System.Drawing.Point(418, 151);
2 zed 283 this.groupBox5.Name = "groupBox5";
284 this.groupBox5.Size = new System.Drawing.Size(107, 49);
285 this.groupBox5.TabIndex = 4;
286 this.groupBox5.TabStop = false;
287 this.groupBox5.Text = "FPS";
288 //
289 // FPS
290 //
291 this.FPS.AutoSize = true;
4 vero 292 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);
2 zed 294 this.FPS.Name = "FPS";
4 vero 295 this.FPS.Size = new System.Drawing.Size(32, 18);
2 zed 296 this.FPS.TabIndex = 0;
297 this.FPS.Text = " ";
298 //
299 // groupBox4
300 //
301 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)));
4 vero 303 this.groupBox4.Location = new System.Drawing.Point(531, 261);
2 zed 304 this.groupBox4.Name = "groupBox4";
305 this.groupBox4.Size = new System.Drawing.Size(107, 49);
306 this.groupBox4.TabIndex = 3;
307 this.groupBox4.TabStop = false;
308 this.groupBox4.Text = "Time Dilation";
309 //
310 // Dilation
311 //
312 this.Dilation.AutoSize = true;
4 vero 313 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);
2 zed 315 this.Dilation.Name = "Dilation";
4 vero 316 this.Dilation.Size = new System.Drawing.Size(32, 18);
2 zed 317 this.Dilation.TabIndex = 0;
318 this.Dilation.Text = " ";
319 //
320 // groupBox3
321 //
322 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)));
3 eva 324 this.groupBox3.Location = new System.Drawing.Point(418, 261);
2 zed 325 this.groupBox3.Name = "groupBox3";
326 this.groupBox3.Size = new System.Drawing.Size(107, 49);
327 this.groupBox3.TabIndex = 2;
328 this.groupBox3.TabStop = false;
329 this.groupBox3.Text = "LastLag";
330 //
331 // LastLag
332 //
333 this.LastLag.AutoSize = true;
4 vero 334 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);
2 zed 336 this.LastLag.Name = "LastLag";
4 vero 337 this.LastLag.Size = new System.Drawing.Size(32, 18);
2 zed 338 this.LastLag.TabIndex = 0;
339 this.LastLag.Text = " ";
340 //
341 // groupBox2
342 //
343 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)));
3 eva 345 this.groupBox2.Location = new System.Drawing.Point(418, 96);
2 zed 346 this.groupBox2.Name = "groupBox2";
347 this.groupBox2.Size = new System.Drawing.Size(107, 49);
348 this.groupBox2.TabIndex = 1;
349 this.groupBox2.TabStop = false;
350 this.groupBox2.Text = "Agents";
351 //
352 // Agents
353 //
354 this.Agents.AutoSize = true;
4 vero 355 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);
2 zed 357 this.Agents.Name = "Agents";
4 vero 358 this.Agents.Size = new System.Drawing.Size(32, 18);
2 zed 359 this.Agents.TabIndex = 0;
360 this.Agents.Text = " ";
361 //
362 // TopScriptsTab
363 //
3 eva 364 this.TopScriptsTab.Controls.Add(this.label1);
365 this.TopScriptsTab.Controls.Add(this.TopScriptsFilter);
366 this.TopScriptsTab.Controls.Add(this.ReturnTopScriptsButton);
367 this.TopScriptsTab.Controls.Add(this.button3);
2 zed 368 this.TopScriptsTab.Controls.Add(this.TopScriptsGridView);
5 eva 369 this.TopScriptsTab.Location = new System.Drawing.Point(4, 25);
2 zed 370 this.TopScriptsTab.Name = "TopScriptsTab";
5 eva 371 this.TopScriptsTab.Size = new System.Drawing.Size(671, 401);
2 zed 372 this.TopScriptsTab.TabIndex = 1;
373 this.TopScriptsTab.Text = "Top Scripts";
374 this.TopScriptsTab.UseVisualStyleBackColor = true;
375 //
3 eva 376 // label1
377 //
378 this.label1.AutoSize = true;
379 this.label1.Location = new System.Drawing.Point(5, 380);
380 this.label1.Name = "label1";
5 eva 381 this.label1.Size = new System.Drawing.Size(36, 16);
3 eva 382 this.label1.TabIndex = 7;
383 this.label1.Text = "Filter:";
384 //
385 // TopScriptsFilter
386 //
387 this.TopScriptsFilter.Location = new System.Drawing.Point(43, 377);
388 this.TopScriptsFilter.Name = "TopScriptsFilter";
5 eva 389 this.TopScriptsFilter.Size = new System.Drawing.Size(196, 22);
3 eva 390 this.TopScriptsFilter.TabIndex = 6;
391 this.TopScriptsFilter.TextChanged += new System.EventHandler(this.RequestFilterTopScripts);
392 //
393 // ReturnTopScriptsButton
394 //
395 this.ReturnTopScriptsButton.Location = new System.Drawing.Point(500, 374);
396 this.ReturnTopScriptsButton.Name = "ReturnTopScriptsButton";
397 this.ReturnTopScriptsButton.Size = new System.Drawing.Size(86, 23);
398 this.ReturnTopScriptsButton.TabIndex = 2;
399 this.ReturnTopScriptsButton.Text = "Return Objects";
400 this.ReturnTopScriptsButton.UseVisualStyleBackColor = true;
401 this.ReturnTopScriptsButton.Click += new System.EventHandler(this.RequestReturnTopScriptsObjects);
402 //
403 // button3
404 //
405 this.button3.Location = new System.Drawing.Point(592, 374);
406 this.button3.Name = "button3";
407 this.button3.Size = new System.Drawing.Size(75, 23);
408 this.button3.TabIndex = 1;
409 this.button3.Text = "Export...";
410 this.button3.UseVisualStyleBackColor = true;
411 this.button3.Click += new System.EventHandler(this.RequestExportTopScripts);
412 //
2 zed 413 // TopScriptsGridView
414 //
415 this.TopScriptsGridView.AllowUserToAddRows = false;
416 this.TopScriptsGridView.AllowUserToDeleteRows = false;
417 this.TopScriptsGridView.AllowUserToOrderColumns = true;
418 this.TopScriptsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
419 this.TopScriptsGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
420 this.TopScriptsScore,
421 this.TopScriptsTaskName,
422 this.TopScriptsUUID,
423 this.TopScriptsOwner,
424 this.TopScriptsPosition});
5 eva 425 this.TopScriptsGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2 zed 426 this.TopScriptsGridView.Location = new System.Drawing.Point(4, 4);
427 this.TopScriptsGridView.Name = "TopScriptsGridView";
428 this.TopScriptsGridView.ReadOnly = true;
5 eva 429 this.TopScriptsGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
3 eva 430 this.TopScriptsGridView.Size = new System.Drawing.Size(663, 364);
2 zed 431 this.TopScriptsGridView.TabIndex = 0;
432 //
433 // TopScriptsScore
434 //
435 this.TopScriptsScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
436 this.TopScriptsScore.HeaderText = "Score";
437 this.TopScriptsScore.Name = "TopScriptsScore";
438 this.TopScriptsScore.ReadOnly = true;
439 //
440 // TopScriptsTaskName
441 //
442 this.TopScriptsTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
443 this.TopScriptsTaskName.HeaderText = "Task Name";
444 this.TopScriptsTaskName.Name = "TopScriptsTaskName";
445 this.TopScriptsTaskName.ReadOnly = true;
446 //
447 // TopScriptsUUID
448 //
449 this.TopScriptsUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
450 this.TopScriptsUUID.HeaderText = "UUID";
451 this.TopScriptsUUID.Name = "TopScriptsUUID";
452 this.TopScriptsUUID.ReadOnly = true;
453 //
454 // TopScriptsOwner
455 //
456 this.TopScriptsOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
457 this.TopScriptsOwner.HeaderText = "Owner";
458 this.TopScriptsOwner.Name = "TopScriptsOwner";
459 this.TopScriptsOwner.ReadOnly = true;
460 //
461 // TopScriptsPosition
462 //
463 this.TopScriptsPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
464 this.TopScriptsPosition.HeaderText = "Position";
465 this.TopScriptsPosition.Name = "TopScriptsPosition";
466 this.TopScriptsPosition.ReadOnly = true;
467 //
468 // TopCollidersTab
469 //
3 eva 470 this.TopCollidersTab.Controls.Add(this.label2);
471 this.TopCollidersTab.Controls.Add(this.TopCollidersFilter);
472 this.TopCollidersTab.Controls.Add(this.ReturnTopCollidersButton);
473 this.TopCollidersTab.Controls.Add(this.button5);
2 zed 474 this.TopCollidersTab.Controls.Add(this.TopCollidersGridView);
5 eva 475 this.TopCollidersTab.Location = new System.Drawing.Point(4, 25);
2 zed 476 this.TopCollidersTab.Name = "TopCollidersTab";
5 eva 477 this.TopCollidersTab.Size = new System.Drawing.Size(671, 401);
2 zed 478 this.TopCollidersTab.TabIndex = 2;
479 this.TopCollidersTab.Text = "Top Colliders";
480 this.TopCollidersTab.UseVisualStyleBackColor = true;
481 //
3 eva 482 // label2
483 //
484 this.label2.AutoSize = true;
485 this.label2.Location = new System.Drawing.Point(5, 380);
486 this.label2.Name = "label2";
5 eva 487 this.label2.Size = new System.Drawing.Size(36, 16);
3 eva 488 this.label2.TabIndex = 9;
489 this.label2.Text = "Filter:";
490 //
491 // TopCollidersFilter
492 //
493 this.TopCollidersFilter.Location = new System.Drawing.Point(43, 377);
494 this.TopCollidersFilter.Name = "TopCollidersFilter";
5 eva 495 this.TopCollidersFilter.Size = new System.Drawing.Size(196, 22);
3 eva 496 this.TopCollidersFilter.TabIndex = 8;
497 this.TopCollidersFilter.TextChanged += new System.EventHandler(this.RequestFilterTopColliders);
498 //
499 // ReturnTopCollidersButton
500 //
501 this.ReturnTopCollidersButton.Location = new System.Drawing.Point(500, 374);
502 this.ReturnTopCollidersButton.Name = "ReturnTopCollidersButton";
503 this.ReturnTopCollidersButton.Size = new System.Drawing.Size(86, 23);
504 this.ReturnTopCollidersButton.TabIndex = 3;
505 this.ReturnTopCollidersButton.Text = "Return Objects";
506 this.ReturnTopCollidersButton.UseVisualStyleBackColor = true;
507 this.ReturnTopCollidersButton.Click += new System.EventHandler(this.RequestReturnTopCollidersObjects);
508 //
509 // button5
510 //
511 this.button5.Location = new System.Drawing.Point(592, 374);
512 this.button5.Name = "button5";
513 this.button5.Size = new System.Drawing.Size(75, 23);
514 this.button5.TabIndex = 2;
515 this.button5.Text = "Export...";
516 this.button5.UseVisualStyleBackColor = true;
517 this.button5.Click += new System.EventHandler(this.RequestExportTopColliders);
518 //
2 zed 519 // TopCollidersGridView
520 //
521 this.TopCollidersGridView.AllowUserToAddRows = false;
522 this.TopCollidersGridView.AllowUserToDeleteRows = false;
523 this.TopCollidersGridView.AllowUserToOrderColumns = true;
524 this.TopCollidersGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
525 this.TopCollidersGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
526 this.TopCollidersScore,
527 this.TopCollidersTaskName,
528 this.TopCollidersUUID,
529 this.TopCollidersOwner,
530 this.TopCollidersPosition});
5 eva 531 this.TopCollidersGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2 zed 532 this.TopCollidersGridView.Location = new System.Drawing.Point(4, 4);
533 this.TopCollidersGridView.Name = "TopCollidersGridView";
5 eva 534 this.TopCollidersGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
3 eva 535 this.TopCollidersGridView.Size = new System.Drawing.Size(663, 364);
2 zed 536 this.TopCollidersGridView.TabIndex = 0;
537 //
538 // TopCollidersScore
539 //
540 this.TopCollidersScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
541 this.TopCollidersScore.HeaderText = "Score";
542 this.TopCollidersScore.Name = "TopCollidersScore";
543 //
544 // TopCollidersTaskName
545 //
546 this.TopCollidersTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
547 this.TopCollidersTaskName.HeaderText = "Task Name";
548 this.TopCollidersTaskName.Name = "TopCollidersTaskName";
549 //
550 // TopCollidersUUID
551 //
552 this.TopCollidersUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
553 this.TopCollidersUUID.HeaderText = "UUID";
554 this.TopCollidersUUID.Name = "TopCollidersUUID";
555 //
556 // TopCollidersOwner
557 //
558 this.TopCollidersOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
559 this.TopCollidersOwner.HeaderText = "Owner";
560 this.TopCollidersOwner.Name = "TopCollidersOwner";
561 //
562 // TopCollidersPosition
563 //
564 this.TopCollidersPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
565 this.TopCollidersPosition.HeaderText = "Position";
566 this.TopCollidersPosition.Name = "TopCollidersPosition";
567 //
3 eva 568 // BatchRestartTab
569 //
5 eva 570 this.BatchRestartTab.Controls.Add(this.label3);
571 this.BatchRestartTab.Controls.Add(this.RegionRestartDelayBox);
572 this.BatchRestartTab.Controls.Add(this.pictureBox3);
3 eva 573 this.BatchRestartTab.Controls.Add(this.BatchRestartButton);
574 this.BatchRestartTab.Controls.Add(this.BatchRestartGridView);
5 eva 575 this.BatchRestartTab.Location = new System.Drawing.Point(4, 25);
3 eva 576 this.BatchRestartTab.Name = "BatchRestartTab";
5 eva 577 this.BatchRestartTab.Size = new System.Drawing.Size(671, 401);
3 eva 578 this.BatchRestartTab.TabIndex = 3;
579 this.BatchRestartTab.Text = "Batch Restart";
580 this.BatchRestartTab.UseVisualStyleBackColor = true;
581 //
5 eva 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 //
3 eva 610 // BatchRestartButton
611 //
5 eva 612 this.BatchRestartButton.Location = new System.Drawing.Point(344, 374);
3 eva 613 this.BatchRestartButton.Name = "BatchRestartButton";
5 eva 614 this.BatchRestartButton.Size = new System.Drawing.Size(107, 23);
3 eva 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});
5 eva 629 this.BatchRestartGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
3 eva 630 this.BatchRestartGridView.Location = new System.Drawing.Point(4, 4);
631 this.BatchRestartGridView.Name = "BatchRestartGridView";
632 this.BatchRestartGridView.ReadOnly = true;
5 eva 633 this.BatchRestartGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
3 eva 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 //
2 zed 653 // statusStrip1
654 //
655 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
656 this.StatusProgress,
657 this.StatusText});
658 this.statusStrip1.Location = new System.Drawing.Point(0, 619);
659 this.statusStrip1.Name = "statusStrip1";
660 this.statusStrip1.Size = new System.Drawing.Size(704, 22);
661 this.statusStrip1.TabIndex = 2;
662 this.statusStrip1.Text = "statusStrip1";
663 //
664 // StatusProgress
665 //
666 this.StatusProgress.Name = "StatusProgress";
667 this.StatusProgress.Size = new System.Drawing.Size(100, 16);
668 //
669 // StatusText
670 //
671 this.StatusText.Name = "StatusText";
672 this.StatusText.Size = new System.Drawing.Size(10, 17);
673 this.StatusText.Text = " ";
674 //
675 // button1
676 //
3 eva 677 this.button1.Location = new System.Drawing.Point(6, 23);
2 zed 678 this.button1.Name = "button1";
3 eva 679 this.button1.Size = new System.Drawing.Size(66, 23);
2 zed 680 this.button1.TabIndex = 8;
3 eva 681 this.button1.Text = "Settings...";
2 zed 682 this.button1.UseVisualStyleBackColor = true;
683 this.button1.Click += new System.EventHandler(this.SettingsRequested);
684 //
685 // button2
686 //
3 eva 687 this.button2.Location = new System.Drawing.Point(6, 49);
2 zed 688 this.button2.Name = "button2";
689 this.button2.Size = new System.Drawing.Size(56, 23);
690 this.button2.TabIndex = 7;
691 this.button2.Text = "Edit...";
692 this.button2.UseVisualStyleBackColor = true;
693 this.button2.Click += new System.EventHandler(this.RequestedEditRegions);
694 //
695 // RegionTeleportGroup
696 //
4 vero 697 this.RegionTeleportGroup.Controls.Add(this.pictureBox6);
2 zed 698 this.RegionTeleportGroup.Controls.Add(this.button2);
699 this.RegionTeleportGroup.Controls.Add(this.LoadedRegions);
700 this.RegionTeleportGroup.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
3 eva 701 this.RegionTeleportGroup.Location = new System.Drawing.Point(502, 73);
2 zed 702 this.RegionTeleportGroup.Name = "RegionTeleportGroup";
3 eva 703 this.RegionTeleportGroup.Size = new System.Drawing.Size(190, 79);
2 zed 704 this.RegionTeleportGroup.TabIndex = 4;
705 this.RegionTeleportGroup.TabStop = false;
706 this.RegionTeleportGroup.Text = "Region Teleport";
707 //
5 eva 708 // pictureBox6
709 //
710 this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Help;
711 this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
712 this.pictureBox6.Location = new System.Drawing.Point(68, 51);
713 this.pictureBox6.Name = "pictureBox6";
714 this.pictureBox6.Size = new System.Drawing.Size(20, 20);
715 this.pictureBox6.TabIndex = 10;
716 this.pictureBox6.TabStop = false;
717 this.toolTip1.SetToolTip(this.pictureBox6, resources.GetString("pictureBox6.ToolTip"));
718 //
2 zed 719 // LoadedRegions
720 //
721 this.LoadedRegions.DisplayMember = "Text";
722 this.LoadedRegions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
723 this.LoadedRegions.Font = new System.Drawing.Font("Consolas", 8.25F);
724 this.LoadedRegions.FormattingEnabled = true;
725 this.LoadedRegions.Location = new System.Drawing.Point(6, 21);
726 this.LoadedRegions.Name = "LoadedRegions";
3 eva 727 this.LoadedRegions.Size = new System.Drawing.Size(180, 21);
2 zed 728 this.LoadedRegions.Sorted = true;
729 this.LoadedRegions.TabIndex = 0;
730 this.LoadedRegions.SelectedIndexChanged += new System.EventHandler(this.RegionSelected);
731 //
732 // CurrentRegionName
733 //
734 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)));
3 eva 736 this.CurrentRegionName.Location = new System.Drawing.Point(223, 155);
2 zed 737 this.CurrentRegionName.Name = "CurrentRegionName";
738 this.CurrentRegionName.Size = new System.Drawing.Size(154, 28);
739 this.CurrentRegionName.TabIndex = 7;
740 this.CurrentRegionName.Text = "Puguet Sound";
741 this.CurrentRegionName.Visible = false;
742 //
743 // CurrentRegionAt
744 //
745 this.CurrentRegionAt.AutoSize = true;
3 eva 746 this.CurrentRegionAt.Location = new System.Drawing.Point(201, 155);
2 zed 747 this.CurrentRegionAt.Name = "CurrentRegionAt";
748 this.CurrentRegionAt.Size = new System.Drawing.Size(16, 13);
749 this.CurrentRegionAt.TabIndex = 8;
750 this.CurrentRegionAt.Text = "at";
751 this.CurrentRegionAt.Visible = false;
752 //
3 eva 753 // ExportCSVDialog
754 //
755 this.ExportCSVDialog.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*";
756 //
757 // groupBox1
758 //
4 vero 759 this.groupBox1.Controls.Add(this.pictureBox2);
3 eva 760 this.groupBox1.Controls.Add(this.button1);
761 this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
762 this.groupBox1.Location = new System.Drawing.Point(500, 12);
763 this.groupBox1.Name = "groupBox1";
764 this.groupBox1.Size = new System.Drawing.Size(192, 55);
765 this.groupBox1.TabIndex = 3;
766 this.groupBox1.TabStop = false;
767 this.groupBox1.Text = "Settings";
768 //
5 eva 769 // pictureBox2
770 //
771 this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Help;
772 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
773 this.pictureBox2.Location = new System.Drawing.Point(78, 25);
774 this.pictureBox2.Name = "pictureBox2";
775 this.pictureBox2.Size = new System.Drawing.Size(20, 20);
776 this.pictureBox2.TabIndex = 11;
777 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" +
779 "tton and configuring Vassal.");
780 //
3 eva 781 // Version
782 //
783 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)));
785 this.Version.Location = new System.Drawing.Point(262, 132);
786 this.Version.Name = "Version";
787 this.Version.Size = new System.Drawing.Size(97, 13);
788 this.Version.TabIndex = 9;
789 this.Version.Text = " ";
790 //
4 vero 791 // toolTip1
792 //
793 this.toolTip1.AutoPopDelay = 32767;
794 this.toolTip1.InitialDelay = 500;
795 this.toolTip1.ReshowDelay = 100;
796 //
2 zed 797 // Vassal
798 //
799 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
800 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
801 this.ClientSize = new System.Drawing.Size(704, 641);
3 eva 802 this.Controls.Add(this.Version);
2 zed 803 this.Controls.Add(this.CurrentRegionAt);
804 this.Controls.Add(this.CurrentRegionName);
805 this.Controls.Add(this.RegionTeleportGroup);
806 this.Controls.Add(this.groupBox1);
807 this.Controls.Add(this.statusStrip1);
808 this.Controls.Add(this.Tabs);
809 this.Controls.Add(this.pictureBox1);
3 eva 810 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
2 zed 811 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
3 eva 812 this.MaximizeBox = false;
813 this.MaximumSize = new System.Drawing.Size(720, 680);
2 zed 814 this.Name = "Vassal";
815 this.Text = "Vassal";
816 this.Shown += new System.EventHandler(this.VassalShown);
817 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
818 this.Tabs.ResumeLayout(false);
819 this.OverviewTab.ResumeLayout(false);
820 this.groupBox10.ResumeLayout(false);
821 ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).EndInit();
822 this.groupBox9.ResumeLayout(false);
823 this.groupBox9.PerformLayout();
824 this.groupBox8.ResumeLayout(false);
825 this.groupBox8.PerformLayout();
826 this.groupBox7.ResumeLayout(false);
827 this.groupBox7.PerformLayout();
828 this.groupBox6.ResumeLayout(false);
829 this.groupBox6.PerformLayout();
830 this.groupBox5.ResumeLayout(false);
831 this.groupBox5.PerformLayout();
832 this.groupBox4.ResumeLayout(false);
833 this.groupBox4.PerformLayout();
834 this.groupBox3.ResumeLayout(false);
835 this.groupBox3.PerformLayout();
836 this.groupBox2.ResumeLayout(false);
837 this.groupBox2.PerformLayout();
838 this.TopScriptsTab.ResumeLayout(false);
3 eva 839 this.TopScriptsTab.PerformLayout();
2 zed 840 ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).EndInit();
841 this.TopCollidersTab.ResumeLayout(false);
3 eva 842 this.TopCollidersTab.PerformLayout();
2 zed 843 ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).EndInit();
3 eva 844 this.BatchRestartTab.ResumeLayout(false);
5 eva 845 this.BatchRestartTab.PerformLayout();
846 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
3 eva 847 ((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).EndInit();
2 zed 848 this.statusStrip1.ResumeLayout(false);
849 this.statusStrip1.PerformLayout();
3 eva 850 this.RegionTeleportGroup.ResumeLayout(false);
5 eva 851 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
2 zed 852 this.groupBox1.ResumeLayout(false);
4 vero 853 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
2 zed 854 this.ResumeLayout(false);
855 this.PerformLayout();
856  
857 }
858  
859 #endregion
860  
861 private PictureBox pictureBox1;
862 private TabControl Tabs;
863 private TabPage OverviewTab;
864 private StatusStrip statusStrip1;
865 private ToolStripProgressBar StatusProgress;
866 private ToolStripStatusLabel StatusText;
867 private Button button2;
868 private GroupBox RegionTeleportGroup;
869 public ComboBox LoadedRegions;
870 private Label CurrentRegionName;
871 private Label CurrentRegionAt;
872 private PictureBox RegionAvatarsMap;
873 private Button button1;
874 private GroupBox groupBox2;
875 private Label Agents;
876 private GroupBox groupBox7;
877 private Label ActiveScripts;
878 private GroupBox groupBox6;
879 private Label PhysicsFPS;
880 private GroupBox groupBox5;
881 private Label FPS;
882 private GroupBox groupBox4;
883 private Label Dilation;
884 private GroupBox groupBox3;
885 private Label LastLag;
886 private GroupBox groupBox9;
887 private Label Objects;
888 private GroupBox groupBox8;
889 private Label ScriptTime;
890 private GroupBox groupBox10;
891 private TabPage TopScriptsTab;
892 private DataGridView TopScriptsGridView;
893 private TabPage TopCollidersTab;
894 private DataGridView TopCollidersGridView;
895 private DataGridViewTextBoxColumn TopScriptsScore;
896 private DataGridViewTextBoxColumn TopScriptsTaskName;
897 private DataGridViewTextBoxColumn TopScriptsUUID;
898 private DataGridViewTextBoxColumn TopScriptsOwner;
899 private DataGridViewTextBoxColumn TopScriptsPosition;
900 private DataGridViewTextBoxColumn TopCollidersScore;
901 private DataGridViewTextBoxColumn TopCollidersTaskName;
902 private DataGridViewTextBoxColumn TopCollidersUUID;
903 private DataGridViewTextBoxColumn TopCollidersOwner;
904 private DataGridViewTextBoxColumn TopCollidersPosition;
3 eva 905 private Button ReturnTopScriptsButton;
906 private Button button3;
907 private TabPage BatchRestartTab;
908 private SaveFileDialog ExportCSVDialog;
909 private Button button5;
910 private Button ReturnTopCollidersButton;
911 private Label label1;
912 private TextBox TopScriptsFilter;
913 private Label label2;
914 private TextBox TopCollidersFilter;
915 private Button BatchRestartButton;
916 public DataGridView BatchRestartGridView;
917 private DataGridViewTextBoxColumn BatchRestartRegionName;
918 private DataGridViewTextBoxColumn BatchRestartPosition;
919 private GroupBox groupBox1;
920 private Label Version;
4 vero 921 private ToolTip toolTip1;
922 private PictureBox pictureBox6;
923 private PictureBox pictureBox2;
5 eva 924 private PictureBox pictureBox3;
925 private Label label3;
926 public TextBox RegionRestartDelayBox;
2 zed 927 }
928 }
929