namespace TIProSkunkWorksExtension { partial class RealTimeStockRaceControl { /// /// 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.picRaceLights = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.picRaceLights)).BeginInit(); this.SuspendLayout(); // // lblCountDown // this.lblCountDown.BackColor = System.Drawing.Color.Transparent; 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(337, 79); this.lblCountDown.Name = "lblCountDown"; this.lblCountDown.Size = new System.Drawing.Size(79, 53); this.lblCountDown.TabIndex = 1; this.lblCountDown.Text = "30"; this.lblCountDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblCountDown.Visible = false; // // picRaceLights // this.picRaceLights.Image = global::TIProSkunkWorksExtension.Properties.Resources.racelights_red; this.picRaceLights.Location = new System.Drawing.Point(338, 82); this.picRaceLights.Name = "picRaceLights"; this.picRaceLights.Size = new System.Drawing.Size(96, 67); this.picRaceLights.TabIndex = 2; this.picRaceLights.TabStop = false; // // RealTimeStockRaceControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DarkGray; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.picRaceLights); this.Controls.Add(this.lblCountDown); this.DoubleBuffered = true; this.Name = "RealTimeStockRaceControl"; this.Size = new System.Drawing.Size(798, 224); this.Resize += new System.EventHandler(this.RealTimeStockRaceControl_Resize); ((System.ComponentModel.ISupportInitialize)(this.picRaceLights)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblCountDown; private System.Windows.Forms.PictureBox picRaceLights; } }