Files
soundboard/SoundBoard/mainForm.Designer.cs

237 lines
12 KiB
C#

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.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.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.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 = 0;
this.btnRandom.TabStop = false;
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(113, 22);
this.mainMenuPlayAll.Text = "Play &All";
//
// mainMenuHelp
//
this.mainMenuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mainMenuHelpAbout,
this.toolStripSeparator1,
this.mainMenuHelpShowConsole});
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(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);
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 = 1;
this.randomIterationNumericUpDown.TabStop = false;
this.randomIterationNumericUpDown.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// soundboardTabControl
//
this.soundboardTabControl.Location = new System.Drawing.Point(0, 27);
this.soundboardTabControl.Name = "soundboardTabControl";
this.soundboardTabControl.Padding = new System.Drawing.Point(0, 0);
this.soundboardTabControl.SelectedIndex = 0;
this.soundboardTabControl.Size = new System.Drawing.Size(425, 506);
this.soundboardTabControl.TabIndex = 0;
this.soundboardTabControl.TabStop = false;
//
// 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 = 2;
this.loopSelectedSoundCheckBox.TabStop = false;
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.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
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.KeyPreview = true;
this.MainMenuStrip = this.mainMenu;
this.MaximizeBox = false;
this.Name = "formMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Interwebz\'s 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;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem mainMenuHelpShowConsole;
}
}