Files
soundboard/SoundBoard/aboutForm.Designer.cs
T

149 lines
8.1 KiB
C#

namespace SoundBoard
{
partial class aboutForm
{
/// <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()
{
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.asdfLabel = 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.lordBalgruuftheGreaterLabel = 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(108, 9);
this.applicationVersionLabel.Name = "applicationVersionLabel";
this.applicationVersionLabel.Size = new System.Drawing.Size(194, 60);
this.applicationVersionLabel.TabIndex = 1;
this.applicationVersionLabel.Text = "YouTube Soundboard \r\n\r\nVersion 0.7.0.0\r\n";
//
// asdfLabel
//
this.asdfLabel.AutoSize = true;
this.asdfLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.asdfLabel.Location = new System.Drawing.Point(24, 79);
this.asdfLabel.Name = "asdfLabel";
this.asdfLabel.Size = new System.Drawing.Size(157, 20);
this.asdfLabel.TabIndex = 2;
this.asdfLabel.Text = "Including asdf Movie!";
//
// 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(20, 275);
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(231, 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";
//
// lordBalgruuftheGreaterLabel
//
this.lordBalgruuftheGreaterLabel.AutoSize = true;
this.lordBalgruuftheGreaterLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lordBalgruuftheGreaterLabel.Location = new System.Drawing.Point(230, 79);
this.lordBalgruuftheGreaterLabel.Name = "lordBalgruuftheGreaterLabel";
this.lordBalgruuftheGreaterLabel.Size = new System.Drawing.Size(127, 20);
this.lordBalgruuftheGreaterLabel.TabIndex = 6;
this.lordBalgruuftheGreaterLabel.Text = "And total ballerz!";
//
// 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.lordBalgruuftheGreaterLabel);
this.Controls.Add(this.macroHardProgrammerLabel);
this.Controls.Add(this.RCDIndustriesCopyrightLabel);
this.Controls.Add(this.lordBalgruufPortrait);
this.Controls.Add(this.asdfLabel);
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.Label asdfLabel;
private System.Windows.Forms.PictureBox lordBalgruufPortrait;
private System.Windows.Forms.Label RCDIndustriesCopyrightLabel;
private System.Windows.Forms.Label macroHardProgrammerLabel;
private System.Windows.Forms.Label lordBalgruuftheGreaterLabel;
}
}