namespace TradeIdeas.TIProGUI.CBT
{
partial class ConfigDemoDailyRanges
{
///
/// 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.components = new System.ComponentModel.Container();
System.Windows.Forms.DataVisualization.Charting.LineAnnotation lineAnnotation9 = new System.Windows.Forms.DataVisualization.Charting.LineAnnotation();
System.Windows.Forms.DataVisualization.Charting.LineAnnotation lineAnnotation10 = new System.Windows.Forms.DataVisualization.Charting.LineAnnotation();
System.Windows.Forms.DataVisualization.Charting.LineAnnotation lineAnnotation11 = new System.Windows.Forms.DataVisualization.Charting.LineAnnotation();
System.Windows.Forms.DataVisualization.Charting.LineAnnotation lineAnnotation12 = new System.Windows.Forms.DataVisualization.Charting.LineAnnotation();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint7 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.83,6.23,6.35,6.8");
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint8 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.83,6.23,6.8,6.35");
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint9 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.95,7.44,6.52,7.29");
this.stockSymbolLabel = new System.Windows.Forms.Label();
this.trackBar1 = new System.Windows.Forms.TrackBar();
this.maxRadioButton = new System.Windows.Forms.RadioButton();
this.minRadioButton = new System.Windows.Forms.RadioButton();
this.maxPictureBox = new System.Windows.Forms.PictureBox();
this.minPictureBox = new System.Windows.Forms.PictureBox();
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.stockDescriptionLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
this.SuspendLayout();
//
// stockSymbolLabel
//
this.stockSymbolLabel.AutoSize = true;
this.stockSymbolLabel.Location = new System.Drawing.Point(487, 91);
this.stockSymbolLabel.Name = "stockSymbolLabel";
this.stockSymbolLabel.Size = new System.Drawing.Size(69, 13);
this.stockSymbolLabel.TabIndex = 18;
this.stockSymbolLabel.Text = "StockSymbol";
//
// trackBar1
//
this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.trackBar1.LargeChange = 2;
this.trackBar1.Location = new System.Drawing.Point(436, 3);
this.trackBar1.Maximum = 40;
this.trackBar1.Minimum = -30;
this.trackBar1.Name = "trackBar1";
this.trackBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar1.Size = new System.Drawing.Size(45, 387);
this.trackBar1.TabIndex = 17;
this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBar1.Value = 5;
this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
//
// maxRadioButton
//
this.maxRadioButton.AutoSize = true;
this.maxRadioButton.Location = new System.Drawing.Point(533, 46);
this.maxRadioButton.Name = "maxRadioButton";
this.maxRadioButton.Size = new System.Drawing.Size(45, 17);
this.maxRadioButton.TabIndex = 16;
this.maxRadioButton.Text = "Max";
this.maxRadioButton.UseVisualStyleBackColor = true;
this.maxRadioButton.CheckedChanged += new System.EventHandler(this.UpdateFromTextBox);
//
// minRadioButton
//
this.minRadioButton.AutoSize = true;
this.minRadioButton.Checked = true;
this.minRadioButton.Location = new System.Drawing.Point(533, 23);
this.minRadioButton.Name = "minRadioButton";
this.minRadioButton.Size = new System.Drawing.Size(42, 17);
this.minRadioButton.TabIndex = 15;
this.minRadioButton.TabStop = true;
this.minRadioButton.Text = "Min";
this.minRadioButton.UseVisualStyleBackColor = true;
this.minRadioButton.CheckedChanged += new System.EventHandler(this.UpdateFromTextBox);
//
// maxPictureBox
//
this.maxPictureBox.Location = new System.Drawing.Point(487, 46);
this.maxPictureBox.Name = "maxPictureBox";
this.maxPictureBox.Size = new System.Drawing.Size(40, 20);
this.maxPictureBox.TabIndex = 14;
this.maxPictureBox.TabStop = false;
//
// minPictureBox
//
this.minPictureBox.Location = new System.Drawing.Point(487, 20);
this.minPictureBox.Name = "minPictureBox";
this.minPictureBox.Size = new System.Drawing.Size(40, 20);
this.minPictureBox.TabIndex = 13;
this.minPictureBox.TabStop = false;
//
// chart1
//
this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
lineAnnotation9.AxisXName = "ChartArea1\\rX";
lineAnnotation9.Height = 0D;
lineAnnotation9.IsSizeAlwaysRelative = false;
lineAnnotation9.LineColor = System.Drawing.Color.Green;
lineAnnotation9.LineWidth = 2;
lineAnnotation9.Name = "TopFlat";
lineAnnotation9.Width = 2D;
lineAnnotation9.X = 0.5D;
lineAnnotation9.Y = 6.85D;
lineAnnotation9.YAxisName = "ChartArea1\\rY";
lineAnnotation10.AxisXName = "ChartArea1\\rX";
lineAnnotation10.Height = 0D;
lineAnnotation10.IsSizeAlwaysRelative = false;
lineAnnotation10.LineColor = System.Drawing.Color.Red;
lineAnnotation10.LineWidth = 2;
lineAnnotation10.Name = "BottomFlat";
lineAnnotation10.Width = 2D;
lineAnnotation10.X = 0.5D;
lineAnnotation10.Y = 6.23D;
lineAnnotation10.YAxisName = "ChartArea1\\rY";
lineAnnotation11.AxisXName = "ChartArea1\\rX";
lineAnnotation11.Height = 0.6D;
lineAnnotation11.IsSizeAlwaysRelative = false;
lineAnnotation11.LineColor = System.Drawing.Color.Green;
lineAnnotation11.LineWidth = 2;
lineAnnotation11.Name = "TopAngle";
lineAnnotation11.Width = 0.5D;
lineAnnotation11.X = 2.5D;
lineAnnotation11.Y = 6.85D;
lineAnnotation11.YAxisName = "ChartArea1\\rY";
lineAnnotation12.AxisXName = "ChartArea1\\rX";
lineAnnotation12.Height = 1D;
lineAnnotation12.IsSizeAlwaysRelative = false;
lineAnnotation12.LineColor = System.Drawing.Color.Red;
lineAnnotation12.LineWidth = 2;
lineAnnotation12.Name = "BottomAngle";
lineAnnotation12.Width = 0.5D;
lineAnnotation12.X = 2.5D;
lineAnnotation12.Y = 6.23D;
lineAnnotation12.YAxisName = "ChartArea1\\rY";
this.chart1.Annotations.Add(lineAnnotation9);
this.chart1.Annotations.Add(lineAnnotation10);
this.chart1.Annotations.Add(lineAnnotation11);
this.chart1.Annotations.Add(lineAnnotation12);
chartArea3.AxisX.Interval = 1D;
chartArea3.AxisX.IsLabelAutoFit = false;
chartArea3.AxisX.LabelStyle.Angle = -60;
chartArea3.AxisX.MajorGrid.Enabled = false;
chartArea3.AxisY.IsStartedFromZero = false;
chartArea3.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea3);
legend3.Enabled = false;
legend3.Name = "Legend1";
this.chart1.Legends.Add(legend3);
this.chart1.Location = new System.Drawing.Point(0, 0);
this.chart1.Name = "chart1";
series3.BorderWidth = 3;
series3.ChartArea = "ChartArea1";
series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Candlestick;
series3.IsVisibleInLegend = false;
series3.Legend = "Legend1";
series3.Name = "Series1";
series3.Points.Add(dataPoint7);
series3.Points.Add(dataPoint8);
series3.Points.Add(dataPoint9);
series3.YValuesPerPoint = 4;
this.chart1.Series.Add(series3);
this.chart1.Size = new System.Drawing.Size(419, 393);
this.chart1.TabIndex = 12;
this.chart1.Text = "chart1";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1500;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// stockDescriptionLabel
//
this.stockDescriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.stockDescriptionLabel.Location = new System.Drawing.Point(487, 104);
this.stockDescriptionLabel.Name = "stockDescriptionLabel";
this.stockDescriptionLabel.Size = new System.Drawing.Size(101, 96);
this.stockDescriptionLabel.TabIndex = 19;
this.stockDescriptionLabel.Text = "Description of stock";
//
// ConfigDemoDailyRanges
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.stockDescriptionLabel);
this.Controls.Add(this.stockSymbolLabel);
this.Controls.Add(this.trackBar1);
this.Controls.Add(this.maxRadioButton);
this.Controls.Add(this.minRadioButton);
this.Controls.Add(this.maxPictureBox);
this.Controls.Add(this.minPictureBox);
this.Controls.Add(this.chart1);
this.Name = "ConfigDemoDailyRanges";
this.Size = new System.Drawing.Size(591, 393);
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label stockSymbolLabel;
private System.Windows.Forms.TrackBar trackBar1;
private System.Windows.Forms.RadioButton maxRadioButton;
private System.Windows.Forms.RadioButton minRadioButton;
private System.Windows.Forms.PictureBox maxPictureBox;
private System.Windows.Forms.PictureBox minPictureBox;
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label stockDescriptionLabel;
}
}