Version 0.7 as marked by the folder name.

This commit is contained in:
2021-01-21 13:52:03 -06:00
parent d418457d4e
commit 7a7ce6e8fe
6 changed files with 252 additions and 161 deletions
+14 -59
View File
@@ -39,17 +39,12 @@
this.mainMenuHelp = new System.Windows.Forms.ToolStripMenuItem();
this.mainMenuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
this.randomIterationNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.asdfMovieTabPage = new System.Windows.Forms.TabPage();
this.asdfMovieListBox = new System.Windows.Forms.ListBox();
this.gamerPoopTabPage = new System.Windows.Forms.TabPage();
this.gamerPoopListBox = new System.Windows.Forms.ListBox();
this.soundboardTabControl = new System.Windows.Forms.TabControl();
this.loopSelectedSoundCheckBox = new System.Windows.Forms.CheckBox();
this.fileSystemWatcherMain = new System.IO.FileSystemWatcher();
this.mainMenu.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.randomIterationNumericUpDown)).BeginInit();
this.asdfMovieTabPage.SuspendLayout();
this.gamerPoopTabPage.SuspendLayout();
this.soundboardTabControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcherMain)).BeginInit();
this.SuspendLayout();
//
// btnRandom
@@ -109,8 +104,9 @@
//
this.mainMenuPlayAll.CheckOnClick = true;
this.mainMenuPlayAll.Name = "mainMenuPlayAll";
this.mainMenuPlayAll.Size = new System.Drawing.Size(113, 22);
this.mainMenuPlayAll.Size = new System.Drawing.Size(152, 22);
this.mainMenuPlayAll.Text = "Play &All";
this.mainMenuPlayAll.Click += new System.EventHandler(this.mainMenuPlayAll_Click);
//
// mainMenuHelp
//
@@ -138,61 +134,20 @@
this.randomIterationNumericUpDown.Name = "randomIterationNumericUpDown";
this.randomIterationNumericUpDown.Size = new System.Drawing.Size(58, 20);
this.randomIterationNumericUpDown.TabIndex = 4;
this.randomIterationNumericUpDown.TabStop = false;
this.randomIterationNumericUpDown.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// asdfMovieTabPage
//
this.asdfMovieTabPage.Controls.Add(this.asdfMovieListBox);
this.asdfMovieTabPage.Location = new System.Drawing.Point(4, 22);
this.asdfMovieTabPage.Name = "asdfMovieTabPage";
this.asdfMovieTabPage.Padding = new System.Windows.Forms.Padding(3);
this.asdfMovieTabPage.Size = new System.Drawing.Size(410, 480);
this.asdfMovieTabPage.TabIndex = 1;
this.asdfMovieTabPage.Text = "ASDF Movie";
this.asdfMovieTabPage.UseVisualStyleBackColor = true;
//
// asdfMovieListBox
//
this.asdfMovieListBox.FormattingEnabled = true;
this.asdfMovieListBox.Location = new System.Drawing.Point(-4, -2);
this.asdfMovieListBox.Margin = new System.Windows.Forms.Padding(0);
this.asdfMovieListBox.Name = "asdfMovieListBox";
this.asdfMovieListBox.Size = new System.Drawing.Size(418, 485);
this.asdfMovieListBox.TabIndex = 0;
//
// gamerPoopTabPage
//
this.gamerPoopTabPage.Controls.Add(this.gamerPoopListBox);
this.gamerPoopTabPage.Location = new System.Drawing.Point(4, 22);
this.gamerPoopTabPage.Name = "gamerPoopTabPage";
this.gamerPoopTabPage.Padding = new System.Windows.Forms.Padding(3);
this.gamerPoopTabPage.Size = new System.Drawing.Size(410, 480);
this.gamerPoopTabPage.TabIndex = 0;
this.gamerPoopTabPage.Text = "Gamer Poop";
this.gamerPoopTabPage.UseVisualStyleBackColor = true;
//
// gamerPoopListBox
//
this.gamerPoopListBox.FormattingEnabled = true;
this.gamerPoopListBox.Location = new System.Drawing.Point(-4, -2);
this.gamerPoopListBox.Margin = new System.Windows.Forms.Padding(0);
this.gamerPoopListBox.Name = "gamerPoopListBox";
this.gamerPoopListBox.Size = new System.Drawing.Size(418, 485);
this.gamerPoopListBox.TabIndex = 0;
//
// soundboardTabControl
//
this.soundboardTabControl.Controls.Add(this.gamerPoopTabPage);
this.soundboardTabControl.Controls.Add(this.asdfMovieTabPage);
this.soundboardTabControl.Location = new System.Drawing.Point(7, 27);
this.soundboardTabControl.Name = "soundboardTabControl";
this.soundboardTabControl.SelectedIndex = 0;
this.soundboardTabControl.Size = new System.Drawing.Size(418, 506);
this.soundboardTabControl.TabIndex = 2;
this.soundboardTabControl.TabIndex = 0;
//
// loopSelectedSoundCheckBox
//
@@ -200,11 +155,16 @@
this.loopSelectedSoundCheckBox.Location = new System.Drawing.Point(158, 549);
this.loopSelectedSoundCheckBox.Name = "loopSelectedSoundCheckBox";
this.loopSelectedSoundCheckBox.Size = new System.Drawing.Size(129, 17);
this.loopSelectedSoundCheckBox.TabIndex = 5;
this.loopSelectedSoundCheckBox.TabIndex = 3;
this.loopSelectedSoundCheckBox.Text = "Loop Selected Sound";
this.loopSelectedSoundCheckBox.UseVisualStyleBackColor = true;
this.loopSelectedSoundCheckBox.CheckedChanged += new System.EventHandler(this.loopSelectedSoundCheckBox_CheckedChanged);
//
// fileSystemWatcherMain
//
this.fileSystemWatcherMain.EnableRaisingEvents = true;
this.fileSystemWatcherMain.SynchronizingObject = this;
//
// formMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -224,9 +184,7 @@
this.mainMenu.ResumeLayout(false);
this.mainMenu.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.randomIterationNumericUpDown)).EndInit();
this.asdfMovieTabPage.ResumeLayout(false);
this.gamerPoopTabPage.ResumeLayout(false);
this.soundboardTabControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcherMain)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -242,14 +200,11 @@
private System.Windows.Forms.ToolStripMenuItem randSettingsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem mainMenuPlayAll;
private System.Windows.Forms.ToolStripMenuItem mainMenuFileShowOnDisk;
private System.Windows.Forms.TabPage asdfMovieTabPage;
private System.Windows.Forms.ListBox asdfMovieListBox;
private System.Windows.Forms.TabPage gamerPoopTabPage;
private System.Windows.Forms.ListBox gamerPoopListBox;
private System.Windows.Forms.TabControl soundboardTabControl;
private System.Windows.Forms.ToolStripMenuItem mainMenuHelp;
private System.Windows.Forms.ToolStripMenuItem mainMenuHelpAbout;
private System.Windows.Forms.CheckBox loopSelectedSoundCheckBox;
private System.IO.FileSystemWatcher fileSystemWatcherMain;
}
}