namespace CSharp_GeographyGame { partial class usernameForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(usernameForm)); this.lblDesc = new System.Windows.Forms.Label(); this.tbNameInput = new System.Windows.Forms.TextBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.btnName = new System.Windows.Forms.Button(); this.lblgeorock = new System.Windows.Forms.Label(); this.menuStrip = new System.Windows.Forms.MenuStrip(); this.viewDatabasesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lblLocalRep = new System.Windows.Forms.Label(); this.lblOnlineRep = new System.Windows.Forms.Label(); this.lblLocalStatus = new System.Windows.Forms.Label(); this.lblOnlineStatus = new System.Windows.Forms.Label(); this.bgWorker = new System.ComponentModel.BackgroundWorker(); this.pblocalYes = new System.Windows.Forms.PictureBox(); this.pbOnlineYes = new System.Windows.Forms.PictureBox(); this.pblocalNo = new System.Windows.Forms.PictureBox(); this.pbOnlineNo = new System.Windows.Forms.PictureBox(); this.progBar = new System.Windows.Forms.ProgressBar(); this.toolTipInfo = new System.Windows.Forms.ToolTip(this.components); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.menuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pblocalYes)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbOnlineYes)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pblocalNo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbOnlineNo)).BeginInit(); this.SuspendLayout(); // // lblDesc // this.lblDesc.AutoSize = true; this.lblDesc.Location = new System.Drawing.Point(82, 304); this.lblDesc.Name = "lblDesc"; this.lblDesc.Size = new System.Drawing.Size(121, 13); this.lblDesc.TabIndex = 0; this.lblDesc.Text = "Please enter your name:"; // // tbNameInput // this.tbNameInput.Location = new System.Drawing.Point(46, 320); this.tbNameInput.MaxLength = 50; this.tbNameInput.Name = "tbNameInput"; this.tbNameInput.Size = new System.Drawing.Size(190, 20); this.tbNameInput.TabIndex = 1; // // pictureBox1 // this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(22, 67); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(239, 231); this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; // // btnName // this.btnName.Location = new System.Drawing.Point(24, 346); this.btnName.Name = "btnName"; this.btnName.Size = new System.Drawing.Size(237, 39); this.btnName.TabIndex = 3; this.btnName.Text = "Login To Application"; this.btnName.UseVisualStyleBackColor = true; this.btnName.Click += new System.EventHandler(this.btnName_Click); // // lblgeorock // this.lblgeorock.AutoSize = true; this.lblgeorock.Font = new System.Drawing.Font("MS Reference Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblgeorock.Location = new System.Drawing.Point(31, 33); this.lblgeorock.Name = "lblgeorock"; this.lblgeorock.Size = new System.Drawing.Size(220, 26); this.lblgeorock.TabIndex = 4; this.lblgeorock.Text = "Geography Rocks!"; // // menuStrip // this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.viewDatabasesToolStripMenuItem}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new System.Drawing.Size(282, 24); this.menuStrip.TabIndex = 6; this.menuStrip.Text = "menuStrip1"; // // viewDatabasesToolStripMenuItem // this.viewDatabasesToolStripMenuItem.Name = "viewDatabasesToolStripMenuItem"; this.viewDatabasesToolStripMenuItem.Size = new System.Drawing.Size(100, 20); this.viewDatabasesToolStripMenuItem.Text = "View Databases"; this.viewDatabasesToolStripMenuItem.Click += new System.EventHandler(this.viewDatabasesToolStripMenuItem_Click); // // lblLocalRep // this.lblLocalRep.AutoSize = true; this.lblLocalRep.Location = new System.Drawing.Point(35, 405); this.lblLocalRep.Name = "lblLocalRep"; this.lblLocalRep.Size = new System.Drawing.Size(111, 13); this.lblLocalRep.TabIndex = 7; this.lblLocalRep.Text = "Local DB Connection:"; // // lblOnlineRep // this.lblOnlineRep.AutoSize = true; this.lblOnlineRep.Location = new System.Drawing.Point(31, 427); this.lblOnlineRep.Name = "lblOnlineRep"; this.lblOnlineRep.Size = new System.Drawing.Size(115, 13); this.lblOnlineRep.TabIndex = 8; this.lblOnlineRep.Text = "Online DB Connection:"; // // lblLocalStatus // this.lblLocalStatus.AutoSize = true; this.lblLocalStatus.Location = new System.Drawing.Point(143, 405); this.lblLocalStatus.Name = "lblLocalStatus"; this.lblLocalStatus.Size = new System.Drawing.Size(37, 13); this.lblLocalStatus.TabIndex = 9; this.lblLocalStatus.Text = "Status"; // // lblOnlineStatus // this.lblOnlineStatus.AutoSize = true; this.lblOnlineStatus.Location = new System.Drawing.Point(143, 427); this.lblOnlineStatus.Name = "lblOnlineStatus"; this.lblOnlineStatus.Size = new System.Drawing.Size(37, 13); this.lblOnlineStatus.TabIndex = 10; this.lblOnlineStatus.Text = "Status"; // // bgWorker // this.bgWorker.WorkerReportsProgress = true; this.bgWorker.WorkerSupportsCancellation = true; this.bgWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWorker_DoWork); this.bgWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgWorker_ProgressChanged); this.bgWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWorker_RunWorkerCompleted); // // pblocalYes // this.pblocalYes.Image = ((System.Drawing.Image)(resources.GetObject("pblocalYes.Image"))); this.pblocalYes.Location = new System.Drawing.Point(218, 402); this.pblocalYes.Name = "pblocalYes"; this.pblocalYes.Size = new System.Drawing.Size(16, 16); this.pblocalYes.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pblocalYes.TabIndex = 11; this.pblocalYes.TabStop = false; this.toolTipInfo.SetToolTip(this.pblocalYes, "You can submit test scores locally!"); this.pblocalYes.Visible = false; // // pbOnlineYes // this.pbOnlineYes.Image = ((System.Drawing.Image)(resources.GetObject("pbOnlineYes.Image"))); this.pbOnlineYes.Location = new System.Drawing.Point(218, 424); this.pbOnlineYes.Name = "pbOnlineYes"; this.pbOnlineYes.Size = new System.Drawing.Size(16, 16); this.pbOnlineYes.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbOnlineYes.TabIndex = 12; this.pbOnlineYes.TabStop = false; this.toolTipInfo.SetToolTip(this.pbOnlineYes, "You can submit your test scores online!"); this.pbOnlineYes.Visible = false; // // pblocalNo // this.pblocalNo.Image = ((System.Drawing.Image)(resources.GetObject("pblocalNo.Image"))); this.pblocalNo.Location = new System.Drawing.Point(242, 402); this.pblocalNo.Name = "pblocalNo"; this.pblocalNo.Size = new System.Drawing.Size(16, 16); this.pblocalNo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pblocalNo.TabIndex = 13; this.pblocalNo.TabStop = false; this.toolTipInfo.SetToolTip(this.pblocalNo, "Don\'t submit scores locally!"); this.pblocalNo.Visible = false; // // pbOnlineNo // this.pbOnlineNo.Image = ((System.Drawing.Image)(resources.GetObject("pbOnlineNo.Image"))); this.pbOnlineNo.Location = new System.Drawing.Point(242, 424); this.pbOnlineNo.Name = "pbOnlineNo"; this.pbOnlineNo.Size = new System.Drawing.Size(16, 16); this.pbOnlineNo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbOnlineNo.TabIndex = 14; this.pbOnlineNo.TabStop = false; this.toolTipInfo.SetToolTip(this.pbOnlineNo, "Don\'t submit scores online!"); this.pbOnlineNo.Visible = false; // // progBar // this.progBar.BackColor = System.Drawing.SystemColors.Control; this.progBar.Location = new System.Drawing.Point(24, 387); this.progBar.Name = "progBar"; this.progBar.Size = new System.Drawing.Size(237, 10); this.progBar.TabIndex = 15; // // usernameForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(282, 448); this.Controls.Add(this.progBar); this.Controls.Add(this.pbOnlineNo); this.Controls.Add(this.pblocalNo); this.Controls.Add(this.pbOnlineYes); this.Controls.Add(this.pblocalYes); this.Controls.Add(this.lblOnlineStatus); this.Controls.Add(this.lblLocalStatus); this.Controls.Add(this.lblOnlineRep); this.Controls.Add(this.lblLocalRep); this.Controls.Add(this.lblgeorock); this.Controls.Add(this.btnName); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.tbNameInput); this.Controls.Add(this.lblDesc); this.Controls.Add(this.menuStrip); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip; this.MaximizeBox = false; this.Name = "usernameForm"; this.Text = "G:GYWU Name Input"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.usernameForm_FormClosing); this.Shown += new System.EventHandler(this.usernameForm_Shown); this.Leave += new System.EventHandler(this.usernameForm_Leave); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pblocalYes)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbOnlineYes)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pblocalNo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbOnlineNo)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblDesc; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button btnName; private System.Windows.Forms.Label lblgeorock; private System.Windows.Forms.MenuStrip menuStrip; private System.Windows.Forms.ToolStripMenuItem viewDatabasesToolStripMenuItem; private System.Windows.Forms.Label lblLocalRep; private System.Windows.Forms.Label lblOnlineRep; private System.Windows.Forms.Label lblLocalStatus; private System.Windows.Forms.Label lblOnlineStatus; private System.ComponentModel.BackgroundWorker bgWorker; private System.Windows.Forms.PictureBox pblocalYes; private System.Windows.Forms.PictureBox pbOnlineYes; private System.Windows.Forms.PictureBox pblocalNo; private System.Windows.Forms.PictureBox pbOnlineNo; private System.Windows.Forms.ProgressBar progBar; private System.Windows.Forms.ToolTip toolTipInfo; public System.Windows.Forms.TextBox tbNameInput; } }