Rev 1822 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
namespace BurutaruEditor
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components
= null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose
(bool disposing
)
{
if (disposing
&& (components
!= null))
{
components
.Dispose();
}
base.Dispose(disposing
);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent
()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources
= new System.ComponentModel.ComponentResourceManager(typeof(MainForm
));
this.mStatusStrip = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.stInteractionObjectMode = new System.Windows.Forms.ToolStripStatusLabel();
this.stZoom = new System.Windows.Forms.ToolStripStatusLabel();
this.mMainMenuStrip = new System.Windows.Forms.MenuStrip();
this.mFileMenu = new System.Windows.Forms.ToolStripMenuItem();
this.mFileNewMenu = new System.Windows.Forms.ToolStripMenuItem();
this.mFileOpenMenu = new System.Windows.Forms.ToolStripMenuItem();
this.mFileSaveMenu = new System.Windows.Forms.ToolStripMenuItem();
this.mFileSaveAsMenu = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.mFileExitMenu = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mnuSnapToPath = new System.Windows.Forms.ToolStripMenuItem();
this.mnuViewCheckPointPath = new System.Windows.Forms.ToolStripMenuItem();
this.mnuViewCheckPointFrames = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.mnuViewBgLayer1 = new System.Windows.Forms.ToolStripMenuItem();
this.mnuViewBgLayer2 = new System.Windows.Forms.ToolStripMenuItem();
this.mnuViewMainLayer = new System.Windows.Forms.ToolStripMenuItem();
this.mnuViewFgLayer = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
this.mnuViewEnemySpawners = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mMainToolStrip = new System.Windows.Forms.ToolStrip();
this.mFileNewTB = new System.Windows.Forms.ToolStripButton();
this.mFileOpenTB = new System.Windows.Forms.ToolStripButton();
this.mFileSaveTB = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tbSnapToPath = new System.Windows.Forms.ToolStripButton();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tbcObjects = new System.Windows.Forms.TabControl();
this.tabCheckPoints = new System.Windows.Forms.TabPage();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.btnCreateCheckPoint = new System.Windows.Forms.CheckBox();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.lbCheckPoints = new System.Windows.Forms.ListBox();
this.tabSpawners = new System.Windows.Forms.TabPage();
this.cbSpawnerTypes = new System.Windows.Forms.ComboBox();
this.btnCreateSpawner = new System.Windows.Forms.CheckBox();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.lbSpawners = new System.Windows.Forms.ListBox();
this.tabElements = new System.Windows.Forms.TabPage();
this.cbElementTypes = new System.Windows.Forms.ComboBox();
this.btnCreateElement = new System.Windows.Forms.CheckBox();
this.button9 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.lbElements = new System.Windows.Forms.ListBox();
this.tabScripting = new System.Windows.Forms.TabPage();
this.cbScriptingType = new System.Windows.Forms.ComboBox();
this.btnCreateScripting = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.lbScripting = new System.Windows.Forms.ListBox();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.openSpriteDialog = new System.Windows.Forms.OpenFileDialog();
this.mGlView = new Tao
.Platform.Windows.SimpleOpenGlControl();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.lblType = new System.Windows.Forms.Label();
this.lblProperties = new System.Windows.Forms.Label();
this.pgProperties = new System.Windows.Forms.PropertyGrid();
this.mnuViewScripting = new System.Windows.Forms.ToolStripMenuItem();
this.mStatusStrip.SuspendLayout();
this.mMainMenuStrip.SuspendLayout();
this.mMainToolStrip.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tbcObjects.SuspendLayout();
this.tabCheckPoints.SuspendLayout();
this.tabSpawners.SuspendLayout();
this.tabElements.SuspendLayout();
this.tabScripting.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.SuspendLayout();
//
// mStatusStrip
//
this.mStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.stInteractionObjectMode,
this.stZoom});
this.mStatusStrip.Location = new System.Drawing.Point(0,
627);
this.mStatusStrip.Name = "mStatusStrip";
this.mStatusStrip.Size = new System.Drawing.Size(1040,
24);
this.mStatusStrip.TabIndex = 5;
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(846,
19);
this.toolStripStatusLabel1.Spring = true;
this.toolStripStatusLabel1.Text = "Ready.";
this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// stInteractionObjectMode
//
this.stInteractionObjectMode.AutoSize = false;
this.stInteractionObjectMode.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.stInteractionObjectMode.Name = "stInteractionObjectMode";
this.stInteractionObjectMode.Size = new System.Drawing.Size(140,
19);
//
// stZoom
//
this.stZoom.AutoSize = false;
this.stZoom.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.stZoom.Name = "stZoom";
this.stZoom.Size = new System.Drawing.Size(39,
19);
this.stZoom.Text = "100%";
//
// mMainMenuStrip
//
this.mMainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mFileMenu,
this.editToolStripMenuItem,
this.viewToolStripMenuItem,
this.toolStripMenuItem2});
this.mMainMenuStrip.Location = new System.Drawing.Point(0,
0);
this.mMainMenuStrip.Name = "mMainMenuStrip";
this.mMainMenuStrip.Size = new System.Drawing.Size(1040,
24);
this.mMainMenuStrip.TabIndex = 6;
this.mMainMenuStrip.Text = "menuStrip1";
//
// mFileMenu
//
this.mFileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mFileNewMenu,
this.mFileOpenMenu,
this.mFileSaveMenu,
this.mFileSaveAsMenu,
this.toolStripMenuItem1,
this.mFileExitMenu});
this.mFileMenu.Name = "mFileMenu";
this.mFileMenu.Size = new System.Drawing.Size(37,
20);
this.mFileMenu.Text = "&File";
//
// mFileNewMenu
//
this.mFileNewMenu.Image = ((System.Drawing.Image)(resources
.GetObject("mFileNewMenu.Image")));
this.mFileNewMenu.Name = "mFileNewMenu";
this.mFileNewMenu.Size = new System.Drawing.Size(155,
22);
this.mFileNewMenu.Text = "&New";
this.mFileNewMenu.Click += new System.EventHandler(this.FileNew_Click);
//
// mFileOpenMenu
//
this.mFileOpenMenu.Image = ((System.Drawing.Image)(resources
.GetObject("mFileOpenMenu.Image")));
this.mFileOpenMenu.Name = "mFileOpenMenu";
this.mFileOpenMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.mFileOpenMenu.Size = new System.Drawing.Size(155,
22);
this.mFileOpenMenu.Text = "&Open...";
this.mFileOpenMenu.Click += new System.EventHandler(this.FileOpen_Click);
//
// mFileSaveMenu
//
this.mFileSaveMenu.Image = ((System.Drawing.Image)(resources
.GetObject("mFileSaveMenu.Image")));
this.mFileSaveMenu.Name = "mFileSaveMenu";
this.mFileSaveMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.mFileSaveMenu.Size = new System.Drawing.Size(155,
22);
this.mFileSaveMenu.Text = "&Save";
this.mFileSaveMenu.Click += new System.EventHandler(this.FileSave_Click);
//
// mFileSaveAsMenu
//
this.mFileSaveAsMenu.Name = "mFileSaveAsMenu";
this.mFileSaveAsMenu.Size = new System.Drawing.Size(155,
22);
this.mFileSaveAsMenu.Text = "Save &As...";
this.mFileSaveAsMenu.Click += new System.EventHandler(this.FileSaveAs_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(152,
6);
//
// mFileExitMenu
//
this.mFileExitMenu.Image = ((System.Drawing.Image)(resources
.GetObject("mFileExitMenu.Image")));
this.mFileExitMenu.Name = "mFileExitMenu";
this.mFileExitMenu.Size = new System.Drawing.Size(155,
22);
this.mFileExitMenu.Text = "&Exit";
this.mFileExitMenu.Click += new System.EventHandler(this.FileExit_Click);
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cutToolStripMenuItem,
this.copyToolStripMenuItem,
this.pasteToolStripMenuItem,
this.deleteToolStripMenuItem});
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(39,
20);
this.editToolStripMenuItem.Text = "&Edit";
//
// cutToolStripMenuItem
//
this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("cutToolStripMenuItem.Image")));
this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
this.cutToolStripMenuItem.ShortcutKeyDisplayString = "";
this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
this.cutToolStripMenuItem.Size = new System.Drawing.Size(144,
22);
this.cutToolStripMenuItem.Text = "Cu&t";
//
// copyToolStripMenuItem
//
this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("copyToolStripMenuItem.Image")));
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.copyToolStripMenuItem.Size = new System.Drawing.Size(144,
22);
this.copyToolStripMenuItem.Text = "&Copy";
//
// pasteToolStripMenuItem
//
this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("pasteToolStripMenuItem.Image")));
this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(144,
22);
this.pasteToolStripMenuItem.Text = "&Paste";
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("deleteToolStripMenuItem.Image")));
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(144,
22);
this.deleteToolStripMenuItem.Text = "&Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.Delete_Click);
//
// viewToolStripMenuItem
//
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuSnapToPath,
this.mnuViewCheckPointPath,
this.mnuViewCheckPointFrames,
this.toolStripMenuItem3,
this.mnuViewBgLayer1,
this.mnuViewBgLayer2,
this.mnuViewMainLayer,
this.mnuViewFgLayer,
this.toolStripMenuItem4,
this.mnuViewEnemySpawners,
this.mnuViewScripting,
this.toolStripMenuItem5,
this.preferencesToolStripMenuItem});
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44,
20);
this.viewToolStripMenuItem.Text = "&View";
//
// mnuSnapToPath
//
this.mnuSnapToPath.Image = ((System.Drawing.Image)(resources
.GetObject("mnuSnapToPath.Image")));
this.mnuSnapToPath.Name = "mnuSnapToPath";
this.mnuSnapToPath.Size = new System.Drawing.Size(218,
22);
this.mnuSnapToPath.Text = "&Snap to Checkpoint Path";
this.mnuSnapToPath.Click += new System.EventHandler(this.SnapToPath_Click);
//
// mnuViewCheckPointPath
//
this.mnuViewCheckPointPath.Checked = true;
this.mnuViewCheckPointPath.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnuViewCheckPointPath.Name = "mnuViewCheckPointPath";
this.mnuViewCheckPointPath.Size = new System.Drawing.Size(218,
22);
this.mnuViewCheckPointPath.Text = "&Checkpoint Path";
this.mnuViewCheckPointPath.Click += new System.EventHandler(this.ViewObjectLayer_Click);
//
// mnuViewCheckPointFrames
//
this.mnuViewCheckPointFrames.Checked = true;
this.mnuViewCheckPointFrames.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnuViewCheckPointFrames.Name = "mnuViewCheckPointFrames";
this.mnuViewCheckPointFrames.Size = new System.Drawing.Size(218,
22);
this.mnuViewCheckPointFrames.Text = "Checkpoint &Frames";
this.mnuViewCheckPointFrames.Click += new System.EventHandler(this.ViewObjectLayer_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(215,
6);
this.toolStripMenuItem3.Click += new System.EventHandler(this.ViewObjectLayer_Click);
//
// mnuViewBgLayer1
//
this.mnuViewBgLayer1.Checked = true;
this.mnuViewBgLayer1.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnuViewBgLayer1.Name = "mnuViewBgLayer1";
this.mnuViewBgLayer1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1)));
this.mnuViewBgLayer1.Size = new System.Drawing.Size(218,
22);
this.mnuViewBgLayer1.Text = "Background Layer &1";
this.mnuViewBgLayer1.Click += new System.EventHandler(this.ViewObjectLayer_Click);
//
// mnuViewBgLayer2
//
this.mnuViewBgLayer2.Checked = true;
this.mnuViewBgLayer2.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnuViewBgLayer2.Name = "mnuViewBgLayer2";
this.mnuViewBgLayer2.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2)));
this.mnuViewBgLayer2.Size = new System.Drawing.Size(218,
22);
this.mnuViewBgLayer2.Text = "Background Layer &2";
this.mnuViewBgLayer2.Click += new System.EventHandler(this.ViewObjectLayer_Click);
//
// mnuViewMainLayer
//
this.mnuViewMainLayer.Checked = true;
this.mnuViewMainLayer.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnuViewMainLayer.Name = "mnuViewMainLayer";
this.mnuViewMainLayer.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3)));
this.mnuViewMainLayer.Size = new System.Drawing.Size(218,
22);
this.mnuViewMainLayer.Text = "&Main Layer";
this.mnuViewMainLayer.Click += new System.EventHandler(this.ViewObjectLayer_Click);
//
// mnuViewFgLayer
//
this.mnuViewFgLayer.Checked = true;
this.mnuViewFgLayer.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnuViewFgLayer.Name = "mnuViewFgLayer";
this.mnuViewFgLayer.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D4)));
this.mnuViewFgLayer.Size = new System.Drawing.Size(218,
22);
this.mnuViewFgLayer.Text = "&Foreground Layer";
this.mnuViewFgLayer.Click += new System.EventHandler(this.ViewObjectLayer_Click);
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(215,
6);
this.toolStripMenuItem4.Click += new System.EventHandler(this.ViewObjectLayer_Click);
//
// mnuViewEnemySpawners
//
this.mnuViewEnemySpawners.Checked = true;
this.mnuViewEnemySpawners.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnuViewEnemySpawners.Name = "mnuViewEnemySpawners";
this.mnuViewEnemySpawners.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D5)));
this.mnuViewEnemySpawners.Size = new System.Drawing.Size(218,
22);
this.mnuViewEnemySpawners.Text = "&Enemy Spawners";
this.mnuViewEnemySpawners.Click += new System.EventHandler(this.ViewObjectLayer_Click);
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(215,
6);
//
// preferencesToolStripMenuItem
//
this.preferencesToolStripMenuItem.Image = ((System.Drawing.Image)(resources
.GetObject("preferencesToolStripMenuItem.Image")));
this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
this.preferencesToolStripMenuItem.Size = new System.Drawing.Size(218,
22);
this.preferencesToolStripMenuItem.Text = "&Preferences...";
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aboutToolStripMenuItem});
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(24,
20);
this.toolStripMenuItem2.Text = "&?";
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116,
22);
this.aboutToolStripMenuItem.Text = "&About...";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.About_Click);
//
// mMainToolStrip
//
this.mMainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mFileNewTB,
this.mFileOpenTB,
this.mFileSaveTB,
this.toolStripSeparator2,
this.toolStripButton1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripSeparator1,
this.tbSnapToPath});
this.mMainToolStrip.Location = new System.Drawing.Point(0,
24);
this.mMainToolStrip.Name = "mMainToolStrip";
this.mMainToolStrip.Size = new System.Drawing.Size(1040,
25);
this.mMainToolStrip.TabIndex = 7;
this.mMainToolStrip.Text = "toolStrip1";
//
// mFileNewTB
//
this.mFileNewTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.mFileNewTB.Image = ((System.Drawing.Image)(resources
.GetObject("mFileNewTB.Image")));
this.mFileNewTB.ImageTransparentColor = System.Drawing.Color.Magenta;
this.mFileNewTB.Name = "mFileNewTB";
this.mFileNewTB.Size = new System.Drawing.Size(23,
22);
this.mFileNewTB.Text = "toolStripButton1";
this.mFileNewTB.ToolTipText = "New";
this.mFileNewTB.Click += new System.EventHandler(this.FileNew_Click);
//
// mFileOpenTB
//
this.mFileOpenTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.mFileOpenTB.Image = ((System.Drawing.Image)(resources
.GetObject("mFileOpenTB.Image")));
this.mFileOpenTB.ImageTransparentColor = System.Drawing.Color.Magenta;
this.mFileOpenTB.Name = "mFileOpenTB";
this.mFileOpenTB.Size = new System.Drawing.Size(23,
22);
this.mFileOpenTB.Text = "toolStripButton2";
this.mFileOpenTB.ToolTipText = "Open";
this.mFileOpenTB.Click += new System.EventHandler(this.FileOpen_Click);
//
// mFileSaveTB
//
this.mFileSaveTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.mFileSaveTB.Image = ((System.Drawing.Image)(resources
.GetObject("mFileSaveTB.Image")));
this.mFileSaveTB.ImageTransparentColor = System.Drawing.Color.Magenta;
this.mFileSaveTB.Name = "mFileSaveTB";
this.mFileSaveTB.Size = new System.Drawing.Size(23,
22);
this.mFileSaveTB.Text = "toolStripButton3";
this.mFileSaveTB.ToolTipText = "Save";
this.mFileSaveTB.Click += new System.EventHandler(this.FileSave_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6,
25);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources
.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23,
22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.ToolTipText = "Cut";
this.toolStripButton1.Click += new System.EventHandler(this.EditCut_Click);
//
// toolStripButton2
//
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton2.Image = ((System.Drawing.Image)(resources
.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(23,
22);
this.toolStripButton2.Text = "toolStripButton2";
this.toolStripButton2.ToolTipText = "Copy";
this.toolStripButton2.Click += new System.EventHandler(this.EditCopy_Click);
//
// toolStripButton3
//
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton3.Image = ((System.Drawing.Image)(resources
.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(23,
22);
this.toolStripButton3.Text = "toolStripButton3";
this.toolStripButton3.ToolTipText = "Paste";
this.toolStripButton3.Click += new System.EventHandler(this.EditPaste_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6,
25);
//
// tbSnapToPath
//
this.tbSnapToPath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tbSnapToPath.Image = ((System.Drawing.Image)(resources
.GetObject("tbSnapToPath.Image")));
this.tbSnapToPath.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbSnapToPath.Name = "tbSnapToPath";
this.tbSnapToPath.Size = new System.Drawing.Size(23,
22);
this.tbSnapToPath.Text = "toolStripButton1";
this.tbSnapToPath.ToolTipText = "Snap to Path";
this.tbSnapToPath.Click += new System.EventHandler(this.SnapToPath_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61,
4);
//
// openFileDialog
//
this.openFileDialog.DefaultExt = "level";
this.openFileDialog.Filter = "Burutaru levels|*.level;*.txt|All files|*.*";
//
// saveFileDialog
//
this.saveFileDialog.DefaultExt = "level";
this.saveFileDialog.Filter = "Burutaru levels|*.level;*.txt|All files|*.*";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.tbcObjects,
0,
0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Right;
this.tableLayoutPanel1.Location = new System.Drawing.Point(802,
49);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(7);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 578F
));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 578F
));
this.tableLayoutPanel1.Size = new System.Drawing.Size(238,
578);
this.tableLayoutPanel1.TabIndex = 9;
//
// tbcObjects
//
this.tbcObjects.Controls.Add(this.tabCheckPoints);
this.tbcObjects.Controls.Add(this.tabSpawners);
this.tbcObjects.Controls.Add(this.tabElements);
this.tbcObjects.Controls.Add(this.tabScripting);
this.tbcObjects.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbcObjects.Location = new System.Drawing.Point(3,
3);
this.tbcObjects.Multiline = true;
this.tbcObjects.Name = "tbcObjects";
this.tbcObjects.SelectedIndex = 0;
this.tbcObjects.Size = new System.Drawing.Size(238,
572);
this.tbcObjects.TabIndex = 2;
this.tbcObjects.SelectedIndexChanged += new System.EventHandler(this.Objects_SelectedTabChanged);
//
// tabCheckPoints
//
this.tabCheckPoints.Controls.Add(this.checkBox1);
this.tabCheckPoints.Controls.Add(this.btnCreateCheckPoint);
this.tabCheckPoints.Controls.Add(this.button3);
this.tabCheckPoints.Controls.Add(this.button4);
this.tabCheckPoints.Controls.Add(this.button2);
this.tabCheckPoints.Controls.Add(this.lbCheckPoints);
this.tabCheckPoints.Location = new System.Drawing.Point(4,
22);
this.tabCheckPoints.Name = "tabCheckPoints";
this.tabCheckPoints.Padding = new System.Windows.Forms.Padding(3);
this.tabCheckPoints.Size = new System.Drawing.Size(230,
546);
this.tabCheckPoints.TabIndex = 0;
this.tabCheckPoints.Text = "CheckPoints";
this.tabCheckPoints.UseVisualStyleBackColor = true;
//
// checkBox1
//
this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.checkBox1.Appearance = System.Windows.Forms.Appearance.Button;
this.checkBox1.Location = new System.Drawing.Point(110,
514);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(114,
20);
this.checkBox1.TabIndex = 6;
this.checkBox1.Text = "&Insert";
this.checkBox1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.checkBox1.UseVisualStyleBackColor = true;
//
// btnCreateCheckPoint
//
this.btnCreateCheckPoint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCreateCheckPoint.Appearance = System.Windows.Forms.Appearance.Button;
this.btnCreateCheckPoint.Location = new System.Drawing.Point(6,
514);
this.btnCreateCheckPoint.Name = "btnCreateCheckPoint";
this.btnCreateCheckPoint.Size = new System.Drawing.Size(96,
20);
this.btnCreateCheckPoint.TabIndex = 5;
this.btnCreateCheckPoint.Text = "&Create";
this.btnCreateCheckPoint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnCreateCheckPoint.UseVisualStyleBackColor = true;
this.btnCreateCheckPoint.Click += new System.EventHandler(this.Create_Click);
//
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button3.Location = new System.Drawing.Point(56,
488);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(46,
20);
this.button3.TabIndex = 4;
this.button3.Text = "&Down";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.MoveDown_Click);
//
// button4
//
this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button4.Location = new System.Drawing.Point(6,
488);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(46,
20);
this.button4.TabIndex = 3;
this.button4.Text = "&Up";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.MoveUp_Click);
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button2.Location = new System.Drawing.Point(110,
488);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(114,
20);
this.button2.TabIndex = 2;
this.button2.Text = "De&lete";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.Delete_Click);
//
// lbCheckPoints
//
this.lbCheckPoints.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbCheckPoints.DisplayMember = "Name";
this.lbCheckPoints.FormattingEnabled = true;
this.lbCheckPoints.Location = new System.Drawing.Point(6,
6);
this.lbCheckPoints.Name = "lbCheckPoints";
this.lbCheckPoints.Size = new System.Drawing.Size(218,
472);
this.lbCheckPoints.TabIndex = 0;
this.lbCheckPoints.SelectedIndexChanged += new System.EventHandler(this.ObjectsList_SelIndexChanged);
//
// tabSpawners
//
this.tabSpawners.Controls.Add(this.cbSpawnerTypes);
this.tabSpawners.Controls.Add(this.btnCreateSpawner);
this.tabSpawners.Controls.Add(this.button5);
this.tabSpawners.Controls.Add(this.button6);
this.tabSpawners.Controls.Add(this.button7);
this.tabSpawners.Controls.Add(this.lbSpawners);
this.tabSpawners.Location = new System.Drawing.Point(4,
22);
this.tabSpawners.Name = "tabSpawners";
this.tabSpawners.Padding = new System.Windows.Forms.Padding(3);
this.tabSpawners.Size = new System.Drawing.Size(230,
546);
this.tabSpawners.TabIndex = 1;
this.tabSpawners.Text = "Enemies";
this.tabSpawners.UseVisualStyleBackColor = true;
//
// cbSpawnerTypes
//
this.cbSpawnerTypes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbSpawnerTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbSpawnerTypes.FormattingEnabled = true;
this.cbSpawnerTypes.Items.AddRange(new object[] {
"BlobEnemy",
"CoreMechEnemy",
"CoreMechXlEnemy",
"CoreTurretEnemy",
"GarbageCollectorBoss",
"SpaceMineEnemy"});
this.cbSpawnerTypes.Location = new System.Drawing.Point(94,
513);
this.cbSpawnerTypes.Name = "cbSpawnerTypes";
this.cbSpawnerTypes.Size = new System.Drawing.Size(130,
21);
this.cbSpawnerTypes.Sorted = true;
this.cbSpawnerTypes.TabIndex = 11;
//
// btnCreateSpawner
//
this.btnCreateSpawner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCreateSpawner.Appearance = System.Windows.Forms.Appearance.Button;
this.btnCreateSpawner.Location = new System.Drawing.Point(6,
514);
this.btnCreateSpawner.Name = "btnCreateSpawner";
this.btnCreateSpawner.Size = new System.Drawing.Size(82,
20);
this.btnCreateSpawner.TabIndex = 10;
this.btnCreateSpawner.Text = "&Create";
this.btnCreateSpawner.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnCreateSpawner.UseVisualStyleBackColor = true;
this.btnCreateSpawner.Click += new System.EventHandler(this.Create_Click);
//
// button5
//
this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button5.Location = new System.Drawing.Point(56,
488);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(46,
20);
this.button5.TabIndex = 9;
this.button5.Text = "&Down";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.MoveDown_Click);
//
// button6
//
this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button6.Location = new System.Drawing.Point(6,
488);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(46,
20);
this.button6.TabIndex = 8;
this.button6.Text = "&Up";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.MoveUp_Click);
//
// button7
//
this.button7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button7.Location = new System.Drawing.Point(110,
488);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(114,
20);
this.button7.TabIndex = 7;
this.button7.Text = "De&lete";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.Delete_Click);
//
// lbSpawners
//
this.lbSpawners.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbSpawners.DisplayMember = "Name";
this.lbSpawners.FormattingEnabled = true;
this.lbSpawners.Location = new System.Drawing.Point(6,
6);
this.lbSpawners.Name = "lbSpawners";
this.lbSpawners.Size = new System.Drawing.Size(218,
472);
this.lbSpawners.TabIndex = 5;
this.lbSpawners.SelectedIndexChanged += new System.EventHandler(this.ObjectsList_SelIndexChanged);
//
// tabElements
//
this.tabElements.Controls.Add(this.cbElementTypes);
this.tabElements.Controls.Add(this.btnCreateElement);
this.tabElements.Controls.Add(this.button9);
this.tabElements.Controls.Add(this.button10);
this.tabElements.Controls.Add(this.button11);
this.tabElements.Controls.Add(this.lbElements);
this.tabElements.Location = new System.Drawing.Point(4,
22);
this.tabElements.Name = "tabElements";
this.tabElements.Size = new System.Drawing.Size(230,
546);
this.tabElements.TabIndex = 2;
this.tabElements.Text = "Elements";
this.tabElements.UseVisualStyleBackColor = true;
//
// cbElementTypes
//
this.cbElementTypes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbElementTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbElementTypes.FormattingEnabled = true;
this.cbElementTypes.Items.AddRange(new object[] {
"BackgroundElement",
"StaticElement"});
this.cbElementTypes.Location = new System.Drawing.Point(94,
513);
this.cbElementTypes.Name = "cbElementTypes";
this.cbElementTypes.Size = new System.Drawing.Size(130,
21);
this.cbElementTypes.Sorted = true;
this.cbElementTypes.TabIndex = 12;
//
// btnCreateElement
//
this.btnCreateElement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCreateElement.Appearance = System.Windows.Forms.Appearance.Button;
this.btnCreateElement.Location = new System.Drawing.Point(6,
514);
this.btnCreateElement.Name = "btnCreateElement";
this.btnCreateElement.Size = new System.Drawing.Size(82,
20);
this.btnCreateElement.TabIndex = 10;
this.btnCreateElement.Text = "&Create";
this.btnCreateElement.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnCreateElement.UseVisualStyleBackColor = true;
this.btnCreateElement.Click += new System.EventHandler(this.Create_Click);
//
// button9
//
this.button9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button9.Location = new System.Drawing.Point(56,
488);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(46,
20);
this.button9.TabIndex = 9;
this.button9.Text = "&Down";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.MoveDown_Click);
//
// button10
//
this.button10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button10.Location = new System.Drawing.Point(6,
488);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(46,
20);
this.button10.TabIndex = 8;
this.button10.Text = "&Up";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.MoveUp_Click);
//
// button11
//
this.button11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button11.Location = new System.Drawing.Point(110,
488);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(114,
20);
this.button11.TabIndex = 7;
this.button11.Text = "De&lete";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.Delete_Click);
//
// lbElements
//
this.lbElements.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbElements.DisplayMember = "Name";
this.lbElements.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.lbElements.FormattingEnabled = true;
this.lbElements.Location = new System.Drawing.Point(6,
6);
this.lbElements.Name = "lbElements";
this.lbElements.Size = new System.Drawing.Size(218,
472);
this.lbElements.TabIndex = 5;
this.lbElements.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.Elements_DrawItem);
this.lbElements.SelectedIndexChanged += new System.EventHandler(this.ObjectsList_SelIndexChanged);
//
// tabScripting
//
this.tabScripting.Controls.Add(this.cbScriptingType);
this.tabScripting.Controls.Add(this.btnCreateScripting);
this.tabScripting.Controls.Add(this.button1);
this.tabScripting.Controls.Add(this.button8);
this.tabScripting.Controls.Add(this.button12);
this.tabScripting.Controls.Add(this.lbScripting);
this.tabScripting.Location = new System.Drawing.Point(4,
22);
this.tabScripting.Name = "tabScripting";
this.tabScripting.Size = new System.Drawing.Size(230,
546);
this.tabScripting.TabIndex = 3;
this.tabScripting.Text = "Scripting";
this.tabScripting.UseVisualStyleBackColor = true;
//
// cbScriptingType
//
this.cbScriptingType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbScriptingType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbScriptingType.FormattingEnabled = true;
this.cbScriptingType.Items.AddRange(new object[] {
"EnemyDestroyCondition"});
this.cbScriptingType.Location = new System.Drawing.Point(94,
513);
this.cbScriptingType.Name = "cbScriptingType";
this.cbScriptingType.Size = new System.Drawing.Size(130,
21);
this.cbScriptingType.Sorted = true;
this.cbScriptingType.TabIndex = 15;
//
// btnCreateScripting
//
this.btnCreateScripting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCreateScripting.Appearance = System.Windows.Forms.Appearance.Button;
this.btnCreateScripting.Location = new System.Drawing.Point(6,
514);
this.btnCreateScripting.Name = "btnCreateScripting";
this.btnCreateScripting.Size = new System.Drawing.Size(82,
20);
this.btnCreateScripting.TabIndex = 14;
this.btnCreateScripting.Text = "&Create";
this.btnCreateScripting.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnCreateScripting.UseVisualStyleBackColor = true;
this.btnCreateScripting.Click += new System.EventHandler(this.Create_Click);
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button1.Location = new System.Drawing.Point(56,
488);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(46,
20);
this.button1.TabIndex = 13;
this.button1.Text = "&Down";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.MoveDown_Click);
//
// button8
//
this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button8.Location = new System.Drawing.Point(6,
488);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(46,
20);
this.button8.TabIndex = 12;
this.button8.Text = "&Up";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.MoveUp_Click);
//
// button12
//
this.button12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button12.Location = new System.Drawing.Point(110,
488);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(114,
20);
this.button12.TabIndex = 11;
this.button12.Text = "De&lete";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.Delete_Click);
//
// lbScripting
//
this.lbScripting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbScripting.DisplayMember = "Name";
this.lbScripting.FormattingEnabled = true;
this.lbScripting.Location = new System.Drawing.Point(6,
6);
this.lbScripting.Name = "lbScripting";
this.lbScripting.Size = new System.Drawing.Size(218,
472);
this.lbScripting.TabIndex = 6;
this.lbScripting.SelectedIndexChanged += new System.EventHandler(this.ObjectsList_SelIndexChanged);
//
// openSpriteDialog
//
this.openSpriteDialog.Filter = "Image files (*.png)|*.png|All files|*.*";
//
// mGlView
//
this.mGlView.AccumBits = ((byte)(0));
this.mGlView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.mGlView.AutoCheckErrors = true;
this.mGlView.AutoFinish = false;
this.mGlView.AutoMakeCurrent = true;
this.mGlView.AutoSwapBuffers = true;
this.mGlView.BackColor = System.Drawing.Color.Black;
this.mGlView.BackgroundImage = ((System.Drawing.Image)(resources
.GetObject("mGlView.BackgroundImage")));
this.mGlView.ColorBits = ((byte)(32));
this.mGlView.DepthBits = ((byte)(16));
this.mGlView.Location = new System.Drawing.Point(0,
49);
this.mGlView.Name = "mGlView";
this.mGlView.Size = new System.Drawing.Size(588,
580);
this.mGlView.StencilBits = ((byte)(0));
this.mGlView.TabIndex = 8;
this.mGlView.VSync = false;
this.mGlView.Paint += new System.Windows.Forms.PaintEventHandler(this.GlView_Paint);
this.mGlView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GlView_KeyDown);
this.mGlView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.GlView_MouseDown);
this.mGlView.MouseEnter += new System.EventHandler(this.GlView_MouseEnter);
this.mGlView.MouseLeave += new System.EventHandler(this.GlView_MouseLeave);
this.mGlView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.GlView_MouseMove);
this.mGlView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.GlView_MouseUp);
this.mGlView.Resize += new System.EventHandler(this.GlView_Resize);
//
// splitContainer1
//
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.splitContainer1.Location = new System.Drawing.Point(594,
49);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel3);
this.splitContainer1.Size = new System.Drawing.Size(205,
578);
this.splitContainer1.SplitterDistance = 327;
this.splitContainer1.TabIndex = 11;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel3.ColumnCount = 1;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel2,
0,
0);
this.tableLayoutPanel3.Controls.Add(this.pgProperties,
0,
1);
this.tableLayoutPanel3.Location = new System.Drawing.Point(0,
-4);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 2;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F
));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F
));
this.tableLayoutPanel3.Size = new System.Drawing.Size(204,
328);
this.tableLayoutPanel3.TabIndex = 11;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel2.Controls.Add(this.lblType,
0,
1);
this.tableLayoutPanel2.Controls.Add(this.lblProperties,
0,
0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3,
3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 2;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F
));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F
));
this.tableLayoutPanel2.Size = new System.Drawing.Size(200,
49);
this.tableLayoutPanel2.TabIndex = 6;
//
// lblType
//
this.lblType.AutoSize = true;
this.lblType.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblType.Location = new System.Drawing.Point(7,
32);
this.lblType.Margin = new System.Windows.Forms.Padding(7,
7,
7,
3);
this.lblType.Name = "lblType";
this.lblType.Size = new System.Drawing.Size(186,
15);
this.lblType.TabIndex = 14;
this.lblType.Text = "adcasdc";
this.lblType.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// lblProperties
//
this.lblProperties.AutoSize = true;
this.lblProperties.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblProperties.Font = new System.Drawing.Font("Microsoft Sans Serif", 8
.25F,
System.Drawing.FontStyle.Bold,
System.Drawing.GraphicsUnit.Point,
((byte)(0)));
this.lblProperties.Location = new System.Drawing.Point(7,
7);
this.lblProperties.Margin = new System.Windows.Forms.Padding(7,
7,
7,
3);
this.lblProperties.Name = "lblProperties";
this.lblProperties.Size = new System.Drawing.Size(186,
15);
this.lblProperties.TabIndex = 12;
this.lblProperties.Text = "asdcasdc";
this.lblProperties.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// pgProperties
//
this.pgProperties.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pgProperties.HelpVisible = false;
this.pgProperties.Location = new System.Drawing.Point(3,
58);
this.pgProperties.Name = "pgProperties";
this.pgProperties.Size = new System.Drawing.Size(200,
267);
this.pgProperties.TabIndex = 7;
this.pgProperties.ToolbarVisible = false;
this.pgProperties.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.Properties_PropertyValueChanged);
//
// mnuViewScripting
//
this.mnuViewScripting.Checked = true;
this.mnuViewScripting.CheckState = System.Windows.Forms.CheckState.Checked;
this.mnuViewScripting.Name = "mnuViewScripting";
this.mnuViewScripting.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D6)));
this.mnuViewScripting.Size = new System.Drawing.Size(218,
22);
this.mnuViewScripting.Text = "Scrip&ting";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F
);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1040,
651);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.mGlView);
this.Controls.Add(this.mMainToolStrip);
this.Controls.Add(this.mMainMenuStrip);
this.Controls.Add(this.mStatusStrip);
this.Icon = ((System.Drawing.Icon)(resources
.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Name = "MainForm";
this.Text = "Burutaru Editor";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
this.mStatusStrip.ResumeLayout(false);
this.mStatusStrip.PerformLayout();
this.mMainMenuStrip.ResumeLayout(false);
this.mMainMenuStrip.PerformLayout();
this.mMainToolStrip.ResumeLayout(false);
this.mMainToolStrip.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tbcObjects.ResumeLayout(false);
this.tabCheckPoints.ResumeLayout(false);
this.tabSpawners.ResumeLayout(false);
this.tabElements.ResumeLayout(false);
this.tabScripting.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip mStatusStrip
;
private System.Windows.Forms.MenuStrip mMainMenuStrip
;
private System.Windows.Forms.ToolStripMenuItem mFileMenu
;
private System.Windows.Forms.ToolStripMenuItem mFileNewMenu
;
private System.Windows.Forms.ToolStripMenuItem mFileOpenMenu
;
private System.Windows.Forms.ToolStripMenuItem mFileSaveMenu
;
private System.Windows.Forms.ToolStripMenuItem mFileSaveAsMenu
;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1
;
private System.Windows.Forms.ToolStripMenuItem mFileExitMenu
;
private System.Windows.Forms.ToolStrip mMainToolStrip
;
private System.Windows.Forms.ToolStripButton mFileNewTB
;
private System.Windows.Forms.ToolStripButton mFileOpenTB
;
private System.Windows.Forms.ToolStripButton mFileSaveTB
;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1
;
#pragma warning disable 0618
private Tao
.Platform.Windows.SimpleOpenGlControl mGlView
;
#pragma warning restore 0618
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1
;
private System.Windows.Forms.OpenFileDialog openFileDialog
;
private System.Windows.Forms.SaveFileDialog saveFileDialog
;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1
;
private System.Windows.Forms.SaveFileDialog saveFileDialog1
;
private System.Windows.Forms.ListBox lbCheckPoints
;
private System.Windows.Forms.Button button3
;
private System.Windows.Forms.Button button4
;
private System.Windows.Forms.Button button2
;
private System.Windows.Forms.Button button5
;
private System.Windows.Forms.Button button6
;
private System.Windows.Forms.Button button7
;
private System.Windows.Forms.ListBox lbSpawners
;
public System.Windows.Forms.TabControl tbcObjects
;
public System.Windows.Forms.TabPage tabCheckPoints
;
public System.Windows.Forms.TabPage tabSpawners
;
private System.Windows.Forms.TabPage tabElements
;
private System.Windows.Forms.Button button9
;
private System.Windows.Forms.Button button10
;
private System.Windows.Forms.Button button11
;
private System.Windows.Forms.ListBox lbElements
;
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem mnuSnapToPath
;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2
;
private System.Windows.Forms.ToolStripButton tbSnapToPath
;
private System.Windows.Forms.CheckBox btnCreateCheckPoint
;
private System.Windows.Forms.CheckBox btnCreateSpawner
;
private System.Windows.Forms.CheckBox btnCreateElement
;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1
;
private System.Windows.Forms.ToolStripStatusLabel stInteractionObjectMode
;
private System.Windows.Forms.ToolStripStatusLabel stZoom
;
private System.Windows.Forms.ComboBox cbSpawnerTypes
;
private System.Windows.Forms.ComboBox cbElementTypes
;
private System.Windows.Forms.CheckBox checkBox1
;
private System.Windows.Forms.ToolStripMenuItem mnuViewCheckPointPath
;
private System.Windows.Forms.ToolStripMenuItem mnuViewCheckPointFrames
;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3
;
private System.Windows.Forms.ToolStripMenuItem mnuViewBgLayer1
;
private System.Windows.Forms.ToolStripMenuItem mnuViewBgLayer2
;
private System.Windows.Forms.ToolStripMenuItem mnuViewMainLayer
;
private System.Windows.Forms.ToolStripMenuItem mnuViewFgLayer
;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4
;
private System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem
;
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem
;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2
;
private System.Windows.Forms.ToolStripButton toolStripButton1
;
private System.Windows.Forms.ToolStripButton toolStripButton2
;
private System.Windows.Forms.ToolStripButton toolStripButton3
;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem
;
private System.Windows.Forms.OpenFileDialog openSpriteDialog
;
private System.Windows.Forms.TabPage tabScripting
;
private System.Windows.Forms.ToolStripMenuItem mnuViewEnemySpawners
;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5
;
private System.Windows.Forms.SplitContainer splitContainer1
;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3
;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2
;
private System.Windows.Forms.Label lblType
;
private System.Windows.Forms.Label lblProperties
;
private System.Windows.Forms.PropertyGrid pgProperties
;
private System.Windows.Forms.ComboBox cbScriptingType
;
private System.Windows.Forms.CheckBox btnCreateScripting
;
private System.Windows.Forms.Button button1
;
private System.Windows.Forms.Button button8
;
private System.Windows.Forms.Button button12
;
private System.Windows.Forms.ListBox lbScripting
;
private System.Windows.Forms.ToolStripMenuItem mnuViewScripting
;
}
}