corrade-vassal – Blame information for rev 3

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