namespace TIProAutoTradeExtension { partial class TradingSummary { /// /// 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.labelValueExposureTotal = new System.Windows.Forms.Label(); this.labelValueExposureShort = new System.Windows.Forms.Label(); this.labelValueExposureLong = new System.Windows.Forms.Label(); this.labelRowHeadingExposure = new System.Windows.Forms.Label(); this.labelHeadingTotal = new System.Windows.Forms.Label(); this.labelHeadingShort = new System.Windows.Forms.Label(); this.labelHeadingLong = new System.Windows.Forms.Label(); this.labelHeadingMetric = new System.Windows.Forms.Label(); this.labelRowHeadingProfit = new System.Windows.Forms.Label(); this.labelProfitLong = new System.Windows.Forms.Label(); this.labelProfitShort = new System.Windows.Forms.Label(); this.labelProfitTotal = new System.Windows.Forms.Label(); this.labelRowHeadingClosedProfit = new System.Windows.Forms.Label(); this.labelRowHeadingOpenProfit = new System.Windows.Forms.Label(); this.labelValueClosedProfitLong = new System.Windows.Forms.Label(); this.labelValueOpenProfitLong = new System.Windows.Forms.Label(); this.labelValueClosedProfitShort = new System.Windows.Forms.Label(); this.labelValueOpenProfitShort = new System.Windows.Forms.Label(); this.labelValueClosedProfitTotal = new System.Windows.Forms.Label(); this.labelValueOpenProfitTotal = new System.Windows.Forms.Label(); this.labelRowHeadingSharesTraded = new System.Windows.Forms.Label(); this.labelValueSharesTradedLong = new System.Windows.Forms.Label(); this.labelValueSharesTradedShort = new System.Windows.Forms.Label(); this.labelValueSharesTradedTotal = new System.Windows.Forms.Label(); this.labelRowHeadingTradesTaken = new System.Windows.Forms.Label(); this.labelValueTradesTakenLong = new System.Windows.Forms.Label(); this.labelValueTradesTakenShort = new System.Windows.Forms.Label(); this.labelValueTradesTakenTotal = new System.Windows.Forms.Label(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.saveAsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tableLayoutPanel1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.Color.Black; this.tableLayoutPanel1.ColumnCount = 4; 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.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.labelValueExposureTotal, 3, 4); this.tableLayoutPanel1.Controls.Add(this.labelValueExposureShort, 2, 4); this.tableLayoutPanel1.Controls.Add(this.labelValueExposureLong, 1, 4); this.tableLayoutPanel1.Controls.Add(this.labelRowHeadingExposure, 0, 4); this.tableLayoutPanel1.Controls.Add(this.labelHeadingTotal, 3, 0); this.tableLayoutPanel1.Controls.Add(this.labelHeadingShort, 2, 0); this.tableLayoutPanel1.Controls.Add(this.labelHeadingLong, 1, 0); this.tableLayoutPanel1.Controls.Add(this.labelHeadingMetric, 0, 0); this.tableLayoutPanel1.Controls.Add(this.labelRowHeadingProfit, 0, 1); this.tableLayoutPanel1.Controls.Add(this.labelProfitLong, 1, 1); this.tableLayoutPanel1.Controls.Add(this.labelProfitShort, 2, 1); this.tableLayoutPanel1.Controls.Add(this.labelProfitTotal, 3, 1); this.tableLayoutPanel1.Controls.Add(this.labelRowHeadingClosedProfit, 0, 3); this.tableLayoutPanel1.Controls.Add(this.labelRowHeadingOpenProfit, 0, 2); this.tableLayoutPanel1.Controls.Add(this.labelValueClosedProfitLong, 1, 3); this.tableLayoutPanel1.Controls.Add(this.labelValueOpenProfitLong, 1, 2); this.tableLayoutPanel1.Controls.Add(this.labelValueClosedProfitShort, 2, 3); this.tableLayoutPanel1.Controls.Add(this.labelValueOpenProfitShort, 2, 2); this.tableLayoutPanel1.Controls.Add(this.labelValueClosedProfitTotal, 3, 3); this.tableLayoutPanel1.Controls.Add(this.labelValueOpenProfitTotal, 3, 2); this.tableLayoutPanel1.Controls.Add(this.labelRowHeadingSharesTraded, 0, 6); this.tableLayoutPanel1.Controls.Add(this.labelValueSharesTradedLong, 1, 6); this.tableLayoutPanel1.Controls.Add(this.labelValueSharesTradedShort, 2, 6); this.tableLayoutPanel1.Controls.Add(this.labelValueSharesTradedTotal, 3, 6); this.tableLayoutPanel1.Controls.Add(this.labelRowHeadingTradesTaken, 0, 5); this.tableLayoutPanel1.Controls.Add(this.labelValueTradesTakenLong, 1, 5); this.tableLayoutPanel1.Controls.Add(this.labelValueTradesTakenShort, 2, 5); this.tableLayoutPanel1.Controls.Add(this.labelValueTradesTakenTotal, 3, 5); this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 2); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(20, 2, 2, 2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(3); this.tableLayoutPanel1.RowCount = 7; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(327, 148); this.tableLayoutPanel1.TabIndex = 0; // // labelValueExposureTotal // this.labelValueExposureTotal.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueExposureTotal.AutoSize = true; this.labelValueExposureTotal.ForeColor = System.Drawing.Color.White; this.labelValueExposureTotal.Location = new System.Drawing.Point(282, 83); this.labelValueExposureTotal.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueExposureTotal.Name = "labelValueExposureTotal"; this.labelValueExposureTotal.Padding = new System.Windows.Forms.Padding(3); this.labelValueExposureTotal.Size = new System.Drawing.Size(40, 19); this.labelValueExposureTotal.TabIndex = 11; this.labelValueExposureTotal.Text = "$0.00"; this.labelValueExposureTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValueExposureShort // this.labelValueExposureShort.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueExposureShort.AutoSize = true; this.labelValueExposureShort.ForeColor = System.Drawing.Color.Red; this.labelValueExposureShort.Location = new System.Drawing.Point(211, 83); this.labelValueExposureShort.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueExposureShort.Name = "labelValueExposureShort"; this.labelValueExposureShort.Padding = new System.Windows.Forms.Padding(3); this.labelValueExposureShort.Size = new System.Drawing.Size(40, 19); this.labelValueExposureShort.TabIndex = 10; this.labelValueExposureShort.Text = "$0.00"; this.labelValueExposureShort.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValueExposureLong // this.labelValueExposureLong.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueExposureLong.AutoSize = true; this.labelValueExposureLong.ForeColor = System.Drawing.Color.Green; this.labelValueExposureLong.Location = new System.Drawing.Point(138, 83); this.labelValueExposureLong.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueExposureLong.Name = "labelValueExposureLong"; this.labelValueExposureLong.Padding = new System.Windows.Forms.Padding(3); this.labelValueExposureLong.Size = new System.Drawing.Size(40, 19); this.labelValueExposureLong.TabIndex = 9; this.labelValueExposureLong.Text = "$0.00"; this.labelValueExposureLong.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelRowHeadingExposure // this.labelRowHeadingExposure.AutoSize = true; this.labelRowHeadingExposure.ForeColor = System.Drawing.Color.White; this.labelRowHeadingExposure.Location = new System.Drawing.Point(5, 83); this.labelRowHeadingExposure.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelRowHeadingExposure.Name = "labelRowHeadingExposure"; this.labelRowHeadingExposure.Padding = new System.Windows.Forms.Padding(3); this.labelRowHeadingExposure.Size = new System.Drawing.Size(57, 19); this.labelRowHeadingExposure.TabIndex = 8; this.labelRowHeadingExposure.Text = "Exposure"; // // labelHeadingTotal // this.labelHeadingTotal.AutoSize = true; this.labelHeadingTotal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(88)))), ((int)(((byte)(76))))); this.labelHeadingTotal.Dock = System.Windows.Forms.DockStyle.Fill; this.labelHeadingTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelHeadingTotal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(206))))); this.labelHeadingTotal.Location = new System.Drawing.Point(253, 3); this.labelHeadingTotal.Margin = new System.Windows.Forms.Padding(0); this.labelHeadingTotal.Name = "labelHeadingTotal"; this.labelHeadingTotal.Padding = new System.Windows.Forms.Padding(13, 3, 13, 3); this.labelHeadingTotal.Size = new System.Drawing.Size(71, 23); this.labelHeadingTotal.TabIndex = 3; this.labelHeadingTotal.Text = "Total"; // // labelHeadingShort // this.labelHeadingShort.AutoSize = true; this.labelHeadingShort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(88)))), ((int)(((byte)(76))))); this.labelHeadingShort.Dock = System.Windows.Forms.DockStyle.Fill; this.labelHeadingShort.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelHeadingShort.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(206))))); this.labelHeadingShort.Location = new System.Drawing.Point(180, 3); this.labelHeadingShort.Margin = new System.Windows.Forms.Padding(0); this.labelHeadingShort.Name = "labelHeadingShort"; this.labelHeadingShort.Padding = new System.Windows.Forms.Padding(13, 3, 13, 3); this.labelHeadingShort.Size = new System.Drawing.Size(73, 23); this.labelHeadingShort.TabIndex = 2; this.labelHeadingShort.Text = "Short"; // // labelHeadingLong // this.labelHeadingLong.AutoSize = true; this.labelHeadingLong.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(88)))), ((int)(((byte)(76))))); this.labelHeadingLong.Dock = System.Windows.Forms.DockStyle.Fill; this.labelHeadingLong.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelHeadingLong.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(206))))); this.labelHeadingLong.Location = new System.Drawing.Point(110, 3); this.labelHeadingLong.Margin = new System.Windows.Forms.Padding(0); this.labelHeadingLong.Name = "labelHeadingLong"; this.labelHeadingLong.Padding = new System.Windows.Forms.Padding(13, 3, 13, 3); this.labelHeadingLong.Size = new System.Drawing.Size(70, 23); this.labelHeadingLong.TabIndex = 1; this.labelHeadingLong.Text = "Long"; // // labelHeadingMetric // this.labelHeadingMetric.AutoSize = true; this.labelHeadingMetric.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(88)))), ((int)(((byte)(76))))); this.labelHeadingMetric.Dock = System.Windows.Forms.DockStyle.Fill; this.labelHeadingMetric.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelHeadingMetric.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(206))))); this.labelHeadingMetric.Location = new System.Drawing.Point(3, 3); this.labelHeadingMetric.Margin = new System.Windows.Forms.Padding(0); this.labelHeadingMetric.Name = "labelHeadingMetric"; this.labelHeadingMetric.Padding = new System.Windows.Forms.Padding(3); this.labelHeadingMetric.Size = new System.Drawing.Size(107, 23); this.labelHeadingMetric.TabIndex = 0; this.labelHeadingMetric.Text = "Metric"; // // labelRowHeadingProfit // this.labelRowHeadingProfit.AutoSize = true; this.labelRowHeadingProfit.ForeColor = System.Drawing.Color.White; this.labelRowHeadingProfit.Location = new System.Drawing.Point(5, 26); this.labelRowHeadingProfit.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelRowHeadingProfit.Name = "labelRowHeadingProfit"; this.labelRowHeadingProfit.Padding = new System.Windows.Forms.Padding(3); this.labelRowHeadingProfit.Size = new System.Drawing.Size(37, 19); this.labelRowHeadingProfit.TabIndex = 4; this.labelRowHeadingProfit.Text = "Profit"; // // labelProfitLong // this.labelProfitLong.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelProfitLong.AutoSize = true; this.labelProfitLong.ForeColor = System.Drawing.Color.Green; this.labelProfitLong.Location = new System.Drawing.Point(138, 26); this.labelProfitLong.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelProfitLong.Name = "labelProfitLong"; this.labelProfitLong.Padding = new System.Windows.Forms.Padding(3); this.labelProfitLong.Size = new System.Drawing.Size(40, 19); this.labelProfitLong.TabIndex = 5; this.labelProfitLong.Text = "$0.00"; this.labelProfitLong.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelProfitShort // this.labelProfitShort.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelProfitShort.AutoSize = true; this.labelProfitShort.ForeColor = System.Drawing.Color.Red; this.labelProfitShort.Location = new System.Drawing.Point(211, 26); this.labelProfitShort.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelProfitShort.Name = "labelProfitShort"; this.labelProfitShort.Padding = new System.Windows.Forms.Padding(3); this.labelProfitShort.Size = new System.Drawing.Size(40, 19); this.labelProfitShort.TabIndex = 6; this.labelProfitShort.Text = "$0.00"; this.labelProfitShort.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelProfitTotal // this.labelProfitTotal.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelProfitTotal.AutoSize = true; this.labelProfitTotal.ForeColor = System.Drawing.Color.White; this.labelProfitTotal.Location = new System.Drawing.Point(282, 26); this.labelProfitTotal.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelProfitTotal.Name = "labelProfitTotal"; this.labelProfitTotal.Padding = new System.Windows.Forms.Padding(3); this.labelProfitTotal.Size = new System.Drawing.Size(40, 19); this.labelProfitTotal.TabIndex = 7; this.labelProfitTotal.Text = "$0.00"; this.labelProfitTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelRowHeadingClosedProfit // this.labelRowHeadingClosedProfit.AutoSize = true; this.labelRowHeadingClosedProfit.ForeColor = System.Drawing.Color.White; this.labelRowHeadingClosedProfit.Location = new System.Drawing.Point(5, 64); this.labelRowHeadingClosedProfit.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelRowHeadingClosedProfit.Name = "labelRowHeadingClosedProfit"; this.labelRowHeadingClosedProfit.Padding = new System.Windows.Forms.Padding(3); this.labelRowHeadingClosedProfit.Size = new System.Drawing.Size(72, 19); this.labelRowHeadingClosedProfit.TabIndex = 20; this.labelRowHeadingClosedProfit.Text = "Closed Profit"; // // labelRowHeadingOpenProfit // this.labelRowHeadingOpenProfit.AutoSize = true; this.labelRowHeadingOpenProfit.ForeColor = System.Drawing.Color.White; this.labelRowHeadingOpenProfit.Location = new System.Drawing.Point(5, 45); this.labelRowHeadingOpenProfit.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelRowHeadingOpenProfit.Name = "labelRowHeadingOpenProfit"; this.labelRowHeadingOpenProfit.Padding = new System.Windows.Forms.Padding(3); this.labelRowHeadingOpenProfit.Size = new System.Drawing.Size(66, 19); this.labelRowHeadingOpenProfit.TabIndex = 16; this.labelRowHeadingOpenProfit.Text = "Open Profit"; // // labelValueClosedProfitLong // this.labelValueClosedProfitLong.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueClosedProfitLong.AutoSize = true; this.labelValueClosedProfitLong.ForeColor = System.Drawing.Color.Green; this.labelValueClosedProfitLong.Location = new System.Drawing.Point(138, 64); this.labelValueClosedProfitLong.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueClosedProfitLong.Name = "labelValueClosedProfitLong"; this.labelValueClosedProfitLong.Padding = new System.Windows.Forms.Padding(3); this.labelValueClosedProfitLong.Size = new System.Drawing.Size(40, 19); this.labelValueClosedProfitLong.TabIndex = 21; this.labelValueClosedProfitLong.Text = "$0.00"; this.labelValueClosedProfitLong.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValueOpenProfitLong // this.labelValueOpenProfitLong.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueOpenProfitLong.AutoSize = true; this.labelValueOpenProfitLong.ForeColor = System.Drawing.Color.Green; this.labelValueOpenProfitLong.Location = new System.Drawing.Point(138, 45); this.labelValueOpenProfitLong.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueOpenProfitLong.Name = "labelValueOpenProfitLong"; this.labelValueOpenProfitLong.Padding = new System.Windows.Forms.Padding(3); this.labelValueOpenProfitLong.Size = new System.Drawing.Size(40, 19); this.labelValueOpenProfitLong.TabIndex = 17; this.labelValueOpenProfitLong.Text = "$0.00"; this.labelValueOpenProfitLong.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValueClosedProfitShort // this.labelValueClosedProfitShort.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueClosedProfitShort.AutoSize = true; this.labelValueClosedProfitShort.ForeColor = System.Drawing.Color.Red; this.labelValueClosedProfitShort.Location = new System.Drawing.Point(211, 64); this.labelValueClosedProfitShort.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueClosedProfitShort.Name = "labelValueClosedProfitShort"; this.labelValueClosedProfitShort.Padding = new System.Windows.Forms.Padding(3); this.labelValueClosedProfitShort.Size = new System.Drawing.Size(40, 19); this.labelValueClosedProfitShort.TabIndex = 22; this.labelValueClosedProfitShort.Text = "$0.00"; this.labelValueClosedProfitShort.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValueOpenProfitShort // this.labelValueOpenProfitShort.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueOpenProfitShort.AutoSize = true; this.labelValueOpenProfitShort.ForeColor = System.Drawing.Color.Red; this.labelValueOpenProfitShort.Location = new System.Drawing.Point(211, 45); this.labelValueOpenProfitShort.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueOpenProfitShort.Name = "labelValueOpenProfitShort"; this.labelValueOpenProfitShort.Padding = new System.Windows.Forms.Padding(3); this.labelValueOpenProfitShort.Size = new System.Drawing.Size(40, 19); this.labelValueOpenProfitShort.TabIndex = 18; this.labelValueOpenProfitShort.Text = "$0.00"; this.labelValueOpenProfitShort.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValueClosedProfitTotal // this.labelValueClosedProfitTotal.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueClosedProfitTotal.AutoSize = true; this.labelValueClosedProfitTotal.ForeColor = System.Drawing.Color.White; this.labelValueClosedProfitTotal.Location = new System.Drawing.Point(282, 64); this.labelValueClosedProfitTotal.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueClosedProfitTotal.Name = "labelValueClosedProfitTotal"; this.labelValueClosedProfitTotal.Padding = new System.Windows.Forms.Padding(3); this.labelValueClosedProfitTotal.Size = new System.Drawing.Size(40, 19); this.labelValueClosedProfitTotal.TabIndex = 23; this.labelValueClosedProfitTotal.Text = "$0.00"; this.labelValueClosedProfitTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValueOpenProfitTotal // this.labelValueOpenProfitTotal.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueOpenProfitTotal.AutoSize = true; this.labelValueOpenProfitTotal.ForeColor = System.Drawing.Color.White; this.labelValueOpenProfitTotal.Location = new System.Drawing.Point(282, 45); this.labelValueOpenProfitTotal.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueOpenProfitTotal.Name = "labelValueOpenProfitTotal"; this.labelValueOpenProfitTotal.Padding = new System.Windows.Forms.Padding(3); this.labelValueOpenProfitTotal.Size = new System.Drawing.Size(40, 19); this.labelValueOpenProfitTotal.TabIndex = 19; this.labelValueOpenProfitTotal.Text = "$0.00"; this.labelValueOpenProfitTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelRowHeadingSharesTraded // this.labelRowHeadingSharesTraded.AutoSize = true; this.labelRowHeadingSharesTraded.ForeColor = System.Drawing.Color.White; this.labelRowHeadingSharesTraded.Location = new System.Drawing.Point(5, 121); this.labelRowHeadingSharesTraded.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelRowHeadingSharesTraded.Name = "labelRowHeadingSharesTraded"; this.labelRowHeadingSharesTraded.Padding = new System.Windows.Forms.Padding(3); this.labelRowHeadingSharesTraded.Size = new System.Drawing.Size(83, 19); this.labelRowHeadingSharesTraded.TabIndex = 24; this.labelRowHeadingSharesTraded.Text = "Shares Traded"; // // labelValueSharesTradedLong // this.labelValueSharesTradedLong.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueSharesTradedLong.AutoSize = true; this.labelValueSharesTradedLong.ForeColor = System.Drawing.Color.Green; this.labelValueSharesTradedLong.Location = new System.Drawing.Point(138, 123); this.labelValueSharesTradedLong.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueSharesTradedLong.Name = "labelValueSharesTradedLong"; this.labelValueSharesTradedLong.Padding = new System.Windows.Forms.Padding(3); this.labelValueSharesTradedLong.Size = new System.Drawing.Size(40, 19); this.labelValueSharesTradedLong.TabIndex = 15; this.labelValueSharesTradedLong.Text = "$0.00"; this.labelValueSharesTradedLong.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValueSharesTradedShort // this.labelValueSharesTradedShort.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueSharesTradedShort.AutoSize = true; this.labelValueSharesTradedShort.ForeColor = System.Drawing.Color.Red; this.labelValueSharesTradedShort.Location = new System.Drawing.Point(211, 123); this.labelValueSharesTradedShort.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueSharesTradedShort.Name = "labelValueSharesTradedShort"; this.labelValueSharesTradedShort.Padding = new System.Windows.Forms.Padding(3); this.labelValueSharesTradedShort.Size = new System.Drawing.Size(40, 19); this.labelValueSharesTradedShort.TabIndex = 25; this.labelValueSharesTradedShort.Text = "$0.00"; this.labelValueSharesTradedShort.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValueSharesTradedTotal // this.labelValueSharesTradedTotal.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueSharesTradedTotal.AutoSize = true; this.labelValueSharesTradedTotal.ForeColor = System.Drawing.Color.White; this.labelValueSharesTradedTotal.Location = new System.Drawing.Point(282, 123); this.labelValueSharesTradedTotal.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueSharesTradedTotal.Name = "labelValueSharesTradedTotal"; this.labelValueSharesTradedTotal.Padding = new System.Windows.Forms.Padding(3); this.labelValueSharesTradedTotal.Size = new System.Drawing.Size(40, 19); this.labelValueSharesTradedTotal.TabIndex = 26; this.labelValueSharesTradedTotal.Text = "$0.00"; this.labelValueSharesTradedTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelRowHeadingTradesTaken // this.labelRowHeadingTradesTaken.AutoSize = true; this.labelRowHeadingTradesTaken.ForeColor = System.Drawing.Color.White; this.labelRowHeadingTradesTaken.Location = new System.Drawing.Point(5, 102); this.labelRowHeadingTradesTaken.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelRowHeadingTradesTaken.Name = "labelRowHeadingTradesTaken"; this.labelRowHeadingTradesTaken.Padding = new System.Windows.Forms.Padding(3); this.labelRowHeadingTradesTaken.Size = new System.Drawing.Size(80, 19); this.labelRowHeadingTradesTaken.TabIndex = 12; this.labelRowHeadingTradesTaken.Text = "Trades Taken"; // // labelValueTradesTakenLong // this.labelValueTradesTakenLong.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueTradesTakenLong.AutoSize = true; this.labelValueTradesTakenLong.ForeColor = System.Drawing.Color.Green; this.labelValueTradesTakenLong.Location = new System.Drawing.Point(138, 102); this.labelValueTradesTakenLong.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueTradesTakenLong.Name = "labelValueTradesTakenLong"; this.labelValueTradesTakenLong.Padding = new System.Windows.Forms.Padding(3); this.labelValueTradesTakenLong.Size = new System.Drawing.Size(40, 19); this.labelValueTradesTakenLong.TabIndex = 14; this.labelValueTradesTakenLong.Text = "$0.00"; this.labelValueTradesTakenLong.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValueTradesTakenShort // this.labelValueTradesTakenShort.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueTradesTakenShort.AutoSize = true; this.labelValueTradesTakenShort.ForeColor = System.Drawing.Color.Red; this.labelValueTradesTakenShort.Location = new System.Drawing.Point(211, 102); this.labelValueTradesTakenShort.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueTradesTakenShort.Name = "labelValueTradesTakenShort"; this.labelValueTradesTakenShort.Padding = new System.Windows.Forms.Padding(3); this.labelValueTradesTakenShort.Size = new System.Drawing.Size(40, 19); this.labelValueTradesTakenShort.TabIndex = 13; this.labelValueTradesTakenShort.Text = "$0.00"; this.labelValueTradesTakenShort.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValueTradesTakenTotal // this.labelValueTradesTakenTotal.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelValueTradesTakenTotal.AutoSize = true; this.labelValueTradesTakenTotal.ForeColor = System.Drawing.Color.White; this.labelValueTradesTakenTotal.Location = new System.Drawing.Point(282, 102); this.labelValueTradesTakenTotal.Margin = new System.Windows.Forms.Padding(13, 0, 2, 0); this.labelValueTradesTakenTotal.Name = "labelValueTradesTakenTotal"; this.labelValueTradesTakenTotal.Padding = new System.Windows.Forms.Padding(3); this.labelValueTradesTakenTotal.Size = new System.Drawing.Size(40, 19); this.labelValueTradesTakenTotal.TabIndex = 15; this.labelValueTradesTakenTotal.Text = "$0.00"; this.labelValueTradesTakenTotal.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveAsDefaultToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(163, 26); // // saveAsDefaultToolStripMenuItem // this.saveAsDefaultToolStripMenuItem.Name = "saveAsDefaultToolStripMenuItem"; this.saveAsDefaultToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.saveAsDefaultToolStripMenuItem.Text = "Save as Default..."; this.saveAsDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveAsDefaultToolStripMenuItem_Click); // // TradingSummary // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.Controls.Add(this.tableLayoutPanel1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "TradingSummary"; this.Size = new System.Drawing.Size(450, 222); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label labelRowHeadingOpenProfit; private System.Windows.Forms.Label labelValueExposureTotal; private System.Windows.Forms.Label labelValueExposureShort; private System.Windows.Forms.Label labelValueExposureLong; private System.Windows.Forms.Label labelRowHeadingExposure; private System.Windows.Forms.Label labelProfitTotal; private System.Windows.Forms.Label labelProfitShort; private System.Windows.Forms.Label labelProfitLong; private System.Windows.Forms.Label labelRowHeadingProfit; private System.Windows.Forms.Label labelHeadingTotal; private System.Windows.Forms.Label labelHeadingShort; private System.Windows.Forms.Label labelHeadingLong; private System.Windows.Forms.Label labelHeadingMetric; private System.Windows.Forms.Label labelValueTradesTakenShort; private System.Windows.Forms.Label labelValueTradesTakenLong; private System.Windows.Forms.Label labelValueTradesTakenTotal; private System.Windows.Forms.Label labelRowHeadingTradesTaken; private System.Windows.Forms.Label labelRowHeadingClosedProfit; private System.Windows.Forms.Label labelValueClosedProfitLong; private System.Windows.Forms.Label labelValueOpenProfitLong; private System.Windows.Forms.Label labelValueClosedProfitShort; private System.Windows.Forms.Label labelValueOpenProfitShort; private System.Windows.Forms.Label labelValueClosedProfitTotal; private System.Windows.Forms.Label labelValueOpenProfitTotal; private System.Windows.Forms.Label labelValueSharesTradedTotal; private System.Windows.Forms.Label labelValueSharesTradedShort; private System.Windows.Forms.Label labelValueSharesTradedLong; private System.Windows.Forms.Label labelRowHeadingSharesTraded; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem saveAsDefaultToolStripMenuItem; } }