namespace TradeIdeas.TIProGUI.CBT { partial class PositionInTodaysRange { /// /// 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 chartArea5 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel5 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel(); System.Windows.Forms.DataVisualization.Charting.Series series13 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint21 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "19,1,5,15"); System.Windows.Forms.DataVisualization.Charting.Series series14 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint22 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 19D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint23 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 15D); System.Windows.Forms.DataVisualization.Charting.Series series15 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint24 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 1D); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint25 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, 15D); this.maxRadioButton = new System.Windows.Forms.RadioButton(); this.minRadioButton = new System.Windows.Forms.RadioButton(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.maxPictureBox = new System.Windows.Forms.PictureBox(); this.minPictureBox = new System.Windows.Forms.PictureBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).BeginInit(); this.SuspendLayout(); // // maxRadioButton // this.maxRadioButton.AutoSize = true; this.maxRadioButton.Location = new System.Drawing.Point(281, 32); this.maxRadioButton.Name = "maxRadioButton"; this.maxRadioButton.Size = new System.Drawing.Size(45, 17); this.maxRadioButton.TabIndex = 11; this.maxRadioButton.Text = "Max"; this.maxRadioButton.UseVisualStyleBackColor = true; this.maxRadioButton.CheckedChanged += new System.EventHandler(this.maxRadioButton_CheckedChanged); // // minRadioButton // this.minRadioButton.AutoSize = true; this.minRadioButton.Checked = true; this.minRadioButton.Location = new System.Drawing.Point(281, 6); this.minRadioButton.Name = "minRadioButton"; this.minRadioButton.Size = new System.Drawing.Size(42, 17); this.minRadioButton.TabIndex = 10; this.minRadioButton.TabStop = true; this.minRadioButton.Text = "Min"; this.minRadioButton.UseVisualStyleBackColor = true; this.minRadioButton.CheckedChanged += new System.EventHandler(this.minRadioButton_CheckedChanged); // // 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(184, 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, 373); this.trackBar1.TabIndex = 7; this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar1.Value = 50; 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))); customLabel5.FromPosition = 0.5D; customLabel5.Text = "Today"; customLabel5.ToPosition = 1.5D; chartArea5.AxisX.CustomLabels.Add(customLabel5); chartArea5.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))); chartArea5.AxisX.MajorGrid.Enabled = false; chartArea5.AxisY.LabelStyle.Format = "0.00"; chartArea5.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea5); this.chart1.Location = new System.Drawing.Point(0, 0); this.chart1.Name = "chart1"; series13.BorderWidth = 5; series13.ChartArea = "ChartArea1"; series13.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Stock; series13.Name = "ChartSeries"; dataPoint21.BorderWidth = 5; series13.Points.Add(dataPoint21); series13.YValuesPerPoint = 4; series14.BorderWidth = 2; series14.ChartArea = "ChartArea1"; series14.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series14.Color = System.Drawing.Color.Lime; series14.Name = "TriangleTopSeries"; series14.Points.Add(dataPoint22); series14.Points.Add(dataPoint23); series15.BorderWidth = 2; series15.ChartArea = "ChartArea1"; series15.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series15.Color = System.Drawing.Color.Red; series15.Name = "TriangleBottomSeries"; series15.Points.Add(dataPoint24); series15.Points.Add(dataPoint25); this.chart1.Series.Add(series13); this.chart1.Series.Add(series14); this.chart1.Series.Add(series15); this.chart1.Size = new System.Drawing.Size(178, 379); this.chart1.TabIndex = 6; this.chart1.Text = "chart1"; // // maxPictureBox // this.maxPictureBox.Location = new System.Drawing.Point(235, 29); this.maxPictureBox.Name = "maxPictureBox"; this.maxPictureBox.Size = new System.Drawing.Size(40, 20); this.maxPictureBox.TabIndex = 9; this.maxPictureBox.TabStop = false; // // minPictureBox // this.minPictureBox.Location = new System.Drawing.Point(235, 3); this.minPictureBox.Name = "minPictureBox"; this.minPictureBox.Size = new System.Drawing.Size(40, 20); this.minPictureBox.TabIndex = 8; this.minPictureBox.TabStop = false; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 1500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // PositionInTodaysRange // 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 = "PositionInTodaysRange"; this.Size = new System.Drawing.Size(696, 379); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).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.Timer timer1; } }