namespace TradeIdeas.TIProGUI.Charting.Controls.CurrentPosition
{
partial class CurrentPositionDisplayControl
{
///
/// 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.SharesCountLabel = new System.Windows.Forms.Label();
this.SharesProfitOrLossLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// shareLabel
//
this.SharesCountLabel.AutoSize = true;
this.SharesCountLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SharesCountLabel.ForeColor = System.Drawing.Color.White;
this.SharesCountLabel.Location = new System.Drawing.Point(2, 2);
this.SharesCountLabel.Padding = new System.Windows.Forms.Padding(0, 1, 0, 1);
this.SharesCountLabel.Name = "shareLabel";
this.SharesCountLabel.Size = new System.Drawing.Size(20, 18);
this.SharesCountLabel.TabIndex = 0;
//
// distancePriceLabel
//
this.SharesProfitOrLossLabel.AutoSize = true;
this.SharesProfitOrLossLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SharesProfitOrLossLabel.ForeColor = System.Drawing.Color.White;
this.SharesProfitOrLossLabel.Location = new System.Drawing.Point(2, 2);
this.SharesProfitOrLossLabel.Padding = new System.Windows.Forms.Padding(0, 1, 0, 1);
this.SharesProfitOrLossLabel.Name = "profitPriceLabel";
this.SharesProfitOrLossLabel.Size = new System.Drawing.Size(20, 18);
this.SharesProfitOrLossLabel.TabIndex = 1;
//
// CurrentPositionLabel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.BackColor = System.Drawing.Color.Black;
this.Controls.Add(this.SharesCountLabel);
this.Controls.Add(this.SharesProfitOrLossLabel);
this.Name = "CurrentPositionLabel";
this.Size = new System.Drawing.Size(64, 26);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.Label SharesCountLabel;
public System.Windows.Forms.Label SharesProfitOrLossLabel;
}
}