namespace TIProDevExtension.ValueEditor { partial class ControlEditor { /// /// 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.leftRightSplitContainer = new System.Windows.Forms.SplitContainer(); this.topBottomSplitContainer = new System.Windows.Forms.SplitContainer(); this.valueSelector1 = new TIProDevExtension.ValueEditor.ValueSelector(); this.symbolTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.leftRightSplitContainer)).BeginInit(); this.leftRightSplitContainer.Panel1.SuspendLayout(); this.leftRightSplitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.topBottomSplitContainer)).BeginInit(); this.topBottomSplitContainer.Panel2.SuspendLayout(); this.topBottomSplitContainer.SuspendLayout(); this.SuspendLayout(); // // leftRightSplitContainer // this.leftRightSplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.leftRightSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.leftRightSplitContainer.Location = new System.Drawing.Point(0, 0); this.leftRightSplitContainer.Name = "leftRightSplitContainer"; // // leftRightSplitContainer.Panel1 // this.leftRightSplitContainer.Panel1.Controls.Add(this.topBottomSplitContainer); this.leftRightSplitContainer.Size = new System.Drawing.Size(1319, 584); this.leftRightSplitContainer.SplitterDistance = 438; this.leftRightSplitContainer.TabIndex = 0; // // topBottomSplitContainer // this.topBottomSplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.topBottomSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.topBottomSplitContainer.Location = new System.Drawing.Point(0, 0); this.topBottomSplitContainer.Name = "topBottomSplitContainer"; this.topBottomSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // topBottomSplitContainer.Panel2 // this.topBottomSplitContainer.Panel2.Controls.Add(this.label1); this.topBottomSplitContainer.Panel2.Controls.Add(this.symbolTextBox); this.topBottomSplitContainer.Panel2.Controls.Add(this.valueSelector1); this.topBottomSplitContainer.Size = new System.Drawing.Size(438, 584); this.topBottomSplitContainer.SplitterDistance = 146; this.topBottomSplitContainer.TabIndex = 0; // // valueSelector1 // this.valueSelector1.BackColor = System.Drawing.SystemColors.Control; this.valueSelector1.ForeColor = System.Drawing.SystemColors.ControlText; this.valueSelector1.LegalTypes = TIProDevExtension.ValueEditor.ValueSelector.Types.ControlFactory; this.valueSelector1.Location = new System.Drawing.Point(3, 3); this.valueSelector1.Name = "valueSelector1"; this.valueSelector1.SampleData = null; this.valueSelector1.Size = new System.Drawing.Size(162, 42); this.valueSelector1.Source = null; this.valueSelector1.TabIndex = 0; this.valueSelector1.Text = "valueSelector1"; this.valueSelector1.UseVisualStyleBackColor = false; this.valueSelector1.Value = null; // // symbolTextBox // this.symbolTextBox.Location = new System.Drawing.Point(3, 51); this.symbolTextBox.Name = "symbolTextBox"; this.symbolTextBox.Size = new System.Drawing.Size(100, 31); this.symbolTextBox.TabIndex = 1; this.symbolTextBox.Text = "MSFT"; this.symbolTextBox.TextChanged += new System.EventHandler(this.symbolTextBox_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(109, 54); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(203, 25); this.label1.TabIndex = 2; this.label1.Text = "Symbol for Samples"; // // ControlEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1319, 584); this.Controls.Add(this.leftRightSplitContainer); this.Name = "ControlEditor"; this.Text = "ControlEditor"; this.leftRightSplitContainer.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.leftRightSplitContainer)).EndInit(); this.leftRightSplitContainer.ResumeLayout(false); this.topBottomSplitContainer.Panel2.ResumeLayout(false); this.topBottomSplitContainer.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.topBottomSplitContainer)).EndInit(); this.topBottomSplitContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer leftRightSplitContainer; private System.Windows.Forms.SplitContainer topBottomSplitContainer; private ValueSelector valueSelector1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox symbolTextBox; } }