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
+5 -5
View File
@@ -104,9 +104,8 @@
//
this.mainMenuPlayAll.CheckOnClick = true;
this.mainMenuPlayAll.Name = "mainMenuPlayAll";
this.mainMenuPlayAll.Size = new System.Drawing.Size(152, 22);
this.mainMenuPlayAll.Size = new System.Drawing.Size(113, 22);
this.mainMenuPlayAll.Text = "Play &All";
this.mainMenuPlayAll.Click += new System.EventHandler(this.mainMenuPlayAll_Click);
//
// mainMenuHelp
//
@@ -143,10 +142,11 @@
//
// soundboardTabControl
//
this.soundboardTabControl.Location = new System.Drawing.Point(7, 27);
this.soundboardTabControl.Location = new System.Drawing.Point(0, 27);
this.soundboardTabControl.Name = "soundboardTabControl";
this.soundboardTabControl.Padding = new System.Drawing.Point(0, 0);
this.soundboardTabControl.SelectedIndex = 0;
this.soundboardTabControl.Size = new System.Drawing.Size(418, 506);
this.soundboardTabControl.Size = new System.Drawing.Size(425, 506);
this.soundboardTabControl.TabIndex = 0;
//
// loopSelectedSoundCheckBox
@@ -179,7 +179,7 @@
this.MainMenuStrip = this.mainMenu;
this.Name = "formMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Youtube Soundboard";
this.Text = "Interwebz\'s Soundboard";
this.Load += new System.EventHandler(this.formMain_Load);
this.mainMenu.ResumeLayout(false);
this.mainMenu.PerformLayout();