namespace SoundBoard { partial class aboutForm { /// /// 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(aboutForm)); this.doctorIMayBeAHomosexual = new System.Windows.Forms.PictureBox(); this.applicationVersionLabel = new System.Windows.Forms.Label(); this.lordBalgruufPortrait = new System.Windows.Forms.PictureBox(); this.RCDIndustriesCopyrightLabel = new System.Windows.Forms.Label(); this.macroHardProgrammerLabel = new System.Windows.Forms.Label(); this.disclaimerLabel = new System.Windows.Forms.Label(); this.bugReportLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.doctorIMayBeAHomosexual)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lordBalgruufPortrait)).BeginInit(); this.SuspendLayout(); // // doctorIMayBeAHomosexual // this.doctorIMayBeAHomosexual.Image = ((System.Drawing.Image)(resources.GetObject("doctorIMayBeAHomosexual.Image"))); this.doctorIMayBeAHomosexual.Location = new System.Drawing.Point(12, 102); this.doctorIMayBeAHomosexual.Name = "doctorIMayBeAHomosexual"; this.doctorIMayBeAHomosexual.Size = new System.Drawing.Size(180, 160); this.doctorIMayBeAHomosexual.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.doctorIMayBeAHomosexual.TabIndex = 0; this.doctorIMayBeAHomosexual.TabStop = false; // // applicationVersionLabel // this.applicationVersionLabel.AutoSize = true; this.applicationVersionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.applicationVersionLabel.Location = new System.Drawing.Point(86, 6); this.applicationVersionLabel.Name = "applicationVersionLabel"; this.applicationVersionLabel.Size = new System.Drawing.Size(246, 80); this.applicationVersionLabel.TabIndex = 1; this.applicationVersionLabel.Text = "Dynamic Soundboard \r\n\r\nVersion Beta 0.9.0.0\r\nMP3 sound format supported!"; // // lordBalgruufPortrait // this.lordBalgruufPortrait.Image = ((System.Drawing.Image)(resources.GetObject("lordBalgruufPortrait.Image"))); this.lordBalgruufPortrait.Location = new System.Drawing.Point(209, 102); this.lordBalgruufPortrait.Name = "lordBalgruufPortrait"; this.lordBalgruufPortrait.Size = new System.Drawing.Size(180, 160); this.lordBalgruufPortrait.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.lordBalgruufPortrait.TabIndex = 3; this.lordBalgruufPortrait.TabStop = false; // // RCDIndustriesCopyrightLabel // this.RCDIndustriesCopyrightLabel.AutoSize = true; this.RCDIndustriesCopyrightLabel.Location = new System.Drawing.Point(125, 33); this.RCDIndustriesCopyrightLabel.Name = "RCDIndustriesCopyrightLabel"; this.RCDIndustriesCopyrightLabel.Size = new System.Drawing.Size(164, 13); this.RCDIndustriesCopyrightLabel.TabIndex = 4; this.RCDIndustriesCopyrightLabel.Text = "Copyright © 2015 RCD Industries"; // // macroHardProgrammerLabel // this.macroHardProgrammerLabel.AutoSize = true; this.macroHardProgrammerLabel.Location = new System.Drawing.Point(34, 275); this.macroHardProgrammerLabel.Name = "macroHardProgrammerLabel"; this.macroHardProgrammerLabel.Size = new System.Drawing.Size(136, 26); this.macroHardProgrammerLabel.TabIndex = 5; this.macroHardProgrammerLabel.Text = "Programmed by MacroHard\r\na RCD Industries subsidiary"; // // disclaimerLabel // this.disclaimerLabel.AutoSize = true; this.disclaimerLabel.Location = new System.Drawing.Point(61, 86); this.disclaimerLabel.Name = "disclaimerLabel"; this.disclaimerLabel.Size = new System.Drawing.Size(271, 13); this.disclaimerLabel.TabIndex = 6; this.disclaimerLabel.Text = "Current known bug: Random skips all but last sound file."; // // bugReportLabel // this.bugReportLabel.AutoSize = true; this.bugReportLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.bugReportLabel.Location = new System.Drawing.Point(190, 275); this.bugReportLabel.Name = "bugReportLabel"; this.bugReportLabel.Size = new System.Drawing.Size(218, 16); this.bugReportLabel.TabIndex = 7; this.bugReportLabel.Text = "Please report all bugs to Big Shit Jr."; // // aboutForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(410, 310); this.Controls.Add(this.bugReportLabel); this.Controls.Add(this.disclaimerLabel); this.Controls.Add(this.macroHardProgrammerLabel); this.Controls.Add(this.RCDIndustriesCopyrightLabel); this.Controls.Add(this.lordBalgruufPortrait); this.Controls.Add(this.applicationVersionLabel); this.Controls.Add(this.doctorIMayBeAHomosexual); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "aboutForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "About YouTube SoundBoard"; this.TopMost = true; ((System.ComponentModel.ISupportInitialize)(this.doctorIMayBeAHomosexual)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lordBalgruufPortrait)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox doctorIMayBeAHomosexual; private System.Windows.Forms.Label applicationVersionLabel; private System.Windows.Forms.PictureBox lordBalgruufPortrait; private System.Windows.Forms.Label RCDIndustriesCopyrightLabel; private System.Windows.Forms.Label macroHardProgrammerLabel; private System.Windows.Forms.Label disclaimerLabel; private System.Windows.Forms.Label bugReportLabel; } }