namespace CSharp_GeographyGame { partial class infoForm { /// <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(infoForm)); this.pbKang = new System.Windows.Forms.PictureBox(); this.gbInfo = new System.Windows.Forms.GroupBox(); this.lblEmail = new System.Windows.Forms.Label(); this.lblCreated = new System.Windows.Forms.Label(); this.lblDesc = new System.Windows.Forms.Label(); this.tooltipKang = new System.Windows.Forms.ToolTip(this.components); this.llEmail = new System.Windows.Forms.LinkLabel(); ((System.ComponentModel.ISupportInitialize)(this.pbKang)).BeginInit(); this.gbInfo.SuspendLayout(); this.SuspendLayout(); // // pbKang // this.pbKang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pbKang.Image = ((System.Drawing.Image)(resources.GetObject("pbKang.Image"))); this.pbKang.Location = new System.Drawing.Point(32, 22); this.pbKang.Name = "pbKang"; this.pbKang.Size = new System.Drawing.Size(326, 397); this.pbKang.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbKang.TabIndex = 0; this.pbKang.TabStop = false; this.tooltipKang.SetToolTip(this.pbKang, "Click me to close!"); this.pbKang.Click += new System.EventHandler(this.pbKang_Click); // // gbInfo // this.gbInfo.Controls.Add(this.llEmail); this.gbInfo.Controls.Add(this.lblEmail); this.gbInfo.Controls.Add(this.lblCreated); this.gbInfo.Controls.Add(this.lblDesc); this.gbInfo.Location = new System.Drawing.Point(32, 434); this.gbInfo.Name = "gbInfo"; this.gbInfo.Size = new System.Drawing.Size(326, 112); this.gbInfo.TabIndex = 1; this.gbInfo.TabStop = false; this.gbInfo.Text = "Information"; // // lblEmail // this.lblEmail.AutoSize = true; this.lblEmail.Font = new System.Drawing.Font("Open Sans", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblEmail.ForeColor = System.Drawing.Color.MediumBlue; this.lblEmail.Location = new System.Drawing.Point(12, 78); this.lblEmail.Name = "lblEmail"; this.lblEmail.Size = new System.Drawing.Size(46, 17); this.lblEmail.TabIndex = 2; this.lblEmail.Text = "E-Mail:"; // // lblCreated // this.lblCreated.AutoSize = true; this.lblCreated.Font = new System.Drawing.Font("Open Sans", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCreated.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblCreated.Location = new System.Drawing.Point(11, 49); this.lblCreated.Name = "lblCreated"; this.lblCreated.Size = new System.Drawing.Size(304, 17); this.lblCreated.TabIndex = 1; this.lblCreated.Text = "This program was created by: Christopher Fernandez"; // // lblDesc // this.lblDesc.AutoSize = true; this.lblDesc.Font = new System.Drawing.Font("Arial", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDesc.ForeColor = System.Drawing.Color.Red; this.lblDesc.Location = new System.Drawing.Point(15, 20); this.lblDesc.Name = "lblDesc"; this.lblDesc.Size = new System.Drawing.Size(297, 18); this.lblDesc.TabIndex = 0; this.lblDesc.Text = "G:GYWU = Geography: Get Ya Weight Up"; // // llEmail // this.llEmail.AutoSize = true; this.llEmail.Location = new System.Drawing.Point(64, 80); this.llEmail.Name = "llEmail"; this.llEmail.Size = new System.Drawing.Size(136, 13); this.llEmail.TabIndex = 3; this.llEmail.TabStop = true; this.llEmail.Text = "fernandezjchris@gmail.com"; this.llEmail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llEmail_LinkClicked); // // infoForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(392, 569); this.Controls.Add(this.gbInfo); this.Controls.Add(this.pbKang); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "infoForm"; this.Text = "infoForm"; ((System.ComponentModel.ISupportInitialize)(this.pbKang)).EndInit(); this.gbInfo.ResumeLayout(false); this.gbInfo.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pbKang; private System.Windows.Forms.GroupBox gbInfo; private System.Windows.Forms.Label lblEmail; private System.Windows.Forms.Label lblCreated; private System.Windows.Forms.Label lblDesc; private System.Windows.Forms.ToolTip tooltipKang; private System.Windows.Forms.LinkLabel llEmail; } }