namespace TradeIdeas.TIProGUI.RealTimeStockRace { partial class RaceWinnerControl { /// /// 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.components = new System.ComponentModel.Container(); this.lblSymbol = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.moveTimer = new System.Windows.Forms.Timer(this.components); this.lblFinishDetails = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblSymbol // this.lblSymbol.AutoSize = true; this.lblSymbol.BackColor = System.Drawing.Color.Transparent; this.lblSymbol.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSymbol.Location = new System.Drawing.Point(0, 0); this.lblSymbol.Name = "lblSymbol"; this.lblSymbol.Size = new System.Drawing.Size(48, 15); this.lblSymbol.TabIndex = 0; this.lblSymbol.Text = "Symbol"; this.lblSymbol.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblSymbol.Click += new System.EventHandler(this.lblSymbol_Click); // // moveTimer // this.moveTimer.Interval = 10; this.moveTimer.Tick += new System.EventHandler(this.moveTimer_Tick); // // lblFinishDetails // this.lblFinishDetails.AutoSize = true; this.lblFinishDetails.BackColor = System.Drawing.Color.Transparent; this.lblFinishDetails.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblFinishDetails.Location = new System.Drawing.Point(0, 19); this.lblFinishDetails.Name = "lblFinishDetails"; this.lblFinishDetails.Size = new System.Drawing.Size(61, 12); this.lblFinishDetails.TabIndex = 1; this.lblFinishDetails.Text = "Finish Details"; this.lblFinishDetails.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblFinishDetails.Click += new System.EventHandler(this.lblFinishDetails_Click); // // RaceWinnerControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.LimeGreen; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.lblFinishDetails); this.Controls.Add(this.lblSymbol); this.DoubleBuffered = true; this.Margin = new System.Windows.Forms.Padding(0); this.Name = "RaceWinnerControl"; this.Size = new System.Drawing.Size(73, 33); this.Click += new System.EventHandler(this.RaceWinnerControl_Click); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblSymbol; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.Timer moveTimer; private System.Windows.Forms.Label lblFinishDetails; } }