namespace Lodestone.TestBed { partial class MainWindow { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.timeLabel = new System.Windows.Forms.Label(); this.DemoStartButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.DemoSelector = new System.Windows.Forms.ComboBox(); this.viewport = new Blacklight.Core.ViewportControl(); this.GameLoopTimer = new System.Windows.Forms.Timer(this.components); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.timeLabel); this.panel1.Controls.Add(this.DemoStartButton); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.DemoSelector); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(802, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(226, 518); this.panel1.TabIndex = 0; // // timeLabel // this.timeLabel.AutoSize = true; this.timeLabel.Location = new System.Drawing.Point(6, 126); this.timeLabel.Name = "timeLabel"; this.timeLabel.Size = new System.Drawing.Size(35, 13); this.timeLabel.TabIndex = 3; this.timeLabel.Text = "label2"; // // DemoStartButton // this.DemoStartButton.Location = new System.Drawing.Point(139, 68); this.DemoStartButton.Name = "DemoStartButton"; this.DemoStartButton.Size = new System.Drawing.Size(75, 23); this.DemoStartButton.TabIndex = 2; this.DemoStartButton.Text = "Start Demo"; this.DemoStartButton.UseVisualStyleBackColor = true; this.DemoStartButton.Click += new System.EventHandler(this.DemoStartButton_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 1; this.label1.Text = "Demo"; // // DemoSelector // this.DemoSelector.FormattingEnabled = true; this.DemoSelector.Location = new System.Drawing.Point(6, 41); this.DemoSelector.Name = "DemoSelector"; this.DemoSelector.Size = new System.Drawing.Size(208, 21); this.DemoSelector.TabIndex = 0; this.DemoSelector.SelectedIndexChanged += new System.EventHandler(this.DemoSelector_SelectedIndexChanged); // // viewport // this.viewport.BackColor = System.Drawing.Color.LightSkyBlue; this.viewport.CameraX = 0D; this.viewport.CameraY = 0D; this.viewport.Dock = System.Windows.Forms.DockStyle.Fill; this.viewport.Location = new System.Drawing.Point(0, 0); this.viewport.MaximizePreservesRelativePosition = false; this.viewport.Name = "viewport"; this.viewport.Size = new System.Drawing.Size(1028, 518); this.viewport.TabIndex = 1; this.viewport.Zoom = 0.2000542565115786D; // // GameLoopTimer // this.GameLoopTimer.Enabled = true; this.GameLoopTimer.Interval = 16; this.GameLoopTimer.Tick += new System.EventHandler(this.GameLoopTimer_Tick); // // MainWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1028, 518); this.Controls.Add(this.panel1); this.Controls.Add(this.viewport); this.Name = "MainWindow"; this.Text = "Lodestone Testbed"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing); this.Load += new System.EventHandler(this.MainWindow_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private Blacklight.Core.ViewportControl viewport; private System.Windows.Forms.Button DemoStartButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox DemoSelector; private System.Windows.Forms.Timer GameLoopTimer; private System.Windows.Forms.Label timeLabel; } }