namespace AIStrategyWindow { partial class LongTermStrategyTradeTileControl { /// /// 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.pnlChart = new System.Windows.Forms.Panel(); this.lblSymbolCompany = new System.Windows.Forms.Label(); this.btnClose = new System.Windows.Forms.Button(); this.tlpSymbolData = new System.Windows.Forms.TableLayoutPanel(); this.lblLongShort = new System.Windows.Forms.Label(); this.lblSymbol = new System.Windows.Forms.Label(); this.lblEntryPriceDate = new System.Windows.Forms.Label(); this.tlpPrices = new System.Windows.Forms.TableLayoutPanel(); this.panel3 = new System.Windows.Forms.Panel(); this.lblTotalChangePercent = new System.Windows.Forms.Label(); this.lblTotalChangePercentDesc = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.lblTotalChange = new System.Windows.Forms.Label(); this.lblTotalChangeDesc = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.lblLastPrice = new System.Windows.Forms.Label(); this.lblLastPriceDesc = new System.Windows.Forms.Label(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.pnlDaysProfitable = new System.Windows.Forms.Panel(); this.lblDaysProfitableDesc = new System.Windows.Forms.Label(); this.lblDaysProfitable = new System.Windows.Forms.Label(); this.lblDaysNotProfitable = new System.Windows.Forms.Label(); this.tlpSymbolData.SuspendLayout(); this.tlpPrices.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.pnlDaysProfitable.SuspendLayout(); this.SuspendLayout(); // // pnlChart // this.pnlChart.Location = new System.Drawing.Point(0, 29); this.pnlChart.Name = "pnlChart"; this.pnlChart.Size = new System.Drawing.Size(251, 155); this.pnlChart.TabIndex = 0; // // lblSymbolCompany // this.lblSymbolCompany.Location = new System.Drawing.Point(8, 8); this.lblSymbolCompany.Name = "lblSymbolCompany"; this.lblSymbolCompany.Size = new System.Drawing.Size(208, 13); this.lblSymbolCompany.TabIndex = 1; this.lblSymbolCompany.Text = "Symbol - Company Name"; this.lblSymbolCompany.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblSymbolCompany_MouseDown); // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Firebrick; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(222, 3); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 23); this.btnClose.TabIndex = 2; this.btnClose.Text = "X"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // tlpSymbolData // this.tlpSymbolData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tlpSymbolData.ColumnCount = 3; this.tlpSymbolData.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpSymbolData.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpSymbolData.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpSymbolData.Controls.Add(this.lblLongShort, 0, 0); this.tlpSymbolData.Controls.Add(this.lblSymbol, 1, 0); this.tlpSymbolData.Controls.Add(this.lblEntryPriceDate, 2, 0); this.tlpSymbolData.Location = new System.Drawing.Point(0, 188); this.tlpSymbolData.Name = "tlpSymbolData"; this.tlpSymbolData.RowCount = 1; this.tlpSymbolData.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpSymbolData.Size = new System.Drawing.Size(251, 13); this.tlpSymbolData.TabIndex = 3; // // lblLongShort // this.lblLongShort.AutoSize = true; this.lblLongShort.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLongShort.Location = new System.Drawing.Point(1, 0); this.lblLongShort.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0); this.lblLongShort.Name = "lblLongShort"; this.lblLongShort.Size = new System.Drawing.Size(50, 13); this.lblLongShort.TabIndex = 0; this.lblLongShort.Text = "SHORT"; // // lblSymbol // this.lblSymbol.AutoSize = true; this.lblSymbol.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSymbol.Location = new System.Drawing.Point(52, 0); this.lblSymbol.Margin = new System.Windows.Forms.Padding(0); this.lblSymbol.Name = "lblSymbol"; this.lblSymbol.Size = new System.Drawing.Size(39, 13); this.lblSymbol.TabIndex = 1; this.lblSymbol.Text = "TEST"; // // lblEntryPriceDate // this.lblEntryPriceDate.AutoSize = true; this.lblEntryPriceDate.Location = new System.Drawing.Point(91, 0); this.lblEntryPriceDate.Margin = new System.Windows.Forms.Padding(0); this.lblEntryPriceDate.Name = "lblEntryPriceDate"; this.lblEntryPriceDate.Size = new System.Drawing.Size(112, 13); this.lblEntryPriceDate.TabIndex = 2; this.lblEntryPriceDate.Text = "@ $1.00 on 1/1/2022"; // // tlpPrices // this.tlpPrices.ColumnCount = 3; this.tlpPrices.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tlpPrices.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.tlpPrices.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F)); this.tlpPrices.Controls.Add(this.panel3, 2, 0); this.tlpPrices.Controls.Add(this.panel2, 1, 0); this.tlpPrices.Controls.Add(this.panel1, 0, 0); this.tlpPrices.Location = new System.Drawing.Point(0, 204); this.tlpPrices.Name = "tlpPrices"; this.tlpPrices.RowCount = 1; this.tlpPrices.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpPrices.Size = new System.Drawing.Size(250, 30); this.tlpPrices.TabIndex = 4; // // panel3 // this.panel3.Controls.Add(this.lblTotalChangePercent); this.panel3.Controls.Add(this.lblTotalChangePercentDesc); this.panel3.Location = new System.Drawing.Point(167, 1); this.panel3.Margin = new System.Windows.Forms.Padding(1); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(81, 26); this.panel3.TabIndex = 2; // // lblTotalChangePercent // this.lblTotalChangePercent.BackColor = System.Drawing.Color.LightGray; this.lblTotalChangePercent.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTotalChangePercent.Location = new System.Drawing.Point(0, 11); this.lblTotalChangePercent.Margin = new System.Windows.Forms.Padding(0); this.lblTotalChangePercent.Name = "lblTotalChangePercent"; this.lblTotalChangePercent.Size = new System.Drawing.Size(81, 14); this.lblTotalChangePercent.TabIndex = 1; this.lblTotalChangePercent.Text = "0.0%"; this.lblTotalChangePercent.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblTotalChangePercentDesc // this.lblTotalChangePercentDesc.BackColor = System.Drawing.Color.LightGray; this.lblTotalChangePercentDesc.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTotalChangePercentDesc.Location = new System.Drawing.Point(0, 1); this.lblTotalChangePercentDesc.Margin = new System.Windows.Forms.Padding(0); this.lblTotalChangePercentDesc.Name = "lblTotalChangePercentDesc"; this.lblTotalChangePercentDesc.Size = new System.Drawing.Size(81, 10); this.lblTotalChangePercentDesc.TabIndex = 0; this.lblTotalChangePercentDesc.Text = "TOTAL % CHANGE"; this.lblTotalChangePercentDesc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel2 // this.panel2.Controls.Add(this.lblTotalChange); this.panel2.Controls.Add(this.lblTotalChangeDesc); this.panel2.Location = new System.Drawing.Point(84, 1); this.panel2.Margin = new System.Windows.Forms.Padding(1); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(81, 26); this.panel2.TabIndex = 1; // // lblTotalChange // this.lblTotalChange.BackColor = System.Drawing.Color.LightGray; this.lblTotalChange.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTotalChange.Location = new System.Drawing.Point(0, 11); this.lblTotalChange.Margin = new System.Windows.Forms.Padding(0); this.lblTotalChange.Name = "lblTotalChange"; this.lblTotalChange.Size = new System.Drawing.Size(81, 14); this.lblTotalChange.TabIndex = 1; this.lblTotalChange.Text = "$0.00"; this.lblTotalChange.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblTotalChangeDesc // this.lblTotalChangeDesc.BackColor = System.Drawing.Color.LightGray; this.lblTotalChangeDesc.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTotalChangeDesc.Location = new System.Drawing.Point(0, 1); this.lblTotalChangeDesc.Margin = new System.Windows.Forms.Padding(0); this.lblTotalChangeDesc.Name = "lblTotalChangeDesc"; this.lblTotalChangeDesc.Size = new System.Drawing.Size(81, 10); this.lblTotalChangeDesc.TabIndex = 0; this.lblTotalChangeDesc.Text = "TOTAL $ CHANGE"; this.lblTotalChangeDesc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel1 // this.panel1.Controls.Add(this.lblLastPrice); this.panel1.Controls.Add(this.lblLastPriceDesc); this.panel1.Location = new System.Drawing.Point(1, 1); this.panel1.Margin = new System.Windows.Forms.Padding(1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(81, 26); this.panel1.TabIndex = 0; // // lblLastPrice // this.lblLastPrice.BackColor = System.Drawing.Color.LightGray; this.lblLastPrice.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLastPrice.Location = new System.Drawing.Point(0, 11); this.lblLastPrice.Margin = new System.Windows.Forms.Padding(0); this.lblLastPrice.Name = "lblLastPrice"; this.lblLastPrice.Size = new System.Drawing.Size(81, 14); this.lblLastPrice.TabIndex = 1; this.lblLastPrice.Text = "$0.00"; this.lblLastPrice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblLastPriceDesc // this.lblLastPriceDesc.BackColor = System.Drawing.Color.LightGray; this.lblLastPriceDesc.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLastPriceDesc.Location = new System.Drawing.Point(0, 1); this.lblLastPriceDesc.Margin = new System.Windows.Forms.Padding(0); this.lblLastPriceDesc.Name = "lblLastPriceDesc"; this.lblLastPriceDesc.Size = new System.Drawing.Size(81, 10); this.lblLastPriceDesc.TabIndex = 0; this.lblLastPriceDesc.Text = "SIGNAL PRICE"; this.lblLastPriceDesc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // pnlDaysProfitable // this.pnlDaysProfitable.BackColor = System.Drawing.Color.LightGray; this.pnlDaysProfitable.Controls.Add(this.lblDaysProfitableDesc); this.pnlDaysProfitable.Controls.Add(this.lblDaysProfitable); this.pnlDaysProfitable.Controls.Add(this.lblDaysNotProfitable); this.pnlDaysProfitable.Location = new System.Drawing.Point(1, 234); this.pnlDaysProfitable.Name = "pnlDaysProfitable"; this.pnlDaysProfitable.Size = new System.Drawing.Size(247, 22); this.pnlDaysProfitable.TabIndex = 5; this.pnlDaysProfitable.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlDaysProfitable_Paint); // // lblDaysProfitableDesc // this.lblDaysProfitableDesc.BackColor = System.Drawing.Color.Transparent; this.lblDaysProfitableDesc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDaysProfitableDesc.ForeColor = System.Drawing.Color.White; this.lblDaysProfitableDesc.Location = new System.Drawing.Point(42, 5); this.lblDaysProfitableDesc.Name = "lblDaysProfitableDesc"; this.lblDaysProfitableDesc.Size = new System.Drawing.Size(159, 13); this.lblDaysProfitableDesc.TabIndex = 2; this.lblDaysProfitableDesc.Text = "DAYS PROFITABLE"; this.lblDaysProfitableDesc.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // lblDaysProfitable // this.lblDaysProfitable.BackColor = System.Drawing.Color.Transparent; this.lblDaysProfitable.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDaysProfitable.ForeColor = System.Drawing.Color.White; this.lblDaysProfitable.Location = new System.Drawing.Point(207, 5); this.lblDaysProfitable.Name = "lblDaysProfitable"; this.lblDaysProfitable.Size = new System.Drawing.Size(38, 13); this.lblDaysProfitable.TabIndex = 1; this.lblDaysProfitable.Text = "0"; this.lblDaysProfitable.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblDaysNotProfitable // this.lblDaysNotProfitable.AutoSize = true; this.lblDaysNotProfitable.BackColor = System.Drawing.Color.Transparent; this.lblDaysNotProfitable.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDaysNotProfitable.ForeColor = System.Drawing.Color.White; this.lblDaysNotProfitable.Location = new System.Drawing.Point(4, 5); this.lblDaysNotProfitable.Name = "lblDaysNotProfitable"; this.lblDaysNotProfitable.Size = new System.Drawing.Size(14, 13); this.lblDaysNotProfitable.TabIndex = 0; this.lblDaysNotProfitable.Text = "0"; // // LongTermStrategyTradeTileControl // this.AllowDrop = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.pnlDaysProfitable); this.Controls.Add(this.tlpPrices); this.Controls.Add(this.tlpSymbolData); this.Controls.Add(this.btnClose); this.Controls.Add(this.lblSymbolCompany); this.Controls.Add(this.pnlChart); this.DoubleBuffered = true; this.Margin = new System.Windows.Forms.Padding(0); this.Name = "LongTermStrategyTradeTileControl"; this.Size = new System.Drawing.Size(251, 260); this.FontChanged += new System.EventHandler(this.LongTermStrategyTradeTileControl_FontChanged); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.LongTermStrategyTradeTileControl_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.LongTermStrategyTradeTileControl_DragEnter); this.tlpSymbolData.ResumeLayout(false); this.tlpSymbolData.PerformLayout(); this.tlpPrices.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.pnlDaysProfitable.ResumeLayout(false); this.pnlDaysProfitable.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnlChart; private System.Windows.Forms.Label lblSymbolCompany; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.TableLayoutPanel tlpSymbolData; private System.Windows.Forms.Label lblLongShort; private System.Windows.Forms.Label lblSymbol; private System.Windows.Forms.Label lblEntryPriceDate; private System.Windows.Forms.TableLayoutPanel tlpPrices; private System.Windows.Forms.Label lblLastPriceDesc; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label lblTotalChangePercent; private System.Windows.Forms.Label lblTotalChangePercentDesc; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label lblTotalChange; private System.Windows.Forms.Label lblTotalChangeDesc; private System.Windows.Forms.Label lblLastPrice; private System.Windows.Forms.Panel pnlDaysProfitable; private System.Windows.Forms.Label lblDaysProfitable; private System.Windows.Forms.Label lblDaysNotProfitable; private System.Windows.Forms.Label lblDaysProfitableDesc; } }