namespace TIProSkunkWorksExtension
{
partial class RaceCarControl
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RaceCarControl));
this.lblSymbol = new System.Windows.Forms.Label();
this.picRaceCar = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.picRaceCar)).BeginInit();
this.SuspendLayout();
//
// lblSymbol
//
this.lblSymbol.BackColor = System.Drawing.Color.Black;
this.lblSymbol.ForeColor = System.Drawing.Color.White;
this.lblSymbol.Location = new System.Drawing.Point(0, 0);
this.lblSymbol.Margin = new System.Windows.Forms.Padding(0);
this.lblSymbol.Name = "lblSymbol";
this.lblSymbol.Size = new System.Drawing.Size(44, 27);
this.lblSymbol.TabIndex = 0;
this.lblSymbol.Text = "WIFI";
this.lblSymbol.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblSymbol.TextChanged += new System.EventHandler(this.lblSymbol_TextChanged);
this.lblSymbol.Click += new System.EventHandler(this.lblSymbol_Click);
//
// picRaceCar
//
this.picRaceCar.BackColor = System.Drawing.Color.Transparent;
this.picRaceCar.Image = ((System.Drawing.Image)(resources.GetObject("picRaceCar.Image")));
this.picRaceCar.Location = new System.Drawing.Point(44, 0);
this.picRaceCar.Name = "picRaceCar";
this.picRaceCar.Size = new System.Drawing.Size(81, 27);
this.picRaceCar.TabIndex = 1;
this.picRaceCar.TabStop = false;
this.picRaceCar.Click += new System.EventHandler(this.picRaceCar_Click);
//
// RaceCarControl
//
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.picRaceCar);
this.Controls.Add(this.lblSymbol);
this.DoubleBuffered = true;
this.Name = "RaceCarControl";
this.Size = new System.Drawing.Size(125, 27);
((System.ComponentModel.ISupportInitialize)(this.picRaceCar)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblSymbol;
private System.Windows.Forms.PictureBox picRaceCar;
}
}