namespace OperationDrawDown { partial class Form1 { /// /// 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.components = new System.ComponentModel.Container(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this.game = new OperationDrawDown.Engine(); this.userControl_TilePaint1 = new OperationDrawDown.UserControl_TilePaint(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.game); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.userControl_TilePaint1); this.splitContainer1.Size = new System.Drawing.Size(1355, 887); this.splitContainer1.SplitterDistance = 959; this.splitContainer1.TabIndex = 1; // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1355, 887); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(1355, 912); this.toolStripContainer1.TabIndex = 2; this.toolStripContainer1.Text = "toolStripContainer1"; // // game // this.game.Dock = System.Windows.Forms.DockStyle.Fill; this.game.InactiveSleepTime = System.TimeSpan.Parse("00:00:00.0200000"); this.game.IsFixedTimeStep = true; this.game.IsMouseVisible = false; this.game.Location = new System.Drawing.Point(0, 0); this.game.Name = "game"; this.game.Size = new System.Drawing.Size(959, 887); this.game.TabIndex = 0; this.game.TargetElapsedTime = System.TimeSpan.Parse("00:00:00.0166666"); // // userControl_TilePaint1 // this.userControl_TilePaint1.Location = new System.Drawing.Point(4, 59); this.userControl_TilePaint1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.userControl_TilePaint1.Name = "userControl_TilePaint1"; this.userControl_TilePaint1.Size = new System.Drawing.Size(393, 623); this.userControl_TilePaint1.TabIndex = 0; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1355, 912); this.Controls.Add(this.toolStripContainer1); this.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Iraqi Enforcer - by flatline"; this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this.ResumeLayout(false); } #endregion private Engine game; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ToolStripContainer toolStripContainer1; private OperationDrawDown.UserControl_TilePaint userControl_TilePaint1; } }