Rev 1822 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1305 | chris | 1 | namespace BurutaruEditor |
| 2 | { |
||
| 3 | partial class MainForm |
||
| 4 | { |
||
| 5 | /// <summary> |
||
| 6 | /// Required designer variable. |
||
| 7 | /// </summary> |
||
| 8 | private System.ComponentModel.IContainer components = null; |
||
| 9 | |||
| 10 | /// <summary> |
||
| 11 | /// Clean up any resources being used. |
||
| 12 | /// </summary> |
||
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
||
| 14 | protected override void Dispose(bool disposing) |
||
| 15 | { |
||
| 16 | if (disposing && (components != null)) |
||
| 17 | { |
||
| 18 | components.Dispose(); |
||
| 19 | } |
||
| 20 | base.Dispose(disposing); |
||
| 21 | } |
||
| 22 | |||
| 23 | #region Windows Form Designer generated code |
||
| 24 | |||
| 25 | /// <summary> |
||
| 26 | /// Required method for Designer support - do not modify |
||
| 27 | /// the contents of this method with the code editor. |
||
| 28 | /// </summary> |
||
| 29 | private void InitializeComponent() |
||
| 30 | { |
||
| 31 | this.components = new System.ComponentModel.Container(); |
||
| 32 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); |
||
| 33 | this.mStatusStrip = new System.Windows.Forms.StatusStrip(); |
||
| 1451 | chris | 34 | this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); |
| 35 | this.stInteractionObjectMode = new System.Windows.Forms.ToolStripStatusLabel(); |
||
| 36 | this.stZoom = new System.Windows.Forms.ToolStripStatusLabel(); |
||
| 1305 | chris | 37 | this.mMainMenuStrip = new System.Windows.Forms.MenuStrip(); |
| 38 | this.mFileMenu = new System.Windows.Forms.ToolStripMenuItem(); |
||
| 1494 | chris | 39 | this.mFileNewMenu = new System.Windows.Forms.ToolStripMenuItem(); |
| 40 | this.mFileOpenMenu = new System.Windows.Forms.ToolStripMenuItem(); |
||
| 41 | this.mFileSaveMenu = new System.Windows.Forms.ToolStripMenuItem(); |
||
| 1305 | chris | 42 | this.mFileSaveAsMenu = new System.Windows.Forms.ToolStripMenuItem(); |
| 43 | this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); |
||
| 1494 | chris | 44 | this.mFileExitMenu = new System.Windows.Forms.ToolStripMenuItem(); |
| 1441 | chris | 45 | this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 1494 | chris | 46 | this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 47 | this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
| 48 | this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
| 49 | this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
| 1441 | chris | 50 | this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 1494 | chris | 51 | this.mnuSnapToPath = new System.Windows.Forms.ToolStripMenuItem(); |
| 1496 | chris | 52 | this.mnuViewCheckPointPath = new System.Windows.Forms.ToolStripMenuItem(); |
| 53 | this.mnuViewCheckPointFrames = new System.Windows.Forms.ToolStripMenuItem(); |
||
| 1480 | chris | 54 | this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); |
| 1496 | chris | 55 | this.mnuViewBgLayer1 = new System.Windows.Forms.ToolStripMenuItem(); |
| 56 | this.mnuViewBgLayer2 = new System.Windows.Forms.ToolStripMenuItem(); |
||
| 57 | this.mnuViewMainLayer = new System.Windows.Forms.ToolStripMenuItem(); |
||
| 58 | this.mnuViewFgLayer = new System.Windows.Forms.ToolStripMenuItem(); |
||
| 1480 | chris | 59 | this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator(); |
| 1503 | chris | 60 | this.mnuViewEnemySpawners = new System.Windows.Forms.ToolStripMenuItem(); |
| 61 | this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator(); |
||
| 1494 | chris | 62 | this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 1441 | chris | 63 | this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); |
| 1480 | chris | 64 | this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
| 1305 | chris | 65 | this.mMainToolStrip = new System.Windows.Forms.ToolStrip(); |
| 1494 | chris | 66 | this.mFileNewTB = new System.Windows.Forms.ToolStripButton(); |
| 67 | this.mFileOpenTB = new System.Windows.Forms.ToolStripButton(); |
||
| 68 | this.mFileSaveTB = new System.Windows.Forms.ToolStripButton(); |
||
| 1480 | chris | 69 | this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); |
| 1494 | chris | 70 | this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); |
| 71 | this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); |
||
| 72 | this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); |
||
| 1305 | chris | 73 | this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); |
| 1494 | chris | 74 | this.tbSnapToPath = new System.Windows.Forms.ToolStripButton(); |
| 1305 | chris | 75 | this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); |
| 76 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); |
||
| 77 | this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); |
||
| 1423 | chris | 78 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
| 1433 | chris | 79 | this.tbcObjects = new System.Windows.Forms.TabControl(); |
| 1423 | chris | 80 | this.tabCheckPoints = new System.Windows.Forms.TabPage(); |
| 1451 | chris | 81 | this.checkBox1 = new System.Windows.Forms.CheckBox(); |
| 82 | this.btnCreateCheckPoint = new System.Windows.Forms.CheckBox(); |
||
| 1433 | chris | 83 | this.button3 = new System.Windows.Forms.Button(); |
| 84 | this.button4 = new System.Windows.Forms.Button(); |
||
| 85 | this.button2 = new System.Windows.Forms.Button(); |
||
| 1423 | chris | 86 | this.lbCheckPoints = new System.Windows.Forms.ListBox(); |
| 1433 | chris | 87 | this.tabSpawners = new System.Windows.Forms.TabPage(); |
| 1465 | chris | 88 | this.cbSpawnerTypes = new System.Windows.Forms.ComboBox(); |
| 1451 | chris | 89 | this.btnCreateSpawner = new System.Windows.Forms.CheckBox(); |
| 1433 | chris | 90 | this.button5 = new System.Windows.Forms.Button(); |
| 91 | this.button6 = new System.Windows.Forms.Button(); |
||
| 92 | this.button7 = new System.Windows.Forms.Button(); |
||
| 93 | this.lbSpawners = new System.Windows.Forms.ListBox(); |
||
| 1434 | chris | 94 | this.tabElements = new System.Windows.Forms.TabPage(); |
| 1465 | chris | 95 | this.cbElementTypes = new System.Windows.Forms.ComboBox(); |
| 1451 | chris | 96 | this.btnCreateElement = new System.Windows.Forms.CheckBox(); |
| 1434 | chris | 97 | this.button9 = new System.Windows.Forms.Button(); |
| 98 | this.button10 = new System.Windows.Forms.Button(); |
||
| 99 | this.button11 = new System.Windows.Forms.Button(); |
||
| 100 | this.lbElements = new System.Windows.Forms.ListBox(); |
||
| 1494 | chris | 101 | this.tabScripting = new System.Windows.Forms.TabPage(); |
| 1822 | chris | 102 | this.cbScriptingType = new System.Windows.Forms.ComboBox(); |
| 103 | this.btnCreateScripting = new System.Windows.Forms.CheckBox(); |
||
| 104 | this.button1 = new System.Windows.Forms.Button(); |
||
| 105 | this.button8 = new System.Windows.Forms.Button(); |
||
| 106 | this.button12 = new System.Windows.Forms.Button(); |
||
| 107 | this.lbScripting = new System.Windows.Forms.ListBox(); |
||
| 1481 | chris | 108 | this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); |
| 1503 | chris | 109 | this.openSpriteDialog = new System.Windows.Forms.OpenFileDialog(); |
| 110 | this.mGlView = new Tao.Platform.Windows.SimpleOpenGlControl(); |
||
| 111 | this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
||
| 1481 | chris | 112 | this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
| 1477 | chris | 113 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
| 1494 | chris | 114 | this.lblType = new System.Windows.Forms.Label(); |
| 1477 | chris | 115 | this.lblProperties = new System.Windows.Forms.Label(); |
| 1481 | chris | 116 | this.pgProperties = new System.Windows.Forms.PropertyGrid(); |
| 1822 | chris | 117 | this.mnuViewScripting = new System.Windows.Forms.ToolStripMenuItem(); |
| 1441 | chris | 118 | this.mStatusStrip.SuspendLayout(); |
| 1305 | chris | 119 | this.mMainMenuStrip.SuspendLayout(); |
| 120 | this.mMainToolStrip.SuspendLayout(); |
||
| 1423 | chris | 121 | this.tableLayoutPanel1.SuspendLayout(); |
| 1433 | chris | 122 | this.tbcObjects.SuspendLayout(); |
| 1423 | chris | 123 | this.tabCheckPoints.SuspendLayout(); |
| 1433 | chris | 124 | this.tabSpawners.SuspendLayout(); |
| 1434 | chris | 125 | this.tabElements.SuspendLayout(); |
| 1822 | chris | 126 | this.tabScripting.SuspendLayout(); |
| 1503 | chris | 127 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
| 128 | this.splitContainer1.Panel1.SuspendLayout(); |
||
| 129 | this.splitContainer1.SuspendLayout(); |
||
| 1481 | chris | 130 | this.tableLayoutPanel3.SuspendLayout(); |
| 1477 | chris | 131 | this.tableLayoutPanel2.SuspendLayout(); |
| 1305 | chris | 132 | this.SuspendLayout(); |
| 133 | // |
||
| 134 | // mStatusStrip |
||
| 135 | // |
||
| 1441 | chris | 136 | this.mStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 137 | this.toolStripStatusLabel1, |
||
| 138 | this.stInteractionObjectMode, |
||
| 139 | this.stZoom}); |
||
| 1481 | chris | 140 | this.mStatusStrip.Location = new System.Drawing.Point(0, 627); |
| 1305 | chris | 141 | this.mStatusStrip.Name = "mStatusStrip"; |
| 1481 | chris | 142 | this.mStatusStrip.Size = new System.Drawing.Size(1040, 24); |
| 1305 | chris | 143 | this.mStatusStrip.TabIndex = 5; |
| 144 | // |
||
| 1451 | chris | 145 | // toolStripStatusLabel1 |
| 146 | // |
||
| 147 | this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) |
||
| 148 | | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) |
||
| 149 | | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); |
||
| 150 | this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; |
||
| 1481 | chris | 151 | this.toolStripStatusLabel1.Size = new System.Drawing.Size(846, 19); |
| 1451 | chris | 152 | this.toolStripStatusLabel1.Spring = true; |
| 153 | this.toolStripStatusLabel1.Text = "Ready."; |
||
| 154 | this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
||
| 155 | // |
||
| 156 | // stInteractionObjectMode |
||
| 157 | // |
||
| 158 | this.stInteractionObjectMode.AutoSize = false; |
||
| 159 | this.stInteractionObjectMode.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) |
||
| 160 | | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) |
||
| 161 | | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); |
||
| 162 | this.stInteractionObjectMode.Name = "stInteractionObjectMode"; |
||
| 163 | this.stInteractionObjectMode.Size = new System.Drawing.Size(140, 19); |
||
| 164 | // |
||
| 165 | // stZoom |
||
| 166 | // |
||
| 167 | this.stZoom.AutoSize = false; |
||
| 168 | this.stZoom.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) |
||
| 169 | | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) |
||
| 170 | | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); |
||
| 171 | this.stZoom.Name = "stZoom"; |
||
| 172 | this.stZoom.Size = new System.Drawing.Size(39, 19); |
||
| 173 | this.stZoom.Text = "100%"; |
||
| 174 | // |
||
| 1305 | chris | 175 | // mMainMenuStrip |
| 176 | // |
||
| 177 | this.mMainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
| 1441 | chris | 178 | this.mFileMenu, |
| 179 | this.editToolStripMenuItem, |
||
| 180 | this.viewToolStripMenuItem, |
||
| 181 | this.toolStripMenuItem2}); |
||
| 1305 | chris | 182 | this.mMainMenuStrip.Location = new System.Drawing.Point(0, 0); |
| 183 | this.mMainMenuStrip.Name = "mMainMenuStrip"; |
||
| 1481 | chris | 184 | this.mMainMenuStrip.Size = new System.Drawing.Size(1040, 24); |
| 1305 | chris | 185 | this.mMainMenuStrip.TabIndex = 6; |
| 186 | this.mMainMenuStrip.Text = "menuStrip1"; |
||
| 187 | // |
||
| 188 | // mFileMenu |
||
| 189 | // |
||
| 190 | this.mFileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
| 191 | this.mFileNewMenu, |
||
| 192 | this.mFileOpenMenu, |
||
| 193 | this.mFileSaveMenu, |
||
| 194 | this.mFileSaveAsMenu, |
||
| 195 | this.toolStripMenuItem1, |
||
| 196 | this.mFileExitMenu}); |
||
| 197 | this.mFileMenu.Name = "mFileMenu"; |
||
| 198 | this.mFileMenu.Size = new System.Drawing.Size(37, 20); |
||
| 199 | this.mFileMenu.Text = "&File"; |
||
| 200 | // |
||
| 1494 | chris | 201 | // mFileNewMenu |
| 202 | // |
||
| 203 | this.mFileNewMenu.Image = ((System.Drawing.Image)(resources.GetObject("mFileNewMenu.Image"))); |
||
| 204 | this.mFileNewMenu.Name = "mFileNewMenu"; |
||
| 205 | this.mFileNewMenu.Size = new System.Drawing.Size(155, 22); |
||
| 206 | this.mFileNewMenu.Text = "&New"; |
||
| 207 | this.mFileNewMenu.Click += new System.EventHandler(this.FileNew_Click); |
||
| 208 | // |
||
| 209 | // mFileOpenMenu |
||
| 210 | // |
||
| 211 | this.mFileOpenMenu.Image = ((System.Drawing.Image)(resources.GetObject("mFileOpenMenu.Image"))); |
||
| 212 | this.mFileOpenMenu.Name = "mFileOpenMenu"; |
||
| 213 | this.mFileOpenMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); |
||
| 214 | this.mFileOpenMenu.Size = new System.Drawing.Size(155, 22); |
||
| 215 | this.mFileOpenMenu.Text = "&Open..."; |
||
| 216 | this.mFileOpenMenu.Click += new System.EventHandler(this.FileOpen_Click); |
||
| 217 | // |
||
| 218 | // mFileSaveMenu |
||
| 219 | // |
||
| 220 | this.mFileSaveMenu.Image = ((System.Drawing.Image)(resources.GetObject("mFileSaveMenu.Image"))); |
||
| 221 | this.mFileSaveMenu.Name = "mFileSaveMenu"; |
||
| 222 | this.mFileSaveMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); |
||
| 223 | this.mFileSaveMenu.Size = new System.Drawing.Size(155, 22); |
||
| 224 | this.mFileSaveMenu.Text = "&Save"; |
||
| 225 | this.mFileSaveMenu.Click += new System.EventHandler(this.FileSave_Click); |
||
| 226 | // |
||
| 1305 | chris | 227 | // mFileSaveAsMenu |
| 228 | // |
||
| 229 | this.mFileSaveAsMenu.Name = "mFileSaveAsMenu"; |
||
| 1423 | chris | 230 | this.mFileSaveAsMenu.Size = new System.Drawing.Size(155, 22); |
| 1305 | chris | 231 | this.mFileSaveAsMenu.Text = "Save &As..."; |
| 232 | this.mFileSaveAsMenu.Click += new System.EventHandler(this.FileSaveAs_Click); |
||
| 233 | // |
||
| 234 | // toolStripMenuItem1 |
||
| 235 | // |
||
| 236 | this.toolStripMenuItem1.Name = "toolStripMenuItem1"; |
||
| 1423 | chris | 237 | this.toolStripMenuItem1.Size = new System.Drawing.Size(152, 6); |
| 1305 | chris | 238 | // |
| 1494 | chris | 239 | // mFileExitMenu |
| 240 | // |
||
| 241 | this.mFileExitMenu.Image = ((System.Drawing.Image)(resources.GetObject("mFileExitMenu.Image"))); |
||
| 242 | this.mFileExitMenu.Name = "mFileExitMenu"; |
||
| 243 | this.mFileExitMenu.Size = new System.Drawing.Size(155, 22); |
||
| 244 | this.mFileExitMenu.Text = "&Exit"; |
||
| 245 | this.mFileExitMenu.Click += new System.EventHandler(this.FileExit_Click); |
||
| 246 | // |
||
| 1441 | chris | 247 | // editToolStripMenuItem |
| 248 | // |
||
| 1466 | chris | 249 | this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 250 | this.cutToolStripMenuItem, |
||
| 251 | this.copyToolStripMenuItem, |
||
| 252 | this.pasteToolStripMenuItem, |
||
| 253 | this.deleteToolStripMenuItem}); |
||
| 1441 | chris | 254 | this.editToolStripMenuItem.Name = "editToolStripMenuItem"; |
| 255 | this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); |
||
| 256 | this.editToolStripMenuItem.Text = "&Edit"; |
||
| 257 | // |
||
| 1494 | chris | 258 | // cutToolStripMenuItem |
| 259 | // |
||
| 260 | this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image"))); |
||
| 261 | this.cutToolStripMenuItem.Name = "cutToolStripMenuItem"; |
||
| 262 | this.cutToolStripMenuItem.ShortcutKeyDisplayString = ""; |
||
| 263 | this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); |
||
| 1621 | chris | 264 | this.cutToolStripMenuItem.Size = new System.Drawing.Size(144, 22); |
| 1494 | chris | 265 | this.cutToolStripMenuItem.Text = "Cu&t"; |
| 266 | // |
||
| 267 | // copyToolStripMenuItem |
||
| 268 | // |
||
| 269 | this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image"))); |
||
| 270 | this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; |
||
| 271 | this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); |
||
| 1621 | chris | 272 | this.copyToolStripMenuItem.Size = new System.Drawing.Size(144, 22); |
| 1494 | chris | 273 | this.copyToolStripMenuItem.Text = "&Copy"; |
| 274 | // |
||
| 275 | // pasteToolStripMenuItem |
||
| 276 | // |
||
| 277 | this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image"))); |
||
| 278 | this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; |
||
| 279 | this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); |
||
| 1621 | chris | 280 | this.pasteToolStripMenuItem.Size = new System.Drawing.Size(144, 22); |
| 1494 | chris | 281 | this.pasteToolStripMenuItem.Text = "&Paste"; |
| 282 | // |
||
| 283 | // deleteToolStripMenuItem |
||
| 284 | // |
||
| 285 | this.deleteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteToolStripMenuItem.Image"))); |
||
| 286 | this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; |
||
| 1621 | chris | 287 | this.deleteToolStripMenuItem.Size = new System.Drawing.Size(144, 22); |
| 1494 | chris | 288 | this.deleteToolStripMenuItem.Text = "&Delete"; |
| 1496 | chris | 289 | this.deleteToolStripMenuItem.Click += new System.EventHandler(this.Delete_Click); |
| 1494 | chris | 290 | // |
| 1441 | chris | 291 | // viewToolStripMenuItem |
| 292 | // |
||
| 293 | this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
| 1466 | chris | 294 | this.mnuSnapToPath, |
| 1496 | chris | 295 | this.mnuViewCheckPointPath, |
| 296 | this.mnuViewCheckPointFrames, |
||
| 1466 | chris | 297 | this.toolStripMenuItem3, |
| 1496 | chris | 298 | this.mnuViewBgLayer1, |
| 299 | this.mnuViewBgLayer2, |
||
| 300 | this.mnuViewMainLayer, |
||
| 301 | this.mnuViewFgLayer, |
||
| 1466 | chris | 302 | this.toolStripMenuItem4, |
| 1496 | chris | 303 | this.mnuViewEnemySpawners, |
| 1822 | chris | 304 | this.mnuViewScripting, |
| 1496 | chris | 305 | this.toolStripMenuItem5, |
| 1466 | chris | 306 | this.preferencesToolStripMenuItem}); |
| 1441 | chris | 307 | this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; |
| 308 | this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20); |
||
| 309 | this.viewToolStripMenuItem.Text = "&View"; |
||
| 310 | // |
||
| 1494 | chris | 311 | // mnuSnapToPath |
| 312 | // |
||
| 313 | this.mnuSnapToPath.Image = ((System.Drawing.Image)(resources.GetObject("mnuSnapToPath.Image"))); |
||
| 314 | this.mnuSnapToPath.Name = "mnuSnapToPath"; |
||
| 1503 | chris | 315 | this.mnuSnapToPath.Size = new System.Drawing.Size(218, 22); |
| 1494 | chris | 316 | this.mnuSnapToPath.Text = "&Snap to Checkpoint Path"; |
| 317 | this.mnuSnapToPath.Click += new System.EventHandler(this.SnapToPath_Click); |
||
| 318 | // |
||
| 1496 | chris | 319 | // mnuViewCheckPointPath |
| 1480 | chris | 320 | // |
| 1496 | chris | 321 | this.mnuViewCheckPointPath.Checked = true; |
| 322 | this.mnuViewCheckPointPath.CheckState = System.Windows.Forms.CheckState.Checked; |
||
| 323 | this.mnuViewCheckPointPath.Name = "mnuViewCheckPointPath"; |
||
| 1503 | chris | 324 | this.mnuViewCheckPointPath.Size = new System.Drawing.Size(218, 22); |
| 1496 | chris | 325 | this.mnuViewCheckPointPath.Text = "&Checkpoint Path"; |
| 326 | this.mnuViewCheckPointPath.Click += new System.EventHandler(this.ViewObjectLayer_Click); |
||
| 1480 | chris | 327 | // |
| 1496 | chris | 328 | // mnuViewCheckPointFrames |
| 1480 | chris | 329 | // |
| 1496 | chris | 330 | this.mnuViewCheckPointFrames.Checked = true; |
| 331 | this.mnuViewCheckPointFrames.CheckState = System.Windows.Forms.CheckState.Checked; |
||
| 332 | this.mnuViewCheckPointFrames.Name = "mnuViewCheckPointFrames"; |
||
| 1503 | chris | 333 | this.mnuViewCheckPointFrames.Size = new System.Drawing.Size(218, 22); |
| 1496 | chris | 334 | this.mnuViewCheckPointFrames.Text = "Checkpoint &Frames"; |
| 335 | this.mnuViewCheckPointFrames.Click += new System.EventHandler(this.ViewObjectLayer_Click); |
||
| 1480 | chris | 336 | // |
| 337 | // toolStripMenuItem3 |
||
| 338 | // |
||
| 339 | this.toolStripMenuItem3.Name = "toolStripMenuItem3"; |
||
| 1503 | chris | 340 | this.toolStripMenuItem3.Size = new System.Drawing.Size(215, 6); |
| 1496 | chris | 341 | this.toolStripMenuItem3.Click += new System.EventHandler(this.ViewObjectLayer_Click); |
| 1480 | chris | 342 | // |
| 1496 | chris | 343 | // mnuViewBgLayer1 |
| 1480 | chris | 344 | // |
| 1496 | chris | 345 | this.mnuViewBgLayer1.Checked = true; |
| 346 | this.mnuViewBgLayer1.CheckState = System.Windows.Forms.CheckState.Checked; |
||
| 347 | this.mnuViewBgLayer1.Name = "mnuViewBgLayer1"; |
||
| 348 | this.mnuViewBgLayer1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1))); |
||
| 349 | this.mnuViewBgLayer1.Size = new System.Drawing.Size(218, 22); |
||
| 350 | this.mnuViewBgLayer1.Text = "Background Layer &1"; |
||
| 351 | this.mnuViewBgLayer1.Click += new System.EventHandler(this.ViewObjectLayer_Click); |
||
| 1480 | chris | 352 | // |
| 1496 | chris | 353 | // mnuViewBgLayer2 |
| 1480 | chris | 354 | // |
| 1496 | chris | 355 | this.mnuViewBgLayer2.Checked = true; |
| 356 | this.mnuViewBgLayer2.CheckState = System.Windows.Forms.CheckState.Checked; |
||
| 357 | this.mnuViewBgLayer2.Name = "mnuViewBgLayer2"; |
||
| 358 | this.mnuViewBgLayer2.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2))); |
||
| 359 | this.mnuViewBgLayer2.Size = new System.Drawing.Size(218, 22); |
||
| 360 | this.mnuViewBgLayer2.Text = "Background Layer &2"; |
||
| 361 | this.mnuViewBgLayer2.Click += new System.EventHandler(this.ViewObjectLayer_Click); |
||
| 1480 | chris | 362 | // |
| 1496 | chris | 363 | // mnuViewMainLayer |
| 1480 | chris | 364 | // |
| 1496 | chris | 365 | this.mnuViewMainLayer.Checked = true; |
| 366 | this.mnuViewMainLayer.CheckState = System.Windows.Forms.CheckState.Checked; |
||
| 367 | this.mnuViewMainLayer.Name = "mnuViewMainLayer"; |
||
| 368 | this.mnuViewMainLayer.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3))); |
||
| 369 | this.mnuViewMainLayer.Size = new System.Drawing.Size(218, 22); |
||
| 370 | this.mnuViewMainLayer.Text = "&Main Layer"; |
||
| 371 | this.mnuViewMainLayer.Click += new System.EventHandler(this.ViewObjectLayer_Click); |
||
| 1480 | chris | 372 | // |
| 1496 | chris | 373 | // mnuViewFgLayer |
| 1480 | chris | 374 | // |
| 1496 | chris | 375 | this.mnuViewFgLayer.Checked = true; |
| 376 | this.mnuViewFgLayer.CheckState = System.Windows.Forms.CheckState.Checked; |
||
| 377 | this.mnuViewFgLayer.Name = "mnuViewFgLayer"; |
||
| 378 | this.mnuViewFgLayer.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D4))); |
||
| 379 | this.mnuViewFgLayer.Size = new System.Drawing.Size(218, 22); |
||
| 380 | this.mnuViewFgLayer.Text = "&Foreground Layer"; |
||
| 381 | this.mnuViewFgLayer.Click += new System.EventHandler(this.ViewObjectLayer_Click); |
||
| 1480 | chris | 382 | // |
| 383 | // toolStripMenuItem4 |
||
| 384 | // |
||
| 385 | this.toolStripMenuItem4.Name = "toolStripMenuItem4"; |
||
| 1503 | chris | 386 | this.toolStripMenuItem4.Size = new System.Drawing.Size(215, 6); |
| 1496 | chris | 387 | this.toolStripMenuItem4.Click += new System.EventHandler(this.ViewObjectLayer_Click); |
| 1480 | chris | 388 | // |
| 1503 | chris | 389 | // mnuViewEnemySpawners |
| 390 | // |
||
| 391 | this.mnuViewEnemySpawners.Checked = true; |
||
| 392 | this.mnuViewEnemySpawners.CheckState = System.Windows.Forms.CheckState.Checked; |
||
| 393 | this.mnuViewEnemySpawners.Name = "mnuViewEnemySpawners"; |
||
| 394 | this.mnuViewEnemySpawners.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D5))); |
||
| 395 | this.mnuViewEnemySpawners.Size = new System.Drawing.Size(218, 22); |
||
| 396 | this.mnuViewEnemySpawners.Text = "&Enemy Spawners"; |
||
| 397 | this.mnuViewEnemySpawners.Click += new System.EventHandler(this.ViewObjectLayer_Click); |
||
| 398 | // |
||
| 399 | // toolStripMenuItem5 |
||
| 400 | // |
||
| 401 | this.toolStripMenuItem5.Name = "toolStripMenuItem5"; |
||
| 402 | this.toolStripMenuItem5.Size = new System.Drawing.Size(215, 6); |
||
| 403 | // |
||
| 1494 | chris | 404 | // preferencesToolStripMenuItem |
| 405 | // |
||
| 406 | this.preferencesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("preferencesToolStripMenuItem.Image"))); |
||
| 407 | this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem"; |
||
| 1503 | chris | 408 | this.preferencesToolStripMenuItem.Size = new System.Drawing.Size(218, 22); |
| 1494 | chris | 409 | this.preferencesToolStripMenuItem.Text = "&Preferences..."; |
| 410 | // |
||
| 1441 | chris | 411 | // toolStripMenuItem2 |
| 412 | // |
||
| 1466 | chris | 413 | this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
| 414 | this.aboutToolStripMenuItem}); |
||
| 1441 | chris | 415 | this.toolStripMenuItem2.Name = "toolStripMenuItem2"; |
| 416 | this.toolStripMenuItem2.Size = new System.Drawing.Size(24, 20); |
||
| 417 | this.toolStripMenuItem2.Text = "&?"; |
||
| 418 | // |
||
| 1480 | chris | 419 | // aboutToolStripMenuItem |
| 420 | // |
||
| 421 | this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; |
||
| 1494 | chris | 422 | this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22); |
| 1480 | chris | 423 | this.aboutToolStripMenuItem.Text = "&About..."; |
| 1487 | chris | 424 | this.aboutToolStripMenuItem.Click += new System.EventHandler(this.About_Click); |
| 1480 | chris | 425 | // |
| 1305 | chris | 426 | // mMainToolStrip |
| 427 | // |
||
| 428 | this.mMainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
| 429 | this.mFileNewTB, |
||
| 430 | this.mFileOpenTB, |
||
| 431 | this.mFileSaveTB, |
||
| 1466 | chris | 432 | this.toolStripSeparator2, |
| 433 | this.toolStripButton1, |
||
| 434 | this.toolStripButton2, |
||
| 435 | this.toolStripButton3, |
||
| 1441 | chris | 436 | this.toolStripSeparator1, |
| 437 | this.tbSnapToPath}); |
||
| 1305 | chris | 438 | this.mMainToolStrip.Location = new System.Drawing.Point(0, 24); |
| 439 | this.mMainToolStrip.Name = "mMainToolStrip"; |
||
| 1481 | chris | 440 | this.mMainToolStrip.Size = new System.Drawing.Size(1040, 25); |
| 1305 | chris | 441 | this.mMainToolStrip.TabIndex = 7; |
| 442 | this.mMainToolStrip.Text = "toolStrip1"; |
||
| 443 | // |
||
| 1494 | chris | 444 | // mFileNewTB |
| 445 | // |
||
| 446 | this.mFileNewTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
| 447 | this.mFileNewTB.Image = ((System.Drawing.Image)(resources.GetObject("mFileNewTB.Image"))); |
||
| 448 | this.mFileNewTB.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
| 449 | this.mFileNewTB.Name = "mFileNewTB"; |
||
| 450 | this.mFileNewTB.Size = new System.Drawing.Size(23, 22); |
||
| 451 | this.mFileNewTB.Text = "toolStripButton1"; |
||
| 452 | this.mFileNewTB.ToolTipText = "New"; |
||
| 453 | this.mFileNewTB.Click += new System.EventHandler(this.FileNew_Click); |
||
| 454 | // |
||
| 455 | // mFileOpenTB |
||
| 456 | // |
||
| 457 | this.mFileOpenTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
| 458 | this.mFileOpenTB.Image = ((System.Drawing.Image)(resources.GetObject("mFileOpenTB.Image"))); |
||
| 459 | this.mFileOpenTB.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
| 460 | this.mFileOpenTB.Name = "mFileOpenTB"; |
||
| 461 | this.mFileOpenTB.Size = new System.Drawing.Size(23, 22); |
||
| 462 | this.mFileOpenTB.Text = "toolStripButton2"; |
||
| 463 | this.mFileOpenTB.ToolTipText = "Open"; |
||
| 464 | this.mFileOpenTB.Click += new System.EventHandler(this.FileOpen_Click); |
||
| 465 | // |
||
| 466 | // mFileSaveTB |
||
| 467 | // |
||
| 468 | this.mFileSaveTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
| 469 | this.mFileSaveTB.Image = ((System.Drawing.Image)(resources.GetObject("mFileSaveTB.Image"))); |
||
| 470 | this.mFileSaveTB.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
| 471 | this.mFileSaveTB.Name = "mFileSaveTB"; |
||
| 472 | this.mFileSaveTB.Size = new System.Drawing.Size(23, 22); |
||
| 473 | this.mFileSaveTB.Text = "toolStripButton3"; |
||
| 474 | this.mFileSaveTB.ToolTipText = "Save"; |
||
| 475 | this.mFileSaveTB.Click += new System.EventHandler(this.FileSave_Click); |
||
| 476 | // |
||
| 1480 | chris | 477 | // toolStripSeparator2 |
| 478 | // |
||
| 479 | this.toolStripSeparator2.Name = "toolStripSeparator2"; |
||
| 480 | this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); |
||
| 481 | // |
||
| 1494 | chris | 482 | // toolStripButton1 |
| 483 | // |
||
| 484 | this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
| 485 | this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); |
||
| 486 | this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
| 487 | this.toolStripButton1.Name = "toolStripButton1"; |
||
| 488 | this.toolStripButton1.Size = new System.Drawing.Size(23, 22); |
||
| 489 | this.toolStripButton1.Text = "toolStripButton1"; |
||
| 490 | this.toolStripButton1.ToolTipText = "Cut"; |
||
| 491 | this.toolStripButton1.Click += new System.EventHandler(this.EditCut_Click); |
||
| 492 | // |
||
| 493 | // toolStripButton2 |
||
| 494 | // |
||
| 495 | this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
| 496 | this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); |
||
| 497 | this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
| 498 | this.toolStripButton2.Name = "toolStripButton2"; |
||
| 499 | this.toolStripButton2.Size = new System.Drawing.Size(23, 22); |
||
| 500 | this.toolStripButton2.Text = "toolStripButton2"; |
||
| 501 | this.toolStripButton2.ToolTipText = "Copy"; |
||
| 502 | this.toolStripButton2.Click += new System.EventHandler(this.EditCopy_Click); |
||
| 503 | // |
||
| 504 | // toolStripButton3 |
||
| 505 | // |
||
| 506 | this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
| 507 | this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); |
||
| 508 | this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
| 509 | this.toolStripButton3.Name = "toolStripButton3"; |
||
| 510 | this.toolStripButton3.Size = new System.Drawing.Size(23, 22); |
||
| 511 | this.toolStripButton3.Text = "toolStripButton3"; |
||
| 512 | this.toolStripButton3.ToolTipText = "Paste"; |
||
| 513 | this.toolStripButton3.Click += new System.EventHandler(this.EditPaste_Click); |
||
| 514 | // |
||
| 1305 | chris | 515 | // toolStripSeparator1 |
| 516 | // |
||
| 517 | this.toolStripSeparator1.Name = "toolStripSeparator1"; |
||
| 518 | this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); |
||
| 519 | // |
||
| 1494 | chris | 520 | // tbSnapToPath |
| 521 | // |
||
| 522 | this.tbSnapToPath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; |
||
| 523 | this.tbSnapToPath.Image = ((System.Drawing.Image)(resources.GetObject("tbSnapToPath.Image"))); |
||
| 524 | this.tbSnapToPath.ImageTransparentColor = System.Drawing.Color.Magenta; |
||
| 525 | this.tbSnapToPath.Name = "tbSnapToPath"; |
||
| 526 | this.tbSnapToPath.Size = new System.Drawing.Size(23, 22); |
||
| 527 | this.tbSnapToPath.Text = "toolStripButton1"; |
||
| 528 | this.tbSnapToPath.ToolTipText = "Snap to Path"; |
||
| 529 | this.tbSnapToPath.Click += new System.EventHandler(this.SnapToPath_Click); |
||
| 530 | // |
||
| 1305 | chris | 531 | // contextMenuStrip1 |
| 532 | // |
||
| 533 | this.contextMenuStrip1.Name = "contextMenuStrip1"; |
||
| 534 | this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4); |
||
| 535 | // |
||
| 536 | // openFileDialog |
||
| 537 | // |
||
| 538 | this.openFileDialog.DefaultExt = "level"; |
||
| 1308 | chris | 539 | this.openFileDialog.Filter = "Burutaru levels|*.level;*.txt|All files|*.*"; |
| 1305 | chris | 540 | // |
| 541 | // saveFileDialog |
||
| 542 | // |
||
| 543 | this.saveFileDialog.DefaultExt = "level"; |
||
| 1308 | chris | 544 | this.saveFileDialog.Filter = "Burutaru levels|*.level;*.txt|All files|*.*"; |
| 1305 | chris | 545 | // |
| 1423 | chris | 546 | // tableLayoutPanel1 |
| 547 | // |
||
| 548 | this.tableLayoutPanel1.ColumnCount = 1; |
||
| 549 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); |
||
| 1433 | chris | 550 | this.tableLayoutPanel1.Controls.Add(this.tbcObjects, 0, 0); |
| 1423 | chris | 551 | this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Right; |
| 1481 | chris | 552 | this.tableLayoutPanel1.Location = new System.Drawing.Point(802, 49); |
| 1468 | chris | 553 | this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(7); |
| 1423 | chris | 554 | this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
| 1481 | chris | 555 | this.tableLayoutPanel1.RowCount = 1; |
| 556 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); |
||
| 1488 | chris | 557 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 578F)); |
| 558 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 578F)); |
||
| 1481 | chris | 559 | this.tableLayoutPanel1.Size = new System.Drawing.Size(238, 578); |
| 1423 | chris | 560 | this.tableLayoutPanel1.TabIndex = 9; |
| 561 | // |
||
| 1433 | chris | 562 | // tbcObjects |
| 1423 | chris | 563 | // |
| 1433 | chris | 564 | this.tbcObjects.Controls.Add(this.tabCheckPoints); |
| 565 | this.tbcObjects.Controls.Add(this.tabSpawners); |
||
| 1434 | chris | 566 | this.tbcObjects.Controls.Add(this.tabElements); |
| 1482 | chris | 567 | this.tbcObjects.Controls.Add(this.tabScripting); |
| 1433 | chris | 568 | this.tbcObjects.Dock = System.Windows.Forms.DockStyle.Fill; |
| 569 | this.tbcObjects.Location = new System.Drawing.Point(3, 3); |
||
| 1481 | chris | 570 | this.tbcObjects.Multiline = true; |
| 1433 | chris | 571 | this.tbcObjects.Name = "tbcObjects"; |
| 572 | this.tbcObjects.SelectedIndex = 0; |
||
| 1481 | chris | 573 | this.tbcObjects.Size = new System.Drawing.Size(238, 572); |
| 1433 | chris | 574 | this.tbcObjects.TabIndex = 2; |
| 1441 | chris | 575 | this.tbcObjects.SelectedIndexChanged += new System.EventHandler(this.Objects_SelectedTabChanged); |
| 1423 | chris | 576 | // |
| 577 | // tabCheckPoints |
||
| 578 | // |
||
| 1442 | chris | 579 | this.tabCheckPoints.Controls.Add(this.checkBox1); |
| 1441 | chris | 580 | this.tabCheckPoints.Controls.Add(this.btnCreateCheckPoint); |
| 1430 | chris | 581 | this.tabCheckPoints.Controls.Add(this.button3); |
| 582 | this.tabCheckPoints.Controls.Add(this.button4); |
||
| 583 | this.tabCheckPoints.Controls.Add(this.button2); |
||
| 1423 | chris | 584 | this.tabCheckPoints.Controls.Add(this.lbCheckPoints); |
| 585 | this.tabCheckPoints.Location = new System.Drawing.Point(4, 22); |
||
| 586 | this.tabCheckPoints.Name = "tabCheckPoints"; |
||
| 587 | this.tabCheckPoints.Padding = new System.Windows.Forms.Padding(3); |
||
| 1481 | chris | 588 | this.tabCheckPoints.Size = new System.Drawing.Size(230, 546); |
| 1423 | chris | 589 | this.tabCheckPoints.TabIndex = 0; |
| 590 | this.tabCheckPoints.Text = "CheckPoints"; |
||
| 591 | this.tabCheckPoints.UseVisualStyleBackColor = true; |
||
| 592 | // |
||
| 1451 | chris | 593 | // checkBox1 |
| 594 | // |
||
| 595 | this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
||
| 596 | | System.Windows.Forms.AnchorStyles.Right))); |
||
| 597 | this.checkBox1.Appearance = System.Windows.Forms.Appearance.Button; |
||
| 1481 | chris | 598 | this.checkBox1.Location = new System.Drawing.Point(110, 514); |
| 1451 | chris | 599 | this.checkBox1.Name = "checkBox1"; |
| 1465 | chris | 600 | this.checkBox1.Size = new System.Drawing.Size(114, 20); |
| 1451 | chris | 601 | this.checkBox1.TabIndex = 6; |
| 602 | this.checkBox1.Text = "&Insert"; |
||
| 603 | this.checkBox1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
||
| 604 | this.checkBox1.UseVisualStyleBackColor = true; |
||
| 605 | // |
||
| 606 | // btnCreateCheckPoint |
||
| 607 | // |
||
| 1465 | chris | 608 | this.btnCreateCheckPoint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
| 1451 | chris | 609 | this.btnCreateCheckPoint.Appearance = System.Windows.Forms.Appearance.Button; |
| 1481 | chris | 610 | this.btnCreateCheckPoint.Location = new System.Drawing.Point(6, 514); |
| 1451 | chris | 611 | this.btnCreateCheckPoint.Name = "btnCreateCheckPoint"; |
| 612 | this.btnCreateCheckPoint.Size = new System.Drawing.Size(96, 20); |
||
| 613 | this.btnCreateCheckPoint.TabIndex = 5; |
||
| 614 | this.btnCreateCheckPoint.Text = "&Create"; |
||
| 615 | this.btnCreateCheckPoint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
||
| 616 | this.btnCreateCheckPoint.UseVisualStyleBackColor = true; |
||
| 617 | this.btnCreateCheckPoint.Click += new System.EventHandler(this.Create_Click); |
||
| 618 | // |
||
| 1433 | chris | 619 | // button3 |
| 620 | // |
||
| 1465 | chris | 621 | this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
| 1481 | chris | 622 | this.button3.Location = new System.Drawing.Point(56, 488); |
| 1433 | chris | 623 | this.button3.Name = "button3"; |
| 1442 | chris | 624 | this.button3.Size = new System.Drawing.Size(46, 20); |
| 1433 | chris | 625 | this.button3.TabIndex = 4; |
| 1442 | chris | 626 | this.button3.Text = "&Down"; |
| 1433 | chris | 627 | this.button3.UseVisualStyleBackColor = true; |
| 1461 | chris | 628 | this.button3.Click += new System.EventHandler(this.MoveDown_Click); |
| 1433 | chris | 629 | // |
| 630 | // button4 |
||
| 631 | // |
||
| 1465 | chris | 632 | this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
| 1481 | chris | 633 | this.button4.Location = new System.Drawing.Point(6, 488); |
| 1433 | chris | 634 | this.button4.Name = "button4"; |
| 1442 | chris | 635 | this.button4.Size = new System.Drawing.Size(46, 20); |
| 1433 | chris | 636 | this.button4.TabIndex = 3; |
| 1442 | chris | 637 | this.button4.Text = "&Up"; |
| 1433 | chris | 638 | this.button4.UseVisualStyleBackColor = true; |
| 1461 | chris | 639 | this.button4.Click += new System.EventHandler(this.MoveUp_Click); |
| 1433 | chris | 640 | // |
| 641 | // button2 |
||
| 642 | // |
||
| 643 | this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
||
| 644 | | System.Windows.Forms.AnchorStyles.Right))); |
||
| 1481 | chris | 645 | this.button2.Location = new System.Drawing.Point(110, 488); |
| 1433 | chris | 646 | this.button2.Name = "button2"; |
| 1465 | chris | 647 | this.button2.Size = new System.Drawing.Size(114, 20); |
| 1433 | chris | 648 | this.button2.TabIndex = 2; |
| 649 | this.button2.Text = "De&lete"; |
||
| 650 | this.button2.UseVisualStyleBackColor = true; |
||
| 1496 | chris | 651 | this.button2.Click += new System.EventHandler(this.Delete_Click); |
| 1433 | chris | 652 | // |
| 1423 | chris | 653 | // lbCheckPoints |
| 654 | // |
||
| 1430 | chris | 655 | this.lbCheckPoints.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
| 656 | | System.Windows.Forms.AnchorStyles.Left) |
||
| 657 | | System.Windows.Forms.AnchorStyles.Right))); |
||
| 1423 | chris | 658 | this.lbCheckPoints.DisplayMember = "Name"; |
| 659 | this.lbCheckPoints.FormattingEnabled = true; |
||
| 660 | this.lbCheckPoints.Location = new System.Drawing.Point(6, 6); |
||
| 661 | this.lbCheckPoints.Name = "lbCheckPoints"; |
||
| 1481 | chris | 662 | this.lbCheckPoints.Size = new System.Drawing.Size(218, 472); |
| 1423 | chris | 663 | this.lbCheckPoints.TabIndex = 0; |
| 1433 | chris | 664 | this.lbCheckPoints.SelectedIndexChanged += new System.EventHandler(this.ObjectsList_SelIndexChanged); |
| 1423 | chris | 665 | // |
| 1433 | chris | 666 | // tabSpawners |
| 1423 | chris | 667 | // |
| 1465 | chris | 668 | this.tabSpawners.Controls.Add(this.cbSpawnerTypes); |
| 1441 | chris | 669 | this.tabSpawners.Controls.Add(this.btnCreateSpawner); |
| 1433 | chris | 670 | this.tabSpawners.Controls.Add(this.button5); |
| 671 | this.tabSpawners.Controls.Add(this.button6); |
||
| 672 | this.tabSpawners.Controls.Add(this.button7); |
||
| 673 | this.tabSpawners.Controls.Add(this.lbSpawners); |
||
| 674 | this.tabSpawners.Location = new System.Drawing.Point(4, 22); |
||
| 675 | this.tabSpawners.Name = "tabSpawners"; |
||
| 676 | this.tabSpawners.Padding = new System.Windows.Forms.Padding(3); |
||
| 1481 | chris | 677 | this.tabSpawners.Size = new System.Drawing.Size(230, 546); |
| 1433 | chris | 678 | this.tabSpawners.TabIndex = 1; |
| 679 | this.tabSpawners.Text = "Enemies"; |
||
| 680 | this.tabSpawners.UseVisualStyleBackColor = true; |
||
| 1423 | chris | 681 | // |
| 1465 | chris | 682 | // cbSpawnerTypes |
| 1451 | chris | 683 | // |
| 1465 | chris | 684 | this.cbSpawnerTypes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
| 1451 | chris | 685 | | System.Windows.Forms.AnchorStyles.Right))); |
| 1465 | chris | 686 | this.cbSpawnerTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
| 687 | this.cbSpawnerTypes.FormattingEnabled = true; |
||
| 688 | this.cbSpawnerTypes.Items.AddRange(new object[] { |
||
| 1541 | chris | 689 | "BlobEnemy", |
| 1562 | chris | 690 | "CoreMechEnemy", |
| 1575 | chris | 691 | "CoreMechXlEnemy", |
| 1584 | chris | 692 | "CoreTurretEnemy", |
| 1621 | chris | 693 | "GarbageCollectorBoss", |
| 1584 | chris | 694 | "SpaceMineEnemy"}); |
| 1481 | chris | 695 | this.cbSpawnerTypes.Location = new System.Drawing.Point(94, 513); |
| 1465 | chris | 696 | this.cbSpawnerTypes.Name = "cbSpawnerTypes"; |
| 1481 | chris | 697 | this.cbSpawnerTypes.Size = new System.Drawing.Size(130, 21); |
| 1465 | chris | 698 | this.cbSpawnerTypes.Sorted = true; |
| 699 | this.cbSpawnerTypes.TabIndex = 11; |
||
| 1451 | chris | 700 | // |
| 701 | // btnCreateSpawner |
||
| 702 | // |
||
| 1465 | chris | 703 | this.btnCreateSpawner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
| 1451 | chris | 704 | this.btnCreateSpawner.Appearance = System.Windows.Forms.Appearance.Button; |
| 1481 | chris | 705 | this.btnCreateSpawner.Location = new System.Drawing.Point(6, 514); |
| 1451 | chris | 706 | this.btnCreateSpawner.Name = "btnCreateSpawner"; |
| 707 | this.btnCreateSpawner.Size = new System.Drawing.Size(82, 20); |
||
| 708 | this.btnCreateSpawner.TabIndex = 10; |
||
| 709 | this.btnCreateSpawner.Text = "&Create"; |
||
| 710 | this.btnCreateSpawner.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
||
| 711 | this.btnCreateSpawner.UseVisualStyleBackColor = true; |
||
| 712 | this.btnCreateSpawner.Click += new System.EventHandler(this.Create_Click); |
||
| 713 | // |
||
| 1433 | chris | 714 | // button5 |
| 1430 | chris | 715 | // |
| 1465 | chris | 716 | this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
| 1481 | chris | 717 | this.button5.Location = new System.Drawing.Point(56, 488); |
| 1433 | chris | 718 | this.button5.Name = "button5"; |
| 1442 | chris | 719 | this.button5.Size = new System.Drawing.Size(46, 20); |
| 1433 | chris | 720 | this.button5.TabIndex = 9; |
| 1442 | chris | 721 | this.button5.Text = "&Down"; |
| 1433 | chris | 722 | this.button5.UseVisualStyleBackColor = true; |
| 1461 | chris | 723 | this.button5.Click += new System.EventHandler(this.MoveDown_Click); |
| 1430 | chris | 724 | // |
| 1433 | chris | 725 | // button6 |
| 1430 | chris | 726 | // |
| 1465 | chris | 727 | this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
| 1481 | chris | 728 | this.button6.Location = new System.Drawing.Point(6, 488); |
| 1433 | chris | 729 | this.button6.Name = "button6"; |
| 1442 | chris | 730 | this.button6.Size = new System.Drawing.Size(46, 20); |
| 1433 | chris | 731 | this.button6.TabIndex = 8; |
| 1442 | chris | 732 | this.button6.Text = "&Up"; |
| 1433 | chris | 733 | this.button6.UseVisualStyleBackColor = true; |
| 1461 | chris | 734 | this.button6.Click += new System.EventHandler(this.MoveUp_Click); |
| 1430 | chris | 735 | // |
| 1433 | chris | 736 | // button7 |
| 1430 | chris | 737 | // |
| 1433 | chris | 738 | this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
| 1430 | chris | 739 | | System.Windows.Forms.AnchorStyles.Right))); |
| 1481 | chris | 740 | this.button7.Location = new System.Drawing.Point(110, 488); |
| 1433 | chris | 741 | this.button7.Name = "button7"; |
| 1481 | chris | 742 | this.button7.Size = new System.Drawing.Size(114, 20); |
| 1433 | chris | 743 | this.button7.TabIndex = 7; |
| 744 | this.button7.Text = "De&lete"; |
||
| 745 | this.button7.UseVisualStyleBackColor = true; |
||
| 1496 | chris | 746 | this.button7.Click += new System.EventHandler(this.Delete_Click); |
| 1430 | chris | 747 | // |
| 1433 | chris | 748 | // lbSpawners |
| 749 | // |
||
| 750 | this.lbSpawners.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
| 751 | | System.Windows.Forms.AnchorStyles.Left) |
||
| 752 | | System.Windows.Forms.AnchorStyles.Right))); |
||
| 753 | this.lbSpawners.DisplayMember = "Name"; |
||
| 754 | this.lbSpawners.FormattingEnabled = true; |
||
| 755 | this.lbSpawners.Location = new System.Drawing.Point(6, 6); |
||
| 756 | this.lbSpawners.Name = "lbSpawners"; |
||
| 1481 | chris | 757 | this.lbSpawners.Size = new System.Drawing.Size(218, 472); |
| 1433 | chris | 758 | this.lbSpawners.TabIndex = 5; |
| 759 | this.lbSpawners.SelectedIndexChanged += new System.EventHandler(this.ObjectsList_SelIndexChanged); |
||
| 760 | // |
||
| 1434 | chris | 761 | // tabElements |
| 762 | // |
||
| 1465 | chris | 763 | this.tabElements.Controls.Add(this.cbElementTypes); |
| 1441 | chris | 764 | this.tabElements.Controls.Add(this.btnCreateElement); |
| 1434 | chris | 765 | this.tabElements.Controls.Add(this.button9); |
| 766 | this.tabElements.Controls.Add(this.button10); |
||
| 767 | this.tabElements.Controls.Add(this.button11); |
||
| 768 | this.tabElements.Controls.Add(this.lbElements); |
||
| 769 | this.tabElements.Location = new System.Drawing.Point(4, 22); |
||
| 770 | this.tabElements.Name = "tabElements"; |
||
| 1481 | chris | 771 | this.tabElements.Size = new System.Drawing.Size(230, 546); |
| 1434 | chris | 772 | this.tabElements.TabIndex = 2; |
| 773 | this.tabElements.Text = "Elements"; |
||
| 774 | this.tabElements.UseVisualStyleBackColor = true; |
||
| 775 | // |
||
| 1465 | chris | 776 | // cbElementTypes |
| 1451 | chris | 777 | // |
| 1465 | chris | 778 | this.cbElementTypes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
| 1451 | chris | 779 | | System.Windows.Forms.AnchorStyles.Right))); |
| 1465 | chris | 780 | this.cbElementTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
| 781 | this.cbElementTypes.FormattingEnabled = true; |
||
| 782 | this.cbElementTypes.Items.AddRange(new object[] { |
||
| 783 | "BackgroundElement", |
||
| 784 | "StaticElement"}); |
||
| 1481 | chris | 785 | this.cbElementTypes.Location = new System.Drawing.Point(94, 513); |
| 1465 | chris | 786 | this.cbElementTypes.Name = "cbElementTypes"; |
| 1481 | chris | 787 | this.cbElementTypes.Size = new System.Drawing.Size(130, 21); |
| 1465 | chris | 788 | this.cbElementTypes.Sorted = true; |
| 789 | this.cbElementTypes.TabIndex = 12; |
||
| 1451 | chris | 790 | // |
| 791 | // btnCreateElement |
||
| 792 | // |
||
| 1465 | chris | 793 | this.btnCreateElement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
| 1451 | chris | 794 | this.btnCreateElement.Appearance = System.Windows.Forms.Appearance.Button; |
| 1481 | chris | 795 | this.btnCreateElement.Location = new System.Drawing.Point(6, 514); |
| 1451 | chris | 796 | this.btnCreateElement.Name = "btnCreateElement"; |
| 797 | this.btnCreateElement.Size = new System.Drawing.Size(82, 20); |
||
| 798 | this.btnCreateElement.TabIndex = 10; |
||
| 799 | this.btnCreateElement.Text = "&Create"; |
||
| 800 | this.btnCreateElement.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
||
| 801 | this.btnCreateElement.UseVisualStyleBackColor = true; |
||
| 802 | this.btnCreateElement.Click += new System.EventHandler(this.Create_Click); |
||
| 803 | // |
||
| 1434 | chris | 804 | // button9 |
| 805 | // |
||
| 1465 | chris | 806 | this.button9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
| 1481 | chris | 807 | this.button9.Location = new System.Drawing.Point(56, 488); |
| 1434 | chris | 808 | this.button9.Name = "button9"; |
| 1442 | chris | 809 | this.button9.Size = new System.Drawing.Size(46, 20); |
| 1434 | chris | 810 | this.button9.TabIndex = 9; |
| 1442 | chris | 811 | this.button9.Text = "&Down"; |
| 1434 | chris | 812 | this.button9.UseVisualStyleBackColor = true; |
| 1461 | chris | 813 | this.button9.Click += new System.EventHandler(this.MoveDown_Click); |
| 1434 | chris | 814 | // |
| 815 | // button10 |
||
| 816 | // |
||
| 1465 | chris | 817 | this.button10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
| 1481 | chris | 818 | this.button10.Location = new System.Drawing.Point(6, 488); |
| 1434 | chris | 819 | this.button10.Name = "button10"; |
| 1442 | chris | 820 | this.button10.Size = new System.Drawing.Size(46, 20); |
| 1434 | chris | 821 | this.button10.TabIndex = 8; |
| 1442 | chris | 822 | this.button10.Text = "&Up"; |
| 1434 | chris | 823 | this.button10.UseVisualStyleBackColor = true; |
| 1461 | chris | 824 | this.button10.Click += new System.EventHandler(this.MoveUp_Click); |
| 1434 | chris | 825 | // |
| 826 | // button11 |
||
| 827 | // |
||
| 828 | this.button11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
||
| 829 | | System.Windows.Forms.AnchorStyles.Right))); |
||
| 1481 | chris | 830 | this.button11.Location = new System.Drawing.Point(110, 488); |
| 1434 | chris | 831 | this.button11.Name = "button11"; |
| 1481 | chris | 832 | this.button11.Size = new System.Drawing.Size(114, 20); |
| 1434 | chris | 833 | this.button11.TabIndex = 7; |
| 834 | this.button11.Text = "De&lete"; |
||
| 835 | this.button11.UseVisualStyleBackColor = true; |
||
| 1496 | chris | 836 | this.button11.Click += new System.EventHandler(this.Delete_Click); |
| 1434 | chris | 837 | // |
| 838 | // lbElements |
||
| 839 | // |
||
| 840 | this.lbElements.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
| 841 | | System.Windows.Forms.AnchorStyles.Left) |
||
| 842 | | System.Windows.Forms.AnchorStyles.Right))); |
||
| 843 | this.lbElements.DisplayMember = "Name"; |
||
| 1462 | chris | 844 | this.lbElements.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; |
| 1434 | chris | 845 | this.lbElements.FormattingEnabled = true; |
| 846 | this.lbElements.Location = new System.Drawing.Point(6, 6); |
||
| 847 | this.lbElements.Name = "lbElements"; |
||
| 1481 | chris | 848 | this.lbElements.Size = new System.Drawing.Size(218, 472); |
| 1434 | chris | 849 | this.lbElements.TabIndex = 5; |
| 1462 | chris | 850 | this.lbElements.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.Elements_DrawItem); |
| 1434 | chris | 851 | this.lbElements.SelectedIndexChanged += new System.EventHandler(this.ObjectsList_SelIndexChanged); |
| 852 | // |
||
| 1494 | chris | 853 | // tabScripting |
| 854 | // |
||
| 1822 | chris | 855 | this.tabScripting.Controls.Add(this.cbScriptingType); |
| 856 | this.tabScripting.Controls.Add(this.btnCreateScripting); |
||
| 857 | this.tabScripting.Controls.Add(this.button1); |
||
| 858 | this.tabScripting.Controls.Add(this.button8); |
||
| 859 | this.tabScripting.Controls.Add(this.button12); |
||
| 860 | this.tabScripting.Controls.Add(this.lbScripting); |
||
| 1494 | chris | 861 | this.tabScripting.Location = new System.Drawing.Point(4, 22); |
| 862 | this.tabScripting.Name = "tabScripting"; |
||
| 863 | this.tabScripting.Size = new System.Drawing.Size(230, 546); |
||
| 864 | this.tabScripting.TabIndex = 3; |
||
| 865 | this.tabScripting.Text = "Scripting"; |
||
| 866 | this.tabScripting.UseVisualStyleBackColor = true; |
||
| 867 | // |
||
| 1822 | chris | 868 | // cbScriptingType |
| 869 | // |
||
| 870 | this.cbScriptingType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
||
| 871 | | System.Windows.Forms.AnchorStyles.Right))); |
||
| 872 | this.cbScriptingType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
||
| 873 | this.cbScriptingType.FormattingEnabled = true; |
||
| 874 | this.cbScriptingType.Items.AddRange(new object[] { |
||
| 875 | "EnemyDestroyCondition"}); |
||
| 876 | this.cbScriptingType.Location = new System.Drawing.Point(94, 513); |
||
| 877 | this.cbScriptingType.Name = "cbScriptingType"; |
||
| 878 | this.cbScriptingType.Size = new System.Drawing.Size(130, 21); |
||
| 879 | this.cbScriptingType.Sorted = true; |
||
| 880 | this.cbScriptingType.TabIndex = 15; |
||
| 881 | // |
||
| 882 | // btnCreateScripting |
||
| 883 | // |
||
| 884 | this.btnCreateScripting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
||
| 885 | this.btnCreateScripting.Appearance = System.Windows.Forms.Appearance.Button; |
||
| 886 | this.btnCreateScripting.Location = new System.Drawing.Point(6, 514); |
||
| 887 | this.btnCreateScripting.Name = "btnCreateScripting"; |
||
| 888 | this.btnCreateScripting.Size = new System.Drawing.Size(82, 20); |
||
| 889 | this.btnCreateScripting.TabIndex = 14; |
||
| 890 | this.btnCreateScripting.Text = "&Create"; |
||
| 891 | this.btnCreateScripting.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
||
| 892 | this.btnCreateScripting.UseVisualStyleBackColor = true; |
||
| 893 | this.btnCreateScripting.Click += new System.EventHandler(this.Create_Click); |
||
| 894 | // |
||
| 895 | // button1 |
||
| 896 | // |
||
| 897 | this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
||
| 898 | this.button1.Location = new System.Drawing.Point(56, 488); |
||
| 899 | this.button1.Name = "button1"; |
||
| 900 | this.button1.Size = new System.Drawing.Size(46, 20); |
||
| 901 | this.button1.TabIndex = 13; |
||
| 902 | this.button1.Text = "&Down"; |
||
| 903 | this.button1.UseVisualStyleBackColor = true; |
||
| 904 | this.button1.Click += new System.EventHandler(this.MoveDown_Click); |
||
| 905 | // |
||
| 906 | // button8 |
||
| 907 | // |
||
| 908 | this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
||
| 909 | this.button8.Location = new System.Drawing.Point(6, 488); |
||
| 910 | this.button8.Name = "button8"; |
||
| 911 | this.button8.Size = new System.Drawing.Size(46, 20); |
||
| 912 | this.button8.TabIndex = 12; |
||
| 913 | this.button8.Text = "&Up"; |
||
| 914 | this.button8.UseVisualStyleBackColor = true; |
||
| 915 | this.button8.Click += new System.EventHandler(this.MoveUp_Click); |
||
| 916 | // |
||
| 917 | // button12 |
||
| 918 | // |
||
| 919 | this.button12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
||
| 920 | | System.Windows.Forms.AnchorStyles.Right))); |
||
| 921 | this.button12.Location = new System.Drawing.Point(110, 488); |
||
| 922 | this.button12.Name = "button12"; |
||
| 923 | this.button12.Size = new System.Drawing.Size(114, 20); |
||
| 924 | this.button12.TabIndex = 11; |
||
| 925 | this.button12.Text = "De&lete"; |
||
| 926 | this.button12.UseVisualStyleBackColor = true; |
||
| 927 | this.button12.Click += new System.EventHandler(this.Delete_Click); |
||
| 928 | // |
||
| 929 | // lbScripting |
||
| 930 | // |
||
| 931 | this.lbScripting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
| 932 | | System.Windows.Forms.AnchorStyles.Left) |
||
| 933 | | System.Windows.Forms.AnchorStyles.Right))); |
||
| 934 | this.lbScripting.DisplayMember = "Name"; |
||
| 935 | this.lbScripting.FormattingEnabled = true; |
||
| 936 | this.lbScripting.Location = new System.Drawing.Point(6, 6); |
||
| 937 | this.lbScripting.Name = "lbScripting"; |
||
| 938 | this.lbScripting.Size = new System.Drawing.Size(218, 472); |
||
| 939 | this.lbScripting.TabIndex = 6; |
||
| 1823 | chris | 940 | this.lbScripting.SelectedIndexChanged += new System.EventHandler(this.ObjectsList_SelIndexChanged); |
| 1822 | chris | 941 | // |
| 1503 | chris | 942 | // openSpriteDialog |
| 943 | // |
||
| 944 | this.openSpriteDialog.Filter = "Image files (*.png)|*.png|All files|*.*"; |
||
| 945 | // |
||
| 946 | // mGlView |
||
| 947 | // |
||
| 948 | this.mGlView.AccumBits = ((byte)(0)); |
||
| 949 | this.mGlView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
| 950 | | System.Windows.Forms.AnchorStyles.Left) |
||
| 951 | | System.Windows.Forms.AnchorStyles.Right))); |
||
| 952 | this.mGlView.AutoCheckErrors = true; |
||
| 953 | this.mGlView.AutoFinish = false; |
||
| 954 | this.mGlView.AutoMakeCurrent = true; |
||
| 955 | this.mGlView.AutoSwapBuffers = true; |
||
| 956 | this.mGlView.BackColor = System.Drawing.Color.Black; |
||
| 957 | this.mGlView.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("mGlView.BackgroundImage"))); |
||
| 958 | this.mGlView.ColorBits = ((byte)(32)); |
||
| 959 | this.mGlView.DepthBits = ((byte)(16)); |
||
| 960 | this.mGlView.Location = new System.Drawing.Point(0, 49); |
||
| 961 | this.mGlView.Name = "mGlView"; |
||
| 962 | this.mGlView.Size = new System.Drawing.Size(588, 580); |
||
| 963 | this.mGlView.StencilBits = ((byte)(0)); |
||
| 964 | this.mGlView.TabIndex = 8; |
||
| 965 | this.mGlView.VSync = false; |
||
| 966 | this.mGlView.Paint += new System.Windows.Forms.PaintEventHandler(this.GlView_Paint); |
||
| 967 | this.mGlView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GlView_KeyDown); |
||
| 968 | this.mGlView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.GlView_MouseDown); |
||
| 969 | this.mGlView.MouseEnter += new System.EventHandler(this.GlView_MouseEnter); |
||
| 970 | this.mGlView.MouseLeave += new System.EventHandler(this.GlView_MouseLeave); |
||
| 971 | this.mGlView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.GlView_MouseMove); |
||
| 972 | this.mGlView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.GlView_MouseUp); |
||
| 973 | this.mGlView.Resize += new System.EventHandler(this.GlView_Resize); |
||
| 974 | // |
||
| 975 | // splitContainer1 |
||
| 976 | // |
||
| 977 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
| 978 | | System.Windows.Forms.AnchorStyles.Right))); |
||
| 979 | this.splitContainer1.Location = new System.Drawing.Point(594, 49); |
||
| 980 | this.splitContainer1.Name = "splitContainer1"; |
||
| 981 | this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; |
||
| 982 | // |
||
| 983 | // splitContainer1.Panel1 |
||
| 984 | // |
||
| 985 | this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel3); |
||
| 986 | this.splitContainer1.Size = new System.Drawing.Size(205, 578); |
||
| 987 | this.splitContainer1.SplitterDistance = 327; |
||
| 988 | this.splitContainer1.TabIndex = 11; |
||
| 989 | // |
||
| 1481 | chris | 990 | // tableLayoutPanel3 |
| 1468 | chris | 991 | // |
| 1481 | chris | 992 | this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
| 1468 | chris | 993 | | System.Windows.Forms.AnchorStyles.Right))); |
| 1481 | chris | 994 | this.tableLayoutPanel3.ColumnCount = 1; |
| 995 | this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); |
||
| 996 | this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel2, 0, 0); |
||
| 997 | this.tableLayoutPanel3.Controls.Add(this.pgProperties, 0, 1); |
||
| 1503 | chris | 998 | this.tableLayoutPanel3.Location = new System.Drawing.Point(0, -4); |
| 1481 | chris | 999 | this.tableLayoutPanel3.Name = "tableLayoutPanel3"; |
| 1000 | this.tableLayoutPanel3.RowCount = 2; |
||
| 1484 | chris | 1001 | this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F)); |
| 1481 | chris | 1002 | this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
| 1503 | chris | 1003 | this.tableLayoutPanel3.Size = new System.Drawing.Size(204, 328); |
| 1004 | this.tableLayoutPanel3.TabIndex = 11; |
||
| 1468 | chris | 1005 | // |
| 1477 | chris | 1006 | // tableLayoutPanel2 |
| 1468 | chris | 1007 | // |
| 1484 | chris | 1008 | this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
| 1009 | this.tableLayoutPanel2.ColumnCount = 1; |
||
| 1477 | chris | 1010 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); |
| 1484 | chris | 1011 | this.tableLayoutPanel2.Controls.Add(this.lblType, 0, 1); |
| 1477 | chris | 1012 | this.tableLayoutPanel2.Controls.Add(this.lblProperties, 0, 0); |
| 1013 | this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
||
| 1481 | chris | 1014 | this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3); |
| 1477 | chris | 1015 | this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
| 1484 | chris | 1016 | this.tableLayoutPanel2.RowCount = 2; |
| 1017 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); |
||
| 1018 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); |
||
| 1019 | this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 49); |
||
| 1481 | chris | 1020 | this.tableLayoutPanel2.TabIndex = 6; |
| 1468 | chris | 1021 | // |
| 1494 | chris | 1022 | // lblType |
| 1023 | // |
||
| 1024 | this.lblType.AutoSize = true; |
||
| 1025 | this.lblType.Dock = System.Windows.Forms.DockStyle.Fill; |
||
| 1026 | this.lblType.Location = new System.Drawing.Point(7, 32); |
||
| 1027 | this.lblType.Margin = new System.Windows.Forms.Padding(7, 7, 7, 3); |
||
| 1028 | this.lblType.Name = "lblType"; |
||
| 1029 | this.lblType.Size = new System.Drawing.Size(186, 15); |
||
| 1030 | this.lblType.TabIndex = 14; |
||
| 1031 | this.lblType.Text = "adcasdc"; |
||
| 1032 | this.lblType.TextAlign = System.Drawing.ContentAlignment.BottomLeft; |
||
| 1033 | // |
||
| 1477 | chris | 1034 | // lblProperties |
| 1035 | // |
||
| 1036 | this.lblProperties.AutoSize = true; |
||
| 1037 | this.lblProperties.Dock = System.Windows.Forms.DockStyle.Fill; |
||
| 1038 | this.lblProperties.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
||
| 1039 | this.lblProperties.Location = new System.Drawing.Point(7, 7); |
||
| 1040 | this.lblProperties.Margin = new System.Windows.Forms.Padding(7, 7, 7, 3); |
||
| 1041 | this.lblProperties.Name = "lblProperties"; |
||
| 1484 | chris | 1042 | this.lblProperties.Size = new System.Drawing.Size(186, 15); |
| 1477 | chris | 1043 | this.lblProperties.TabIndex = 12; |
| 1044 | this.lblProperties.Text = "asdcasdc"; |
||
| 1045 | this.lblProperties.TextAlign = System.Drawing.ContentAlignment.BottomLeft; |
||
| 1046 | // |
||
| 1481 | chris | 1047 | // pgProperties |
| 1048 | // |
||
| 1049 | this.pgProperties.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
| 1050 | | System.Windows.Forms.AnchorStyles.Left) |
||
| 1051 | | System.Windows.Forms.AnchorStyles.Right))); |
||
| 1052 | this.pgProperties.HelpVisible = false; |
||
| 1484 | chris | 1053 | this.pgProperties.Location = new System.Drawing.Point(3, 58); |
| 1481 | chris | 1054 | this.pgProperties.Name = "pgProperties"; |
| 1503 | chris | 1055 | this.pgProperties.Size = new System.Drawing.Size(200, 267); |
| 1481 | chris | 1056 | this.pgProperties.TabIndex = 7; |
| 1057 | this.pgProperties.ToolbarVisible = false; |
||
| 1543 | chris | 1058 | this.pgProperties.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.Properties_PropertyValueChanged); |
| 1481 | chris | 1059 | // |
| 1822 | chris | 1060 | // mnuViewScripting |
| 1061 | // |
||
| 1062 | this.mnuViewScripting.Checked = true; |
||
| 1063 | this.mnuViewScripting.CheckState = System.Windows.Forms.CheckState.Checked; |
||
| 1064 | this.mnuViewScripting.Name = "mnuViewScripting"; |
||
| 1065 | this.mnuViewScripting.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D6))); |
||
| 1066 | this.mnuViewScripting.Size = new System.Drawing.Size(218, 22); |
||
| 1067 | this.mnuViewScripting.Text = "Scrip&ting"; |
||
| 1068 | // |
||
| 1305 | chris | 1069 | // MainForm |
| 1070 | // |
||
| 1071 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
| 1072 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
| 1481 | chris | 1073 | this.ClientSize = new System.Drawing.Size(1040, 651); |
| 1503 | chris | 1074 | this.Controls.Add(this.splitContainer1); |
| 1423 | chris | 1075 | this.Controls.Add(this.tableLayoutPanel1); |
| 1305 | chris | 1076 | this.Controls.Add(this.mGlView); |
| 1077 | this.Controls.Add(this.mMainToolStrip); |
||
| 1078 | this.Controls.Add(this.mMainMenuStrip); |
||
| 1079 | this.Controls.Add(this.mStatusStrip); |
||
| 1423 | chris | 1080 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
| 1451 | chris | 1081 | this.KeyPreview = true; |
| 1305 | chris | 1082 | this.Name = "MainForm"; |
| 1083 | this.Text = "Burutaru Editor"; |
||
| 1447 | chris | 1084 | this.WindowState = System.Windows.Forms.FormWindowState.Maximized; |
| 1305 | chris | 1085 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); |
| 1086 | this.Load += new System.EventHandler(this.MainForm_Load); |
||
| 1451 | chris | 1087 | this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown); |
| 1441 | chris | 1088 | this.mStatusStrip.ResumeLayout(false); |
| 1089 | this.mStatusStrip.PerformLayout(); |
||
| 1305 | chris | 1090 | this.mMainMenuStrip.ResumeLayout(false); |
| 1091 | this.mMainMenuStrip.PerformLayout(); |
||
| 1092 | this.mMainToolStrip.ResumeLayout(false); |
||
| 1093 | this.mMainToolStrip.PerformLayout(); |
||
| 1423 | chris | 1094 | this.tableLayoutPanel1.ResumeLayout(false); |
| 1433 | chris | 1095 | this.tbcObjects.ResumeLayout(false); |
| 1423 | chris | 1096 | this.tabCheckPoints.ResumeLayout(false); |
| 1433 | chris | 1097 | this.tabSpawners.ResumeLayout(false); |
| 1434 | chris | 1098 | this.tabElements.ResumeLayout(false); |
| 1822 | chris | 1099 | this.tabScripting.ResumeLayout(false); |
| 1503 | chris | 1100 | this.splitContainer1.Panel1.ResumeLayout(false); |
| 1101 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); |
||
| 1102 | this.splitContainer1.ResumeLayout(false); |
||
| 1481 | chris | 1103 | this.tableLayoutPanel3.ResumeLayout(false); |
| 1477 | chris | 1104 | this.tableLayoutPanel2.ResumeLayout(false); |
| 1105 | this.tableLayoutPanel2.PerformLayout(); |
||
| 1305 | chris | 1106 | this.ResumeLayout(false); |
| 1107 | this.PerformLayout(); |
||
| 1108 | |||
| 1109 | } |
||
| 1110 | |||
| 1111 | #endregion |
||
| 1112 | |||
| 1113 | private System.Windows.Forms.StatusStrip mStatusStrip; |
||
| 1114 | private System.Windows.Forms.MenuStrip mMainMenuStrip; |
||
| 1115 | private System.Windows.Forms.ToolStripMenuItem mFileMenu; |
||
| 1116 | private System.Windows.Forms.ToolStripMenuItem mFileNewMenu; |
||
| 1117 | private System.Windows.Forms.ToolStripMenuItem mFileOpenMenu; |
||
| 1118 | private System.Windows.Forms.ToolStripMenuItem mFileSaveMenu; |
||
| 1119 | private System.Windows.Forms.ToolStripMenuItem mFileSaveAsMenu; |
||
| 1120 | private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; |
||
| 1121 | private System.Windows.Forms.ToolStripMenuItem mFileExitMenu; |
||
| 1122 | private System.Windows.Forms.ToolStrip mMainToolStrip; |
||
| 1123 | private System.Windows.Forms.ToolStripButton mFileNewTB; |
||
| 1124 | private System.Windows.Forms.ToolStripButton mFileOpenTB; |
||
| 1125 | private System.Windows.Forms.ToolStripButton mFileSaveTB; |
||
| 1126 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |
||
| 1451 | chris | 1127 | #pragma warning disable 0618 |
| 1305 | chris | 1128 | private Tao.Platform.Windows.SimpleOpenGlControl mGlView; |
| 1451 | chris | 1129 | #pragma warning restore 0618 |
| 1305 | chris | 1130 | private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; |
| 1131 | private System.Windows.Forms.OpenFileDialog openFileDialog; |
||
| 1132 | private System.Windows.Forms.SaveFileDialog saveFileDialog; |
||
| 1423 | chris | 1133 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
| 1134 | private System.Windows.Forms.SaveFileDialog saveFileDialog1; |
||
| 1135 | private System.Windows.Forms.ListBox lbCheckPoints; |
||
| 1430 | chris | 1136 | private System.Windows.Forms.Button button3; |
| 1137 | private System.Windows.Forms.Button button4; |
||
| 1138 | private System.Windows.Forms.Button button2; |
||
| 1433 | chris | 1139 | private System.Windows.Forms.Button button5; |
| 1140 | private System.Windows.Forms.Button button6; |
||
| 1141 | private System.Windows.Forms.Button button7; |
||
| 1142 | private System.Windows.Forms.ListBox lbSpawners; |
||
| 1143 | public System.Windows.Forms.TabControl tbcObjects; |
||
| 1144 | public System.Windows.Forms.TabPage tabCheckPoints; |
||
| 1145 | public System.Windows.Forms.TabPage tabSpawners; |
||
| 1434 | chris | 1146 | private System.Windows.Forms.TabPage tabElements; |
| 1147 | private System.Windows.Forms.Button button9; |
||
| 1148 | private System.Windows.Forms.Button button10; |
||
| 1149 | private System.Windows.Forms.Button button11; |
||
| 1150 | private System.Windows.Forms.ListBox lbElements; |
||
| 1441 | chris | 1151 | private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; |
| 1152 | private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; |
||
| 1153 | private System.Windows.Forms.ToolStripMenuItem mnuSnapToPath; |
||
| 1154 | private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2; |
||
| 1155 | private System.Windows.Forms.ToolStripButton tbSnapToPath; |
||
| 1156 | private System.Windows.Forms.CheckBox btnCreateCheckPoint; |
||
| 1157 | private System.Windows.Forms.CheckBox btnCreateSpawner; |
||
| 1158 | private System.Windows.Forms.CheckBox btnCreateElement; |
||
| 1159 | private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; |
||
| 1160 | private System.Windows.Forms.ToolStripStatusLabel stInteractionObjectMode; |
||
| 1161 | private System.Windows.Forms.ToolStripStatusLabel stZoom; |
||
| 1465 | chris | 1162 | private System.Windows.Forms.ComboBox cbSpawnerTypes; |
| 1163 | private System.Windows.Forms.ComboBox cbElementTypes; |
||
| 1442 | chris | 1164 | private System.Windows.Forms.CheckBox checkBox1; |
| 1496 | chris | 1165 | private System.Windows.Forms.ToolStripMenuItem mnuViewCheckPointPath; |
| 1166 | private System.Windows.Forms.ToolStripMenuItem mnuViewCheckPointFrames; |
||
| 1466 | chris | 1167 | private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3; |
| 1496 | chris | 1168 | private System.Windows.Forms.ToolStripMenuItem mnuViewBgLayer1; |
| 1169 | private System.Windows.Forms.ToolStripMenuItem mnuViewBgLayer2; |
||
| 1170 | private System.Windows.Forms.ToolStripMenuItem mnuViewMainLayer; |
||
| 1171 | private System.Windows.Forms.ToolStripMenuItem mnuViewFgLayer; |
||
| 1466 | chris | 1172 | private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4; |
| 1173 | private System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem; |
||
| 1174 | private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem; |
||
| 1175 | private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem; |
||
| 1176 | private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem; |
||
| 1177 | private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem; |
||
| 1178 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; |
||
| 1179 | private System.Windows.Forms.ToolStripButton toolStripButton1; |
||
| 1180 | private System.Windows.Forms.ToolStripButton toolStripButton2; |
||
| 1181 | private System.Windows.Forms.ToolStripButton toolStripButton3; |
||
| 1182 | private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; |
||
| 1503 | chris | 1183 | private System.Windows.Forms.OpenFileDialog openSpriteDialog; |
| 1184 | private System.Windows.Forms.TabPage tabScripting; |
||
| 1185 | private System.Windows.Forms.ToolStripMenuItem mnuViewEnemySpawners; |
||
| 1186 | private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5; |
||
| 1187 | private System.Windows.Forms.SplitContainer splitContainer1; |
||
| 1481 | chris | 1188 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; |
| 1477 | chris | 1189 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
| 1503 | chris | 1190 | private System.Windows.Forms.Label lblType; |
| 1477 | chris | 1191 | private System.Windows.Forms.Label lblProperties; |
| 1481 | chris | 1192 | private System.Windows.Forms.PropertyGrid pgProperties; |
| 1822 | chris | 1193 | private System.Windows.Forms.ComboBox cbScriptingType; |
| 1194 | private System.Windows.Forms.CheckBox btnCreateScripting; |
||
| 1195 | private System.Windows.Forms.Button button1; |
||
| 1196 | private System.Windows.Forms.Button button8; |
||
| 1197 | private System.Windows.Forms.Button button12; |
||
| 1198 | private System.Windows.Forms.ListBox lbScripting; |
||
| 1199 | private System.Windows.Forms.ToolStripMenuItem mnuViewScripting; |
||
| 1305 | chris | 1200 | } |
| 1201 | } |
||
| 1202 |