Marked as SoundBoard v0.9.8.0(stable) according to the folder.
This commit is contained in:
Generated
+24
-14
@@ -38,11 +38,12 @@
|
||||
this.mainMenuPlayAll = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainMenuHelp = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainMenuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.mainMenuHelpShowConsole = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.randomIterationNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
||||
this.soundboardTabControl = new System.Windows.Forms.TabControl();
|
||||
this.loopSelectedSoundCheckBox = new System.Windows.Forms.CheckBox();
|
||||
this.fileSystemWatcherMain = new System.IO.FileSystemWatcher();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.mainMenu.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.randomIterationNumericUpDown)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcherMain)).BeginInit();
|
||||
@@ -112,7 +113,9 @@
|
||||
// mainMenuHelp
|
||||
//
|
||||
this.mainMenuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.mainMenuHelpAbout});
|
||||
this.mainMenuHelpAbout,
|
||||
this.toolStripSeparator1,
|
||||
this.mainMenuHelpShowConsole});
|
||||
this.mainMenuHelp.Name = "mainMenuHelp";
|
||||
this.mainMenuHelp.Size = new System.Drawing.Size(44, 20);
|
||||
this.mainMenuHelp.Text = "&Help";
|
||||
@@ -120,10 +123,23 @@
|
||||
// mainMenuHelpAbout
|
||||
//
|
||||
this.mainMenuHelpAbout.Name = "mainMenuHelpAbout";
|
||||
this.mainMenuHelpAbout.Size = new System.Drawing.Size(107, 22);
|
||||
this.mainMenuHelpAbout.Size = new System.Drawing.Size(149, 22);
|
||||
this.mainMenuHelpAbout.Text = "A&bout";
|
||||
this.mainMenuHelpAbout.Click += new System.EventHandler(this.mainMenuHelpAbout_Click);
|
||||
//
|
||||
// toolStripSeparator1
|
||||
//
|
||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||
this.toolStripSeparator1.Size = new System.Drawing.Size(146, 6);
|
||||
//
|
||||
// mainMenuHelpShowConsole
|
||||
//
|
||||
this.mainMenuHelpShowConsole.CheckOnClick = true;
|
||||
this.mainMenuHelpShowConsole.Name = "mainMenuHelpShowConsole";
|
||||
this.mainMenuHelpShowConsole.Size = new System.Drawing.Size(149, 22);
|
||||
this.mainMenuHelpShowConsole.Text = "S&how Console";
|
||||
this.mainMenuHelpShowConsole.Click += new System.EventHandler(this.mainMenuHelpShowConsole_Click);
|
||||
//
|
||||
// randomIterationNumericUpDown
|
||||
//
|
||||
this.randomIterationNumericUpDown.Location = new System.Drawing.Point(94, 548);
|
||||
@@ -169,21 +185,13 @@
|
||||
this.fileSystemWatcherMain.EnableRaisingEvents = true;
|
||||
this.fileSystemWatcherMain.SynchronizingObject = this;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(294, 548);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(35, 13);
|
||||
this.label1.TabIndex = 4;
|
||||
this.label1.Text = "label1";
|
||||
//
|
||||
// formMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoSize = true;
|
||||
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.ClientSize = new System.Drawing.Size(425, 578);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.loopSelectedSoundCheckBox);
|
||||
this.Controls.Add(this.randomIterationNumericUpDown);
|
||||
this.Controls.Add(this.soundboardTabControl);
|
||||
@@ -192,6 +200,7 @@
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.KeyPreview = true;
|
||||
this.MainMenuStrip = this.mainMenu;
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "formMain";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Interwebz\'s Soundboard";
|
||||
@@ -220,7 +229,8 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem mainMenuHelpAbout;
|
||||
private System.Windows.Forms.CheckBox loopSelectedSoundCheckBox;
|
||||
private System.IO.FileSystemWatcher fileSystemWatcherMain;
|
||||
public System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
||||
private System.Windows.Forms.ToolStripMenuItem mainMenuHelpShowConsole;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user