namespace TradeIdeas.TIProGUI.CBT
{
partial class ConfigDemoPercentAboveSMA
{
///
/// 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.Legend legend2 = 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 dataPoint8 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.83,6.23,6.35,6.8");
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint9 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.83,6.23,6.8,6.35");
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint10 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.95,7.44,6.52,7.29");
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint11 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(1D, 6D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint12 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(2D, 6.1D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint13 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(3D, 6.3D);
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint14 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(4D, 6.5D);
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.trackBar1 = new System.Windows.Forms.TrackBar();
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.stockDescriptionLabel = new System.Windows.Forms.Label();
this.stockSymbolLabel = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
this.SuspendLayout();
//
// maxRadioButton
//
this.maxRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.maxRadioButton.AutoSize = true;
this.maxRadioButton.Location = new System.Drawing.Point(464, 28);
this.maxRadioButton.Name = "maxRadioButton";
this.maxRadioButton.Size = new System.Drawing.Size(45, 17);
this.maxRadioButton.TabIndex = 17;
this.maxRadioButton.Text = "Max";
this.maxRadioButton.UseVisualStyleBackColor = true;
this.maxRadioButton.CheckedChanged += new System.EventHandler(this.maxRadioButton_CheckedChanged);
//
// minRadioButton
//
this.minRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.minRadioButton.AutoSize = true;
this.minRadioButton.Checked = true;
this.minRadioButton.Location = new System.Drawing.Point(464, 2);
this.minRadioButton.Name = "minRadioButton";
this.minRadioButton.Size = new System.Drawing.Size(42, 17);
this.minRadioButton.TabIndex = 16;
this.minRadioButton.TabStop = true;
this.minRadioButton.Text = "Min";
this.minRadioButton.UseVisualStyleBackColor = true;
this.minRadioButton.CheckedChanged += new System.EventHandler(this.minRadioButton_CheckedChanged);
//
// maxPictureBox
//
this.maxPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.maxPictureBox.Location = new System.Drawing.Point(418, 28);
this.maxPictureBox.Name = "maxPictureBox";
this.maxPictureBox.Size = new System.Drawing.Size(40, 20);
this.maxPictureBox.TabIndex = 15;
this.maxPictureBox.TabStop = false;
//
// minPictureBox
//
this.minPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.minPictureBox.Location = new System.Drawing.Point(418, 2);
this.minPictureBox.Name = "minPictureBox";
this.minPictureBox.Size = new System.Drawing.Size(40, 20);
this.minPictureBox.TabIndex = 14;
this.minPictureBox.TabStop = false;
//
// trackBar1
//
this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.trackBar1.Location = new System.Drawing.Point(367, 5);
this.trackBar1.Maximum = 20;
this.trackBar1.Minimum = -20;
this.trackBar1.Name = "trackBar1";
this.trackBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar1.Size = new System.Drawing.Size(45, 370);
this.trackBar1.TabIndex = 13;
this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBar1.Value = -2;
this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
//
// chart1
//
this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
chartArea2.AxisX.Interval = 1D;
chartArea2.AxisX.IsLabelAutoFit = false;
chartArea2.AxisX.LabelStyle.Angle = -60;
chartArea2.AxisX.LabelStyle.Interval = 0D;
chartArea2.AxisX.MajorGrid.Enabled = false;
chartArea2.AxisX.MajorGrid.Interval = 0D;
chartArea2.AxisX.Minimum = 0D;
chartArea2.AxisY.IsStartedFromZero = false;
chartArea2.AxisY.LabelStyle.Format = "N2";
chartArea2.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea2);
legend2.Alignment = System.Drawing.StringAlignment.Far;
legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom;
legend2.Name = "Legend1";
this.chart1.Legends.Add(legend2);
this.chart1.Location = new System.Drawing.Point(3, 5);
this.chart1.Name = "chart1";
series3.BorderWidth = 3;
series3.ChartArea = "ChartArea1";
series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Candlestick;
series3.Color = System.Drawing.Color.Black;
series3.IsVisibleInLegend = false;
series3.Legend = "Legend1";
series3.MarkerBorderColor = System.Drawing.Color.Black;
series3.Name = "Series1";
series3.Points.Add(dataPoint8);
series3.Points.Add(dataPoint9);
series3.Points.Add(dataPoint10);
series3.YValuesPerPoint = 4;
series4.ChartArea = "ChartArea1";
series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series4.Legend = "Legend1";
series4.Name = "Series2";
series4.Points.Add(dataPoint11);
series4.Points.Add(dataPoint12);
series4.Points.Add(dataPoint13);
series4.Points.Add(dataPoint14);
this.chart1.Series.Add(series3);
this.chart1.Series.Add(series4);
this.chart1.Size = new System.Drawing.Size(358, 370);
this.chart1.TabIndex = 18;
this.chart1.Text = "chart2";
//
// stockDescriptionLabel
//
this.stockDescriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.stockDescriptionLabel.Location = new System.Drawing.Point(415, 80);
this.stockDescriptionLabel.Name = "stockDescriptionLabel";
this.stockDescriptionLabel.Size = new System.Drawing.Size(101, 96);
this.stockDescriptionLabel.TabIndex = 20;
this.stockDescriptionLabel.Text = "Description of stock";
//
// stockSymbolLabel
//
this.stockSymbolLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.stockSymbolLabel.AutoSize = true;
this.stockSymbolLabel.Location = new System.Drawing.Point(415, 67);
this.stockSymbolLabel.Name = "stockSymbolLabel";
this.stockSymbolLabel.Size = new System.Drawing.Size(69, 13);
this.stockSymbolLabel.TabIndex = 19;
this.stockSymbolLabel.Text = "StockSymbol";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 2000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// ConfigDemoPercentAboveSMA
//
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.chart1);
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.Name = "ConfigDemoPercentAboveSMA";
this.Size = new System.Drawing.Size(519, 379);
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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.TrackBar trackBar1;
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
private System.Windows.Forms.Label stockDescriptionLabel;
private System.Windows.Forms.Label stockSymbolLabel;
private System.Windows.Forms.Timer timer1;
}
}