namespace TradeIdeas.TIProGUI.Charting.Controls.ComparisonSymbol
{
partial class ComparisonSymbolLegendControl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.lblDisplay = new System.Windows.Forms.Label();
this.symbolLookupTextBox1 = new TradeIdeas.TIProGUI.SymbolLookupTextBox();
this.SuspendLayout();
//
// lblDisplay
//
this.lblDisplay.AutoSize = true;
this.lblDisplay.Location = new System.Drawing.Point(3, 10);
this.lblDisplay.Name = "lblDisplay";
this.lblDisplay.Size = new System.Drawing.Size(0, 16);
this.lblDisplay.TabIndex = 0;
this.lblDisplay.Click += new System.EventHandler(this.lblDisplay_OnClicked);
//
// symbolLookupTextBox1
//
this.symbolLookupTextBox1.BackColor = System.Drawing.Color.White;
this.symbolLookupTextBox1.Location = new System.Drawing.Point(6, 26);
this.symbolLookupTextBox1.Margin = new System.Windows.Forms.Padding(0);
this.symbolLookupTextBox1.Name = "symbolLookupTextBox1";
this.symbolLookupTextBox1.Size = new System.Drawing.Size(88, 20);
this.symbolLookupTextBox1.SymbolLinking = false;
this.symbolLookupTextBox1.TabIndex = 1;
this.symbolLookupTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.symbolLookupTextBox1.TextBoxFont = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.symbolLookupTextBox1.OnLostFocusOrEsc += new System.EventHandler(this.symbolLookup_OnLostFocusOrEsc);
//
//
// ComparisonSymbolLegendControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lblDisplay);
this.Controls.Add(this.symbolLookupTextBox1);
this.Name = "ComparisonSymbolLegendControl";
this.Size = new System.Drawing.Size(104, 62);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblDisplay;
private SymbolLookupTextBox symbolLookupTextBox1;
}
}