namespace UI.Controls.TestContainer { partial class TestContainer { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.controlSelector = new System.Windows.Forms.ComboBox(); this.testPanel = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.controlSelector); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(286, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(182, 408); this.panel1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(45, 13); this.label1.TabIndex = 1; this.label1.Text = "Controls"; // // controlSelector // this.controlSelector.FormattingEnabled = true; this.controlSelector.Location = new System.Drawing.Point(19, 61); this.controlSelector.Name = "controlSelector"; this.controlSelector.Size = new System.Drawing.Size(151, 21); this.controlSelector.TabIndex = 0; this.controlSelector.SelectedIndexChanged += new System.EventHandler(this.controlSelector_SelectionChanged); // // testPanel // this.testPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.testPanel.Location = new System.Drawing.Point(0, 0); this.testPanel.Name = "testPanel"; this.testPanel.Size = new System.Drawing.Size(286, 408); this.testPanel.TabIndex = 1; // // TestContainer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(468, 408); this.Controls.Add(this.testPanel); this.Controls.Add(this.panel1); this.Name = "TestContainer"; this.Text = "TestContainer"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel testPanel; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox controlSelector; } }