PageRenderTime 56ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 1ms

/WorldView/FormWorldView.Designer.cs

#
C# | 1301 lines | 1006 code | 8 blank | 287 comment | 3 complexity | ff2ed0bc8c77537268169cac6361b432 MD5 | raw file
  1. namespace MoreTerra
  2. {
  3. partial class FormWorldView
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.tabControlSettings = new System.Windows.Forms.TabControl();
  30. this.tabPageDrawWorld = new System.Windows.Forms.TabPage();
  31. this.checkBoxOfficialColors = new System.Windows.Forms.CheckBox();
  32. this.pictureBox = new System.Windows.Forms.PictureBox();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.comboBoxCropImage = new System.Windows.Forms.ComboBox();
  35. this.checkBoxDrawWires = new System.Windows.Forms.CheckBox();
  36. this.checkBoxDrawWalls = new System.Windows.Forms.CheckBox();
  37. this.checkBoxOpenImage = new System.Windows.Forms.CheckBox();
  38. this.buttonDrawWorld = new System.Windows.Forms.Button();
  39. this.groupBoxImageOutput = new System.Windows.Forms.GroupBox();
  40. this.textBoxOutputFile = new System.Windows.Forms.TextBox();
  41. this.buttonBrowseOutput = new System.Windows.Forms.Button();
  42. this.tabPageMarkers = new System.Windows.Forms.TabPage();
  43. this.groupBoxMarkers = new System.Windows.Forms.GroupBox();
  44. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  45. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  46. this.checkBoxShowChestTypes = new System.Windows.Forms.CheckBox();
  47. this.groupBox7 = new System.Windows.Forms.GroupBox();
  48. this.checkBoxCustomMarkers = new System.Windows.Forms.CheckBox();
  49. this.buttonResetCustomImages = new System.Windows.Forms.Button();
  50. this.buttonCustomResources = new System.Windows.Forms.Button();
  51. this.treeViewMarkerList = new System.Windows.Forms.TreeView();
  52. this.contextMenuStripListOperations = new System.Windows.Forms.ContextMenuStrip(this.components);
  53. this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  54. this.selectNoneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  55. this.invertSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  56. this.tabPageColors = new System.Windows.Forms.TabPage();
  57. this.groupBoxColorNames = new System.Windows.Forms.GroupBox();
  58. this.buttonColorNameColor = new System.Windows.Forms.Button();
  59. this.textBoxColorNameColor = new System.Windows.Forms.TextBox();
  60. this.buttonColorNameDelete = new System.Windows.Forms.Button();
  61. this.buttonColorNameAddNew = new System.Windows.Forms.Button();
  62. this.comboBoxColorNamesName = new System.Windows.Forms.ComboBox();
  63. this.groupBoxColorListPresets = new System.Windows.Forms.GroupBox();
  64. this.buttonPresetDelete = new System.Windows.Forms.Button();
  65. this.buttonPresetAddNew = new System.Windows.Forms.Button();
  66. this.comboBox1 = new System.Windows.Forms.ComboBox();
  67. this.treeViewColorList = new System.Windows.Forms.TreeView();
  68. this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  69. this.resetAllToDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  70. this.groupBoxColor = new System.Windows.Forms.GroupBox();
  71. this.buttonColorColor = new System.Windows.Forms.Button();
  72. this.comboBoxColorName = new System.Windows.Forms.ComboBox();
  73. this.textBoxColorColor = new System.Windows.Forms.TextBox();
  74. this.radioButtonColorColor = new System.Windows.Forms.RadioButton();
  75. this.radioButtonColorPreset = new System.Windows.Forms.RadioButton();
  76. this.radioButtonColorDefault = new System.Windows.Forms.RadioButton();
  77. this.tabPageChestFinder = new System.Windows.Forms.TabPage();
  78. this.checkBoxShowNormalItems = new System.Windows.Forms.CheckBox();
  79. this.checkBoxShowChestItems = new System.Windows.Forms.CheckBox();
  80. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  81. this.buttonMoveAllToFiltered = new System.Windows.Forms.Button();
  82. this.groupBox2 = new System.Windows.Forms.GroupBox();
  83. this.lstAvailableItems = new System.Windows.Forms.ListBox();
  84. this.groupBox3 = new System.Windows.Forms.GroupBox();
  85. this.lstFilteredItems = new System.Windows.Forms.ListBox();
  86. this.buttonMoveAllToAvailable = new System.Windows.Forms.Button();
  87. this.checkBoxFilterChests = new System.Windows.Forms.CheckBox();
  88. this.tabPageWorldInformation = new System.Windows.Forms.TabPage();
  89. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  90. this.worldInfoGroupBox = new System.Windows.Forms.GroupBox();
  91. this.worldPropertyGrid = new System.Windows.Forms.PropertyGrid();
  92. this.groupBox4 = new System.Windows.Forms.GroupBox();
  93. this.treeViewChestInformation = new System.Windows.Forms.TreeView();
  94. this.contextMenuStripSaveChests = new System.Windows.Forms.ContextMenuStrip(this.components);
  95. this.saveToTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  96. this.saveToCSVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  97. this.saveToXMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  98. this.groupBox5 = new System.Windows.Forms.GroupBox();
  99. this.radioButtonSortByX = new System.Windows.Forms.RadioButton();
  100. this.radioButtonSortByY = new System.Windows.Forms.RadioButton();
  101. this.radioButtonSortByNone = new System.Windows.Forms.RadioButton();
  102. this.buttonLoadInformation = new System.Windows.Forms.Button();
  103. this.tabPageAbout = new System.Windows.Forms.TabPage();
  104. this.label3 = new System.Windows.Forms.Label();
  105. this.label2 = new System.Windows.Forms.Label();
  106. this.lblVersion = new System.Windows.Forms.Label();
  107. this.label1 = new System.Windows.Forms.Label();
  108. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  109. this.linkLabelHomepage = new System.Windows.Forms.LinkLabel();
  110. this.groupBox1 = new System.Windows.Forms.GroupBox();
  111. this.labelSpecialThanks = new System.Windows.Forms.Label();
  112. this.groupBoxSelectWorld = new System.Windows.Forms.GroupBox();
  113. this.labelWorldName = new System.Windows.Forms.Label();
  114. this.comboBoxWorldFilePath = new System.Windows.Forms.ComboBox();
  115. this.buttonBrowseWorld = new System.Windows.Forms.Button();
  116. this.groupBox8 = new System.Windows.Forms.GroupBox();
  117. this.buttonSettingsDelete = new System.Windows.Forms.Button();
  118. this.buttonSettingsAddNew = new System.Windows.Forms.Button();
  119. this.comboBoxSettings = new System.Windows.Forms.ComboBox();
  120. this.colorDialog = new System.Windows.Forms.ColorDialog();
  121. this.tabControlSettings.SuspendLayout();
  122. this.tabPageDrawWorld.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
  124. this.groupBoxImageOutput.SuspendLayout();
  125. this.tabPageMarkers.SuspendLayout();
  126. this.groupBoxMarkers.SuspendLayout();
  127. this.tableLayoutPanel4.SuspendLayout();
  128. this.tableLayoutPanel2.SuspendLayout();
  129. this.groupBox7.SuspendLayout();
  130. this.contextMenuStripListOperations.SuspendLayout();
  131. this.tabPageColors.SuspendLayout();
  132. this.groupBoxColorNames.SuspendLayout();
  133. this.groupBoxColorListPresets.SuspendLayout();
  134. this.contextMenuStrip.SuspendLayout();
  135. this.groupBoxColor.SuspendLayout();
  136. this.tabPageChestFinder.SuspendLayout();
  137. this.tableLayoutPanel3.SuspendLayout();
  138. this.groupBox2.SuspendLayout();
  139. this.groupBox3.SuspendLayout();
  140. this.tabPageWorldInformation.SuspendLayout();
  141. this.tableLayoutPanel1.SuspendLayout();
  142. this.worldInfoGroupBox.SuspendLayout();
  143. this.groupBox4.SuspendLayout();
  144. this.contextMenuStripSaveChests.SuspendLayout();
  145. this.groupBox5.SuspendLayout();
  146. this.tabPageAbout.SuspendLayout();
  147. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  148. this.groupBox1.SuspendLayout();
  149. this.groupBoxSelectWorld.SuspendLayout();
  150. this.groupBox8.SuspendLayout();
  151. this.SuspendLayout();
  152. //
  153. // tabControlSettings
  154. //
  155. this.tabControlSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  156. | System.Windows.Forms.AnchorStyles.Left)
  157. | System.Windows.Forms.AnchorStyles.Right)));
  158. this.tabControlSettings.Controls.Add(this.tabPageDrawWorld);
  159. this.tabControlSettings.Controls.Add(this.tabPageMarkers);
  160. this.tabControlSettings.Controls.Add(this.tabPageColors);
  161. this.tabControlSettings.Controls.Add(this.tabPageChestFinder);
  162. this.tabControlSettings.Controls.Add(this.tabPageWorldInformation);
  163. this.tabControlSettings.Controls.Add(this.tabPageAbout);
  164. this.tabControlSettings.Location = new System.Drawing.Point(6, 89);
  165. this.tabControlSettings.Name = "tabControlSettings";
  166. this.tabControlSettings.SelectedIndex = 0;
  167. this.tabControlSettings.Size = new System.Drawing.Size(582, 452);
  168. this.tabControlSettings.TabIndex = 5;
  169. //
  170. // tabPageDrawWorld
  171. //
  172. this.tabPageDrawWorld.Controls.Add(this.checkBoxOfficialColors);
  173. this.tabPageDrawWorld.Controls.Add(this.pictureBox);
  174. this.tabPageDrawWorld.Controls.Add(this.label4);
  175. this.tabPageDrawWorld.Controls.Add(this.comboBoxCropImage);
  176. this.tabPageDrawWorld.Controls.Add(this.checkBoxDrawWires);
  177. this.tabPageDrawWorld.Controls.Add(this.checkBoxDrawWalls);
  178. this.tabPageDrawWorld.Controls.Add(this.checkBoxOpenImage);
  179. this.tabPageDrawWorld.Controls.Add(this.buttonDrawWorld);
  180. this.tabPageDrawWorld.Controls.Add(this.groupBoxImageOutput);
  181. this.tabPageDrawWorld.Location = new System.Drawing.Point(4, 22);
  182. this.tabPageDrawWorld.Name = "tabPageDrawWorld";
  183. this.tabPageDrawWorld.Padding = new System.Windows.Forms.Padding(3);
  184. this.tabPageDrawWorld.Size = new System.Drawing.Size(574, 426);
  185. this.tabPageDrawWorld.TabIndex = 0;
  186. this.tabPageDrawWorld.Text = "Draw World";
  187. this.tabPageDrawWorld.UseVisualStyleBackColor = true;
  188. //
  189. // checkBoxOfficialColors
  190. //
  191. this.checkBoxOfficialColors.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  192. this.checkBoxOfficialColors.AutoSize = true;
  193. this.checkBoxOfficialColors.Checked = true;
  194. this.checkBoxOfficialColors.CheckState = System.Windows.Forms.CheckState.Checked;
  195. this.checkBoxOfficialColors.Location = new System.Drawing.Point(185, 335);
  196. this.checkBoxOfficialColors.Name = "checkBoxOfficialColors";
  197. this.checkBoxOfficialColors.Size = new System.Drawing.Size(112, 17);
  198. this.checkBoxOfficialColors.TabIndex = 13;
  199. this.checkBoxOfficialColors.Text = "Use Official Colors";
  200. this.checkBoxOfficialColors.UseVisualStyleBackColor = true;
  201. this.checkBoxOfficialColors.CheckedChanged += new System.EventHandler(this.checkBoxOfficialColors_CheckedChanged);
  202. //
  203. // pictureBox
  204. //
  205. this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  206. | System.Windows.Forms.AnchorStyles.Left)
  207. | System.Windows.Forms.AnchorStyles.Right)));
  208. this.pictureBox.Location = new System.Drawing.Point(6, 108);
  209. this.pictureBox.Name = "pictureBox";
  210. this.pictureBox.Size = new System.Drawing.Size(562, 221);
  211. this.pictureBox.TabIndex = 13;
  212. this.pictureBox.TabStop = false;
  213. //
  214. // label4
  215. //
  216. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  217. this.label4.AutoSize = true;
  218. this.label4.Location = new System.Drawing.Point(243, 358);
  219. this.label4.Name = "label4";
  220. this.label4.Size = new System.Drawing.Size(107, 13);
  221. this.label4.TabIndex = 5;
  222. this.label4.Text = "Crop image based on";
  223. //
  224. // comboBoxCropImage
  225. //
  226. this.comboBoxCropImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  227. this.comboBoxCropImage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  228. this.comboBoxCropImage.FormattingEnabled = true;
  229. this.comboBoxCropImage.Items.AddRange(new object[] {
  230. "Nothing",
  231. "Old Lighting",
  232. "New Lighting"});
  233. this.comboBoxCropImage.Location = new System.Drawing.Point(351, 354);
  234. this.comboBoxCropImage.Name = "comboBoxCropImage";
  235. this.comboBoxCropImage.Size = new System.Drawing.Size(217, 21);
  236. this.comboBoxCropImage.TabIndex = 5;
  237. //
  238. // checkBoxDrawWires
  239. //
  240. this.checkBoxDrawWires.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  241. this.checkBoxDrawWires.AutoSize = true;
  242. this.checkBoxDrawWires.Checked = true;
  243. this.checkBoxDrawWires.CheckState = System.Windows.Forms.CheckState.Checked;
  244. this.checkBoxDrawWires.Location = new System.Drawing.Point(98, 335);
  245. this.checkBoxDrawWires.Name = "checkBoxDrawWires";
  246. this.checkBoxDrawWires.Size = new System.Drawing.Size(81, 17);
  247. this.checkBoxDrawWires.TabIndex = 12;
  248. this.checkBoxDrawWires.Text = "Draw Wires";
  249. this.checkBoxDrawWires.UseVisualStyleBackColor = true;
  250. //
  251. // checkBoxDrawWalls
  252. //
  253. this.checkBoxDrawWalls.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  254. this.checkBoxDrawWalls.AutoSize = true;
  255. this.checkBoxDrawWalls.Checked = true;
  256. this.checkBoxDrawWalls.CheckState = System.Windows.Forms.CheckState.Checked;
  257. this.checkBoxDrawWalls.Location = new System.Drawing.Point(12, 335);
  258. this.checkBoxDrawWalls.Name = "checkBoxDrawWalls";
  259. this.checkBoxDrawWalls.Size = new System.Drawing.Size(80, 17);
  260. this.checkBoxDrawWalls.TabIndex = 8;
  261. this.checkBoxDrawWalls.Text = "Draw Walls";
  262. this.checkBoxDrawWalls.UseVisualStyleBackColor = true;
  263. //
  264. // checkBoxOpenImage
  265. //
  266. this.checkBoxOpenImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  267. this.checkBoxOpenImage.AutoSize = true;
  268. this.checkBoxOpenImage.Checked = true;
  269. this.checkBoxOpenImage.CheckState = System.Windows.Forms.CheckState.Checked;
  270. this.checkBoxOpenImage.Location = new System.Drawing.Point(12, 358);
  271. this.checkBoxOpenImage.Name = "checkBoxOpenImage";
  272. this.checkBoxOpenImage.Size = new System.Drawing.Size(170, 17);
  273. this.checkBoxOpenImage.TabIndex = 10;
  274. this.checkBoxOpenImage.Text = "Open World image when done";
  275. this.checkBoxOpenImage.UseVisualStyleBackColor = true;
  276. //
  277. // buttonDrawWorld
  278. //
  279. this.buttonDrawWorld.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  280. | System.Windows.Forms.AnchorStyles.Right)));
  281. this.buttonDrawWorld.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  282. this.buttonDrawWorld.Location = new System.Drawing.Point(6, 381);
  283. this.buttonDrawWorld.Name = "buttonDrawWorld";
  284. this.buttonDrawWorld.Size = new System.Drawing.Size(562, 39);
  285. this.buttonDrawWorld.TabIndex = 11;
  286. this.buttonDrawWorld.Text = "Draw World";
  287. this.buttonDrawWorld.UseVisualStyleBackColor = true;
  288. //
  289. // groupBoxImageOutput
  290. //
  291. this.groupBoxImageOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  292. | System.Windows.Forms.AnchorStyles.Right)));
  293. this.groupBoxImageOutput.Controls.Add(this.textBoxOutputFile);
  294. this.groupBoxImageOutput.Controls.Add(this.buttonBrowseOutput);
  295. this.groupBoxImageOutput.Location = new System.Drawing.Point(6, 6);
  296. this.groupBoxImageOutput.Name = "groupBoxImageOutput";
  297. this.groupBoxImageOutput.Size = new System.Drawing.Size(562, 96);
  298. this.groupBoxImageOutput.TabIndex = 2;
  299. this.groupBoxImageOutput.TabStop = false;
  300. this.groupBoxImageOutput.Text = "Image Output";
  301. //
  302. // textBoxOutputFile
  303. //
  304. this.textBoxOutputFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  305. | System.Windows.Forms.AnchorStyles.Right)));
  306. this.textBoxOutputFile.Location = new System.Drawing.Point(6, 32);
  307. this.textBoxOutputFile.Name = "textBoxOutputFile";
  308. this.textBoxOutputFile.Size = new System.Drawing.Size(550, 20);
  309. this.textBoxOutputFile.TabIndex = 6;
  310. //
  311. // buttonBrowseOutput
  312. //
  313. this.buttonBrowseOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  314. this.buttonBrowseOutput.Location = new System.Drawing.Point(438, 58);
  315. this.buttonBrowseOutput.Name = "buttonBrowseOutput";
  316. this.buttonBrowseOutput.Size = new System.Drawing.Size(118, 28);
  317. this.buttonBrowseOutput.TabIndex = 7;
  318. this.buttonBrowseOutput.Text = "Browse...";
  319. this.buttonBrowseOutput.UseVisualStyleBackColor = true;
  320. //
  321. // tabPageMarkers
  322. //
  323. this.tabPageMarkers.Controls.Add(this.groupBoxMarkers);
  324. this.tabPageMarkers.Location = new System.Drawing.Point(4, 22);
  325. this.tabPageMarkers.Name = "tabPageMarkers";
  326. this.tabPageMarkers.Padding = new System.Windows.Forms.Padding(3);
  327. this.tabPageMarkers.Size = new System.Drawing.Size(574, 426);
  328. this.tabPageMarkers.TabIndex = 2;
  329. this.tabPageMarkers.Text = "Markers";
  330. this.tabPageMarkers.UseVisualStyleBackColor = true;
  331. //
  332. // groupBoxMarkers
  333. //
  334. this.groupBoxMarkers.Controls.Add(this.tableLayoutPanel4);
  335. this.groupBoxMarkers.Dock = System.Windows.Forms.DockStyle.Fill;
  336. this.groupBoxMarkers.Location = new System.Drawing.Point(3, 3);
  337. this.groupBoxMarkers.Name = "groupBoxMarkers";
  338. this.groupBoxMarkers.Size = new System.Drawing.Size(568, 420);
  339. this.groupBoxMarkers.TabIndex = 7;
  340. this.groupBoxMarkers.TabStop = false;
  341. this.groupBoxMarkers.Text = "World Markers";
  342. //
  343. // tableLayoutPanel4
  344. //
  345. this.tableLayoutPanel4.ColumnCount = 2;
  346. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  347. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 234F));
  348. this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel2, 0, 0);
  349. this.tableLayoutPanel4.Controls.Add(this.treeViewMarkerList, 0, 0);
  350. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  351. this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
  352. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  353. this.tableLayoutPanel4.RowCount = 1;
  354. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  355. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 401F));
  356. this.tableLayoutPanel4.Size = new System.Drawing.Size(562, 401);
  357. this.tableLayoutPanel4.TabIndex = 0;
  358. //
  359. // tableLayoutPanel2
  360. //
  361. this.tableLayoutPanel2.ColumnCount = 1;
  362. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  363. this.tableLayoutPanel2.Controls.Add(this.checkBoxShowChestTypes, 0, 0);
  364. this.tableLayoutPanel2.Controls.Add(this.groupBox7, 0, 1);
  365. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  366. this.tableLayoutPanel2.Location = new System.Drawing.Point(331, 3);
  367. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  368. this.tableLayoutPanel2.RowCount = 2;
  369. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 208F));
  370. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
  371. this.tableLayoutPanel2.Size = new System.Drawing.Size(228, 395);
  372. this.tableLayoutPanel2.TabIndex = 42;
  373. //
  374. // checkBoxShowChestTypes
  375. //
  376. this.checkBoxShowChestTypes.AutoSize = true;
  377. this.checkBoxShowChestTypes.Location = new System.Drawing.Point(3, 3);
  378. this.checkBoxShowChestTypes.Name = "checkBoxShowChestTypes";
  379. this.checkBoxShowChestTypes.Size = new System.Drawing.Size(115, 17);
  380. this.checkBoxShowChestTypes.TabIndex = 7;
  381. this.checkBoxShowChestTypes.Text = "Show Chest Types";
  382. this.checkBoxShowChestTypes.UseVisualStyleBackColor = true;
  383. //
  384. // groupBox7
  385. //
  386. this.groupBox7.Controls.Add(this.checkBoxCustomMarkers);
  387. this.groupBox7.Controls.Add(this.buttonResetCustomImages);
  388. this.groupBox7.Controls.Add(this.buttonCustomResources);
  389. this.groupBox7.Dock = System.Windows.Forms.DockStyle.Fill;
  390. this.groupBox7.Location = new System.Drawing.Point(3, 211);
  391. this.groupBox7.Name = "groupBox7";
  392. this.groupBox7.Size = new System.Drawing.Size(222, 181);
  393. this.groupBox7.TabIndex = 48;
  394. this.groupBox7.TabStop = false;
  395. this.groupBox7.Text = "Custom Images";
  396. //
  397. // checkBoxCustomMarkers
  398. //
  399. this.checkBoxCustomMarkers.AutoSize = true;
  400. this.checkBoxCustomMarkers.Location = new System.Drawing.Point(6, 19);
  401. this.checkBoxCustomMarkers.Name = "checkBoxCustomMarkers";
  402. this.checkBoxCustomMarkers.Size = new System.Drawing.Size(120, 17);
  403. this.checkBoxCustomMarkers.TabIndex = 8;
  404. this.checkBoxCustomMarkers.Text = "Use Custom Images";
  405. this.checkBoxCustomMarkers.UseVisualStyleBackColor = true;
  406. //
  407. // buttonResetCustomImages
  408. //
  409. this.buttonResetCustomImages.Location = new System.Drawing.Point(113, 42);
  410. this.buttonResetCustomImages.Name = "buttonResetCustomImages";
  411. this.buttonResetCustomImages.Size = new System.Drawing.Size(109, 39);
  412. this.buttonResetCustomImages.TabIndex = 10;
  413. this.buttonResetCustomImages.Text = "Reset Custom Images";
  414. this.buttonResetCustomImages.UseVisualStyleBackColor = true;
  415. //
  416. // buttonCustomResources
  417. //
  418. this.buttonCustomResources.Location = new System.Drawing.Point(6, 42);
  419. this.buttonCustomResources.Name = "buttonCustomResources";
  420. this.buttonCustomResources.Size = new System.Drawing.Size(101, 39);
  421. this.buttonCustomResources.TabIndex = 9;
  422. this.buttonCustomResources.Text = "Open Resource Folder";
  423. this.buttonCustomResources.UseVisualStyleBackColor = true;
  424. //
  425. // treeViewMarkerList
  426. //
  427. this.treeViewMarkerList.ContextMenuStrip = this.contextMenuStripListOperations;
  428. this.treeViewMarkerList.Location = new System.Drawing.Point(3, 3);
  429. this.treeViewMarkerList.Name = "treeViewMarkerList";
  430. this.treeViewMarkerList.Size = new System.Drawing.Size(322, 392);
  431. this.treeViewMarkerList.TabIndex = 6;
  432. //
  433. // contextMenuStripListOperations
  434. //
  435. this.contextMenuStripListOperations.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  436. this.selectAllToolStripMenuItem,
  437. this.selectNoneToolStripMenuItem,
  438. this.invertSelectionToolStripMenuItem});
  439. this.contextMenuStripListOperations.Name = "contextMenuStripListOperations";
  440. this.contextMenuStripListOperations.ShowImageMargin = false;
  441. this.contextMenuStripListOperations.Size = new System.Drawing.Size(130, 70);
  442. //
  443. // selectAllToolStripMenuItem
  444. //
  445. this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
  446. this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
  447. this.selectAllToolStripMenuItem.Text = "Select all";
  448. //
  449. // selectNoneToolStripMenuItem
  450. //
  451. this.selectNoneToolStripMenuItem.Name = "selectNoneToolStripMenuItem";
  452. this.selectNoneToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
  453. this.selectNoneToolStripMenuItem.Text = "Select none";
  454. //
  455. // invertSelectionToolStripMenuItem
  456. //
  457. this.invertSelectionToolStripMenuItem.Name = "invertSelectionToolStripMenuItem";
  458. this.invertSelectionToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
  459. this.invertSelectionToolStripMenuItem.Text = "Invert selection";
  460. //
  461. // tabPageColors
  462. //
  463. this.tabPageColors.Controls.Add(this.groupBoxColorNames);
  464. this.tabPageColors.Controls.Add(this.groupBoxColorListPresets);
  465. this.tabPageColors.Controls.Add(this.treeViewColorList);
  466. this.tabPageColors.Controls.Add(this.groupBoxColor);
  467. this.tabPageColors.Location = new System.Drawing.Point(4, 22);
  468. this.tabPageColors.Name = "tabPageColors";
  469. this.tabPageColors.Padding = new System.Windows.Forms.Padding(3);
  470. this.tabPageColors.Size = new System.Drawing.Size(574, 426);
  471. this.tabPageColors.TabIndex = 6;
  472. this.tabPageColors.Text = "Colors";
  473. this.tabPageColors.UseVisualStyleBackColor = true;
  474. //
  475. // groupBoxColorNames
  476. //
  477. this.groupBoxColorNames.Controls.Add(this.buttonColorNameColor);
  478. this.groupBoxColorNames.Controls.Add(this.textBoxColorNameColor);
  479. this.groupBoxColorNames.Controls.Add(this.buttonColorNameDelete);
  480. this.groupBoxColorNames.Controls.Add(this.buttonColorNameAddNew);
  481. this.groupBoxColorNames.Controls.Add(this.comboBoxColorNamesName);
  482. this.groupBoxColorNames.Enabled = false;
  483. this.groupBoxColorNames.Location = new System.Drawing.Point(239, 198);
  484. this.groupBoxColorNames.Name = "groupBoxColorNames";
  485. this.groupBoxColorNames.Size = new System.Drawing.Size(227, 100);
  486. this.groupBoxColorNames.TabIndex = 4;
  487. this.groupBoxColorNames.TabStop = false;
  488. this.groupBoxColorNames.Text = "Color Names";
  489. //
  490. // buttonColorNameColor
  491. //
  492. this.buttonColorNameColor.Location = new System.Drawing.Point(87, 42);
  493. this.buttonColorNameColor.Name = "buttonColorNameColor";
  494. this.buttonColorNameColor.Size = new System.Drawing.Size(50, 23);
  495. this.buttonColorNameColor.TabIndex = 9;
  496. this.buttonColorNameColor.UseVisualStyleBackColor = true;
  497. //
  498. // textBoxColorNameColor
  499. //
  500. this.textBoxColorNameColor.Location = new System.Drawing.Point(6, 45);
  501. this.textBoxColorNameColor.Name = "textBoxColorNameColor";
  502. this.textBoxColorNameColor.Size = new System.Drawing.Size(75, 20);
  503. this.textBoxColorNameColor.TabIndex = 5;
  504. this.textBoxColorNameColor.Text = "#FFFFFF";
  505. //
  506. // buttonColorNameDelete
  507. //
  508. this.buttonColorNameDelete.Location = new System.Drawing.Point(87, 71);
  509. this.buttonColorNameDelete.Name = "buttonColorNameDelete";
  510. this.buttonColorNameDelete.Size = new System.Drawing.Size(75, 23);
  511. this.buttonColorNameDelete.TabIndex = 7;
  512. this.buttonColorNameDelete.Text = "Delete";
  513. this.buttonColorNameDelete.UseVisualStyleBackColor = true;
  514. //
  515. // buttonColorNameAddNew
  516. //
  517. this.buttonColorNameAddNew.Location = new System.Drawing.Point(6, 71);
  518. this.buttonColorNameAddNew.Name = "buttonColorNameAddNew";
  519. this.buttonColorNameAddNew.Size = new System.Drawing.Size(75, 23);
  520. this.buttonColorNameAddNew.TabIndex = 8;
  521. this.buttonColorNameAddNew.Text = "Add New...";
  522. this.buttonColorNameAddNew.UseVisualStyleBackColor = true;
  523. //
  524. // comboBoxColorNamesName
  525. //
  526. this.comboBoxColorNamesName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  527. this.comboBoxColorNamesName.FormattingEnabled = true;
  528. this.comboBoxColorNamesName.Location = new System.Drawing.Point(6, 19);
  529. this.comboBoxColorNamesName.Name = "comboBoxColorNamesName";
  530. this.comboBoxColorNamesName.Size = new System.Drawing.Size(121, 21);
  531. this.comboBoxColorNamesName.Sorted = true;
  532. this.comboBoxColorNamesName.TabIndex = 6;
  533. //
  534. // groupBoxColorListPresets
  535. //
  536. this.groupBoxColorListPresets.Controls.Add(this.buttonPresetDelete);
  537. this.groupBoxColorListPresets.Controls.Add(this.buttonPresetAddNew);
  538. this.groupBoxColorListPresets.Controls.Add(this.comboBox1);
  539. this.groupBoxColorListPresets.Enabled = false;
  540. this.groupBoxColorListPresets.Location = new System.Drawing.Point(239, 6);
  541. this.groupBoxColorListPresets.Name = "groupBoxColorListPresets";
  542. this.groupBoxColorListPresets.Size = new System.Drawing.Size(227, 76);
  543. this.groupBoxColorListPresets.TabIndex = 3;
  544. this.groupBoxColorListPresets.TabStop = false;
  545. this.groupBoxColorListPresets.Text = "Color List Presets";
  546. //
  547. // buttonPresetDelete
  548. //
  549. this.buttonPresetDelete.Location = new System.Drawing.Point(87, 46);
  550. this.buttonPresetDelete.Name = "buttonPresetDelete";
  551. this.buttonPresetDelete.Size = new System.Drawing.Size(75, 23);
  552. this.buttonPresetDelete.TabIndex = 5;
  553. this.buttonPresetDelete.Text = "Delete";
  554. this.buttonPresetDelete.UseVisualStyleBackColor = true;
  555. //
  556. // buttonPresetAddNew
  557. //
  558. this.buttonPresetAddNew.Location = new System.Drawing.Point(6, 46);
  559. this.buttonPresetAddNew.Name = "buttonPresetAddNew";
  560. this.buttonPresetAddNew.Size = new System.Drawing.Size(75, 23);
  561. this.buttonPresetAddNew.TabIndex = 5;
  562. this.buttonPresetAddNew.Text = "Add New...";
  563. this.buttonPresetAddNew.UseVisualStyleBackColor = true;
  564. //
  565. // comboBox1
  566. //
  567. this.comboBox1.FormattingEnabled = true;
  568. this.comboBox1.Location = new System.Drawing.Point(6, 19);
  569. this.comboBox1.Name = "comboBox1";
  570. this.comboBox1.Size = new System.Drawing.Size(121, 21);
  571. this.comboBox1.TabIndex = 2;
  572. //
  573. // treeViewColorList
  574. //
  575. this.treeViewColorList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  576. | System.Windows.Forms.AnchorStyles.Left)));
  577. this.treeViewColorList.ContextMenuStrip = this.contextMenuStrip;
  578. this.treeViewColorList.Location = new System.Drawing.Point(6, 6);
  579. this.treeViewColorList.Name = "treeViewColorList";
  580. this.treeViewColorList.Size = new System.Drawing.Size(227, 400);
  581. this.treeViewColorList.TabIndex = 0;
  582. //
  583. // contextMenuStrip
  584. //
  585. this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  586. this.resetAllToDefaultToolStripMenuItem});
  587. this.contextMenuStrip.Name = "contextMenuStrip";
  588. this.contextMenuStrip.ShowImageMargin = false;
  589. this.contextMenuStrip.Size = new System.Drawing.Size(148, 26);
  590. //
  591. // resetAllToDefaultToolStripMenuItem
  592. //
  593. this.resetAllToDefaultToolStripMenuItem.Name = "resetAllToDefaultToolStripMenuItem";
  594. this.resetAllToDefaultToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
  595. this.resetAllToDefaultToolStripMenuItem.Text = "Reset all to Default";
  596. //
  597. // groupBoxColor
  598. //
  599. this.groupBoxColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  600. this.groupBoxColor.Controls.Add(this.buttonColorColor);
  601. this.groupBoxColor.Controls.Add(this.comboBoxColorName);
  602. this.groupBoxColor.Controls.Add(this.textBoxColorColor);
  603. this.groupBoxColor.Controls.Add(this.radioButtonColorColor);
  604. this.groupBoxColor.Controls.Add(this.radioButtonColorPreset);
  605. this.groupBoxColor.Controls.Add(this.radioButtonColorDefault);
  606. this.groupBoxColor.Enabled = false;
  607. this.groupBoxColor.Location = new System.Drawing.Point(239, 88);
  608. this.groupBoxColor.Name = "groupBoxColor";
  609. this.groupBoxColor.Size = new System.Drawing.Size(227, 104);
  610. this.groupBoxColor.TabIndex = 1;
  611. this.groupBoxColor.TabStop = false;
  612. this.groupBoxColor.Text = "Color";
  613. //
  614. // buttonColorColor
  615. //
  616. this.buttonColorColor.Location = new System.Drawing.Point(170, 72);
  617. this.buttonColorColor.Name = "buttonColorColor";
  618. this.buttonColorColor.Size = new System.Drawing.Size(50, 23);
  619. this.buttonColorColor.TabIndex = 10;
  620. this.buttonColorColor.Text = "...";
  621. this.buttonColorColor.UseVisualStyleBackColor = true;
  622. //
  623. // comboBoxColorName
  624. //
  625. this.comboBoxColorName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  626. this.comboBoxColorName.FormattingEnabled = true;
  627. this.comboBoxColorName.Location = new System.Drawing.Point(67, 46);
  628. this.comboBoxColorName.Name = "comboBoxColorName";
  629. this.comboBoxColorName.Size = new System.Drawing.Size(121, 21);
  630. this.comboBoxColorName.Sorted = true;
  631. this.comboBoxColorName.TabIndex = 4;
  632. //
  633. // textBoxColorColor
  634. //
  635. this.textBoxColorColor.Location = new System.Drawing.Point(67, 73);
  636. this.textBoxColorColor.Name = "textBoxColorColor";
  637. this.textBoxColorColor.Size = new System.Drawing.Size(100, 20);
  638. this.textBoxColorColor.TabIndex = 3;
  639. this.textBoxColorColor.Text = "#FFFFFF";
  640. //
  641. // radioButtonColorColor
  642. //
  643. this.radioButtonColorColor.AutoSize = true;
  644. this.radioButtonColorColor.Location = new System.Drawing.Point(6, 72);
  645. this.radioButtonColorColor.Name = "radioButtonColorColor";
  646. this.radioButtonColorColor.Size = new System.Drawing.Size(49, 17);
  647. this.radioButtonColorColor.TabIndex = 2;
  648. this.radioButtonColorColor.TabStop = true;
  649. this.radioButtonColorColor.Text = "Color";
  650. this.radioButtonColorColor.UseVisualStyleBackColor = true;
  651. //
  652. // radioButtonColorPreset
  653. //
  654. this.radioButtonColorPreset.AutoSize = true;
  655. this.radioButtonColorPreset.Location = new System.Drawing.Point(6, 46);
  656. this.radioButtonColorPreset.Name = "radioButtonColorPreset";
  657. this.radioButtonColorPreset.Size = new System.Drawing.Size(53, 17);
  658. this.radioButtonColorPreset.TabIndex = 1;
  659. this.radioButtonColorPreset.TabStop = true;
  660. this.radioButtonColorPreset.Text = "Name";
  661. this.radioButtonColorPreset.UseVisualStyleBackColor = true;
  662. //
  663. // radioButtonColorDefault
  664. //
  665. this.radioButtonColorDefault.AutoSize = true;
  666. this.radioButtonColorDefault.Location = new System.Drawing.Point(6, 19);
  667. this.radioButtonColorDefault.Name = "radioButtonColorDefault";
  668. this.radioButtonColorDefault.Size = new System.Drawing.Size(59, 17);
  669. this.radioButtonColorDefault.TabIndex = 0;
  670. this.radioButtonColorDefault.TabStop = true;
  671. this.radioButtonColorDefault.Text = "Default";
  672. this.radioButtonColorDefault.UseVisualStyleBackColor = true;
  673. //
  674. // tabPageChestFinder
  675. //
  676. this.tabPageChestFinder.Controls.Add(this.checkBoxShowNormalItems);
  677. this.tabPageChestFinder.Controls.Add(this.checkBoxShowChestItems);
  678. this.tabPageChestFinder.Controls.Add(this.tableLayoutPanel3);
  679. this.tabPageChestFinder.Controls.Add(this.checkBoxFilterChests);
  680. this.tabPageChestFinder.Location = new System.Drawing.Point(4, 22);
  681. this.tabPageChestFinder.Name = "tabPageChestFinder";
  682. this.tabPageChestFinder.Padding = new System.Windows.Forms.Padding(3);
  683. this.tabPageChestFinder.Size = new System.Drawing.Size(574, 426);
  684. this.tabPageChestFinder.TabIndex = 5;
  685. this.tabPageChestFinder.Text = "Chest Finder";
  686. this.tabPageChestFinder.UseVisualStyleBackColor = true;
  687. //
  688. // checkBoxShowNormalItems
  689. //
  690. this.checkBoxShowNormalItems.AutoSize = true;
  691. this.checkBoxShowNormalItems.Location = new System.Drawing.Point(224, 6);
  692. this.checkBoxShowNormalItems.Name = "checkBoxShowNormalItems";
  693. this.checkBoxShowNormalItems.Size = new System.Drawing.Size(117, 17);
  694. this.checkBoxShowNormalItems.TabIndex = 4;
  695. this.checkBoxShowNormalItems.Text = "Show Normal Items";
  696. this.checkBoxShowNormalItems.UseVisualStyleBackColor = true;
  697. //
  698. // checkBoxShowChestItems
  699. //
  700. this.checkBoxShowChestItems.AutoSize = true;
  701. this.checkBoxShowChestItems.Location = new System.Drawing.Point(107, 6);
  702. this.checkBoxShowChestItems.Name = "checkBoxShowChestItems";
  703. this.checkBoxShowChestItems.Size = new System.Drawing.Size(111, 17);
  704. this.checkBoxShowChestItems.TabIndex = 3;
  705. this.checkBoxShowChestItems.Text = "Show Chest Items";
  706. this.checkBoxShowChestItems.UseVisualStyleBackColor = true;
  707. //
  708. // tableLayoutPanel3
  709. //
  710. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  711. | System.Windows.Forms.AnchorStyles.Left)
  712. | System.Windows.Forms.AnchorStyles.Right)));
  713. this.tableLayoutPanel3.ColumnCount = 4;
  714. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
  715. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28F));
  716. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28F));
  717. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
  718. this.tableLayoutPanel3.Controls.Add(this.buttonMoveAllToFiltered, 0, 1);
  719. this.tableLayoutPanel3.Controls.Add(this.groupBox2, 0, 0);
  720. this.tableLayoutPanel3.Controls.Add(this.groupBox3, 2, 0);
  721. this.tableLayoutPanel3.Controls.Add(this.buttonMoveAllToAvailable, 3, 1);
  722. this.tableLayoutPanel3.Location = new System.Drawing.Point(6, 31);
  723. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  724. this.tableLayoutPanel3.RowCount = 2;
  725. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  726. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  727. this.tableLayoutPanel3.Size = new System.Drawing.Size(554, 375);
  728. this.tableLayoutPanel3.TabIndex = 2;
  729. //
  730. // buttonMoveAllToFiltered
  731. //
  732. this.buttonMoveAllToFiltered.Location = new System.Drawing.Point(3, 348);
  733. this.buttonMoveAllToFiltered.Name = "buttonMoveAllToFiltered";
  734. this.buttonMoveAllToFiltered.Size = new System.Drawing.Size(75, 23);
  735. this.buttonMoveAllToFiltered.TabIndex = 8;
  736. this.buttonMoveAllToFiltered.Text = "Move All -->";
  737. this.buttonMoveAllToFiltered.UseVisualStyleBackColor = true;
  738. //
  739. // groupBox2
  740. //
  741. this.tableLayoutPanel3.SetColumnSpan(this.groupBox2, 2);
  742. this.groupBox2.Controls.Add(this.lstAvailableItems);
  743. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  744. this.groupBox2.Location = new System.Drawing.Point(3, 3);
  745. this.groupBox2.Name = "groupBox2";
  746. this.groupBox2.Size = new System.Drawing.Size(270, 339);
  747. this.groupBox2.TabIndex = 0;
  748. this.groupBox2.TabStop = false;
  749. this.groupBox2.Text = "Available Items";
  750. //
  751. // lstAvailableItems
  752. //
  753. this.lstAvailableItems.Dock = System.Windows.Forms.DockStyle.Fill;
  754. this.lstAvailableItems.Enabled = false;
  755. this.lstAvailableItems.FormattingEnabled = true;
  756. this.lstAvailableItems.IntegralHeight = false;
  757. this.lstAvailableItems.Location = new System.Drawing.Point(3, 16);
  758. this.lstAvailableItems.Name = "lstAvailableItems";
  759. this.lstAvailableItems.Size = new System.Drawing.Size(264, 320);
  760. this.lstAvailableItems.Sorted = true;
  761. this.lstAvailableItems.TabIndex = 6;
  762. //
  763. // groupBox3
  764. //
  765. this.tableLayoutPanel3.SetColumnSpan(this.groupBox3, 2);
  766. this.groupBox3.Controls.Add(this.lstFilteredItems);
  767. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  768. this.groupBox3.Location = new System.Drawing.Point(279, 3);
  769. this.groupBox3.Name = "groupBox3";
  770. this.groupBox3.Size = new System.Drawing.Size(272, 339);
  771. this.groupBox3.TabIndex = 1;
  772. this.groupBox3.TabStop = false;
  773. this.groupBox3.Text = "Selected Items";
  774. //
  775. // lstFilteredItems
  776. //
  777. this.lstFilteredItems.Dock = System.Windows.Forms.DockStyle.Fill;
  778. this.lstFilteredItems.Enabled = false;
  779. this.lstFilteredItems.FormattingEnabled = true;
  780. this.lstFilteredItems.IntegralHeight = false;
  781. this.lstFilteredItems.Location = new System.Drawing.Point(3, 16);
  782. this.lstFilteredItems.Name = "lstFilteredItems";
  783. this.lstFilteredItems.Size = new System.Drawing.Size(266, 320);
  784. this.lstFilteredItems.Sorted = true;
  785. this.lstFilteredItems.TabIndex = 7;
  786. //
  787. // buttonMoveAllToAvailable
  788. //
  789. this.buttonMoveAllToAvailable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  790. this.buttonMoveAllToAvailable.Location = new System.Drawing.Point(476, 348);
  791. this.buttonMoveAllToAvailable.Name = "buttonMoveAllToAvailable";
  792. this.buttonMoveAllToAvailable.Size = new System.Drawing.Size(75, 23);
  793. this.buttonMoveAllToAvailable.TabIndex = 12;
  794. this.buttonMoveAllToAvailable.Text = "<-- Move All";
  795. this.buttonMoveAllToAvailable.UseVisualStyleBackColor = true;
  796. //
  797. // checkBoxFilterChests
  798. //
  799. this.checkBoxFilterChests.AutoSize = true;
  800. this.checkBoxFilterChests.Location = new System.Drawing.Point(6, 6);
  801. this.checkBoxFilterChests.Name = "checkBoxFilterChests";
  802. this.checkBoxFilterChests.Size = new System.Drawing.Size(83, 17);
  803. this.checkBoxFilterChests.TabIndex = 1;
  804. this.checkBoxFilterChests.Text = "Filter Chests";
  805. this.checkBoxFilterChests.UseVisualStyleBackColor = true;
  806. //
  807. // tabPageWorldInformation
  808. //
  809. this.tabPageWorldInformation.Controls.Add(this.tableLayoutPanel1);
  810. this.tabPageWorldInformation.Location = new System.Drawing.Point(4, 22);
  811. this.tabPageWorldInformation.Name = "tabPageWorldInformation";
  812. this.tabPageWorldInformation.Padding = new System.Windows.Forms.Padding(3);
  813. this.tabPageWorldInformation.Size = new System.Drawing.Size(574, 426);
  814. this.tabPageWorldInformation.TabIndex = 1;
  815. this.tabPageWorldInformation.Text = "World Information";
  816. this.tabPageWorldInformation.UseVisualStyleBackColor = true;
  817. //
  818. // tableLayoutPanel1
  819. //
  820. this.tableLayoutPanel1.ColumnCount = 2;
  821. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  822. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  823. this.tableLayoutPanel1.Controls.Add(this.worldInfoGroupBox, 0, 0);
  824. this.tableLayoutPanel1.Controls.Add(this.groupBox4, 1, 0);
  825. this.tableLayoutPanel1.Controls.Add(this.groupBox5, 1, 2);
  826. this.tableLayoutPanel1.Controls.Add(this.buttonLoadInformation, 0, 2);
  827. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  828. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  829. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  830. this.tableLayoutPanel1.RowCount = 3;
  831. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  832. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  833. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  834. this.tableLayoutPanel1.Size = new System.Drawing.Size(568, 420);
  835. this.tableLayoutPanel1.TabIndex = 0;
  836. //
  837. // worldInfoGroupBox
  838. //
  839. this.worldInfoGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  840. | System.Windows.Forms.AnchorStyles.Left)
  841. | System.Windows.Forms.AnchorStyles.Right)));
  842. this.worldInfoGroupBox.Controls.Add(this.worldPropertyGrid);
  843. this.worldInfoGroupBox.Location = new System.Drawing.Point(3, 3);
  844. this.worldInfoGroupBox.Name = "worldInfoGroupBox";
  845. this.tableLayoutPanel1.SetRowSpan(this.worldInfoGroupBox, 2);
  846. this.worldInfoGroupBox.Size = new System.Drawing.Size(278, 364);
  847. this.worldInfoGroupBox.TabIndex = 3;
  848. this.worldInfoGroupBox.TabStop = false;
  849. this.worldInfoGroupBox.Text = "World Information";
  850. //
  851. // worldPropertyGrid
  852. //
  853. this.worldPropertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  854. this.worldPropertyGrid.HelpVisible = false;
  855. this.worldPropertyGrid.Location = new System.Drawing.Point(3, 16);
  856. this.worldPropertyGrid.Name = "worldPropertyGrid";
  857. this.worldPropertyGrid.Size = new System.Drawing.Size(272, 345);
  858. this.worldPropertyGrid.TabIndex = 6;
  859. this.worldPropertyGrid.ToolbarVisible = false;
  860. //
  861. // groupBox4
  862. //
  863. this.groupBox4.Controls.Add(this.treeViewChestInformation);
  864. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  865. this.groupBox4.Location = new System.Drawing.Point(287, 3);
  866. this.groupBox4.Name = "groupBox4";
  867. this.tableLayoutPanel1.SetRowSpan(this.groupBox4, 2);
  868. this.groupBox4.Size = new System.Drawing.Size(278, 364);
  869. this.groupBox4.TabIndex = 5;
  870. this.groupBox4.TabStop = false;
  871. this.groupBox4.Text = "Chests";
  872. //
  873. // treeViewChestInformation
  874. //
  875. this.treeViewChestInformation.ContextMenuStrip = this.contextMenuStripSaveChests;
  876. this.treeViewChestInformation.Dock = System.Windows.Forms.DockStyle.Fill;
  877. this.treeViewChestInformation.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  878. this.treeViewChestInformation.Location = new System.Drawing.Point(3, 16);
  879. this.treeViewChestInformation.Name = "treeViewChestInformation";
  880. this.treeViewChestInformation.Size = new System.Drawing.Size(272, 345);
  881. this.treeViewChestInformation.TabIndex = 7;
  882. //
  883. // contextMenuStripSaveChests
  884. //
  885. this.contextMenuStripSaveChests.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  886. this.saveToTextToolStripMenuItem,
  887. this.saveToCSVToolStripMenuItem,
  888. this.saveToXMLToolStripMenuItem});
  889. this.contextMenuStripSaveChests.Name = "contextMenuStripSaveChests";
  890. this.contextMenuStripSaveChests.ShowImageMargin = false;
  891. this.contextMenuStripSaveChests.Size = new System.Drawing.Size(115, 70);
  892. //
  893. // saveToTextToolStripMenuItem
  894. //
  895. this.saveToTextToolStripMenuItem.Name = "saveToTextToolStripMenuItem";
  896. this.saveToTextToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
  897. this.saveToTextToolStripMenuItem.Text = "Save to Text";
  898. //
  899. // saveToCSVToolStripMenuItem
  900. //
  901. this.saveToCSVToolStripMenuItem.Name = "saveToCSVToolStripMenuItem";
  902. this.saveToCSVToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
  903. this.saveToCSVToolStripMenuItem.Text = "Save to CSV";
  904. //
  905. // saveToXMLToolStripMenuItem
  906. //
  907. this.saveToXMLToolStripMenuItem.Name = "saveToXMLToolStripMenuItem";
  908. this.saveToXMLToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
  909. this.saveToXMLToolStripMenuItem.Text = "Save to XML";
  910. //
  911. // groupBox5
  912. //
  913. this.groupBox5.Controls.Add(this.radioButtonSortByX);
  914. this.groupBox5.Controls.Add(this.radioButtonSortByY);
  915. this.groupBox5.Controls.Add(this.radioButtonSortByNone);
  916. this.groupBox5.Location = new System.Drawing.Point(287, 373);
  917. this.groupBox5.Name = "groupBox5";
  918. this.groupBox5.Size = new System.Drawing.Size(224, 43);
  919. this.groupBox5.TabIndex = 12;
  920. this.groupBox5.TabStop = false;
  921. this.groupBox5.Text = "Sort Type";
  922. //
  923. // radioButtonSortByX
  924. //
  925. this.radioButtonSortByX.AutoSize = true;
  926. this.radioButtonSortByX.Location = new System.Drawing.Point(63, 18);
  927. this.radioButtonSortByX.Name = "radioButtonSortByX";
  928. this.radioButtonSortByX.Size = new System.Drawing.Size(32, 17);
  929. this.radioButtonSortByX.TabIndex = 10;
  930. this.radioButtonSortByX.TabStop = true;
  931. this.radioButtonSortByX.Text = "X";
  932. this.radioButtonSortByX.UseVisualStyleBackColor = true;
  933. //
  934. // radioButtonSortByY
  935. //
  936. this.radioButtonSortByY.AutoSize = true;
  937. this.radioButtonSortByY.Location = new System.Drawing.Point(101, 18);
  938. this.radioButtonSortByY.Name = "radioButtonSortByY";
  939. this.radioButtonSortByY.Size = new System.Drawing.Size(32, 17);
  940. this.radioButtonSortByY.TabIndex = 11;
  941. this.radioButtonSortByY.TabStop = true;
  942. this.radioButtonSortByY.Text = "Y";
  943. this.radioButtonSortByY.UseVisualStyleBackColor = true;
  944. //
  945. // radioButtonSortByNone
  946. //
  947. this.radioButtonSortByNone.AutoSize = true;
  948. this.radioButtonSortByNone.Location = new System.Drawing.Point(6, 18);
  949. this.radioButtonSortByNone.Name = "radioButtonSortByNone";
  950. this.radioButtonSortByNone.Size = new System.Drawing.Size(51, 17);
  951. this.radioButtonSortByNone.TabIndex = 9;
  952. this.radioButtonSortByNone.TabStop = true;
  953. this.radioButtonSortByNone.Text = "None";
  954. this.radioButtonSortByNone.UseVisualStyleBackColor = true;
  955. //
  956. // buttonLoadInformation
  957. //
  958. this.buttonLoadInformation.Dock = System.Windows.Forms.DockStyle.Fill;
  959. this.buttonLoadInformation.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  960. this.buttonLoadInformation.Location = new System.Drawing.Point(3, 373);
  961. this.buttonLoadInformation.Name = "buttonLoadInformation";
  962. this.buttonLoadInformation.Size = new System.Drawing.Size(278, 44);
  963. this.buttonLoadInformation.TabIndex = 8;
  964. this.buttonLoadInformation.Text = "Load Information";
  965. this.buttonLoadInformation.UseVisualStyleBackColor = true;
  966. //
  967. // tabPageAbout
  968. //
  969. this.tabPageAbout.Controls.Add(this.label3);
  970. this.tabPageAbout.Controls.Add(this.label2);
  971. this.tabPageAbout.Controls.Add(this.lblVersion);
  972. this.tabPageAbout.Controls.Add(this.label1);
  973. this.tabPageAbout.Controls.Add(this.pictureBox1);
  974. this.tabPageAbout.Controls.Add(this.linkLabelHomepage);
  975. this.tabPageAbout.Controls.Add(this.groupBox1);
  976. this.tabPageAbout.Location = new System.Drawing.Point(4, 22);
  977. this.tabPageAbout.Name = "tabPageAbout";
  978. this.tabPageAbout.Size = new System.Drawing.Size(574, 426);
  979. this.tabPageAbout.TabIndex = 4;
  980. this.tabPageAbout.Text = "About";
  981. this.tabPageAbout.UseVisualStyleBackColor = true;
  982. //
  983. // label3
  984. //
  985. this.label3.AutoSize = true;
  986. this.label3.Location = new System.Drawing.Point(241, 85);
  987. this.label3.Name = "label3";
  988. this.label3.Size = new System.Drawing.Size(199, 13);
  989. this.label3.TabIndex = 15;
  990. this.label3.Text = "by: noroom, solsund, Jonathan Kaufman";
  991. //
  992. // label2
  993. //
  994. this.label2.AutoSize = true;
  995. this.label2.Location = new System.Drawing.Point(146, 118);
  996. this.label2.Name = "label2";
  997. this.label2.Size = new System.Drawing.Size(62, 13);
  998. this.label2.TabIndex = 14;
  999. this.label2.Text = "Homepage:";
  1000. //
  1001. // lblVersion
  1002. //
  1003. this.lblVersion.AutoSize = true;
  1004. this.lblVersion.Location = new System.Drawing.Point(146, 85);
  1005. this.lblVersion.Name = "lblVersion";
  1006. this.lblVersion.Size = new System.Drawing.Size(72, 13);
  1007. this.lblVersion.TabIndex = 13;
  1008. this.lblVersion.Text = "Version: 8.8.8";
  1009. //
  1010. // label1
  1011. //
  1012. this.label1.AutoSize = true;
  1013. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1014. this.label1.Location = new System.Drawing.Point(139, 13);
  1015. this.label1.Name = "label1";
  1016. this.label1.Size = new System.Drawing.Size(249, 55);
  1017. this.label1.TabIndex = 12;
  1018. this.label1.Text = "MoreTerra";
  1019. //
  1020. // pictureBox1
  1021. //
  1022. this.pictureBox1.Image = global::MoreTerra.Properties.Resources.BigCannon;
  1023. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  1024. this.pictureBox1.Name = "pictureBox1";
  1025. this.pictureBox1.Size = new System.Drawing.Size(128, 128);
  1026. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  1027. this.pictureBox1.TabIndex = 11;
  1028. this.pictureBox1.TabStop = false;
  1029. //
  1030. // linkLabelHomepage
  1031. //
  1032. this.linkLabelHomepage.AutoSize = true;
  1033. this.linkLabelHomepage.Location = new System.Drawing.Point(264, 118);
  1034. this.linkLabelHomepage.Name = "linkLabelHomepage";
  1035. this.linkLabelHomepage.Size = new System.Drawing.Size(120, 13);
  1036. this.linkLabelHomepage.TabIndex = 6;
  1037. this.linkLabelHomepage.TabStop = true;
  1038. this.linkLabelHomepage.Text = "moreterra.codeplex.com";
  1039. //
  1040. // groupBox1
  1041. //
  1042. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  1043. | System.Windows.Forms.AnchorStyles.Right)));
  1044. this.groupBox1.Controls.Add(this.labelSpecialThanks);
  1045. this.groupBox1.Location = new System.Drawing.Point(3, 309);
  1046. this.groupBox1.Name = "groupBox1";
  1047. this.groupBox1.Size = new System.Drawing.Size(567, 102);
  1048. this.groupBox1.TabIndex = 9;
  1049. this.groupBox1.TabStop = false;
  1050. this.groupBox1.Text = "Special Thanks To:";
  1051. //
  1052. // labelSpecialThanks
  1053. //
  1054. this.labelSpecialThanks.Dock = System.Windows.Forms.DockStyle.Fill;
  1055. this.labelSpecialThanks.Location = new System.Drawing.Point(3, 16);
  1056. this.labelSpecialThanks.Name = "labelSpecialThanks";
  1057. this.labelSpecialThanks.Size = new System.Drawing.Size(561, 83);
  1058. this.labelSpecialThanks.TabIndex = 0;
  1059. this.labelSpecialThanks.Text = "SpecialThanks";
  1060. //
  1061. // groupBoxSelectWorld
  1062. //
  1063. this.groupBoxSelectWorld.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1064. | System.Windows.Forms.AnchorStyles.Right)));
  1065. this.groupBoxSelectWorld.Controls.Add(this.labelWorldName);
  1066. this.groupBoxSelectWorld.Controls.Add(this.comboBoxWorldFilePath);
  1067. this.groupBoxSelectWorld.Controls.Add(this.buttonBrowseWorld);
  1068. this.groupBoxSelectWorld.Location = new System.Drawing.Point(6, 6);
  1069. this.groupBoxSelectWorld.Name = "groupBoxSelectWorld";
  1070. this.groupBoxSelectWorld.Size = new System.Drawing.Size(408, 77);
  1071. this.groupBoxSelectWorld.TabIndex = 0;
  1072. this.groupBoxSelectWorld.TabStop = false;
  1073. this.groupBoxSelectWorld.Text = "Select World";
  1074. //
  1075. // labelWorldName
  1076. //
  1077. this.labelWorldName.AutoSize = true;
  1078. this.labelWorldName.Location = new System.Drawing.Point(6, 46);
  1079. this.labelWorldName.Name = "labelWorldName";
  1080. this.labelWorldName.Size = new System.Drawing.Size(85, 13);
  1081. this.labelWorldName.TabIndex = 4;
  1082. this.labelWorldName.Text = "labelWorldName";
  1083. //
  1084. // comboBoxWorldFilePath
  1085. //
  1086. this.comboBoxWorldFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1087. | System.Windows.Forms.AnchorStyles.Right)));
  1088. this.comboBoxWorldFilePath.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1089. this.comboBoxWorldFilePath.FormattingEnabled = true;
  1090. this.comboBoxWorldFilePath.Location = new System.Drawing.Point(6, 19);
  1091. this.comboBoxWorldFilePath.Name = "comboBoxWorldFilePath";
  1092. this.comboBoxWorldFilePath.Size = new System.Drawing.Size(396, 21);
  1093. this.comboBoxWorldFilePath.TabIndex = 0;
  1094. //
  1095. // buttonBrowseWorld
  1096. //
  1097. this.buttonBrowseWorld.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1098. this.buttonBrowseWorld.Location = new System.Drawing.Point(317, 46);
  1099. this.buttonBrowseWorld.Name = "buttonBrowseWorld";
  1100. this.buttonBrowseWorld.Size = new System.Drawing.Size(85, 25);
  1101. this.buttonBrowseWorld.TabIndex = 1;
  1102. this.buttonBrowseWorld.Text = "Browse...";
  1103. this.buttonBrowseWorld.UseVisualStyleBackColor = true;
  1104. //
  1105. // groupBox8
  1106. //
  1107. this.groupBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1108. this.groupBox8.Controls.Add(this.buttonSettingsDelete);
  1109. this.groupBox8.Controls.Add(this.buttonSettingsAddNew);
  1110. this.groupBox8.Controls.Add(this.comboBoxSettings);
  1111. this.groupBox8.Location = new System.Drawing.Point(416, 6);
  1112. this.groupBox8.Name = "groupBox8";
  1113. this.groupBox8.Size = new System.Drawing.Size(168, 77);
  1114. this.groupBox8.TabIndex = 1;
  1115. this.groupBox8.TabStop = false;
  1116. this.groupBox8.Text = "Settings";
  1117. //
  1118. // buttonSettingsDelete
  1119. //
  1120. this.buttonSettingsDelete.Location = new System.Drawing.Point(87, 46);
  1121. this.buttonSettingsDelete.Name = "buttonSettingsDelete";
  1122. this.buttonSettingsDelete.Size = new System.Drawing.Size(75, 23);
  1123. this.buttonSettingsDelete.TabIndex = 4;
  1124. this.buttonSettingsDelete.Text = "Delete";
  1125. this.buttonSettingsDelete.UseVisualStyleBackColor = true;
  1126. //
  1127. // buttonSettingsAddNew
  1128. //
  1129. this.buttonSettingsAddNew.Location = new System.Drawing.Point(6, 46);
  1130. this.buttonSettingsAddNew.Name = "buttonSettingsAddNew";
  1131. this.buttonSettingsAddNew.Size = new System.Drawing.Size(75, 23);
  1132. this.buttonSettingsAddNew.TabIndex = 3;
  1133. this.buttonSettingsAddNew.Text = "Add New...";
  1134. this.buttonSettingsAddNew.UseVisualStyleBackColor = true;
  1135. //
  1136. // comboBoxSettings
  1137. //
  1138. this.comboBoxSettings.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1139. this.comboBoxSettings.FormattingEnabled = true;
  1140. this.comboBoxSettings.Location = new System.Drawing.Point(6, 19);
  1141. this.comboBoxSettings.Name = "comboBoxSettings";
  1142. this.comboBoxSettings.Size = new System.Drawing.Size(156, 21);
  1143. this.comboBoxSettings.TabIndex = 2;
  1144. //
  1145. // FormWorldView
  1146. //
  1147. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  1148. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1149. this.ClientSize = new System.Drawing.Size(584, 540);
  1150. this.Controls.Add(this.groupBox8);
  1151. this.Controls.Add(this.groupBoxSelectWorld);
  1152. this.Controls.Add(this.tabControlSettings);
  1153. this.MinimumSize = new System.Drawing.Size(502, 486);
  1154. this.Name = "FormWorldView";
  1155. this.Padding = new System.Windows.Forms.Padding(3);
  1156. this.Text = "MoreTerra (TerrariaWorldViewer)";
  1157. this.tabControlSettings.ResumeLayout(false);
  1158. this.tabPageDrawWorld.ResumeLayout(false);
  1159. this.tabPageDrawWorld.PerformLayout();
  1160. ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
  1161. this.groupBoxImageOutput.ResumeLayout(false);
  1162. this.groupBoxImageOutput.PerformLayout();
  1163. this.tabPageMarkers.ResumeLayout(false);
  1164. this.groupBoxMarkers.ResumeLayout(false);
  1165. this.tableLayoutPanel4.ResumeLayout(false);
  1166. this.tableLayoutPanel2.ResumeLayout(false);
  1167. this.tableLayoutPanel2.PerformLayout();
  1168. this.groupBox7.ResumeLayout(false);
  1169. this.groupBox7.PerformLayout();
  1170. this.contextMenuStripListOperations.ResumeLayout(false);
  1171. this.tabPageColors.ResumeLayout(false);
  1172. this.groupBoxColorNames.ResumeLayout(false);
  1173. this.groupBoxColorNames.PerformLayout();
  1174. this.groupBoxColorListPresets.ResumeLayout(false);
  1175. this.contextMenuStrip.ResumeLayout(false);
  1176. this.groupBoxColor.ResumeLayout(false);
  1177. this.groupBoxColor.PerformLayout();
  1178. this.tabPageChestFinder.ResumeLayout(false);
  1179. this.tabPageChestFinder.PerformLayout();
  1180. this.tableLayoutPanel3.ResumeLayout(false);
  1181. this.groupBox2.ResumeLayout(false);
  1182. this.groupBox3.ResumeLayout(false);
  1183. this.tabPageWorldInformation.ResumeLayout(false);
  1184. this.tableLayoutPanel1.ResumeLayout(false);
  1185. this.worldInfoGroupBox.ResumeLayout(false);
  1186. this.groupBox4.ResumeLayout(false);
  1187. this.contextMenuStripSaveChests.ResumeLayout(false);
  1188. this.groupBox5.ResumeLayout(false);
  1189. this.groupBox5.PerformLayout();
  1190. this.tabPageAbout.ResumeLayout(false);
  1191. this.tabPageAbout.PerformLayout();
  1192. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1193. this.groupBox1.ResumeLayout(false);
  1194. this.groupBoxSelectWorld.ResumeLayout(false);
  1195. this.groupBoxSelectWorld.PerformLayout();
  1196. this.groupBox8.ResumeLayout(false);
  1197. this.ResumeLayout(false);
  1198. }
  1199. #endregion
  1200. private System.Windows.Forms.TabControl tabControlSettings;
  1201. private System.Windows.Forms.TabPage tabPageDrawWorld;
  1202. private System.Windows.Forms.TabPage tabPageWorldInformation;
  1203. private System.Windows.Forms.GroupBox groupBoxImageOutput;
  1204. private System.Windows.Forms.TextBox textBoxOutputFile;
  1205. private System.Windows.Forms.Button buttonBrowseOutput;
  1206. private System.Windows.Forms.TabPage tabPageAbout;
  1207. private System.Windows.Forms.GroupBox groupBox1;
  1208. private System.Windows.Forms.Label labelSpecialThanks;
  1209. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1210. private System.Windows.Forms.GroupBox worldInfoGroupBox;
  1211. private System.Windows.Forms.PropertyGrid worldPropertyGrid;
  1212. private System.Windows.Forms.GroupBox groupBox4;
  1213. private System.Windows.Forms.TreeView treeViewChestInformation;
  1214. private System.Windows.Forms.TabPage tabPageMarkers;
  1215. private System.Windows.Forms.Label label1;
  1216. private System.Windows.Forms.PictureBox pictureBox1;
  1217. private System.Windows.Forms.LinkLabel linkLabelHomepage;
  1218. private System.Windows.Forms.Button buttonDrawWorld;
  1219. private System.Windows.Forms.Label label2;
  1220. private System.Windows.Forms.Label lblVersion;
  1221. private System.Windows.Forms.Label label3;
  1222. private System.Windows.Forms.CheckBox checkBoxOpenImage;
  1223. private System.Windows.Forms.Button buttonLoadInformation;
  1224. private System.Windows.Forms.GroupBox groupBoxMarkers;
  1225. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  1226. private System.Windows.Forms.TabPage tabPageChestFinder;
  1227. private System.Windows.Forms.GroupBox groupBoxSelectWorld;
  1228. private System.Windows.Forms.ComboBox comboBoxWorldFilePath;
  1229. private System.Windows.Forms.Button buttonBrowseWorld;
  1230. private System.Windows.Forms.CheckBox checkBoxFilterChests;
  1231. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  1232. private System.Windows.Forms.GroupBox groupBox2;
  1233. private System.Windows.Forms.ListBox lstAvailableItems;
  1234. private System.Windows.Forms.GroupBox groupBox3;
  1235. private System.Windows.Forms.ListBox lstFilteredItems;
  1236. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1237. private System.Windows.Forms.ContextMenuStrip contextMenuStripListOperations;
  1238. private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
  1239. private System.Windows.Forms.ToolStripMenuItem selectNoneToolStripMenuItem;
  1240. private System.Windows.Forms.ToolStripMenuItem invertSelectionToolStripMenuItem;
  1241. private System.Windows.Forms.TreeView treeViewMarkerList;
  1242. private System.Windows.Forms.Label labelWorldName;
  1243. private System.Windows.Forms.GroupBox groupBox5;
  1244. private System.Windows.Forms.RadioButton radioButtonSortByNone;
  1245. private System.Windows.Forms.RadioButton radioButtonSortByX;
  1246. private System.Windows.Forms.RadioButton radioButtonSortByY;
  1247. private System.Windows.Forms.Button buttonMoveAllToFiltered;
  1248. private System.Windows.Forms.Button buttonMoveAllToAvailable;
  1249. private System.Windows.Forms.CheckBox checkBoxDrawWalls;
  1250. private System.Windows.Forms.CheckBox checkBoxShowChestTypes;
  1251. private System.Windows.Forms.ContextMenuStrip contextMenuStripSaveChests;
  1252. private System.Windows.Forms.ToolStripMenuItem saveToTextToolStripMenuItem;
  1253. private System.Windows.Forms.ToolStripMenuItem saveToCSVToolStripMenuItem;
  1254. private System.Windows.Forms.ToolStripMenuItem saveToXMLToolStripMenuItem;
  1255. private System.Windows.Forms.GroupBox groupBox7;
  1256. private System.Windows.Forms.CheckBox checkBoxCustomMarkers;
  1257. private System.Windows.Forms.Button buttonResetCustomImages;
  1258. private System.Windows.Forms.Button buttonCustomResources;
  1259. private System.Windows.Forms.GroupBox groupBox8;
  1260. private System.Windows.Forms.Button buttonSettingsDelete;
  1261. private System.Windows.Forms.Button buttonSettingsAddNew;
  1262. private System.Windows.Forms.ComboBox comboBoxSettings;
  1263. private System.Windows.Forms.TabPage tabPageColors;
  1264. private System.Windows.Forms.TreeView treeViewColorList;
  1265. private System.Windows.Forms.GroupBox groupBoxColor;
  1266. private System.Windows.Forms.ComboBox comboBoxColorName;
  1267. private System.Windows.Forms.TextBox textBoxColorColor;
  1268. private System.Windows.Forms.RadioButton radioButtonColorColor;
  1269. private System.Windows.Forms.RadioButton radioButtonColorPreset;
  1270. private System.Windows.Forms.RadioButton radioButtonColorDefault;
  1271. private System.Windows.Forms.CheckBox checkBoxShowNormalItems;
  1272. private System.Windows.Forms.CheckBox checkBoxShowChestItems;
  1273. private System.Windows.Forms.GroupBox groupBoxColorNames;
  1274. private System.Windows.Forms.Button buttonColorNameColor;
  1275. private System.Windows.Forms.TextBox textBoxColorNameColor;
  1276. private System.Windows.Forms.Button buttonColorNameDelete;
  1277. private System.Windows.Forms.Button buttonColorNameAddNew;
  1278. private System.Windows.Forms.ComboBox comboBoxColorNamesName;
  1279. private System.Windows.Forms.GroupBox groupBoxColorListPresets;
  1280. private System.Windows.Forms.Button buttonPresetDelete;
  1281. private System.Windows.Forms.Button buttonPresetAddNew;
  1282. private System.Windows.Forms.ComboBox comboBox1;
  1283. private System.Windows.Forms.Button buttonColorColor;
  1284. private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
  1285. private System.Windows.Forms.ToolStripMenuItem resetAllToDefaultToolStripMenuItem;
  1286. private System.Windows.Forms.CheckBox checkBoxDrawWires;
  1287. private System.Windows.Forms.Label label4;
  1288. private System.Windows.Forms.ComboBox comboBoxCropImage;
  1289. private System.Windows.Forms.CheckBox checkBoxOfficialColors;
  1290. private System.Windows.Forms.ColorDialog colorDialog;
  1291. private System.Windows.Forms.PictureBox pictureBox;
  1292. }
  1293. }