namespace TradeIdeas.TIProGUI.CBT
{
partial class ConfigDemoConsolidationDays
{
///
/// 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.RectangleAnnotation rectangleAnnotation4 = new System.Windows.Forms.DataVisualization.Charting.RectangleAnnotation();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea4 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend4 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint10 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.83,6.23,6.35,6.8");
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint11 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.83,6.23,6.8,6.35");
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint12 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.95,7.44,6.52,7.29");
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.timer1 = new System.Windows.Forms.Timer(this.components);
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.stockSymbolLabel = new System.Windows.Forms.Label();
this.stockDescriptionLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).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)));
rectangleAnnotation4.AxisXName = "ChartArea1\\rX";
rectangleAnnotation4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
rectangleAnnotation4.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DarkUpwardDiagonal;
rectangleAnnotation4.BackSecondaryColor = System.Drawing.Color.Transparent;
rectangleAnnotation4.ForeColor = System.Drawing.Color.Transparent;
rectangleAnnotation4.Height = 0.5D;
rectangleAnnotation4.IsSizeAlwaysRelative = false;
rectangleAnnotation4.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
rectangleAnnotation4.Name = "RectangleAnnotation1";
rectangleAnnotation4.Text = "RectangleAnnotation1";
rectangleAnnotation4.Width = 1D;
rectangleAnnotation4.X = 1.5D;
rectangleAnnotation4.Y = 6.5D;
rectangleAnnotation4.YAxisName = "ChartArea1\\rY";
this.chart1.Annotations.Add(rectangleAnnotation4);
chartArea4.AxisX.Interval = 1D;
chartArea4.AxisX.IsLabelAutoFit = false;
chartArea4.AxisX.LabelStyle.Angle = -60;
chartArea4.AxisX.MajorGrid.Enabled = false;
chartArea4.AxisY.IsStartedFromZero = false;
chartArea4.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea4);
legend4.Enabled = false;
legend4.Name = "Legend1";
this.chart1.Legends.Add(legend4);
this.chart1.Location = new System.Drawing.Point(0, 0);
this.chart1.Name = "chart1";
series4.BorderWidth = 3;
series4.ChartArea = "ChartArea1";
series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Candlestick;
series4.IsVisibleInLegend = false;
series4.Legend = "Legend1";
series4.Name = "Series1";
series4.Points.Add(dataPoint10);
series4.Points.Add(dataPoint11);
series4.Points.Add(dataPoint12);
series4.YValuesPerPoint = 4;
this.chart1.Series.Add(series4);
this.chart1.Size = new System.Drawing.Size(419, 393);
this.chart1.TabIndex = 0;
this.chart1.Text = "chart1";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 2000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// 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 = 7;
this.trackBar1.Name = "trackBar1";
this.trackBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
this.trackBar1.Size = new System.Drawing.Size(45, 387);
this.trackBar1.TabIndex = 10;
this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBar1.Value = 7;
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 = 9;
this.maxRadioButton.Text = "Max";
this.maxRadioButton.UseVisualStyleBackColor = true;
//
// 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 = 8;
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 = 7;
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 = 6;
this.minPictureBox.TabStop = false;
//
// 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 = 11;
this.stockSymbolLabel.Text = "StockSymbol";
//
// 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 = 12;
this.stockDescriptionLabel.Text = "Description of stock";
//
// ConfigDemoConsolidationDays
//
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 = "ConfigDemoConsolidationDays";
this.Size = new System.Drawing.Size(591, 393);
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
private System.Windows.Forms.Timer timer1;
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.Label stockSymbolLabel;
private System.Windows.Forms.Label stockDescriptionLabel;
}
}