namespace BizHawk.MultiClient { partial class BizBox { /// /// 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(BizBox)); this.OK = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.VersionLabel = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // OK // this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.OK.Location = new System.Drawing.Point(390, 180); this.OK.Name = "OK"; this.OK.Size = new System.Drawing.Size(75, 23); this.OK.TabIndex = 0; this.OK.Text = "&Ok"; this.OK.UseVisualStyleBackColor = true; this.OK.Click += new System.EventHandler(this.OK_Click); // // pictureBox1 // this.pictureBox1.Image = global::BizHawk.MultiClient.Properties.Resources.corphawk; this.pictureBox1.Location = new System.Drawing.Point(12, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(164, 164); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 1; this.pictureBox1.TabStop = false; // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.Location = new System.Drawing.Point(198, 179); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(180, 13); this.linkLabel1.TabIndex = 2; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "http://code.google.com/p/bizhawk/"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(198, 84); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 13); this.label1.TabIndex = 3; this.label1.Text = "Authors:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(198, 98); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(129, 13); this.label2.TabIndex = 4; this.label2.Text = "Vecna, Zeromus, Adelikat"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(197, 12); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(78, 20); this.label3.TabIndex = 5; this.label3.Text = "BizHawk"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(201, 36); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(156, 16); this.label4.TabIndex = 6; this.label4.Text = "A multi-Platform Emulator"; // // VersionLabel // this.VersionLabel.AutoSize = true; this.VersionLabel.Location = new System.Drawing.Point(201, 56); this.VersionLabel.Name = "VersionLabel"; this.VersionLabel.Size = new System.Drawing.Size(195, 13); this.VersionLabel.TabIndex = 7; this.VersionLabel.Text = "Version 1.0.3 Released March 30, 2012"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(198, 125); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(66, 13); this.label5.TabIndex = 8; this.label5.Text = "Contributers:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(198, 139); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(223, 13); this.label6.TabIndex = 9; this.label6.Text = "DarkKobold, Micro500, TaoTao, Rolanmen1, "; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(198, 153); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(91, 13); this.label7.TabIndex = 10; this.label7.Text = "Deign, Brandon E"; // // BizBox // this.AcceptButton = this.OK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(477, 215); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.VersionLabel); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.linkLabel1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.OK); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(900, 438); this.MinimumSize = new System.Drawing.Size(405, 219); this.Name = "BizBox"; this.Text = " BizHawk"; this.Load += new System.EventHandler(this.BizBox_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button OK; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label VersionLabel; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; } }