namespace FFDDR
{
partial class FFDDR
{
///
/// 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 Windows Form 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(FFDDR));
this.mainScreen1 = new System.Windows.Forms.PictureBox();
this.redLabel = new System.Windows.Forms.Label();
this.blueLabel = new System.Windows.Forms.Label();
this.greenLabel = new System.Windows.Forms.Label();
this.yellowLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.mainScreen1)).BeginInit();
this.SuspendLayout();
//
// mainScreen1
//
this.mainScreen1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("mainScreen1.BackgroundImage")));
this.mainScreen1.Location = new System.Drawing.Point(0, 0);
this.mainScreen1.Name = "mainScreen1";
this.mainScreen1.Size = new System.Drawing.Size(1187, 561);
this.mainScreen1.TabIndex = 6;
this.mainScreen1.TabStop = false;
//
// redLabel
//
this.redLabel.AutoSize = true;
this.redLabel.BackColor = System.Drawing.Color.Transparent;
this.redLabel.Font = new System.Drawing.Font("Moire", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.redLabel.ForeColor = System.Drawing.Color.Red;
this.redLabel.Location = new System.Drawing.Point(12, 37);
this.redLabel.Name = "redLabel";
this.redLabel.Size = new System.Drawing.Size(29, 29);
this.redLabel.TabIndex = 7;
this.redLabel.Text = "0";
//
// blueLabel
//
this.blueLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.blueLabel.AutoSize = true;
this.blueLabel.BackColor = System.Drawing.Color.Transparent;
this.blueLabel.Font = new System.Drawing.Font("Moire", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.blueLabel.ForeColor = System.Drawing.Color.Aqua;
this.blueLabel.Location = new System.Drawing.Point(1143, 37);
this.blueLabel.Name = "blueLabel";
this.blueLabel.Size = new System.Drawing.Size(29, 29);
this.blueLabel.TabIndex = 8;
this.blueLabel.Text = "0";
//
// greenLabel
//
this.greenLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.greenLabel.AutoSize = true;
this.greenLabel.BackColor = System.Drawing.Color.Transparent;
this.greenLabel.Font = new System.Drawing.Font("Moire", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.greenLabel.ForeColor = System.Drawing.Color.Lime;
this.greenLabel.Location = new System.Drawing.Point(1143, 489);
this.greenLabel.Name = "greenLabel";
this.greenLabel.Size = new System.Drawing.Size(29, 29);
this.greenLabel.TabIndex = 9;
this.greenLabel.Text = "0";
//
// yellowLabel
//
this.yellowLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.yellowLabel.AutoSize = true;
this.yellowLabel.BackColor = System.Drawing.Color.Transparent;
this.yellowLabel.Font = new System.Drawing.Font("Moire", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.yellowLabel.ForeColor = System.Drawing.Color.Yellow;
this.yellowLabel.Location = new System.Drawing.Point(12, 489);
this.yellowLabel.Name = "yellowLabel";
this.yellowLabel.Size = new System.Drawing.Size(29, 29);
this.yellowLabel.TabIndex = 10;
this.yellowLabel.Text = "0";
//
// FFDDR
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(1184, 561);
this.Controls.Add(this.yellowLabel);
this.Controls.Add(this.greenLabel);
this.Controls.Add(this.blueLabel);
this.Controls.Add(this.redLabel);
this.Controls.Add(this.mainScreen1);
this.DoubleBuffered = true;
this.Name = "FFDDR";
this.Text = "FFDDR";
this.Load += new System.EventHandler(this.FFDDR_Load);
this.Resize += new System.EventHandler(this.FFDDR_Resize);
((System.ComponentModel.ISupportInitialize)(this.mainScreen1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox mainScreen1;
private System.Windows.Forms.Label redLabel;
private System.Windows.Forms.Label blueLabel;
private System.Windows.Forms.Label greenLabel;
private System.Windows.Forms.Label yellowLabel;
}
}