corrade-vassal – Blame information for rev 16

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