Verions Beta 0.9 as marked by the folder name.

This commit is contained in:
2021-01-21 13:53:18 -06:00
parent 7a7ce6e8fe
commit 12c9237d50
7 changed files with 262 additions and 109 deletions
+28 -29
View File
@@ -31,11 +31,11 @@
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();
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();
@@ -54,21 +54,11 @@
//
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.Location = new System.Drawing.Point(86, 6);
this.applicationVersionLabel.Name = "applicationVersionLabel";
this.applicationVersionLabel.Size = new System.Drawing.Size(194, 60);
this.applicationVersionLabel.Size = new System.Drawing.Size(246, 80);
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!";
this.applicationVersionLabel.Text = "Dynamic Soundboard \r\n\r\nVersion Beta 0.9.0.0\r\nMP3 sound format supported!";
//
// lordBalgruufPortrait
//
@@ -83,7 +73,7 @@
// RCDIndustriesCopyrightLabel
//
this.RCDIndustriesCopyrightLabel.AutoSize = true;
this.RCDIndustriesCopyrightLabel.Location = new System.Drawing.Point(20, 275);
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;
@@ -92,32 +82,41 @@
// macroHardProgrammerLabel
//
this.macroHardProgrammerLabel.AutoSize = true;
this.macroHardProgrammerLabel.Location = new System.Drawing.Point(231, 275);
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";
//
// lordBalgruuftheGreaterLabel
// disclaimerLabel
//
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!";
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.lordBalgruuftheGreaterLabel);
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.asdfLabel);
this.Controls.Add(this.applicationVersionLabel);
this.Controls.Add(this.doctorIMayBeAHomosexual);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
@@ -140,10 +139,10 @@
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;
private System.Windows.Forms.Label disclaimerLabel;
private System.Windows.Forms.Label bugReportLabel;
}
}