namespace DarkWynter.Shell { partial class UCAD { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.UCAD_LeftSplitContainer = new System.Windows.Forms.SplitContainer(); this.panelLeft = new System.Windows.Forms.Panel(); this.toolStripContainer3 = new System.Windows.Forms.ToolStripContainer(); this.UCAD_BottomSplitContainer = new System.Windows.Forms.SplitContainer(); this.toolStripContainer2 = new System.Windows.Forms.ToolStripContainer(); this.panelMain = new System.Windows.Forms.Panel(); this.panelBottom = new System.Windows.Forms.Panel(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.UCAD_RightSplitContainer = new System.Windows.Forms.SplitContainer(); this.panelRight = new System.Windows.Forms.Panel(); this.toolStripContainer4 = new System.Windows.Forms.ToolStripContainer(); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.toggleFullscreenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.objectEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.compilerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.instructionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.levelEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.UCAD_LeftSplitContainer.Panel1.SuspendLayout(); this.UCAD_LeftSplitContainer.Panel2.SuspendLayout(); this.UCAD_LeftSplitContainer.SuspendLayout(); this.panelLeft.SuspendLayout(); this.toolStripContainer3.SuspendLayout(); this.UCAD_BottomSplitContainer.Panel1.SuspendLayout(); this.UCAD_BottomSplitContainer.Panel2.SuspendLayout(); this.UCAD_BottomSplitContainer.SuspendLayout(); this.toolStripContainer2.ContentPanel.SuspendLayout(); this.toolStripContainer2.SuspendLayout(); this.UCAD_RightSplitContainer.Panel1.SuspendLayout(); this.UCAD_RightSplitContainer.Panel2.SuspendLayout(); this.UCAD_RightSplitContainer.SuspendLayout(); this.panelRight.SuspendLayout(); this.toolStripContainer4.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // UCAD_LeftSplitContainer // this.UCAD_LeftSplitContainer.BackColor = System.Drawing.SystemColors.ControlLightLight; this.UCAD_LeftSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.UCAD_LeftSplitContainer.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.UCAD_LeftSplitContainer.Location = new System.Drawing.Point(0, 0); this.UCAD_LeftSplitContainer.Name = "UCAD_LeftSplitContainer"; // // UCAD_LeftSplitContainer.Panel1 // this.UCAD_LeftSplitContainer.Panel1.Controls.Add(this.panelLeft); // // UCAD_LeftSplitContainer.Panel2 // this.UCAD_LeftSplitContainer.Panel2.Controls.Add(this.UCAD_BottomSplitContainer); this.UCAD_LeftSplitContainer.Size = new System.Drawing.Size(943, 785); this.UCAD_LeftSplitContainer.SplitterDistance = 258; this.UCAD_LeftSplitContainer.TabIndex = 8; // // panelLeft // this.panelLeft.BackColor = System.Drawing.Color.Black; this.panelLeft.Controls.Add(this.toolStripContainer3); this.panelLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.panelLeft.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panelLeft.ForeColor = System.Drawing.Color.Silver; this.panelLeft.Location = new System.Drawing.Point(0, 0); this.panelLeft.Name = "panelLeft"; this.panelLeft.Size = new System.Drawing.Size(258, 785); this.panelLeft.TabIndex = 1; // // toolStripContainer3 // // // toolStripContainer3.ContentPanel // this.toolStripContainer3.ContentPanel.BackColor = System.Drawing.Color.WhiteSmoke; this.toolStripContainer3.ContentPanel.Size = new System.Drawing.Size(258, 760); this.toolStripContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer3.Location = new System.Drawing.Point(0, 0); this.toolStripContainer3.Name = "toolStripContainer3"; this.toolStripContainer3.Size = new System.Drawing.Size(258, 785); this.toolStripContainer3.TabIndex = 0; this.toolStripContainer3.Text = "toolStripContainer3"; // // UCAD_BottomSplitContainer // this.UCAD_BottomSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.UCAD_BottomSplitContainer.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.UCAD_BottomSplitContainer.Location = new System.Drawing.Point(0, 0); this.UCAD_BottomSplitContainer.Name = "UCAD_BottomSplitContainer"; this.UCAD_BottomSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // UCAD_BottomSplitContainer.Panel1 // this.UCAD_BottomSplitContainer.Panel1.Controls.Add(this.toolStripContainer2); // // UCAD_BottomSplitContainer.Panel2 // this.UCAD_BottomSplitContainer.Panel2.BackColor = System.Drawing.SystemColors.ControlLightLight; this.UCAD_BottomSplitContainer.Panel2.Controls.Add(this.panelBottom); this.UCAD_BottomSplitContainer.Size = new System.Drawing.Size(681, 785); this.UCAD_BottomSplitContainer.SplitterDistance = 615; this.UCAD_BottomSplitContainer.TabIndex = 9; // // toolStripContainer2 // // // toolStripContainer2.ContentPanel // this.toolStripContainer2.ContentPanel.Controls.Add(this.panelMain); this.toolStripContainer2.ContentPanel.Size = new System.Drawing.Size(681, 590); this.toolStripContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer2.Location = new System.Drawing.Point(0, 0); this.toolStripContainer2.Name = "toolStripContainer2"; this.toolStripContainer2.Size = new System.Drawing.Size(681, 615); this.toolStripContainer2.TabIndex = 0; this.toolStripContainer2.Text = "toolStripContainer2"; // // panelMain // this.panelMain.BackColor = System.Drawing.Color.Black; this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.panelMain.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panelMain.ForeColor = System.Drawing.Color.Silver; this.panelMain.Location = new System.Drawing.Point(0, 0); this.panelMain.Name = "panelMain"; this.panelMain.Size = new System.Drawing.Size(681, 590); this.panelMain.TabIndex = 0; // // panelBottom // this.panelBottom.BackColor = System.Drawing.Color.Black; this.panelBottom.Dock = System.Windows.Forms.DockStyle.Fill; this.panelBottom.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panelBottom.ForeColor = System.Drawing.Color.Silver; this.panelBottom.Location = new System.Drawing.Point(0, 0); this.panelBottom.Name = "panelBottom"; this.panelBottom.Size = new System.Drawing.Size(681, 166); this.panelBottom.TabIndex = 0; // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // UCAD_RightSplitContainer // this.UCAD_RightSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.UCAD_RightSplitContainer.Location = new System.Drawing.Point(0, 0); this.UCAD_RightSplitContainer.Name = "UCAD_RightSplitContainer"; // // UCAD_RightSplitContainer.Panel1 // this.UCAD_RightSplitContainer.Panel1.Controls.Add(this.UCAD_LeftSplitContainer); // // UCAD_RightSplitContainer.Panel2 // this.UCAD_RightSplitContainer.Panel2.Controls.Add(this.panelRight); this.UCAD_RightSplitContainer.Size = new System.Drawing.Size(1270, 785); this.UCAD_RightSplitContainer.SplitterDistance = 943; this.UCAD_RightSplitContainer.TabIndex = 9; // // panelRight // this.panelRight.BackColor = System.Drawing.Color.Black; this.panelRight.Controls.Add(this.toolStripContainer4); this.panelRight.Dock = System.Windows.Forms.DockStyle.Fill; this.panelRight.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panelRight.ForeColor = System.Drawing.Color.Silver; this.panelRight.Location = new System.Drawing.Point(0, 0); this.panelRight.Name = "panelRight"; this.panelRight.Size = new System.Drawing.Size(323, 785); this.panelRight.TabIndex = 2; // // toolStripContainer4 // // // toolStripContainer4.ContentPanel // this.toolStripContainer4.ContentPanel.BackColor = System.Drawing.Color.WhiteSmoke; this.toolStripContainer4.ContentPanel.Size = new System.Drawing.Size(323, 760); this.toolStripContainer4.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer4.Location = new System.Drawing.Point(0, 0); this.toolStripContainer4.Name = "toolStripContainer4"; this.toolStripContainer4.Size = new System.Drawing.Size(323, 785); this.toolStripContainer4.TabIndex = 0; this.toolStripContainer4.Text = "toolStripContainer4"; // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.UCAD_RightSplitContainer); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1270, 785); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(1270, 809); this.toolStripContainer1.TabIndex = 10; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1); // // menuStrip1 // this.menuStrip1.BackColor = System.Drawing.Color.Black; this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None; this.menuStrip1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.menuStrip1.ForeColor = System.Drawing.Color.Silver; this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible; this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toggleFullscreenToolStripMenuItem, this.objectEditorToolStripMenuItem, this.compilerToolStripMenuItem, this.instructionsToolStripMenuItem, this.levelEditorToolStripMenuItem, this.saveLogToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.menuStrip1.Size = new System.Drawing.Size(1270, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // toggleFullscreenToolStripMenuItem // this.toggleFullscreenToolStripMenuItem.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toggleFullscreenToolStripMenuItem.Name = "toggleFullscreenToolStripMenuItem"; this.toggleFullscreenToolStripMenuItem.Size = new System.Drawing.Size(100, 20); this.toggleFullscreenToolStripMenuItem.Text = "Full Screen"; this.toggleFullscreenToolStripMenuItem.Click += new System.EventHandler(this.ToggleFullscreen_Click); // // objectEditorToolStripMenuItem // this.objectEditorToolStripMenuItem.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.objectEditorToolStripMenuItem.ForeColor = System.Drawing.Color.Yellow; this.objectEditorToolStripMenuItem.Name = "objectEditorToolStripMenuItem"; this.objectEditorToolStripMenuItem.Size = new System.Drawing.Size(97, 20); this.objectEditorToolStripMenuItem.Text = "Level Editor"; this.objectEditorToolStripMenuItem.Click += new System.EventHandler(this.objectEditorToolStripMenuItem_Click); // // compilerToolStripMenuItem // this.compilerToolStripMenuItem.Font = new System.Drawing.Font("Verdana", 9.75F); this.compilerToolStripMenuItem.ForeColor = System.Drawing.Color.Yellow; this.compilerToolStripMenuItem.Name = "compilerToolStripMenuItem"; this.compilerToolStripMenuItem.Size = new System.Drawing.Size(75, 20); this.compilerToolStripMenuItem.Text = "Compiler"; this.compilerToolStripMenuItem.Click += new System.EventHandler(this.compilerToolStripMenuItem_Click); // // instructionsToolStripMenuItem // this.instructionsToolStripMenuItem.Font = new System.Drawing.Font("Verdana", 9.75F); this.instructionsToolStripMenuItem.ForeColor = System.Drawing.Color.Yellow; this.instructionsToolStripMenuItem.Name = "instructionsToolStripMenuItem"; this.instructionsToolStripMenuItem.Size = new System.Drawing.Size(55, 20); this.instructionsToolStripMenuItem.Text = "Tools"; this.instructionsToolStripMenuItem.Click += new System.EventHandler(this.instructionsToolStripMenuItem_Click); // // levelEditorToolStripMenuItem // this.levelEditorToolStripMenuItem.Name = "levelEditorToolStripMenuItem"; this.levelEditorToolStripMenuItem.Size = new System.Drawing.Size(12, 20); // // saveLogToolStripMenuItem // this.saveLogToolStripMenuItem.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.saveLogToolStripMenuItem.ForeColor = System.Drawing.Color.Gray; this.saveLogToolStripMenuItem.Name = "saveLogToolStripMenuItem"; this.saveLogToolStripMenuItem.Size = new System.Drawing.Size(81, 20); this.saveLogToolStripMenuItem.Text = "Save Log"; this.saveLogToolStripMenuItem.Click += new System.EventHandler(this.saveLogToolStripMenuItem_Click); // // UCAD // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.toolStripContainer1); this.Name = "UCAD"; this.Size = new System.Drawing.Size(1270, 809); this.UCAD_LeftSplitContainer.Panel1.ResumeLayout(false); this.UCAD_LeftSplitContainer.Panel2.ResumeLayout(false); this.UCAD_LeftSplitContainer.ResumeLayout(false); this.panelLeft.ResumeLayout(false); this.toolStripContainer3.ResumeLayout(false); this.toolStripContainer3.PerformLayout(); this.UCAD_BottomSplitContainer.Panel1.ResumeLayout(false); this.UCAD_BottomSplitContainer.Panel2.ResumeLayout(false); this.UCAD_BottomSplitContainer.ResumeLayout(false); this.toolStripContainer2.ContentPanel.ResumeLayout(false); this.toolStripContainer2.ResumeLayout(false); this.toolStripContainer2.PerformLayout(); this.UCAD_RightSplitContainer.Panel1.ResumeLayout(false); this.UCAD_RightSplitContainer.Panel2.ResumeLayout(false); this.UCAD_RightSplitContainer.ResumeLayout(false); this.panelRight.ResumeLayout(false); this.toolStripContainer4.ResumeLayout(false); this.toolStripContainer4.PerformLayout(); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer UCAD_LeftSplitContainer; private System.Windows.Forms.Panel panelMain; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.SplitContainer UCAD_BottomSplitContainer; private System.Windows.Forms.Panel panelLeft; private System.Windows.Forms.Panel panelBottom; private System.Windows.Forms.ToolStripContainer toolStripContainer1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripContainer toolStripContainer3; private System.Windows.Forms.ToolStripMenuItem toggleFullscreenToolStripMenuItem; private System.Windows.Forms.SplitContainer UCAD_RightSplitContainer; private System.Windows.Forms.Panel panelRight; private System.Windows.Forms.ToolStripContainer toolStripContainer4; private System.Windows.Forms.ToolStripMenuItem instructionsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem levelEditorToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem compilerToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveLogToolStripMenuItem; private System.Windows.Forms.ToolStripContainer toolStripContainer2; private System.Windows.Forms.ToolStripMenuItem objectEditorToolStripMenuItem; } }