namespace TradeIdeas.TIProGUI.CBT
{
partial class PositionInYesterdaysRange
{
///
/// 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.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel3 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel4 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel();
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint7 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "19,1,5,15");
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint8 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "11,5,6,10");
System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint9 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 19D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint10 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 10D);
System.Windows.Forms.DataVisualization.Charting.Series series6 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint11 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 1D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint12 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 10D);
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.trackBar1 = new System.Windows.Forms.TrackBar();
this.minPictureBox = new System.Windows.Forms.PictureBox();
this.maxPictureBox = new System.Windows.Forms.PictureBox();
this.minRadioButton = new System.Windows.Forms.RadioButton();
this.maxRadioButton = new System.Windows.Forms.RadioButton();
this.timer1 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).BeginInit();
this.SuspendLayout();
//
// chart1
//
this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
customLabel3.FromPosition = 0.5D;
customLabel3.Text = "Yesterday";
customLabel3.ToPosition = 1.5D;
customLabel4.FromPosition = 1.5D;
customLabel4.Text = "Today";
customLabel4.ToPosition = 2.5D;
chartArea2.AxisX.CustomLabels.Add(customLabel3);
chartArea2.AxisX.CustomLabels.Add(customLabel4);
chartArea2.AxisX.LabelAutoFitStyle = ((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont | System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont)
| System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30)
| System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap)));
chartArea2.AxisX.MajorGrid.Enabled = false;
chartArea2.AxisY.LabelStyle.Format = "0.00";
chartArea2.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea2);
this.chart1.Location = new System.Drawing.Point(3, 3);
this.chart1.Name = "chart1";
series4.BorderWidth = 5;
series4.ChartArea = "ChartArea1";
series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Stock;
series4.Name = "ChartSeries";
dataPoint7.BorderWidth = 5;
series4.Points.Add(dataPoint7);
series4.Points.Add(dataPoint8);
series4.YValuesPerPoint = 4;
series5.BorderWidth = 2;
series5.ChartArea = "ChartArea1";
series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series5.Color = System.Drawing.Color.Lime;
series5.Name = "TriangleTopSeries";
series5.Points.Add(dataPoint9);
series5.Points.Add(dataPoint10);
series6.BorderWidth = 2;
series6.ChartArea = "ChartArea1";
series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series6.Color = System.Drawing.Color.Red;
series6.Name = "TriangleBottomSeries";
series6.Points.Add(dataPoint11);
series6.Points.Add(dataPoint12);
this.chart1.Series.Add(series4);
this.chart1.Series.Add(series5);
this.chart1.Series.Add(series6);
this.chart1.Size = new System.Drawing.Size(178, 344);
this.chart1.TabIndex = 0;
this.chart1.Text = "chart1";
//
// 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.Location = new System.Drawing.Point(187, 3);
this.trackBar1.Maximum = 125;
this.trackBar1.Minimum = -25;
this.trackBar1.Name = "trackBar1";
this.trackBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar1.Size = new System.Drawing.Size(45, 344);
this.trackBar1.TabIndex = 1;
this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBar1.Value = 50;
this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
//
// minPictureBox
//
this.minPictureBox.Location = new System.Drawing.Point(238, 3);
this.minPictureBox.Name = "minPictureBox";
this.minPictureBox.Size = new System.Drawing.Size(40, 20);
this.minPictureBox.TabIndex = 2;
this.minPictureBox.TabStop = false;
//
// maxPictureBox
//
this.maxPictureBox.Location = new System.Drawing.Point(238, 29);
this.maxPictureBox.Name = "maxPictureBox";
this.maxPictureBox.Size = new System.Drawing.Size(40, 20);
this.maxPictureBox.TabIndex = 3;
this.maxPictureBox.TabStop = false;
//
// minRadioButton
//
this.minRadioButton.AutoSize = true;
this.minRadioButton.Checked = true;
this.minRadioButton.Location = new System.Drawing.Point(284, 6);
this.minRadioButton.Name = "minRadioButton";
this.minRadioButton.Size = new System.Drawing.Size(42, 17);
this.minRadioButton.TabIndex = 4;
this.minRadioButton.TabStop = true;
this.minRadioButton.Text = "Min";
this.minRadioButton.UseVisualStyleBackColor = true;
this.minRadioButton.CheckedChanged += new System.EventHandler(this.minRadioButton_CheckedChanged);
//
// maxRadioButton
//
this.maxRadioButton.AutoSize = true;
this.maxRadioButton.Location = new System.Drawing.Point(284, 32);
this.maxRadioButton.Name = "maxRadioButton";
this.maxRadioButton.Size = new System.Drawing.Size(45, 17);
this.maxRadioButton.TabIndex = 5;
this.maxRadioButton.Text = "Max";
this.maxRadioButton.UseVisualStyleBackColor = true;
this.maxRadioButton.CheckedChanged += new System.EventHandler(this.maxRadioButton_CheckedChanged);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1500;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// PositionInYesterdaysRange
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.maxRadioButton);
this.Controls.Add(this.minRadioButton);
this.Controls.Add(this.maxPictureBox);
this.Controls.Add(this.minPictureBox);
this.Controls.Add(this.trackBar1);
this.Controls.Add(this.chart1);
this.Name = "PositionInYesterdaysRange";
this.Size = new System.Drawing.Size(366, 350);
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
private System.Windows.Forms.TrackBar trackBar1;
private System.Windows.Forms.PictureBox minPictureBox;
private System.Windows.Forms.PictureBox maxPictureBox;
private System.Windows.Forms.RadioButton minRadioButton;
private System.Windows.Forms.RadioButton maxRadioButton;
private System.Windows.Forms.Timer timer1;
}
}