//using DarkWynter_ToolBox; namespace DarkWynter.App { partial class GameForm { /// /// 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.quitButton = new System.Windows.Forms.Button(); this.cutSceneButton = new System.Windows.Forms.Button(); this.contentLoaderButton = new System.Windows.Forms.Button(); this.fileToolStrip = new System.Windows.Forms.ToolStripMenuItem(); this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeCompilerToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.quitProgramToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.postTestOpen = new System.Windows.Forms.ToolStripMenuItem(); this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip = new System.Windows.Forms.MenuStrip(); this.darkWynterGameControl = new DarkWynter.Game.DarkWynterGame(); this.ucad1 = new UCAD_Shell.UCAD(); this.menuStrip.SuspendLayout(); this.SuspendLayout(); // // quitButton // this.quitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.quitButton.Location = new System.Drawing.Point(900, 735); this.quitButton.Name = "quitButton"; this.quitButton.Size = new System.Drawing.Size(75, 23); this.quitButton.TabIndex = 3; this.quitButton.Text = "&Quit"; this.quitButton.UseVisualStyleBackColor = true; // // 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); // // fileToolStrip // this.fileToolStrip.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openToolStripMenuItem, this.closeCompilerToolStripMenuItem1, this.quitProgramToolStripMenuItem, this.postTestOpen}); this.fileToolStrip.Name = "fileToolStrip"; this.fileToolStrip.Size = new System.Drawing.Size(35, 20); this.fileToolStrip.Text = "File"; // // openToolStripMenuItem // this.openToolStripMenuItem.Name = "openToolStripMenuItem"; this.openToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F10; this.openToolStripMenuItem.Size = new System.Drawing.Size(176, 22); this.openToolStripMenuItem.Text = "Open Compiler"; // // closeCompilerToolStripMenuItem1 // this.closeCompilerToolStripMenuItem1.Name = "closeCompilerToolStripMenuItem1"; this.closeCompilerToolStripMenuItem1.ShortcutKeys = System.Windows.Forms.Keys.F11; this.closeCompilerToolStripMenuItem1.Size = new System.Drawing.Size(176, 22); this.closeCompilerToolStripMenuItem1.Text = "Close Compiler"; // // quitProgramToolStripMenuItem // this.quitProgramToolStripMenuItem.Name = "quitProgramToolStripMenuItem"; this.quitProgramToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1; this.quitProgramToolStripMenuItem.Size = new System.Drawing.Size(176, 22); this.quitProgramToolStripMenuItem.Text = "Exit"; this.quitProgramToolStripMenuItem.Click += new System.EventHandler(this.quitClickedButton); // // postTestOpen // this.postTestOpen.Name = "postTestOpen"; this.postTestOpen.ShortcutKeys = System.Windows.Forms.Keys.F12; this.postTestOpen.Size = new System.Drawing.Size(176, 22); this.postTestOpen.Text = "Open Post Test"; // // quitToolStripMenuItem // this.quitToolStripMenuItem.Name = "quitToolStripMenuItem"; this.quitToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.quitToolStripMenuItem.Text = "Close Compiler"; // // menuStrip // this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStrip}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new System.Drawing.Size(1024, 24); this.menuStrip.TabIndex = 4; this.menuStrip.Text = "menuStrip"; // // darkWynterGameControl // this.darkWynterGameControl.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.darkWynterGameControl.InactiveSleepTime = System.TimeSpan.Parse("00:00:00.0200000"); this.darkWynterGameControl.IsFixedTimeStep = false; this.darkWynterGameControl.IsMouseVisible = false; this.darkWynterGameControl.Location = new System.Drawing.Point(446, 27); this.darkWynterGameControl.Name = "darkWynterGameControl"; this.darkWynterGameControl.Size = new System.Drawing.Size(578, 677); this.darkWynterGameControl.TabIndex = 0; this.darkWynterGameControl.TabStop = false; this.darkWynterGameControl.TargetElapsedTime = System.TimeSpan.Parse("00:00:00.0166666"); // // ucad1 // this.ucad1.Location = new System.Drawing.Point(12, 27); this.ucad1.Name = "ucad1"; this.ucad1.Size = new System.Drawing.Size(628, 677); this.ucad1.TabIndex = 5; // // GameForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1024, 768); this.ControlBox = false; this.Controls.Add(this.ucad1); this.Controls.Add(this.menuStrip); this.Controls.Add(this.darkWynterGameControl); this.Name = "GameForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "DarkWynter_ToolBox"; this.Load += new System.EventHandler(this.GameForm_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.quitClicked); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button quitButton; //private ContentLoader contentLoader; private System.Windows.Forms.Button cutSceneButton; private System.Windows.Forms.Button contentLoaderButton; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem fileToolStrip; private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem quitProgramToolStripMenuItem; private System.Windows.Forms.MenuStrip menuStrip; private System.Windows.Forms.ToolStripTextBox toolStripTextBox1; private System.Windows.Forms.ToolStripMenuItem closeCompilerToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem postTestOpen; private DarkWynter.Game.DarkWynterGame darkWynterGameControl; private UCAD_Shell.UCAD ucad1; } } // namespace Nuclex.Pong