//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.compilerPanel = new System.Windows.Forms.Panel(); this.button_CSCompiler = new System.Windows.Forms.Button(); this.saveButton = new System.Windows.Forms.Button(); this.buttonTheDarkWynterProject = new System.Windows.Forms.Button(); this.runButton = new System.Windows.Forms.Button(); this.compileButton = new System.Windows.Forms.Button(); this.outputGroupBox = new System.Windows.Forms.GroupBox(); this.outputTextBox = new System.Windows.Forms.RichTextBox(); this.compilerGroupBox = new System.Windows.Forms.GroupBox(); this.codeTextBox = new System.Windows.Forms.RichTextBox(); this.getTMLoc = new System.Windows.Forms.GroupBox(); this.end3 = new System.Windows.Forms.TextBox(); this.end2 = new System.Windows.Forms.TextBox(); this.end1 = new System.Windows.Forms.TextBox(); this.endPosition = new System.Windows.Forms.Label(); this.positionBox3 = new System.Windows.Forms.TextBox(); this.positionBox2 = new System.Windows.Forms.TextBox(); this.Enter = new System.Windows.Forms.Button(); this.positionBox1 = new System.Windows.Forms.TextBox(); this.radiusBox = new System.Windows.Forms.TextBox(); this.amountBox = new System.Windows.Forms.TextBox(); this.StartPositionBox = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); 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.dialogueGroupPanel = new System.Windows.Forms.GroupBox(); this.labelNextButton = new System.Windows.Forms.Label(); this.continueDialogue = new System.Windows.Forms.Button(); this.dialogueTextBox = new System.Windows.Forms.RichTextBox(); this.InstructionBox = new System.Windows.Forms.Label(); this.SurveyPanel = new System.Windows.Forms.GroupBox(); this.testButton = new System.Windows.Forms.Button(); this.darkWynterGameControl = new DarkWynter.Game.DarkWynterGame(); this.compilerPanel.SuspendLayout(); this.outputGroupBox.SuspendLayout(); this.compilerGroupBox.SuspendLayout(); this.getTMLoc.SuspendLayout(); this.menuStrip.SuspendLayout(); this.dialogueGroupPanel.SuspendLayout(); this.SurveyPanel.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); // // compilerPanel // this.compilerPanel.Controls.Add(this.button_CSCompiler); this.compilerPanel.Controls.Add(this.saveButton); this.compilerPanel.Controls.Add(this.buttonTheDarkWynterProject); this.compilerPanel.Controls.Add(this.runButton); this.compilerPanel.Controls.Add(this.compileButton); this.compilerPanel.Controls.Add(this.outputGroupBox); this.compilerPanel.Controls.Add(this.compilerGroupBox); this.compilerPanel.Location = new System.Drawing.Point(0, 28); this.compilerPanel.Name = "compilerPanel"; this.compilerPanel.Size = new System.Drawing.Size(367, 743); this.compilerPanel.TabIndex = 5; // // button_CSCompiler // this.button_CSCompiler.BackColor = System.Drawing.Color.Yellow; this.button_CSCompiler.Location = new System.Drawing.Point(166, 435); this.button_CSCompiler.Name = "button_CSCompiler"; this.button_CSCompiler.Size = new System.Drawing.Size(75, 23); this.button_CSCompiler.TabIndex = 6; this.button_CSCompiler.TabStop = false; this.button_CSCompiler.Text = "CSCompiler"; this.button_CSCompiler.UseVisualStyleBackColor = false; this.button_CSCompiler.Click += new System.EventHandler(this.button_CSCompiler_Click); // // saveButton // this.saveButton.BackColor = System.Drawing.Color.Yellow; this.saveButton.Location = new System.Drawing.Point(247, 435); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(75, 23); this.saveButton.TabIndex = 5; this.saveButton.TabStop = false; this.saveButton.Text = "Save"; this.saveButton.UseVisualStyleBackColor = false; this.saveButton.Click += new System.EventHandler(this.saveButton_Click); // // buttonTheDarkWynterProject // this.buttonTheDarkWynterProject.BackColor = System.Drawing.SystemColors.ControlText; this.buttonTheDarkWynterProject.FlatAppearance.BorderColor = System.Drawing.Color.Yellow; this.buttonTheDarkWynterProject.FlatAppearance.BorderSize = 3; this.buttonTheDarkWynterProject.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black; this.buttonTheDarkWynterProject.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.buttonTheDarkWynterProject.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonTheDarkWynterProject.Font = new System.Drawing.Font("Valhalla", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonTheDarkWynterProject.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.buttonTheDarkWynterProject.Location = new System.Drawing.Point(4, 701); this.buttonTheDarkWynterProject.Name = "buttonTheDarkWynterProject"; this.buttonTheDarkWynterProject.Size = new System.Drawing.Size(352, 39); this.buttonTheDarkWynterProject.TabIndex = 4; this.buttonTheDarkWynterProject.Text = "// www.DarkWynter.com \\\\"; this.buttonTheDarkWynterProject.UseVisualStyleBackColor = false; this.buttonTheDarkWynterProject.Click += new System.EventHandler(this.buttonTheDarkWynterProject_Click); // // runButton // this.runButton.BackColor = System.Drawing.Color.Yellow; this.runButton.Location = new System.Drawing.Point(85, 435); this.runButton.Name = "runButton"; this.runButton.Size = new System.Drawing.Size(75, 23); this.runButton.TabIndex = 3; this.runButton.Text = "Run"; this.runButton.UseVisualStyleBackColor = false; this.runButton.Click += new System.EventHandler(this.runButton_Click); // // compileButton // this.compileButton.AutoSize = true; this.compileButton.BackColor = System.Drawing.Color.Yellow; this.compileButton.Location = new System.Drawing.Point(4, 435); this.compileButton.Name = "compileButton"; this.compileButton.Size = new System.Drawing.Size(75, 23); this.compileButton.TabIndex = 2; this.compileButton.Text = "Compile"; this.compileButton.UseVisualStyleBackColor = false; this.compileButton.Click += new System.EventHandler(this.compileButton_Click); // // outputGroupBox // this.outputGroupBox.Controls.Add(this.outputTextBox); this.outputGroupBox.Location = new System.Drawing.Point(4, 464); this.outputGroupBox.Name = "outputGroupBox"; this.outputGroupBox.Size = new System.Drawing.Size(352, 231); this.outputGroupBox.TabIndex = 1; this.outputGroupBox.TabStop = false; this.outputGroupBox.Text = "Output"; // // outputTextBox // this.outputTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder; this.outputTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.outputTextBox.Location = new System.Drawing.Point(8, 16); this.outputTextBox.Name = "outputTextBox"; this.outputTextBox.ReadOnly = true; this.outputTextBox.Size = new System.Drawing.Size(337, 209); this.outputTextBox.TabIndex = 4; this.outputTextBox.TabStop = false; this.outputTextBox.Text = ""; // // compilerGroupBox // this.compilerGroupBox.Controls.Add(this.codeTextBox); this.compilerGroupBox.Location = new System.Drawing.Point(4, 3); this.compilerGroupBox.Name = "compilerGroupBox"; this.compilerGroupBox.Size = new System.Drawing.Size(352, 425); this.compilerGroupBox.TabIndex = 0; this.compilerGroupBox.TabStop = false; this.compilerGroupBox.Text = "Text Editor"; // // codeTextBox // this.codeTextBox.BackColor = System.Drawing.SystemColors.Info; this.codeTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.codeTextBox.ForeColor = System.Drawing.SystemColors.InfoText; this.codeTextBox.Location = new System.Drawing.Point(7, 20); this.codeTextBox.Name = "codeTextBox"; this.codeTextBox.Size = new System.Drawing.Size(339, 388); this.codeTextBox.TabIndex = 1; this.codeTextBox.Text = ""; // // getTMLoc // this.getTMLoc.Controls.Add(this.end3); this.getTMLoc.Controls.Add(this.end2); this.getTMLoc.Controls.Add(this.end1); this.getTMLoc.Controls.Add(this.endPosition); this.getTMLoc.Controls.Add(this.positionBox3); this.getTMLoc.Controls.Add(this.positionBox2); this.getTMLoc.Controls.Add(this.Enter); this.getTMLoc.Controls.Add(this.positionBox1); this.getTMLoc.Controls.Add(this.radiusBox); this.getTMLoc.Controls.Add(this.amountBox); this.getTMLoc.Controls.Add(this.StartPositionBox); this.getTMLoc.Controls.Add(this.label2); this.getTMLoc.Controls.Add(this.label1); this.getTMLoc.Location = new System.Drawing.Point(373, 409); this.getTMLoc.Name = "getTMLoc"; this.getTMLoc.Size = new System.Drawing.Size(236, 188); this.getTMLoc.TabIndex = 7; this.getTMLoc.TabStop = false; this.getTMLoc.Text = "Terrrain Mod Location"; // // end3 // this.end3.Location = new System.Drawing.Point(178, 127); this.end3.Name = "end3"; this.end3.Size = new System.Drawing.Size(35, 20); this.end3.TabIndex = 12; // // end2 // this.end2.Location = new System.Drawing.Point(140, 127); this.end2.Name = "end2"; this.end2.Size = new System.Drawing.Size(32, 20); this.end2.TabIndex = 11; // // end1 // this.end1.Location = new System.Drawing.Point(100, 127); this.end1.Name = "end1"; this.end1.Size = new System.Drawing.Size(29, 20); this.end1.TabIndex = 10; // // endPosition // this.endPosition.AutoSize = true; this.endPosition.Location = new System.Drawing.Point(23, 134); this.endPosition.Name = "endPosition"; this.endPosition.Size = new System.Drawing.Size(62, 13); this.endPosition.TabIndex = 9; this.endPosition.Text = "Positionend"; // // positionBox3 // this.positionBox3.Location = new System.Drawing.Point(178, 92); this.positionBox3.Name = "positionBox3"; this.positionBox3.Size = new System.Drawing.Size(35, 20); this.positionBox3.TabIndex = 8; // // positionBox2 // this.positionBox2.Location = new System.Drawing.Point(140, 92); this.positionBox2.Name = "positionBox2"; this.positionBox2.Size = new System.Drawing.Size(32, 20); this.positionBox2.TabIndex = 7; // // Enter // this.Enter.Location = new System.Drawing.Point(54, 159); this.Enter.Name = "Enter"; this.Enter.Size = new System.Drawing.Size(75, 23); this.Enter.TabIndex = 6; this.Enter.Text = "Enter"; this.Enter.UseVisualStyleBackColor = true; this.Enter.Click += new System.EventHandler(this.Enter_Click); // // positionBox1 // this.positionBox1.Location = new System.Drawing.Point(100, 92); this.positionBox1.Name = "positionBox1"; this.positionBox1.Size = new System.Drawing.Size(29, 20); this.positionBox1.TabIndex = 5; // // radiusBox // this.radiusBox.Location = new System.Drawing.Point(129, 54); this.radiusBox.Name = "radiusBox"; this.radiusBox.Size = new System.Drawing.Size(100, 20); this.radiusBox.TabIndex = 4; // // amountBox // this.amountBox.Location = new System.Drawing.Point(129, 17); this.amountBox.Name = "amountBox"; this.amountBox.Size = new System.Drawing.Size(100, 20); this.amountBox.TabIndex = 3; // // StartPositionBox // this.StartPositionBox.AutoSize = true; this.StartPositionBox.Location = new System.Drawing.Point(21, 95); this.StartPositionBox.Name = "StartPositionBox"; this.StartPositionBox.Size = new System.Drawing.Size(64, 13); this.StartPositionBox.TabIndex = 2; this.StartPositionBox.Text = "Positionstart"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(42, 57); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 13); this.label2.TabIndex = 1; this.label2.Text = "Mod Radius"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(42, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 13); this.label1.TabIndex = 0; this.label1.Text = "Amount"; // // 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"; this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click); // // 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"; this.closeCompilerToolStripMenuItem1.Click += new System.EventHandler(this.closeCompilerToolStripMenuItem1_Click); // // 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"; this.postTestOpen.Click += new System.EventHandler(this.postTestOpen_Click); // // 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"; // // dialogueGroupPanel // this.dialogueGroupPanel.Controls.Add(this.labelNextButton); this.dialogueGroupPanel.Controls.Add(this.continueDialogue); this.dialogueGroupPanel.Controls.Add(this.dialogueTextBox); this.dialogueGroupPanel.Location = new System.Drawing.Point(373, 603); this.dialogueGroupPanel.Name = "dialogueGroupPanel"; this.dialogueGroupPanel.Size = new System.Drawing.Size(644, 165); this.dialogueGroupPanel.TabIndex = 6; this.dialogueGroupPanel.TabStop = false; this.dialogueGroupPanel.Text = "CodeWalker"; // // labelNextButton // this.labelNextButton.AutoSize = true; this.labelNextButton.BackColor = System.Drawing.SystemColors.Control; this.labelNextButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelNextButton.ForeColor = System.Drawing.Color.Firebrick; this.labelNextButton.Location = new System.Drawing.Point(97, 133); this.labelNextButton.Name = "labelNextButton"; this.labelNextButton.Size = new System.Drawing.Size(333, 24); this.labelNextButton.TabIndex = 7; this.labelNextButton.Text = "Press Next for Further Instructions "; // // continueDialogue // this.continueDialogue.BackColor = System.Drawing.Color.Yellow; this.continueDialogue.Location = new System.Drawing.Point(17, 133); this.continueDialogue.Name = "continueDialogue"; this.continueDialogue.Size = new System.Drawing.Size(73, 26); this.continueDialogue.TabIndex = 0; this.continueDialogue.Text = "Next"; this.continueDialogue.UseVisualStyleBackColor = false; this.continueDialogue.Click += new System.EventHandler(this.continueDialogue_Click); // // dialogueTextBox // this.dialogueTextBox.BackColor = System.Drawing.SystemColors.InactiveBorder; this.dialogueTextBox.Cursor = System.Windows.Forms.Cursors.IBeam; this.dialogueTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dialogueTextBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.dialogueTextBox.ImeMode = System.Windows.Forms.ImeMode.Hiragana; this.dialogueTextBox.Location = new System.Drawing.Point(17, 15); this.dialogueTextBox.Name = "dialogueTextBox"; this.dialogueTextBox.ReadOnly = true; this.dialogueTextBox.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical; this.dialogueTextBox.ShowSelectionMargin = true; this.dialogueTextBox.Size = new System.Drawing.Size(582, 112); this.dialogueTextBox.TabIndex = 5; this.dialogueTextBox.Text = ""; // // InstructionBox // this.InstructionBox.AutoSize = true; this.InstructionBox.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.InstructionBox.Cursor = System.Windows.Forms.Cursors.No; this.InstructionBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.InstructionBox.ForeColor = System.Drawing.SystemColors.Desktop; this.InstructionBox.Location = new System.Drawing.Point(11, 20); this.InstructionBox.Name = "InstructionBox"; this.InstructionBox.Padding = new System.Windows.Forms.Padding(1); this.InstructionBox.Size = new System.Drawing.Size(2, 18); this.InstructionBox.TabIndex = 2; // // SurveyPanel // this.SurveyPanel.Controls.Add(this.testButton); this.SurveyPanel.Controls.Add(this.InstructionBox); this.SurveyPanel.Location = new System.Drawing.Point(373, 26); this.SurveyPanel.Name = "SurveyPanel"; this.SurveyPanel.Size = new System.Drawing.Size(651, 179); this.SurveyPanel.TabIndex = 8; this.SurveyPanel.TabStop = false; // // testButton // this.testButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.testButton.Location = new System.Drawing.Point(478, 146); this.testButton.Name = "testButton"; this.testButton.Size = new System.Drawing.Size(112, 23); this.testButton.TabIndex = 3; this.testButton.UseVisualStyleBackColor = false; this.testButton.Click += new System.EventHandler(this.pretestButton_Click); // // 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(0, 28); this.darkWynterGameControl.Name = "darkWynterGameControl"; this.darkWynterGameControl.Size = new System.Drawing.Size(1024, 743); this.darkWynterGameControl.TabIndex = 0; this.darkWynterGameControl.TabStop = false; this.darkWynterGameControl.TargetElapsedTime = System.TimeSpan.Parse("00:00:00.0166666"); // // 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.SurveyPanel); this.Controls.Add(this.getTMLoc); this.Controls.Add(this.dialogueGroupPanel); this.Controls.Add(this.compilerPanel); 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.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.quitClicked); this.Load += new System.EventHandler(this.GameForm_Load); this.compilerPanel.ResumeLayout(false); this.compilerPanel.PerformLayout(); this.outputGroupBox.ResumeLayout(false); this.compilerGroupBox.ResumeLayout(false); this.getTMLoc.ResumeLayout(false); this.getTMLoc.PerformLayout(); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.dialogueGroupPanel.ResumeLayout(false); this.dialogueGroupPanel.PerformLayout(); this.SurveyPanel.ResumeLayout(false); this.SurveyPanel.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.Panel compilerPanel; 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.Button runButton; private System.Windows.Forms.Button compileButton; private System.Windows.Forms.GroupBox outputGroupBox; private System.Windows.Forms.GroupBox compilerGroupBox; private System.Windows.Forms.RichTextBox codeTextBox; private System.Windows.Forms.RichTextBox outputTextBox; private System.Windows.Forms.ToolStripTextBox toolStripTextBox1; private System.Windows.Forms.ToolStripMenuItem closeCompilerToolStripMenuItem1; private System.Windows.Forms.GroupBox dialogueGroupPanel; private System.Windows.Forms.RichTextBox dialogueTextBox; private System.Windows.Forms.Button buttonTheDarkWynterProject; private System.Windows.Forms.Button continueDialogue; private System.Windows.Forms.Button saveButton; private System.Windows.Forms.GroupBox getTMLoc; private System.Windows.Forms.TextBox positionBox1; private System.Windows.Forms.TextBox radiusBox; private System.Windows.Forms.TextBox amountBox; private System.Windows.Forms.Label StartPositionBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button Enter; private System.Windows.Forms.TextBox positionBox3; private System.Windows.Forms.TextBox positionBox2; private System.Windows.Forms.TextBox end3; private System.Windows.Forms.TextBox end2; private System.Windows.Forms.TextBox end1; private System.Windows.Forms.Label endPosition; private System.Windows.Forms.Label labelNextButton; private System.Windows.Forms.Label InstructionBox; private System.Windows.Forms.GroupBox SurveyPanel; private System.Windows.Forms.Button testButton; private System.Windows.Forms.ToolStripMenuItem postTestOpen; private System.Windows.Forms.Button button_CSCompiler; private DarkWynter.Game.DarkWynterGame darkWynterGameControl; } } // namespace Nuclex.Pong