corrade-vassal – Diff between revs 7 and 8

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