namespace GNAT { partial class StudentWelcome { /// /// 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(StudentWelcome)); this.Welcome = new System.Windows.Forms.Label(); this.Query = new System.Windows.Forms.Label(); this.TakeTest = new System.Windows.Forms.Button(); this.ReviewTest = new System.Windows.Forms.Button(); this.Quit = new System.Windows.Forms.Button(); this.SuspendLayout(); // // Welcome // this.Welcome.AutoSize = true; this.Welcome.Location = new System.Drawing.Point(96, 21); this.Welcome.Name = "Welcome"; this.Welcome.Size = new System.Drawing.Size(100, 13); this.Welcome.TabIndex = 0; this.Welcome.Text = "Welcome Joey Pini!"; // // Query // this.Query.AutoSize = true; this.Query.Location = new System.Drawing.Point(83, 50); this.Query.Name = "Query"; this.Query.Size = new System.Drawing.Size(127, 13); this.Query.TabIndex = 1; this.Query.Text = "What do you want to do?"; // // TakeTest // this.TakeTest.BackColor = System.Drawing.Color.GhostWhite; this.TakeTest.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TakeTest.BackgroundImage"))); this.TakeTest.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.TakeTest.FlatAppearance.BorderColor = System.Drawing.Color.White; this.TakeTest.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.TakeTest.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.TakeTest.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.TakeTest.Location = new System.Drawing.Point(27, 93); this.TakeTest.Name = "TakeTest"; this.TakeTest.Size = new System.Drawing.Size(73, 76); this.TakeTest.TabIndex = 2; this.TakeTest.Text = "Take Test"; this.TakeTest.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.TakeTest.UseVisualStyleBackColor = false; // // ReviewTest // this.ReviewTest.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ReviewTest.BackgroundImage"))); this.ReviewTest.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.ReviewTest.Location = new System.Drawing.Point(106, 93); this.ReviewTest.Name = "ReviewTest"; this.ReviewTest.Size = new System.Drawing.Size(75, 76); this.ReviewTest.TabIndex = 3; this.ReviewTest.Text = "Review Test"; this.ReviewTest.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.ReviewTest.UseVisualStyleBackColor = true; // // Quit // this.Quit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.Quit.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image"))); this.Quit.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.Quit.Location = new System.Drawing.Point(187, 93); this.Quit.Name = "Quit"; this.Quit.Size = new System.Drawing.Size(75, 76); this.Quit.TabIndex = 4; this.Quit.Text = "Quit"; this.Quit.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.Quit.UseVisualStyleBackColor = true; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(292, 181); this.Controls.Add(this.Quit); this.Controls.Add(this.ReviewTest); this.Controls.Add(this.TakeTest); this.Controls.Add(this.Query); this.Controls.Add(this.Welcome); this.Name = "Form1"; this.Text = "GNAT: Welcome!"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label Welcome; private System.Windows.Forms.Label Query; private System.Windows.Forms.Button TakeTest; private System.Windows.Forms.Button ReviewTest; private System.Windows.Forms.Button Quit; } }