namespace TradeIdeas.TIQ
{
partial class SeriesEditor
{
///
/// 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.legendTitleTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.setColorButton = new System.Windows.Forms.Button();
this.colorSamplePanel = new System.Windows.Forms.Panel();
this.cboChartType = new System.Windows.Forms.ComboBox();
this.cboHigh = new System.Windows.Forms.ComboBox();
this.cboLow = new System.Windows.Forms.ComboBox();
this.cboOpen = new System.Windows.Forms.ComboBox();
this.cboClose = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.borderWidthNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.cboAnnotation = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.borderWidthNumericUpDown)).BeginInit();
this.SuspendLayout();
//
// legendTitleTextBox
//
this.legendTitleTextBox.Location = new System.Drawing.Point(89, 3);
this.legendTitleTextBox.Name = "legendTitleTextBox";
this.legendTitleTextBox.Size = new System.Drawing.Size(100, 20);
this.legendTitleTextBox.TabIndex = 0;
this.legendTitleTextBox.TextChanged += new System.EventHandler(this.legendTitleTextBox_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(17, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(66, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Legend Title";
//
// setColorButton
//
this.setColorButton.Location = new System.Drawing.Point(3, 32);
this.setColorButton.Name = "setColorButton";
this.setColorButton.Size = new System.Drawing.Size(75, 23);
this.setColorButton.TabIndex = 2;
this.setColorButton.Text = "Color";
this.setColorButton.UseVisualStyleBackColor = true;
this.setColorButton.Click += new System.EventHandler(this.setColorButton_Click);
//
// colorSamplePanel
//
this.colorSamplePanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.colorSamplePanel.Location = new System.Drawing.Point(84, 32);
this.colorSamplePanel.Name = "colorSamplePanel";
this.colorSamplePanel.Size = new System.Drawing.Size(77, 23);
this.colorSamplePanel.TabIndex = 3;
//
// cboChartType
//
this.cboChartType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboChartType.FormattingEnabled = true;
this.cboChartType.Items.AddRange(new object[] {
"Line",
"Bar",
"Candle",
"Boolean"});
this.cboChartType.Location = new System.Drawing.Point(4, 87);
this.cboChartType.Name = "cboChartType";
this.cboChartType.Size = new System.Drawing.Size(121, 21);
this.cboChartType.TabIndex = 4;
this.cboChartType.SelectedIndexChanged += new System.EventHandler(this.chartTypeComboBox_SelectedIndexChanged);
//
// cboHigh
//
this.cboHigh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboHigh.FormattingEnabled = true;
this.cboHigh.Location = new System.Drawing.Point(305, 6);
this.cboHigh.Name = "cboHigh";
this.cboHigh.Size = new System.Drawing.Size(121, 21);
this.cboHigh.TabIndex = 5;
this.cboHigh.SelectedIndexChanged += new System.EventHandler(this.cboHigh_SelectedIndexChanged);
//
// cboLow
//
this.cboLow.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboLow.FormattingEnabled = true;
this.cboLow.Location = new System.Drawing.Point(305, 33);
this.cboLow.Name = "cboLow";
this.cboLow.Size = new System.Drawing.Size(121, 21);
this.cboLow.TabIndex = 6;
this.cboLow.SelectedIndexChanged += new System.EventHandler(this.cboLow_SelectedIndexChanged);
//
// cboOpen
//
this.cboOpen.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboOpen.FormattingEnabled = true;
this.cboOpen.Location = new System.Drawing.Point(305, 60);
this.cboOpen.Name = "cboOpen";
this.cboOpen.Size = new System.Drawing.Size(121, 21);
this.cboOpen.TabIndex = 7;
this.cboOpen.SelectedIndexChanged += new System.EventHandler(this.cboOpen_SelectedIndexChanged);
//
// cboClose
//
this.cboClose.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboClose.FormattingEnabled = true;
this.cboClose.Location = new System.Drawing.Point(305, 86);
this.cboClose.Name = "cboClose";
this.cboClose.Size = new System.Drawing.Size(121, 21);
this.cboClose.TabIndex = 8;
this.cboClose.SelectedIndexChanged += new System.EventHandler(this.cboClose_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(257, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 13);
this.label2.TabIndex = 9;
this.label2.Text = "High";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(257, 36);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(27, 13);
this.label3.TabIndex = 10;
this.label3.Text = "Low";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(257, 63);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(33, 13);
this.label4.TabIndex = 11;
this.label4.Text = "Open";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(257, 89);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(33, 13);
this.label5.TabIndex = 12;
this.label5.Text = "Close";
//
// borderWidthNumericUpDown
//
this.borderWidthNumericUpDown.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.borderWidthNumericUpDown.Cursor = System.Windows.Forms.Cursors.Default;
this.borderWidthNumericUpDown.Location = new System.Drawing.Point(53, 61);
this.borderWidthNumericUpDown.Name = "borderWidthNumericUpDown";
this.borderWidthNumericUpDown.Size = new System.Drawing.Size(120, 20);
this.borderWidthNumericUpDown.TabIndex = 13;
this.borderWidthNumericUpDown.Value = new decimal(new int[] {
4,
0,
0,
0});
this.borderWidthNumericUpDown.ValueChanged += new System.EventHandler(this.borderWidthNumericUpDown_ValueChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 63);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 13);
this.label6.TabIndex = 14;
this.label6.Text = "Width";
//
// cboAnnotation
//
this.cboAnnotation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboAnnotation.FormattingEnabled = true;
this.cboAnnotation.Items.AddRange(new object[] {
"Vertical Line",
"Arrow"});
this.cboAnnotation.Location = new System.Drawing.Point(545, 6);
this.cboAnnotation.Name = "cboAnnotation";
this.cboAnnotation.Size = new System.Drawing.Size(121, 21);
this.cboAnnotation.TabIndex = 15;
this.cboAnnotation.SelectedIndexChanged += new System.EventHandler(this.cboAnnotation_SelectedIndexChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(481, 10);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(58, 13);
this.label7.TabIndex = 16;
this.label7.Text = "Annotation";
//
// SeriesEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label7);
this.Controls.Add(this.cboAnnotation);
this.Controls.Add(this.label6);
this.Controls.Add(this.borderWidthNumericUpDown);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.cboClose);
this.Controls.Add(this.cboOpen);
this.Controls.Add(this.cboLow);
this.Controls.Add(this.cboHigh);
this.Controls.Add(this.cboChartType);
this.Controls.Add(this.colorSamplePanel);
this.Controls.Add(this.setColorButton);
this.Controls.Add(this.label1);
this.Controls.Add(this.legendTitleTextBox);
this.Name = "SeriesEditor";
this.Size = new System.Drawing.Size(682, 129);
((System.ComponentModel.ISupportInitialize)(this.borderWidthNumericUpDown)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox legendTitleTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button setColorButton;
private System.Windows.Forms.Panel colorSamplePanel;
private System.Windows.Forms.ComboBox cboChartType;
private System.Windows.Forms.ComboBox cboHigh;
private System.Windows.Forms.ComboBox cboLow;
private System.Windows.Forms.ComboBox cboOpen;
private System.Windows.Forms.ComboBox cboClose;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.NumericUpDown borderWidthNumericUpDown;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox cboAnnotation;
private System.Windows.Forms.Label label7;
}
}