namespace TradeIdeas.TIProGUI.CBT { partial class ConfigDemoUpFromTheCloseDollar { /// /// 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.Legend legend5 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series5 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint13 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.83,6.23,6.35,6.8"); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint14 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.83,6.23,6.8,6.35"); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint15 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.95,7.44,6.52,7.29"); this.minRadioButton = new System.Windows.Forms.RadioButton(); this.maxRadioButton = new System.Windows.Forms.RadioButton(); this.minPictureBox = new System.Windows.Forms.PictureBox(); this.maxPictureBox = new System.Windows.Forms.PictureBox(); this.stockSymbolLabel = new System.Windows.Forms.Label(); this.stockDescriptionLabel = new System.Windows.Forms.Label(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.timer1 = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit(); this.SuspendLayout(); // // 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 = 18; this.minRadioButton.TabStop = true; this.minRadioButton.Text = "Min"; this.minRadioButton.UseVisualStyleBackColor = true; this.minRadioButton.CheckedChanged += new System.EventHandler(this.minRadioButton_CheckedChanged); // // 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 = 19; this.maxRadioButton.Text = "Max"; this.maxRadioButton.UseVisualStyleBackColor = true; this.maxRadioButton.CheckedChanged += new System.EventHandler(this.maxRadioButton_CheckedChanged); // // 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, 3); this.minPictureBox.Name = "minPictureBox"; this.minPictureBox.Size = new System.Drawing.Size(40, 20); this.minPictureBox.TabIndex = 20; this.minPictureBox.TabStop = false; // // 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, 29); this.maxPictureBox.Name = "maxPictureBox"; this.maxPictureBox.Size = new System.Drawing.Size(40, 20); this.maxPictureBox.TabIndex = 21; this.maxPictureBox.TabStop = false; // // 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 = 22; this.stockSymbolLabel.Text = "StockSymbol"; // // 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 = 23; this.stockDescriptionLabel.Text = "Description of stock"; // // 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 = 24; this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar1.Value = -2; this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll); // // chart2 // this.chart2.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))); chartArea5.AxisX.Interval = 1D; chartArea5.AxisX.IsLabelAutoFit = false; chartArea5.AxisX.LabelStyle.Angle = -60; chartArea5.AxisX.LabelStyle.Interval = 0D; chartArea5.AxisX.MajorGrid.Enabled = false; chartArea5.AxisX.MajorGrid.Interval = 0D; chartArea5.AxisX.Minimum = 0D; chartArea5.AxisY.IsStartedFromZero = false; chartArea5.AxisY.LabelStyle.Format = "N2"; chartArea5.Name = "ChartArea1"; this.chart2.ChartAreas.Add(chartArea5); legend5.Alignment = System.Drawing.StringAlignment.Far; legend5.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom; legend5.Name = "Legend1"; this.chart2.Legends.Add(legend5); this.chart2.Location = new System.Drawing.Point(3, 3); this.chart2.Name = "chart2"; series5.BorderWidth = 3; series5.ChartArea = "ChartArea1"; series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Candlestick; series5.Color = System.Drawing.Color.Black; series5.IsVisibleInLegend = false; series5.Legend = "Legend1"; series5.MarkerBorderColor = System.Drawing.Color.Black; series5.Name = "Series1"; series5.Points.Add(dataPoint13); series5.Points.Add(dataPoint14); series5.Points.Add(dataPoint15); series5.YValuesPerPoint = 4; this.chart2.Series.Add(series5); this.chart2.Size = new System.Drawing.Size(358, 370); this.chart2.TabIndex = 25; this.chart2.Text = "chart2"; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 2000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // ConfigDemoUpFromTheCloseDollar // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chart2); this.Controls.Add(this.trackBar1); this.Controls.Add(this.stockDescriptionLabel); this.Controls.Add(this.stockSymbolLabel); this.Controls.Add(this.maxPictureBox); this.Controls.Add(this.minPictureBox); this.Controls.Add(this.maxRadioButton); this.Controls.Add(this.minRadioButton); this.Name = "ConfigDemoUpFromTheCloseDollar"; this.Size = new System.Drawing.Size(519, 379); ((System.ComponentModel.ISupportInitialize)(this.minPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.maxPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RadioButton minRadioButton; private System.Windows.Forms.RadioButton maxRadioButton; private System.Windows.Forms.PictureBox minPictureBox; private System.Windows.Forms.PictureBox maxPictureBox; private System.Windows.Forms.Label stockSymbolLabel; private System.Windows.Forms.Label stockDescriptionLabel; private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.DataVisualization.Charting.Chart chart2; private System.Windows.Forms.Timer timer1; } }