namespace TIProAutoTradeExtension
{
partial class PositionsGrid
{
///
/// 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.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.closeTabToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addPositiontoolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.addStopOrderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.modifyStopOrdersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addTimeStopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.modifyTimeStopsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addTargetOrderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.modifyTargetOrdersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.assignToStrategyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.columnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hideProfitDecimalsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.symbolPlusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.useBrowserInterfaceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.totalProfitLossToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.todayProfitLossToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.horizontalBarsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.verticalBarsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.lightModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showChromeDevToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStripConfigure = new System.Windows.Forms.ContextMenuStrip(this.components);
this.showPLGraphToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showOrderEntryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showFiltersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showOrderButtonsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tableLayoutPanel1 = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.flowLayoutPanelCharts = new System.Windows.Forms.FlowLayoutPanel();
this.tableLayoutPanelTodayPLChartHeader = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.labelTotalProfitValue = new System.Windows.Forms.Label();
this.labelTotalProfitPercentValue = new System.Windows.Forms.Label();
this.labelTotal = new System.Windows.Forms.Label();
this.labelTodayProfitValue = new System.Windows.Forms.Label();
this.labelTodayProfitPercentValue = new System.Windows.Forms.Label();
this.labelToday = new System.Windows.Forms.Label();
this.chartTotalProfit = new System.Windows.Forms.DataVisualization.Charting.Chart();
this.tableLayoutPanelStatistics = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.labelClosedProfitValue = new System.Windows.Forms.Label();
this.labelOpenProfitValue = new System.Windows.Forms.Label();
this.labelClosedProfitHeading = new System.Windows.Forms.Label();
this.labelOpenProfitHeading = new System.Windows.Forms.Label();
this.labelSharesClosedValue = new System.Windows.Forms.Label();
this.labelSharesClosedHeading = new System.Windows.Forms.Label();
this.labelSharesOpenValue = new System.Windows.Forms.Label();
this.labelSharesOpenHeading = new System.Windows.Forms.Label();
this.labelExposureValue = new System.Windows.Forms.Label();
this.labelExposureHeading = new System.Windows.Forms.Label();
this.labelAvgWinLossHeading = new System.Windows.Forms.Label();
this.labelProfitFactorHeading = new System.Windows.Forms.Label();
this.labelWinningPercentHeading = new System.Windows.Forms.Label();
this.labelOpenPositionsHeading = new System.Windows.Forms.Label();
this.labelProfitFactorValue = new System.Windows.Forms.Label();
this.labelOpenPositionsValue = new System.Windows.Forms.Label();
this.labelWinningPercentValue = new System.Windows.Forms.Label();
this.labelAvgWinLossValue = new System.Windows.Forms.Label();
this.flowLayoutPanelFilters = new System.Windows.Forms.FlowLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.comboBoxAccounts = new System.Windows.Forms.ComboBox();
this.labelStrategy = new System.Windows.Forms.Label();
this.comboBoxStrategies = new System.Windows.Forms.ComboBox();
this.labelType = new System.Windows.Forms.Label();
this.comboBoxPositionType = new System.Windows.Forms.ComboBox();
this.chkPinned = new System.Windows.Forms.CheckBox();
this.chkHideZeroPositions = new System.Windows.Forms.CheckBox();
this.tableLayoutPanelInner = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.splitContainetPanelOrderEntry = new System.Windows.Forms.SplitContainer();
this.buttonConfig = new System.Windows.Forms.Button();
this.flowLayoutPanelButtons = new System.Windows.Forms.FlowLayoutPanel();
this.buttonFlatten = new System.Windows.Forms.Button();
this.buttonHalf = new System.Windows.Forms.Button();
this.buttonDouble = new System.Windows.Forms.Button();
this.buttonReverse = new System.Windows.Forms.Button();
this.buttonLimitOut = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.buttonSelectAll = new System.Windows.Forms.Button();
this.buttonSelectLong = new System.Windows.Forms.Button();
this.buttonSelectShort = new System.Windows.Forms.Button();
this.contextMenuStrip1.SuspendLayout();
this.contextMenuStripConfigure.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.flowLayoutPanelCharts.SuspendLayout();
this.tableLayoutPanelTodayPLChartHeader.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartTotalProfit)).BeginInit();
this.tableLayoutPanelStatistics.SuspendLayout();
this.flowLayoutPanelFilters.SuspendLayout();
this.tableLayoutPanelInner.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainetPanelOrderEntry)).BeginInit();
this.splitContainetPanelOrderEntry.Panel2.SuspendLayout();
this.splitContainetPanelOrderEntry.SuspendLayout();
this.flowLayoutPanelButtons.SuspendLayout();
this.SuspendLayout();
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.closeTabToolStripMenuItem,
this.addPositiontoolStripMenuItem1,
this.addStopOrderToolStripMenuItem,
this.modifyStopOrdersToolStripMenuItem,
this.addTimeStopToolStripMenuItem,
this.modifyTimeStopsToolStripMenuItem,
this.addTargetOrderToolStripMenuItem,
this.modifyTargetOrdersToolStripMenuItem,
this.assignToStrategyToolStripMenuItem,
this.columnsToolStripMenuItem,
this.hideProfitDecimalsToolStripMenuItem,
this.saveAsDefaultToolStripMenuItem,
this.symbolPlusToolStripMenuItem,
this.useBrowserInterfaceToolStripMenuItem,
this.showChromeDevToolsToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(203, 356);
this.contextMenuStrip1.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.contextMenuStrip1_Closed);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
//
// closeTabToolStripMenuItem
//
this.closeTabToolStripMenuItem.Name = "closeTabToolStripMenuItem";
this.closeTabToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.closeTabToolStripMenuItem.Text = "Close Tab";
this.closeTabToolStripMenuItem.Visible = false;
this.closeTabToolStripMenuItem.Click += new System.EventHandler(this.closeTabToolStripMenuItem_Click);
//
// addPositiontoolStripMenuItem1
//
this.addPositiontoolStripMenuItem1.Name = "addPositiontoolStripMenuItem1";
this.addPositiontoolStripMenuItem1.Size = new System.Drawing.Size(202, 22);
this.addPositiontoolStripMenuItem1.Text = "Add a Position";
this.addPositiontoolStripMenuItem1.Click += new System.EventHandler(this.addPositiontoolStripMenuItem1_Click);
//
// addStopOrderToolStripMenuItem
//
this.addStopOrderToolStripMenuItem.Name = "addStopOrderToolStripMenuItem";
this.addStopOrderToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.addStopOrderToolStripMenuItem.Text = "Add Stop Order...";
this.addStopOrderToolStripMenuItem.Visible = false;
this.addStopOrderToolStripMenuItem.Click += new System.EventHandler(this.addStopOrderToolStripMenuItem_Click);
//
// modifyStopOrdersToolStripMenuItem
//
this.modifyStopOrdersToolStripMenuItem.Name = "modifyStopOrdersToolStripMenuItem";
this.modifyStopOrdersToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.modifyStopOrdersToolStripMenuItem.Text = "Modify Stop Orders...";
this.modifyStopOrdersToolStripMenuItem.Visible = false;
//
// addTimeStopToolStripMenuItem
//
this.addTimeStopToolStripMenuItem.Name = "addTimeStopToolStripMenuItem";
this.addTimeStopToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.addTimeStopToolStripMenuItem.Text = "Add Time Stop...";
this.addTimeStopToolStripMenuItem.Visible = false;
this.addTimeStopToolStripMenuItem.Click += new System.EventHandler(this.addTimeStopToolStripMenuItem_Click);
//
// modifyTimeStopsToolStripMenuItem
//
this.modifyTimeStopsToolStripMenuItem.Name = "modifyTimeStopsToolStripMenuItem";
this.modifyTimeStopsToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.modifyTimeStopsToolStripMenuItem.Text = "Modify Time Stops...";
this.modifyTimeStopsToolStripMenuItem.Visible = false;
//
// addTargetOrderToolStripMenuItem
//
this.addTargetOrderToolStripMenuItem.Name = "addTargetOrderToolStripMenuItem";
this.addTargetOrderToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.addTargetOrderToolStripMenuItem.Text = "Add Target Order...";
this.addTargetOrderToolStripMenuItem.Visible = false;
this.addTargetOrderToolStripMenuItem.Click += new System.EventHandler(this.addTargetOrderToolStripMenuItem_Click);
//
// modifyTargetOrdersToolStripMenuItem
//
this.modifyTargetOrdersToolStripMenuItem.Name = "modifyTargetOrdersToolStripMenuItem";
this.modifyTargetOrdersToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.modifyTargetOrdersToolStripMenuItem.Text = "Modify Target Orders...";
this.modifyTargetOrdersToolStripMenuItem.Visible = false;
//
// assignToStrategyToolStripMenuItem
//
this.assignToStrategyToolStripMenuItem.Name = "assignToStrategyToolStripMenuItem";
this.assignToStrategyToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.assignToStrategyToolStripMenuItem.Text = "Assign To Strategy";
this.assignToStrategyToolStripMenuItem.Visible = false;
//
// columnsToolStripMenuItem
//
this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem";
this.columnsToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.columnsToolStripMenuItem.Text = "Columns...";
this.columnsToolStripMenuItem.Click += new System.EventHandler(this.columnsToolStripMenuItem_Click);
//
// hideProfitDecimalsToolStripMenuItem
//
this.hideProfitDecimalsToolStripMenuItem.CheckOnClick = true;
this.hideProfitDecimalsToolStripMenuItem.Name = "hideProfitDecimalsToolStripMenuItem";
this.hideProfitDecimalsToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.hideProfitDecimalsToolStripMenuItem.Text = "Hide Profit Decimals";
this.hideProfitDecimalsToolStripMenuItem.Click += new System.EventHandler(this.hideProfitDecimalsToolStripMenuItem_Click);
//
// saveAsDefaultToolStripMenuItem
//
this.saveAsDefaultToolStripMenuItem.Name = "saveAsDefaultToolStripMenuItem";
this.saveAsDefaultToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.saveAsDefaultToolStripMenuItem.Text = "Save as Default";
this.saveAsDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveAsDefaultToolStripMenuItem_Click);
//
// symbolPlusToolStripMenuItem
//
this.symbolPlusToolStripMenuItem.Name = "symbolPlusToolStripMenuItem";
this.symbolPlusToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.symbolPlusToolStripMenuItem.Text = "Symbol Plus";
this.symbolPlusToolStripMenuItem.Visible = false;
this.symbolPlusToolStripMenuItem.Click += new System.EventHandler(this.symbolPlusToolStripMenuItem_Click);
//
// useBrowserInterfaceToolStripMenuItem
//
this.useBrowserInterfaceToolStripMenuItem.CheckOnClick = true;
this.useBrowserInterfaceToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.totalProfitLossToolStripMenuItem,
this.todayProfitLossToolStripMenuItem,
this.horizontalBarsToolStripMenuItem,
this.verticalBarsToolStripMenuItem,
this.lightModeToolStripMenuItem});
this.useBrowserInterfaceToolStripMenuItem.Name = "useBrowserInterfaceToolStripMenuItem";
this.useBrowserInterfaceToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.useBrowserInterfaceToolStripMenuItem.Text = "Show Bar Chart";
this.useBrowserInterfaceToolStripMenuItem.Click += new System.EventHandler(this.useBrowserInterfaceToolStripMenuItem_Click);
//
// totalProfitLossToolStripMenuItem
//
this.totalProfitLossToolStripMenuItem.Checked = true;
this.totalProfitLossToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.totalProfitLossToolStripMenuItem.Name = "totalProfitLossToolStripMenuItem";
this.totalProfitLossToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.totalProfitLossToolStripMenuItem.Text = "Total Profit/Loss";
this.totalProfitLossToolStripMenuItem.Click += new System.EventHandler(this.totalProfitLossToolStripMenuItem_Click);
//
// todayProfitLossToolStripMenuItem
//
this.todayProfitLossToolStripMenuItem.Name = "todayProfitLossToolStripMenuItem";
this.todayProfitLossToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.todayProfitLossToolStripMenuItem.Text = "Today Profit/Loss";
this.todayProfitLossToolStripMenuItem.Click += new System.EventHandler(this.todayProfitLossToolStripMenuItem_Click);
//
// horizontalBarsToolStripMenuItem
//
this.horizontalBarsToolStripMenuItem.Checked = true;
this.horizontalBarsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.horizontalBarsToolStripMenuItem.Name = "horizontalBarsToolStripMenuItem";
this.horizontalBarsToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.horizontalBarsToolStripMenuItem.Text = "Horizontal Bars";
this.horizontalBarsToolStripMenuItem.Click += new System.EventHandler(this.horizontalBarsToolStripMenuItem_Click);
//
// verticalBarsToolStripMenuItem
//
this.verticalBarsToolStripMenuItem.Name = "verticalBarsToolStripMenuItem";
this.verticalBarsToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.verticalBarsToolStripMenuItem.Text = "Vertical Bars";
this.verticalBarsToolStripMenuItem.Click += new System.EventHandler(this.verticalBarsToolStripMenuItem_Click);
//
// lightModeToolStripMenuItem
//
this.lightModeToolStripMenuItem.CheckOnClick = true;
this.lightModeToolStripMenuItem.Name = "lightModeToolStripMenuItem";
this.lightModeToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
this.lightModeToolStripMenuItem.Text = "Light Mode";
this.lightModeToolStripMenuItem.Click += new System.EventHandler(this.lightModeToolStripMenuItem_Click);
//
// showChromeDevToolsToolStripMenuItem
//
this.showChromeDevToolsToolStripMenuItem.Name = "showChromeDevToolsToolStripMenuItem";
this.showChromeDevToolsToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
this.showChromeDevToolsToolStripMenuItem.Text = "Show Chrome Dev Tools";
this.showChromeDevToolsToolStripMenuItem.Visible = false;
this.showChromeDevToolsToolStripMenuItem.Click += new System.EventHandler(this.showChromeDevToolsToolStripMenuItem_Click);
//
// contextMenuStripConfigure
//
this.contextMenuStripConfigure.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStripConfigure.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.showPLGraphToolStripMenuItem,
this.showOrderEntryToolStripMenuItem,
this.showFiltersToolStripMenuItem,
this.showOrderButtonsToolStripMenuItem});
this.contextMenuStripConfigure.Name = "contextMenuStripConfigure";
this.contextMenuStripConfigure.Size = new System.Drawing.Size(181, 92);
this.contextMenuStripConfigure.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.contextMenuStripConfigure_Closed);
this.contextMenuStripConfigure.Opened += new System.EventHandler(this.contextMenuStripConfigure_Opened);
//
// showPLGraphToolStripMenuItem
//
this.showPLGraphToolStripMenuItem.Checked = true;
this.showPLGraphToolStripMenuItem.CheckOnClick = true;
this.showPLGraphToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.showPLGraphToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.showPLGraphToolStripMenuItem.Name = "showPLGraphToolStripMenuItem";
this.showPLGraphToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.showPLGraphToolStripMenuItem.Text = "Show P&&L Graphs";
this.showPLGraphToolStripMenuItem.CheckedChanged += new System.EventHandler(this.showPLGraphToolStripMenuItem_CheckedChanged);
//
// showOrderEntryToolStripMenuItem
//
this.showOrderEntryToolStripMenuItem.Checked = true;
this.showOrderEntryToolStripMenuItem.CheckOnClick = true;
this.showOrderEntryToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.showOrderEntryToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.showOrderEntryToolStripMenuItem.Name = "showOrderEntryToolStripMenuItem";
this.showOrderEntryToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.showOrderEntryToolStripMenuItem.Text = "Show Order Entry";
this.showOrderEntryToolStripMenuItem.Click += new System.EventHandler(this.showOrderEntryToolStripMenuItem_Click);
//
// showFiltersToolStripMenuItem
//
this.showFiltersToolStripMenuItem.Checked = true;
this.showFiltersToolStripMenuItem.CheckOnClick = true;
this.showFiltersToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.showFiltersToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.showFiltersToolStripMenuItem.Name = "showFiltersToolStripMenuItem";
this.showFiltersToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.showFiltersToolStripMenuItem.Text = "Show Filters";
this.showFiltersToolStripMenuItem.CheckedChanged += new System.EventHandler(this.showFiltersToolStripMenuItem_CheckedChanged);
//
// showOrderButtonsToolStripMenuItem
//
this.showOrderButtonsToolStripMenuItem.Checked = true;
this.showOrderButtonsToolStripMenuItem.CheckOnClick = true;
this.showOrderButtonsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
this.showOrderButtonsToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.showOrderButtonsToolStripMenuItem.Name = "showOrderButtonsToolStripMenuItem";
this.showOrderButtonsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.showOrderButtonsToolStripMenuItem.Text = "Show Order Buttons";
this.showOrderButtonsToolStripMenuItem.CheckedChanged += new System.EventHandler(this.showOrderButtonsToolStripMenuItem_CheckedChanged);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79)))));
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanelCharts, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanelFilters, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanelInner, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanelButtons, 2, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(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.Size = new System.Drawing.Size(915, 560);
this.tableLayoutPanel1.TabIndex = 1;
//
// flowLayoutPanelCharts
//
this.flowLayoutPanelCharts.AutoSize = true;
this.flowLayoutPanelCharts.Controls.Add(this.tableLayoutPanelTodayPLChartHeader);
this.flowLayoutPanelCharts.Controls.Add(this.chartTotalProfit);
this.flowLayoutPanelCharts.Controls.Add(this.tableLayoutPanelStatistics);
this.flowLayoutPanelCharts.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelCharts.Location = new System.Drawing.Point(3, 3);
this.flowLayoutPanelCharts.Name = "flowLayoutPanelCharts";
this.tableLayoutPanel1.SetRowSpan(this.flowLayoutPanelCharts, 2);
this.flowLayoutPanelCharts.Size = new System.Drawing.Size(187, 554);
this.flowLayoutPanelCharts.TabIndex = 5;
//
// tableLayoutPanelTodayPLChartHeader
//
this.tableLayoutPanelTodayPLChartHeader.ColumnCount = 3;
this.tableLayoutPanelTodayPLChartHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 48F));
this.tableLayoutPanelTodayPLChartHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32F));
this.tableLayoutPanelTodayPLChartHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanelTodayPLChartHeader.Controls.Add(this.labelTotalProfitValue, 0, 1);
this.tableLayoutPanelTodayPLChartHeader.Controls.Add(this.labelTotalProfitPercentValue, 1, 1);
this.tableLayoutPanelTodayPLChartHeader.Controls.Add(this.labelTotal, 2, 1);
this.tableLayoutPanelTodayPLChartHeader.Controls.Add(this.labelTodayProfitValue, 0, 0);
this.tableLayoutPanelTodayPLChartHeader.Controls.Add(this.labelTodayProfitPercentValue, 1, 0);
this.tableLayoutPanelTodayPLChartHeader.Controls.Add(this.labelToday, 2, 0);
this.tableLayoutPanelTodayPLChartHeader.Location = new System.Drawing.Point(0, 1);
this.tableLayoutPanelTodayPLChartHeader.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
this.tableLayoutPanelTodayPLChartHeader.Name = "tableLayoutPanelTodayPLChartHeader";
this.tableLayoutPanelTodayPLChartHeader.RowCount = 1;
this.tableLayoutPanelTodayPLChartHeader.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelTodayPLChartHeader.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelTodayPLChartHeader.Size = new System.Drawing.Size(181, 40);
this.tableLayoutPanelTodayPLChartHeader.TabIndex = 2;
//
// labelTotalProfitValue
//
this.labelTotalProfitValue.AutoSize = true;
this.labelTotalProfitValue.BackColor = System.Drawing.Color.Black;
this.labelTotalProfitValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTotalProfitValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTotalProfitValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelTotalProfitValue.Location = new System.Drawing.Point(0, 20);
this.labelTotalProfitValue.Margin = new System.Windows.Forms.Padding(0);
this.labelTotalProfitValue.Name = "labelTotalProfitValue";
this.labelTotalProfitValue.Size = new System.Drawing.Size(86, 20);
this.labelTotalProfitValue.TabIndex = 3;
this.labelTotalProfitValue.Text = "$100";
this.labelTotalProfitValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelTotalProfitPercentValue
//
this.labelTotalProfitPercentValue.AutoSize = true;
this.labelTotalProfitPercentValue.BackColor = System.Drawing.Color.Black;
this.labelTotalProfitPercentValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTotalProfitPercentValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelTotalProfitPercentValue.Location = new System.Drawing.Point(86, 20);
this.labelTotalProfitPercentValue.Margin = new System.Windows.Forms.Padding(0);
this.labelTotalProfitPercentValue.Name = "labelTotalProfitPercentValue";
this.labelTotalProfitPercentValue.Size = new System.Drawing.Size(57, 20);
this.labelTotalProfitPercentValue.TabIndex = 2;
this.labelTotalProfitPercentValue.Text = "(-9000.0%)";
this.labelTotalProfitPercentValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelTotal
//
this.labelTotal.AutoSize = true;
this.labelTotal.BackColor = System.Drawing.Color.Black;
this.labelTotal.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTotal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelTotal.Location = new System.Drawing.Point(143, 20);
this.labelTotal.Margin = new System.Windows.Forms.Padding(0);
this.labelTotal.Name = "labelTotal";
this.labelTotal.Size = new System.Drawing.Size(38, 20);
this.labelTotal.TabIndex = 5;
this.labelTotal.Text = "Total";
this.labelTotal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelTodayProfitValue
//
this.labelTodayProfitValue.AutoSize = true;
this.labelTodayProfitValue.BackColor = System.Drawing.Color.Black;
this.labelTodayProfitValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTodayProfitValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTodayProfitValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelTodayProfitValue.Location = new System.Drawing.Point(0, 0);
this.labelTodayProfitValue.Margin = new System.Windows.Forms.Padding(0);
this.labelTodayProfitValue.Name = "labelTodayProfitValue";
this.labelTodayProfitValue.Size = new System.Drawing.Size(86, 20);
this.labelTodayProfitValue.TabIndex = 0;
this.labelTodayProfitValue.Text = "$100\r\n";
this.labelTodayProfitValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelTodayProfitPercentValue
//
this.labelTodayProfitPercentValue.AutoSize = true;
this.labelTodayProfitPercentValue.BackColor = System.Drawing.Color.Black;
this.labelTodayProfitPercentValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTodayProfitPercentValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelTodayProfitPercentValue.Location = new System.Drawing.Point(86, 0);
this.labelTodayProfitPercentValue.Margin = new System.Windows.Forms.Padding(0);
this.labelTodayProfitPercentValue.Name = "labelTodayProfitPercentValue";
this.labelTodayProfitPercentValue.Size = new System.Drawing.Size(57, 20);
this.labelTodayProfitPercentValue.TabIndex = 1;
this.labelTodayProfitPercentValue.Text = "(-9000.0%)";
this.labelTodayProfitPercentValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelToday
//
this.labelToday.AutoSize = true;
this.labelToday.BackColor = System.Drawing.Color.Black;
this.labelToday.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelToday.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelToday.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.labelToday.Location = new System.Drawing.Point(143, 0);
this.labelToday.Margin = new System.Windows.Forms.Padding(0);
this.labelToday.Name = "labelToday";
this.labelToday.Size = new System.Drawing.Size(38, 20);
this.labelToday.TabIndex = 4;
this.labelToday.Text = "Today";
this.labelToday.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// chartTotalProfit
//
this.chartTotalProfit.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.chartTotalProfit.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
chartArea1.AxisX.LabelStyle.Format = "N0";
chartArea1.Name = "ChartArea1";
this.chartTotalProfit.ChartAreas.Add(chartArea1);
this.chartTotalProfit.Location = new System.Drawing.Point(0, 41);
this.chartTotalProfit.Margin = new System.Windows.Forms.Padding(0, 0, 0, 10);
this.chartTotalProfit.Name = "chartTotalProfit";
series1.ChartArea = "ChartArea1";
series1.Name = "Series1";
this.chartTotalProfit.Series.Add(series1);
this.chartTotalProfit.Size = new System.Drawing.Size(181, 166);
this.chartTotalProfit.TabIndex = 0;
this.chartTotalProfit.Text = "chart1";
//
// tableLayoutPanelStatistics
//
this.tableLayoutPanelStatistics.ColumnCount = 2;
this.tableLayoutPanelStatistics.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelStatistics.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelStatistics.Controls.Add(this.labelClosedProfitValue, 1, 1);
this.tableLayoutPanelStatistics.Controls.Add(this.labelOpenProfitValue, 1, 0);
this.tableLayoutPanelStatistics.Controls.Add(this.labelClosedProfitHeading, 0, 1);
this.tableLayoutPanelStatistics.Controls.Add(this.labelOpenProfitHeading, 0, 0);
this.tableLayoutPanelStatistics.Controls.Add(this.labelSharesClosedValue, 1, 8);
this.tableLayoutPanelStatistics.Controls.Add(this.labelSharesClosedHeading, 0, 8);
this.tableLayoutPanelStatistics.Controls.Add(this.labelSharesOpenValue, 1, 7);
this.tableLayoutPanelStatistics.Controls.Add(this.labelSharesOpenHeading, 0, 7);
this.tableLayoutPanelStatistics.Controls.Add(this.labelExposureValue, 1, 6);
this.tableLayoutPanelStatistics.Controls.Add(this.labelExposureHeading, 0, 6);
this.tableLayoutPanelStatistics.Controls.Add(this.labelAvgWinLossHeading, 0, 5);
this.tableLayoutPanelStatistics.Controls.Add(this.labelProfitFactorHeading, 0, 2);
this.tableLayoutPanelStatistics.Controls.Add(this.labelWinningPercentHeading, 0, 4);
this.tableLayoutPanelStatistics.Controls.Add(this.labelOpenPositionsHeading, 0, 3);
this.tableLayoutPanelStatistics.Controls.Add(this.labelProfitFactorValue, 1, 2);
this.tableLayoutPanelStatistics.Controls.Add(this.labelOpenPositionsValue, 1, 3);
this.tableLayoutPanelStatistics.Controls.Add(this.labelWinningPercentValue, 1, 4);
this.tableLayoutPanelStatistics.Controls.Add(this.labelAvgWinLossValue, 1, 5);
this.tableLayoutPanelStatistics.Location = new System.Drawing.Point(3, 220);
this.tableLayoutPanelStatistics.Name = "tableLayoutPanelStatistics";
this.tableLayoutPanelStatistics.RowCount = 10;
this.tableLayoutPanelStatistics.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStatistics.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStatistics.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStatistics.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStatistics.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStatistics.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStatistics.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStatistics.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStatistics.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelStatistics.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelStatistics.Size = new System.Drawing.Size(181, 186);
this.tableLayoutPanelStatistics.TabIndex = 11;
//
// labelClosedProfitValue
//
this.labelClosedProfitValue.BackColor = System.Drawing.Color.Black;
this.labelClosedProfitValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelClosedProfitValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelClosedProfitValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelClosedProfitValue.Location = new System.Drawing.Point(90, 20);
this.labelClosedProfitValue.Margin = new System.Windows.Forms.Padding(0);
this.labelClosedProfitValue.Name = "labelClosedProfitValue";
this.labelClosedProfitValue.Size = new System.Drawing.Size(91, 20);
this.labelClosedProfitValue.TabIndex = 18;
this.labelClosedProfitValue.Text = "$100";
this.labelClosedProfitValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelOpenProfitValue
//
this.labelOpenProfitValue.BackColor = System.Drawing.Color.Black;
this.labelOpenProfitValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelOpenProfitValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelOpenProfitValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelOpenProfitValue.Location = new System.Drawing.Point(90, 0);
this.labelOpenProfitValue.Margin = new System.Windows.Forms.Padding(0);
this.labelOpenProfitValue.Name = "labelOpenProfitValue";
this.labelOpenProfitValue.Size = new System.Drawing.Size(91, 20);
this.labelOpenProfitValue.TabIndex = 17;
this.labelOpenProfitValue.Text = "$100";
this.labelOpenProfitValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelClosedProfitHeading
//
this.labelClosedProfitHeading.AutoSize = true;
this.labelClosedProfitHeading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
this.labelClosedProfitHeading.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelClosedProfitHeading.ForeColor = System.Drawing.Color.Black;
this.labelClosedProfitHeading.Location = new System.Drawing.Point(0, 20);
this.labelClosedProfitHeading.Margin = new System.Windows.Forms.Padding(0);
this.labelClosedProfitHeading.Name = "labelClosedProfitHeading";
this.labelClosedProfitHeading.Size = new System.Drawing.Size(90, 20);
this.labelClosedProfitHeading.TabIndex = 16;
this.labelClosedProfitHeading.Text = "Closed P&&L";
this.labelClosedProfitHeading.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelOpenProfitHeading
//
this.labelOpenProfitHeading.AutoSize = true;
this.labelOpenProfitHeading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
this.labelOpenProfitHeading.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelOpenProfitHeading.ForeColor = System.Drawing.Color.Black;
this.labelOpenProfitHeading.Location = new System.Drawing.Point(0, 0);
this.labelOpenProfitHeading.Margin = new System.Windows.Forms.Padding(0);
this.labelOpenProfitHeading.Name = "labelOpenProfitHeading";
this.labelOpenProfitHeading.Size = new System.Drawing.Size(90, 20);
this.labelOpenProfitHeading.TabIndex = 15;
this.labelOpenProfitHeading.Text = "Open P&&L";
this.labelOpenProfitHeading.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelSharesClosedValue
//
this.labelSharesClosedValue.BackColor = System.Drawing.Color.Black;
this.labelSharesClosedValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelSharesClosedValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelSharesClosedValue.Location = new System.Drawing.Point(90, 185);
this.labelSharesClosedValue.Margin = new System.Windows.Forms.Padding(0);
this.labelSharesClosedValue.Name = "labelSharesClosedValue";
this.labelSharesClosedValue.Size = new System.Drawing.Size(91, 32);
this.labelSharesClosedValue.TabIndex = 14;
this.labelSharesClosedValue.Text = "15";
this.labelSharesClosedValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelSharesClosedHeading
//
this.labelSharesClosedHeading.AutoSize = true;
this.labelSharesClosedHeading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
this.labelSharesClosedHeading.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelSharesClosedHeading.ForeColor = System.Drawing.Color.Black;
this.labelSharesClosedHeading.Location = new System.Drawing.Point(0, 185);
this.labelSharesClosedHeading.Margin = new System.Windows.Forms.Padding(0);
this.labelSharesClosedHeading.Name = "labelSharesClosedHeading";
this.labelSharesClosedHeading.Size = new System.Drawing.Size(90, 32);
this.labelSharesClosedHeading.TabIndex = 13;
this.labelSharesClosedHeading.Text = "Shares Closed";
this.labelSharesClosedHeading.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelSharesOpenValue
//
this.labelSharesOpenValue.BackColor = System.Drawing.Color.Black;
this.labelSharesOpenValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelSharesOpenValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelSharesOpenValue.Location = new System.Drawing.Point(90, 165);
this.labelSharesOpenValue.Margin = new System.Windows.Forms.Padding(0);
this.labelSharesOpenValue.Name = "labelSharesOpenValue";
this.labelSharesOpenValue.Size = new System.Drawing.Size(91, 20);
this.labelSharesOpenValue.TabIndex = 12;
this.labelSharesOpenValue.Text = "15";
this.labelSharesOpenValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelSharesOpenHeading
//
this.labelSharesOpenHeading.AutoSize = true;
this.labelSharesOpenHeading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
this.labelSharesOpenHeading.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelSharesOpenHeading.ForeColor = System.Drawing.Color.Black;
this.labelSharesOpenHeading.Location = new System.Drawing.Point(0, 165);
this.labelSharesOpenHeading.Margin = new System.Windows.Forms.Padding(0);
this.labelSharesOpenHeading.Name = "labelSharesOpenHeading";
this.labelSharesOpenHeading.Size = new System.Drawing.Size(90, 20);
this.labelSharesOpenHeading.TabIndex = 11;
this.labelSharesOpenHeading.Text = "Shares Open";
this.labelSharesOpenHeading.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelExposureValue
//
this.labelExposureValue.BackColor = System.Drawing.Color.Red;
this.labelExposureValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelExposureValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelExposureValue.Location = new System.Drawing.Point(90, 144);
this.labelExposureValue.Margin = new System.Windows.Forms.Padding(0);
this.labelExposureValue.Name = "labelExposureValue";
this.labelExposureValue.Size = new System.Drawing.Size(91, 21);
this.labelExposureValue.TabIndex = 10;
this.labelExposureValue.Text = "0.20 / -0.24";
this.labelExposureValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelExposureHeading
//
this.labelExposureHeading.AutoSize = true;
this.labelExposureHeading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
this.labelExposureHeading.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelExposureHeading.ForeColor = System.Drawing.Color.Black;
this.labelExposureHeading.Location = new System.Drawing.Point(0, 144);
this.labelExposureHeading.Margin = new System.Windows.Forms.Padding(0);
this.labelExposureHeading.Name = "labelExposureHeading";
this.labelExposureHeading.Size = new System.Drawing.Size(90, 21);
this.labelExposureHeading.TabIndex = 9;
this.labelExposureHeading.Text = "Exposure";
this.labelExposureHeading.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelAvgWinLossHeading
//
this.labelAvgWinLossHeading.AutoSize = true;
this.labelAvgWinLossHeading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
this.labelAvgWinLossHeading.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelAvgWinLossHeading.ForeColor = System.Drawing.Color.Black;
this.labelAvgWinLossHeading.Location = new System.Drawing.Point(0, 112);
this.labelAvgWinLossHeading.Margin = new System.Windows.Forms.Padding(0);
this.labelAvgWinLossHeading.Name = "labelAvgWinLossHeading";
this.labelAvgWinLossHeading.Size = new System.Drawing.Size(90, 32);
this.labelAvgWinLossHeading.TabIndex = 3;
this.labelAvgWinLossHeading.Text = "Avg. Win/Loss";
this.labelAvgWinLossHeading.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelProfitFactorHeading
//
this.labelProfitFactorHeading.AutoSize = true;
this.labelProfitFactorHeading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
this.labelProfitFactorHeading.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelProfitFactorHeading.ForeColor = System.Drawing.Color.Black;
this.labelProfitFactorHeading.Location = new System.Drawing.Point(0, 40);
this.labelProfitFactorHeading.Margin = new System.Windows.Forms.Padding(0);
this.labelProfitFactorHeading.Name = "labelProfitFactorHeading";
this.labelProfitFactorHeading.Size = new System.Drawing.Size(90, 20);
this.labelProfitFactorHeading.TabIndex = 1;
this.labelProfitFactorHeading.Text = "Profit Factor";
this.labelProfitFactorHeading.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelWinningPercentHeading
//
this.labelWinningPercentHeading.AutoSize = true;
this.labelWinningPercentHeading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
this.labelWinningPercentHeading.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelWinningPercentHeading.ForeColor = System.Drawing.Color.Black;
this.labelWinningPercentHeading.Location = new System.Drawing.Point(0, 92);
this.labelWinningPercentHeading.Margin = new System.Windows.Forms.Padding(0);
this.labelWinningPercentHeading.Name = "labelWinningPercentHeading";
this.labelWinningPercentHeading.Size = new System.Drawing.Size(90, 20);
this.labelWinningPercentHeading.TabIndex = 2;
this.labelWinningPercentHeading.Text = "Winning %";
this.labelWinningPercentHeading.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelOpenPositionsHeading
//
this.labelOpenPositionsHeading.AutoSize = true;
this.labelOpenPositionsHeading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
this.labelOpenPositionsHeading.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelOpenPositionsHeading.ForeColor = System.Drawing.Color.Black;
this.labelOpenPositionsHeading.Location = new System.Drawing.Point(0, 60);
this.labelOpenPositionsHeading.Margin = new System.Windows.Forms.Padding(0);
this.labelOpenPositionsHeading.Name = "labelOpenPositionsHeading";
this.labelOpenPositionsHeading.Size = new System.Drawing.Size(90, 32);
this.labelOpenPositionsHeading.TabIndex = 4;
this.labelOpenPositionsHeading.Text = "Open Positions";
this.labelOpenPositionsHeading.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelProfitFactorValue
//
this.labelProfitFactorValue.BackColor = System.Drawing.Color.Green;
this.labelProfitFactorValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelProfitFactorValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelProfitFactorValue.Location = new System.Drawing.Point(90, 40);
this.labelProfitFactorValue.Margin = new System.Windows.Forms.Padding(0);
this.labelProfitFactorValue.Name = "labelProfitFactorValue";
this.labelProfitFactorValue.Size = new System.Drawing.Size(91, 20);
this.labelProfitFactorValue.TabIndex = 5;
this.labelProfitFactorValue.Text = "$100";
this.labelProfitFactorValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelOpenPositionsValue
//
this.labelOpenPositionsValue.BackColor = System.Drawing.Color.Black;
this.labelOpenPositionsValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelOpenPositionsValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelOpenPositionsValue.Location = new System.Drawing.Point(90, 60);
this.labelOpenPositionsValue.Margin = new System.Windows.Forms.Padding(0);
this.labelOpenPositionsValue.Name = "labelOpenPositionsValue";
this.labelOpenPositionsValue.Size = new System.Drawing.Size(91, 32);
this.labelOpenPositionsValue.TabIndex = 6;
this.labelOpenPositionsValue.Text = "15";
this.labelOpenPositionsValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelWinningPercentValue
//
this.labelWinningPercentValue.BackColor = System.Drawing.Color.Green;
this.labelWinningPercentValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelWinningPercentValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelWinningPercentValue.Location = new System.Drawing.Point(90, 92);
this.labelWinningPercentValue.Margin = new System.Windows.Forms.Padding(0);
this.labelWinningPercentValue.Name = "labelWinningPercentValue";
this.labelWinningPercentValue.Size = new System.Drawing.Size(91, 20);
this.labelWinningPercentValue.TabIndex = 7;
this.labelWinningPercentValue.Text = "50%";
this.labelWinningPercentValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelAvgWinLossValue
//
this.labelAvgWinLossValue.BackColor = System.Drawing.Color.Red;
this.labelAvgWinLossValue.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelAvgWinLossValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
this.labelAvgWinLossValue.Location = new System.Drawing.Point(90, 112);
this.labelAvgWinLossValue.Margin = new System.Windows.Forms.Padding(0);
this.labelAvgWinLossValue.Name = "labelAvgWinLossValue";
this.labelAvgWinLossValue.Size = new System.Drawing.Size(91, 32);
this.labelAvgWinLossValue.TabIndex = 8;
this.labelAvgWinLossValue.Text = "0.20 / -0.24";
this.labelAvgWinLossValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// flowLayoutPanelFilters
//
this.flowLayoutPanelFilters.AutoSize = true;
this.flowLayoutPanelFilters.Controls.Add(this.label1);
this.flowLayoutPanelFilters.Controls.Add(this.comboBoxAccounts);
this.flowLayoutPanelFilters.Controls.Add(this.labelStrategy);
this.flowLayoutPanelFilters.Controls.Add(this.comboBoxStrategies);
this.flowLayoutPanelFilters.Controls.Add(this.labelType);
this.flowLayoutPanelFilters.Controls.Add(this.comboBoxPositionType);
this.flowLayoutPanelFilters.Controls.Add(this.chkPinned);
this.flowLayoutPanelFilters.Controls.Add(this.chkHideZeroPositions);
this.flowLayoutPanelFilters.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanelFilters.Location = new System.Drawing.Point(193, 0);
this.flowLayoutPanelFilters.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanelFilters.Name = "flowLayoutPanelFilters";
this.flowLayoutPanelFilters.Size = new System.Drawing.Size(656, 27);
this.flowLayoutPanelFilters.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 27);
this.label1.TabIndex = 6;
this.label1.Text = "Account";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// comboBoxAccounts
//
this.comboBoxAccounts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxAccounts.FormattingEnabled = true;
this.comboBoxAccounts.Items.AddRange(new object[] {
"All Accounts"});
this.comboBoxAccounts.Location = new System.Drawing.Point(56, 3);
this.comboBoxAccounts.Name = "comboBoxAccounts";
this.comboBoxAccounts.Size = new System.Drawing.Size(87, 21);
this.comboBoxAccounts.TabIndex = 3;
this.comboBoxAccounts.Click += new System.EventHandler(this.comboBoxAccounts_Click);
//
// labelStrategy
//
this.labelStrategy.AutoSize = true;
this.labelStrategy.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelStrategy.ForeColor = System.Drawing.Color.White;
this.labelStrategy.Location = new System.Drawing.Point(149, 0);
this.labelStrategy.Name = "labelStrategy";
this.labelStrategy.Size = new System.Drawing.Size(46, 27);
this.labelStrategy.TabIndex = 7;
this.labelStrategy.Text = "Strategy";
this.labelStrategy.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// comboBoxStrategies
//
this.comboBoxStrategies.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxStrategies.FormattingEnabled = true;
this.comboBoxStrategies.Items.AddRange(new object[] {
"All Strategies"});
this.comboBoxStrategies.Location = new System.Drawing.Point(201, 3);
this.comboBoxStrategies.Name = "comboBoxStrategies";
this.comboBoxStrategies.Size = new System.Drawing.Size(90, 21);
this.comboBoxStrategies.TabIndex = 4;
this.comboBoxStrategies.Click += new System.EventHandler(this.comboBoxStrategies_Click);
//
// labelType
//
this.labelType.AutoSize = true;
this.labelType.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelType.ForeColor = System.Drawing.Color.White;
this.labelType.Location = new System.Drawing.Point(297, 0);
this.labelType.Name = "labelType";
this.labelType.Size = new System.Drawing.Size(31, 27);
this.labelType.TabIndex = 8;
this.labelType.Text = "Type";
this.labelType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// comboBoxPositionType
//
this.comboBoxPositionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxPositionType.FormattingEnabled = true;
this.comboBoxPositionType.Items.AddRange(new object[] {
"All Types"});
this.comboBoxPositionType.Location = new System.Drawing.Point(334, 3);
this.comboBoxPositionType.Name = "comboBoxPositionType";
this.comboBoxPositionType.Size = new System.Drawing.Size(96, 21);
this.comboBoxPositionType.TabIndex = 5;
this.comboBoxPositionType.Click += new System.EventHandler(this.comboBoxPositionType_Click);
//
// chkPinned
//
this.chkPinned.AutoSize = true;
this.chkPinned.Dock = System.Windows.Forms.DockStyle.Fill;
this.chkPinned.ForeColor = System.Drawing.Color.White;
this.chkPinned.Location = new System.Drawing.Point(436, 3);
this.chkPinned.Name = "chkPinned";
this.chkPinned.Size = new System.Drawing.Size(59, 21);
this.chkPinned.TabIndex = 9;
this.chkPinned.Text = "Pinned";
this.chkPinned.UseVisualStyleBackColor = true;
this.chkPinned.Visible = false;
this.chkPinned.CheckedChanged += new System.EventHandler(this.chkPinned_CheckedChanged);
//
// chkHideZeroPositions
//
this.chkHideZeroPositions.AutoSize = true;
this.chkHideZeroPositions.Dock = System.Windows.Forms.DockStyle.Fill;
this.chkHideZeroPositions.ForeColor = System.Drawing.Color.White;
this.chkHideZeroPositions.Location = new System.Drawing.Point(501, 3);
this.chkHideZeroPositions.Name = "chkHideZeroPositions";
this.chkHideZeroPositions.Size = new System.Drawing.Size(118, 21);
this.chkHideZeroPositions.TabIndex = 10;
this.chkHideZeroPositions.Text = "Hide Zero Positions";
this.chkHideZeroPositions.UseVisualStyleBackColor = true;
this.chkHideZeroPositions.CheckedChanged += new System.EventHandler(this.chkHideZeroPositions_CheckedChanged);
//
// tableLayoutPanelInner
//
this.tableLayoutPanelInner.ColumnCount = 1;
this.tableLayoutPanelInner.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelInner.Controls.Add(this.dataGridView1, 0, 0);
this.tableLayoutPanelInner.Controls.Add(this.splitContainetPanelOrderEntry, 0, 1);
this.tableLayoutPanelInner.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelInner.Location = new System.Drawing.Point(193, 27);
this.tableLayoutPanelInner.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelInner.Name = "tableLayoutPanelInner";
this.tableLayoutPanelInner.RowCount = 2;
this.tableLayoutPanelInner.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelInner.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanelInner.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
this.tableLayoutPanelInner.Size = new System.Drawing.Size(656, 533);
this.tableLayoutPanelInner.TabIndex = 6;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToResizeRows = false;
this.dataGridView1.BackgroundColor = System.Drawing.Color.Black;
this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(650, 469);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.ColumnHeadersHeightChanged += new System.EventHandler(this.dataGridView1_ColumnHeadersHeightChanged);
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
this.dataGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDown);
this.dataGridView1.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellMouseEnter);
this.dataGridView1.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellMouseLeave);
this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
this.dataGridView1.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowEnter);
this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
this.dataGridView1.Click += new System.EventHandler(this.dataGridView1_Click);
this.dataGridView1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyUp);
this.dataGridView1.Resize += new System.EventHandler(this.dataGridView1_Resize);
//
// splitContainetPanelOrderEntry
//
this.splitContainetPanelOrderEntry.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainetPanelOrderEntry.Location = new System.Drawing.Point(2, 477);
this.splitContainetPanelOrderEntry.Margin = new System.Windows.Forms.Padding(2);
this.splitContainetPanelOrderEntry.Name = "splitContainetPanelOrderEntry";
//
// splitContainetPanelOrderEntry.Panel1
//
this.splitContainetPanelOrderEntry.Panel1.AutoScroll = true;
//
// splitContainetPanelOrderEntry.Panel2
//
this.splitContainetPanelOrderEntry.Panel2.Controls.Add(this.buttonConfig);
this.splitContainetPanelOrderEntry.Size = new System.Drawing.Size(652, 54);
this.splitContainetPanelOrderEntry.SplitterDistance = 585;
this.splitContainetPanelOrderEntry.SplitterWidth = 3;
this.splitContainetPanelOrderEntry.TabIndex = 9;
//
// buttonConfig
//
this.buttonConfig.Image = global::TIProAutoTradeExtension.Properties.Resources.configbutton;
this.buttonConfig.Location = new System.Drawing.Point(5, 3);
this.buttonConfig.Name = "buttonConfig";
this.buttonConfig.Size = new System.Drawing.Size(55, 24);
this.buttonConfig.TabIndex = 1;
this.buttonConfig.UseVisualStyleBackColor = true;
this.buttonConfig.Click += new System.EventHandler(this.buttonConfig_Click);
//
// flowLayoutPanelButtons
//
this.flowLayoutPanelButtons.AutoScroll = true;
this.flowLayoutPanelButtons.AutoSize = true;
this.flowLayoutPanelButtons.Controls.Add(this.buttonFlatten);
this.flowLayoutPanelButtons.Controls.Add(this.buttonHalf);
this.flowLayoutPanelButtons.Controls.Add(this.buttonDouble);
this.flowLayoutPanelButtons.Controls.Add(this.buttonReverse);
this.flowLayoutPanelButtons.Controls.Add(this.buttonLimitOut);
this.flowLayoutPanelButtons.Controls.Add(this.label2);
this.flowLayoutPanelButtons.Controls.Add(this.buttonSelectAll);
this.flowLayoutPanelButtons.Controls.Add(this.buttonSelectLong);
this.flowLayoutPanelButtons.Controls.Add(this.buttonSelectShort);
this.flowLayoutPanelButtons.Location = new System.Drawing.Point(849, 27);
this.flowLayoutPanelButtons.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanelButtons.Name = "flowLayoutPanelButtons";
this.flowLayoutPanelButtons.Size = new System.Drawing.Size(66, 246);
this.flowLayoutPanelButtons.TabIndex = 4;
//
// buttonFlatten
//
this.buttonFlatten.Enabled = false;
this.buttonFlatten.FlatAppearance.BorderSize = 0;
this.buttonFlatten.Location = new System.Drawing.Point(3, 1);
this.buttonFlatten.Margin = new System.Windows.Forms.Padding(3, 1, 3, 3);
this.buttonFlatten.Name = "buttonFlatten";
this.buttonFlatten.Size = new System.Drawing.Size(60, 23);
this.buttonFlatten.TabIndex = 1;
this.buttonFlatten.Text = "Flatten";
this.buttonFlatten.UseVisualStyleBackColor = true;
this.buttonFlatten.Click += new System.EventHandler(this.buttonFlatten_Click);
this.buttonFlatten.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button_MouseDown);
this.buttonFlatten.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button_MouseUp);
//
// buttonHalf
//
this.buttonHalf.Enabled = false;
this.buttonHalf.Location = new System.Drawing.Point(3, 30);
this.buttonHalf.Name = "buttonHalf";
this.buttonHalf.Size = new System.Drawing.Size(60, 23);
this.buttonHalf.TabIndex = 2;
this.buttonHalf.Text = "1/2";
this.buttonHalf.UseVisualStyleBackColor = true;
this.buttonHalf.Click += new System.EventHandler(this.buttonHalf_Click);
this.buttonHalf.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button_MouseDown);
this.buttonHalf.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button_MouseUp);
//
// buttonDouble
//
this.buttonDouble.Enabled = false;
this.buttonDouble.Location = new System.Drawing.Point(3, 59);
this.buttonDouble.Name = "buttonDouble";
this.buttonDouble.Size = new System.Drawing.Size(60, 23);
this.buttonDouble.TabIndex = 3;
this.buttonDouble.Text = "Double";
this.buttonDouble.UseVisualStyleBackColor = true;
this.buttonDouble.Click += new System.EventHandler(this.buttonDouble_Click);
this.buttonDouble.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button_MouseDown);
this.buttonDouble.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button_MouseUp);
//
// buttonReverse
//
this.buttonReverse.Enabled = false;
this.buttonReverse.Location = new System.Drawing.Point(3, 88);
this.buttonReverse.Name = "buttonReverse";
this.buttonReverse.Size = new System.Drawing.Size(60, 23);
this.buttonReverse.TabIndex = 4;
this.buttonReverse.Text = "Reverse";
this.buttonReverse.UseVisualStyleBackColor = true;
this.buttonReverse.Click += new System.EventHandler(this.buttonReverse_Click);
this.buttonReverse.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button_MouseDown);
this.buttonReverse.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button_MouseUp);
//
// buttonLimitOut
//
this.buttonLimitOut.Location = new System.Drawing.Point(3, 117);
this.buttonLimitOut.Margin = new System.Windows.Forms.Padding(3, 3, 3, 10);
this.buttonLimitOut.Name = "buttonLimitOut";
this.buttonLimitOut.Size = new System.Drawing.Size(60, 23);
this.buttonLimitOut.TabIndex = 10;
this.buttonLimitOut.Text = "Limit Out";
this.buttonLimitOut.UseVisualStyleBackColor = true;
this.buttonLimitOut.Click += new System.EventHandler(this.buttonLimitOut_Click);
this.buttonLimitOut.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button_MouseDown);
this.buttonLimitOut.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button_MouseUp);
//
// label2
//
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label2.Location = new System.Drawing.Point(3, 150);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(60, 2);
this.label2.TabIndex = 11;
//
// buttonSelectAll
//
this.buttonSelectAll.Location = new System.Drawing.Point(3, 162);
this.buttonSelectAll.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
this.buttonSelectAll.Name = "buttonSelectAll";
this.buttonSelectAll.Size = new System.Drawing.Size(60, 23);
this.buttonSelectAll.TabIndex = 7;
this.buttonSelectAll.Text = "All";
this.buttonSelectAll.UseVisualStyleBackColor = true;
this.buttonSelectAll.Click += new System.EventHandler(this.buttonSelectAll_Click);
this.buttonSelectAll.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button_MouseDown);
//
// buttonSelectLong
//
this.buttonSelectLong.Location = new System.Drawing.Point(3, 191);
this.buttonSelectLong.Name = "buttonSelectLong";
this.buttonSelectLong.Size = new System.Drawing.Size(60, 23);
this.buttonSelectLong.TabIndex = 8;
this.buttonSelectLong.Text = "Long";
this.buttonSelectLong.UseVisualStyleBackColor = true;
this.buttonSelectLong.Click += new System.EventHandler(this.buttonSelectLong_Click);
this.buttonSelectLong.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button_MouseUp);
//
// buttonSelectShort
//
this.buttonSelectShort.Location = new System.Drawing.Point(3, 220);
this.buttonSelectShort.Name = "buttonSelectShort";
this.buttonSelectShort.Size = new System.Drawing.Size(60, 23);
this.buttonSelectShort.TabIndex = 9;
this.buttonSelectShort.Text = "Short";
this.buttonSelectShort.UseVisualStyleBackColor = true;
this.buttonSelectShort.Click += new System.EventHandler(this.buttonSelectShort_Click);
this.buttonSelectShort.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button_MouseDown);
this.buttonSelectShort.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button_MouseUp);
//
// PositionsGrid
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "PositionsGrid";
this.Size = new System.Drawing.Size(915, 560);
this.contextMenuStrip1.ResumeLayout(false);
this.contextMenuStripConfigure.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.flowLayoutPanelCharts.ResumeLayout(false);
this.tableLayoutPanelTodayPLChartHeader.ResumeLayout(false);
this.tableLayoutPanelTodayPLChartHeader.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.chartTotalProfit)).EndInit();
this.tableLayoutPanelStatistics.ResumeLayout(false);
this.tableLayoutPanelStatistics.PerformLayout();
this.flowLayoutPanelFilters.ResumeLayout(false);
this.flowLayoutPanelFilters.PerformLayout();
this.tableLayoutPanelInner.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.splitContainetPanelOrderEntry.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainetPanelOrderEntry)).EndInit();
this.splitContainetPanelOrderEntry.ResumeLayout(false);
this.flowLayoutPanelButtons.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem closeTabToolStripMenuItem;
private DBLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Button buttonFlatten;
private System.Windows.Forms.Button buttonHalf;
private System.Windows.Forms.Button buttonDouble;
private System.Windows.Forms.Button buttonReverse;
private System.Windows.Forms.ComboBox comboBoxAccounts;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelFilters;
private System.Windows.Forms.ComboBox comboBoxStrategies;
private System.Windows.Forms.ComboBox comboBoxPositionType;
private System.Windows.Forms.Button buttonSelectAll;
private System.Windows.Forms.Button buttonSelectLong;
private System.Windows.Forms.Button buttonSelectShort;
private System.Windows.Forms.Button buttonLimitOut;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labelStrategy;
private System.Windows.Forms.Label labelType;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelButtons;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelCharts;
private System.Windows.Forms.DataVisualization.Charting.Chart chartTotalProfit;
private DBLayoutPanel tableLayoutPanelInner;
private System.Windows.Forms.Button buttonConfig;
private System.Windows.Forms.ContextMenuStrip contextMenuStripConfigure;
private System.Windows.Forms.ToolStripMenuItem showPLGraphToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem showOrderEntryToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem showFiltersToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem showOrderButtonsToolStripMenuItem;
private DBLayoutPanel tableLayoutPanelTodayPLChartHeader;
private System.Windows.Forms.Label labelTodayProfitValue;
private System.Windows.Forms.Label labelTodayProfitPercentValue;
private System.Windows.Forms.ToolStripMenuItem addStopOrderToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem modifyStopOrdersToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addTimeStopToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem modifyTimeStopsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addTargetOrderToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem modifyTargetOrdersToolStripMenuItem;
private DBLayoutPanel tableLayoutPanelStatistics;
private System.Windows.Forms.Label labelAvgWinLossHeading;
private System.Windows.Forms.Label labelProfitFactorHeading;
private System.Windows.Forms.Label labelWinningPercentHeading;
private System.Windows.Forms.Label labelOpenPositionsHeading;
private System.Windows.Forms.Label labelProfitFactorValue;
private System.Windows.Forms.Label labelOpenPositionsValue;
private System.Windows.Forms.Label labelWinningPercentValue;
private System.Windows.Forms.Label labelAvgWinLossValue;
private System.Windows.Forms.ToolStripMenuItem assignToStrategyToolStripMenuItem;
private System.Windows.Forms.CheckBox chkPinned;
private System.Windows.Forms.Label labelExposureValue;
private System.Windows.Forms.Label labelExposureHeading;
private System.Windows.Forms.Label labelClosedProfitValue;
private System.Windows.Forms.Label labelOpenProfitValue;
private System.Windows.Forms.Label labelClosedProfitHeading;
private System.Windows.Forms.Label labelOpenProfitHeading;
private System.Windows.Forms.Label labelSharesClosedValue;
private System.Windows.Forms.Label labelSharesClosedHeading;
private System.Windows.Forms.Label labelSharesOpenValue;
private System.Windows.Forms.Label labelSharesOpenHeading;
private System.Windows.Forms.ToolStripMenuItem saveAsDefaultToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem;
private System.Windows.Forms.Label labelTotalProfitValue;
private System.Windows.Forms.Label labelTotalProfitPercentValue;
private System.Windows.Forms.Label labelTotal;
private System.Windows.Forms.Label labelToday;
private System.Windows.Forms.CheckBox chkHideZeroPositions;
private System.Windows.Forms.ToolStripMenuItem hideProfitDecimalsToolStripMenuItem;
private System.Windows.Forms.SplitContainer splitContainetPanelOrderEntry;
private System.Windows.Forms.ToolStripMenuItem symbolPlusToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addPositiontoolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem useBrowserInterfaceToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem showChromeDevToolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem totalProfitLossToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem todayProfitLossToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem horizontalBarsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem verticalBarsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem lightModeToolStripMenuItem;
}
}