namespace DarkWynter_ToolBox
{
partial class ApplicationMain
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.menuStrip2 = new System.Windows.Forms.MenuStrip();
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
this.cutSceneButton = new System.Windows.Forms.Button();
this.contentLoaderButton = new System.Windows.Forms.Button();
this.menuStrip2.SuspendLayout();
this.SuspendLayout();
//
// menuStrip2
//
this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem3,
this.toolStripMenuItem4,
this.toolStripMenuItem5});
this.menuStrip2.Location = new System.Drawing.Point(0, 0);
this.menuStrip2.Name = "menuStrip2";
this.menuStrip2.Size = new System.Drawing.Size(992, 24);
this.menuStrip2.TabIndex = 4;
this.menuStrip2.Text = "menuStrip2";
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem,
this.saveToolStripMenuItem,
this.saveAsToolStripMenuItem});
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(35, 20);
this.toolStripMenuItem3.Text = "File";
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
this.newToolStripMenuItem.Text = "New...";
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
this.openToolStripMenuItem.Text = "Open...";
//this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
this.saveToolStripMenuItem.Text = "Save";
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
this.saveAsToolStripMenuItem.Text = "Save As...";
//
// toolStripMenuItem4
//
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new System.Drawing.Size(37, 20);
this.toolStripMenuItem4.Text = "Edit";
//
// toolStripMenuItem5
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
this.toolStripMenuItem5.Size = new System.Drawing.Size(41, 20);
this.toolStripMenuItem5.Text = "Help";
//
// cutSceneButton
//
this.cutSceneButton.Location = new System.Drawing.Point(507, 1);
this.cutSceneButton.Name = "cutSceneButton";
this.cutSceneButton.Size = new System.Drawing.Size(156, 20);
this.cutSceneButton.TabIndex = 1;
this.cutSceneButton.Text = "CutScene";
this.cutSceneButton.UseVisualStyleBackColor = true;
this.cutSceneButton.Click += new System.EventHandler(this.cutSceneButton_Click);
//
// contentLoaderButton
//
this.contentLoaderButton.Location = new System.Drawing.Point(345, 1);
this.contentLoaderButton.Name = "contentLoaderButton";
this.contentLoaderButton.Size = new System.Drawing.Size(156, 20);
this.contentLoaderButton.TabIndex = 3;
this.contentLoaderButton.Text = "Level Design";
this.contentLoaderButton.UseVisualStyleBackColor = true;
this.contentLoaderButton.Click += new System.EventHandler(this.contentLoaderButton_Click);
//
// ApplicationMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(992, 773);
this.Controls.Add(this.contentLoaderButton);
this.Controls.Add(this.cutSceneButton);
this.Controls.Add(this.menuStrip2);
this.Name = "ApplicationMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ApplicationMain";
//this.Load += new System.EventHandler(this.ApplicationMain_Load);
this.menuStrip2.ResumeLayout(false);
this.menuStrip2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button cutSceneButton;
private System.Windows.Forms.Button contentLoaderButton;
private System.Windows.Forms.MenuStrip menuStrip2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
}
}