namespace TradeIdeas.TIProGUI.CBT { partial class ConfigDemoUpFromTheCloseBars { /// /// 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.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); 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(0D, "6.83,6.23,6.35,6.8"); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint2 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(0D, "6.83,6.23,6.8,6.35"); System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint3 = 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.trackBar1 = new System.Windows.Forms.TrackBar(); this.chart2 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.stockSymbolLabel = new System.Windows.Forms.Label(); this.stockDescriptionLabel = new System.Windows.Forms.Label(); 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 = 19; 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 = 20; 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 = 21; 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 = 22; this.maxPictureBox.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 = 25; 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))); chartArea1.AxisX.Interval = 1D; chartArea1.AxisX.IsLabelAutoFit = false; chartArea1.AxisX.LabelStyle.Angle = -60; chartArea1.AxisX.LabelStyle.Interval = 0D; chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.AxisX.MajorGrid.Interval = 0D; chartArea1.AxisX.Minimum = 0D; chartArea1.AxisY.IsStartedFromZero = false; chartArea1.AxisY.LabelStyle.Format = "N2"; chartArea1.Name = "ChartArea1"; this.chart2.ChartAreas.Add(chartArea1); legend1.Alignment = System.Drawing.StringAlignment.Far; legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Bottom; legend1.Name = "Legend1"; this.chart2.Legends.Add(legend1); this.chart2.Location = new System.Drawing.Point(3, 3); this.chart2.Name = "chart2"; series1.BorderWidth = 3; series1.ChartArea = "ChartArea1"; series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Candlestick; series1.Color = System.Drawing.Color.Black; series1.IsVisibleInLegend = false; series1.Legend = "Legend1"; series1.MarkerBorderColor = System.Drawing.Color.Black; series1.Name = "Series1"; series1.Points.Add(dataPoint1); series1.Points.Add(dataPoint2); series1.Points.Add(dataPoint3); series1.YValuesPerPoint = 4; this.chart2.Series.Add(series1); this.chart2.Size = new System.Drawing.Size(358, 370); this.chart2.TabIndex = 26; this.chart2.Text = "chart2"; // // 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 = 27; 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 = 28; this.stockDescriptionLabel.Text = "Description of stock"; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 2000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // ConfigDemoUpFromTheCloseBars // 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.chart2); this.Controls.Add(this.trackBar1); this.Controls.Add(this.maxPictureBox); this.Controls.Add(this.minPictureBox); this.Controls.Add(this.maxRadioButton); this.Controls.Add(this.minRadioButton); this.Name = "ConfigDemoUpFromTheCloseBars"; 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.TrackBar trackBar1; private System.Windows.Forms.DataVisualization.Charting.Chart chart2; private System.Windows.Forms.Label stockSymbolLabel; private System.Windows.Forms.Label stockDescriptionLabel; private System.Windows.Forms.Timer timer1; } }