Form1.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820
  1. namespace Cobble {
  2. partial class Form1 {
  3. /// <summary>
  4. /// Required designer variable.
  5. /// </summary>
  6. private System.ComponentModel.IContainer components = null;
  7. /// <summary>
  8. /// Clean up any resources being used.
  9. /// </summary>
  10. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  11. protected override void Dispose(bool disposing) {
  12. if (disposing && (components != null)) {
  13. components.Dispose();
  14. }
  15. base.Dispose(disposing);
  16. }
  17. #region Windows Form Designer generated code
  18. /// <summary>
  19. /// Required method for Designer support - do not modify
  20. /// the contents of this method with the code editor.
  21. /// </summary>
  22. private void InitializeComponent() {
  23. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  24. this.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
  25. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  26. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  27. this.slCoordinates = new System.Windows.Forms.ToolStripStatusLabel();
  28. this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
  29. this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
  30. this.slTileId = new System.Windows.Forms.ToolStripStatusLabel();
  31. this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
  32. this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
  33. this.slQuickHelp = new System.Windows.Forms.ToolStripStatusLabel();
  34. this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
  35. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  36. this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.saveasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  42. this.propertiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
  44. this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45. this.sectorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.resizeTilemapsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. this.searchAndReplaceTilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  48. this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  49. this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50. this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
  51. this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
  52. this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
  53. this.splitContainerMain = new System.Windows.Forms.SplitContainer();
  54. this.pnCanvasContainer = new System.Windows.Forms.Panel();
  55. this.pbCanvas = new System.Windows.Forms.PictureBox();
  56. this.tcToolSettings = new System.Windows.Forms.TabControl();
  57. this.tpTiles = new System.Windows.Forms.TabPage();
  58. this.splitContainerRight = new System.Windows.Forms.SplitContainer();
  59. this.clTilemaps = new System.Windows.Forms.CheckedListBox();
  60. this.pnTilesContainer = new System.Windows.Forms.Panel();
  61. this.pbTileBackground = new System.Windows.Forms.PictureBox();
  62. this.pbTiles = new System.Windows.Forms.PictureBox();
  63. this.cbTilegroup = new System.Windows.Forms.ComboBox();
  64. this.tpTileManip = new System.Windows.Forms.TabPage();
  65. this.btnDuplicateSelection = new System.Windows.Forms.Button();
  66. this.tpBrushes = new System.Windows.Forms.TabPage();
  67. this.btnBrushLearnTM = new System.Windows.Forms.Button();
  68. this.laBrushSize = new System.Windows.Forms.Label();
  69. this.btnNewBrush = new System.Windows.Forms.Button();
  70. this.btnSaveBrush = new System.Windows.Forms.Button();
  71. this.btnLoadBrush = new System.Windows.Forms.Button();
  72. this.tpObjects = new System.Windows.Forms.TabPage();
  73. this.lbGameObjects = new System.Windows.Forms.ListBox();
  74. this.tpGameObjectManip = new System.Windows.Forms.TabPage();
  75. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  76. this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  77. this.cbSector = new System.Windows.Forms.ToolStripComboBox();
  78. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  79. this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
  80. this.btnModeTileAdd = new System.Windows.Forms.ToolStripButton();
  81. this.btnModeTileMove = new System.Windows.Forms.ToolStripButton();
  82. this.btnModeBrushes = new System.Windows.Forms.ToolStripButton();
  83. this.btnModeObjAdd = new System.Windows.Forms.ToolStripButton();
  84. this.btnModeObjMove = new System.Windows.Forms.ToolStripButton();
  85. this.dgOpenLevel = new System.Windows.Forms.OpenFileDialog();
  86. this.dgSaveLevel = new System.Windows.Forms.SaveFileDialog();
  87. this.dgOpenBrush = new System.Windows.Forms.OpenFileDialog();
  88. this.dgSaveBrush = new System.Windows.Forms.SaveFileDialog();
  89. this.statusStrip1.SuspendLayout();
  90. this.menuStrip1.SuspendLayout();
  91. this.splitContainerMain.Panel1.SuspendLayout();
  92. this.splitContainerMain.Panel2.SuspendLayout();
  93. this.splitContainerMain.SuspendLayout();
  94. this.pnCanvasContainer.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.pbCanvas)).BeginInit();
  96. this.tcToolSettings.SuspendLayout();
  97. this.tpTiles.SuspendLayout();
  98. this.splitContainerRight.Panel1.SuspendLayout();
  99. this.splitContainerRight.Panel2.SuspendLayout();
  100. this.splitContainerRight.SuspendLayout();
  101. this.pnTilesContainer.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.pbTileBackground)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.pbTiles)).BeginInit();
  104. this.tpTileManip.SuspendLayout();
  105. this.tpBrushes.SuspendLayout();
  106. this.tpObjects.SuspendLayout();
  107. this.toolStrip1.SuspendLayout();
  108. this.SuspendLayout();
  109. //
  110. // BottomToolStripPanel
  111. //
  112. this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
  113. this.BottomToolStripPanel.Name = "BottomToolStripPanel";
  114. this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
  115. this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  116. this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
  117. //
  118. // statusStrip1
  119. //
  120. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  121. this.toolStripStatusLabel1,
  122. this.slCoordinates,
  123. this.toolStripStatusLabel4,
  124. this.toolStripStatusLabel5,
  125. this.slTileId,
  126. this.toolStripStatusLabel2,
  127. this.toolStripStatusLabel3,
  128. this.slQuickHelp});
  129. this.statusStrip1.Location = new System.Drawing.Point(0, 482);
  130. this.statusStrip1.Name = "statusStrip1";
  131. this.statusStrip1.Size = new System.Drawing.Size(735, 22);
  132. this.statusStrip1.TabIndex = 6;
  133. this.statusStrip1.Text = "statusStrip1";
  134. //
  135. // toolStripStatusLabel1
  136. //
  137. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  138. this.toolStripStatusLabel1.Size = new System.Drawing.Size(82, 17);
  139. this.toolStripStatusLabel1.Text = "Tile Position:";
  140. //
  141. // slCoordinates
  142. //
  143. this.slCoordinates.Name = "slCoordinates";
  144. this.slCoordinates.Size = new System.Drawing.Size(26, 17);
  145. this.slCoordinates.Text = "0,0";
  146. //
  147. // toolStripStatusLabel4
  148. //
  149. this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
  150. this.toolStripStatusLabel4.Size = new System.Drawing.Size(14, 17);
  151. this.toolStripStatusLabel4.Text = "|";
  152. //
  153. // toolStripStatusLabel5
  154. //
  155. this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
  156. this.toolStripStatusLabel5.Size = new System.Drawing.Size(53, 17);
  157. this.toolStripStatusLabel5.Text = "Tile Id: ";
  158. //
  159. // slTileId
  160. //
  161. this.slTileId.Name = "slTileId";
  162. this.slTileId.Size = new System.Drawing.Size(15, 17);
  163. this.slTileId.Text = "0";
  164. //
  165. // toolStripStatusLabel2
  166. //
  167. this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
  168. this.toolStripStatusLabel2.Size = new System.Drawing.Size(14, 17);
  169. this.toolStripStatusLabel2.Text = "|";
  170. //
  171. // toolStripStatusLabel3
  172. //
  173. this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
  174. this.toolStripStatusLabel3.Size = new System.Drawing.Size(73, 17);
  175. this.toolStripStatusLabel3.Text = "Quick Help:";
  176. //
  177. // slQuickHelp
  178. //
  179. this.slQuickHelp.Name = "slQuickHelp";
  180. this.slQuickHelp.Size = new System.Drawing.Size(61, 17);
  181. this.slQuickHelp.Text = "Welcome";
  182. //
  183. // TopToolStripPanel
  184. //
  185. this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
  186. this.TopToolStripPanel.Name = "TopToolStripPanel";
  187. this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
  188. this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  189. this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
  190. //
  191. // menuStrip1
  192. //
  193. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  194. this.fileToolStripMenuItem,
  195. this.sectorToolStripMenuItem,
  196. this.helpToolStripMenuItem});
  197. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  198. this.menuStrip1.Name = "menuStrip1";
  199. this.menuStrip1.Size = new System.Drawing.Size(735, 24);
  200. this.menuStrip1.TabIndex = 3;
  201. this.menuStrip1.Text = "menuStrip1";
  202. //
  203. // fileToolStripMenuItem
  204. //
  205. this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  206. this.newToolStripMenuItem,
  207. this.loadToolStripMenuItem,
  208. this.saveToolStripMenuItem,
  209. this.saveasToolStripMenuItem,
  210. this.toolStripMenuItem1,
  211. this.propertiesToolStripMenuItem,
  212. this.toolStripMenuItem2,
  213. this.exitToolStripMenuItem});
  214. this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  215. this.fileToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
  216. this.fileToolStripMenuItem.Text = "&Level";
  217. //
  218. // newToolStripMenuItem
  219. //
  220. this.newToolStripMenuItem.Name = "newToolStripMenuItem";
  221. this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
  222. this.newToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
  223. this.newToolStripMenuItem.Text = "&New";
  224. this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
  225. //
  226. // loadToolStripMenuItem
  227. //
  228. this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
  229. this.loadToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
  230. this.loadToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
  231. this.loadToolStripMenuItem.Text = "&Load...";
  232. this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
  233. //
  234. // saveToolStripMenuItem
  235. //
  236. this.saveToolStripMenuItem.Enabled = false;
  237. this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
  238. this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
  239. this.saveToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
  240. this.saveToolStripMenuItem.Text = "&Save";
  241. this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
  242. //
  243. // saveasToolStripMenuItem
  244. //
  245. this.saveasToolStripMenuItem.Enabled = false;
  246. this.saveasToolStripMenuItem.Name = "saveasToolStripMenuItem";
  247. this.saveasToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  248. | System.Windows.Forms.Keys.S)));
  249. this.saveasToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
  250. this.saveasToolStripMenuItem.Text = "Save &as...";
  251. this.saveasToolStripMenuItem.Click += new System.EventHandler(this.saveasToolStripMenuItem_Click);
  252. //
  253. // toolStripMenuItem1
  254. //
  255. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  256. this.toolStripMenuItem1.Size = new System.Drawing.Size(233, 6);
  257. //
  258. // propertiesToolStripMenuItem
  259. //
  260. this.propertiesToolStripMenuItem.Enabled = false;
  261. this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
  262. this.propertiesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  263. | System.Windows.Forms.Keys.P)));
  264. this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
  265. this.propertiesToolStripMenuItem.Text = "&Properties...";
  266. this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
  267. //
  268. // toolStripMenuItem2
  269. //
  270. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  271. this.toolStripMenuItem2.Size = new System.Drawing.Size(233, 6);
  272. //
  273. // exitToolStripMenuItem
  274. //
  275. this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
  276. this.exitToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
  277. this.exitToolStripMenuItem.Text = "E&xit";
  278. this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
  279. //
  280. // sectorToolStripMenuItem
  281. //
  282. this.sectorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  283. this.resizeTilemapsToolStripMenuItem,
  284. this.searchAndReplaceTilesToolStripMenuItem});
  285. this.sectorToolStripMenuItem.Enabled = false;
  286. this.sectorToolStripMenuItem.Name = "sectorToolStripMenuItem";
  287. this.sectorToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
  288. this.sectorToolStripMenuItem.Text = "&Sector";
  289. //
  290. // resizeTilemapsToolStripMenuItem
  291. //
  292. this.resizeTilemapsToolStripMenuItem.Name = "resizeTilemapsToolStripMenuItem";
  293. this.resizeTilemapsToolStripMenuItem.Size = new System.Drawing.Size(290, 22);
  294. this.resizeTilemapsToolStripMenuItem.Text = "Offset and &Resize Tilemaps...";
  295. this.resizeTilemapsToolStripMenuItem.Click += new System.EventHandler(this.resizeTilemapsToolStripMenuItem_Click);
  296. //
  297. // searchAndReplaceTilesToolStripMenuItem
  298. //
  299. this.searchAndReplaceTilesToolStripMenuItem.Name = "searchAndReplaceTilesToolStripMenuItem";
  300. this.searchAndReplaceTilesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
  301. this.searchAndReplaceTilesToolStripMenuItem.Size = new System.Drawing.Size(290, 22);
  302. this.searchAndReplaceTilesToolStripMenuItem.Text = "&Search and Replace Tiles...";
  303. this.searchAndReplaceTilesToolStripMenuItem.Click += new System.EventHandler(this.searchAndReplaceTilesToolStripMenuItem_Click);
  304. //
  305. // helpToolStripMenuItem
  306. //
  307. this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  308. this.aboutToolStripMenuItem});
  309. this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
  310. this.helpToolStripMenuItem.Size = new System.Drawing.Size(45, 20);
  311. this.helpToolStripMenuItem.Text = "&Help";
  312. //
  313. // aboutToolStripMenuItem
  314. //
  315. this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
  316. this.aboutToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
  317. this.aboutToolStripMenuItem.Text = "&About...";
  318. this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
  319. //
  320. // RightToolStripPanel
  321. //
  322. this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
  323. this.RightToolStripPanel.Name = "RightToolStripPanel";
  324. this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
  325. this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  326. this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
  327. //
  328. // LeftToolStripPanel
  329. //
  330. this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
  331. this.LeftToolStripPanel.Name = "LeftToolStripPanel";
  332. this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
  333. this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  334. this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
  335. //
  336. // ContentPanel
  337. //
  338. this.ContentPanel.AutoScroll = true;
  339. this.ContentPanel.Size = new System.Drawing.Size(735, 504);
  340. //
  341. // splitContainerMain
  342. //
  343. this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
  344. this.splitContainerMain.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  345. this.splitContainerMain.Location = new System.Drawing.Point(0, 49);
  346. this.splitContainerMain.Name = "splitContainerMain";
  347. //
  348. // splitContainerMain.Panel1
  349. //
  350. this.splitContainerMain.Panel1.Controls.Add(this.pnCanvasContainer);
  351. //
  352. // splitContainerMain.Panel2
  353. //
  354. this.splitContainerMain.Panel2.Controls.Add(this.tcToolSettings);
  355. this.splitContainerMain.Size = new System.Drawing.Size(735, 433);
  356. this.splitContainerMain.SplitterDistance = 566;
  357. this.splitContainerMain.TabIndex = 9;
  358. //
  359. // pnCanvasContainer
  360. //
  361. this.pnCanvasContainer.AutoScroll = true;
  362. this.pnCanvasContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  363. this.pnCanvasContainer.Controls.Add(this.pbCanvas);
  364. this.pnCanvasContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  365. this.pnCanvasContainer.Location = new System.Drawing.Point(0, 0);
  366. this.pnCanvasContainer.Name = "pnCanvasContainer";
  367. this.pnCanvasContainer.Size = new System.Drawing.Size(566, 433);
  368. this.pnCanvasContainer.TabIndex = 8;
  369. //
  370. // pbCanvas
  371. //
  372. this.pbCanvas.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  373. this.pbCanvas.Location = new System.Drawing.Point(0, 0);
  374. this.pbCanvas.Margin = new System.Windows.Forms.Padding(0);
  375. this.pbCanvas.Name = "pbCanvas";
  376. this.pbCanvas.Size = new System.Drawing.Size(8, 8);
  377. this.pbCanvas.TabIndex = 0;
  378. this.pbCanvas.TabStop = false;
  379. this.pbCanvas.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbCanvas_MouseDown);
  380. this.pbCanvas.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pbCanvas_MouseMove);
  381. this.pbCanvas.Paint += new System.Windows.Forms.PaintEventHandler(this.pbCanvas_Paint);
  382. this.pbCanvas.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pbCanvas_MouseUp);
  383. //
  384. // tcToolSettings
  385. //
  386. this.tcToolSettings.Controls.Add(this.tpTiles);
  387. this.tcToolSettings.Controls.Add(this.tpTileManip);
  388. this.tcToolSettings.Controls.Add(this.tpBrushes);
  389. this.tcToolSettings.Controls.Add(this.tpObjects);
  390. this.tcToolSettings.Controls.Add(this.tpGameObjectManip);
  391. this.tcToolSettings.Dock = System.Windows.Forms.DockStyle.Fill;
  392. this.tcToolSettings.Location = new System.Drawing.Point(0, 0);
  393. this.tcToolSettings.Name = "tcToolSettings";
  394. this.tcToolSettings.SelectedIndex = 0;
  395. this.tcToolSettings.Size = new System.Drawing.Size(165, 433);
  396. this.tcToolSettings.TabIndex = 1;
  397. this.tcToolSettings.SelectedIndexChanged += new System.EventHandler(this.tcToolSettings_SelectedIndexChanged);
  398. //
  399. // tpTiles
  400. //
  401. this.tpTiles.Controls.Add(this.splitContainerRight);
  402. this.tpTiles.Location = new System.Drawing.Point(4, 23);
  403. this.tpTiles.Name = "tpTiles";
  404. this.tpTiles.Padding = new System.Windows.Forms.Padding(3);
  405. this.tpTiles.Size = new System.Drawing.Size(157, 406);
  406. this.tpTiles.TabIndex = 0;
  407. this.tpTiles.Text = "TA";
  408. this.tpTiles.UseVisualStyleBackColor = true;
  409. //
  410. // splitContainerRight
  411. //
  412. this.splitContainerRight.Dock = System.Windows.Forms.DockStyle.Fill;
  413. this.splitContainerRight.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  414. this.splitContainerRight.Location = new System.Drawing.Point(3, 3);
  415. this.splitContainerRight.Name = "splitContainerRight";
  416. this.splitContainerRight.Orientation = System.Windows.Forms.Orientation.Horizontal;
  417. //
  418. // splitContainerRight.Panel1
  419. //
  420. this.splitContainerRight.Panel1.Controls.Add(this.clTilemaps);
  421. //
  422. // splitContainerRight.Panel2
  423. //
  424. this.splitContainerRight.Panel2.Controls.Add(this.pnTilesContainer);
  425. this.splitContainerRight.Panel2.Controls.Add(this.cbTilegroup);
  426. this.splitContainerRight.Size = new System.Drawing.Size(151, 400);
  427. this.splitContainerRight.SplitterDistance = 64;
  428. this.splitContainerRight.TabIndex = 1;
  429. //
  430. // clTilemaps
  431. //
  432. this.clTilemaps.Dock = System.Windows.Forms.DockStyle.Fill;
  433. this.clTilemaps.FormattingEnabled = true;
  434. this.clTilemaps.Location = new System.Drawing.Point(0, 0);
  435. this.clTilemaps.Name = "clTilemaps";
  436. this.clTilemaps.Size = new System.Drawing.Size(151, 64);
  437. this.clTilemaps.TabIndex = 2;
  438. this.clTilemaps.SelectedIndexChanged += new System.EventHandler(this.clTilemaps_SelectedIndexChanged);
  439. this.clTilemaps.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.clTilemaps_ItemCheck);
  440. //
  441. // pnTilesContainer
  442. //
  443. this.pnTilesContainer.AutoScroll = true;
  444. this.pnTilesContainer.Controls.Add(this.pbTileBackground);
  445. this.pnTilesContainer.Controls.Add(this.pbTiles);
  446. this.pnTilesContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  447. this.pnTilesContainer.Location = new System.Drawing.Point(0, 21);
  448. this.pnTilesContainer.Name = "pnTilesContainer";
  449. this.pnTilesContainer.Size = new System.Drawing.Size(151, 311);
  450. this.pnTilesContainer.TabIndex = 12;
  451. //
  452. // pbTileBackground
  453. //
  454. this.pbTileBackground.Image = ((System.Drawing.Image)(resources.GetObject("pbTileBackground.Image")));
  455. this.pbTileBackground.Location = new System.Drawing.Point(39, 218);
  456. this.pbTileBackground.Name = "pbTileBackground";
  457. this.pbTileBackground.Size = new System.Drawing.Size(32, 32);
  458. this.pbTileBackground.TabIndex = 1;
  459. this.pbTileBackground.TabStop = false;
  460. this.pbTileBackground.Visible = false;
  461. //
  462. // pbTiles
  463. //
  464. this.pbTiles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  465. this.pbTiles.Location = new System.Drawing.Point(0, 0);
  466. this.pbTiles.Margin = new System.Windows.Forms.Padding(0);
  467. this.pbTiles.Name = "pbTiles";
  468. this.pbTiles.Size = new System.Drawing.Size(8, 8);
  469. this.pbTiles.TabIndex = 0;
  470. this.pbTiles.TabStop = false;
  471. this.pbTiles.Paint += new System.Windows.Forms.PaintEventHandler(this.pbTiles_Paint);
  472. this.pbTiles.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pbTiles_MouseClick);
  473. //
  474. // cbTilegroup
  475. //
  476. this.cbTilegroup.Dock = System.Windows.Forms.DockStyle.Top;
  477. this.cbTilegroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  478. this.cbTilegroup.FormattingEnabled = true;
  479. this.cbTilegroup.Location = new System.Drawing.Point(0, 0);
  480. this.cbTilegroup.Name = "cbTilegroup";
  481. this.cbTilegroup.Size = new System.Drawing.Size(151, 21);
  482. this.cbTilegroup.TabIndex = 11;
  483. this.cbTilegroup.SelectedIndexChanged += new System.EventHandler(this.cbTilegroup_SelectedIndexChanged);
  484. //
  485. // tpTileManip
  486. //
  487. this.tpTileManip.Controls.Add(this.btnDuplicateSelection);
  488. this.tpTileManip.Location = new System.Drawing.Point(4, 23);
  489. this.tpTileManip.Name = "tpTileManip";
  490. this.tpTileManip.Padding = new System.Windows.Forms.Padding(3);
  491. this.tpTileManip.Size = new System.Drawing.Size(157, 406);
  492. this.tpTileManip.TabIndex = 1;
  493. this.tpTileManip.Text = "TM";
  494. this.tpTileManip.UseVisualStyleBackColor = true;
  495. //
  496. // btnDuplicateSelection
  497. //
  498. this.btnDuplicateSelection.Location = new System.Drawing.Point(41, 30);
  499. this.btnDuplicateSelection.Name = "btnDuplicateSelection";
  500. this.btnDuplicateSelection.Size = new System.Drawing.Size(75, 23);
  501. this.btnDuplicateSelection.TabIndex = 0;
  502. this.btnDuplicateSelection.Text = "Duplicate";
  503. this.btnDuplicateSelection.UseVisualStyleBackColor = true;
  504. this.btnDuplicateSelection.Click += new System.EventHandler(this.btnDuplicateSelection_Click);
  505. //
  506. // tpBrushes
  507. //
  508. this.tpBrushes.Controls.Add(this.btnBrushLearnTM);
  509. this.tpBrushes.Controls.Add(this.laBrushSize);
  510. this.tpBrushes.Controls.Add(this.btnNewBrush);
  511. this.tpBrushes.Controls.Add(this.btnSaveBrush);
  512. this.tpBrushes.Controls.Add(this.btnLoadBrush);
  513. this.tpBrushes.Location = new System.Drawing.Point(4, 23);
  514. this.tpBrushes.Name = "tpBrushes";
  515. this.tpBrushes.Size = new System.Drawing.Size(157, 406);
  516. this.tpBrushes.TabIndex = 4;
  517. this.tpBrushes.Text = "BR";
  518. this.tpBrushes.UseVisualStyleBackColor = true;
  519. //
  520. // btnBrushLearnTM
  521. //
  522. this.btnBrushLearnTM.Location = new System.Drawing.Point(22, 119);
  523. this.btnBrushLearnTM.Name = "btnBrushLearnTM";
  524. this.btnBrushLearnTM.Size = new System.Drawing.Size(75, 23);
  525. this.btnBrushLearnTM.TabIndex = 4;
  526. this.btnBrushLearnTM.Text = "learn all";
  527. this.btnBrushLearnTM.UseVisualStyleBackColor = true;
  528. this.btnBrushLearnTM.Click += new System.EventHandler(this.btnBrushLearnTM_Click);
  529. //
  530. // laBrushSize
  531. //
  532. this.laBrushSize.AutoSize = true;
  533. this.laBrushSize.Location = new System.Drawing.Point(32, 191);
  534. this.laBrushSize.Name = "laBrushSize";
  535. this.laBrushSize.Size = new System.Drawing.Size(54, 13);
  536. this.laBrushSize.TabIndex = 3;
  537. this.laBrushSize.Text = "0 patterns";
  538. //
  539. // btnNewBrush
  540. //
  541. this.btnNewBrush.Location = new System.Drawing.Point(22, 90);
  542. this.btnNewBrush.Name = "btnNewBrush";
  543. this.btnNewBrush.Size = new System.Drawing.Size(75, 23);
  544. this.btnNewBrush.TabIndex = 2;
  545. this.btnNewBrush.Text = "new";
  546. this.btnNewBrush.UseVisualStyleBackColor = true;
  547. this.btnNewBrush.Click += new System.EventHandler(this.btnNewBrush_Click);
  548. //
  549. // btnSaveBrush
  550. //
  551. this.btnSaveBrush.Location = new System.Drawing.Point(22, 61);
  552. this.btnSaveBrush.Name = "btnSaveBrush";
  553. this.btnSaveBrush.Size = new System.Drawing.Size(75, 23);
  554. this.btnSaveBrush.TabIndex = 1;
  555. this.btnSaveBrush.Text = "save...";
  556. this.btnSaveBrush.UseVisualStyleBackColor = true;
  557. this.btnSaveBrush.Click += new System.EventHandler(this.btnSaveBrush_Click);
  558. //
  559. // btnLoadBrush
  560. //
  561. this.btnLoadBrush.Location = new System.Drawing.Point(22, 32);
  562. this.btnLoadBrush.Name = "btnLoadBrush";
  563. this.btnLoadBrush.Size = new System.Drawing.Size(75, 23);
  564. this.btnLoadBrush.TabIndex = 0;
  565. this.btnLoadBrush.Text = "load...";
  566. this.btnLoadBrush.UseVisualStyleBackColor = true;
  567. this.btnLoadBrush.Click += new System.EventHandler(this.btnLoadBrush_Click);
  568. //
  569. // tpObjects
  570. //
  571. this.tpObjects.Controls.Add(this.lbGameObjects);
  572. this.tpObjects.Location = new System.Drawing.Point(4, 23);
  573. this.tpObjects.Name = "tpObjects";
  574. this.tpObjects.Padding = new System.Windows.Forms.Padding(3);
  575. this.tpObjects.Size = new System.Drawing.Size(157, 406);
  576. this.tpObjects.TabIndex = 2;
  577. this.tpObjects.Text = "OA";
  578. this.tpObjects.UseVisualStyleBackColor = true;
  579. //
  580. // lbGameObjects
  581. //
  582. this.lbGameObjects.Dock = System.Windows.Forms.DockStyle.Fill;
  583. this.lbGameObjects.FormattingEnabled = true;
  584. this.lbGameObjects.Location = new System.Drawing.Point(3, 3);
  585. this.lbGameObjects.Name = "lbGameObjects";
  586. this.lbGameObjects.Size = new System.Drawing.Size(151, 394);
  587. this.lbGameObjects.TabIndex = 0;
  588. //
  589. // tpGameObjectManip
  590. //
  591. this.tpGameObjectManip.Location = new System.Drawing.Point(4, 23);
  592. this.tpGameObjectManip.Name = "tpGameObjectManip";
  593. this.tpGameObjectManip.Size = new System.Drawing.Size(157, 406);
  594. this.tpGameObjectManip.TabIndex = 3;
  595. this.tpGameObjectManip.Text = "OM";
  596. this.tpGameObjectManip.UseVisualStyleBackColor = true;
  597. //
  598. // toolStrip1
  599. //
  600. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  601. this.toolStripLabel1,
  602. this.cbSector,
  603. this.toolStripSeparator1,
  604. this.toolStripLabel2,
  605. this.btnModeTileAdd,
  606. this.btnModeTileMove,
  607. this.btnModeBrushes,
  608. this.btnModeObjAdd,
  609. this.btnModeObjMove});
  610. this.toolStrip1.Location = new System.Drawing.Point(0, 24);
  611. this.toolStrip1.Name = "toolStrip1";
  612. this.toolStrip1.Size = new System.Drawing.Size(735, 25);
  613. this.toolStrip1.TabIndex = 11;
  614. this.toolStrip1.Text = "toolStrip1";
  615. //
  616. // toolStripLabel1
  617. //
  618. this.toolStripLabel1.Name = "toolStripLabel1";
  619. this.toolStripLabel1.Size = new System.Drawing.Size(50, 22);
  620. this.toolStripLabel1.Text = "Sector:";
  621. //
  622. // cbSector
  623. //
  624. this.cbSector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  625. this.cbSector.Name = "cbSector";
  626. this.cbSector.Size = new System.Drawing.Size(121, 25);
  627. this.cbSector.SelectedIndexChanged += new System.EventHandler(this.cbSector_SelectedIndexChanged);
  628. //
  629. // toolStripSeparator1
  630. //
  631. this.toolStripSeparator1.Name = "toolStripSeparator1";
  632. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  633. //
  634. // toolStripLabel2
  635. //
  636. this.toolStripLabel2.Name = "toolStripLabel2";
  637. this.toolStripLabel2.Size = new System.Drawing.Size(73, 22);
  638. this.toolStripLabel2.Text = "Edit Mode: ";
  639. //
  640. // btnModeTileAdd
  641. //
  642. this.btnModeTileAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  643. this.btnModeTileAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnModeTileAdd.Image")));
  644. this.btnModeTileAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  645. this.btnModeTileAdd.Name = "btnModeTileAdd";
  646. this.btnModeTileAdd.Size = new System.Drawing.Size(23, 22);
  647. this.btnModeTileAdd.Text = "Add Tiles";
  648. this.btnModeTileAdd.Click += new System.EventHandler(this.btnModeTileAdd_Click);
  649. //
  650. // btnModeTileMove
  651. //
  652. this.btnModeTileMove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  653. this.btnModeTileMove.Image = ((System.Drawing.Image)(resources.GetObject("btnModeTileMove.Image")));
  654. this.btnModeTileMove.ImageTransparentColor = System.Drawing.Color.Magenta;
  655. this.btnModeTileMove.Name = "btnModeTileMove";
  656. this.btnModeTileMove.Size = new System.Drawing.Size(23, 22);
  657. this.btnModeTileMove.Text = "Manipulate Tiles";
  658. this.btnModeTileMove.Click += new System.EventHandler(this.btnModeTileMove_Click);
  659. //
  660. // btnModeBrushes
  661. //
  662. this.btnModeBrushes.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  663. this.btnModeBrushes.Image = ((System.Drawing.Image)(resources.GetObject("btnModeBrushes.Image")));
  664. this.btnModeBrushes.ImageTransparentColor = System.Drawing.Color.Magenta;
  665. this.btnModeBrushes.Name = "btnModeBrushes";
  666. this.btnModeBrushes.Size = new System.Drawing.Size(23, 22);
  667. this.btnModeBrushes.Text = "Brushes";
  668. this.btnModeBrushes.Click += new System.EventHandler(this.btnModeBrushes_Click);
  669. //
  670. // btnModeObjAdd
  671. //
  672. this.btnModeObjAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  673. this.btnModeObjAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnModeObjAdd.Image")));
  674. this.btnModeObjAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  675. this.btnModeObjAdd.Name = "btnModeObjAdd";
  676. this.btnModeObjAdd.Size = new System.Drawing.Size(23, 22);
  677. this.btnModeObjAdd.Text = "Add Objects";
  678. this.btnModeObjAdd.Click += new System.EventHandler(this.btnModeObjAdd_Click);
  679. //
  680. // btnModeObjMove
  681. //
  682. this.btnModeObjMove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  683. this.btnModeObjMove.Image = ((System.Drawing.Image)(resources.GetObject("btnModeObjMove.Image")));
  684. this.btnModeObjMove.ImageTransparentColor = System.Drawing.Color.Magenta;
  685. this.btnModeObjMove.Name = "btnModeObjMove";
  686. this.btnModeObjMove.Size = new System.Drawing.Size(23, 22);
  687. this.btnModeObjMove.Text = "Manipulate Objects";
  688. this.btnModeObjMove.Click += new System.EventHandler(this.btnModeObjMove_Click);
  689. //
  690. // dgOpenLevel
  691. //
  692. this.dgOpenLevel.Filter = "SuperTux Levels (*.stl)|*.stl";
  693. //
  694. // dgSaveLevel
  695. //
  696. this.dgSaveLevel.DefaultExt = "stl";
  697. this.dgSaveLevel.Filter = "SuperTux Levels (*.stl)|*.stl";
  698. //
  699. // dgOpenBrush
  700. //
  701. this.dgOpenBrush.Filter = "SuperTux Brushes (*.csv)|*.csv";
  702. //
  703. // dgSaveBrush
  704. //
  705. this.dgSaveBrush.Filter = "SuperTux Brushes (*.csv)|*.csv";
  706. //
  707. // Form1
  708. //
  709. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  710. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  711. this.ClientSize = new System.Drawing.Size(735, 504);
  712. this.Controls.Add(this.splitContainerMain);
  713. this.Controls.Add(this.statusStrip1);
  714. this.Controls.Add(this.toolStrip1);
  715. this.Controls.Add(this.menuStrip1);
  716. this.MainMenuStrip = this.menuStrip1;
  717. this.Name = "Form1";
  718. this.Text = "Cobble";
  719. this.statusStrip1.ResumeLayout(false);
  720. this.statusStrip1.PerformLayout();
  721. this.menuStrip1.ResumeLayout(false);
  722. this.menuStrip1.PerformLayout();
  723. this.splitContainerMain.Panel1.ResumeLayout(false);
  724. this.splitContainerMain.Panel2.ResumeLayout(false);
  725. this.splitContainerMain.ResumeLayout(false);
  726. this.pnCanvasContainer.ResumeLayout(false);
  727. ((System.ComponentModel.ISupportInitialize)(this.pbCanvas)).EndInit();
  728. this.tcToolSettings.ResumeLayout(false);
  729. this.tpTiles.ResumeLayout(false);
  730. this.splitContainerRight.Panel1.ResumeLayout(false);
  731. this.splitContainerRight.Panel2.ResumeLayout(false);
  732. this.splitContainerRight.ResumeLayout(false);
  733. this.pnTilesContainer.ResumeLayout(false);
  734. ((System.ComponentModel.ISupportInitialize)(this.pbTileBackground)).EndInit();
  735. ((System.ComponentModel.ISupportInitialize)(this.pbTiles)).EndInit();
  736. this.tpTileManip.ResumeLayout(false);
  737. this.tpBrushes.ResumeLayout(false);
  738. this.tpBrushes.PerformLayout();
  739. this.tpObjects.ResumeLayout(false);
  740. this.toolStrip1.ResumeLayout(false);
  741. this.toolStrip1.PerformLayout();
  742. this.ResumeLayout(false);
  743. this.PerformLayout();
  744. }
  745. #endregion
  746. private System.Windows.Forms.ToolStripPanel BottomToolStripPanel;
  747. private System.Windows.Forms.StatusStrip statusStrip1;
  748. private System.Windows.Forms.ToolStripStatusLabel slCoordinates;
  749. private System.Windows.Forms.ToolStripPanel TopToolStripPanel;
  750. private System.Windows.Forms.MenuStrip menuStrip1;
  751. private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
  752. private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
  753. private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
  754. private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
  755. private System.Windows.Forms.ToolStripMenuItem saveasToolStripMenuItem;
  756. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  757. private System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem;
  758. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  759. private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
  760. private System.Windows.Forms.ToolStripPanel RightToolStripPanel;
  761. private System.Windows.Forms.ToolStripPanel LeftToolStripPanel;
  762. private System.Windows.Forms.ToolStripContentPanel ContentPanel;
  763. private System.Windows.Forms.SplitContainer splitContainerMain;
  764. private System.Windows.Forms.Panel pnCanvasContainer;
  765. private System.Windows.Forms.PictureBox pbCanvas;
  766. private System.Windows.Forms.ComboBox cbTilegroup;
  767. private System.Windows.Forms.CheckedListBox clTilemaps;
  768. private System.Windows.Forms.SplitContainer splitContainerRight;
  769. private System.Windows.Forms.TabControl tcToolSettings;
  770. private System.Windows.Forms.TabPage tpTiles;
  771. private System.Windows.Forms.TabPage tpTileManip;
  772. private System.Windows.Forms.Panel pnTilesContainer;
  773. private System.Windows.Forms.PictureBox pbTileBackground;
  774. private System.Windows.Forms.PictureBox pbTiles;
  775. private System.Windows.Forms.TabPage tpObjects;
  776. private System.Windows.Forms.ToolStrip toolStrip1;
  777. private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  778. private System.Windows.Forms.ToolStripComboBox cbSector;
  779. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  780. private System.Windows.Forms.OpenFileDialog dgOpenLevel;
  781. private System.Windows.Forms.SaveFileDialog dgSaveLevel;
  782. private System.Windows.Forms.Button btnDuplicateSelection;
  783. private System.Windows.Forms.ListBox lbGameObjects;
  784. private System.Windows.Forms.TabPage tpGameObjectManip;
  785. private System.Windows.Forms.ToolStripMenuItem sectorToolStripMenuItem;
  786. private System.Windows.Forms.ToolStripButton btnModeTileAdd;
  787. private System.Windows.Forms.ToolStripMenuItem resizeTilemapsToolStripMenuItem;
  788. private System.Windows.Forms.ToolStripLabel toolStripLabel2;
  789. private System.Windows.Forms.ToolStripButton btnModeTileMove;
  790. private System.Windows.Forms.ToolStripButton btnModeObjAdd;
  791. private System.Windows.Forms.ToolStripButton btnModeObjMove;
  792. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  793. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
  794. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
  795. private System.Windows.Forms.ToolStripStatusLabel slQuickHelp;
  796. private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
  797. private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
  798. private System.Windows.Forms.ToolStripButton btnModeBrushes;
  799. private System.Windows.Forms.TabPage tpBrushes;
  800. private System.Windows.Forms.OpenFileDialog dgOpenBrush;
  801. private System.Windows.Forms.SaveFileDialog dgSaveBrush;
  802. private System.Windows.Forms.Button btnSaveBrush;
  803. private System.Windows.Forms.Button btnLoadBrush;
  804. private System.Windows.Forms.Button btnNewBrush;
  805. private System.Windows.Forms.Label laBrushSize;
  806. private System.Windows.Forms.Button btnBrushLearnTM;
  807. private System.Windows.Forms.ToolStripMenuItem searchAndReplaceTilesToolStripMenuItem;
  808. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
  809. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
  810. private System.Windows.Forms.ToolStripStatusLabel slTileId;
  811. }
  812. }