namespace TIProAutoTradeExtension
{
partial class OverallStatistics
{
///
/// 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();
this.tableLayoutPanelOverall = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.tableLayoutPanel1 = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.label1 = new System.Windows.Forms.Label();
this.labelProfit = new System.Windows.Forms.Label();
this.tableLayoutPanel2 = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.label3 = new System.Windows.Forms.Label();
this.labelExposure = new System.Windows.Forms.Label();
this.tableLayoutPanel3 = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.label5 = new System.Windows.Forms.Label();
this.labelPositions = new System.Windows.Forms.Label();
this.tableLayoutPanel5 = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.labelProfitLong = new System.Windows.Forms.Label();
this.labelProfitShort = new System.Windows.Forms.Label();
this.tableLayoutPanel6 = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.labelExposureLong = new System.Windows.Forms.Label();
this.labelExposureShort = new System.Windows.Forms.Label();
this.tableLayoutPanel7 = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.labelPositionsLong = new System.Windows.Forms.Label();
this.labelPositionsShort = new System.Windows.Forms.Label();
this.tableLayoutPanel9 = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.labelTraded = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tableLayoutPanel10 = new TIProAutoTradeExtension.DBLayoutPanel(this.components);
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.labelTradedLong = new System.Windows.Forms.Label();
this.labelTradedShort = new System.Windows.Forms.Label();
this.tableLayoutPanelOverall.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.tableLayoutPanel6.SuspendLayout();
this.tableLayoutPanel7.SuspendLayout();
this.tableLayoutPanel9.SuspendLayout();
this.tableLayoutPanel10.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanelOverall
//
this.tableLayoutPanelOverall.ColumnCount = 4;
this.tableLayoutPanelOverall.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanelOverall.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanelOverall.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanelOverall.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanelOverall.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanelOverall.Controls.Add(this.tableLayoutPanel1, 0, 0);
this.tableLayoutPanelOverall.Controls.Add(this.tableLayoutPanel2, 1, 0);
this.tableLayoutPanelOverall.Controls.Add(this.tableLayoutPanel3, 2, 0);
this.tableLayoutPanelOverall.Controls.Add(this.tableLayoutPanel5, 0, 1);
this.tableLayoutPanelOverall.Controls.Add(this.tableLayoutPanel6, 1, 1);
this.tableLayoutPanelOverall.Controls.Add(this.tableLayoutPanel7, 2, 1);
this.tableLayoutPanelOverall.Controls.Add(this.tableLayoutPanel9, 3, 0);
this.tableLayoutPanelOverall.Controls.Add(this.tableLayoutPanel10, 3, 1);
this.tableLayoutPanelOverall.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelOverall.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelOverall.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tableLayoutPanelOverall.Name = "tableLayoutPanelOverall";
this.tableLayoutPanelOverall.RowCount = 2;
this.tableLayoutPanelOverall.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelOverall.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelOverall.Size = new System.Drawing.Size(1310, 112);
this.tableLayoutPanelOverall.TabIndex = 0;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F));
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.labelProfit, 1, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 5);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(319, 46);
this.tableLayoutPanel1.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("Arial Narrow", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(4, 0);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(167, 46);
this.label1.TabIndex = 0;
this.label1.Text = "Total P&&L";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelProfit
//
this.labelProfit.AutoSize = true;
this.labelProfit.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelProfit.Font = new System.Drawing.Font("Arial Narrow", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelProfit.Location = new System.Drawing.Point(179, 0);
this.labelProfit.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelProfit.Name = "labelProfit";
this.labelProfit.Size = new System.Drawing.Size(136, 46);
this.labelProfit.TabIndex = 1;
this.labelProfit.Text = "$0";
this.labelProfit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F));
this.tableLayoutPanel2.Controls.Add(this.label3, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.labelExposure, 1, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(331, 5);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(319, 46);
this.tableLayoutPanel2.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Font = new System.Drawing.Font("Arial Narrow", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(4, 0);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(167, 46);
this.label3.TabIndex = 0;
this.label3.Text = "Exposure";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelExposure
//
this.labelExposure.AutoSize = true;
this.labelExposure.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelExposure.Font = new System.Drawing.Font("Arial Narrow", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelExposure.Location = new System.Drawing.Point(179, 0);
this.labelExposure.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelExposure.Name = "labelExposure";
this.labelExposure.Size = new System.Drawing.Size(136, 46);
this.labelExposure.TabIndex = 1;
this.labelExposure.Text = "0";
this.labelExposure.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 2;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F));
this.tableLayoutPanel3.Controls.Add(this.label5, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.labelPositions, 1, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(658, 5);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 1;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(319, 46);
this.tableLayoutPanel3.TabIndex = 2;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
this.label5.Font = new System.Drawing.Font("Arial Narrow", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(4, 0);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(167, 46);
this.label5.TabIndex = 0;
this.label5.Text = "Positions";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelPositions
//
this.labelPositions.AutoSize = true;
this.labelPositions.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelPositions.Font = new System.Drawing.Font("Arial Narrow", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelPositions.Location = new System.Drawing.Point(179, 0);
this.labelPositions.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelPositions.Name = "labelPositions";
this.labelPositions.Size = new System.Drawing.Size(136, 46);
this.labelPositions.TabIndex = 1;
this.labelPositions.Text = "12";
this.labelPositions.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tableLayoutPanel5
//
this.tableLayoutPanel5.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel5.ColumnCount = 2;
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel5.Controls.Add(this.label9, 0, 0);
this.tableLayoutPanel5.Controls.Add(this.label10, 0, 1);
this.tableLayoutPanel5.Controls.Add(this.labelProfitLong, 1, 0);
this.tableLayoutPanel5.Controls.Add(this.labelProfitShort, 1, 1);
this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel5.Location = new System.Drawing.Point(38, 56);
this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(38, 0, 0, 0);
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
this.tableLayoutPanel5.RowCount = 2;
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel5.Size = new System.Drawing.Size(289, 56);
this.tableLayoutPanel5.TabIndex = 4;
//
// label9
//
this.label9.AutoSize = true;
this.label9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
this.label9.Location = new System.Drawing.Point(1, 1);
this.label9.Margin = new System.Windows.Forms.Padding(0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(143, 26);
this.label9.TabIndex = 0;
this.label9.Text = "LONG";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label10
//
this.label10.AutoSize = true;
this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
this.label10.Location = new System.Drawing.Point(1, 28);
this.label10.Margin = new System.Windows.Forms.Padding(0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(143, 27);
this.label10.TabIndex = 1;
this.label10.Text = "SHORT";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelProfitLong
//
this.labelProfitLong.AutoSize = true;
this.labelProfitLong.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.labelProfitLong.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelProfitLong.Location = new System.Drawing.Point(145, 1);
this.labelProfitLong.Margin = new System.Windows.Forms.Padding(0);
this.labelProfitLong.Name = "labelProfitLong";
this.labelProfitLong.Size = new System.Drawing.Size(143, 26);
this.labelProfitLong.TabIndex = 2;
this.labelProfitLong.Text = "$0";
this.labelProfitLong.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelProfitShort
//
this.labelProfitShort.AutoSize = true;
this.labelProfitShort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.labelProfitShort.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelProfitShort.Location = new System.Drawing.Point(145, 28);
this.labelProfitShort.Margin = new System.Windows.Forms.Padding(0);
this.labelProfitShort.Name = "labelProfitShort";
this.labelProfitShort.Size = new System.Drawing.Size(143, 27);
this.labelProfitShort.TabIndex = 3;
this.labelProfitShort.Text = "$0";
this.labelProfitShort.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tableLayoutPanel6
//
this.tableLayoutPanel6.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel6.ColumnCount = 2;
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel6.Controls.Add(this.label13, 0, 0);
this.tableLayoutPanel6.Controls.Add(this.label14, 0, 1);
this.tableLayoutPanel6.Controls.Add(this.labelExposureLong, 1, 0);
this.tableLayoutPanel6.Controls.Add(this.labelExposureShort, 1, 1);
this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel6.Location = new System.Drawing.Point(365, 56);
this.tableLayoutPanel6.Margin = new System.Windows.Forms.Padding(38, 0, 0, 0);
this.tableLayoutPanel6.Name = "tableLayoutPanel6";
this.tableLayoutPanel6.RowCount = 2;
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel6.Size = new System.Drawing.Size(289, 56);
this.tableLayoutPanel6.TabIndex = 5;
//
// label13
//
this.label13.AutoSize = true;
this.label13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
this.label13.Location = new System.Drawing.Point(1, 1);
this.label13.Margin = new System.Windows.Forms.Padding(0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(143, 26);
this.label13.TabIndex = 0;
this.label13.Text = "LONG";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label14
//
this.label14.AutoSize = true;
this.label14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
this.label14.Location = new System.Drawing.Point(1, 28);
this.label14.Margin = new System.Windows.Forms.Padding(0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(143, 27);
this.label14.TabIndex = 1;
this.label14.Text = "SHORT";
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelExposureLong
//
this.labelExposureLong.AutoSize = true;
this.labelExposureLong.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.labelExposureLong.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelExposureLong.ForeColor = System.Drawing.Color.Green;
this.labelExposureLong.Location = new System.Drawing.Point(145, 1);
this.labelExposureLong.Margin = new System.Windows.Forms.Padding(0);
this.labelExposureLong.Name = "labelExposureLong";
this.labelExposureLong.Size = new System.Drawing.Size(143, 26);
this.labelExposureLong.TabIndex = 2;
this.labelExposureLong.Text = "0";
this.labelExposureLong.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelExposureShort
//
this.labelExposureShort.AutoSize = true;
this.labelExposureShort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.labelExposureShort.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelExposureShort.ForeColor = System.Drawing.Color.Red;
this.labelExposureShort.Location = new System.Drawing.Point(145, 28);
this.labelExposureShort.Margin = new System.Windows.Forms.Padding(0);
this.labelExposureShort.Name = "labelExposureShort";
this.labelExposureShort.Size = new System.Drawing.Size(143, 27);
this.labelExposureShort.TabIndex = 3;
this.labelExposureShort.Text = "0";
this.labelExposureShort.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tableLayoutPanel7
//
this.tableLayoutPanel7.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel7.ColumnCount = 2;
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel7.Controls.Add(this.label17, 0, 0);
this.tableLayoutPanel7.Controls.Add(this.label18, 0, 1);
this.tableLayoutPanel7.Controls.Add(this.labelPositionsLong, 1, 0);
this.tableLayoutPanel7.Controls.Add(this.labelPositionsShort, 1, 1);
this.tableLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel7.Location = new System.Drawing.Point(692, 56);
this.tableLayoutPanel7.Margin = new System.Windows.Forms.Padding(38, 0, 0, 0);
this.tableLayoutPanel7.Name = "tableLayoutPanel7";
this.tableLayoutPanel7.RowCount = 2;
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel7.Size = new System.Drawing.Size(289, 56);
this.tableLayoutPanel7.TabIndex = 6;
//
// label17
//
this.label17.AutoSize = true;
this.label17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.label17.Dock = System.Windows.Forms.DockStyle.Fill;
this.label17.Location = new System.Drawing.Point(1, 1);
this.label17.Margin = new System.Windows.Forms.Padding(0);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(143, 26);
this.label17.TabIndex = 0;
this.label17.Text = "LONG";
this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label18
//
this.label18.AutoSize = true;
this.label18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.label18.Dock = System.Windows.Forms.DockStyle.Fill;
this.label18.Location = new System.Drawing.Point(1, 28);
this.label18.Margin = new System.Windows.Forms.Padding(0);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(143, 27);
this.label18.TabIndex = 1;
this.label18.Text = "SHORT";
this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelPositionsLong
//
this.labelPositionsLong.AutoSize = true;
this.labelPositionsLong.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.labelPositionsLong.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelPositionsLong.ForeColor = System.Drawing.Color.Green;
this.labelPositionsLong.Location = new System.Drawing.Point(145, 1);
this.labelPositionsLong.Margin = new System.Windows.Forms.Padding(0);
this.labelPositionsLong.Name = "labelPositionsLong";
this.labelPositionsLong.Size = new System.Drawing.Size(143, 26);
this.labelPositionsLong.TabIndex = 2;
this.labelPositionsLong.Text = "0";
this.labelPositionsLong.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelPositionsShort
//
this.labelPositionsShort.AutoSize = true;
this.labelPositionsShort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.labelPositionsShort.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelPositionsShort.ForeColor = System.Drawing.Color.Red;
this.labelPositionsShort.Location = new System.Drawing.Point(145, 28);
this.labelPositionsShort.Margin = new System.Windows.Forms.Padding(0);
this.labelPositionsShort.Name = "labelPositionsShort";
this.labelPositionsShort.Size = new System.Drawing.Size(143, 27);
this.labelPositionsShort.TabIndex = 3;
this.labelPositionsShort.Text = "0";
this.labelPositionsShort.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tableLayoutPanel9
//
this.tableLayoutPanel9.ColumnCount = 2;
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F));
this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F));
this.tableLayoutPanel9.Controls.Add(this.labelTraded, 0, 0);
this.tableLayoutPanel9.Controls.Add(this.label2, 0, 0);
this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel9.Location = new System.Drawing.Point(985, 5);
this.tableLayoutPanel9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tableLayoutPanel9.Name = "tableLayoutPanel9";
this.tableLayoutPanel9.RowCount = 1;
this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel9.Size = new System.Drawing.Size(321, 46);
this.tableLayoutPanel9.TabIndex = 8;
//
// labelTraded
//
this.labelTraded.AutoSize = true;
this.labelTraded.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTraded.Font = new System.Drawing.Font("Arial Narrow", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTraded.Location = new System.Drawing.Point(180, 0);
this.labelTraded.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelTraded.Name = "labelTraded";
this.labelTraded.Size = new System.Drawing.Size(137, 46);
this.labelTraded.TabIndex = 2;
this.labelTraded.Text = "0";
this.labelTraded.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Font = new System.Drawing.Font("Arial Narrow", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(4, 0);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(168, 46);
this.label2.TabIndex = 1;
this.label2.Text = "Trades";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tableLayoutPanel10
//
this.tableLayoutPanel10.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel10.ColumnCount = 2;
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel10.Controls.Add(this.label6, 0, 1);
this.tableLayoutPanel10.Controls.Add(this.label4, 0, 0);
this.tableLayoutPanel10.Controls.Add(this.labelTradedLong, 1, 0);
this.tableLayoutPanel10.Controls.Add(this.labelTradedShort, 1, 1);
this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel10.Location = new System.Drawing.Point(1019, 56);
this.tableLayoutPanel10.Margin = new System.Windows.Forms.Padding(38, 0, 0, 0);
this.tableLayoutPanel10.Name = "tableLayoutPanel10";
this.tableLayoutPanel10.RowCount = 2;
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel10.Size = new System.Drawing.Size(291, 56);
this.tableLayoutPanel10.TabIndex = 9;
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
this.label6.Location = new System.Drawing.Point(1, 28);
this.label6.Margin = new System.Windows.Forms.Padding(0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(144, 27);
this.label6.TabIndex = 2;
this.label6.Text = "SHORT";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Location = new System.Drawing.Point(1, 1);
this.label4.Margin = new System.Windows.Forms.Padding(0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(144, 26);
this.label4.TabIndex = 1;
this.label4.Text = "LONG";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelTradedLong
//
this.labelTradedLong.AutoSize = true;
this.labelTradedLong.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.labelTradedLong.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTradedLong.ForeColor = System.Drawing.Color.Green;
this.labelTradedLong.Location = new System.Drawing.Point(146, 1);
this.labelTradedLong.Margin = new System.Windows.Forms.Padding(0);
this.labelTradedLong.Name = "labelTradedLong";
this.labelTradedLong.Size = new System.Drawing.Size(144, 26);
this.labelTradedLong.TabIndex = 3;
this.labelTradedLong.Text = "0";
this.labelTradedLong.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// labelTradedShort
//
this.labelTradedShort.AutoSize = true;
this.labelTradedShort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.labelTradedShort.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTradedShort.ForeColor = System.Drawing.Color.Red;
this.labelTradedShort.Location = new System.Drawing.Point(146, 28);
this.labelTradedShort.Margin = new System.Windows.Forms.Padding(0);
this.labelTradedShort.Name = "labelTradedShort";
this.labelTradedShort.Size = new System.Drawing.Size(144, 27);
this.labelTradedShort.TabIndex = 4;
this.labelTradedShort.Text = "0";
this.labelTradedShort.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// OverallStatistics
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanelOverall);
this.Margin = new System.Windows.Forms.Padding(4, 5, 45, 5);
this.MinimumSize = new System.Drawing.Size(957, 105);
this.Name = "OverallStatistics";
this.Size = new System.Drawing.Size(1310, 112);
this.Resize += new System.EventHandler(this.OverallStatistics_Resize);
this.tableLayoutPanelOverall.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.tableLayoutPanel5.ResumeLayout(false);
this.tableLayoutPanel5.PerformLayout();
this.tableLayoutPanel6.ResumeLayout(false);
this.tableLayoutPanel6.PerformLayout();
this.tableLayoutPanel7.ResumeLayout(false);
this.tableLayoutPanel7.PerformLayout();
this.tableLayoutPanel9.ResumeLayout(false);
this.tableLayoutPanel9.PerformLayout();
this.tableLayoutPanel10.ResumeLayout(false);
this.tableLayoutPanel10.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DBLayoutPanel tableLayoutPanelOverall;
private DBLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labelProfit;
private DBLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label labelExposure;
private DBLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label labelPositions;
private DBLayoutPanel tableLayoutPanel5;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label labelProfitLong;
private System.Windows.Forms.Label labelProfitShort;
private DBLayoutPanel tableLayoutPanel6;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label labelExposureLong;
private System.Windows.Forms.Label labelExposureShort;
private DBLayoutPanel tableLayoutPanel7;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label labelPositionsLong;
private System.Windows.Forms.Label labelPositionsShort;
private DBLayoutPanel tableLayoutPanel9;
private System.Windows.Forms.Label labelTraded;
private System.Windows.Forms.Label label2;
private DBLayoutPanel tableLayoutPanel10;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label labelTradedLong;
private System.Windows.Forms.Label labelTradedShort;
}
}