namespace PortEngine
{
partial class EarnSite
{
///
/// 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.btnOpenGTN = new System.Windows.Forms.Button();
this.btnLaunchDTA = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnOpenGTN
//
this.btnOpenGTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOpenGTN.Location = new System.Drawing.Point(30, 75);
this.btnOpenGTN.Name = "btnOpenGTN";
this.btnOpenGTN.Size = new System.Drawing.Size(160, 39);
this.btnOpenGTN.TabIndex = 0;
this.btnOpenGTN.Text = "Guess the Number";
this.btnOpenGTN.UseVisualStyleBackColor = true;
//
// btnLaunchDTA
//
this.btnLaunchDTA.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnLaunchDTA.Location = new System.Drawing.Point(225, 75);
this.btnLaunchDTA.Name = "btnLaunchDTA";
this.btnLaunchDTA.Size = new System.Drawing.Size(160, 39);
this.btnLaunchDTA.TabIndex = 1;
this.btnLaunchDTA.Text = "Dodge the Ad";
this.btnLaunchDTA.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(328, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(154, 24);
this.label1.TabIndex = 2;
this.label1.Text = "PortOS Games";
//
// EarnSite
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label1);
this.Controls.Add(this.btnLaunchDTA);
this.Controls.Add(this.btnOpenGTN);
this.Name = "EarnSite";
this.Size = new System.Drawing.Size(842, 452);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnOpenGTN;
private System.Windows.Forms.Button btnLaunchDTA;
private System.Windows.Forms.Label label1;
}
}