namespace TradeIdeas.TIProGUI { partial class MarketSummaryHistogram { /// /// 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 Windows Form 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(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.universeComboBox = new System.Windows.Forms.ComboBox(); this.groupComboBox = new System.Windows.Forms.ComboBox(); this.timeFrameComboBox = new System.Windows.Forms.ComboBox(); this.filterIconPictureBox = new System.Windows.Forms.PictureBox(); this.configStringTextBox = new System.Windows.Forms.TextBox(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); this.flowLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.filterIconPictureBox)).BeginInit(); this.SuspendLayout(); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 60000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.chart1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.configStringTextBox, 0, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(321, 266); this.tableLayoutPanel1.TabIndex = 5; // // chart1 // chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.True; chartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount; chartArea1.AxisX.IsLabelAutoFit = false; chartArea1.AxisX.LabelStyle.Angle = -90; chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea1); this.chart1.Dock = System.Windows.Forms.DockStyle.Fill; legend1.Enabled = false; legend1.Name = "Legend1"; this.chart1.Legends.Add(legend1); this.chart1.Location = new System.Drawing.Point(3, 63); this.chart1.Name = "chart1"; series1.ChartArea = "ChartArea1"; series1.Legend = "Legend1"; series1.Name = "Series1"; this.chart1.Series.Add(series1); this.chart1.Size = new System.Drawing.Size(315, 180); this.chart1.TabIndex = 7; this.chart1.Text = "chart1"; this.chart1.Visible = false; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel1.Controls.Add(this.universeComboBox); this.flowLayoutPanel1.Controls.Add(this.groupComboBox); this.flowLayoutPanel1.Controls.Add(this.timeFrameComboBox); this.flowLayoutPanel1.Controls.Add(this.filterIconPictureBox); this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(308, 54); this.flowLayoutPanel1.TabIndex = 5; // // universeComboBox // this.universeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.universeComboBox.FormattingEnabled = true; this.universeComboBox.Location = new System.Drawing.Point(3, 3); this.universeComboBox.Name = "universeComboBox"; this.universeComboBox.Size = new System.Drawing.Size(121, 21); this.universeComboBox.TabIndex = 4; this.universeComboBox.SelectedIndexChanged += new System.EventHandler(this.universeComboBox_SelectedIndexChanged); // // groupComboBox // this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.groupComboBox.FormattingEnabled = true; this.groupComboBox.Items.AddRange(new object[] { "Chart Style / Position in Range", "Market View Style / Absolute %"}); this.groupComboBox.Location = new System.Drawing.Point(130, 3); this.groupComboBox.Name = "groupComboBox"; this.groupComboBox.Size = new System.Drawing.Size(175, 21); this.groupComboBox.TabIndex = 1; this.groupComboBox.SelectedIndexChanged += new System.EventHandler(this.groupComboBox_SelectedIndexChanged); // // timeFrameComboBox // this.timeFrameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.timeFrameComboBox.FormattingEnabled = true; this.timeFrameComboBox.Location = new System.Drawing.Point(3, 30); this.timeFrameComboBox.Name = "timeFrameComboBox"; this.timeFrameComboBox.Size = new System.Drawing.Size(70, 21); this.timeFrameComboBox.TabIndex = 2; this.timeFrameComboBox.SelectedIndexChanged += new System.EventHandler(this.timeFrameComboBox_SelectedIndexChanged); // // filterIconPictureBox // this.filterIconPictureBox.Location = new System.Drawing.Point(79, 30); this.filterIconPictureBox.Name = "filterIconPictureBox"; this.filterIconPictureBox.Size = new System.Drawing.Size(40, 20); this.filterIconPictureBox.TabIndex = 3; this.filterIconPictureBox.TabStop = false; // // configStringTextBox // this.configStringTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.configStringTextBox.Location = new System.Drawing.Point(3, 249); this.configStringTextBox.Name = "configStringTextBox"; this.configStringTextBox.Size = new System.Drawing.Size(315, 20); this.configStringTextBox.TabIndex = 8; this.configStringTextBox.DoubleClick += new System.EventHandler(this.configStringTextBox_DoubleClick); // // MarketSummaryHistogram // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(321, 266); this.Controls.Add(this.tableLayoutPanel1); this.Name = "MarketSummaryHistogram"; this.Text = "MarketSummaryHistogram"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MarketSummaryHistogram_FormClosed); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); this.flowLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.filterIconPictureBox)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer timer1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.DataVisualization.Charting.Chart chart1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.ComboBox groupComboBox; private System.Windows.Forms.ComboBox timeFrameComboBox; private System.Windows.Forms.PictureBox filterIconPictureBox; private System.Windows.Forms.ComboBox universeComboBox; private System.Windows.Forms.TextBox configStringTextBox; } }