namespace TradeIdeas.TIProGUI
{
partial class MarketMaster
{
///
/// 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()
{
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.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.loadButton = new System.Windows.Forms.Button();
this.timeFilterComboBox = new System.Windows.Forms.ComboBox();
this.timeTrackBar = new System.Windows.Forms.TrackBar();
this.timeLabel = new System.Windows.Forms.Label();
this.statusLabel = new System.Windows.Forms.Label();
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.tableLayoutPanel1.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.timeTrackBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
this.SuspendLayout();
//
// 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.flowLayoutPanel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.chart1, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
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.Size = new System.Drawing.Size(738, 415);
this.tableLayoutPanel1.TabIndex = 5;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.AutoSize = true;
this.flowLayoutPanel1.Controls.Add(this.loadButton);
this.flowLayoutPanel1.Controls.Add(this.timeFilterComboBox);
this.flowLayoutPanel1.Controls.Add(this.timeTrackBar);
this.flowLayoutPanel1.Controls.Add(this.timeLabel);
this.flowLayoutPanel1.Controls.Add(this.statusLabel);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(732, 29);
this.flowLayoutPanel1.TabIndex = 4;
//
// loadButton
//
this.loadButton.Enabled = false;
this.loadButton.Location = new System.Drawing.Point(3, 3);
this.loadButton.Name = "loadButton";
this.loadButton.Size = new System.Drawing.Size(75, 23);
this.loadButton.TabIndex = 2;
this.loadButton.Text = "Load History";
this.loadButton.UseVisualStyleBackColor = true;
this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
//
// timeFilterComboBox
//
this.timeFilterComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.timeFilterComboBox.FormattingEnabled = true;
this.timeFilterComboBox.Location = new System.Drawing.Point(84, 3);
this.timeFilterComboBox.Name = "timeFilterComboBox";
this.timeFilterComboBox.Size = new System.Drawing.Size(121, 21);
this.timeFilterComboBox.TabIndex = 5;
//
// timeTrackBar
//
this.timeTrackBar.AutoSize = false;
this.timeTrackBar.LargeChange = 6;
this.timeTrackBar.Location = new System.Drawing.Point(211, 3);
this.timeTrackBar.Maximum = 78;
this.timeTrackBar.Name = "timeTrackBar";
this.timeTrackBar.Size = new System.Drawing.Size(128, 23);
this.timeTrackBar.TabIndex = 6;
this.timeTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.timeTrackBar.Scroll += new System.EventHandler(this.timeTrackBar_Scroll);
//
// timeLabel
//
this.timeLabel.AutoSize = true;
this.timeLabel.Location = new System.Drawing.Point(345, 0);
this.timeLabel.Name = "timeLabel";
this.timeLabel.Size = new System.Drawing.Size(30, 13);
this.timeLabel.TabIndex = 7;
this.timeLabel.Text = "Time";
//
// statusLabel
//
this.statusLabel.AutoSize = true;
this.statusLabel.Location = new System.Drawing.Point(381, 0);
this.statusLabel.Name = "statusLabel";
this.statusLabel.Size = new System.Drawing.Size(82, 13);
this.statusLabel.TabIndex = 8;
this.statusLabel.Text = "Send a request.";
//
// chart1
//
this.chart1.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.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
chartArea1.AxisX.IsLabelAutoFit = false;
chartArea1.AxisX.LabelStyle.Angle = -75;
chartArea1.AxisX.MajorGrid.Enabled = false;
chartArea1.AxisX.MinorTickMark.Enabled = true;
chartArea1.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea1);
legend1.Name = "Legend1";
this.chart1.Legends.Add(legend1);
this.chart1.Location = new System.Drawing.Point(3, 38);
this.chart1.Name = "chart1";
series1.ChartArea = "ChartArea1";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
series1.Color = System.Drawing.Color.Lime;
series1.Legend = "Legend1";
series1.LegendText = "Up";
series1.Name = "Up";
series2.ChartArea = "ChartArea1";
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
series2.Color = System.Drawing.Color.Red;
series2.Legend = "Legend1";
series2.LegendText = "Down";
series2.Name = "Down";
this.chart1.Series.Add(series1);
this.chart1.Series.Add(series2);
this.chart1.Size = new System.Drawing.Size(732, 374);
this.chart1.TabIndex = 1;
this.chart1.Text = "chart1";
//
// MarketMaster
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(738, 415);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "MarketMaster";
this.Text = "MarketMaster";
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.timeTrackBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Button loadButton;
private System.Windows.Forms.ComboBox timeFilterComboBox;
private System.Windows.Forms.TrackBar timeTrackBar;
private System.Windows.Forms.Label timeLabel;
private System.Windows.Forms.Label statusLabel;
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
}
}