corrade-vassal – Blame information for rev 2

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();
59 this.TopScriptsGridView = new System.Windows.Forms.DataGridView();
60 this.TopScriptsScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
61 this.TopScriptsTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn();
62 this.TopScriptsUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
63 this.TopScriptsOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
64 this.TopScriptsPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
65 this.TopCollidersTab = new System.Windows.Forms.TabPage();
66 this.TopCollidersGridView = new System.Windows.Forms.DataGridView();
67 this.TopCollidersScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
68 this.TopCollidersTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn();
69 this.TopCollidersUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
70 this.TopCollidersOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
71 this.TopCollidersPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
72 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
73 this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar();
74 this.StatusText = new System.Windows.Forms.ToolStripStatusLabel();
75 this.groupBox1 = new System.Windows.Forms.GroupBox();
76 this.button1 = new System.Windows.Forms.Button();
77 this.button2 = new System.Windows.Forms.Button();
78 this.RegionTeleportGroup = new System.Windows.Forms.GroupBox();
79 this.LoadedRegions = new System.Windows.Forms.ComboBox();
80 this.CurrentRegionName = new System.Windows.Forms.Label();
81 this.CurrentRegionAt = new System.Windows.Forms.Label();
82 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
83 this.Tabs.SuspendLayout();
84 this.OverviewTab.SuspendLayout();
85 this.groupBox10.SuspendLayout();
86 ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).BeginInit();
87 this.groupBox9.SuspendLayout();
88 this.groupBox8.SuspendLayout();
89 this.groupBox7.SuspendLayout();
90 this.groupBox6.SuspendLayout();
91 this.groupBox5.SuspendLayout();
92 this.groupBox4.SuspendLayout();
93 this.groupBox3.SuspendLayout();
94 this.groupBox2.SuspendLayout();
95 this.TopScriptsTab.SuspendLayout();
96 ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).BeginInit();
97 this.TopCollidersTab.SuspendLayout();
98 ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).BeginInit();
99 this.statusStrip1.SuspendLayout();
100 this.groupBox1.SuspendLayout();
101 this.RegionTeleportGroup.SuspendLayout();
102 this.SuspendLayout();
103 //
104 // pictureBox1
105 //
106 this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
107 this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
108 this.pictureBox1.Location = new System.Drawing.Point(35, 12);
109 this.pictureBox1.Name = "pictureBox1";
110 this.pictureBox1.Size = new System.Drawing.Size(636, 177);
111 this.pictureBox1.TabIndex = 0;
112 this.pictureBox1.TabStop = false;
113 //
114 // Tabs
115 //
116 this.Tabs.Controls.Add(this.OverviewTab);
117 this.Tabs.Controls.Add(this.TopScriptsTab);
118 this.Tabs.Controls.Add(this.TopCollidersTab);
119 this.Tabs.Location = new System.Drawing.Point(13, 235);
120 this.Tabs.Name = "Tabs";
121 this.Tabs.SelectedIndex = 0;
122 this.Tabs.Size = new System.Drawing.Size(679, 381);
123 this.Tabs.TabIndex = 1;
124 this.Tabs.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.RequestSelecting);
125 //
126 // OverviewTab
127 //
128 this.OverviewTab.Controls.Add(this.groupBox10);
129 this.OverviewTab.Controls.Add(this.groupBox9);
130 this.OverviewTab.Controls.Add(this.groupBox8);
131 this.OverviewTab.Controls.Add(this.groupBox7);
132 this.OverviewTab.Controls.Add(this.groupBox6);
133 this.OverviewTab.Controls.Add(this.groupBox5);
134 this.OverviewTab.Controls.Add(this.groupBox4);
135 this.OverviewTab.Controls.Add(this.groupBox3);
136 this.OverviewTab.Controls.Add(this.groupBox2);
137 this.OverviewTab.Location = new System.Drawing.Point(4, 22);
138 this.OverviewTab.Name = "OverviewTab";
139 this.OverviewTab.Padding = new System.Windows.Forms.Padding(3);
140 this.OverviewTab.Size = new System.Drawing.Size(671, 355);
141 this.OverviewTab.TabIndex = 0;
142 this.OverviewTab.Text = "Overview";
143 this.OverviewTab.UseVisualStyleBackColor = true;
144 //
145 // groupBox10
146 //
147 this.groupBox10.Controls.Add(this.RegionAvatarsMap);
148 this.groupBox10.Location = new System.Drawing.Point(6, 6);
149 this.groupBox10.Name = "groupBox10";
150 this.groupBox10.Size = new System.Drawing.Size(340, 340);
151 this.groupBox10.TabIndex = 9;
152 this.groupBox10.TabStop = false;
153 this.groupBox10.Text = "Map and Avatars";
154 //
155 // RegionAvatarsMap
156 //
157 this.RegionAvatarsMap.Location = new System.Drawing.Point(12, 14);
158 this.RegionAvatarsMap.Name = "RegionAvatarsMap";
159 this.RegionAvatarsMap.Size = new System.Drawing.Size(320, 320);
160 this.RegionAvatarsMap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
161 this.RegionAvatarsMap.TabIndex = 0;
162 this.RegionAvatarsMap.TabStop = false;
163 //
164 // groupBox9
165 //
166 this.groupBox9.Controls.Add(this.Objects);
167 this.groupBox9.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
168 this.groupBox9.Location = new System.Drawing.Point(503, 174);
169 this.groupBox9.Name = "groupBox9";
170 this.groupBox9.Size = new System.Drawing.Size(107, 49);
171 this.groupBox9.TabIndex = 8;
172 this.groupBox9.TabStop = false;
173 this.groupBox9.Text = "Objects";
174 //
175 // Objects
176 //
177 this.Objects.AutoSize = true;
178 this.Objects.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
179 this.Objects.Location = new System.Drawing.Point(15, 22);
180 this.Objects.Name = "Objects";
181 this.Objects.Size = new System.Drawing.Size(25, 13);
182 this.Objects.TabIndex = 0;
183 this.Objects.Text = " ";
184 //
185 // groupBox8
186 //
187 this.groupBox8.Controls.Add(this.ScriptTime);
188 this.groupBox8.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
189 this.groupBox8.Location = new System.Drawing.Point(390, 174);
190 this.groupBox8.Name = "groupBox8";
191 this.groupBox8.Size = new System.Drawing.Size(107, 49);
192 this.groupBox8.TabIndex = 7;
193 this.groupBox8.TabStop = false;
194 this.groupBox8.Text = "Script Time";
195 //
196 // ScriptTime
197 //
198 this.ScriptTime.AutoSize = true;
199 this.ScriptTime.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
200 this.ScriptTime.Location = new System.Drawing.Point(6, 22);
201 this.ScriptTime.Name = "ScriptTime";
202 this.ScriptTime.Size = new System.Drawing.Size(25, 13);
203 this.ScriptTime.TabIndex = 0;
204 this.ScriptTime.Text = " ";
205 //
206 // groupBox7
207 //
208 this.groupBox7.Controls.Add(this.ActiveScripts);
209 this.groupBox7.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
210 this.groupBox7.Location = new System.Drawing.Point(503, 229);
211 this.groupBox7.Name = "groupBox7";
212 this.groupBox7.Size = new System.Drawing.Size(107, 49);
213 this.groupBox7.TabIndex = 6;
214 this.groupBox7.TabStop = false;
215 this.groupBox7.Text = "Active Scripts";
216 //
217 // ActiveScripts
218 //
219 this.ActiveScripts.AutoSize = true;
220 this.ActiveScripts.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
221 this.ActiveScripts.Location = new System.Drawing.Point(6, 22);
222 this.ActiveScripts.Name = "ActiveScripts";
223 this.ActiveScripts.Size = new System.Drawing.Size(25, 13);
224 this.ActiveScripts.TabIndex = 0;
225 this.ActiveScripts.Text = " ";
226 //
227 // groupBox6
228 //
229 this.groupBox6.Controls.Add(this.PhysicsFPS);
230 this.groupBox6.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
231 this.groupBox6.Location = new System.Drawing.Point(503, 119);
232 this.groupBox6.Name = "groupBox6";
233 this.groupBox6.Size = new System.Drawing.Size(107, 49);
234 this.groupBox6.TabIndex = 5;
235 this.groupBox6.TabStop = false;
236 this.groupBox6.Text = "Physics FPS";
237 //
238 // PhysicsFPS
239 //
240 this.PhysicsFPS.AutoSize = true;
241 this.PhysicsFPS.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
242 this.PhysicsFPS.Location = new System.Drawing.Point(9, 22);
243 this.PhysicsFPS.Name = "PhysicsFPS";
244 this.PhysicsFPS.Size = new System.Drawing.Size(25, 13);
245 this.PhysicsFPS.TabIndex = 0;
246 this.PhysicsFPS.Text = " ";
247 //
248 // groupBox5
249 //
250 this.groupBox5.Controls.Add(this.FPS);
251 this.groupBox5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
252 this.groupBox5.Location = new System.Drawing.Point(390, 119);
253 this.groupBox5.Name = "groupBox5";
254 this.groupBox5.Size = new System.Drawing.Size(107, 49);
255 this.groupBox5.TabIndex = 4;
256 this.groupBox5.TabStop = false;
257 this.groupBox5.Text = "FPS";
258 //
259 // FPS
260 //
261 this.FPS.AutoSize = true;
262 this.FPS.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
263 this.FPS.Location = new System.Drawing.Point(6, 22);
264 this.FPS.Name = "FPS";
265 this.FPS.Size = new System.Drawing.Size(25, 13);
266 this.FPS.TabIndex = 0;
267 this.FPS.Text = " ";
268 //
269 // groupBox4
270 //
271 this.groupBox4.Controls.Add(this.Dilation);
272 this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
273 this.groupBox4.Location = new System.Drawing.Point(503, 64);
274 this.groupBox4.Name = "groupBox4";
275 this.groupBox4.Size = new System.Drawing.Size(107, 49);
276 this.groupBox4.TabIndex = 3;
277 this.groupBox4.TabStop = false;
278 this.groupBox4.Text = "Time Dilation";
279 //
280 // Dilation
281 //
282 this.Dilation.AutoSize = true;
283 this.Dilation.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
284 this.Dilation.Location = new System.Drawing.Point(9, 22);
285 this.Dilation.Name = "Dilation";
286 this.Dilation.Size = new System.Drawing.Size(25, 13);
287 this.Dilation.TabIndex = 0;
288 this.Dilation.Text = " ";
289 //
290 // groupBox3
291 //
292 this.groupBox3.Controls.Add(this.LastLag);
293 this.groupBox3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
294 this.groupBox3.Location = new System.Drawing.Point(390, 229);
295 this.groupBox3.Name = "groupBox3";
296 this.groupBox3.Size = new System.Drawing.Size(107, 49);
297 this.groupBox3.TabIndex = 2;
298 this.groupBox3.TabStop = false;
299 this.groupBox3.Text = "LastLag";
300 //
301 // LastLag
302 //
303 this.LastLag.AutoSize = true;
304 this.LastLag.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
305 this.LastLag.Location = new System.Drawing.Point(6, 22);
306 this.LastLag.Name = "LastLag";
307 this.LastLag.Size = new System.Drawing.Size(25, 13);
308 this.LastLag.TabIndex = 0;
309 this.LastLag.Text = " ";
310 //
311 // groupBox2
312 //
313 this.groupBox2.Controls.Add(this.Agents);
314 this.groupBox2.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
315 this.groupBox2.Location = new System.Drawing.Point(390, 64);
316 this.groupBox2.Name = "groupBox2";
317 this.groupBox2.Size = new System.Drawing.Size(107, 49);
318 this.groupBox2.TabIndex = 1;
319 this.groupBox2.TabStop = false;
320 this.groupBox2.Text = "Agents";
321 //
322 // Agents
323 //
324 this.Agents.AutoSize = true;
325 this.Agents.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
326 this.Agents.Location = new System.Drawing.Point(6, 22);
327 this.Agents.Name = "Agents";
328 this.Agents.Size = new System.Drawing.Size(25, 13);
329 this.Agents.TabIndex = 0;
330 this.Agents.Text = " ";
331 //
332 // TopScriptsTab
333 //
334 this.TopScriptsTab.Controls.Add(this.TopScriptsGridView);
335 this.TopScriptsTab.Location = new System.Drawing.Point(4, 22);
336 this.TopScriptsTab.Name = "TopScriptsTab";
337 this.TopScriptsTab.Size = new System.Drawing.Size(671, 355);
338 this.TopScriptsTab.TabIndex = 1;
339 this.TopScriptsTab.Text = "Top Scripts";
340 this.TopScriptsTab.UseVisualStyleBackColor = true;
341 //
342 // TopScriptsGridView
343 //
344 this.TopScriptsGridView.AllowUserToAddRows = false;
345 this.TopScriptsGridView.AllowUserToDeleteRows = false;
346 this.TopScriptsGridView.AllowUserToOrderColumns = true;
347 this.TopScriptsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
348 this.TopScriptsGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
349 this.TopScriptsScore,
350 this.TopScriptsTaskName,
351 this.TopScriptsUUID,
352 this.TopScriptsOwner,
353 this.TopScriptsPosition});
354 this.TopScriptsGridView.Location = new System.Drawing.Point(4, 4);
355 this.TopScriptsGridView.Name = "TopScriptsGridView";
356 this.TopScriptsGridView.ReadOnly = true;
357 this.TopScriptsGridView.Size = new System.Drawing.Size(663, 348);
358 this.TopScriptsGridView.TabIndex = 0;
359 //
360 // TopScriptsScore
361 //
362 this.TopScriptsScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
363 this.TopScriptsScore.HeaderText = "Score";
364 this.TopScriptsScore.Name = "TopScriptsScore";
365 this.TopScriptsScore.ReadOnly = true;
366 //
367 // TopScriptsTaskName
368 //
369 this.TopScriptsTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
370 this.TopScriptsTaskName.HeaderText = "Task Name";
371 this.TopScriptsTaskName.Name = "TopScriptsTaskName";
372 this.TopScriptsTaskName.ReadOnly = true;
373 //
374 // TopScriptsUUID
375 //
376 this.TopScriptsUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
377 this.TopScriptsUUID.HeaderText = "UUID";
378 this.TopScriptsUUID.Name = "TopScriptsUUID";
379 this.TopScriptsUUID.ReadOnly = true;
380 //
381 // TopScriptsOwner
382 //
383 this.TopScriptsOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
384 this.TopScriptsOwner.HeaderText = "Owner";
385 this.TopScriptsOwner.Name = "TopScriptsOwner";
386 this.TopScriptsOwner.ReadOnly = true;
387 //
388 // TopScriptsPosition
389 //
390 this.TopScriptsPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
391 this.TopScriptsPosition.HeaderText = "Position";
392 this.TopScriptsPosition.Name = "TopScriptsPosition";
393 this.TopScriptsPosition.ReadOnly = true;
394 //
395 // TopCollidersTab
396 //
397 this.TopCollidersTab.Controls.Add(this.TopCollidersGridView);
398 this.TopCollidersTab.Location = new System.Drawing.Point(4, 22);
399 this.TopCollidersTab.Name = "TopCollidersTab";
400 this.TopCollidersTab.Size = new System.Drawing.Size(671, 355);
401 this.TopCollidersTab.TabIndex = 2;
402 this.TopCollidersTab.Text = "Top Colliders";
403 this.TopCollidersTab.UseVisualStyleBackColor = true;
404 //
405 // TopCollidersGridView
406 //
407 this.TopCollidersGridView.AllowUserToAddRows = false;
408 this.TopCollidersGridView.AllowUserToDeleteRows = false;
409 this.TopCollidersGridView.AllowUserToOrderColumns = true;
410 this.TopCollidersGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
411 this.TopCollidersGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
412 this.TopCollidersScore,
413 this.TopCollidersTaskName,
414 this.TopCollidersUUID,
415 this.TopCollidersOwner,
416 this.TopCollidersPosition});
417 this.TopCollidersGridView.Location = new System.Drawing.Point(4, 4);
418 this.TopCollidersGridView.Name = "TopCollidersGridView";
419 this.TopCollidersGridView.Size = new System.Drawing.Size(663, 348);
420 this.TopCollidersGridView.TabIndex = 0;
421 //
422 // TopCollidersScore
423 //
424 this.TopCollidersScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
425 this.TopCollidersScore.HeaderText = "Score";
426 this.TopCollidersScore.Name = "TopCollidersScore";
427 //
428 // TopCollidersTaskName
429 //
430 this.TopCollidersTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
431 this.TopCollidersTaskName.HeaderText = "Task Name";
432 this.TopCollidersTaskName.Name = "TopCollidersTaskName";
433 //
434 // TopCollidersUUID
435 //
436 this.TopCollidersUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
437 this.TopCollidersUUID.HeaderText = "UUID";
438 this.TopCollidersUUID.Name = "TopCollidersUUID";
439 //
440 // TopCollidersOwner
441 //
442 this.TopCollidersOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
443 this.TopCollidersOwner.HeaderText = "Owner";
444 this.TopCollidersOwner.Name = "TopCollidersOwner";
445 //
446 // TopCollidersPosition
447 //
448 this.TopCollidersPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
449 this.TopCollidersPosition.HeaderText = "Position";
450 this.TopCollidersPosition.Name = "TopCollidersPosition";
451 //
452 // statusStrip1
453 //
454 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
455 this.StatusProgress,
456 this.StatusText});
457 this.statusStrip1.Location = new System.Drawing.Point(0, 619);
458 this.statusStrip1.Name = "statusStrip1";
459 this.statusStrip1.Size = new System.Drawing.Size(704, 22);
460 this.statusStrip1.TabIndex = 2;
461 this.statusStrip1.Text = "statusStrip1";
462 //
463 // StatusProgress
464 //
465 this.StatusProgress.Name = "StatusProgress";
466 this.StatusProgress.Size = new System.Drawing.Size(100, 16);
467 //
468 // StatusText
469 //
470 this.StatusText.Name = "StatusText";
471 this.StatusText.Size = new System.Drawing.Size(10, 17);
472 this.StatusText.Text = " ";
473 //
474 // groupBox1
475 //
476 this.groupBox1.Controls.Add(this.button1);
477 this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
478 this.groupBox1.Location = new System.Drawing.Point(301, 196);
479 this.groupBox1.Name = "groupBox1";
480 this.groupBox1.Size = new System.Drawing.Size(115, 55);
481 this.groupBox1.TabIndex = 3;
482 this.groupBox1.TabStop = false;
483 this.groupBox1.Text = "Settings";
484 //
485 // button1
486 //
487 this.button1.Location = new System.Drawing.Point(6, 21);
488 this.button1.Name = "button1";
489 this.button1.Size = new System.Drawing.Size(103, 23);
490 this.button1.TabIndex = 8;
491 this.button1.Text = "Configure...";
492 this.button1.UseVisualStyleBackColor = true;
493 this.button1.Click += new System.EventHandler(this.SettingsRequested);
494 //
495 // button2
496 //
497 this.button2.Location = new System.Drawing.Point(206, 20);
498 this.button2.Name = "button2";
499 this.button2.Size = new System.Drawing.Size(56, 23);
500 this.button2.TabIndex = 7;
501 this.button2.Text = "Edit...";
502 this.button2.UseVisualStyleBackColor = true;
503 this.button2.Click += new System.EventHandler(this.RequestedEditRegions);
504 //
505 // RegionTeleportGroup
506 //
507 this.RegionTeleportGroup.Controls.Add(this.button2);
508 this.RegionTeleportGroup.Controls.Add(this.LoadedRegions);
509 this.RegionTeleportGroup.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
510 this.RegionTeleportGroup.Location = new System.Drawing.Point(422, 200);
511 this.RegionTeleportGroup.Name = "RegionTeleportGroup";
512 this.RegionTeleportGroup.Size = new System.Drawing.Size(266, 51);
513 this.RegionTeleportGroup.TabIndex = 4;
514 this.RegionTeleportGroup.TabStop = false;
515 this.RegionTeleportGroup.Text = "Region Teleport";
516 //
517 // LoadedRegions
518 //
519 this.LoadedRegions.DisplayMember = "Text";
520 this.LoadedRegions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
521 this.LoadedRegions.Font = new System.Drawing.Font("Consolas", 8.25F);
522 this.LoadedRegions.FormattingEnabled = true;
523 this.LoadedRegions.Location = new System.Drawing.Point(6, 21);
524 this.LoadedRegions.Name = "LoadedRegions";
525 this.LoadedRegions.Size = new System.Drawing.Size(194, 21);
526 this.LoadedRegions.Sorted = true;
527 this.LoadedRegions.TabIndex = 0;
528 this.LoadedRegions.SelectedIndexChanged += new System.EventHandler(this.RegionSelected);
529 //
530 // CurrentRegionName
531 //
532 this.CurrentRegionName.AutoSize = true;
533 this.CurrentRegionName.Font = new System.Drawing.Font("Palatino Linotype", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
534 this.CurrentRegionName.Location = new System.Drawing.Point(30, 200);
535 this.CurrentRegionName.Name = "CurrentRegionName";
536 this.CurrentRegionName.Size = new System.Drawing.Size(154, 28);
537 this.CurrentRegionName.TabIndex = 7;
538 this.CurrentRegionName.Text = "Puguet Sound";
539 this.CurrentRegionName.Visible = false;
540 //
541 // CurrentRegionAt
542 //
543 this.CurrentRegionAt.AutoSize = true;
544 this.CurrentRegionAt.Location = new System.Drawing.Point(17, 209);
545 this.CurrentRegionAt.Name = "CurrentRegionAt";
546 this.CurrentRegionAt.Size = new System.Drawing.Size(16, 13);
547 this.CurrentRegionAt.TabIndex = 8;
548 this.CurrentRegionAt.Text = "at";
549 this.CurrentRegionAt.Visible = false;
550 //
551 // Vassal
552 //
553 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
554 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
555 this.ClientSize = new System.Drawing.Size(704, 641);
556 this.Controls.Add(this.CurrentRegionAt);
557 this.Controls.Add(this.CurrentRegionName);
558 this.Controls.Add(this.RegionTeleportGroup);
559 this.Controls.Add(this.groupBox1);
560 this.Controls.Add(this.statusStrip1);
561 this.Controls.Add(this.Tabs);
562 this.Controls.Add(this.pictureBox1);
563 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
564 this.Name = "Vassal";
565 this.Text = "Vassal";
566 this.Shown += new System.EventHandler(this.VassalShown);
567 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
568 this.Tabs.ResumeLayout(false);
569 this.OverviewTab.ResumeLayout(false);
570 this.groupBox10.ResumeLayout(false);
571 ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).EndInit();
572 this.groupBox9.ResumeLayout(false);
573 this.groupBox9.PerformLayout();
574 this.groupBox8.ResumeLayout(false);
575 this.groupBox8.PerformLayout();
576 this.groupBox7.ResumeLayout(false);
577 this.groupBox7.PerformLayout();
578 this.groupBox6.ResumeLayout(false);
579 this.groupBox6.PerformLayout();
580 this.groupBox5.ResumeLayout(false);
581 this.groupBox5.PerformLayout();
582 this.groupBox4.ResumeLayout(false);
583 this.groupBox4.PerformLayout();
584 this.groupBox3.ResumeLayout(false);
585 this.groupBox3.PerformLayout();
586 this.groupBox2.ResumeLayout(false);
587 this.groupBox2.PerformLayout();
588 this.TopScriptsTab.ResumeLayout(false);
589 ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).EndInit();
590 this.TopCollidersTab.ResumeLayout(false);
591 ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).EndInit();
592 this.statusStrip1.ResumeLayout(false);
593 this.statusStrip1.PerformLayout();
594 this.groupBox1.ResumeLayout(false);
595 this.RegionTeleportGroup.ResumeLayout(false);
596 this.ResumeLayout(false);
597 this.PerformLayout();
598  
599 }
600  
601 #endregion
602  
603 private PictureBox pictureBox1;
604 private TabControl Tabs;
605 private TabPage OverviewTab;
606 private StatusStrip statusStrip1;
607 private ToolStripProgressBar StatusProgress;
608 private ToolStripStatusLabel StatusText;
609 private GroupBox groupBox1;
610 private Button button2;
611 private GroupBox RegionTeleportGroup;
612 public ComboBox LoadedRegions;
613 private Label CurrentRegionName;
614 private Label CurrentRegionAt;
615 private PictureBox RegionAvatarsMap;
616 private Button button1;
617 private GroupBox groupBox2;
618 private Label Agents;
619 private GroupBox groupBox7;
620 private Label ActiveScripts;
621 private GroupBox groupBox6;
622 private Label PhysicsFPS;
623 private GroupBox groupBox5;
624 private Label FPS;
625 private GroupBox groupBox4;
626 private Label Dilation;
627 private GroupBox groupBox3;
628 private Label LastLag;
629 private GroupBox groupBox9;
630 private Label Objects;
631 private GroupBox groupBox8;
632 private Label ScriptTime;
633 private GroupBox groupBox10;
634 private TabPage TopScriptsTab;
635 private DataGridView TopScriptsGridView;
636 private TabPage TopCollidersTab;
637 private DataGridView TopCollidersGridView;
638 private DataGridViewTextBoxColumn TopScriptsScore;
639 private DataGridViewTextBoxColumn TopScriptsTaskName;
640 private DataGridViewTextBoxColumn TopScriptsUUID;
641 private DataGridViewTextBoxColumn TopScriptsOwner;
642 private DataGridViewTextBoxColumn TopScriptsPosition;
643 private DataGridViewTextBoxColumn TopCollidersScore;
644 private DataGridViewTextBoxColumn TopCollidersTaskName;
645 private DataGridViewTextBoxColumn TopCollidersUUID;
646 private DataGridViewTextBoxColumn TopCollidersOwner;
647 private DataGridViewTextBoxColumn TopCollidersPosition;
648 }
649 }
650