namespace TradeIdeas.TIProGUI.Charting.Controls.ComparisonSymbol
{
partial class ComparisonSymbolChartStyleControl
{
///
/// 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.chkIsEnabled = new System.Windows.Forms.CheckBox();
this.symbolLookupTextBox = new TradeIdeas.TIProGUI.SymbolLookupTextBox();
this.colorPickerDropdownControl1 = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorPickerDropdownControl();
this.SuspendLayout();
//
// chkIsEnabled
//
this.chkIsEnabled.AutoSize = true;
this.chkIsEnabled.Location = new System.Drawing.Point(12, 13);
this.chkIsEnabled.Name = "chkIsEnabled";
this.chkIsEnabled.Size = new System.Drawing.Size(18, 17);
this.chkIsEnabled.TabIndex = 1;
this.chkIsEnabled.TabStop = false;
this.chkIsEnabled.UseVisualStyleBackColor = true;
this.chkIsEnabled.CheckedChanged += new System.EventHandler(this.chkIsEnabled_CheckedChanged);
//
// symbolLookupTextBox
//
this.symbolLookupTextBox.BackColor = System.Drawing.Color.White;
this.symbolLookupTextBox.Location = new System.Drawing.Point(39, 6);
this.symbolLookupTextBox.Margin = new System.Windows.Forms.Padding(0);
this.symbolLookupTextBox.Name = "symbolLookupTextBox";
this.symbolLookupTextBox.Size = new System.Drawing.Size(144, 30);
this.symbolLookupTextBox.SymbolLinking = false;
this.symbolLookupTextBox.TabIndex = 0;
this.symbolLookupTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.symbolLookupTextBox.TextBoxFont = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.symbolLookupTextBox.OnKeyup += new System.EventHandler(this.symbolLookup_OnKeyup);
//
// colorPickerDropdownControl1
//
this.colorPickerDropdownControl1.ControlsToToHideOrShow = null;
this.colorPickerDropdownControl1.Location = new System.Drawing.Point(3, 5);
this.colorPickerDropdownControl1.Name = "colorPickerDropdownControl1";
this.colorPickerDropdownControl1.OtherColorPickerControl = null;
this.colorPickerDropdownControl1.Size = new System.Drawing.Size(408, 487);
this.colorPickerDropdownControl1.TabIndex = 1;
this.colorPickerDropdownControl1.Entered += new System.EventHandler(this.colorPicker_OnEnter);
this.colorPickerDropdownControl1.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged);
this.colorPickerDropdownControl1.OnExpand += new System.EventHandler(this.colorPicker_OnExpand);
this.colorPickerDropdownControl1.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse);
//
// ComparisonSymbolChartStyleControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.symbolLookupTextBox);
this.Controls.Add(this.chkIsEnabled);
this.Controls.Add(this.colorPickerDropdownControl1);
this.Name = "ComparisonSymbolChartStyleControl";
this.Size = new System.Drawing.Size(415, 492);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox chkIsEnabled;
private SymbolLookupTextBox symbolLookupTextBox;
//private ColorHexagonPicker.ColorPickerDropdownControl colorPickerDropdownControl;
private ColorHexagonPicker.ColorPickerDropdownControl colorPickerDropdownControl1;
}
}