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