namespace TradeIdeas.TIProGUI.RealTimeStockRace { partial class RaceStartControl { /// /// 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.lblCountDown = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblCountDown // this.lblCountDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCountDown.ForeColor = System.Drawing.Color.White; this.lblCountDown.Location = new System.Drawing.Point(179, 90); this.lblCountDown.Name = "lblCountDown"; this.lblCountDown.Size = new System.Drawing.Size(79, 53); this.lblCountDown.TabIndex = 0; this.lblCountDown.Text = "30"; this.lblCountDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // RaceStartControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.lblCountDown); this.DoubleBuffered = true; this.Name = "RaceStartControl"; this.Size = new System.Drawing.Size(473, 241); this.Resize += new System.EventHandler(this.RaceStartControl_Resize); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblCountDown; } }