Version 0.2.5.0 as marked by the folder name.
This commit is contained in:
Generated
+242
@@ -0,0 +1,242 @@
|
||||
namespace SoundBoard
|
||||
{
|
||||
partial class formMain
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(formMain));
|
||||
this.btnRandom = new System.Windows.Forms.Button();
|
||||
this.mainMenu = new System.Windows.Forms.MenuStrip();
|
||||
this.mainMenuFile = 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.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.mainMenu.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.randomIterationNumericUpDown)).BeginInit();
|
||||
this.asdfMovieTabPage.SuspendLayout();
|
||||
this.gamerPoopTabPage.SuspendLayout();
|
||||
this.soundboardTabControl.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btnRandom
|
||||
//
|
||||
this.btnRandom.Location = new System.Drawing.Point(7, 545);
|
||||
this.btnRandom.Name = "btnRandom";
|
||||
this.btnRandom.Size = new System.Drawing.Size(81, 23);
|
||||
this.btnRandom.TabIndex = 1;
|
||||
this.btnRandom.Text = "Random";
|
||||
this.btnRandom.UseVisualStyleBackColor = true;
|
||||
this.btnRandom.Click += new System.EventHandler(this.btnRandom_Click);
|
||||
//
|
||||
// mainMenu
|
||||
//
|
||||
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.mainMenuFile,
|
||||
this.randSettingsToolStripMenuItem,
|
||||
this.mainMenuHelp});
|
||||
this.mainMenu.Location = new System.Drawing.Point(0, 0);
|
||||
this.mainMenu.Name = "mainMenu";
|
||||
this.mainMenu.Size = new System.Drawing.Size(425, 24);
|
||||
this.mainMenu.TabIndex = 3;
|
||||
this.mainMenu.Text = "menuStrip1";
|
||||
//
|
||||
// mainMenuFile
|
||||
//
|
||||
this.mainMenuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.mainMenuFileShowOnDisk,
|
||||
this.mainMenuFileExit});
|
||||
this.mainMenuFile.Name = "mainMenuFile";
|
||||
this.mainMenuFile.Size = new System.Drawing.Size(37, 20);
|
||||
this.mainMenuFile.Text = "&File";
|
||||
//
|
||||
// mainMenuFileExit
|
||||
//
|
||||
this.mainMenuFileExit.Name = "mainMenuFileExit";
|
||||
this.mainMenuFileExit.Size = new System.Drawing.Size(161, 22);
|
||||
this.mainMenuFileExit.Text = "E&xit";
|
||||
this.mainMenuFileExit.Click += new System.EventHandler(this.mainMenuFileExit_Click);
|
||||
//
|
||||
// randSettingsToolStripMenuItem
|
||||
//
|
||||
this.randSettingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.mainMenuPlayAll});
|
||||
this.randSettingsToolStripMenuItem.Name = "randSettingsToolStripMenuItem";
|
||||
this.randSettingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
|
||||
this.randSettingsToolStripMenuItem.Text = "&Options";
|
||||
//
|
||||
// mainMenuPlayAll
|
||||
//
|
||||
this.mainMenuPlayAll.CheckOnClick = true;
|
||||
this.mainMenuPlayAll.Enabled = false;
|
||||
this.mainMenuPlayAll.Name = "mainMenuPlayAll";
|
||||
this.mainMenuPlayAll.Size = new System.Drawing.Size(152, 22);
|
||||
this.mainMenuPlayAll.Text = "Play &All";
|
||||
//
|
||||
// randomIterationNumericUpDown
|
||||
//
|
||||
this.randomIterationNumericUpDown.Location = new System.Drawing.Point(94, 548);
|
||||
this.randomIterationNumericUpDown.Minimum = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.randomIterationNumericUpDown.Name = "randomIterationNumericUpDown";
|
||||
this.randomIterationNumericUpDown.Size = new System.Drawing.Size(58, 20);
|
||||
this.randomIterationNumericUpDown.TabIndex = 4;
|
||||
this.randomIterationNumericUpDown.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
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.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(416, 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, 486);
|
||||
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, 512);
|
||||
this.soundboardTabControl.TabIndex = 2;
|
||||
//
|
||||
// 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(152, 22);
|
||||
this.mainMenuHelpAbout.Text = "A&bout";
|
||||
this.mainMenuHelpAbout.Click += new System.EventHandler(this.mainMenuHelpAbout_Click);
|
||||
//
|
||||
// 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.randomIterationNumericUpDown);
|
||||
this.Controls.Add(this.soundboardTabControl);
|
||||
this.Controls.Add(this.btnRandom);
|
||||
this.Controls.Add(this.mainMenu);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MainMenuStrip = this.mainMenu;
|
||||
this.Name = "formMain";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Youtube Soundboard";
|
||||
this.Load += new System.EventHandler(this.formMain_Load);
|
||||
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);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button btnRandom;
|
||||
private System.Windows.Forms.MenuStrip mainMenu;
|
||||
private System.Windows.Forms.ToolStripMenuItem mainMenuFile;
|
||||
private System.Windows.Forms.ToolStripMenuItem mainMenuFileExit;
|
||||
private System.Windows.Forms.NumericUpDown randomIterationNumericUpDown;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user