Version 0.5 as marked by the folder name.
This commit is contained in:
Generated
+42
-29
@@ -32,18 +32,19 @@
|
||||
this.btnRandom = new System.Windows.Forms.Button();
|
||||
this.mainMenu = new System.Windows.Forms.MenuStrip();
|
||||
this.mainMenuFile = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainMenuFileShowOnDisk = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainMenuFileExit = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.randSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainMenuPlayAll = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainMenuHelp = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainMenuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.randomIterationNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
||||
this.mainMenuFileShowOnDisk = new System.Windows.Forms.ToolStripMenuItem();
|
||||
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.mainMenuHelp = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mainMenuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.loopSelectedSoundCheckBox = new System.Windows.Forms.CheckBox();
|
||||
this.mainMenu.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.randomIterationNumericUpDown)).BeginInit();
|
||||
this.asdfMovieTabPage.SuspendLayout();
|
||||
@@ -82,6 +83,13 @@
|
||||
this.mainMenuFile.Size = new System.Drawing.Size(37, 20);
|
||||
this.mainMenuFile.Text = "&File";
|
||||
//
|
||||
// mainMenuFileShowOnDisk
|
||||
//
|
||||
this.mainMenuFileShowOnDisk.Name = "mainMenuFileShowOnDisk";
|
||||
this.mainMenuFileShowOnDisk.Size = new System.Drawing.Size(161, 22);
|
||||
this.mainMenuFileShowOnDisk.Text = "&Show in Explorer";
|
||||
this.mainMenuFileShowOnDisk.Click += new System.EventHandler(this.mainMenuFileShowOnDisk_Click);
|
||||
//
|
||||
// mainMenuFileExit
|
||||
//
|
||||
this.mainMenuFileExit.Name = "mainMenuFileExit";
|
||||
@@ -100,11 +108,25 @@
|
||||
// mainMenuPlayAll
|
||||
//
|
||||
this.mainMenuPlayAll.CheckOnClick = true;
|
||||
this.mainMenuPlayAll.Enabled = false;
|
||||
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";
|
||||
//
|
||||
// mainMenuHelp
|
||||
//
|
||||
this.mainMenuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.mainMenuHelpAbout});
|
||||
this.mainMenuHelp.Name = "mainMenuHelp";
|
||||
this.mainMenuHelp.Size = new System.Drawing.Size(44, 20);
|
||||
this.mainMenuHelp.Text = "&Help";
|
||||
//
|
||||
// mainMenuHelpAbout
|
||||
//
|
||||
this.mainMenuHelpAbout.Name = "mainMenuHelpAbout";
|
||||
this.mainMenuHelpAbout.Size = new System.Drawing.Size(107, 22);
|
||||
this.mainMenuHelpAbout.Text = "A&bout";
|
||||
this.mainMenuHelpAbout.Click += new System.EventHandler(this.mainMenuHelpAbout_Click);
|
||||
//
|
||||
// randomIterationNumericUpDown
|
||||
//
|
||||
this.randomIterationNumericUpDown.Location = new System.Drawing.Point(94, 548);
|
||||
@@ -122,20 +144,13 @@
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// mainMenuFileShowOnDisk
|
||||
//
|
||||
this.mainMenuFileShowOnDisk.Name = "mainMenuFileShowOnDisk";
|
||||
this.mainMenuFileShowOnDisk.Size = new System.Drawing.Size(161, 22);
|
||||
this.mainMenuFileShowOnDisk.Text = "&Show in Explorer";
|
||||
this.mainMenuFileShowOnDisk.Click += new System.EventHandler(this.mainMenuFileShowOnDisk_Click);
|
||||
//
|
||||
// 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, 486);
|
||||
this.asdfMovieTabPage.Size = new System.Drawing.Size(410, 480);
|
||||
this.asdfMovieTabPage.TabIndex = 1;
|
||||
this.asdfMovieTabPage.Text = "ASDF Movie";
|
||||
this.asdfMovieTabPage.UseVisualStyleBackColor = true;
|
||||
@@ -146,7 +161,7 @@
|
||||
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(416, 485);
|
||||
this.asdfMovieListBox.Size = new System.Drawing.Size(418, 485);
|
||||
this.asdfMovieListBox.TabIndex = 0;
|
||||
//
|
||||
// gamerPoopTabPage
|
||||
@@ -155,7 +170,7 @@
|
||||
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, 486);
|
||||
this.gamerPoopTabPage.Size = new System.Drawing.Size(410, 480);
|
||||
this.gamerPoopTabPage.TabIndex = 0;
|
||||
this.gamerPoopTabPage.Text = "Gamer Poop";
|
||||
this.gamerPoopTabPage.UseVisualStyleBackColor = true;
|
||||
@@ -176,29 +191,26 @@
|
||||
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, 512);
|
||||
this.soundboardTabControl.Size = new System.Drawing.Size(418, 506);
|
||||
this.soundboardTabControl.TabIndex = 2;
|
||||
//
|
||||
// mainMenuHelp
|
||||
// loopSelectedSoundCheckBox
|
||||
//
|
||||
this.mainMenuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.mainMenuHelpAbout});
|
||||
this.mainMenuHelp.Name = "mainMenuHelp";
|
||||
this.mainMenuHelp.Size = new System.Drawing.Size(44, 20);
|
||||
this.mainMenuHelp.Text = "&Help";
|
||||
//
|
||||
// mainMenuHelpAbout
|
||||
//
|
||||
this.mainMenuHelpAbout.Name = "mainMenuHelpAbout";
|
||||
this.mainMenuHelpAbout.Size = new System.Drawing.Size(152, 22);
|
||||
this.mainMenuHelpAbout.Text = "A&bout";
|
||||
this.mainMenuHelpAbout.Click += new System.EventHandler(this.mainMenuHelpAbout_Click);
|
||||
this.loopSelectedSoundCheckBox.AutoSize = true;
|
||||
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.Text = "Loop Selected Sound";
|
||||
this.loopSelectedSoundCheckBox.UseVisualStyleBackColor = true;
|
||||
this.loopSelectedSoundCheckBox.CheckedChanged += new System.EventHandler(this.loopSelectedSoundCheckBox_CheckedChanged);
|
||||
//
|
||||
// formMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(425, 578);
|
||||
this.Controls.Add(this.loopSelectedSoundCheckBox);
|
||||
this.Controls.Add(this.randomIterationNumericUpDown);
|
||||
this.Controls.Add(this.soundboardTabControl);
|
||||
this.Controls.Add(this.btnRandom);
|
||||
@@ -237,6 +249,7 @@
|
||||
private System.Windows.Forms.TabControl soundboardTabControl;
|
||||
private System.Windows.Forms.ToolStripMenuItem mainMenuHelp;
|
||||
private System.Windows.Forms.ToolStripMenuItem mainMenuHelpAbout;
|
||||
private System.Windows.Forms.CheckBox loopSelectedSoundCheckBox;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user