namespace AIStrategyWindow { partial class AIStrategyForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AIStrategyForm)); 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.pnlMarketing = new TradeIdeas.TIProGUI.CustomPanel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelPandLChart = new System.Windows.Forms.TableLayoutPanel(); this.chartPandL = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.panelRiskMode = new System.Windows.Forms.Panel(); this.tableLayoutPanelModeRanker = new System.Windows.Forms.TableLayoutPanel(); this.panelRiskOffValue = new System.Windows.Forms.Panel(); this.labelRiskOffValue = new System.Windows.Forms.Label(); this.flowLayoutPanelConservative = new System.Windows.Forms.FlowLayoutPanel(); this.labelIconConservative = new System.Windows.Forms.Label(); this.labelRiskOffHeading = new System.Windows.Forms.Label(); this.labelProfitPercent = new System.Windows.Forms.Label(); this.tableLayoutPanelTop = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.cboStrategies = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.cboFilters = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.flowLayoutPanelSummary = new System.Windows.Forms.FlowLayoutPanel(); this.tableLayoutPanelProfitHeader = new System.Windows.Forms.TableLayoutPanel(); this.labelTotalProfit = new System.Windows.Forms.Label(); this.labelTotalProfitValue = new System.Windows.Forms.Label(); this.tableLayoutPanelOpenProfitHeader = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelClosedProfitHeader = new System.Windows.Forms.TableLayoutPanel(); this.label3 = new System.Windows.Forms.Label(); this.linkLabel = new System.Windows.Forms.LinkLabel(); this.lblMessage = new System.Windows.Forms.Label(); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.pnlMarketing.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanelPandLChart.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartPandL)).BeginInit(); this.panelRiskMode.SuspendLayout(); this.tableLayoutPanelModeRanker.SuspendLayout(); this.panelRiskOffValue.SuspendLayout(); this.flowLayoutPanelConservative.SuspendLayout(); this.tableLayoutPanelTop.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.flowLayoutPanelSummary.SuspendLayout(); this.tableLayoutPanelProfitHeader.SuspendLayout(); this.SuspendLayout(); // // pnlMarketing // this.pnlMarketing.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlMarketing.BackgroundImage"))); this.pnlMarketing.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pnlMarketing.Controls.Add(this.tableLayoutPanel1); this.pnlMarketing.Controls.Add(this.linkLabel); this.pnlMarketing.Controls.Add(this.lblMessage); this.pnlMarketing.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMarketing.Location = new System.Drawing.Point(0, 0); this.pnlMarketing.Name = "pnlMarketing"; this.pnlMarketing.Size = new System.Drawing.Size(1357, 368); this.pnlMarketing.TabIndex = 0; // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.tableLayoutPanel1.ColumnCount = 2; 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.Controls.Add(this.tableLayoutPanelPandLChart, 0, 1); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanelTop, 0, 0); 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(1357, 368); this.tableLayoutPanel1.TabIndex = 2; // // tableLayoutPanelPandLChart // this.tableLayoutPanelPandLChart.AutoSize = true; this.tableLayoutPanelPandLChart.ColumnCount = 1; this.tableLayoutPanelPandLChart.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelPandLChart.Controls.Add(this.chartPandL, 0, 0); this.tableLayoutPanelPandLChart.Controls.Add(this.panelRiskMode, 0, 1); this.tableLayoutPanelPandLChart.Controls.Add(this.labelProfitPercent, 0, 2); this.tableLayoutPanelPandLChart.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelPandLChart.Location = new System.Drawing.Point(0, 28); this.tableLayoutPanelPandLChart.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelPandLChart.Name = "tableLayoutPanelPandLChart"; this.tableLayoutPanelPandLChart.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4); this.tableLayoutPanelPandLChart.RowCount = 3; this.tableLayoutPanelPandLChart.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelPandLChart.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelPandLChart.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelPandLChart.Size = new System.Drawing.Size(189, 340); this.tableLayoutPanelPandLChart.TabIndex = 2; // // chartPandL // this.chartPandL.BackColor = System.Drawing.Color.LightGray; this.chartPandL.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))); this.chartPandL.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid; chartArea1.AxisX.LabelStyle.Enabled = false; chartArea1.Name = "ChartArea1"; this.chartPandL.ChartAreas.Add(chartArea1); this.chartPandL.Location = new System.Drawing.Point(4, 0); this.chartPandL.Margin = new System.Windows.Forms.Padding(0); this.chartPandL.MinimumSize = new System.Drawing.Size(181, 10); this.chartPandL.Name = "chartPandL"; series1.ChartArea = "ChartArea1"; series1.Name = "Series1"; this.chartPandL.Series.Add(series1); this.chartPandL.Size = new System.Drawing.Size(181, 161); this.chartPandL.TabIndex = 1; this.chartPandL.Text = "chart1"; // // panelRiskMode // this.panelRiskMode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelRiskMode.Controls.Add(this.tableLayoutPanelModeRanker); this.panelRiskMode.Dock = System.Windows.Forms.DockStyle.Fill; this.panelRiskMode.Location = new System.Drawing.Point(4, 165); this.panelRiskMode.Margin = new System.Windows.Forms.Padding(0, 4, 0, 0); this.panelRiskMode.Name = "panelRiskMode"; this.panelRiskMode.Size = new System.Drawing.Size(181, 63); this.panelRiskMode.TabIndex = 5; this.panelRiskMode.Visible = false; // // tableLayoutPanelModeRanker // this.tableLayoutPanelModeRanker.ColumnCount = 3; this.tableLayoutPanelModeRanker.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelModeRanker.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelModeRanker.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelModeRanker.Controls.Add(this.panelRiskOffValue, 1, 0); this.tableLayoutPanelModeRanker.Controls.Add(this.flowLayoutPanelConservative, 0, 0); this.tableLayoutPanelModeRanker.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelModeRanker.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0); this.tableLayoutPanelModeRanker.Name = "tableLayoutPanelModeRanker"; this.tableLayoutPanelModeRanker.RowCount = 1; this.tableLayoutPanelModeRanker.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelModeRanker.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelModeRanker.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanelModeRanker.Size = new System.Drawing.Size(181, 64); this.tableLayoutPanelModeRanker.TabIndex = 4; // // panelRiskOffValue // this.panelRiskOffValue.Controls.Add(this.labelRiskOffValue); this.panelRiskOffValue.Dock = System.Windows.Forms.DockStyle.Fill; this.panelRiskOffValue.Location = new System.Drawing.Point(55, 3); this.panelRiskOffValue.Name = "panelRiskOffValue"; this.panelRiskOffValue.Size = new System.Drawing.Size(123, 58); this.panelRiskOffValue.TabIndex = 6; // // labelRiskOffValue // this.labelRiskOffValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.labelRiskOffValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelRiskOffValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelRiskOffValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217))))); this.labelRiskOffValue.Location = new System.Drawing.Point(0, 0); this.labelRiskOffValue.Margin = new System.Windows.Forms.Padding(0); this.labelRiskOffValue.Name = "labelRiskOffValue"; this.labelRiskOffValue.Size = new System.Drawing.Size(95, 20); this.labelRiskOffValue.TabIndex = 5; this.labelRiskOffValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // flowLayoutPanelConservative // this.flowLayoutPanelConservative.AutoSize = true; this.flowLayoutPanelConservative.Controls.Add(this.labelIconConservative); this.flowLayoutPanelConservative.Controls.Add(this.labelRiskOffHeading); this.flowLayoutPanelConservative.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelConservative.Location = new System.Drawing.Point(0, 3); this.flowLayoutPanelConservative.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.flowLayoutPanelConservative.Name = "flowLayoutPanelConservative"; this.flowLayoutPanelConservative.Size = new System.Drawing.Size(52, 58); this.flowLayoutPanelConservative.TabIndex = 11; // // labelIconConservative // this.labelIconConservative.AutoSize = true; this.labelIconConservative.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelIconConservative.ForeColor = System.Drawing.Color.Green; this.labelIconConservative.Location = new System.Drawing.Point(3, 0); this.labelIconConservative.Name = "labelIconConservative"; this.labelIconConservative.Size = new System.Drawing.Size(17, 13); this.labelIconConservative.TabIndex = 5; this.labelIconConservative.Text = "⬤"; this.toolTip1.SetToolTip(this.labelIconConservative, "AI Risk Mode: Conservative (formerly Risk Off)"); // // labelRiskOffHeading // this.labelRiskOffHeading.AutoSize = true; this.labelRiskOffHeading.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.labelRiskOffHeading.Dock = System.Windows.Forms.DockStyle.Fill; this.labelRiskOffHeading.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelRiskOffHeading.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(132)))), ((int)(((byte)(147))))); this.labelRiskOffHeading.Location = new System.Drawing.Point(0, 13); this.labelRiskOffHeading.Margin = new System.Windows.Forms.Padding(0); this.labelRiskOffHeading.Name = "labelRiskOffHeading"; this.labelRiskOffHeading.Size = new System.Drawing.Size(52, 13); this.labelRiskOffHeading.TabIndex = 4; this.labelRiskOffHeading.Text = "CONSRV"; this.labelRiskOffHeading.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.toolTip1.SetToolTip(this.labelRiskOffHeading, "AI Risk Mode: Conservative (formerly Risk Off)"); // // labelProfitPercent // this.labelProfitPercent.Dock = System.Windows.Forms.DockStyle.Top; this.labelProfitPercent.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelProfitPercent.ForeColor = System.Drawing.Color.White; this.labelProfitPercent.Location = new System.Drawing.Point(7, 228); this.labelProfitPercent.Name = "labelProfitPercent"; this.labelProfitPercent.Size = new System.Drawing.Size(175, 12); this.labelProfitPercent.TabIndex = 6; // // tableLayoutPanelTop // this.tableLayoutPanelTop.AutoSize = true; this.tableLayoutPanelTop.ColumnCount = 3; this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanelTop, 2); this.tableLayoutPanelTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 0F)); this.tableLayoutPanelTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelTop.Controls.Add(this.flowLayoutPanel1, 2, 0); this.tableLayoutPanelTop.Controls.Add(this.flowLayoutPanelSummary, 1, 0); this.tableLayoutPanelTop.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelTop.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelTop.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelTop.Name = "tableLayoutPanelTop"; this.tableLayoutPanelTop.RowCount = 1; this.tableLayoutPanelTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelTop.Size = new System.Drawing.Size(1357, 28); this.tableLayoutPanelTop.TabIndex = 3; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.flowLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.flowLayoutPanel1.Controls.Add(this.cboStrategies); this.flowLayoutPanel1.Controls.Add(this.label1); this.flowLayoutPanel1.Controls.Add(this.cboFilters); this.flowLayoutPanel1.Controls.Add(this.label2); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; this.flowLayoutPanel1.Location = new System.Drawing.Point(83, 0); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(1274, 28); this.flowLayoutPanel1.TabIndex = 0; this.flowLayoutPanel1.WrapContents = false; // // cboStrategies // this.cboStrategies.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboStrategies.FormattingEnabled = true; this.cboStrategies.Items.AddRange(new object[] { "All Strategies"}); this.cboStrategies.Location = new System.Drawing.Point(1186, 3); this.cboStrategies.Name = "cboStrategies"; this.cboStrategies.Size = new System.Drawing.Size(85, 21); this.cboStrategies.TabIndex = 2; this.cboStrategies.Click += new System.EventHandler(this.cboStrategies_Click); // // 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(1134, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 27); this.label1.TabIndex = 1; this.label1.Text = "Strategy"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cboFilters // this.cboFilters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboFilters.FormattingEnabled = true; this.cboFilters.Items.AddRange(new object[] { "None"}); this.cboFilters.Location = new System.Drawing.Point(1078, 3); this.cboFilters.Name = "cboFilters"; this.cboFilters.Size = new System.Drawing.Size(50, 21); this.cboFilters.TabIndex = 0; this.cboFilters.Click += new System.EventHandler(this.cboFilters_Click); // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(1043, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 27); this.label2.TabIndex = 3; this.label2.Text = "Filter"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // flowLayoutPanelSummary // this.flowLayoutPanelSummary.AutoSize = true; this.flowLayoutPanelSummary.Controls.Add(this.tableLayoutPanelProfitHeader); this.flowLayoutPanelSummary.Controls.Add(this.tableLayoutPanelOpenProfitHeader); this.flowLayoutPanelSummary.Controls.Add(this.tableLayoutPanelClosedProfitHeader); this.flowLayoutPanelSummary.Controls.Add(this.label3); this.flowLayoutPanelSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelSummary.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanelSummary.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelSummary.Name = "flowLayoutPanelSummary"; this.flowLayoutPanelSummary.Padding = new System.Windows.Forms.Padding(4, 0, 0, 0); this.flowLayoutPanelSummary.Size = new System.Drawing.Size(83, 28); this.flowLayoutPanelSummary.TabIndex = 1; this.flowLayoutPanelSummary.WrapContents = false; // // tableLayoutPanelProfitHeader // this.tableLayoutPanelProfitHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.tableLayoutPanelProfitHeader.AutoSize = true; this.tableLayoutPanelProfitHeader.ColumnCount = 2; this.tableLayoutPanelProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelProfitHeader.Controls.Add(this.labelTotalProfit, 0, 0); this.tableLayoutPanelProfitHeader.Controls.Add(this.labelTotalProfitValue, 1, 0); this.tableLayoutPanelProfitHeader.Location = new System.Drawing.Point(4, 0); this.tableLayoutPanelProfitHeader.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelProfitHeader.Name = "tableLayoutPanelProfitHeader"; this.tableLayoutPanelProfitHeader.RowCount = 1; this.tableLayoutPanelProfitHeader.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelProfitHeader.Size = new System.Drawing.Size(66, 28); this.tableLayoutPanelProfitHeader.TabIndex = 3; // // labelTotalProfit // this.labelTotalProfit.AutoSize = true; this.labelTotalProfit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(233)))), ((int)(((byte)(233))))); this.labelTotalProfit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelTotalProfit.Dock = System.Windows.Forms.DockStyle.Fill; this.labelTotalProfit.ForeColor = System.Drawing.Color.Black; this.labelTotalProfit.Location = new System.Drawing.Point(0, 0); this.labelTotalProfit.Margin = new System.Windows.Forms.Padding(0); this.labelTotalProfit.Name = "labelTotalProfit"; this.labelTotalProfit.Size = new System.Drawing.Size(45, 28); this.labelTotalProfit.TabIndex = 2; this.labelTotalProfit.Text = "▾ Profit"; this.labelTotalProfit.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelTotalProfitValue // this.labelTotalProfitValue.AutoSize = true; this.labelTotalProfitValue.BackColor = System.Drawing.Color.Black; this.labelTotalProfitValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelTotalProfitValue.Dock = System.Windows.Forms.DockStyle.Fill; this.labelTotalProfitValue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, 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(45, 0); this.labelTotalProfitValue.Margin = new System.Windows.Forms.Padding(0); this.labelTotalProfitValue.Name = "labelTotalProfitValue"; this.labelTotalProfitValue.Padding = new System.Windows.Forms.Padding(1, 0, 4, 0); this.labelTotalProfitValue.Size = new System.Drawing.Size(21, 28); this.labelTotalProfitValue.TabIndex = 3; this.labelTotalProfitValue.Text = "0"; this.labelTotalProfitValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableLayoutPanelOpenProfitHeader // this.tableLayoutPanelOpenProfitHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.tableLayoutPanelOpenProfitHeader.AutoSize = true; this.tableLayoutPanelOpenProfitHeader.ColumnCount = 2; this.tableLayoutPanelOpenProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelOpenProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelOpenProfitHeader.Location = new System.Drawing.Point(74, 0); this.tableLayoutPanelOpenProfitHeader.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0); this.tableLayoutPanelOpenProfitHeader.Name = "tableLayoutPanelOpenProfitHeader"; this.tableLayoutPanelOpenProfitHeader.RowCount = 1; this.tableLayoutPanelOpenProfitHeader.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelOpenProfitHeader.Size = new System.Drawing.Size(0, 28); this.tableLayoutPanelOpenProfitHeader.TabIndex = 4; // // tableLayoutPanelClosedProfitHeader // this.tableLayoutPanelClosedProfitHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.tableLayoutPanelClosedProfitHeader.AutoSize = true; this.tableLayoutPanelClosedProfitHeader.ColumnCount = 2; this.tableLayoutPanelClosedProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelClosedProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelClosedProfitHeader.Location = new System.Drawing.Point(78, 0); this.tableLayoutPanelClosedProfitHeader.Margin = new System.Windows.Forms.Padding(4, 0, 0, 0); this.tableLayoutPanelClosedProfitHeader.Name = "tableLayoutPanelClosedProfitHeader"; this.tableLayoutPanelClosedProfitHeader.RowCount = 1; this.tableLayoutPanelClosedProfitHeader.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelClosedProfitHeader.Size = new System.Drawing.Size(0, 28); this.tableLayoutPanelClosedProfitHeader.TabIndex = 5; // // label3 // this.label3.Location = new System.Drawing.Point(78, 0); this.label3.Margin = new System.Windows.Forms.Padding(0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(5, 28); this.label3.TabIndex = 6; // // linkLabel // this.linkLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.linkLabel.AutoSize = true; this.linkLabel.BackColor = System.Drawing.Color.Transparent; this.linkLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel.Location = new System.Drawing.Point(672, 202); this.linkLabel.Name = "linkLabel"; this.linkLabel.Size = new System.Drawing.Size(110, 25); this.linkLabel.TabIndex = 1; this.linkLabel.TabStop = true; this.linkLabel.Text = "linkLabel1"; this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // lblMessage // this.lblMessage.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblMessage.AutoSize = true; this.lblMessage.BackColor = System.Drawing.Color.Transparent; this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMessage.ForeColor = System.Drawing.Color.White; this.lblMessage.Location = new System.Drawing.Point(542, 138); this.lblMessage.MaximumSize = new System.Drawing.Size(350, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(70, 25); this.lblMessage.TabIndex = 0; this.lblMessage.Text = "label1"; // // formSnapper1 // this.formSnapper1.ContainerControl = this; this.formSnapper1.Enabled = false; this.formSnapper1.FamilyName = ""; this.formSnapper1.SnapDistance = 20; this.formSnapper1.Win10HeightAdjustment = 0; this.formSnapper1.Win10WidthAdjustment = 0; // // AIStrategyForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1357, 368); this.Controls.Add(this.pnlMarketing); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "AIStrategyForm"; this.Text = "AIStrategyForm"; this.TextChanged += new System.EventHandler(this.AIStrategyForm_TextChanged); this.VisibleChanged += new System.EventHandler(this.AIStrategyForm_VisibleChanged); this.Resize += new System.EventHandler(this.AIStrategyForm_Resize); this.pnlMarketing.ResumeLayout(false); this.pnlMarketing.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanelPandLChart.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chartPandL)).EndInit(); this.panelRiskMode.ResumeLayout(false); this.tableLayoutPanelModeRanker.ResumeLayout(false); this.tableLayoutPanelModeRanker.PerformLayout(); this.panelRiskOffValue.ResumeLayout(false); this.flowLayoutPanelConservative.ResumeLayout(false); this.flowLayoutPanelConservative.PerformLayout(); this.tableLayoutPanelTop.ResumeLayout(false); this.tableLayoutPanelTop.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.flowLayoutPanelSummary.ResumeLayout(false); this.flowLayoutPanelSummary.PerformLayout(); this.tableLayoutPanelProfitHeader.ResumeLayout(false); this.tableLayoutPanelProfitHeader.PerformLayout(); this.ResumeLayout(false); } #endregion private TradeIdeas.TIProGUI.CustomPanel pnlMarketing; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.LinkLabel linkLabel; private Informacija.FormSnapper formSnapper1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.ComboBox cboStrategies; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cboFilters; private System.Windows.Forms.Label label2; private System.Windows.Forms.DataVisualization.Charting.Chart chartPandL; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelPandLChart; private System.Windows.Forms.Label labelTotalProfit; private System.Windows.Forms.Label labelTotalProfitValue; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelProfitHeader; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelTop; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelSummary; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelOpenProfitHeader; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelClosedProfitHeader; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelModeRanker; private System.Windows.Forms.Panel panelRiskMode; private System.Windows.Forms.Label labelRiskOffValue; private System.Windows.Forms.Label labelRiskOffHeading; private System.Windows.Forms.Panel panelRiskOffValue; private System.Windows.Forms.Label labelProfitPercent; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelConservative; private System.Windows.Forms.Label labelIconConservative; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Label label3; } }