corrade-vassal – Blame information for rev 10

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