namespace Blacklight.Testbed { partial class Testbed { /// /// 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.widgetContainer = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.viewport = new UI.Controls.Viewport(); this.widgetContainer.SuspendLayout(); this.SuspendLayout(); // // widgetContainer // this.widgetContainer.Controls.Add(this.label2); this.widgetContainer.Controls.Add(this.comboBox2); this.widgetContainer.Controls.Add(this.label1); this.widgetContainer.Controls.Add(this.comboBox1); this.widgetContainer.Dock = System.Windows.Forms.DockStyle.Right; this.widgetContainer.Location = new System.Drawing.Point(404, 0); this.widgetContainer.Name = "widgetContainer"; this.widgetContainer.Size = new System.Drawing.Size(197, 405); this.widgetContainer.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 88); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(30, 13); this.label2.TabIndex = 3; this.label2.Text = "Style"; // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(15, 104); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(160, 21); this.comboBox2.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 39); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 13); this.label1.TabIndex = 1; this.label1.Text = "Shape"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(15, 55); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(160, 21); this.comboBox1.TabIndex = 0; // // viewport // this.viewport.BackColor = System.Drawing.Color.Red; this.viewport.Dock = System.Windows.Forms.DockStyle.Fill; this.viewport.Location = new System.Drawing.Point(0, 0); this.viewport.Name = "viewport"; this.viewport.Size = new System.Drawing.Size(404, 405); this.viewport.TabIndex = 2; // // Testbed // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(601, 405); this.Controls.Add(this.viewport); this.Controls.Add(this.widgetContainer); this.Name = "Testbed"; this.Text = "Testbed"; this.widgetContainer.ResumeLayout(false); this.widgetContainer.PerformLayout(); this.ResumeLayout(false); } #endregion internal System.Windows.Forms.Panel widgetContainer; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox1; public UI.Controls.Viewport viewport; } }