namespace TradeIdeas.TIProGUI
{
partial class IndexPanel
{
///
/// 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.lblLast = new System.Windows.Forms.Label();
this.lblSymbol = new System.Windows.Forms.Label();
this.lblChangePercent = new System.Windows.Forms.Label();
this.lblChange = new System.Windows.Forms.Label();
this.lblArrow = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lblLast
//
this.lblLast.AutoSize = true;
this.lblLast.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.lblLast.Location = new System.Drawing.Point(0, 18);
this.lblLast.Margin = new System.Windows.Forms.Padding(0);
this.lblLast.Name = "lblLast";
this.lblLast.Size = new System.Drawing.Size(43, 13);
this.lblLast.TabIndex = 0;
this.lblLast.Text = " ";
this.lblLast.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// lblSymbol
//
this.lblSymbol.AutoSize = true;
this.lblSymbol.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.lblSymbol.Location = new System.Drawing.Point(0, 1);
this.lblSymbol.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
this.lblSymbol.Name = "lblSymbol";
this.lblSymbol.Size = new System.Drawing.Size(34, 13);
this.lblSymbol.TabIndex = 1;
this.lblSymbol.Text = " ";
//
// lblChangePercent
//
this.lblChangePercent.AutoSize = true;
this.lblChangePercent.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.lblChangePercent.Location = new System.Drawing.Point(67, 18);
this.lblChangePercent.Margin = new System.Windows.Forms.Padding(0);
this.lblChangePercent.Name = "lblChangePercent";
this.lblChangePercent.Size = new System.Drawing.Size(43, 13);
this.lblChangePercent.TabIndex = 3;
this.lblChangePercent.Text = " ";
this.lblChangePercent.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// lblChange
//
this.lblChange.AutoSize = true;
this.lblChange.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.lblChange.Location = new System.Drawing.Point(70, 1);
this.lblChange.Margin = new System.Windows.Forms.Padding(0, 0, 0, 1);
this.lblChange.Name = "lblChange";
this.lblChange.Size = new System.Drawing.Size(31, 13);
this.lblChange.TabIndex = 4;
this.lblChange.Text = " ";
//
// lblArrow
//
this.lblArrow.AutoSize = true;
this.lblArrow.ForeColor = System.Drawing.Color.White;
this.lblArrow.Location = new System.Drawing.Point(53, 3);
this.lblArrow.Name = "lblArrow";
this.lblArrow.Size = new System.Drawing.Size(11, 13);
this.lblArrow.TabIndex = 5;
this.lblArrow.Text = "*";
//
// IndexPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.lblArrow);
this.Controls.Add(this.lblChange);
this.Controls.Add(this.lblChangePercent);
this.Controls.Add(this.lblSymbol);
this.Controls.Add(this.lblLast);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.Margin = new System.Windows.Forms.Padding(1);
this.Name = "IndexPanel";
this.Size = new System.Drawing.Size(115, 34);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblLast;
private System.Windows.Forms.Label lblSymbol;
private System.Windows.Forms.Label lblChangePercent;
private System.Windows.Forms.Label lblChange;
private System.Windows.Forms.Label lblArrow;
}
}