namespace Catch_the_button { partial class LeaderDialog { /// /// 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() { this.score = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.name = new System.Windows.Forms.TextBox(); this.submit = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // score // this.score.AutoSize = true; this.score.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.score.Location = new System.Drawing.Point(13, 80); this.score.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.score.Name = "score"; this.score.Size = new System.Drawing.Size(238, 36); this.score.TabIndex = 0; this.score.Text = "Your score is: ..."; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 123); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(267, 29); this.label1.TabIndex = 1; this.label1.Text = "Please enter your name"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 147); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(377, 29); this.label2.TabIndex = 2; this.label2.Text = "(leave blank to not save the score)"; // // name // this.name.Location = new System.Drawing.Point(18, 187); this.name.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7); this.name.Name = "name"; this.name.Size = new System.Drawing.Size(373, 34); this.name.TabIndex = 3; // // submit // this.submit.Location = new System.Drawing.Point(297, 229); this.submit.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7); this.submit.Name = "submit"; this.submit.Size = new System.Drawing.Size(94, 41); this.submit.TabIndex = 4; this.submit.Text = "Submit"; this.submit.UseVisualStyleBackColor = true; this.submit.Click += new System.EventHandler(this.submit_Click); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(63, 9); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(339, 69); this.label3.TabIndex = 5; this.label3.Text = "Game Over"; // // LeaderDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 29F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(408, 290); this.Controls.Add(this.label3); this.Controls.Add(this.submit); this.Controls.Add(this.name); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.score); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.KeyPreview = true; this.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(426, 337); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(426, 337); this.Name = "LeaderDialog"; this.Text = "Leaderboards"; this.Load += new System.EventHandler(this.Form2_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LeaderDialog_KeyDown); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label score; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox name; private System.Windows.Forms.Button submit; private System.Windows.Forms.Label label3; } }