namespace TradeIdeas.TIProGUI.CBT { partial class DollarGap { /// /// 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 chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel1 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel(); System.Windows.Forms.DataVisualization.Charting.CustomLabel customLabel2 = new System.Windows.Forms.DataVisualization.Charting.CustomLabel(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(); System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint4 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.timer1 = new System.Windows.Forms.Timer(this.components); 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.trackBar1 = new System.Windows.Forms.TrackBar(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).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))); customLabel1.FromPosition = 0.5D; customLabel1.Text = "Yesterday"; customLabel1.ToPosition = 1.5D; customLabel2.FromPosition = 1.5D; customLabel2.Text = "Today"; customLabel2.ToPosition = 2.5D; chartArea1.AxisX.CustomLabels.Add(customLabel1); chartArea1.AxisX.CustomLabels.Add(customLabel2); chartArea1.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))); chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.AxisY.LabelStyle.Format = "0.00"; chartArea1.AxisY.Maximum = 110D; chartArea1.AxisY.Minimum = 90D; chartArea1.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea1); this.chart1.Location = new System.Drawing.Point(0, 0); this.chart1.Name = "chart1"; series1.BorderWidth = 5; series1.ChartArea = "ChartArea1"; series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Stock; series1.Name = "AsBars"; series1.Points.Add(dataPoint1); series1.Points.Add(dataPoint2); series1.YValuesPerPoint = 4; series2.BorderWidth = 3; series2.ChartArea = "ChartArea1"; series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series2.Color = System.Drawing.Color.Red; series2.Name = "AsLine"; series2.Points.Add(dataPoint3); series2.Points.Add(dataPoint4); this.chart1.Series.Add(series1); this.chart1.Series.Add(series2); this.chart1.Size = new System.Drawing.Size(153, 379); this.chart1.TabIndex = 1; this.chart1.Text = "chart1"; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 1500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // minPictureBox // this.minPictureBox.Location = new System.Drawing.Point(214, 6); this.minPictureBox.Name = "minPictureBox"; this.minPictureBox.Size = new System.Drawing.Size(40, 20); this.minPictureBox.TabIndex = 1; this.minPictureBox.TabStop = false; // // maxPictureBox // this.maxPictureBox.Location = new System.Drawing.Point(214, 32); this.maxPictureBox.Name = "maxPictureBox"; this.maxPictureBox.Size = new System.Drawing.Size(40, 20); this.maxPictureBox.TabIndex = 2; this.maxPictureBox.TabStop = false; // // minRadioButton // this.minRadioButton.AutoSize = true; this.minRadioButton.Checked = true; this.minRadioButton.Location = new System.Drawing.Point(260, 9); this.minRadioButton.Name = "minRadioButton"; this.minRadioButton.Size = new System.Drawing.Size(42, 17); this.minRadioButton.TabIndex = 3; 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(260, 32); this.maxRadioButton.Name = "maxRadioButton"; this.maxRadioButton.Size = new System.Drawing.Size(45, 17); this.maxRadioButton.TabIndex = 4; this.maxRadioButton.Text = "Max"; this.maxRadioButton.UseVisualStyleBackColor = true; this.maxRadioButton.CheckedChanged += new System.EventHandler(this.maxRadioButton_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(163, 3); this.trackBar1.Minimum = -10; this.trackBar1.Name = "trackBar1"; this.trackBar1.Orientation = System.Windows.Forms.Orientation.Vertical; this.trackBar1.Size = new System.Drawing.Size(45, 376); this.trackBar1.TabIndex = 5; this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar1.Value = -1; this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll); // // DollarGap // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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 = "DollarGap"; this.Size = new System.Drawing.Size(620, 379); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).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.PictureBox minPictureBox; private System.Windows.Forms.PictureBox maxPictureBox; private System.Windows.Forms.RadioButton minRadioButton; private System.Windows.Forms.RadioButton maxRadioButton; private System.Windows.Forms.TrackBar trackBar1; } }