namespace SoundBoard { partial class formMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.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.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(); ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcherMain)).BeginInit(); 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"; // // 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"; 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.Name = "mainMenuPlayAll"; this.mainMenuPlayAll.Size = new System.Drawing.Size(152, 22); this.mainMenuPlayAll.Text = "Play &All"; this.mainMenuPlayAll.Click += new System.EventHandler(this.mainMenuPlayAll_Click); // // 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); 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.TabStop = false; this.randomIterationNumericUpDown.Value = new decimal(new int[] { 1, 0, 0, 0}); // // soundboardTabControl // 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 = 0; // // loopSelectedSoundCheckBox // 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 = 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); 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); 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(); ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcherMain)).EndInit(); 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.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; } }