namespace TradeIdeas.TIProGUI
{
partial class MarketMaster2
{
///
/// 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 chartArea3 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend3 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series15 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series16 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series17 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series18 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series19 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series20 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series21 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.baseStrategyTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.pivotFilterTextBox = new System.Windows.Forms.TextBox();
this.accumulatorTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.accumulatorCheckBox = new System.Windows.Forms.CheckBox();
this.loadAllButton = new System.Windows.Forms.Button();
this.refreshCurrentButton = new System.Windows.Forms.Button();
this.timeLabel = new System.Windows.Forms.Label();
this.timeTrackBar = new System.Windows.Forms.TrackBar();
this.averageWeightCheckBox = new System.Windows.Forms.CheckBox();
this.averageWeightTextBox = new System.Windows.Forms.TextBox();
this.showStdDevCheckBox = new System.Windows.Forms.CheckBox();
this.explicitRedStrategyTextBox = new System.Windows.Forms.TextBox();
this.explicitRedStrategyCheckBox = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.timeTrackBar)).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)
| System.Windows.Forms.AnchorStyles.Right)));
chartArea3.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
chartArea3.AxisX.IsLabelAutoFit = false;
chartArea3.AxisX.LabelStyle.Angle = -75;
chartArea3.AxisX.MajorGrid.Enabled = false;
chartArea3.AxisX.MinorTickMark.Enabled = true;
chartArea3.Name = "ChartArea1";
this.chart1.ChartAreas.Add(chartArea3);
legend3.Name = "Legend1";
this.chart1.Legends.Add(legend3);
this.chart1.Location = new System.Drawing.Point(12, 12);
this.chart1.Name = "chart1";
series15.ChartArea = "ChartArea1";
series15.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
series15.Color = System.Drawing.Color.Lime;
series15.Legend = "Legend1";
series15.LegendText = "Up";
series15.Name = "Up";
series16.ChartArea = "ChartArea1";
series16.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn;
series16.Color = System.Drawing.Color.Red;
series16.Legend = "Legend1";
series16.LegendText = "Down";
series16.Name = "Down";
series17.ChartArea = "ChartArea1";
series17.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series17.Color = System.Drawing.Color.DarkGray;
series17.Legend = "Legend1";
series17.LegendText = "- 2 Std Dev";
series17.Name = "Minus2StdDev";
series18.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
series18.BorderWidth = 2;
series18.ChartArea = "ChartArea1";
series18.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series18.Color = System.Drawing.Color.Gray;
series18.Legend = "Legend1";
series18.LegendText = "- 1 Std Dev";
series18.Name = "MinusStdDev";
series19.BorderWidth = 3;
series19.ChartArea = "ChartArea1";
series19.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series19.Color = System.Drawing.Color.Black;
series19.Legend = "Legend1";
series19.LegendText = "Mean";
series19.Name = "Mean";
series20.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
series20.BorderWidth = 2;
series20.ChartArea = "ChartArea1";
series20.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series20.Color = System.Drawing.Color.Gray;
series20.Legend = "Legend1";
series20.LegendText = "+ 1 Std Dev";
series20.Name = "PlusStdDev";
series21.ChartArea = "ChartArea1";
series21.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series21.Color = System.Drawing.Color.DarkGray;
series21.Legend = "Legend1";
series21.LegendText = "+ 2 Std Dev";
series21.Name = "Plus2StdDev";
this.chart1.Series.Add(series15);
this.chart1.Series.Add(series16);
this.chart1.Series.Add(series17);
this.chart1.Series.Add(series18);
this.chart1.Series.Add(series19);
this.chart1.Series.Add(series20);
this.chart1.Series.Add(series21);
this.chart1.Size = new System.Drawing.Size(658, 330);
this.chart1.TabIndex = 2;
this.chart1.Text = "chart1";
this.chart1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseDoubleClick);
//
// baseStrategyTextBox
//
this.baseStrategyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.baseStrategyTextBox.Location = new System.Drawing.Point(91, 348);
this.baseStrategyTextBox.Name = "baseStrategyTextBox";
this.baseStrategyTextBox.Size = new System.Drawing.Size(579, 20);
this.baseStrategyTextBox.TabIndex = 3;
this.baseStrategyTextBox.Text = "MinRV=5&X_NYSE=on&X_ARCA=on&X_AMEX=on&XN=on";
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 351);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(73, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Base Strategy";
//
// pivotFilterTextBox
//
this.pivotFilterTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.pivotFilterTextBox.Location = new System.Drawing.Point(74, 374);
this.pivotFilterTextBox.Name = "pivotFilterTextBox";
this.pivotFilterTextBox.Size = new System.Drawing.Size(100, 20);
this.pivotFilterTextBox.TabIndex = 5;
this.pivotFilterTextBox.Text = "U56";
//
// accumulatorTextBox
//
this.accumulatorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.accumulatorTextBox.Location = new System.Drawing.Point(313, 374);
this.accumulatorTextBox.Name = "accumulatorTextBox";
this.accumulatorTextBox.Size = new System.Drawing.Size(100, 20);
this.accumulatorTextBox.TabIndex = 6;
this.accumulatorTextBox.Text = "Vol5";
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 377);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 13);
this.label2.TabIndex = 7;
this.label2.Text = "Pivot Filter";
//
// accumulatorCheckBox
//
this.accumulatorCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.accumulatorCheckBox.AutoSize = true;
this.accumulatorCheckBox.Location = new System.Drawing.Point(197, 376);
this.accumulatorCheckBox.Name = "accumulatorCheckBox";
this.accumulatorCheckBox.Size = new System.Drawing.Size(110, 17);
this.accumulatorCheckBox.TabIndex = 8;
this.accumulatorCheckBox.Text = "Accumulator Filter";
this.accumulatorCheckBox.UseVisualStyleBackColor = true;
this.accumulatorCheckBox.CheckedChanged += new System.EventHandler(this.accumulatorCheckBox_CheckedChanged);
//
// loadAllButton
//
this.loadAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.loadAllButton.Location = new System.Drawing.Point(15, 426);
this.loadAllButton.Name = "loadAllButton";
this.loadAllButton.Size = new System.Drawing.Size(75, 23);
this.loadAllButton.TabIndex = 9;
this.loadAllButton.Text = "Load All";
this.loadAllButton.UseVisualStyleBackColor = true;
this.loadAllButton.Click += new System.EventHandler(this.loadAllButton_Click);
//
// refreshCurrentButton
//
this.refreshCurrentButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.refreshCurrentButton.Enabled = false;
this.refreshCurrentButton.Location = new System.Drawing.Point(96, 426);
this.refreshCurrentButton.Name = "refreshCurrentButton";
this.refreshCurrentButton.Size = new System.Drawing.Size(93, 23);
this.refreshCurrentButton.TabIndex = 10;
this.refreshCurrentButton.Text = "Refresh Current";
this.refreshCurrentButton.UseVisualStyleBackColor = true;
this.refreshCurrentButton.Click += new System.EventHandler(this.refreshCurrentButton_Click);
//
// timeLabel
//
this.timeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.timeLabel.Location = new System.Drawing.Point(206, 431);
this.timeLabel.Name = "timeLabel";
this.timeLabel.Size = new System.Drawing.Size(40, 18);
this.timeLabel.TabIndex = 11;
this.timeLabel.Text = "time";
this.timeLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// timeTrackBar
//
this.timeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.timeTrackBar.AutoSize = false;
this.timeTrackBar.LargeChange = 6;
this.timeTrackBar.Location = new System.Drawing.Point(243, 426);
this.timeTrackBar.Maximum = 78;
this.timeTrackBar.Name = "timeTrackBar";
this.timeTrackBar.Size = new System.Drawing.Size(341, 23);
this.timeTrackBar.TabIndex = 12;
this.timeTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.timeTrackBar.ValueChanged += new System.EventHandler(this.timeTrackBar_ValueChanged);
//
// averageWeightCheckBox
//
this.averageWeightCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.averageWeightCheckBox.AutoSize = true;
this.averageWeightCheckBox.Enabled = false;
this.averageWeightCheckBox.Location = new System.Drawing.Point(434, 376);
this.averageWeightCheckBox.Name = "averageWeightCheckBox";
this.averageWeightCheckBox.Size = new System.Drawing.Size(129, 17);
this.averageWeightCheckBox.TabIndex = 13;
this.averageWeightCheckBox.Text = "Average Weighted by";
this.averageWeightCheckBox.UseVisualStyleBackColor = true;
//
// averageWeightTextBox
//
this.averageWeightTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.averageWeightTextBox.Location = new System.Drawing.Point(569, 374);
this.averageWeightTextBox.Name = "averageWeightTextBox";
this.averageWeightTextBox.Size = new System.Drawing.Size(100, 20);
this.averageWeightTextBox.TabIndex = 14;
//
// showStdDevCheckBox
//
this.showStdDevCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.showStdDevCheckBox.AutoSize = true;
this.showStdDevCheckBox.Location = new System.Drawing.Point(604, 430);
this.showStdDevCheckBox.Name = "showStdDevCheckBox";
this.showStdDevCheckBox.Size = new System.Drawing.Size(65, 17);
this.showStdDevCheckBox.TabIndex = 15;
this.showStdDevCheckBox.Text = "Std Dev";
this.showStdDevCheckBox.UseVisualStyleBackColor = true;
this.showStdDevCheckBox.CheckedChanged += new System.EventHandler(this.showStdDevCheckBox_CheckedChanged);
//
// explicitRedStrategyTextBox
//
this.explicitRedStrategyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.explicitRedStrategyTextBox.Enabled = false;
this.explicitRedStrategyTextBox.Location = new System.Drawing.Point(145, 400);
this.explicitRedStrategyTextBox.Name = "explicitRedStrategyTextBox";
this.explicitRedStrategyTextBox.Size = new System.Drawing.Size(524, 20);
this.explicitRedStrategyTextBox.TabIndex = 16;
//
// explicitRedStrategyCheckBox
//
this.explicitRedStrategyCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.explicitRedStrategyCheckBox.AutoSize = true;
this.explicitRedStrategyCheckBox.Location = new System.Drawing.Point(15, 402);
this.explicitRedStrategyCheckBox.Name = "explicitRedStrategyCheckBox";
this.explicitRedStrategyCheckBox.Size = new System.Drawing.Size(124, 17);
this.explicitRedStrategyCheckBox.TabIndex = 17;
this.explicitRedStrategyCheckBox.Text = "Explicit Red Strategy";
this.explicitRedStrategyCheckBox.UseVisualStyleBackColor = true;
this.explicitRedStrategyCheckBox.CheckedChanged += new System.EventHandler(this.explicitRedStrategyCheckBox_CheckedChanged);
//
// MarketMaster2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(682, 456);
this.Controls.Add(this.explicitRedStrategyCheckBox);
this.Controls.Add(this.explicitRedStrategyTextBox);
this.Controls.Add(this.showStdDevCheckBox);
this.Controls.Add(this.averageWeightTextBox);
this.Controls.Add(this.averageWeightCheckBox);
this.Controls.Add(this.timeTrackBar);
this.Controls.Add(this.timeLabel);
this.Controls.Add(this.refreshCurrentButton);
this.Controls.Add(this.loadAllButton);
this.Controls.Add(this.accumulatorCheckBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.accumulatorTextBox);
this.Controls.Add(this.pivotFilterTextBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.baseStrategyTextBox);
this.Controls.Add(this.chart1);
this.Name = "MarketMaster2";
this.Text = "MarketMaster2";
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.timeTrackBar)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
private System.Windows.Forms.TextBox baseStrategyTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox pivotFilterTextBox;
private System.Windows.Forms.TextBox accumulatorTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox accumulatorCheckBox;
private System.Windows.Forms.Button loadAllButton;
private System.Windows.Forms.Button refreshCurrentButton;
private System.Windows.Forms.Label timeLabel;
private System.Windows.Forms.TrackBar timeTrackBar;
private System.Windows.Forms.CheckBox averageWeightCheckBox;
private System.Windows.Forms.TextBox averageWeightTextBox;
private System.Windows.Forms.CheckBox showStdDevCheckBox;
private System.Windows.Forms.TextBox explicitRedStrategyTextBox;
private System.Windows.Forms.CheckBox explicitRedStrategyCheckBox;
}
}