namespace TradeIdeas.TIProGUI.LimitAlerts { partial class LimitAlertsForm { /// /// 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.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(); System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LimitAlertsForm)); this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanelPandLCharts = new System.Windows.Forms.TableLayoutPanel(); this.labelChartDaily = new System.Windows.Forms.Label(); this.chartPandLDaily = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.chartPandLIntraday = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.labelChartIntraday = new System.Windows.Forms.Label(); this.tableLayoutPanelFilter = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanelFilter = new System.Windows.Forms.FlowLayoutPanel(); this.labelStatus = new System.Windows.Forms.Label(); this.comboBoxStatusFilter = new System.Windows.Forms.ComboBox(); this.flowLayoutPanel1 = 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.pnlMarketing = new TradeIdeas.TIProGUI.CustomPanel(); this.linkLabel = new System.Windows.Forms.LinkLabel(); this.lblMessage = new System.Windows.Forms.Label(); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.tableLayoutPanelMain.SuspendLayout(); this.tableLayoutPanelPandLCharts.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartPandLDaily)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartPandLIntraday)).BeginInit(); this.tableLayoutPanelFilter.SuspendLayout(); this.flowLayoutPanelFilter.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.tableLayoutPanelProfitHeader.SuspendLayout(); this.pnlMarketing.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanelMain // this.tableLayoutPanelMain.AutoSize = true; this.tableLayoutPanelMain.BackColor = System.Drawing.SystemColors.Control; this.tableLayoutPanelMain.ColumnCount = 2; this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelMain.Controls.Add(this.tableLayoutPanelPandLCharts, 0, 1); this.tableLayoutPanelMain.Controls.Add(this.tableLayoutPanelFilter, 0, 0); this.tableLayoutPanelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelMain.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelMain.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelMain.Name = "tableLayoutPanelMain"; this.tableLayoutPanelMain.RowCount = 2; this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelMain.Size = new System.Drawing.Size(745, 370); this.tableLayoutPanelMain.TabIndex = 0; // // tableLayoutPanelPandLCharts // this.tableLayoutPanelPandLCharts.AutoSize = true; this.tableLayoutPanelPandLCharts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.tableLayoutPanelPandLCharts.ColumnCount = 1; this.tableLayoutPanelPandLCharts.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelPandLCharts.Controls.Add(this.labelChartDaily, 0, 2); this.tableLayoutPanelPandLCharts.Controls.Add(this.chartPandLDaily, 0, 3); this.tableLayoutPanelPandLCharts.Controls.Add(this.chartPandLIntraday, 0, 1); this.tableLayoutPanelPandLCharts.Controls.Add(this.labelChartIntraday, 0, 0); this.tableLayoutPanelPandLCharts.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelPandLCharts.Location = new System.Drawing.Point(0, 30); this.tableLayoutPanelPandLCharts.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelPandLCharts.Name = "tableLayoutPanelPandLCharts"; this.tableLayoutPanelPandLCharts.Padding = new System.Windows.Forms.Padding(4, 0, 4, 4); this.tableLayoutPanelPandLCharts.RowCount = 4; this.tableLayoutPanelPandLCharts.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelPandLCharts.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelPandLCharts.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelPandLCharts.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelPandLCharts.Size = new System.Drawing.Size(189, 340); this.tableLayoutPanelPandLCharts.TabIndex = 3; // // labelChartDaily // this.labelChartDaily.AutoSize = true; this.labelChartDaily.BackColor = System.Drawing.SystemColors.Control; this.labelChartDaily.Location = new System.Drawing.Point(7, 184); this.labelChartDaily.Name = "labelChartDaily"; this.labelChartDaily.Size = new System.Drawing.Size(30, 13); this.labelChartDaily.TabIndex = 5; this.labelChartDaily.Text = "Daily"; // // chartPandLDaily // this.chartPandLDaily.BackColor = System.Drawing.Color.LightGray; this.chartPandLDaily.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))); this.chartPandLDaily.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid; chartArea1.AxisX.LabelStyle.Enabled = false; chartArea1.Name = "ChartArea1"; this.chartPandLDaily.ChartAreas.Add(chartArea1); this.chartPandLDaily.Location = new System.Drawing.Point(4, 197); this.chartPandLDaily.Margin = new System.Windows.Forms.Padding(0); this.chartPandLDaily.MinimumSize = new System.Drawing.Size(181, 10); this.chartPandLDaily.Name = "chartPandLDaily"; series1.ChartArea = "ChartArea1"; series1.Name = "Series1"; this.chartPandLDaily.Series.Add(series1); this.chartPandLDaily.Size = new System.Drawing.Size(181, 161); this.chartPandLDaily.TabIndex = 3; this.chartPandLDaily.Text = "chart1"; // // chartPandLIntraday // this.chartPandLIntraday.BackColor = System.Drawing.Color.LightGray; this.chartPandLIntraday.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))); this.chartPandLIntraday.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid; chartArea2.AxisX.LabelStyle.Enabled = false; chartArea2.Name = "ChartArea1"; this.chartPandLIntraday.ChartAreas.Add(chartArea2); this.chartPandLIntraday.Location = new System.Drawing.Point(4, 13); this.chartPandLIntraday.Margin = new System.Windows.Forms.Padding(0, 0, 0, 10); this.chartPandLIntraday.MinimumSize = new System.Drawing.Size(181, 10); this.chartPandLIntraday.Name = "chartPandLIntraday"; series2.ChartArea = "ChartArea1"; series2.Name = "Series1"; this.chartPandLIntraday.Series.Add(series2); this.chartPandLIntraday.Size = new System.Drawing.Size(181, 161); this.chartPandLIntraday.TabIndex = 2; this.chartPandLIntraday.Text = "chart1"; // // labelChartIntraday // this.labelChartIntraday.AutoSize = true; this.labelChartIntraday.BackColor = System.Drawing.SystemColors.Control; this.labelChartIntraday.Location = new System.Drawing.Point(7, 0); this.labelChartIntraday.Name = "labelChartIntraday"; this.labelChartIntraday.Size = new System.Drawing.Size(45, 13); this.labelChartIntraday.TabIndex = 4; this.labelChartIntraday.Text = "Intraday"; // // tableLayoutPanelFilter // this.tableLayoutPanelFilter.AutoSize = true; this.tableLayoutPanelFilter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(79))))); this.tableLayoutPanelFilter.ColumnCount = 3; this.tableLayoutPanelMain.SetColumnSpan(this.tableLayoutPanelFilter, 2); this.tableLayoutPanelFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelFilter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelFilter.Controls.Add(this.flowLayoutPanelFilter, 2, 0); this.tableLayoutPanelFilter.Controls.Add(this.flowLayoutPanel1, 1, 0); this.tableLayoutPanelFilter.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelFilter.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelFilter.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelFilter.Name = "tableLayoutPanelFilter"; this.tableLayoutPanelFilter.RowCount = 1; this.tableLayoutPanelFilter.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelFilter.Size = new System.Drawing.Size(745, 30); this.tableLayoutPanelFilter.TabIndex = 2; // // flowLayoutPanelFilter // this.flowLayoutPanelFilter.AutoSize = true; this.flowLayoutPanelFilter.Controls.Add(this.labelStatus); this.flowLayoutPanelFilter.Controls.Add(this.comboBoxStatusFilter); this.flowLayoutPanelFilter.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelFilter.Location = new System.Drawing.Point(560, 0); this.flowLayoutPanelFilter.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelFilter.Name = "flowLayoutPanelFilter"; this.flowLayoutPanelFilter.Size = new System.Drawing.Size(185, 30); this.flowLayoutPanelFilter.TabIndex = 1; this.flowLayoutPanelFilter.WrapContents = false; // // labelStatus // this.labelStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelStatus.AutoSize = true; this.labelStatus.ForeColor = System.Drawing.Color.White; this.labelStatus.Location = new System.Drawing.Point(0, 0); this.labelStatus.Margin = new System.Windows.Forms.Padding(0); this.labelStatus.Name = "labelStatus"; this.labelStatus.Size = new System.Drawing.Size(37, 29); this.labelStatus.TabIndex = 1; this.labelStatus.Text = "Status"; this.labelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // comboBoxStatusFilter // this.comboBoxStatusFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxStatusFilter.FormattingEnabled = true; this.comboBoxStatusFilter.Items.AddRange(new object[] { "All Statuses"}); this.comboBoxStatusFilter.Location = new System.Drawing.Point(41, 4); this.comboBoxStatusFilter.Margin = new System.Windows.Forms.Padding(4); this.comboBoxStatusFilter.Name = "comboBoxStatusFilter"; this.comboBoxStatusFilter.Size = new System.Drawing.Size(140, 21); this.comboBoxStatusFilter.TabIndex = 0; this.comboBoxStatusFilter.Click += new System.EventHandler(this.comboBoxTypeFilter_Click); // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanelProfitHeader); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(4); this.flowLayoutPanel1.Size = new System.Drawing.Size(560, 30); this.flowLayoutPanel1.TabIndex = 2; // // tableLayoutPanelProfitHeader // this.tableLayoutPanelProfitHeader.ColumnCount = 2; this.tableLayoutPanelProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanelProfitHeader.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanelProfitHeader.Controls.Add(this.labelTotalProfit, 0, 0); this.tableLayoutPanelProfitHeader.Controls.Add(this.labelTotalProfitValue, 1, 0); this.tableLayoutPanelProfitHeader.Location = new System.Drawing.Point(4, 4); 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(181, 22); this.tableLayoutPanelProfitHeader.TabIndex = 4; // // labelTotalProfit // 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(90, 22); this.labelTotalProfit.TabIndex = 2; this.labelTotalProfit.Text = "Since Trig ($)"; 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(90, 0); this.labelTotalProfitValue.Margin = new System.Windows.Forms.Padding(0); this.labelTotalProfitValue.Name = "labelTotalProfitValue"; this.labelTotalProfitValue.Size = new System.Drawing.Size(91, 22); this.labelTotalProfitValue.TabIndex = 3; this.labelTotalProfitValue.Text = "0"; this.labelTotalProfitValue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pnlMarketing // this.pnlMarketing.BackColor = System.Drawing.Color.Yellow; this.pnlMarketing.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlMarketing.BackgroundImage"))); this.pnlMarketing.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; 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(745, 370); this.pnlMarketing.TabIndex = 2; // // 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(224, 218); 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.linkLabel_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(182, 146); this.lblMessage.MaximumSize = new System.Drawing.Size(400, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(146, 25); this.lblMessage.TabIndex = 0; this.lblMessage.Text = "labelMessage"; // // formSnapper1 // this.formSnapper1.ContainerControl = this; this.formSnapper1.Enabled = false; this.formSnapper1.FamilyName = ""; this.formSnapper1.SnapDistance = 20; this.formSnapper1.Win10HeightAdjustment = 0; this.formSnapper1.Win10WidthAdjustment = 0; // // LimitAlertsForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(745, 370); this.Controls.Add(this.tableLayoutPanelMain); this.Controls.Add(this.pnlMarketing); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "LimitAlertsForm"; this.Text = "LimitAlertsForm"; this.Shown += new System.EventHandler(this.LimitAlertsForm_Shown); this.TextChanged += new System.EventHandler(this.LimitAlertsForm_TextChanged); this.VisibleChanged += new System.EventHandler(this.LimitAlertsForm_VisibleChanged_2); this.tableLayoutPanelMain.ResumeLayout(false); this.tableLayoutPanelMain.PerformLayout(); this.tableLayoutPanelPandLCharts.ResumeLayout(false); this.tableLayoutPanelPandLCharts.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartPandLDaily)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartPandLIntraday)).EndInit(); this.tableLayoutPanelFilter.ResumeLayout(false); this.tableLayoutPanelFilter.PerformLayout(); this.flowLayoutPanelFilter.ResumeLayout(false); this.flowLayoutPanelFilter.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.tableLayoutPanelProfitHeader.ResumeLayout(false); this.tableLayoutPanelProfitHeader.PerformLayout(); this.pnlMarketing.ResumeLayout(false); this.pnlMarketing.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Informacija.FormSnapper formSnapper1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelFilter; private System.Windows.Forms.ComboBox comboBoxStatusFilter; private System.Windows.Forms.Label labelStatus; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelFilter; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelProfitHeader; private System.Windows.Forms.Label labelTotalProfit; private System.Windows.Forms.Label labelTotalProfitValue; private CustomPanel pnlMarketing; private System.Windows.Forms.LinkLabel linkLabel; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelPandLCharts; private System.Windows.Forms.DataVisualization.Charting.Chart chartPandLDaily; private System.Windows.Forms.DataVisualization.Charting.Chart chartPandLIntraday; private System.Windows.Forms.Label labelChartDaily; private System.Windows.Forms.Label labelChartIntraday; } }