Rev 1433 |
Rev 1442 |
Go to most recent revision |
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.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.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.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.mGlView = new Tao
.Platform.Windows.SimpleOpenGlControl();
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.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.lbCheckPoints = new System.Windows.Forms.ListBox();
this.tabSpawners = new System.Windows.Forms.TabPage();
this.pgProperties = new System.Windows.Forms.PropertyGrid();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.lbSpawners = new System.Windows.Forms.ListBox();
this.tabElements = new System.Windows.Forms.TabPage();
this.button9 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.lbElements = new System.Windows.Forms.ListBox();
this.mMainMenuStrip.SuspendLayout();
this.mMainToolStrip.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tbcObjects.SuspendLayout();
this.tabCheckPoints.SuspendLayout();
this.tabSpawners.SuspendLayout();
this.tabElements.SuspendLayout();
this.SuspendLayout();
//
// mStatusStrip
//
this.mStatusStrip.Location = new System.Drawing.Point(0,
708);
this.mStatusStrip.Name = "mStatusStrip";
this.mStatusStrip.Size = new System.Drawing.Size(1097,
22);
this.mStatusStrip.TabIndex = 5;
//
// mMainMenuStrip
//
this.mMainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mFileMenu});
this.mMainMenuStrip.Location = new System.Drawing.Point(0,
0);
this.mMainMenuStrip.Name = "mMainMenuStrip";
this.mMainMenuStrip.Size = new System.Drawing.Size(1097,
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);
//
// mMainToolStrip
//
this.mMainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mFileNewTB,
this.mFileOpenTB,
this.mFileSaveTB,
this.toolStripSeparator1});
this.mMainToolStrip.Location = new System.Drawing.Point(0,
24);
this.mMainToolStrip.Name = "mMainToolStrip";
this.mMainToolStrip.Size = new System.Drawing.Size(1097,
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);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6,
25);
//
// 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(871,
659);
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.MouseDown += new System.Windows.Forms.MouseEventHandler(this.GlView_MouseDown);
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);
//
// 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.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F
));
this.tableLayoutPanel1.Controls.Add(this.tbcObjects,
0,
0);
this.tableLayoutPanel1.Controls.Add(this.pgProperties,
0,
1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Right;
this.tableLayoutPanel1.Location = new System.Drawing.Point(877,
49);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 47
.04097F
));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 52
.95903F
));
this.tableLayoutPanel1.Size = new System.Drawing.Size(220,
659);
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.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbcObjects.Location = new System.Drawing.Point(3,
3);
this.tbcObjects.Name = "tbcObjects";
this.tbcObjects.SelectedIndex = 0;
this.tbcObjects.Size = new System.Drawing.Size(220,
303);
this.tbcObjects.TabIndex = 2;
//
// tabCheckPoints
//
this.tabCheckPoints.Controls.Add(this.button3);
this.tabCheckPoints.Controls.Add(this.button4);
this.tabCheckPoints.Controls.Add(this.button2);
this.tabCheckPoints.Controls.Add(this.button1);
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(212,
277);
this.tabCheckPoints.TabIndex = 0;
this.tabCheckPoints.Text = "CheckPoints";
this.tabCheckPoints.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button3.Location = new System.Drawing.Point(110,
224);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(96,
20);
this.button3.TabIndex = 4;
this.button3.Text = "&Move Down";
this.button3.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button4.Location = new System.Drawing.Point(6,
224);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(96,
20);
this.button4.TabIndex = 3;
this.button4.Text = "&Move Up";
this.button4.UseVisualStyleBackColor = true;
//
// 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,
250);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(96,
20);
this.button2.TabIndex = 2;
this.button2.Text = "De&lete";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button1.Location = new System.Drawing.Point(6,
250);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(96,
20);
this.button1.TabIndex = 1;
this.button1.Text = "&Create";
this.button1.UseVisualStyleBackColor = true;
//
// 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(200,
212);
this.lbCheckPoints.TabIndex = 0;
this.lbCheckPoints.SelectedIndexChanged += new System.EventHandler(this.ObjectsList_SelIndexChanged);
//
// tabSpawners
//
this.tabSpawners.Controls.Add(this.button5);
this.tabSpawners.Controls.Add(this.button6);
this.tabSpawners.Controls.Add(this.button7);
this.tabSpawners.Controls.Add(this.button8);
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(212,
277);
this.tabSpawners.TabIndex = 1;
this.tabSpawners.Text = "Enemies";
this.tabSpawners.UseVisualStyleBackColor = true;
//
// pgProperties
//
this.pgProperties.Dock = System.Windows.Forms.DockStyle.Fill;
this.pgProperties.HelpVisible = false;
this.pgProperties.Location = new System.Drawing.Point(10,
319);
this.pgProperties.Margin = new System.Windows.Forms.Padding(10);
this.pgProperties.Name = "pgProperties";
this.pgProperties.Size = new System.Drawing.Size(206,
330);
this.pgProperties.TabIndex = 3;
this.pgProperties.ToolbarVisible = false;
this.pgProperties.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.Properties_PropertyValueChanged);
//
// button5
//
this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button5.Location = new System.Drawing.Point(110,
224);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(96,
20);
this.button5.TabIndex = 9;
this.button5.Text = "&Move Down";
this.button5.UseVisualStyleBackColor = true;
//
// button6
//
this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button6.Location = new System.Drawing.Point(6,
224);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(96,
20);
this.button6.TabIndex = 8;
this.button6.Text = "&Move Up";
this.button6.UseVisualStyleBackColor = true;
//
// 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,
250);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(96,
20);
this.button7.TabIndex = 7;
this.button7.Text = "De&lete";
this.button7.UseVisualStyleBackColor = true;
//
// button8
//
this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button8.Location = new System.Drawing.Point(6,
250);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(96,
20);
this.button8.TabIndex = 6;
this.button8.Text = "&Create";
this.button8.UseVisualStyleBackColor = true;
//
// 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(200,
212);
this.lbSpawners.TabIndex = 5;
this.lbSpawners.SelectedIndexChanged += new System.EventHandler(this.ObjectsList_SelIndexChanged);
//
// tabElements
//
this.tabElements.Controls.Add(this.button9);
this.tabElements.Controls.Add(this.button10);
this.tabElements.Controls.Add(this.button11);
this.tabElements.Controls.Add(this.button12);
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(212,
277);
this.tabElements.TabIndex = 2;
this.tabElements.Text = "Elements";
this.tabElements.UseVisualStyleBackColor = true;
//
// button9
//
this.button9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button9.Location = new System.Drawing.Point(110,
224);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(96,
20);
this.button9.TabIndex = 9;
this.button9.Text = "&Move Down";
this.button9.UseVisualStyleBackColor = true;
//
// button10
//
this.button10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.button10.Location = new System.Drawing.Point(6,
224);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(96,
20);
this.button10.TabIndex = 8;
this.button10.Text = "&Move Up";
this.button10.UseVisualStyleBackColor = true;
//
// 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,
250);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(96,
20);
this.button11.TabIndex = 7;
this.button11.Text = "De&lete";
this.button11.UseVisualStyleBackColor = true;
//
// 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(6,
250);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(96,
20);
this.button12.TabIndex = 6;
this.button12.Text = "&Create";
this.button12.UseVisualStyleBackColor = true;
//
// 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.FormattingEnabled = true;
this.lbElements.Location = new System.Drawing.Point(6,
6);
this.lbElements.Name = "lbElements";
this.lbElements.Size = new System.Drawing.Size(200,
212);
this.lbElements.TabIndex = 5;
this.lbElements.SelectedIndexChanged += new System.EventHandler(this.ObjectsList_SelIndexChanged);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F
);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1097,
730);
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.Name = "MainForm";
this.Text = "Burutaru Editor";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
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.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
;
private Tao
.Platform.Windows.SimpleOpenGlControl mGlView
;
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.PropertyGrid pgProperties
;
private System.Windows.Forms.Button button3
;
private System.Windows.Forms.Button button4
;
private System.Windows.Forms.Button button2
;
private System.Windows.Forms.Button button1
;
private System.Windows.Forms.Button button5
;
private System.Windows.Forms.Button button6
;
private System.Windows.Forms.Button button7
;
private System.Windows.Forms.Button button8
;
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.Button button12
;
private System.Windows.Forms.ListBox lbElements
;
}
}