corrade-vassal – Blame information for rev 12

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();
8 eva 39 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
40 this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar();
41 this.StatusText = new System.Windows.Forms.ToolStripStatusLabel();
42 this.VassalSettingsButton = new System.Windows.Forms.Button();
43 this.button2 = new System.Windows.Forms.Button();
44 this.RegionTeleportGroup = new System.Windows.Forms.GroupBox();
45 this.pictureBox6 = new System.Windows.Forms.PictureBox();
46 this.LoadedRegionsBox = new System.Windows.Forms.ComboBox();
47 this.CurrentRegionName = new System.Windows.Forms.Label();
48 this.CurrentRegionAt = new System.Windows.Forms.Label();
49 this.ExportCSVDialog = new System.Windows.Forms.SaveFileDialog();
50 this.VassalStatusGroup = new System.Windows.Forms.GroupBox();
10 vero 51 this.ConnectionStatusPictureBox = new System.Windows.Forms.PictureBox();
8 eva 52 this.pictureBox2 = new System.Windows.Forms.PictureBox();
53 this.Version = new System.Windows.Forms.Label();
54 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
55 this.pictureBox4 = new System.Windows.Forms.PictureBox();
56 this.pictureBox7 = new System.Windows.Forms.PictureBox();
57 this.pictureBox5 = new System.Windows.Forms.PictureBox();
58 this.pictureBox3 = new System.Windows.Forms.PictureBox();
10 vero 59 this.pictureBox8 = new System.Windows.Forms.PictureBox();
60 this.pictureBox9 = new System.Windows.Forms.PictureBox();
61 this.pictureBox10 = new System.Windows.Forms.PictureBox();
62 this.pictureBox11 = new System.Windows.Forms.PictureBox();
63 this.pictureBox12 = new System.Windows.Forms.PictureBox();
64 this.pictureBox13 = new System.Windows.Forms.PictureBox();
65 this.pictureBox14 = new System.Windows.Forms.PictureBox();
66 this.pictureBox15 = new System.Windows.Forms.PictureBox();
67 this.pictureBox16 = new System.Windows.Forms.PictureBox();
68 this.pictureBox17 = new System.Windows.Forms.PictureBox();
8 eva 69 this.LoadRawFileDialog = new System.Windows.Forms.OpenFileDialog();
70 this.SavePNGFileDialog = new System.Windows.Forms.SaveFileDialog();
71 this.SaveRawFileDialog = new System.Windows.Forms.SaveFileDialog();
72 this.EstateListsTab = new System.Windows.Forms.TabPage();
10 vero 73 this.EstateListsGroupsGroup = new System.Windows.Forms.GroupBox();
74 this.button6 = new System.Windows.Forms.Button();
75 this.button7 = new System.Windows.Forms.Button();
76 this.EstateListsAddGroupBox = new System.Windows.Forms.TextBox();
77 this.EstateListsResidentsGroup = new System.Windows.Forms.GroupBox();
78 this.button4 = new System.Windows.Forms.Button();
79 this.groupBox15 = new System.Windows.Forms.GroupBox();
80 this.EstateListsResidentFirstName = new System.Windows.Forms.TextBox();
81 this.EstateListsAddResidentButton = new System.Windows.Forms.Button();
82 this.groupBox16 = new System.Windows.Forms.GroupBox();
83 this.EstateListsResidentLastName = new System.Windows.Forms.TextBox();
84 this.EstateListGroup = new System.Windows.Forms.GroupBox();
85 this.button9 = new System.Windows.Forms.Button();
86 this.label6 = new System.Windows.Forms.Label();
87 this.EstateListFilter = new System.Windows.Forms.TextBox();
88 this.label5 = new System.Windows.Forms.Label();
89 this.EstateListGridView = new System.Windows.Forms.DataGridView();
90 this.EstateListName = new System.Windows.Forms.DataGridViewTextBoxColumn();
91 this.EstateListUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
92 this.RemoveEstateListMemberButton = new System.Windows.Forms.Button();
93 this.EstateListSelectBox = new System.Windows.Forms.ComboBox();
12 zed 94 this.RegionToolsTerrainToolsGroup = new System.Windows.Forms.GroupBox();
8 eva 95 this.groupBox13 = new System.Windows.Forms.GroupBox();
96 this.RipTerrainButton = new System.Windows.Forms.Button();
97 this.EstateTerrainDownloadUploadGroup = new System.Windows.Forms.GroupBox();
98 this.DownloadTerrainButton = new System.Windows.Forms.Button();
99 this.UploadTerrainButton = new System.Windows.Forms.Button();
100 this.EstateTopTab = new System.Windows.Forms.TabPage();
101 this.groupBox14 = new System.Windows.Forms.GroupBox();
102 this.label2 = new System.Windows.Forms.Label();
103 this.TopCollidersFilter = new System.Windows.Forms.TextBox();
104 this.ReturnTopCollidersButton = new System.Windows.Forms.Button();
105 this.button5 = new System.Windows.Forms.Button();
106 this.TopCollidersGridView = new System.Windows.Forms.DataGridView();
107 this.TopCollidersScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
108 this.TopCollidersTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn();
109 this.TopCollidersUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
110 this.TopCollidersOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
111 this.TopCollidersPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
112 this.groupBox12 = new System.Windows.Forms.GroupBox();
113 this.TopScriptsGridView = new System.Windows.Forms.DataGridView();
114 this.TopScriptsScore = new System.Windows.Forms.DataGridViewTextBoxColumn();
115 this.TopScriptsTaskName = new System.Windows.Forms.DataGridViewTextBoxColumn();
116 this.TopScriptsUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
117 this.TopScriptsOwner = new System.Windows.Forms.DataGridViewTextBoxColumn();
118 this.TopScriptsPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
119 this.ReturnTopScriptsButton = new System.Windows.Forms.Button();
120 this.label1 = new System.Windows.Forms.Label();
121 this.button3 = new System.Windows.Forms.Button();
122 this.TopScriptsFilter = new System.Windows.Forms.TextBox();
123 this.BatchRestartTab = new System.Windows.Forms.TabPage();
124 this.label3 = new System.Windows.Forms.Label();
125 this.RegionRestartDelayBox = new System.Windows.Forms.TextBox();
126 this.BatchRestartButton = new System.Windows.Forms.Button();
127 this.BatchRestartGridView = new System.Windows.Forms.DataGridView();
128 this.BatchRestartRegionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
129 this.BatchRestartPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
130 this.ResidentListTab = new System.Windows.Forms.TabPage();
131 this.ResidentListBanGroup = new System.Windows.Forms.GroupBox();
132 this.ResidentBanAllEstatesBox = new System.Windows.Forms.CheckBox();
133 this.ResidentBanButton = new System.Windows.Forms.Button();
134 this.label4 = new System.Windows.Forms.Label();
135 this.ResidentListFilter = new System.Windows.Forms.TextBox();
136 this.ResidentListGridView = new System.Windows.Forms.DataGridView();
137 this.ResidentListName = new System.Windows.Forms.DataGridViewTextBoxColumn();
138 this.ResidentListUUID = new System.Windows.Forms.DataGridViewTextBoxColumn();
139 this.ResidentListPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
140 this.RegionsStateTab = new System.Windows.Forms.TabPage();
141 this.RegionsStateGridView = new System.Windows.Forms.DataGridView();
142 this.RegionsStateRegionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
143 this.RegionsStateLastState = new System.Windows.Forms.DataGridViewTextBoxColumn();
144 this.RegionsStateLastCheck = new System.Windows.Forms.DataGridViewTextBoxColumn();
2 zed 145 this.OverviewTab = new System.Windows.Forms.TabPage();
146 this.groupBox10 = new System.Windows.Forms.GroupBox();
147 this.RegionAvatarsMap = new System.Windows.Forms.PictureBox();
148 this.groupBox9 = new System.Windows.Forms.GroupBox();
149 this.Objects = new System.Windows.Forms.Label();
150 this.groupBox8 = new System.Windows.Forms.GroupBox();
151 this.ScriptTime = new System.Windows.Forms.Label();
152 this.groupBox7 = new System.Windows.Forms.GroupBox();
153 this.ActiveScripts = new System.Windows.Forms.Label();
154 this.groupBox6 = new System.Windows.Forms.GroupBox();
155 this.PhysicsFPS = new System.Windows.Forms.Label();
156 this.groupBox5 = new System.Windows.Forms.GroupBox();
157 this.FPS = new System.Windows.Forms.Label();
158 this.groupBox4 = new System.Windows.Forms.GroupBox();
159 this.Dilation = new System.Windows.Forms.Label();
160 this.groupBox3 = new System.Windows.Forms.GroupBox();
161 this.LastLag = new System.Windows.Forms.Label();
162 this.groupBox2 = new System.Windows.Forms.GroupBox();
163 this.Agents = new System.Windows.Forms.Label();
8 eva 164 this.Tabs = new System.Windows.Forms.TabControl();
10 vero 165 this.EstateTexturesTab = new System.Windows.Forms.TabPage();
166 this.GroundTexturesGroup = new System.Windows.Forms.GroupBox();
167 this.groupBox22 = new System.Windows.Forms.GroupBox();
168 this.RegionTexturesHighUUIDApplyBox = new System.Windows.Forms.TextBox();
169 this.RegionTexturesHighUUIDApplyButton = new System.Windows.Forms.Button();
170 this.button13 = new System.Windows.Forms.Button();
171 this.RegionTexturesHighUUIDBox = new System.Windows.Forms.TextBox();
172 this.RegionTexturesHighPictureBox = new System.Windows.Forms.PictureBox();
8 eva 173 this.groupBox23 = new System.Windows.Forms.GroupBox();
10 vero 174 this.RegionTexturesLowUUIDApplyBox = new System.Windows.Forms.TextBox();
175 this.RegionTexturesLowUUIDApplyButton = new System.Windows.Forms.Button();
176 this.button10 = new System.Windows.Forms.Button();
8 eva 177 this.RegionTexturesLowUUIDBox = new System.Windows.Forms.TextBox();
178 this.RegionTexturesLowPictureBox = new System.Windows.Forms.PictureBox();
179 this.groupBox21 = new System.Windows.Forms.GroupBox();
10 vero 180 this.RegionTexturesMiddleHighUUIDApplyBox = new System.Windows.Forms.TextBox();
8 eva 181 this.RegionTexturesMiddleHighUUIDApplyButton = new System.Windows.Forms.Button();
182 this.button11 = new System.Windows.Forms.Button();
183 this.RegionTexturesMiddleHighUUIDBox = new System.Windows.Forms.TextBox();
184 this.RegionTexturesMiddleHighPictureBox = new System.Windows.Forms.PictureBox();
10 vero 185 this.groupBox20 = new System.Windows.Forms.GroupBox();
8 eva 186 this.RegionTexturesMiddleLowUUIDApplyBox = new System.Windows.Forms.TextBox();
10 vero 187 this.RegionTexturesMiddleLowUUIDApplyButton = new System.Windows.Forms.Button();
188 this.button8 = new System.Windows.Forms.Button();
189 this.RegionTexturesMiddleLowUUIDBox = new System.Windows.Forms.TextBox();
190 this.RegionTexturesMiddleLowPictureBox = new System.Windows.Forms.PictureBox();
191 this.RegionToolsTab = new System.Windows.Forms.TabPage();
192 this.RegionToolsRegionInfoGroup = new System.Windows.Forms.GroupBox();
193 this.RegionInfoMatureBox = new System.Windows.Forms.CheckBox();
194 this.groupBox19 = new System.Windows.Forms.GroupBox();
195 this.RegionInfoAgentLimitBox = new System.Windows.Forms.TextBox();
196 this.groupBox18 = new System.Windows.Forms.GroupBox();
197 this.RegionInfoObjectBonusBox = new System.Windows.Forms.TextBox();
198 this.RegionInfoParcelBox = new System.Windows.Forms.CheckBox();
199 this.RegionInfoTerraformBox = new System.Windows.Forms.CheckBox();
200 this.RegionInfoPushBox = new System.Windows.Forms.CheckBox();
201 this.RegioninfoResellBox = new System.Windows.Forms.CheckBox();
202 this.RegionInfoDamageBox = new System.Windows.Forms.CheckBox();
203 this.RegionInfoFlyBox = new System.Windows.Forms.CheckBox();
204 this.ApplyRegionInfoButton = new System.Windows.Forms.Button();
205 this.RegionToolsRegionDebugGroup = new System.Windows.Forms.GroupBox();
206 this.ApplyRegionDebugButton = new System.Windows.Forms.Button();
207 this.RegionDebugPhysicsBox = new System.Windows.Forms.CheckBox();
208 this.RegionDebugCollisionsBox = new System.Windows.Forms.CheckBox();
209 this.RegionDebugScriptsBox = new System.Windows.Forms.CheckBox();
8 eva 210 this.LoadCSVFile = new System.Windows.Forms.OpenFileDialog();
12 zed 211 this.ResidentListTeleportHomeGroup = new System.Windows.Forms.GroupBox();
212 this.button1 = new System.Windows.Forms.Button();
213 this.pictureBox18 = new System.Windows.Forms.PictureBox();
214 this.EstateVariablesGroup = new System.Windows.Forms.GroupBox();
215 this.SetTerrainVariablesButton = new System.Windows.Forms.Button();
216 this.pictureBox19 = new System.Windows.Forms.PictureBox();
217 this.TerrainToolsWaterHeightBox = new System.Windows.Forms.TextBox();
218 this.label7 = new System.Windows.Forms.Label();
219 this.TerrainToolsTerrainRaiseLimitBox = new System.Windows.Forms.TextBox();
220 this.label8 = new System.Windows.Forms.Label();
221 this.TerrainToolsTerrainLowerLimitBox = new System.Windows.Forms.TextBox();
222 this.label9 = new System.Windows.Forms.Label();
223 this.TerrainToolsUseEstateSunBox = new System.Windows.Forms.CheckBox();
224 this.TerrainToolsFixedSunBox = new System.Windows.Forms.CheckBox();
225 this.TerrainToolsSunPositionBox = new System.Windows.Forms.TextBox();
226 this.label10 = new System.Windows.Forms.Label();
227 this.groupBox1 = new System.Windows.Forms.GroupBox();
228 this.FrameTime = new System.Windows.Forms.Label();
229 this.groupBox11 = new System.Windows.Forms.GroupBox();
230 this.ScriptedObjects = new System.Windows.Forms.Label();
231 this.groupBox17 = new System.Windows.Forms.GroupBox();
232 this.PhysicsTime = new System.Windows.Forms.Label();
233 this.groupBox24 = new System.Windows.Forms.GroupBox();
234 this.NetTime = new System.Windows.Forms.Label();
235 this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
236 this.CorradePollTimeDial = new AquaControls.AquaGauge();
2 zed 237 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
8 eva 238 this.statusStrip1.SuspendLayout();
239 this.RegionTeleportGroup.SuspendLayout();
240 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
241 this.VassalStatusGroup.SuspendLayout();
10 vero 242 ((System.ComponentModel.ISupportInitialize)(this.ConnectionStatusPictureBox)).BeginInit();
8 eva 243 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
244 ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
245 ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
246 ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
247 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
10 vero 248 ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
249 ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
250 ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
251 ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
252 ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
253 ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
254 ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();
255 ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
256 ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit();
257 ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).BeginInit();
8 eva 258 this.EstateListsTab.SuspendLayout();
10 vero 259 this.EstateListsGroupsGroup.SuspendLayout();
260 this.EstateListsResidentsGroup.SuspendLayout();
261 this.groupBox15.SuspendLayout();
262 this.groupBox16.SuspendLayout();
263 this.EstateListGroup.SuspendLayout();
264 ((System.ComponentModel.ISupportInitialize)(this.EstateListGridView)).BeginInit();
12 zed 265 this.RegionToolsTerrainToolsGroup.SuspendLayout();
8 eva 266 this.groupBox13.SuspendLayout();
267 this.EstateTerrainDownloadUploadGroup.SuspendLayout();
268 this.EstateTopTab.SuspendLayout();
269 this.groupBox14.SuspendLayout();
270 ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).BeginInit();
271 this.groupBox12.SuspendLayout();
272 ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).BeginInit();
273 this.BatchRestartTab.SuspendLayout();
274 ((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).BeginInit();
275 this.ResidentListTab.SuspendLayout();
276 this.ResidentListBanGroup.SuspendLayout();
277 ((System.ComponentModel.ISupportInitialize)(this.ResidentListGridView)).BeginInit();
278 this.RegionsStateTab.SuspendLayout();
279 ((System.ComponentModel.ISupportInitialize)(this.RegionsStateGridView)).BeginInit();
2 zed 280 this.OverviewTab.SuspendLayout();
281 this.groupBox10.SuspendLayout();
282 ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).BeginInit();
283 this.groupBox9.SuspendLayout();
284 this.groupBox8.SuspendLayout();
285 this.groupBox7.SuspendLayout();
286 this.groupBox6.SuspendLayout();
287 this.groupBox5.SuspendLayout();
288 this.groupBox4.SuspendLayout();
289 this.groupBox3.SuspendLayout();
290 this.groupBox2.SuspendLayout();
8 eva 291 this.Tabs.SuspendLayout();
10 vero 292 this.EstateTexturesTab.SuspendLayout();
293 this.GroundTexturesGroup.SuspendLayout();
294 this.groupBox22.SuspendLayout();
295 ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesHighPictureBox)).BeginInit();
8 eva 296 this.groupBox23.SuspendLayout();
297 ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesLowPictureBox)).BeginInit();
10 vero 298 this.groupBox21.SuspendLayout();
299 ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesMiddleHighPictureBox)).BeginInit();
8 eva 300 this.groupBox20.SuspendLayout();
301 ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesMiddleLowPictureBox)).BeginInit();
10 vero 302 this.RegionToolsTab.SuspendLayout();
303 this.RegionToolsRegionInfoGroup.SuspendLayout();
304 this.groupBox19.SuspendLayout();
305 this.groupBox18.SuspendLayout();
306 this.RegionToolsRegionDebugGroup.SuspendLayout();
12 zed 307 this.ResidentListTeleportHomeGroup.SuspendLayout();
308 ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).BeginInit();
309 this.EstateVariablesGroup.SuspendLayout();
310 ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).BeginInit();
311 this.groupBox1.SuspendLayout();
312 this.groupBox11.SuspendLayout();
313 this.groupBox17.SuspendLayout();
314 this.groupBox24.SuspendLayout();
2 zed 315 this.SuspendLayout();
316 //
317 // pictureBox1
318 //
319 this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
320 this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
3 eva 321 this.pictureBox1.Location = new System.Drawing.Point(17, 12);
2 zed 322 this.pictureBox1.Name = "pictureBox1";
10 vero 323 this.pictureBox1.Size = new System.Drawing.Size(515, 151);
2 zed 324 this.pictureBox1.TabIndex = 0;
325 this.pictureBox1.TabStop = false;
326 //
8 eva 327 // statusStrip1
2 zed 328 //
8 eva 329 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
330 this.StatusProgress,
331 this.StatusText});
332 this.statusStrip1.Location = new System.Drawing.Point(0, 707);
333 this.statusStrip1.Name = "statusStrip1";
334 this.statusStrip1.Size = new System.Drawing.Size(752, 22);
335 this.statusStrip1.TabIndex = 2;
336 this.statusStrip1.Text = "statusStrip1";
2 zed 337 //
8 eva 338 // StatusProgress
339 //
340 this.StatusProgress.Name = "StatusProgress";
341 this.StatusProgress.Size = new System.Drawing.Size(100, 16);
342 //
343 // StatusText
344 //
345 this.StatusText.Name = "StatusText";
346 this.StatusText.Size = new System.Drawing.Size(10, 17);
347 this.StatusText.Text = " ";
348 //
349 // VassalSettingsButton
350 //
351 this.VassalSettingsButton.Location = new System.Drawing.Point(48, 26);
352 this.VassalSettingsButton.Name = "VassalSettingsButton";
353 this.VassalSettingsButton.Size = new System.Drawing.Size(121, 23);
354 this.VassalSettingsButton.TabIndex = 8;
355 this.VassalSettingsButton.Text = "Vassal Settings...";
356 this.VassalSettingsButton.UseVisualStyleBackColor = true;
357 this.VassalSettingsButton.Click += new System.EventHandler(this.SettingsRequested);
358 //
359 // button2
360 //
361 this.button2.Location = new System.Drawing.Point(113, 57);
362 this.button2.Name = "button2";
363 this.button2.Size = new System.Drawing.Size(56, 23);
364 this.button2.TabIndex = 7;
365 this.button2.Text = "Edit...";
366 this.button2.UseVisualStyleBackColor = true;
367 this.button2.Click += new System.EventHandler(this.RequestedEditRegions);
368 //
369 // RegionTeleportGroup
370 //
371 this.RegionTeleportGroup.Controls.Add(this.pictureBox6);
372 this.RegionTeleportGroup.Controls.Add(this.button2);
373 this.RegionTeleportGroup.Controls.Add(this.LoadedRegionsBox);
12 zed 374 this.RegionTeleportGroup.Enabled = false;
8 eva 375 this.RegionTeleportGroup.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
376 this.RegionTeleportGroup.Location = new System.Drawing.Point(538, 79);
377 this.RegionTeleportGroup.Name = "RegionTeleportGroup";
378 this.RegionTeleportGroup.Size = new System.Drawing.Size(202, 89);
379 this.RegionTeleportGroup.TabIndex = 4;
380 this.RegionTeleportGroup.TabStop = false;
381 this.RegionTeleportGroup.Text = "Region Teleport";
382 //
383 // pictureBox6
384 //
385 this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Help;
386 this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
387 this.pictureBox6.Location = new System.Drawing.Point(175, 58);
388 this.pictureBox6.Name = "pictureBox6";
389 this.pictureBox6.Size = new System.Drawing.Size(20, 20);
390 this.pictureBox6.TabIndex = 10;
391 this.pictureBox6.TabStop = false;
392 this.toolTip1.SetToolTip(this.pictureBox6, resources.GetString("pictureBox6.ToolTip"));
393 //
394 // LoadedRegionsBox
395 //
396 this.LoadedRegionsBox.DisplayMember = "Text";
397 this.LoadedRegionsBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
398 this.LoadedRegionsBox.Font = new System.Drawing.Font("Consolas", 8.25F);
399 this.LoadedRegionsBox.FormattingEnabled = true;
400 this.LoadedRegionsBox.Location = new System.Drawing.Point(6, 21);
401 this.LoadedRegionsBox.Name = "LoadedRegionsBox";
402 this.LoadedRegionsBox.Size = new System.Drawing.Size(190, 21);
403 this.LoadedRegionsBox.Sorted = true;
404 this.LoadedRegionsBox.TabIndex = 0;
405 this.LoadedRegionsBox.SelectedIndexChanged += new System.EventHandler(this.RegionSelected);
406 //
407 // CurrentRegionName
408 //
409 this.CurrentRegionName.AutoSize = true;
410 this.CurrentRegionName.Font = new System.Drawing.Font("Palatino Linotype", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
411 this.CurrentRegionName.Location = new System.Drawing.Point(216, 157);
412 this.CurrentRegionName.Name = "CurrentRegionName";
12 zed 413 this.CurrentRegionName.Size = new System.Drawing.Size(17, 26);
8 eva 414 this.CurrentRegionName.TabIndex = 7;
12 zed 415 this.CurrentRegionName.Text = " ";
8 eva 416 this.CurrentRegionName.Visible = false;
417 //
418 // CurrentRegionAt
419 //
420 this.CurrentRegionAt.AutoSize = true;
421 this.CurrentRegionAt.Location = new System.Drawing.Point(201, 161);
422 this.CurrentRegionAt.Name = "CurrentRegionAt";
423 this.CurrentRegionAt.Size = new System.Drawing.Size(16, 13);
424 this.CurrentRegionAt.TabIndex = 8;
425 this.CurrentRegionAt.Text = "at";
426 this.CurrentRegionAt.Visible = false;
427 //
428 // ExportCSVDialog
429 //
430 this.ExportCSVDialog.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*";
431 //
432 // VassalStatusGroup
433 //
434 this.VassalStatusGroup.Controls.Add(this.ConnectionStatusPictureBox);
435 this.VassalStatusGroup.Controls.Add(this.pictureBox2);
436 this.VassalStatusGroup.Controls.Add(this.VassalSettingsButton);
437 this.VassalStatusGroup.Font = new System.Drawing.Font("Palatino Linotype", 8.25F);
438 this.VassalStatusGroup.Location = new System.Drawing.Point(538, 12);
439 this.VassalStatusGroup.Name = "VassalStatusGroup";
440 this.VassalStatusGroup.Size = new System.Drawing.Size(202, 61);
441 this.VassalStatusGroup.TabIndex = 3;
442 this.VassalStatusGroup.TabStop = false;
443 this.VassalStatusGroup.Text = "Status";
444 //
10 vero 445 // ConnectionStatusPictureBox
446 //
447 this.ConnectionStatusPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("ConnectionStatusPictureBox.Image")));
448 this.ConnectionStatusPictureBox.Location = new System.Drawing.Point(6, 19);
449 this.ConnectionStatusPictureBox.Name = "ConnectionStatusPictureBox";
450 this.ConnectionStatusPictureBox.Size = new System.Drawing.Size(36, 36);
451 this.ConnectionStatusPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
452 this.ConnectionStatusPictureBox.TabIndex = 12;
453 this.ConnectionStatusPictureBox.TabStop = false;
12 zed 454 this.ConnectionStatusPictureBox.Click += new System.EventHandler(this.ReconnectRequested);
10 vero 455 //
8 eva 456 // pictureBox2
457 //
458 this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Help;
459 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
460 this.pictureBox2.Location = new System.Drawing.Point(175, 27);
461 this.pictureBox2.Name = "pictureBox2";
462 this.pictureBox2.Size = new System.Drawing.Size(20, 20);
463 this.pictureBox2.TabIndex = 11;
464 this.pictureBox2.TabStop = false;
465 this.toolTip1.SetToolTip(this.pictureBox2, "Before Vassal can work, Vassal must be\r\nconfigured by using the \"Settings...\"\r\nbu" +
466 "tton and configuring Vassal.");
467 //
468 // Version
469 //
470 this.Version.AutoSize = true;
471 this.Version.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
12 zed 472 this.Version.Location = new System.Drawing.Point(280, 142);
8 eva 473 this.Version.Name = "Version";
474 this.Version.Size = new System.Drawing.Size(97, 13);
475 this.Version.TabIndex = 9;
476 this.Version.Text = " ";
477 //
478 // toolTip1
479 //
480 this.toolTip1.AutoPopDelay = 32767;
481 this.toolTip1.InitialDelay = 500;
482 this.toolTip1.ReshowDelay = 100;
483 //
484 // pictureBox4
485 //
486 this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Help;
487 this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
12 zed 488 this.pictureBox4.Location = new System.Drawing.Point(188, 22);
8 eva 489 this.pictureBox4.Name = "pictureBox4";
490 this.pictureBox4.Size = new System.Drawing.Size(20, 20);
491 this.pictureBox4.TabIndex = 12;
492 this.pictureBox4.TabStop = false;
493 this.toolTip1.SetToolTip(this.pictureBox4, "This option downloads the current region\r\nterrain given estate rights.");
494 //
495 // pictureBox7
496 //
497 this.pictureBox7.Cursor = System.Windows.Forms.Cursors.Help;
498 this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
12 zed 499 this.pictureBox7.Location = new System.Drawing.Point(188, 51);
8 eva 500 this.pictureBox7.Name = "pictureBox7";
501 this.pictureBox7.Size = new System.Drawing.Size(20, 20);
502 this.pictureBox7.TabIndex = 12;
503 this.pictureBox7.TabStop = false;
504 this.toolTip1.SetToolTip(this.pictureBox7, "This option uploads a terrain height-map\r\nto the current region and applies it.");
505 //
506 // pictureBox5
507 //
508 this.pictureBox5.Cursor = System.Windows.Forms.Cursors.Help;
509 this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
12 zed 510 this.pictureBox5.Location = new System.Drawing.Point(188, 22);
8 eva 511 this.pictureBox5.Name = "pictureBox5";
512 this.pictureBox5.Size = new System.Drawing.Size(20, 20);
513 this.pictureBox5.TabIndex = 12;
514 this.pictureBox5.TabStop = false;
515 this.toolTip1.SetToolTip(this.pictureBox5, resources.GetString("pictureBox5.ToolTip"));
516 //
517 // pictureBox3
518 //
519 this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Help;
520 this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
12 zed 521 this.pictureBox3.Location = new System.Drawing.Point(461, 456);
8 eva 522 this.pictureBox3.Name = "pictureBox3";
523 this.pictureBox3.Size = new System.Drawing.Size(20, 20);
524 this.pictureBox3.TabIndex = 11;
525 this.pictureBox3.TabStop = false;
526 this.toolTip1.SetToolTip(this.pictureBox3, resources.GetString("pictureBox3.ToolTip"));
527 //
10 vero 528 // pictureBox8
529 //
530 this.pictureBox8.Cursor = System.Windows.Forms.Cursors.Help;
531 this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
532 this.pictureBox8.Location = new System.Drawing.Point(687, 21);
533 this.pictureBox8.Name = "pictureBox8";
534 this.pictureBox8.Size = new System.Drawing.Size(20, 20);
535 this.pictureBox8.TabIndex = 11;
536 this.pictureBox8.TabStop = false;
537 this.toolTip1.SetToolTip(this.pictureBox8, "Select an estate list from the drop-down\r\nin order to populate the list.");
538 //
539 // pictureBox9
540 //
541 this.pictureBox9.Cursor = System.Windows.Forms.Cursors.Help;
542 this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image")));
543 this.pictureBox9.Location = new System.Drawing.Point(681, 336);
544 this.pictureBox9.Name = "pictureBox9";
545 this.pictureBox9.Size = new System.Drawing.Size(20, 20);
546 this.pictureBox9.TabIndex = 15;
547 this.pictureBox9.TabStop = false;
548 this.toolTip1.SetToolTip(this.pictureBox9, resources.GetString("pictureBox9.ToolTip"));
549 //
550 // pictureBox10
551 //
552 this.pictureBox10.Cursor = System.Windows.Forms.Cursors.Help;
553 this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image")));
554 this.pictureBox10.Location = new System.Drawing.Point(317, 52);
555 this.pictureBox10.Name = "pictureBox10";
556 this.pictureBox10.Size = new System.Drawing.Size(20, 20);
557 this.pictureBox10.TabIndex = 16;
558 this.pictureBox10.TabStop = false;
559 this.toolTip1.SetToolTip(this.pictureBox10, "Groups can be added to an estate list by\r\nname or by UUID. Simply type the group\r" +
560 "\nname or the group UUID in the \"Groups\"\r\nbox and then click \"Add Group\" button.");
561 //
562 // pictureBox11
563 //
564 this.pictureBox11.Cursor = System.Windows.Forms.Cursors.Help;
565 this.pictureBox11.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox11.Image")));
566 this.pictureBox11.Location = new System.Drawing.Point(320, 84);
567 this.pictureBox11.Name = "pictureBox11";
568 this.pictureBox11.Size = new System.Drawing.Size(20, 20);
569 this.pictureBox11.TabIndex = 17;
570 this.pictureBox11.TabStop = false;
571 this.toolTip1.SetToolTip(this.pictureBox11, "In order to add an agent to the state\r\nlist, first type the resident first-name\r\n" +
572 "and their last-name in the corresponding\r\nboxes and then press the \"Add Resident" +
573 "\".");
574 //
575 // pictureBox12
576 //
577 this.pictureBox12.Cursor = System.Windows.Forms.Cursors.Help;
578 this.pictureBox12.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox12.Image")));
579 this.pictureBox12.Location = new System.Drawing.Point(676, 15);
580 this.pictureBox12.Name = "pictureBox12";
581 this.pictureBox12.Size = new System.Drawing.Size(20, 20);
582 this.pictureBox12.TabIndex = 11;
583 this.pictureBox12.TabStop = false;
584 this.toolTip1.SetToolTip(this.pictureBox12, resources.GetString("pictureBox12.ToolTip"));
585 //
586 // pictureBox13
587 //
588 this.pictureBox13.Cursor = System.Windows.Forms.Cursors.Help;
589 this.pictureBox13.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox13.Image")));
590 this.pictureBox13.Location = new System.Drawing.Point(431, 77);
591 this.pictureBox13.Name = "pictureBox13";
592 this.pictureBox13.Size = new System.Drawing.Size(20, 20);
593 this.pictureBox13.TabIndex = 12;
594 this.pictureBox13.TabStop = false;
595 this.toolTip1.SetToolTip(this.pictureBox13, "To apply the region info, make all the\r\nsettings in this group and then press\r\nth" +
596 "e \"Apply\" button.");
597 //
598 // pictureBox14
599 //
600 this.pictureBox14.Cursor = System.Windows.Forms.Cursors.Help;
601 this.pictureBox14.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox14.Image")));
602 this.pictureBox14.Location = new System.Drawing.Point(202, 50);
603 this.pictureBox14.Name = "pictureBox14";
604 this.pictureBox14.Size = new System.Drawing.Size(20, 20);
605 this.pictureBox14.TabIndex = 13;
606 this.pictureBox14.TabStop = false;
607 this.toolTip1.SetToolTip(this.pictureBox14, "In order to apply the region debug to\r\nthe current region, complete all the \r\nbox" +
608 "es and press the \"Apply\" button.");
609 //
610 // pictureBox15
611 //
612 this.pictureBox15.Cursor = System.Windows.Forms.Cursors.Help;
613 this.pictureBox15.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox15.Image")));
614 this.pictureBox15.Location = new System.Drawing.Point(676, 227);
615 this.pictureBox15.Name = "pictureBox15";
616 this.pictureBox15.Size = new System.Drawing.Size(20, 20);
617 this.pictureBox15.TabIndex = 11;
618 this.pictureBox15.TabStop = false;
619 this.toolTip1.SetToolTip(this.pictureBox15, resources.GetString("pictureBox15.ToolTip"));
620 //
621 // pictureBox16
622 //
623 this.pictureBox16.Cursor = System.Windows.Forms.Cursors.Help;
624 this.pictureBox16.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox16.Image")));
625 this.pictureBox16.Location = new System.Drawing.Point(676, 191);
626 this.pictureBox16.Name = "pictureBox16";
627 this.pictureBox16.Size = new System.Drawing.Size(20, 20);
628 this.pictureBox16.TabIndex = 12;
629 this.pictureBox16.TabStop = false;
630 this.toolTip1.SetToolTip(this.pictureBox16, resources.GetString("pictureBox16.ToolTip"));
631 //
632 // pictureBox17
633 //
634 this.pictureBox17.Cursor = System.Windows.Forms.Cursors.Help;
635 this.pictureBox17.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox17.Image")));
12 zed 636 this.pictureBox17.Location = new System.Drawing.Point(172, 23);
10 vero 637 this.pictureBox17.Name = "pictureBox17";
638 this.pictureBox17.Size = new System.Drawing.Size(20, 20);
639 this.pictureBox17.TabIndex = 11;
640 this.pictureBox17.TabStop = false;
641 this.toolTip1.SetToolTip(this.pictureBox17, resources.GetString("pictureBox17.ToolTip"));
642 //
8 eva 643 // LoadRawFileDialog
644 //
645 this.LoadRawFileDialog.FileName = "openFileDialog1";
646 this.LoadRawFileDialog.Filter = "RAW (*.raw)|*.raw|All files (*.*)|*.*";
647 //
648 // SavePNGFileDialog
649 //
650 this.SavePNGFileDialog.Filter = "PNG (*.png)|*.png|All files (*.*)|*.*";
651 //
652 // SaveRawFileDialog
653 //
654 this.SaveRawFileDialog.Filter = "RAW (*.raw)|*.raw|All files (*.*)|*.*";
655 //
656 // EstateListsTab
657 //
658 this.EstateListsTab.Controls.Add(this.EstateListsGroupsGroup);
659 this.EstateListsTab.Controls.Add(this.EstateListsResidentsGroup);
660 this.EstateListsTab.Controls.Add(this.EstateListGroup);
661 this.EstateListsTab.Location = new System.Drawing.Point(4, 25);
662 this.EstateListsTab.Name = "EstateListsTab";
663 this.EstateListsTab.Size = new System.Drawing.Size(719, 489);
664 this.EstateListsTab.TabIndex = 6;
665 this.EstateListsTab.Text = "Estate Lists";
666 this.EstateListsTab.UseVisualStyleBackColor = true;
667 //
10 vero 668 // EstateListsGroupsGroup
669 //
670 this.EstateListsGroupsGroup.Controls.Add(this.button6);
671 this.EstateListsGroupsGroup.Controls.Add(this.pictureBox10);
672 this.EstateListsGroupsGroup.Controls.Add(this.button7);
673 this.EstateListsGroupsGroup.Controls.Add(this.EstateListsAddGroupBox);
674 this.EstateListsGroupsGroup.Enabled = false;
675 this.EstateListsGroupsGroup.Location = new System.Drawing.Point(367, 374);
676 this.EstateListsGroupsGroup.Name = "EstateListsGroupsGroup";
677 this.EstateListsGroupsGroup.Size = new System.Drawing.Size(343, 112);
678 this.EstateListsGroupsGroup.TabIndex = 16;
679 this.EstateListsGroupsGroup.TabStop = false;
680 this.EstateListsGroupsGroup.Text = "Groups";
681 //
682 // button6
683 //
12 zed 684 this.button6.Location = new System.Drawing.Point(112, 51);
10 vero 685 this.button6.Name = "button6";
686 this.button6.Size = new System.Drawing.Size(118, 23);
687 this.button6.TabIndex = 19;
688 this.button6.Text = "Import From CSV...";
689 this.button6.UseVisualStyleBackColor = true;
690 this.button6.Click += new System.EventHandler(this.RequestEstateListsAddGroupsFromCSV);
691 //
692 // button7
693 //
694 this.button7.Location = new System.Drawing.Point(236, 51);
695 this.button7.Name = "button7";
696 this.button7.Size = new System.Drawing.Size(75, 23);
697 this.button7.TabIndex = 1;
698 this.button7.Text = "Add Group";
699 this.button7.UseVisualStyleBackColor = true;
700 this.button7.Click += new System.EventHandler(this.RequestEstateListsAddGroup);
701 //
702 // EstateListsAddGroupBox
703 //
704 this.EstateListsAddGroupBox.Location = new System.Drawing.Point(7, 22);
705 this.EstateListsAddGroupBox.Name = "EstateListsAddGroupBox";
706 this.EstateListsAddGroupBox.Size = new System.Drawing.Size(330, 22);
707 this.EstateListsAddGroupBox.TabIndex = 0;
708 //
709 // EstateListsResidentsGroup
710 //
711 this.EstateListsResidentsGroup.Controls.Add(this.button4);
712 this.EstateListsResidentsGroup.Controls.Add(this.pictureBox11);
713 this.EstateListsResidentsGroup.Controls.Add(this.groupBox15);
714 this.EstateListsResidentsGroup.Controls.Add(this.EstateListsAddResidentButton);
715 this.EstateListsResidentsGroup.Controls.Add(this.groupBox16);
716 this.EstateListsResidentsGroup.Enabled = false;
717 this.EstateListsResidentsGroup.Location = new System.Drawing.Point(9, 373);
718 this.EstateListsResidentsGroup.Name = "EstateListsResidentsGroup";
719 this.EstateListsResidentsGroup.Size = new System.Drawing.Size(351, 113);
720 this.EstateListsResidentsGroup.TabIndex = 15;
721 this.EstateListsResidentsGroup.TabStop = false;
722 this.EstateListsResidentsGroup.Text = "Residents";
723 //
724 // button4
725 //
12 zed 726 this.button4.Location = new System.Drawing.Point(90, 82);
10 vero 727 this.button4.Name = "button4";
728 this.button4.Size = new System.Drawing.Size(118, 23);
729 this.button4.TabIndex = 18;
730 this.button4.Text = "Import From CSV...";
731 this.button4.UseVisualStyleBackColor = true;
732 this.button4.Click += new System.EventHandler(this.RequestEstateListsAddResidentsFromCSV);
733 //
734 // groupBox15
735 //
736 this.groupBox15.Controls.Add(this.EstateListsResidentFirstName);
737 this.groupBox15.Location = new System.Drawing.Point(6, 21);
738 this.groupBox15.Name = "groupBox15";
739 this.groupBox15.Size = new System.Drawing.Size(164, 54);
740 this.groupBox15.TabIndex = 12;
741 this.groupBox15.TabStop = false;
742 this.groupBox15.Text = "First Name";
743 //
744 // EstateListsResidentFirstName
745 //
746 this.EstateListsResidentFirstName.Location = new System.Drawing.Point(6, 21);
747 this.EstateListsResidentFirstName.Name = "EstateListsResidentFirstName";
748 this.EstateListsResidentFirstName.Size = new System.Drawing.Size(152, 22);
749 this.EstateListsResidentFirstName.TabIndex = 6;
750 //
751 // EstateListsAddResidentButton
752 //
753 this.EstateListsAddResidentButton.Location = new System.Drawing.Point(214, 82);
754 this.EstateListsAddResidentButton.Name = "EstateListsAddResidentButton";
755 this.EstateListsAddResidentButton.Size = new System.Drawing.Size(100, 23);
756 this.EstateListsAddResidentButton.TabIndex = 3;
757 this.EstateListsAddResidentButton.Text = "Add Resident";
758 this.EstateListsAddResidentButton.UseVisualStyleBackColor = true;
759 this.EstateListsAddResidentButton.Click += new System.EventHandler(this.RequestEstateListsAddResident);
760 //
761 // groupBox16
762 //
763 this.groupBox16.Controls.Add(this.EstateListsResidentLastName);
764 this.groupBox16.Location = new System.Drawing.Point(176, 21);
765 this.groupBox16.Name = "groupBox16";
766 this.groupBox16.Size = new System.Drawing.Size(164, 54);
767 this.groupBox16.TabIndex = 13;
768 this.groupBox16.TabStop = false;
769 this.groupBox16.Text = "Last Name";
770 //
771 // EstateListsResidentLastName
772 //
773 this.EstateListsResidentLastName.Location = new System.Drawing.Point(6, 21);
774 this.EstateListsResidentLastName.Name = "EstateListsResidentLastName";
775 this.EstateListsResidentLastName.Size = new System.Drawing.Size(152, 22);
776 this.EstateListsResidentLastName.TabIndex = 6;
777 //
778 // EstateListGroup
779 //
780 this.EstateListGroup.Controls.Add(this.button9);
781 this.EstateListGroup.Controls.Add(this.pictureBox9);
782 this.EstateListGroup.Controls.Add(this.label6);
783 this.EstateListGroup.Controls.Add(this.EstateListFilter);
784 this.EstateListGroup.Controls.Add(this.label5);
785 this.EstateListGroup.Controls.Add(this.EstateListGridView);
786 this.EstateListGroup.Controls.Add(this.RemoveEstateListMemberButton);
787 this.EstateListGroup.Controls.Add(this.EstateListSelectBox);
788 this.EstateListGroup.Controls.Add(this.pictureBox8);
789 this.EstateListGroup.Location = new System.Drawing.Point(3, 3);
790 this.EstateListGroup.Name = "EstateListGroup";
791 this.EstateListGroup.Size = new System.Drawing.Size(713, 364);
792 this.EstateListGroup.TabIndex = 14;
793 this.EstateListGroup.TabStop = false;
794 this.EstateListGroup.Text = "Estate List";
795 //
796 // button9
797 //
798 this.button9.Location = new System.Drawing.Point(600, 334);
799 this.button9.Name = "button9";
800 this.button9.Size = new System.Drawing.Size(75, 23);
801 this.button9.TabIndex = 16;
802 this.button9.Text = "Export...";
803 this.button9.UseVisualStyleBackColor = true;
804 this.button9.Click += new System.EventHandler(this.RequestExportEstateList);
805 //
806 // label6
807 //
808 this.label6.AutoSize = true;
809 this.label6.Location = new System.Drawing.Point(6, 338);
810 this.label6.Name = "label6";
811 this.label6.Size = new System.Drawing.Size(36, 16);
812 this.label6.TabIndex = 14;
813 this.label6.Text = "Filter:";
814 //
815 // EstateListFilter
816 //
817 this.EstateListFilter.Location = new System.Drawing.Point(44, 335);
818 this.EstateListFilter.Name = "EstateListFilter";
819 this.EstateListFilter.Size = new System.Drawing.Size(196, 22);
820 this.EstateListFilter.TabIndex = 13;
821 this.EstateListFilter.TextChanged += new System.EventHandler(this.RequestFilterEstateList);
822 //
823 // label5
824 //
825 this.label5.AutoSize = true;
826 this.label5.Location = new System.Drawing.Point(494, 24);
827 this.label5.Name = "label5";
828 this.label5.Size = new System.Drawing.Size(63, 16);
829 this.label5.TabIndex = 12;
830 this.label5.Text = "Select List:";
831 //
832 // EstateListGridView
833 //
834 this.EstateListGridView.AllowUserToAddRows = false;
835 this.EstateListGridView.AllowUserToDeleteRows = false;
836 this.EstateListGridView.AllowUserToOrderColumns = true;
837 this.EstateListGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
838 this.EstateListGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
839 this.EstateListName,
840 this.EstateListUUID});
841 this.EstateListGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
842 this.EstateListGridView.Location = new System.Drawing.Point(6, 54);
843 this.EstateListGridView.Name = "EstateListGridView";
844 this.EstateListGridView.ReadOnly = true;
845 this.EstateListGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
846 this.EstateListGridView.Size = new System.Drawing.Size(701, 273);
847 this.EstateListGridView.TabIndex = 1;
848 //
849 // EstateListName
850 //
851 this.EstateListName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
852 this.EstateListName.HeaderText = "Name";
853 this.EstateListName.Name = "EstateListName";
854 this.EstateListName.ReadOnly = true;
855 //
856 // EstateListUUID
857 //
858 this.EstateListUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
859 this.EstateListUUID.HeaderText = "UUID";
860 this.EstateListUUID.Name = "EstateListUUID";
861 this.EstateListUUID.ReadOnly = true;
862 //
863 // RemoveEstateListMemberButton
864 //
12 zed 865 this.RemoveEstateListMemberButton.Location = new System.Drawing.Point(494, 334);
10 vero 866 this.RemoveEstateListMemberButton.Name = "RemoveEstateListMemberButton";
867 this.RemoveEstateListMemberButton.Size = new System.Drawing.Size(100, 23);
868 this.RemoveEstateListMemberButton.TabIndex = 4;
869 this.RemoveEstateListMemberButton.Text = "Remove";
870 this.RemoveEstateListMemberButton.UseVisualStyleBackColor = true;
871 this.RemoveEstateListMemberButton.Click += new System.EventHandler(this.RequestRemoveEstateListMember);
872 //
873 // EstateListSelectBox
874 //
875 this.EstateListSelectBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
876 this.EstateListSelectBox.FormattingEnabled = true;
877 this.EstateListSelectBox.Items.AddRange(new object[] {
878 "ban",
879 "group",
880 "manager",
881 "user"});
882 this.EstateListSelectBox.Location = new System.Drawing.Point(560, 20);
883 this.EstateListSelectBox.Name = "EstateListSelectBox";
884 this.EstateListSelectBox.Size = new System.Drawing.Size(121, 24);
885 this.EstateListSelectBox.TabIndex = 2;
886 this.EstateListSelectBox.SelectedIndexChanged += new System.EventHandler(this.EstateListSelected);
887 //
12 zed 888 // RegionToolsTerrainToolsGroup
8 eva 889 //
12 zed 890 this.RegionToolsTerrainToolsGroup.Controls.Add(this.EstateVariablesGroup);
891 this.RegionToolsTerrainToolsGroup.Controls.Add(this.groupBox13);
892 this.RegionToolsTerrainToolsGroup.Controls.Add(this.EstateTerrainDownloadUploadGroup);
893 this.RegionToolsTerrainToolsGroup.Location = new System.Drawing.Point(479, 100);
894 this.RegionToolsTerrainToolsGroup.Name = "RegionToolsTerrainToolsGroup";
895 this.RegionToolsTerrainToolsGroup.Size = new System.Drawing.Size(228, 386);
896 this.RegionToolsTerrainToolsGroup.TabIndex = 0;
897 this.RegionToolsTerrainToolsGroup.TabStop = false;
898 this.RegionToolsTerrainToolsGroup.Text = "Terrain Tools";
8 eva 899 //
900 // groupBox13
901 //
902 this.groupBox13.Controls.Add(this.RipTerrainButton);
903 this.groupBox13.Controls.Add(this.pictureBox5);
12 zed 904 this.groupBox13.Location = new System.Drawing.Point(6, 110);
8 eva 905 this.groupBox13.Name = "groupBox13";
12 zed 906 this.groupBox13.Size = new System.Drawing.Size(216, 56);
8 eva 907 this.groupBox13.TabIndex = 14;
908 this.groupBox13.TabStop = false;
909 this.groupBox13.Text = "Override";
910 //
911 // RipTerrainButton
912 //
12 zed 913 this.RipTerrainButton.Location = new System.Drawing.Point(88, 21);
8 eva 914 this.RipTerrainButton.Name = "RipTerrainButton";
915 this.RipTerrainButton.Size = new System.Drawing.Size(94, 23);
916 this.RipTerrainButton.TabIndex = 1;
917 this.RipTerrainButton.Text = "Rip Terrain...";
918 this.RipTerrainButton.UseVisualStyleBackColor = true;
919 this.RipTerrainButton.Click += new System.EventHandler(this.RequestRipTerrain);
920 //
921 // EstateTerrainDownloadUploadGroup
922 //
923 this.EstateTerrainDownloadUploadGroup.Controls.Add(this.DownloadTerrainButton);
924 this.EstateTerrainDownloadUploadGroup.Controls.Add(this.pictureBox7);
925 this.EstateTerrainDownloadUploadGroup.Controls.Add(this.pictureBox4);
926 this.EstateTerrainDownloadUploadGroup.Controls.Add(this.UploadTerrainButton);
927 this.EstateTerrainDownloadUploadGroup.Enabled = false;
928 this.EstateTerrainDownloadUploadGroup.Location = new System.Drawing.Point(6, 21);
929 this.EstateTerrainDownloadUploadGroup.Name = "EstateTerrainDownloadUploadGroup";
12 zed 930 this.EstateTerrainDownloadUploadGroup.Size = new System.Drawing.Size(216, 83);
8 eva 931 this.EstateTerrainDownloadUploadGroup.TabIndex = 13;
932 this.EstateTerrainDownloadUploadGroup.TabStop = false;
933 this.EstateTerrainDownloadUploadGroup.Text = "Estate";
934 //
935 // DownloadTerrainButton
936 //
12 zed 937 this.DownloadTerrainButton.Location = new System.Drawing.Point(61, 21);
8 eva 938 this.DownloadTerrainButton.Name = "DownloadTerrainButton";
939 this.DownloadTerrainButton.Size = new System.Drawing.Size(121, 23);
940 this.DownloadTerrainButton.TabIndex = 0;
941 this.DownloadTerrainButton.Text = "Download Terrain...";
942 this.DownloadTerrainButton.UseVisualStyleBackColor = true;
943 this.DownloadTerrainButton.Click += new System.EventHandler(this.RequestDownloadTerrain);
944 //
945 // UploadTerrainButton
946 //
12 zed 947 this.UploadTerrainButton.Location = new System.Drawing.Point(80, 50);
8 eva 948 this.UploadTerrainButton.Name = "UploadTerrainButton";
949 this.UploadTerrainButton.Size = new System.Drawing.Size(102, 23);
950 this.UploadTerrainButton.TabIndex = 2;
951 this.UploadTerrainButton.Text = "Upload Terrain...";
952 this.UploadTerrainButton.UseVisualStyleBackColor = true;
953 this.UploadTerrainButton.Click += new System.EventHandler(this.RequestUploadTerrain);
954 //
955 // EstateTopTab
956 //
957 this.EstateTopTab.Controls.Add(this.groupBox14);
958 this.EstateTopTab.Controls.Add(this.groupBox12);
959 this.EstateTopTab.Location = new System.Drawing.Point(4, 25);
960 this.EstateTopTab.Name = "EstateTopTab";
961 this.EstateTopTab.Size = new System.Drawing.Size(719, 489);
962 this.EstateTopTab.TabIndex = 1;
963 this.EstateTopTab.Text = "Estate Top";
964 this.EstateTopTab.UseVisualStyleBackColor = true;
965 //
966 // groupBox14
967 //
968 this.groupBox14.Controls.Add(this.pictureBox16);
969 this.groupBox14.Controls.Add(this.label2);
970 this.groupBox14.Controls.Add(this.TopCollidersFilter);
971 this.groupBox14.Controls.Add(this.ReturnTopCollidersButton);
972 this.groupBox14.Controls.Add(this.button5);
973 this.groupBox14.Controls.Add(this.TopCollidersGridView);
974 this.groupBox14.Location = new System.Drawing.Point(7, 265);
975 this.groupBox14.Name = "groupBox14";
976 this.groupBox14.Size = new System.Drawing.Size(709, 221);
977 this.groupBox14.TabIndex = 9;
978 this.groupBox14.TabStop = false;
979 this.groupBox14.Text = "Top Colliders";
980 //
981 // label2
982 //
983 this.label2.AutoSize = true;
984 this.label2.Location = new System.Drawing.Point(8, 193);
985 this.label2.Name = "label2";
986 this.label2.Size = new System.Drawing.Size(36, 16);
987 this.label2.TabIndex = 13;
988 this.label2.Text = "Filter:";
989 //
990 // TopCollidersFilter
991 //
992 this.TopCollidersFilter.Location = new System.Drawing.Point(46, 190);
993 this.TopCollidersFilter.Name = "TopCollidersFilter";
994 this.TopCollidersFilter.Size = new System.Drawing.Size(196, 22);
995 this.TopCollidersFilter.TabIndex = 12;
996 this.TopCollidersFilter.TextChanged += new System.EventHandler(this.RequestFilterTopColliders);
997 //
998 // ReturnTopCollidersButton
999 //
12 zed 1000 this.ReturnTopCollidersButton.Location = new System.Drawing.Point(503, 189);
8 eva 1001 this.ReturnTopCollidersButton.Name = "ReturnTopCollidersButton";
1002 this.ReturnTopCollidersButton.Size = new System.Drawing.Size(86, 23);
1003 this.ReturnTopCollidersButton.TabIndex = 11;
1004 this.ReturnTopCollidersButton.Text = "Return Objects";
1005 this.ReturnTopCollidersButton.UseVisualStyleBackColor = true;
1006 this.ReturnTopCollidersButton.Click += new System.EventHandler(this.RequestReturnTopCollidersObjects);
1007 //
1008 // button5
1009 //
1010 this.button5.Location = new System.Drawing.Point(595, 189);
1011 this.button5.Name = "button5";
1012 this.button5.Size = new System.Drawing.Size(75, 23);
1013 this.button5.TabIndex = 10;
1014 this.button5.Text = "Export...";
1015 this.button5.UseVisualStyleBackColor = true;
1016 this.button5.Click += new System.EventHandler(this.RequestExportTopColliders);
1017 //
1018 // TopCollidersGridView
1019 //
1020 this.TopCollidersGridView.AllowUserToAddRows = false;
1021 this.TopCollidersGridView.AllowUserToDeleteRows = false;
1022 this.TopCollidersGridView.AllowUserToOrderColumns = true;
1023 this.TopCollidersGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
1024 this.TopCollidersGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
1025 this.TopCollidersScore,
1026 this.TopCollidersTaskName,
1027 this.TopCollidersUUID,
1028 this.TopCollidersOwner,
1029 this.TopCollidersPosition});
1030 this.TopCollidersGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1031 this.TopCollidersGridView.Location = new System.Drawing.Point(6, 21);
1032 this.TopCollidersGridView.Name = "TopCollidersGridView";
1033 this.TopCollidersGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
1034 this.TopCollidersGridView.Size = new System.Drawing.Size(698, 162);
1035 this.TopCollidersGridView.TabIndex = 1;
1036 //
1037 // TopCollidersScore
1038 //
1039 this.TopCollidersScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1040 this.TopCollidersScore.HeaderText = "Score";
1041 this.TopCollidersScore.Name = "TopCollidersScore";
1042 //
1043 // TopCollidersTaskName
1044 //
1045 this.TopCollidersTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1046 this.TopCollidersTaskName.HeaderText = "Task Name";
1047 this.TopCollidersTaskName.Name = "TopCollidersTaskName";
1048 //
1049 // TopCollidersUUID
1050 //
1051 this.TopCollidersUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1052 this.TopCollidersUUID.HeaderText = "UUID";
1053 this.TopCollidersUUID.Name = "TopCollidersUUID";
1054 //
1055 // TopCollidersOwner
1056 //
1057 this.TopCollidersOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1058 this.TopCollidersOwner.HeaderText = "Owner";
1059 this.TopCollidersOwner.Name = "TopCollidersOwner";
1060 //
1061 // TopCollidersPosition
1062 //
1063 this.TopCollidersPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1064 this.TopCollidersPosition.HeaderText = "Position";
1065 this.TopCollidersPosition.Name = "TopCollidersPosition";
1066 //
1067 // groupBox12
1068 //
1069 this.groupBox12.Controls.Add(this.pictureBox15);
1070 this.groupBox12.Controls.Add(this.TopScriptsGridView);
1071 this.groupBox12.Controls.Add(this.ReturnTopScriptsButton);
1072 this.groupBox12.Controls.Add(this.label1);
1073 this.groupBox12.Controls.Add(this.button3);
1074 this.groupBox12.Controls.Add(this.TopScriptsFilter);
1075 this.groupBox12.Location = new System.Drawing.Point(7, 4);
1076 this.groupBox12.Name = "groupBox12";
1077 this.groupBox12.Size = new System.Drawing.Size(702, 255);
1078 this.groupBox12.TabIndex = 8;
1079 this.groupBox12.TabStop = false;
1080 this.groupBox12.Text = "Top Scripts";
1081 //
1082 // TopScriptsGridView
1083 //
1084 this.TopScriptsGridView.AllowUserToAddRows = false;
1085 this.TopScriptsGridView.AllowUserToDeleteRows = false;
1086 this.TopScriptsGridView.AllowUserToOrderColumns = true;
1087 this.TopScriptsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
1088 this.TopScriptsGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
1089 this.TopScriptsScore,
1090 this.TopScriptsTaskName,
1091 this.TopScriptsUUID,
1092 this.TopScriptsOwner,
1093 this.TopScriptsPosition});
1094 this.TopScriptsGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1095 this.TopScriptsGridView.Location = new System.Drawing.Point(6, 21);
1096 this.TopScriptsGridView.Name = "TopScriptsGridView";
1097 this.TopScriptsGridView.ReadOnly = true;
1098 this.TopScriptsGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
1099 this.TopScriptsGridView.Size = new System.Drawing.Size(690, 199);
1100 this.TopScriptsGridView.TabIndex = 0;
1101 //
1102 // TopScriptsScore
1103 //
1104 this.TopScriptsScore.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1105 this.TopScriptsScore.HeaderText = "Score";
1106 this.TopScriptsScore.Name = "TopScriptsScore";
1107 this.TopScriptsScore.ReadOnly = true;
1108 //
1109 // TopScriptsTaskName
1110 //
1111 this.TopScriptsTaskName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1112 this.TopScriptsTaskName.HeaderText = "Task Name";
1113 this.TopScriptsTaskName.Name = "TopScriptsTaskName";
1114 this.TopScriptsTaskName.ReadOnly = true;
1115 //
1116 // TopScriptsUUID
1117 //
1118 this.TopScriptsUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1119 this.TopScriptsUUID.HeaderText = "UUID";
1120 this.TopScriptsUUID.Name = "TopScriptsUUID";
1121 this.TopScriptsUUID.ReadOnly = true;
1122 //
1123 // TopScriptsOwner
1124 //
1125 this.TopScriptsOwner.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1126 this.TopScriptsOwner.HeaderText = "Owner";
1127 this.TopScriptsOwner.Name = "TopScriptsOwner";
1128 this.TopScriptsOwner.ReadOnly = true;
1129 //
1130 // TopScriptsPosition
1131 //
1132 this.TopScriptsPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1133 this.TopScriptsPosition.HeaderText = "Position";
1134 this.TopScriptsPosition.Name = "TopScriptsPosition";
1135 this.TopScriptsPosition.ReadOnly = true;
1136 //
1137 // ReturnTopScriptsButton
1138 //
12 zed 1139 this.ReturnTopScriptsButton.Location = new System.Drawing.Point(503, 226);
8 eva 1140 this.ReturnTopScriptsButton.Name = "ReturnTopScriptsButton";
1141 this.ReturnTopScriptsButton.Size = new System.Drawing.Size(86, 23);
1142 this.ReturnTopScriptsButton.TabIndex = 2;
1143 this.ReturnTopScriptsButton.Text = "Return Objects";
1144 this.ReturnTopScriptsButton.UseVisualStyleBackColor = true;
1145 this.ReturnTopScriptsButton.Click += new System.EventHandler(this.RequestReturnTopScriptsObjects);
1146 //
1147 // label1
1148 //
1149 this.label1.AutoSize = true;
1150 this.label1.Location = new System.Drawing.Point(5, 230);
1151 this.label1.Name = "label1";
1152 this.label1.Size = new System.Drawing.Size(36, 16);
1153 this.label1.TabIndex = 7;
1154 this.label1.Text = "Filter:";
1155 //
1156 // button3
1157 //
1158 this.button3.Location = new System.Drawing.Point(595, 226);
1159 this.button3.Name = "button3";
1160 this.button3.Size = new System.Drawing.Size(75, 23);
1161 this.button3.TabIndex = 1;
1162 this.button3.Text = "Export...";
1163 this.button3.UseVisualStyleBackColor = true;
1164 this.button3.Click += new System.EventHandler(this.RequestExportTopScripts);
1165 //
1166 // TopScriptsFilter
1167 //
1168 this.TopScriptsFilter.Location = new System.Drawing.Point(43, 227);
1169 this.TopScriptsFilter.Name = "TopScriptsFilter";
1170 this.TopScriptsFilter.Size = new System.Drawing.Size(196, 22);
1171 this.TopScriptsFilter.TabIndex = 6;
1172 this.TopScriptsFilter.TextChanged += new System.EventHandler(this.RequestFilterTopScripts);
1173 //
1174 // BatchRestartTab
1175 //
1176 this.BatchRestartTab.Controls.Add(this.label3);
1177 this.BatchRestartTab.Controls.Add(this.RegionRestartDelayBox);
1178 this.BatchRestartTab.Controls.Add(this.pictureBox3);
1179 this.BatchRestartTab.Controls.Add(this.BatchRestartButton);
1180 this.BatchRestartTab.Controls.Add(this.BatchRestartGridView);
1181 this.BatchRestartTab.Location = new System.Drawing.Point(4, 25);
1182 this.BatchRestartTab.Name = "BatchRestartTab";
1183 this.BatchRestartTab.Size = new System.Drawing.Size(719, 489);
1184 this.BatchRestartTab.TabIndex = 3;
1185 this.BatchRestartTab.Text = "Batch Restart";
1186 this.BatchRestartTab.UseVisualStyleBackColor = true;
1187 //
1188 // label3
1189 //
1190 this.label3.AutoSize = true;
1191 this.label3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1192 this.label3.Location = new System.Drawing.Point(187, 458);
1193 this.label3.Name = "label3";
1194 this.label3.Size = new System.Drawing.Size(77, 16);
1195 this.label3.TabIndex = 13;
1196 this.label3.Text = "Restart Delay:";
1197 //
1198 // RegionRestartDelayBox
1199 //
1200 this.RegionRestartDelayBox.Location = new System.Drawing.Point(270, 455);
1201 this.RegionRestartDelayBox.Name = "RegionRestartDelayBox";
1202 this.RegionRestartDelayBox.Size = new System.Drawing.Size(72, 22);
1203 this.RegionRestartDelayBox.TabIndex = 12;
1204 //
1205 // BatchRestartButton
1206 //
12 zed 1207 this.BatchRestartButton.Location = new System.Drawing.Point(348, 455);
8 eva 1208 this.BatchRestartButton.Name = "BatchRestartButton";
1209 this.BatchRestartButton.Size = new System.Drawing.Size(107, 23);
1210 this.BatchRestartButton.TabIndex = 1;
1211 this.BatchRestartButton.Text = "Batch Restart";
1212 this.BatchRestartButton.UseVisualStyleBackColor = true;
1213 this.BatchRestartButton.Click += new System.EventHandler(this.RequestBatchRestart);
1214 //
1215 // BatchRestartGridView
1216 //
1217 this.BatchRestartGridView.AllowUserToAddRows = false;
1218 this.BatchRestartGridView.AllowUserToDeleteRows = false;
1219 this.BatchRestartGridView.AllowUserToOrderColumns = true;
1220 this.BatchRestartGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
1221 this.BatchRestartGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
1222 this.BatchRestartRegionName,
1223 this.BatchRestartPosition});
1224 this.BatchRestartGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1225 this.BatchRestartGridView.Location = new System.Drawing.Point(4, 4);
1226 this.BatchRestartGridView.Name = "BatchRestartGridView";
1227 this.BatchRestartGridView.ReadOnly = true;
1228 this.BatchRestartGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
1229 this.BatchRestartGridView.Size = new System.Drawing.Size(712, 441);
1230 this.BatchRestartGridView.TabIndex = 0;
1231 //
1232 // BatchRestartRegionName
1233 //
1234 this.BatchRestartRegionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1235 this.BatchRestartRegionName.HeaderText = "Region Name";
1236 this.BatchRestartRegionName.Name = "BatchRestartRegionName";
1237 this.BatchRestartRegionName.ReadOnly = true;
1238 this.BatchRestartRegionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
1239 //
1240 // BatchRestartPosition
1241 //
1242 this.BatchRestartPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1243 this.BatchRestartPosition.HeaderText = "Position";
1244 this.BatchRestartPosition.Name = "BatchRestartPosition";
1245 this.BatchRestartPosition.ReadOnly = true;
1246 this.BatchRestartPosition.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
1247 //
1248 // ResidentListTab
1249 //
12 zed 1250 this.ResidentListTab.Controls.Add(this.ResidentListTeleportHomeGroup);
8 eva 1251 this.ResidentListTab.Controls.Add(this.ResidentListBanGroup);
1252 this.ResidentListTab.Controls.Add(this.label4);
1253 this.ResidentListTab.Controls.Add(this.ResidentListFilter);
1254 this.ResidentListTab.Controls.Add(this.ResidentListGridView);
1255 this.ResidentListTab.Location = new System.Drawing.Point(4, 25);
1256 this.ResidentListTab.Name = "ResidentListTab";
1257 this.ResidentListTab.Size = new System.Drawing.Size(719, 489);
1258 this.ResidentListTab.TabIndex = 4;
1259 this.ResidentListTab.Text = "Resident List";
1260 this.ResidentListTab.UseVisualStyleBackColor = true;
1261 //
1262 // ResidentListBanGroup
1263 //
1264 this.ResidentListBanGroup.Controls.Add(this.pictureBox17);
1265 this.ResidentListBanGroup.Controls.Add(this.ResidentBanAllEstatesBox);
1266 this.ResidentListBanGroup.Controls.Add(this.ResidentBanButton);
1267 this.ResidentListBanGroup.Enabled = false;
1268 this.ResidentListBanGroup.Location = new System.Drawing.Point(512, 426);
1269 this.ResidentListBanGroup.Name = "ResidentListBanGroup";
1270 this.ResidentListBanGroup.Size = new System.Drawing.Size(204, 60);
1271 this.ResidentListBanGroup.TabIndex = 10;
1272 this.ResidentListBanGroup.TabStop = false;
1273 this.ResidentListBanGroup.Text = "Ban Residents";
1274 //
1275 // ResidentBanAllEstatesBox
1276 //
1277 this.ResidentBanAllEstatesBox.AutoSize = true;
12 zed 1278 this.ResidentBanAllEstatesBox.Location = new System.Drawing.Point(6, 24);
8 eva 1279 this.ResidentBanAllEstatesBox.Name = "ResidentBanAllEstatesBox";
1280 this.ResidentBanAllEstatesBox.Size = new System.Drawing.Size(79, 20);
1281 this.ResidentBanAllEstatesBox.TabIndex = 3;
1282 this.ResidentBanAllEstatesBox.Text = "All Estates";
1283 this.ResidentBanAllEstatesBox.UseVisualStyleBackColor = true;
1284 //
1285 // ResidentBanButton
1286 //
12 zed 1287 this.ResidentBanButton.Location = new System.Drawing.Point(91, 21);
8 eva 1288 this.ResidentBanButton.Name = "ResidentBanButton";
1289 this.ResidentBanButton.Size = new System.Drawing.Size(75, 23);
1290 this.ResidentBanButton.TabIndex = 2;
1291 this.ResidentBanButton.Text = "Ban";
1292 this.ResidentBanButton.UseVisualStyleBackColor = true;
1293 this.ResidentBanButton.Click += new System.EventHandler(this.RequestBanAgents);
1294 //
1295 // label4
1296 //
1297 this.label4.AutoSize = true;
1298 this.label4.Location = new System.Drawing.Point(6, 429);
1299 this.label4.Name = "label4";
1300 this.label4.Size = new System.Drawing.Size(36, 16);
1301 this.label4.TabIndex = 9;
1302 this.label4.Text = "Filter:";
1303 //
1304 // ResidentListFilter
1305 //
1306 this.ResidentListFilter.Location = new System.Drawing.Point(44, 426);
1307 this.ResidentListFilter.Name = "ResidentListFilter";
1308 this.ResidentListFilter.Size = new System.Drawing.Size(196, 22);
1309 this.ResidentListFilter.TabIndex = 8;
1310 this.ResidentListFilter.TextChanged += new System.EventHandler(this.RequestFilterResidentList);
1311 //
1312 // ResidentListGridView
1313 //
1314 this.ResidentListGridView.AllowUserToAddRows = false;
1315 this.ResidentListGridView.AllowUserToDeleteRows = false;
1316 this.ResidentListGridView.AllowUserToOrderColumns = true;
1317 this.ResidentListGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
1318 this.ResidentListGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
1319 this.ResidentListName,
1320 this.ResidentListUUID,
1321 this.ResidentListPosition});
1322 this.ResidentListGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1323 this.ResidentListGridView.Location = new System.Drawing.Point(4, 4);
1324 this.ResidentListGridView.Name = "ResidentListGridView";
1325 this.ResidentListGridView.ReadOnly = true;
1326 this.ResidentListGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
1327 this.ResidentListGridView.Size = new System.Drawing.Size(712, 416);
1328 this.ResidentListGridView.TabIndex = 0;
1329 //
1330 // ResidentListName
1331 //
1332 this.ResidentListName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1333 this.ResidentListName.HeaderText = "Name";
1334 this.ResidentListName.Name = "ResidentListName";
1335 this.ResidentListName.ReadOnly = true;
1336 //
1337 // ResidentListUUID
1338 //
1339 this.ResidentListUUID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1340 this.ResidentListUUID.HeaderText = "UUID";
1341 this.ResidentListUUID.Name = "ResidentListUUID";
1342 this.ResidentListUUID.ReadOnly = true;
1343 //
1344 // ResidentListPosition
1345 //
1346 this.ResidentListPosition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1347 this.ResidentListPosition.HeaderText = "Position";
1348 this.ResidentListPosition.Name = "ResidentListPosition";
1349 this.ResidentListPosition.ReadOnly = true;
1350 //
1351 // RegionsStateTab
1352 //
1353 this.RegionsStateTab.Controls.Add(this.RegionsStateGridView);
1354 this.RegionsStateTab.Location = new System.Drawing.Point(4, 25);
1355 this.RegionsStateTab.Name = "RegionsStateTab";
1356 this.RegionsStateTab.Size = new System.Drawing.Size(719, 489);
1357 this.RegionsStateTab.TabIndex = 5;
1358 this.RegionsStateTab.Text = "Regions State";
1359 this.RegionsStateTab.UseVisualStyleBackColor = true;
1360 //
1361 // RegionsStateGridView
1362 //
1363 this.RegionsStateGridView.AllowUserToAddRows = false;
1364 this.RegionsStateGridView.AllowUserToDeleteRows = false;
1365 this.RegionsStateGridView.AllowUserToOrderColumns = true;
1366 this.RegionsStateGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
1367 this.RegionsStateGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
1368 this.RegionsStateRegionName,
1369 this.RegionsStateLastState,
1370 this.RegionsStateLastCheck});
1371 this.RegionsStateGridView.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1372 this.RegionsStateGridView.Location = new System.Drawing.Point(4, 4);
1373 this.RegionsStateGridView.Name = "RegionsStateGridView";
1374 this.RegionsStateGridView.ReadOnly = true;
1375 this.RegionsStateGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
1376 this.RegionsStateGridView.Size = new System.Drawing.Size(712, 482);
1377 this.RegionsStateGridView.TabIndex = 1;
1378 //
1379 // RegionsStateRegionName
1380 //
1381 this.RegionsStateRegionName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1382 this.RegionsStateRegionName.HeaderText = "Region Name";
1383 this.RegionsStateRegionName.Name = "RegionsStateRegionName";
1384 this.RegionsStateRegionName.ReadOnly = true;
1385 this.RegionsStateRegionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
1386 //
1387 // RegionsStateLastState
1388 //
1389 this.RegionsStateLastState.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1390 this.RegionsStateLastState.HeaderText = "Last State";
1391 this.RegionsStateLastState.Name = "RegionsStateLastState";
1392 this.RegionsStateLastState.ReadOnly = true;
1393 this.RegionsStateLastState.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
1394 //
1395 // RegionsStateLastCheck
1396 //
1397 this.RegionsStateLastCheck.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
1398 this.RegionsStateLastCheck.HeaderText = "Last Check";
1399 this.RegionsStateLastCheck.Name = "RegionsStateLastCheck";
1400 this.RegionsStateLastCheck.ReadOnly = true;
1401 //
2 zed 1402 // OverviewTab
1403 //
12 zed 1404 this.OverviewTab.Controls.Add(this.CorradePollTimeDial);
1405 this.OverviewTab.Controls.Add(this.groupBox24);
1406 this.OverviewTab.Controls.Add(this.groupBox17);
1407 this.OverviewTab.Controls.Add(this.groupBox11);
1408 this.OverviewTab.Controls.Add(this.groupBox2);
1409 this.OverviewTab.Controls.Add(this.groupBox1);
2 zed 1410 this.OverviewTab.Controls.Add(this.groupBox10);
1411 this.OverviewTab.Controls.Add(this.groupBox9);
1412 this.OverviewTab.Controls.Add(this.groupBox8);
1413 this.OverviewTab.Controls.Add(this.groupBox7);
1414 this.OverviewTab.Controls.Add(this.groupBox6);
1415 this.OverviewTab.Controls.Add(this.groupBox5);
1416 this.OverviewTab.Controls.Add(this.groupBox4);
1417 this.OverviewTab.Controls.Add(this.groupBox3);
5 eva 1418 this.OverviewTab.Location = new System.Drawing.Point(4, 25);
2 zed 1419 this.OverviewTab.Name = "OverviewTab";
1420 this.OverviewTab.Padding = new System.Windows.Forms.Padding(3);
8 eva 1421 this.OverviewTab.Size = new System.Drawing.Size(719, 489);
2 zed 1422 this.OverviewTab.TabIndex = 0;
1423 this.OverviewTab.Text = "Overview";
1424 this.OverviewTab.UseVisualStyleBackColor = true;
1425 //
1426 // groupBox10
1427 //
1428 this.groupBox10.Controls.Add(this.RegionAvatarsMap);
1429 this.groupBox10.Location = new System.Drawing.Point(6, 6);
1430 this.groupBox10.Name = "groupBox10";
8 eva 1431 this.groupBox10.Size = new System.Drawing.Size(462, 476);
2 zed 1432 this.groupBox10.TabIndex = 9;
1433 this.groupBox10.TabStop = false;
8 eva 1434 this.groupBox10.Text = "Map";
2 zed 1435 //
1436 // RegionAvatarsMap
1437 //
3 eva 1438 this.RegionAvatarsMap.BackColor = System.Drawing.Color.Black;
8 eva 1439 this.RegionAvatarsMap.Dock = System.Windows.Forms.DockStyle.Fill;
1440 this.RegionAvatarsMap.Location = new System.Drawing.Point(3, 18);
2 zed 1441 this.RegionAvatarsMap.Name = "RegionAvatarsMap";
8 eva 1442 this.RegionAvatarsMap.Size = new System.Drawing.Size(456, 455);
2 zed 1443 this.RegionAvatarsMap.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
1444 this.RegionAvatarsMap.TabIndex = 0;
1445 this.RegionAvatarsMap.TabStop = false;
1446 //
1447 // groupBox9
1448 //
1449 this.groupBox9.Controls.Add(this.Objects);
1450 this.groupBox9.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
8 eva 1451 this.groupBox9.Location = new System.Drawing.Point(596, 6);
2 zed 1452 this.groupBox9.Name = "groupBox9";
1453 this.groupBox9.Size = new System.Drawing.Size(107, 49);
1454 this.groupBox9.TabIndex = 8;
1455 this.groupBox9.TabStop = false;
1456 this.groupBox9.Text = "Objects";
1457 //
1458 // Objects
1459 //
1460 this.Objects.AutoSize = true;
4 vero 1461 this.Objects.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1462 this.Objects.Location = new System.Drawing.Point(9, 21);
2 zed 1463 this.Objects.Name = "Objects";
4 vero 1464 this.Objects.Size = new System.Drawing.Size(32, 18);
2 zed 1465 this.Objects.TabIndex = 0;
1466 this.Objects.Text = " ";
1467 //
1468 // groupBox8
1469 //
1470 this.groupBox8.Controls.Add(this.ScriptTime);
1471 this.groupBox8.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
8 eva 1472 this.groupBox8.Location = new System.Drawing.Point(596, 116);
2 zed 1473 this.groupBox8.Name = "groupBox8";
1474 this.groupBox8.Size = new System.Drawing.Size(107, 49);
1475 this.groupBox8.TabIndex = 7;
1476 this.groupBox8.TabStop = false;
1477 this.groupBox8.Text = "Script Time";
1478 //
1479 // ScriptTime
1480 //
1481 this.ScriptTime.AutoSize = true;
4 vero 1482 this.ScriptTime.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1483 this.ScriptTime.Location = new System.Drawing.Point(12, 21);
2 zed 1484 this.ScriptTime.Name = "ScriptTime";
4 vero 1485 this.ScriptTime.Size = new System.Drawing.Size(32, 18);
2 zed 1486 this.ScriptTime.TabIndex = 0;
1487 this.ScriptTime.Text = " ";
1488 //
1489 // groupBox7
1490 //
1491 this.groupBox7.Controls.Add(this.ActiveScripts);
1492 this.groupBox7.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
8 eva 1493 this.groupBox7.Location = new System.Drawing.Point(483, 116);
2 zed 1494 this.groupBox7.Name = "groupBox7";
1495 this.groupBox7.Size = new System.Drawing.Size(107, 49);
1496 this.groupBox7.TabIndex = 6;
1497 this.groupBox7.TabStop = false;
1498 this.groupBox7.Text = "Active Scripts";
1499 //
1500 // ActiveScripts
1501 //
1502 this.ActiveScripts.AutoSize = true;
4 vero 1503 this.ActiveScripts.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1504 this.ActiveScripts.Location = new System.Drawing.Point(9, 21);
2 zed 1505 this.ActiveScripts.Name = "ActiveScripts";
4 vero 1506 this.ActiveScripts.Size = new System.Drawing.Size(32, 18);
2 zed 1507 this.ActiveScripts.TabIndex = 0;
1508 this.ActiveScripts.Text = " ";
1509 //
1510 // groupBox6
1511 //
1512 this.groupBox6.Controls.Add(this.PhysicsFPS);
1513 this.groupBox6.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
8 eva 1514 this.groupBox6.Location = new System.Drawing.Point(596, 61);
2 zed 1515 this.groupBox6.Name = "groupBox6";
1516 this.groupBox6.Size = new System.Drawing.Size(107, 49);
1517 this.groupBox6.TabIndex = 5;
1518 this.groupBox6.TabStop = false;
1519 this.groupBox6.Text = "Physics FPS";
1520 //
1521 // PhysicsFPS
1522 //
1523 this.PhysicsFPS.AutoSize = true;
4 vero 1524 this.PhysicsFPS.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1525 this.PhysicsFPS.Location = new System.Drawing.Point(9, 21);
2 zed 1526 this.PhysicsFPS.Name = "PhysicsFPS";
4 vero 1527 this.PhysicsFPS.Size = new System.Drawing.Size(32, 18);
2 zed 1528 this.PhysicsFPS.TabIndex = 0;
1529 this.PhysicsFPS.Text = " ";
1530 //
1531 // groupBox5
1532 //
1533 this.groupBox5.Controls.Add(this.FPS);
1534 this.groupBox5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
8 eva 1535 this.groupBox5.Location = new System.Drawing.Point(483, 61);
2 zed 1536 this.groupBox5.Name = "groupBox5";
1537 this.groupBox5.Size = new System.Drawing.Size(107, 49);
1538 this.groupBox5.TabIndex = 4;
1539 this.groupBox5.TabStop = false;
1540 this.groupBox5.Text = "FPS";
1541 //
1542 // FPS
1543 //
1544 this.FPS.AutoSize = true;
4 vero 1545 this.FPS.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1546 this.FPS.Location = new System.Drawing.Point(12, 21);
2 zed 1547 this.FPS.Name = "FPS";
4 vero 1548 this.FPS.Size = new System.Drawing.Size(32, 18);
2 zed 1549 this.FPS.TabIndex = 0;
1550 this.FPS.Text = " ";
1551 //
1552 // groupBox4
1553 //
1554 this.groupBox4.Controls.Add(this.Dilation);
1555 this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
8 eva 1556 this.groupBox4.Location = new System.Drawing.Point(596, 171);
2 zed 1557 this.groupBox4.Name = "groupBox4";
1558 this.groupBox4.Size = new System.Drawing.Size(107, 49);
1559 this.groupBox4.TabIndex = 3;
1560 this.groupBox4.TabStop = false;
1561 this.groupBox4.Text = "Time Dilation";
1562 //
1563 // Dilation
1564 //
1565 this.Dilation.AutoSize = true;
4 vero 1566 this.Dilation.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1567 this.Dilation.Location = new System.Drawing.Point(9, 21);
2 zed 1568 this.Dilation.Name = "Dilation";
4 vero 1569 this.Dilation.Size = new System.Drawing.Size(32, 18);
2 zed 1570 this.Dilation.TabIndex = 0;
1571 this.Dilation.Text = " ";
1572 //
1573 // groupBox3
1574 //
1575 this.groupBox3.Controls.Add(this.LastLag);
1576 this.groupBox3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
12 zed 1577 this.groupBox3.Location = new System.Drawing.Point(483, 226);
2 zed 1578 this.groupBox3.Name = "groupBox3";
1579 this.groupBox3.Size = new System.Drawing.Size(107, 49);
1580 this.groupBox3.TabIndex = 2;
1581 this.groupBox3.TabStop = false;
1582 this.groupBox3.Text = "LastLag";
1583 //
1584 // LastLag
1585 //
1586 this.LastLag.AutoSize = true;
4 vero 1587 this.LastLag.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1588 this.LastLag.Location = new System.Drawing.Point(12, 21);
2 zed 1589 this.LastLag.Name = "LastLag";
4 vero 1590 this.LastLag.Size = new System.Drawing.Size(32, 18);
2 zed 1591 this.LastLag.TabIndex = 0;
1592 this.LastLag.Text = " ";
1593 //
1594 // groupBox2
1595 //
1596 this.groupBox2.Controls.Add(this.Agents);
1597 this.groupBox2.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
12 zed 1598 this.groupBox2.Location = new System.Drawing.Point(596, 226);
2 zed 1599 this.groupBox2.Name = "groupBox2";
1600 this.groupBox2.Size = new System.Drawing.Size(107, 49);
1601 this.groupBox2.TabIndex = 1;
1602 this.groupBox2.TabStop = false;
1603 this.groupBox2.Text = "Agents";
1604 //
1605 // Agents
1606 //
1607 this.Agents.AutoSize = true;
4 vero 1608 this.Agents.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1609 this.Agents.Location = new System.Drawing.Point(12, 21);
2 zed 1610 this.Agents.Name = "Agents";
4 vero 1611 this.Agents.Size = new System.Drawing.Size(32, 18);
2 zed 1612 this.Agents.TabIndex = 0;
1613 this.Agents.Text = " ";
1614 //
8 eva 1615 // Tabs
7 zed 1616 //
8 eva 1617 this.Tabs.Controls.Add(this.OverviewTab);
1618 this.Tabs.Controls.Add(this.ResidentListTab);
1619 this.Tabs.Controls.Add(this.RegionsStateTab);
1620 this.Tabs.Controls.Add(this.BatchRestartTab);
1621 this.Tabs.Controls.Add(this.EstateTopTab);
1622 this.Tabs.Controls.Add(this.EstateListsTab);
1623 this.Tabs.Controls.Add(this.EstateTexturesTab);
1624 this.Tabs.Controls.Add(this.RegionToolsTab);
1625 this.Tabs.Enabled = false;
1626 this.Tabs.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1627 this.Tabs.Location = new System.Drawing.Point(13, 186);
1628 this.Tabs.Name = "Tabs";
1629 this.Tabs.SelectedIndex = 0;
1630 this.Tabs.Size = new System.Drawing.Size(727, 518);
1631 this.Tabs.TabIndex = 1;
1632 this.Tabs.SelectedIndexChanged += new System.EventHandler(this.RequestTabsChanged);
1633 this.Tabs.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.RequestSelecting);
7 zed 1634 //
10 vero 1635 // EstateTexturesTab
7 zed 1636 //
10 vero 1637 this.EstateTexturesTab.Controls.Add(this.GroundTexturesGroup);
1638 this.EstateTexturesTab.Location = new System.Drawing.Point(4, 25);
1639 this.EstateTexturesTab.Name = "EstateTexturesTab";
1640 this.EstateTexturesTab.Size = new System.Drawing.Size(719, 489);
1641 this.EstateTexturesTab.TabIndex = 8;
1642 this.EstateTexturesTab.Text = "Ground Textures";
1643 this.EstateTexturesTab.UseVisualStyleBackColor = true;
7 zed 1644 //
10 vero 1645 // GroundTexturesGroup
7 zed 1646 //
10 vero 1647 this.GroundTexturesGroup.Controls.Add(this.pictureBox12);
1648 this.GroundTexturesGroup.Controls.Add(this.groupBox22);
1649 this.GroundTexturesGroup.Controls.Add(this.groupBox23);
1650 this.GroundTexturesGroup.Controls.Add(this.groupBox21);
1651 this.GroundTexturesGroup.Controls.Add(this.groupBox20);
1652 this.GroundTexturesGroup.Location = new System.Drawing.Point(6, 3);
1653 this.GroundTexturesGroup.Name = "GroundTexturesGroup";
1654 this.GroundTexturesGroup.Size = new System.Drawing.Size(710, 483);
1655 this.GroundTexturesGroup.TabIndex = 9;
1656 this.GroundTexturesGroup.TabStop = false;
1657 this.GroundTexturesGroup.Text = "Current Region Ground Textures";
7 zed 1658 //
10 vero 1659 // groupBox22
7 zed 1660 //
10 vero 1661 this.groupBox22.Controls.Add(this.RegionTexturesHighUUIDApplyBox);
1662 this.groupBox22.Controls.Add(this.RegionTexturesHighUUIDApplyButton);
1663 this.groupBox22.Controls.Add(this.button13);
1664 this.groupBox22.Controls.Add(this.RegionTexturesHighUUIDBox);
1665 this.groupBox22.Controls.Add(this.RegionTexturesHighPictureBox);
1666 this.groupBox22.Location = new System.Drawing.Point(368, 262);
1667 this.groupBox22.Name = "groupBox22";
1668 this.groupBox22.Size = new System.Drawing.Size(328, 215);
1669 this.groupBox22.TabIndex = 8;
1670 this.groupBox22.TabStop = false;
1671 this.groupBox22.Text = "High";
7 zed 1672 //
10 vero 1673 // RegionTexturesHighUUIDApplyBox
7 zed 1674 //
10 vero 1675 this.RegionTexturesHighUUIDApplyBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1676 this.RegionTexturesHighUUIDApplyBox.Location = new System.Drawing.Point(6, 186);
1677 this.RegionTexturesHighUUIDApplyBox.Name = "RegionTexturesHighUUIDApplyBox";
1678 this.RegionTexturesHighUUIDApplyBox.Size = new System.Drawing.Size(232, 20);
1679 this.RegionTexturesHighUUIDApplyBox.TabIndex = 10;
7 zed 1680 //
10 vero 1681 // RegionTexturesHighUUIDApplyButton
7 zed 1682 //
10 vero 1683 this.RegionTexturesHighUUIDApplyButton.Location = new System.Drawing.Point(244, 184);
1684 this.RegionTexturesHighUUIDApplyButton.Name = "RegionTexturesHighUUIDApplyButton";
1685 this.RegionTexturesHighUUIDApplyButton.Size = new System.Drawing.Size(75, 23);
1686 this.RegionTexturesHighUUIDApplyButton.TabIndex = 6;
1687 this.RegionTexturesHighUUIDApplyButton.Text = "Apply";
1688 this.RegionTexturesHighUUIDApplyButton.UseVisualStyleBackColor = true;
7 zed 1689 //
10 vero 1690 // button13
7 zed 1691 //
10 vero 1692 this.button13.Location = new System.Drawing.Point(244, 155);
1693 this.button13.Name = "button13";
1694 this.button13.Size = new System.Drawing.Size(75, 23);
1695 this.button13.TabIndex = 6;
1696 this.button13.Tag = "High";
1697 this.button13.Text = "Download...";
1698 this.button13.UseVisualStyleBackColor = true;
1699 this.button13.Click += new System.EventHandler(this.RequestDownloadRegionTexture);
7 zed 1700 //
10 vero 1701 // RegionTexturesHighUUIDBox
7 zed 1702 //
10 vero 1703 this.RegionTexturesHighUUIDBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1704 this.RegionTexturesHighUUIDBox.Location = new System.Drawing.Point(6, 155);
1705 this.RegionTexturesHighUUIDBox.Name = "RegionTexturesHighUUIDBox";
1706 this.RegionTexturesHighUUIDBox.Size = new System.Drawing.Size(232, 20);
1707 this.RegionTexturesHighUUIDBox.TabIndex = 3;
7 zed 1708 //
10 vero 1709 // RegionTexturesHighPictureBox
7 zed 1710 //
10 vero 1711 this.RegionTexturesHighPictureBox.BackColor = System.Drawing.Color.Black;
1712 this.RegionTexturesHighPictureBox.Location = new System.Drawing.Point(13, 21);
1713 this.RegionTexturesHighPictureBox.Name = "RegionTexturesHighPictureBox";
1714 this.RegionTexturesHighPictureBox.Size = new System.Drawing.Size(128, 128);
1715 this.RegionTexturesHighPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
1716 this.RegionTexturesHighPictureBox.TabIndex = 2;
1717 this.RegionTexturesHighPictureBox.TabStop = false;
7 zed 1718 //
8 eva 1719 // groupBox23
2 zed 1720 //
8 eva 1721 this.groupBox23.Controls.Add(this.RegionTexturesLowUUIDApplyBox);
1722 this.groupBox23.Controls.Add(this.RegionTexturesLowUUIDApplyButton);
1723 this.groupBox23.Controls.Add(this.button10);
1724 this.groupBox23.Controls.Add(this.RegionTexturesLowUUIDBox);
1725 this.groupBox23.Controls.Add(this.RegionTexturesLowPictureBox);
1726 this.groupBox23.Location = new System.Drawing.Point(14, 41);
1727 this.groupBox23.Name = "groupBox23";
1728 this.groupBox23.Size = new System.Drawing.Size(319, 215);
1729 this.groupBox23.TabIndex = 5;
1730 this.groupBox23.TabStop = false;
1731 this.groupBox23.Text = "Low";
2 zed 1732 //
10 vero 1733 // RegionTexturesLowUUIDApplyBox
1734 //
1735 this.RegionTexturesLowUUIDApplyBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1736 this.RegionTexturesLowUUIDApplyBox.Location = new System.Drawing.Point(6, 181);
1737 this.RegionTexturesLowUUIDApplyBox.Name = "RegionTexturesLowUUIDApplyBox";
1738 this.RegionTexturesLowUUIDApplyBox.Size = new System.Drawing.Size(226, 20);
1739 this.RegionTexturesLowUUIDApplyBox.TabIndex = 8;
1740 //
1741 // RegionTexturesLowUUIDApplyButton
1742 //
1743 this.RegionTexturesLowUUIDApplyButton.Location = new System.Drawing.Point(238, 181);
1744 this.RegionTexturesLowUUIDApplyButton.Name = "RegionTexturesLowUUIDApplyButton";
1745 this.RegionTexturesLowUUIDApplyButton.Size = new System.Drawing.Size(75, 23);
1746 this.RegionTexturesLowUUIDApplyButton.TabIndex = 6;
1747 this.RegionTexturesLowUUIDApplyButton.Text = "Apply";
1748 this.RegionTexturesLowUUIDApplyButton.UseVisualStyleBackColor = true;
1749 this.RegionTexturesLowUUIDApplyButton.Click += new System.EventHandler(this.RequestEstateTexturesApply);
1750 //
1751 // button10
1752 //
1753 this.button10.Location = new System.Drawing.Point(238, 152);
1754 this.button10.Name = "button10";
1755 this.button10.Size = new System.Drawing.Size(75, 23);
1756 this.button10.TabIndex = 6;
1757 this.button10.Tag = "Low";
1758 this.button10.Text = "Download...";
1759 this.button10.UseVisualStyleBackColor = true;
1760 this.button10.Click += new System.EventHandler(this.RequestDownloadRegionTexture);
1761 //
8 eva 1762 // RegionTexturesLowUUIDBox
2 zed 1763 //
8 eva 1764 this.RegionTexturesLowUUIDBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1765 this.RegionTexturesLowUUIDBox.Location = new System.Drawing.Point(8, 155);
1766 this.RegionTexturesLowUUIDBox.Name = "RegionTexturesLowUUIDBox";
1767 this.RegionTexturesLowUUIDBox.Size = new System.Drawing.Size(224, 20);
1768 this.RegionTexturesLowUUIDBox.TabIndex = 3;
2 zed 1769 //
8 eva 1770 // RegionTexturesLowPictureBox
2 zed 1771 //
8 eva 1772 this.RegionTexturesLowPictureBox.BackColor = System.Drawing.Color.Black;
1773 this.RegionTexturesLowPictureBox.Location = new System.Drawing.Point(17, 21);
1774 this.RegionTexturesLowPictureBox.Name = "RegionTexturesLowPictureBox";
1775 this.RegionTexturesLowPictureBox.Size = new System.Drawing.Size(128, 128);
1776 this.RegionTexturesLowPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
1777 this.RegionTexturesLowPictureBox.TabIndex = 2;
1778 this.RegionTexturesLowPictureBox.TabStop = false;
2 zed 1779 //
10 vero 1780 // groupBox21
2 zed 1781 //
10 vero 1782 this.groupBox21.Controls.Add(this.RegionTexturesMiddleHighUUIDApplyBox);
1783 this.groupBox21.Controls.Add(this.RegionTexturesMiddleHighUUIDApplyButton);
1784 this.groupBox21.Controls.Add(this.button11);
1785 this.groupBox21.Controls.Add(this.RegionTexturesMiddleHighUUIDBox);
1786 this.groupBox21.Controls.Add(this.RegionTexturesMiddleHighPictureBox);
1787 this.groupBox21.Location = new System.Drawing.Point(14, 262);
1788 this.groupBox21.Name = "groupBox21";
1789 this.groupBox21.Size = new System.Drawing.Size(319, 215);
1790 this.groupBox21.TabIndex = 7;
1791 this.groupBox21.TabStop = false;
1792 this.groupBox21.Text = "Middle High";
2 zed 1793 //
10 vero 1794 // RegionTexturesMiddleHighUUIDApplyBox
2 zed 1795 //
10 vero 1796 this.RegionTexturesMiddleHighUUIDApplyBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1797 this.RegionTexturesMiddleHighUUIDApplyBox.Location = new System.Drawing.Point(6, 185);
1798 this.RegionTexturesMiddleHighUUIDApplyBox.Name = "RegionTexturesMiddleHighUUIDApplyBox";
1799 this.RegionTexturesMiddleHighUUIDApplyBox.Size = new System.Drawing.Size(226, 20);
1800 this.RegionTexturesMiddleHighUUIDApplyBox.TabIndex = 7;
2 zed 1801 //
10 vero 1802 // RegionTexturesMiddleHighUUIDApplyButton
2 zed 1803 //
10 vero 1804 this.RegionTexturesMiddleHighUUIDApplyButton.Location = new System.Drawing.Point(238, 183);
1805 this.RegionTexturesMiddleHighUUIDApplyButton.Name = "RegionTexturesMiddleHighUUIDApplyButton";
1806 this.RegionTexturesMiddleHighUUIDApplyButton.Size = new System.Drawing.Size(75, 23);
1807 this.RegionTexturesMiddleHighUUIDApplyButton.TabIndex = 6;
1808 this.RegionTexturesMiddleHighUUIDApplyButton.Text = "Apply";
1809 this.RegionTexturesMiddleHighUUIDApplyButton.UseVisualStyleBackColor = true;
2 zed 1810 //
10 vero 1811 // button11
1812 //
1813 this.button11.Location = new System.Drawing.Point(238, 153);
1814 this.button11.Name = "button11";
1815 this.button11.Size = new System.Drawing.Size(75, 23);
1816 this.button11.TabIndex = 6;
1817 this.button11.Tag = "MiddleHigh";
1818 this.button11.Text = "Download...";
1819 this.button11.UseVisualStyleBackColor = true;
1820 this.button11.Click += new System.EventHandler(this.RequestDownloadRegionTexture);
1821 //
1822 // RegionTexturesMiddleHighUUIDBox
1823 //
1824 this.RegionTexturesMiddleHighUUIDBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1825 this.RegionTexturesMiddleHighUUIDBox.Location = new System.Drawing.Point(6, 155);
1826 this.RegionTexturesMiddleHighUUIDBox.Name = "RegionTexturesMiddleHighUUIDBox";
1827 this.RegionTexturesMiddleHighUUIDBox.Size = new System.Drawing.Size(226, 20);
1828 this.RegionTexturesMiddleHighUUIDBox.TabIndex = 3;
1829 //
1830 // RegionTexturesMiddleHighPictureBox
1831 //
1832 this.RegionTexturesMiddleHighPictureBox.BackColor = System.Drawing.Color.Black;
1833 this.RegionTexturesMiddleHighPictureBox.Location = new System.Drawing.Point(17, 21);
1834 this.RegionTexturesMiddleHighPictureBox.Name = "RegionTexturesMiddleHighPictureBox";
1835 this.RegionTexturesMiddleHighPictureBox.Size = new System.Drawing.Size(128, 128);
1836 this.RegionTexturesMiddleHighPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
1837 this.RegionTexturesMiddleHighPictureBox.TabIndex = 2;
1838 this.RegionTexturesMiddleHighPictureBox.TabStop = false;
1839 //
8 eva 1840 // groupBox20
2 zed 1841 //
8 eva 1842 this.groupBox20.Controls.Add(this.RegionTexturesMiddleLowUUIDApplyBox);
1843 this.groupBox20.Controls.Add(this.RegionTexturesMiddleLowUUIDApplyButton);
1844 this.groupBox20.Controls.Add(this.button8);
1845 this.groupBox20.Controls.Add(this.RegionTexturesMiddleLowUUIDBox);
1846 this.groupBox20.Controls.Add(this.RegionTexturesMiddleLowPictureBox);
1847 this.groupBox20.Location = new System.Drawing.Point(368, 41);
1848 this.groupBox20.Name = "groupBox20";
1849 this.groupBox20.Size = new System.Drawing.Size(328, 215);
1850 this.groupBox20.TabIndex = 6;
1851 this.groupBox20.TabStop = false;
1852 this.groupBox20.Text = "Middle Low";
2 zed 1853 //
10 vero 1854 // RegionTexturesMiddleLowUUIDApplyBox
1855 //
1856 this.RegionTexturesMiddleLowUUIDApplyBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1857 this.RegionTexturesMiddleLowUUIDApplyBox.Location = new System.Drawing.Point(6, 181);
1858 this.RegionTexturesMiddleLowUUIDApplyBox.Name = "RegionTexturesMiddleLowUUIDApplyBox";
1859 this.RegionTexturesMiddleLowUUIDApplyBox.Size = new System.Drawing.Size(226, 20);
1860 this.RegionTexturesMiddleLowUUIDApplyBox.TabIndex = 9;
1861 //
8 eva 1862 // RegionTexturesMiddleLowUUIDApplyButton
2 zed 1863 //
8 eva 1864 this.RegionTexturesMiddleLowUUIDApplyButton.Location = new System.Drawing.Point(241, 181);
1865 this.RegionTexturesMiddleLowUUIDApplyButton.Name = "RegionTexturesMiddleLowUUIDApplyButton";
1866 this.RegionTexturesMiddleLowUUIDApplyButton.Size = new System.Drawing.Size(75, 23);
1867 this.RegionTexturesMiddleLowUUIDApplyButton.TabIndex = 6;
1868 this.RegionTexturesMiddleLowUUIDApplyButton.Text = "Apply";
1869 this.RegionTexturesMiddleLowUUIDApplyButton.UseVisualStyleBackColor = true;
2 zed 1870 //
8 eva 1871 // button8
2 zed 1872 //
8 eva 1873 this.button8.Location = new System.Drawing.Point(241, 153);
1874 this.button8.Name = "button8";
1875 this.button8.Size = new System.Drawing.Size(75, 23);
1876 this.button8.TabIndex = 6;
1877 this.button8.Tag = "MiddleLow";
1878 this.button8.Text = "Download...";
1879 this.button8.UseVisualStyleBackColor = true;
1880 this.button8.Click += new System.EventHandler(this.RequestDownloadRegionTexture);
2 zed 1881 //
8 eva 1882 // RegionTexturesMiddleLowUUIDBox
2 zed 1883 //
8 eva 1884 this.RegionTexturesMiddleLowUUIDBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1885 this.RegionTexturesMiddleLowUUIDBox.Location = new System.Drawing.Point(6, 155);
1886 this.RegionTexturesMiddleLowUUIDBox.Name = "RegionTexturesMiddleLowUUIDBox";
1887 this.RegionTexturesMiddleLowUUIDBox.Size = new System.Drawing.Size(226, 20);
1888 this.RegionTexturesMiddleLowUUIDBox.TabIndex = 3;
2 zed 1889 //
8 eva 1890 // RegionTexturesMiddleLowPictureBox
2 zed 1891 //
8 eva 1892 this.RegionTexturesMiddleLowPictureBox.BackColor = System.Drawing.Color.Black;
1893 this.RegionTexturesMiddleLowPictureBox.Location = new System.Drawing.Point(13, 21);
1894 this.RegionTexturesMiddleLowPictureBox.Name = "RegionTexturesMiddleLowPictureBox";
1895 this.RegionTexturesMiddleLowPictureBox.Size = new System.Drawing.Size(128, 128);
1896 this.RegionTexturesMiddleLowPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
1897 this.RegionTexturesMiddleLowPictureBox.TabIndex = 2;
1898 this.RegionTexturesMiddleLowPictureBox.TabStop = false;
2 zed 1899 //
10 vero 1900 // RegionToolsTab
5 eva 1901 //
10 vero 1902 this.RegionToolsTab.Controls.Add(this.RegionToolsRegionInfoGroup);
1903 this.RegionToolsTab.Controls.Add(this.RegionToolsRegionDebugGroup);
12 zed 1904 this.RegionToolsTab.Controls.Add(this.RegionToolsTerrainToolsGroup);
10 vero 1905 this.RegionToolsTab.Location = new System.Drawing.Point(4, 25);
1906 this.RegionToolsTab.Name = "RegionToolsTab";
1907 this.RegionToolsTab.Size = new System.Drawing.Size(719, 489);
1908 this.RegionToolsTab.TabIndex = 7;
1909 this.RegionToolsTab.Text = "Region Tools";
1910 this.RegionToolsTab.UseVisualStyleBackColor = true;
5 eva 1911 //
10 vero 1912 // RegionToolsRegionInfoGroup
2 zed 1913 //
10 vero 1914 this.RegionToolsRegionInfoGroup.Controls.Add(this.pictureBox13);
1915 this.RegionToolsRegionInfoGroup.Controls.Add(this.RegionInfoMatureBox);
1916 this.RegionToolsRegionInfoGroup.Controls.Add(this.groupBox19);
1917 this.RegionToolsRegionInfoGroup.Controls.Add(this.groupBox18);
1918 this.RegionToolsRegionInfoGroup.Controls.Add(this.RegionInfoParcelBox);
1919 this.RegionToolsRegionInfoGroup.Controls.Add(this.RegionInfoTerraformBox);
1920 this.RegionToolsRegionInfoGroup.Controls.Add(this.RegionInfoPushBox);
1921 this.RegionToolsRegionInfoGroup.Controls.Add(this.RegioninfoResellBox);
1922 this.RegionToolsRegionInfoGroup.Controls.Add(this.RegionInfoDamageBox);
1923 this.RegionToolsRegionInfoGroup.Controls.Add(this.RegionInfoFlyBox);
1924 this.RegionToolsRegionInfoGroup.Controls.Add(this.ApplyRegionInfoButton);
1925 this.RegionToolsRegionInfoGroup.Enabled = false;
12 zed 1926 this.RegionToolsRegionInfoGroup.Location = new System.Drawing.Point(13, 12);
10 vero 1927 this.RegionToolsRegionInfoGroup.Name = "RegionToolsRegionInfoGroup";
1928 this.RegionToolsRegionInfoGroup.Size = new System.Drawing.Size(460, 122);
1929 this.RegionToolsRegionInfoGroup.TabIndex = 2;
1930 this.RegionToolsRegionInfoGroup.TabStop = false;
1931 this.RegionToolsRegionInfoGroup.Text = "Set Region Info";
2 zed 1932 //
10 vero 1933 // RegionInfoMatureBox
2 zed 1934 //
10 vero 1935 this.RegionInfoMatureBox.AutoSize = true;
1936 this.RegionInfoMatureBox.Location = new System.Drawing.Point(225, 30);
1937 this.RegionInfoMatureBox.Name = "RegionInfoMatureBox";
1938 this.RegionInfoMatureBox.Size = new System.Drawing.Size(62, 20);
1939 this.RegionInfoMatureBox.TabIndex = 9;
1940 this.RegionInfoMatureBox.Text = "Mature";
1941 this.RegionInfoMatureBox.UseVisualStyleBackColor = true;
2 zed 1942 //
10 vero 1943 // groupBox19
2 zed 1944 //
10 vero 1945 this.groupBox19.Controls.Add(this.RegionInfoAgentLimitBox);
1946 this.groupBox19.Location = new System.Drawing.Point(63, 56);
1947 this.groupBox19.Name = "groupBox19";
1948 this.groupBox19.Size = new System.Drawing.Size(137, 56);
1949 this.groupBox19.TabIndex = 8;
1950 this.groupBox19.TabStop = false;
1951 this.groupBox19.Text = "Agent Limit";
2 zed 1952 //
10 vero 1953 // RegionInfoAgentLimitBox
3 eva 1954 //
10 vero 1955 this.RegionInfoAgentLimitBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1956 this.RegionInfoAgentLimitBox.Location = new System.Drawing.Point(6, 21);
1957 this.RegionInfoAgentLimitBox.Name = "RegionInfoAgentLimitBox";
1958 this.RegionInfoAgentLimitBox.Size = new System.Drawing.Size(121, 20);
1959 this.RegionInfoAgentLimitBox.TabIndex = 0;
3 eva 1960 //
10 vero 1961 // groupBox18
3 eva 1962 //
10 vero 1963 this.groupBox18.Controls.Add(this.RegionInfoObjectBonusBox);
1964 this.groupBox18.Location = new System.Drawing.Point(206, 56);
1965 this.groupBox18.Name = "groupBox18";
1966 this.groupBox18.Size = new System.Drawing.Size(138, 56);
1967 this.groupBox18.TabIndex = 7;
1968 this.groupBox18.TabStop = false;
1969 this.groupBox18.Text = "Object Bonus";
3 eva 1970 //
10 vero 1971 // RegionInfoObjectBonusBox
5 eva 1972 //
10 vero 1973 this.RegionInfoObjectBonusBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
1974 this.RegionInfoObjectBonusBox.Location = new System.Drawing.Point(6, 23);
1975 this.RegionInfoObjectBonusBox.Name = "RegionInfoObjectBonusBox";
1976 this.RegionInfoObjectBonusBox.Size = new System.Drawing.Size(121, 20);
1977 this.RegionInfoObjectBonusBox.TabIndex = 0;
5 eva 1978 //
10 vero 1979 // RegionInfoParcelBox
3 eva 1980 //
10 vero 1981 this.RegionInfoParcelBox.AutoSize = true;
1982 this.RegionInfoParcelBox.Location = new System.Drawing.Point(350, 30);
1983 this.RegionInfoParcelBox.Name = "RegionInfoParcelBox";
1984 this.RegionInfoParcelBox.Size = new System.Drawing.Size(58, 20);
1985 this.RegionInfoParcelBox.TabIndex = 6;
1986 this.RegionInfoParcelBox.Text = "Parcel";
1987 this.RegionInfoParcelBox.UseVisualStyleBackColor = true;
3 eva 1988 //
10 vero 1989 // RegionInfoTerraformBox
4 vero 1990 //
10 vero 1991 this.RegionInfoTerraformBox.AutoSize = true;
1992 this.RegionInfoTerraformBox.Location = new System.Drawing.Point(6, 30);
1993 this.RegionInfoTerraformBox.Name = "RegionInfoTerraformBox";
1994 this.RegionInfoTerraformBox.Size = new System.Drawing.Size(75, 20);
1995 this.RegionInfoTerraformBox.TabIndex = 5;
1996 this.RegionInfoTerraformBox.Text = "Terraform";
1997 this.RegionInfoTerraformBox.UseVisualStyleBackColor = true;
4 vero 1998 //
10 vero 1999 // RegionInfoPushBox
7 zed 2000 //
10 vero 2001 this.RegionInfoPushBox.AutoSize = true;
2002 this.RegionInfoPushBox.Location = new System.Drawing.Point(293, 30);
2003 this.RegionInfoPushBox.Name = "RegionInfoPushBox";
2004 this.RegionInfoPushBox.Size = new System.Drawing.Size(51, 20);
2005 this.RegionInfoPushBox.TabIndex = 4;
2006 this.RegionInfoPushBox.Text = "Push";
2007 this.RegionInfoPushBox.UseVisualStyleBackColor = true;
7 zed 2008 //
10 vero 2009 // RegioninfoResellBox
7 zed 2010 //
10 vero 2011 this.RegioninfoResellBox.AutoSize = true;
2012 this.RegioninfoResellBox.Location = new System.Drawing.Point(87, 30);
2013 this.RegioninfoResellBox.Name = "RegioninfoResellBox";
2014 this.RegioninfoResellBox.Size = new System.Drawing.Size(57, 20);
2015 this.RegioninfoResellBox.TabIndex = 3;
2016 this.RegioninfoResellBox.Text = "Resell";
2017 this.RegioninfoResellBox.UseVisualStyleBackColor = true;
7 zed 2018 //
10 vero 2019 // RegionInfoDamageBox
7 zed 2020 //
10 vero 2021 this.RegionInfoDamageBox.AutoSize = true;
2022 this.RegionInfoDamageBox.Location = new System.Drawing.Point(150, 29);
2023 this.RegionInfoDamageBox.Name = "RegionInfoDamageBox";
2024 this.RegionInfoDamageBox.Size = new System.Drawing.Size(68, 20);
2025 this.RegionInfoDamageBox.TabIndex = 2;
2026 this.RegionInfoDamageBox.Text = "Damage";
2027 this.RegionInfoDamageBox.UseVisualStyleBackColor = true;
7 zed 2028 //
10 vero 2029 // RegionInfoFlyBox
7 zed 2030 //
10 vero 2031 this.RegionInfoFlyBox.AutoSize = true;
2032 this.RegionInfoFlyBox.Location = new System.Drawing.Point(414, 30);
2033 this.RegionInfoFlyBox.Name = "RegionInfoFlyBox";
2034 this.RegionInfoFlyBox.Size = new System.Drawing.Size(43, 20);
2035 this.RegionInfoFlyBox.TabIndex = 1;
2036 this.RegionInfoFlyBox.Text = "Fly";
2037 this.RegionInfoFlyBox.UseVisualStyleBackColor = true;
7 zed 2038 //
10 vero 2039 // ApplyRegionInfoButton
7 zed 2040 //
10 vero 2041 this.ApplyRegionInfoButton.Location = new System.Drawing.Point(350, 75);
2042 this.ApplyRegionInfoButton.Name = "ApplyRegionInfoButton";
2043 this.ApplyRegionInfoButton.Size = new System.Drawing.Size(75, 23);
2044 this.ApplyRegionInfoButton.TabIndex = 0;
2045 this.ApplyRegionInfoButton.Text = "Apply";
2046 this.ApplyRegionInfoButton.UseVisualStyleBackColor = true;
2047 this.ApplyRegionInfoButton.Click += new System.EventHandler(this.RequestApplyRegionInfo);
7 zed 2048 //
10 vero 2049 // RegionToolsRegionDebugGroup
7 zed 2050 //
10 vero 2051 this.RegionToolsRegionDebugGroup.Controls.Add(this.pictureBox14);
2052 this.RegionToolsRegionDebugGroup.Controls.Add(this.ApplyRegionDebugButton);
2053 this.RegionToolsRegionDebugGroup.Controls.Add(this.RegionDebugPhysicsBox);
2054 this.RegionToolsRegionDebugGroup.Controls.Add(this.RegionDebugCollisionsBox);
2055 this.RegionToolsRegionDebugGroup.Controls.Add(this.RegionDebugScriptsBox);
2056 this.RegionToolsRegionDebugGroup.Enabled = false;
12 zed 2057 this.RegionToolsRegionDebugGroup.Location = new System.Drawing.Point(479, 12);
10 vero 2058 this.RegionToolsRegionDebugGroup.Name = "RegionToolsRegionDebugGroup";
2059 this.RegionToolsRegionDebugGroup.Size = new System.Drawing.Size(228, 82);
2060 this.RegionToolsRegionDebugGroup.TabIndex = 1;
2061 this.RegionToolsRegionDebugGroup.TabStop = false;
12 zed 2062 this.RegionToolsRegionDebugGroup.Text = "Set Region Debug";
7 zed 2063 //
10 vero 2064 // ApplyRegionDebugButton
7 zed 2065 //
10 vero 2066 this.ApplyRegionDebugButton.Location = new System.Drawing.Point(121, 47);
2067 this.ApplyRegionDebugButton.Name = "ApplyRegionDebugButton";
2068 this.ApplyRegionDebugButton.Size = new System.Drawing.Size(75, 23);
2069 this.ApplyRegionDebugButton.TabIndex = 3;
2070 this.ApplyRegionDebugButton.Text = "Apply";
2071 this.ApplyRegionDebugButton.UseVisualStyleBackColor = true;
2072 this.ApplyRegionDebugButton.Click += new System.EventHandler(this.RequestRegionDebugApply);
7 zed 2073 //
10 vero 2074 // RegionDebugPhysicsBox
7 zed 2075 //
10 vero 2076 this.RegionDebugPhysicsBox.AutoSize = true;
2077 this.RegionDebugPhysicsBox.Location = new System.Drawing.Point(156, 21);
2078 this.RegionDebugPhysicsBox.Name = "RegionDebugPhysicsBox";
2079 this.RegionDebugPhysicsBox.Size = new System.Drawing.Size(66, 20);
2080 this.RegionDebugPhysicsBox.TabIndex = 2;
2081 this.RegionDebugPhysicsBox.Text = "Physics";
2082 this.RegionDebugPhysicsBox.UseVisualStyleBackColor = true;
7 zed 2083 //
10 vero 2084 // RegionDebugCollisionsBox
7 zed 2085 //
10 vero 2086 this.RegionDebugCollisionsBox.AutoSize = true;
2087 this.RegionDebugCollisionsBox.Location = new System.Drawing.Point(73, 21);
2088 this.RegionDebugCollisionsBox.Name = "RegionDebugCollisionsBox";
2089 this.RegionDebugCollisionsBox.Size = new System.Drawing.Size(77, 20);
2090 this.RegionDebugCollisionsBox.TabIndex = 1;
2091 this.RegionDebugCollisionsBox.Text = "Collisions";
2092 this.RegionDebugCollisionsBox.UseVisualStyleBackColor = true;
7 zed 2093 //
10 vero 2094 // RegionDebugScriptsBox
7 zed 2095 //
10 vero 2096 this.RegionDebugScriptsBox.AutoSize = true;
2097 this.RegionDebugScriptsBox.Location = new System.Drawing.Point(6, 21);
2098 this.RegionDebugScriptsBox.Name = "RegionDebugScriptsBox";
2099 this.RegionDebugScriptsBox.Size = new System.Drawing.Size(61, 20);
2100 this.RegionDebugScriptsBox.TabIndex = 0;
2101 this.RegionDebugScriptsBox.Text = "Scripts";
2102 this.RegionDebugScriptsBox.UseVisualStyleBackColor = true;
7 zed 2103 //
8 eva 2104 // LoadCSVFile
2105 //
2106 this.LoadCSVFile.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*";
2107 //
12 zed 2108 // ResidentListTeleportHomeGroup
2109 //
2110 this.ResidentListTeleportHomeGroup.Controls.Add(this.pictureBox18);
2111 this.ResidentListTeleportHomeGroup.Controls.Add(this.button1);
2112 this.ResidentListTeleportHomeGroup.Location = new System.Drawing.Point(374, 426);
2113 this.ResidentListTeleportHomeGroup.Name = "ResidentListTeleportHomeGroup";
2114 this.ResidentListTeleportHomeGroup.Size = new System.Drawing.Size(132, 60);
2115 this.ResidentListTeleportHomeGroup.TabIndex = 11;
2116 this.ResidentListTeleportHomeGroup.TabStop = false;
2117 this.ResidentListTeleportHomeGroup.Text = "Teleport Home";
2118 //
2119 // button1
2120 //
2121 this.button1.Location = new System.Drawing.Point(6, 20);
2122 this.button1.Name = "button1";
2123 this.button1.Size = new System.Drawing.Size(92, 23);
2124 this.button1.TabIndex = 0;
2125 this.button1.Text = "Teleport Home";
2126 this.button1.UseVisualStyleBackColor = true;
2127 this.button1.Click += new System.EventHandler(this.RequestTeleportHome);
2128 //
2129 // pictureBox18
2130 //
2131 this.pictureBox18.Cursor = System.Windows.Forms.Cursors.Help;
2132 this.pictureBox18.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox18.Image")));
2133 this.pictureBox18.Location = new System.Drawing.Point(104, 22);
2134 this.pictureBox18.Name = "pictureBox18";
2135 this.pictureBox18.Size = new System.Drawing.Size(20, 20);
2136 this.pictureBox18.TabIndex = 12;
2137 this.pictureBox18.TabStop = false;
2138 this.toolTip1.SetToolTip(this.pictureBox18, "You can select residents (multiple\r\nselection is possible by control / shift\r\ncli" +
2139 "cking the list) and then press the\r\n\"Teleport Home\" button in order to\r\nteleport" +
2140 " the users home from the region.");
2141 //
2142 // EstateVariablesGroup
2143 //
2144 this.EstateVariablesGroup.Controls.Add(this.label10);
2145 this.EstateVariablesGroup.Controls.Add(this.TerrainToolsSunPositionBox);
2146 this.EstateVariablesGroup.Controls.Add(this.TerrainToolsFixedSunBox);
2147 this.EstateVariablesGroup.Controls.Add(this.TerrainToolsUseEstateSunBox);
2148 this.EstateVariablesGroup.Controls.Add(this.label9);
2149 this.EstateVariablesGroup.Controls.Add(this.TerrainToolsTerrainLowerLimitBox);
2150 this.EstateVariablesGroup.Controls.Add(this.label8);
2151 this.EstateVariablesGroup.Controls.Add(this.TerrainToolsTerrainRaiseLimitBox);
2152 this.EstateVariablesGroup.Controls.Add(this.label7);
2153 this.EstateVariablesGroup.Controls.Add(this.TerrainToolsWaterHeightBox);
2154 this.EstateVariablesGroup.Controls.Add(this.pictureBox19);
2155 this.EstateVariablesGroup.Controls.Add(this.SetTerrainVariablesButton);
2156 this.EstateVariablesGroup.Location = new System.Drawing.Point(7, 173);
2157 this.EstateVariablesGroup.Name = "EstateVariablesGroup";
2158 this.EstateVariablesGroup.Size = new System.Drawing.Size(215, 207);
2159 this.EstateVariablesGroup.TabIndex = 15;
2160 this.EstateVariablesGroup.TabStop = false;
2161 this.EstateVariablesGroup.Text = "Variables";
2162 //
2163 // SetTerrainVariablesButton
2164 //
2165 this.SetTerrainVariablesButton.Location = new System.Drawing.Point(86, 178);
2166 this.SetTerrainVariablesButton.Name = "SetTerrainVariablesButton";
2167 this.SetTerrainVariablesButton.Size = new System.Drawing.Size(95, 23);
2168 this.SetTerrainVariablesButton.TabIndex = 0;
2169 this.SetTerrainVariablesButton.Text = "Set Variables";
2170 this.SetTerrainVariablesButton.UseVisualStyleBackColor = true;
2171 this.SetTerrainVariablesButton.Click += new System.EventHandler(this.RequestSetVariables);
2172 //
2173 // pictureBox19
2174 //
2175 this.pictureBox19.Cursor = System.Windows.Forms.Cursors.Help;
2176 this.pictureBox19.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox19.Image")));
2177 this.pictureBox19.Location = new System.Drawing.Point(187, 179);
2178 this.pictureBox19.Name = "pictureBox19";
2179 this.pictureBox19.Size = new System.Drawing.Size(20, 20);
2180 this.pictureBox19.TabIndex = 13;
2181 this.pictureBox19.TabStop = false;
2182 this.toolTip1.SetToolTip(this.pictureBox19, "All the values have to be completed and\r\nthen by pressing the \"Set Variables\"\r\nbu" +
2183 "tton, the settings will be applied to\r\nthe current region.");
2184 //
2185 // TerrainToolsWaterHeightBox
2186 //
2187 this.TerrainToolsWaterHeightBox.Location = new System.Drawing.Point(168, 18);
2188 this.TerrainToolsWaterHeightBox.Name = "TerrainToolsWaterHeightBox";
2189 this.TerrainToolsWaterHeightBox.Size = new System.Drawing.Size(39, 22);
2190 this.TerrainToolsWaterHeightBox.TabIndex = 14;
2191 //
2192 // label7
2193 //
2194 this.label7.AutoSize = true;
2195 this.label7.Location = new System.Drawing.Point(83, 19);
2196 this.label7.Name = "label7";
2197 this.label7.Size = new System.Drawing.Size(76, 16);
2198 this.label7.TabIndex = 15;
2199 this.label7.Text = "Water Height:";
2200 //
2201 // TerrainToolsTerrainRaiseLimitBox
2202 //
2203 this.TerrainToolsTerrainRaiseLimitBox.Location = new System.Drawing.Point(168, 46);
2204 this.TerrainToolsTerrainRaiseLimitBox.Name = "TerrainToolsTerrainRaiseLimitBox";
2205 this.TerrainToolsTerrainRaiseLimitBox.Size = new System.Drawing.Size(39, 22);
2206 this.TerrainToolsTerrainRaiseLimitBox.TabIndex = 16;
2207 //
2208 // label8
2209 //
2210 this.label8.AutoSize = true;
2211 this.label8.Location = new System.Drawing.Point(57, 48);
2212 this.label8.Name = "label8";
2213 this.label8.Size = new System.Drawing.Size(102, 16);
2214 this.label8.TabIndex = 17;
2215 this.label8.Text = "Terrain Raise Limit:";
2216 //
2217 // TerrainToolsTerrainLowerLimitBox
2218 //
2219 this.TerrainToolsTerrainLowerLimitBox.Location = new System.Drawing.Point(168, 74);
2220 this.TerrainToolsTerrainLowerLimitBox.Name = "TerrainToolsTerrainLowerLimitBox";
2221 this.TerrainToolsTerrainLowerLimitBox.Size = new System.Drawing.Size(39, 22);
2222 this.TerrainToolsTerrainLowerLimitBox.TabIndex = 18;
2223 //
2224 // label9
2225 //
2226 this.label9.AutoSize = true;
2227 this.label9.Location = new System.Drawing.Point(50, 76);
2228 this.label9.Name = "label9";
2229 this.label9.Size = new System.Drawing.Size(109, 16);
2230 this.label9.TabIndex = 19;
2231 this.label9.Text = "Terrain Lower Limit:";
2232 //
2233 // TerrainToolsUseEstateSunBox
2234 //
2235 this.TerrainToolsUseEstateSunBox.AutoSize = true;
2236 this.TerrainToolsUseEstateSunBox.Location = new System.Drawing.Point(107, 102);
2237 this.TerrainToolsUseEstateSunBox.Name = "TerrainToolsUseEstateSunBox";
2238 this.TerrainToolsUseEstateSunBox.Size = new System.Drawing.Size(100, 20);
2239 this.TerrainToolsUseEstateSunBox.TabIndex = 3;
2240 this.TerrainToolsUseEstateSunBox.Text = "Use Estate Sun";
2241 this.TerrainToolsUseEstateSunBox.UseVisualStyleBackColor = true;
2242 //
2243 // TerrainToolsFixedSunBox
2244 //
2245 this.TerrainToolsFixedSunBox.AutoSize = true;
2246 this.TerrainToolsFixedSunBox.Location = new System.Drawing.Point(132, 128);
2247 this.TerrainToolsFixedSunBox.Name = "TerrainToolsFixedSunBox";
2248 this.TerrainToolsFixedSunBox.Size = new System.Drawing.Size(75, 20);
2249 this.TerrainToolsFixedSunBox.TabIndex = 3;
2250 this.TerrainToolsFixedSunBox.Text = "Fixed Sun";
2251 this.TerrainToolsFixedSunBox.UseVisualStyleBackColor = true;
2252 //
2253 // TerrainToolsSunPositionBox
2254 //
2255 this.TerrainToolsSunPositionBox.Location = new System.Drawing.Point(168, 150);
2256 this.TerrainToolsSunPositionBox.Name = "TerrainToolsSunPositionBox";
2257 this.TerrainToolsSunPositionBox.Size = new System.Drawing.Size(39, 22);
2258 this.TerrainToolsSunPositionBox.TabIndex = 3;
2259 //
2260 // label10
2261 //
2262 this.label10.AutoSize = true;
2263 this.label10.Location = new System.Drawing.Point(83, 152);
2264 this.label10.Name = "label10";
2265 this.label10.Size = new System.Drawing.Size(74, 16);
2266 this.label10.TabIndex = 3;
2267 this.label10.Text = "Sun Position:";
2268 //
2269 // groupBox1
2270 //
2271 this.groupBox1.Controls.Add(this.FrameTime);
2272 this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2273 this.groupBox1.Location = new System.Drawing.Point(483, 171);
2274 this.groupBox1.Name = "groupBox1";
2275 this.groupBox1.Size = new System.Drawing.Size(107, 49);
2276 this.groupBox1.TabIndex = 11;
2277 this.groupBox1.TabStop = false;
2278 this.groupBox1.Text = "Frame Time";
2279 //
2280 // FrameTime
2281 //
2282 this.FrameTime.AutoSize = true;
2283 this.FrameTime.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2284 this.FrameTime.Location = new System.Drawing.Point(12, 21);
2285 this.FrameTime.Name = "FrameTime";
2286 this.FrameTime.Size = new System.Drawing.Size(32, 18);
2287 this.FrameTime.TabIndex = 0;
2288 this.FrameTime.Text = " ";
2289 //
2290 // groupBox11
2291 //
2292 this.groupBox11.Controls.Add(this.ScriptedObjects);
2293 this.groupBox11.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2294 this.groupBox11.Location = new System.Drawing.Point(483, 6);
2295 this.groupBox11.Name = "groupBox11";
2296 this.groupBox11.Size = new System.Drawing.Size(107, 49);
2297 this.groupBox11.TabIndex = 12;
2298 this.groupBox11.TabStop = false;
2299 this.groupBox11.Text = "Scripted Objects";
2300 //
2301 // ScriptedObjects
2302 //
2303 this.ScriptedObjects.AutoSize = true;
2304 this.ScriptedObjects.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2305 this.ScriptedObjects.Location = new System.Drawing.Point(12, 21);
2306 this.ScriptedObjects.Name = "ScriptedObjects";
2307 this.ScriptedObjects.Size = new System.Drawing.Size(32, 18);
2308 this.ScriptedObjects.TabIndex = 10;
2309 this.ScriptedObjects.Text = " ";
2310 //
2311 // groupBox17
2312 //
2313 this.groupBox17.Controls.Add(this.PhysicsTime);
2314 this.groupBox17.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2315 this.groupBox17.Location = new System.Drawing.Point(483, 281);
2316 this.groupBox17.Name = "groupBox17";
2317 this.groupBox17.Size = new System.Drawing.Size(107, 49);
2318 this.groupBox17.TabIndex = 13;
2319 this.groupBox17.TabStop = false;
2320 this.groupBox17.Text = "Physics Time";
2321 //
2322 // PhysicsTime
2323 //
2324 this.PhysicsTime.AutoSize = true;
2325 this.PhysicsTime.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2326 this.PhysicsTime.Location = new System.Drawing.Point(12, 21);
2327 this.PhysicsTime.Name = "PhysicsTime";
2328 this.PhysicsTime.Size = new System.Drawing.Size(32, 18);
2329 this.PhysicsTime.TabIndex = 0;
2330 this.PhysicsTime.Text = " ";
2331 //
2332 // groupBox24
2333 //
2334 this.groupBox24.Controls.Add(this.NetTime);
2335 this.groupBox24.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2336 this.groupBox24.Location = new System.Drawing.Point(596, 281);
2337 this.groupBox24.Name = "groupBox24";
2338 this.groupBox24.Size = new System.Drawing.Size(107, 49);
2339 this.groupBox24.TabIndex = 14;
2340 this.groupBox24.TabStop = false;
2341 this.groupBox24.Text = "Net Time";
2342 //
2343 // NetTime
2344 //
2345 this.NetTime.AutoSize = true;
2346 this.NetTime.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2347 this.NetTime.Location = new System.Drawing.Point(12, 21);
2348 this.NetTime.Name = "NetTime";
2349 this.NetTime.Size = new System.Drawing.Size(32, 18);
2350 this.NetTime.TabIndex = 0;
2351 this.NetTime.Text = " ";
2352 //
2353 // CorradePollTimeDial
2354 //
2355 this.CorradePollTimeDial.BackColor = System.Drawing.Color.Transparent;
2356 this.CorradePollTimeDial.DialColor = System.Drawing.Color.LightYellow;
2357 this.CorradePollTimeDial.DialText = "Poll (s)";
2358 this.CorradePollTimeDial.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
2359 this.CorradePollTimeDial.Glossiness = 0F;
2360 this.CorradePollTimeDial.Location = new System.Drawing.Point(518, 333);
2361 this.CorradePollTimeDial.MaxValue = 5F;
2362 this.CorradePollTimeDial.MinValue = 0F;
2363 this.CorradePollTimeDial.Name = "CorradePollTimeDial";
2364 this.CorradePollTimeDial.NoOfDivisions = 5;
2365 this.CorradePollTimeDial.NoOfSubDivisions = 4;
2366 this.CorradePollTimeDial.RecommendedValue = 0F;
2367 this.CorradePollTimeDial.Size = new System.Drawing.Size(150, 150);
2368 this.CorradePollTimeDial.TabIndex = 15;
2369 this.CorradePollTimeDial.ThresholdPercent = 20F;
2370 this.CorradePollTimeDial.Value = 0F;
2371 //
2 zed 2372 // Vassal
2373 //
2374 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2375 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
8 eva 2376 this.ClientSize = new System.Drawing.Size(752, 729);
3 eva 2377 this.Controls.Add(this.Version);
2 zed 2378 this.Controls.Add(this.CurrentRegionAt);
2379 this.Controls.Add(this.CurrentRegionName);
2380 this.Controls.Add(this.RegionTeleportGroup);
8 eva 2381 this.Controls.Add(this.VassalStatusGroup);
2 zed 2382 this.Controls.Add(this.statusStrip1);
2383 this.Controls.Add(this.Tabs);
2384 this.Controls.Add(this.pictureBox1);
3 eva 2385 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
2 zed 2386 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
3 eva 2387 this.MaximizeBox = false;
8 eva 2388 this.MaximumSize = new System.Drawing.Size(768, 768);
2 zed 2389 this.Name = "Vassal";
2390 this.Text = "Vassal";
2391 this.Shown += new System.EventHandler(this.VassalShown);
2392 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
8 eva 2393 this.statusStrip1.ResumeLayout(false);
2394 this.statusStrip1.PerformLayout();
2395 this.RegionTeleportGroup.ResumeLayout(false);
2396 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
2397 this.VassalStatusGroup.ResumeLayout(false);
10 vero 2398 ((System.ComponentModel.ISupportInitialize)(this.ConnectionStatusPictureBox)).EndInit();
8 eva 2399 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
2400 ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
2401 ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
2402 ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
2403 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
10 vero 2404 ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
2405 ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
2406 ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
2407 ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
2408 ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
2409 ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();
2410 ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit();
2411 ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit();
2412 ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit();
2413 ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).EndInit();
8 eva 2414 this.EstateListsTab.ResumeLayout(false);
10 vero 2415 this.EstateListsGroupsGroup.ResumeLayout(false);
2416 this.EstateListsGroupsGroup.PerformLayout();
2417 this.EstateListsResidentsGroup.ResumeLayout(false);
2418 this.groupBox15.ResumeLayout(false);
2419 this.groupBox15.PerformLayout();
2420 this.groupBox16.ResumeLayout(false);
2421 this.groupBox16.PerformLayout();
2422 this.EstateListGroup.ResumeLayout(false);
2423 this.EstateListGroup.PerformLayout();
2424 ((System.ComponentModel.ISupportInitialize)(this.EstateListGridView)).EndInit();
12 zed 2425 this.RegionToolsTerrainToolsGroup.ResumeLayout(false);
8 eva 2426 this.groupBox13.ResumeLayout(false);
2427 this.EstateTerrainDownloadUploadGroup.ResumeLayout(false);
2428 this.EstateTopTab.ResumeLayout(false);
2429 this.groupBox14.ResumeLayout(false);
2430 this.groupBox14.PerformLayout();
2431 ((System.ComponentModel.ISupportInitialize)(this.TopCollidersGridView)).EndInit();
2432 this.groupBox12.ResumeLayout(false);
2433 this.groupBox12.PerformLayout();
2434 ((System.ComponentModel.ISupportInitialize)(this.TopScriptsGridView)).EndInit();
2435 this.BatchRestartTab.ResumeLayout(false);
2436 this.BatchRestartTab.PerformLayout();
2437 ((System.ComponentModel.ISupportInitialize)(this.BatchRestartGridView)).EndInit();
2438 this.ResidentListTab.ResumeLayout(false);
2439 this.ResidentListTab.PerformLayout();
2440 this.ResidentListBanGroup.ResumeLayout(false);
2441 this.ResidentListBanGroup.PerformLayout();
2442 ((System.ComponentModel.ISupportInitialize)(this.ResidentListGridView)).EndInit();
2443 this.RegionsStateTab.ResumeLayout(false);
2444 ((System.ComponentModel.ISupportInitialize)(this.RegionsStateGridView)).EndInit();
2 zed 2445 this.OverviewTab.ResumeLayout(false);
2446 this.groupBox10.ResumeLayout(false);
2447 ((System.ComponentModel.ISupportInitialize)(this.RegionAvatarsMap)).EndInit();
2448 this.groupBox9.ResumeLayout(false);
2449 this.groupBox9.PerformLayout();
2450 this.groupBox8.ResumeLayout(false);
2451 this.groupBox8.PerformLayout();
2452 this.groupBox7.ResumeLayout(false);
2453 this.groupBox7.PerformLayout();
2454 this.groupBox6.ResumeLayout(false);
2455 this.groupBox6.PerformLayout();
2456 this.groupBox5.ResumeLayout(false);
2457 this.groupBox5.PerformLayout();
2458 this.groupBox4.ResumeLayout(false);
2459 this.groupBox4.PerformLayout();
2460 this.groupBox3.ResumeLayout(false);
2461 this.groupBox3.PerformLayout();
2462 this.groupBox2.ResumeLayout(false);
2463 this.groupBox2.PerformLayout();
8 eva 2464 this.Tabs.ResumeLayout(false);
10 vero 2465 this.EstateTexturesTab.ResumeLayout(false);
2466 this.GroundTexturesGroup.ResumeLayout(false);
2467 this.groupBox22.ResumeLayout(false);
2468 this.groupBox22.PerformLayout();
2469 ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesHighPictureBox)).EndInit();
8 eva 2470 this.groupBox23.ResumeLayout(false);
2471 this.groupBox23.PerformLayout();
2472 ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesLowPictureBox)).EndInit();
10 vero 2473 this.groupBox21.ResumeLayout(false);
2474 this.groupBox21.PerformLayout();
2475 ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesMiddleHighPictureBox)).EndInit();
8 eva 2476 this.groupBox20.ResumeLayout(false);
2477 this.groupBox20.PerformLayout();
2478 ((System.ComponentModel.ISupportInitialize)(this.RegionTexturesMiddleLowPictureBox)).EndInit();
10 vero 2479 this.RegionToolsTab.ResumeLayout(false);
2480 this.RegionToolsRegionInfoGroup.ResumeLayout(false);
2481 this.RegionToolsRegionInfoGroup.PerformLayout();
2482 this.groupBox19.ResumeLayout(false);
2483 this.groupBox19.PerformLayout();
2484 this.groupBox18.ResumeLayout(false);
2485 this.groupBox18.PerformLayout();
2486 this.RegionToolsRegionDebugGroup.ResumeLayout(false);
2487 this.RegionToolsRegionDebugGroup.PerformLayout();
12 zed 2488 this.ResidentListTeleportHomeGroup.ResumeLayout(false);
2489 ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).EndInit();
2490 this.EstateVariablesGroup.ResumeLayout(false);
2491 this.EstateVariablesGroup.PerformLayout();
2492 ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).EndInit();
2493 this.groupBox1.ResumeLayout(false);
2494 this.groupBox1.PerformLayout();
2495 this.groupBox11.ResumeLayout(false);
2496 this.groupBox11.PerformLayout();
2497 this.groupBox17.ResumeLayout(false);
2498 this.groupBox17.PerformLayout();
2499 this.groupBox24.ResumeLayout(false);
2500 this.groupBox24.PerformLayout();
2 zed 2501 this.ResumeLayout(false);
2502 this.PerformLayout();
2503  
2504 }
2505  
2506 #endregion
2507  
2508 private PictureBox pictureBox1;
2509 private StatusStrip statusStrip1;
2510 private ToolStripProgressBar StatusProgress;
2511 private ToolStripStatusLabel StatusText;
2512 private Button button2;
2513 private GroupBox RegionTeleportGroup;
8 eva 2514 public ComboBox LoadedRegionsBox;
2 zed 2515 private Label CurrentRegionName;
2516 private Label CurrentRegionAt;
8 eva 2517 private Button VassalSettingsButton;
2518 private SaveFileDialog ExportCSVDialog;
2519 public GroupBox VassalStatusGroup;
2520 private Label Version;
2521 private ToolTip toolTip1;
2522 private PictureBox pictureBox6;
2523 private PictureBox pictureBox2;
2524 private OpenFileDialog LoadRawFileDialog;
2525 private SaveFileDialog SavePNGFileDialog;
2526 private SaveFileDialog SaveRawFileDialog;
2527 private TabPage EstateListsTab;
12 zed 2528 private GroupBox RegionToolsTerrainToolsGroup;
8 eva 2529 private GroupBox groupBox13;
2530 private Button RipTerrainButton;
2531 private PictureBox pictureBox5;
2532 private GroupBox EstateTerrainDownloadUploadGroup;
2533 private Button DownloadTerrainButton;
2534 private PictureBox pictureBox7;
2535 private PictureBox pictureBox4;
2536 private Button UploadTerrainButton;
2537 private TabPage EstateTopTab;
2538 private GroupBox groupBox14;
2539 private DataGridView TopCollidersGridView;
2540 private DataGridViewTextBoxColumn TopCollidersScore;
2541 private DataGridViewTextBoxColumn TopCollidersTaskName;
2542 private DataGridViewTextBoxColumn TopCollidersUUID;
2543 private DataGridViewTextBoxColumn TopCollidersOwner;
2544 private DataGridViewTextBoxColumn TopCollidersPosition;
2545 private GroupBox groupBox12;
2 zed 2546 private DataGridView TopScriptsGridView;
2547 private DataGridViewTextBoxColumn TopScriptsScore;
2548 private DataGridViewTextBoxColumn TopScriptsTaskName;
2549 private DataGridViewTextBoxColumn TopScriptsUUID;
2550 private DataGridViewTextBoxColumn TopScriptsOwner;
2551 private DataGridViewTextBoxColumn TopScriptsPosition;
3 eva 2552 private Button ReturnTopScriptsButton;
8 eva 2553 private Label label1;
3 eva 2554 private Button button3;
8 eva 2555 private TextBox TopScriptsFilter;
3 eva 2556 private TabPage BatchRestartTab;
8 eva 2557 private Label label3;
2558 public TextBox RegionRestartDelayBox;
2559 private PictureBox pictureBox3;
3 eva 2560 private Button BatchRestartButton;
2561 public DataGridView BatchRestartGridView;
2562 private DataGridViewTextBoxColumn BatchRestartRegionName;
2563 private DataGridViewTextBoxColumn BatchRestartPosition;
7 zed 2564 private TabPage ResidentListTab;
8 eva 2565 private GroupBox ResidentListBanGroup;
2566 private CheckBox ResidentBanAllEstatesBox;
2567 private Button ResidentBanButton;
2568 private Label label4;
2569 private TextBox ResidentListFilter;
7 zed 2570 private DataGridView ResidentListGridView;
2571 private DataGridViewTextBoxColumn ResidentListName;
2572 private DataGridViewTextBoxColumn ResidentListUUID;
2573 private DataGridViewTextBoxColumn ResidentListPosition;
2574 private TabPage RegionsStateTab;
2575 public DataGridView RegionsStateGridView;
2576 private DataGridViewTextBoxColumn RegionsStateRegionName;
2577 private DataGridViewTextBoxColumn RegionsStateLastState;
2578 private DataGridViewTextBoxColumn RegionsStateLastCheck;
8 eva 2579 private TabPage OverviewTab;
2580 private GroupBox groupBox10;
2581 public PictureBox RegionAvatarsMap;
2582 private GroupBox groupBox9;
2583 private Label Objects;
2584 private GroupBox groupBox8;
2585 private Label ScriptTime;
2586 private GroupBox groupBox7;
2587 private Label ActiveScripts;
2588 private GroupBox groupBox6;
2589 private Label PhysicsFPS;
2590 private GroupBox groupBox5;
2591 private Label FPS;
2592 private GroupBox groupBox4;
2593 private Label Dilation;
2594 private GroupBox groupBox3;
2595 private Label LastLag;
2596 private GroupBox groupBox2;
2597 private Label Agents;
2598 public TabControl Tabs;
2599 private Label label2;
2600 private TextBox TopCollidersFilter;
2601 private Button ReturnTopCollidersButton;
2602 private Button button5;
2603 private PictureBox ConnectionStatusPictureBox;
2604 private PictureBox pictureBox8;
2605 private TextBox EstateListsResidentFirstName;
2606 private Button RemoveEstateListMemberButton;
2607 private Button EstateListsAddResidentButton;
2608 private ComboBox EstateListSelectBox;
2609 private DataGridView EstateListGridView;
2610 private GroupBox EstateListsGroupsGroup;
2611 private Button button7;
2612 private TextBox EstateListsAddGroupBox;
2613 private GroupBox EstateListsResidentsGroup;
2614 private GroupBox groupBox15;
2615 private GroupBox groupBox16;
2616 private TextBox EstateListsResidentLastName;
2617 private GroupBox EstateListGroup;
7 zed 2618 private TabPage RegionToolsTab;
8 eva 2619 private Label label5;
2620 private Label label6;
2621 private TextBox EstateListFilter;
2622 private DataGridViewTextBoxColumn EstateListName;
2623 private DataGridViewTextBoxColumn EstateListUUID;
2624 private GroupBox RegionToolsRegionDebugGroup;
2625 private Button ApplyRegionDebugButton;
2626 private CheckBox RegionDebugPhysicsBox;
2627 private CheckBox RegionDebugCollisionsBox;
2628 private CheckBox RegionDebugScriptsBox;
2629 private GroupBox RegionToolsRegionInfoGroup;
2630 private GroupBox groupBox19;
2631 private TextBox RegionInfoAgentLimitBox;
2632 private GroupBox groupBox18;
2633 private TextBox RegionInfoObjectBonusBox;
2634 private CheckBox RegionInfoParcelBox;
2635 private CheckBox RegionInfoTerraformBox;
2636 private CheckBox RegionInfoPushBox;
2637 private CheckBox RegioninfoResellBox;
2638 private CheckBox RegionInfoDamageBox;
2639 private CheckBox RegionInfoFlyBox;
2640 private Button ApplyRegionInfoButton;
2641 private CheckBox RegionInfoMatureBox;
2642 private GroupBox groupBox23;
2643 private TextBox RegionTexturesLowUUIDBox;
2644 private PictureBox RegionTexturesLowPictureBox;
2645 private TabPage EstateTexturesTab;
2646 private GroupBox groupBox22;
2647 private Button RegionTexturesHighUUIDApplyButton;
2648 private Button button13;
2649 private TextBox RegionTexturesHighUUIDBox;
2650 private PictureBox RegionTexturesHighPictureBox;
2651 private GroupBox groupBox21;
2652 private Button RegionTexturesMiddleHighUUIDApplyButton;
2653 private Button button11;
2654 private TextBox RegionTexturesMiddleHighUUIDBox;
2655 private PictureBox RegionTexturesMiddleHighPictureBox;
2656 private GroupBox groupBox20;
2657 private Button RegionTexturesMiddleLowUUIDApplyButton;
2658 private Button button8;
2659 private TextBox RegionTexturesMiddleLowUUIDBox;
2660 private PictureBox RegionTexturesMiddleLowPictureBox;
2661 private Button RegionTexturesLowUUIDApplyButton;
2662 private Button button10;
2663 private GroupBox GroundTexturesGroup;
2664 private TextBox RegionTexturesHighUUIDApplyBox;
2665 private TextBox RegionTexturesLowUUIDApplyBox;
2666 private TextBox RegionTexturesMiddleHighUUIDApplyBox;
2667 private TextBox RegionTexturesMiddleLowUUIDApplyBox;
2668 private PictureBox pictureBox10;
2669 private PictureBox pictureBox11;
2670 private PictureBox pictureBox9;
2671 private PictureBox pictureBox12;
2672 private PictureBox pictureBox13;
2673 private PictureBox pictureBox14;
2674 private PictureBox pictureBox16;
2675 private PictureBox pictureBox15;
2676 private PictureBox pictureBox17;
2677 private Button button6;
7 zed 2678 private Button button4;
8 eva 2679 private OpenFileDialog LoadCSVFile;
2680 private Button button9;
12 zed 2681 private GroupBox ResidentListTeleportHomeGroup;
2682 private Button button1;
2683 private PictureBox pictureBox18;
2684 private GroupBox EstateVariablesGroup;
2685 private Label label10;
2686 private TextBox TerrainToolsSunPositionBox;
2687 private CheckBox TerrainToolsFixedSunBox;
2688 private CheckBox TerrainToolsUseEstateSunBox;
2689 private Label label9;
2690 private TextBox TerrainToolsTerrainLowerLimitBox;
2691 private Label label8;
2692 private TextBox TerrainToolsTerrainRaiseLimitBox;
2693 private Label label7;
2694 private TextBox TerrainToolsWaterHeightBox;
2695 private PictureBox pictureBox19;
2696 private Button SetTerrainVariablesButton;
2697 private GroupBox groupBox1;
2698 private Label FrameTime;
2699 private GroupBox groupBox11;
2700 private Label ScriptedObjects;
2701 private GroupBox groupBox24;
2702 private Label NetTime;
2703 private GroupBox groupBox17;
2704 private Label PhysicsTime;
2705 private BackgroundWorker backgroundWorker1;
2706 private AquaControls.AquaGauge CorradePollTimeDial;
2 zed 2707 }
2708 }
2709