namespace TradeIdeas.TIProGUI
{
partial class SoundConfig
{
///
/// 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(SoundConfig));
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnSelectSound = new System.Windows.Forms.Button();
this.btnPlay = new System.Windows.Forms.Button();
this.txtSoundFile = new System.Windows.Forms.TextBox();
this.trackVolume = new System.Windows.Forms.TrackBar();
this.lblVolume = new System.Windows.Forms.Label();
this.lblBalance = new System.Windows.Forms.Label();
this.trackBalance = new System.Windows.Forms.TrackBar();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.radioButtonAsterisk = new System.Windows.Forms.RadioButton();
this.groupBoxBuiltInSounds = new System.Windows.Forms.GroupBox();
this.comboBoxVoiceGender = new System.Windows.Forms.ComboBox();
this.checkBoxTTSVerbose = new System.Windows.Forms.CheckBox();
this.radioButtonTextToSpeech = new System.Windows.Forms.RadioButton();
this.radioButtonHand = new System.Windows.Forms.RadioButton();
this.radioButtonExclamation = new System.Windows.Forms.RadioButton();
this.radioButtonBeep = new System.Windows.Forms.RadioButton();
this.groupBoxCustomSound = new System.Windows.Forms.GroupBox();
this.radioButtonCustomSound = new System.Windows.Forms.RadioButton();
((System.ComponentModel.ISupportInitialize)(this.trackVolume)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBalance)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.groupBoxBuiltInSounds.SuspendLayout();
this.groupBoxCustomSound.SuspendLayout();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnOK.AutoSize = true;
this.btnOK.Location = new System.Drawing.Point(188, 359);
this.btnOK.Margin = new System.Windows.Forms.Padding(4);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(111, 26);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.AutoSize = true;
this.btnCancel.Location = new System.Drawing.Point(314, 359);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(129, 26);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSelectSound
//
this.btnSelectSound.Enabled = false;
this.btnSelectSound.Location = new System.Drawing.Point(312, 50);
this.btnSelectSound.Margin = new System.Windows.Forms.Padding(4);
this.btnSelectSound.Name = "btnSelectSound";
this.btnSelectSound.Size = new System.Drawing.Size(110, 26);
this.btnSelectSound.TabIndex = 2;
this.btnSelectSound.Text = "Select Sound";
this.btnSelectSound.UseVisualStyleBackColor = true;
this.btnSelectSound.Click += new System.EventHandler(this.btnSelectSound_Click);
//
// btnPlay
//
this.btnPlay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnPlay.AutoSize = true;
this.btnPlay.Location = new System.Drawing.Point(13, 359);
this.btnPlay.Margin = new System.Windows.Forms.Padding(4);
this.btnPlay.Name = "btnPlay";
this.btnPlay.Size = new System.Drawing.Size(105, 26);
this.btnPlay.TabIndex = 3;
this.btnPlay.Text = "Play";
this.btnPlay.UseVisualStyleBackColor = true;
this.btnPlay.Click += new System.EventHandler(this.btnPlay_Click);
//
// txtSoundFile
//
this.txtSoundFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtSoundFile.Location = new System.Drawing.Point(6, 52);
this.txtSoundFile.Margin = new System.Windows.Forms.Padding(4);
this.txtSoundFile.Name = "txtSoundFile";
this.txtSoundFile.ReadOnly = true;
this.txtSoundFile.Size = new System.Drawing.Size(298, 22);
this.txtSoundFile.TabIndex = 4;
this.txtSoundFile.Text = "";
//
// trackVolume
//
this.trackVolume.Enabled = false;
this.trackVolume.Location = new System.Drawing.Point(232, 114);
this.trackVolume.Margin = new System.Windows.Forms.Padding(4);
this.trackVolume.Maximum = 100;
this.trackVolume.Name = "trackVolume";
this.trackVolume.Size = new System.Drawing.Size(164, 45);
this.trackVolume.TabIndex = 6;
this.trackVolume.TickFrequency = 25;
this.trackVolume.Scroll += new System.EventHandler(this.trackVolume_Scroll);
//
// lblVolume
//
this.lblVolume.AutoSize = true;
this.lblVolume.Location = new System.Drawing.Point(229, 94);
this.lblVolume.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblVolume.Name = "lblVolume";
this.lblVolume.Size = new System.Drawing.Size(57, 16);
this.lblVolume.TabIndex = 7;
this.lblVolume.Text = "Volume:";
//
// lblBalance
//
this.lblBalance.AutoSize = true;
this.lblBalance.Location = new System.Drawing.Point(43, 94);
this.lblBalance.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblBalance.Name = "lblBalance";
this.lblBalance.Size = new System.Drawing.Size(61, 16);
this.lblBalance.TabIndex = 8;
this.lblBalance.Text = "Balance:";
//
// trackBalance
//
this.trackBalance.Enabled = false;
this.trackBalance.Location = new System.Drawing.Point(40, 114);
this.trackBalance.Margin = new System.Windows.Forms.Padding(4);
this.trackBalance.Maximum = 100;
this.trackBalance.Name = "trackBalance";
this.trackBalance.Size = new System.Drawing.Size(112, 45);
this.trackBalance.TabIndex = 9;
this.trackBalance.TickFrequency = 25;
this.trackBalance.Scroll += new System.EventHandler(this.trackBalance_Scroll);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(160, 114);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(27, 25);
this.pictureBox1.TabIndex = 10;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(10, 114);
this.pictureBox2.Margin = new System.Windows.Forms.Padding(4);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(27, 25);
this.pictureBox2.TabIndex = 11;
this.pictureBox2.TabStop = false;
//
// radioButtonAsterisk
//
this.radioButtonAsterisk.AutoSize = true;
this.radioButtonAsterisk.Location = new System.Drawing.Point(6, 22);
this.radioButtonAsterisk.Name = "radioButtonAsterisk";
this.radioButtonAsterisk.Size = new System.Drawing.Size(74, 20);
this.radioButtonAsterisk.TabIndex = 12;
this.radioButtonAsterisk.TabStop = true;
this.radioButtonAsterisk.Text = "Asterisk";
this.radioButtonAsterisk.UseVisualStyleBackColor = true;
this.radioButtonAsterisk.CheckedChanged += new System.EventHandler(this.radioButtonSound_CheckedChanged);
//
// groupBoxBuiltInSounds
//
this.groupBoxBuiltInSounds.Controls.Add(this.comboBoxVoiceGender);
this.groupBoxBuiltInSounds.Controls.Add(this.checkBoxTTSVerbose);
this.groupBoxBuiltInSounds.Controls.Add(this.radioButtonTextToSpeech);
this.groupBoxBuiltInSounds.Controls.Add(this.radioButtonHand);
this.groupBoxBuiltInSounds.Controls.Add(this.radioButtonExclamation);
this.groupBoxBuiltInSounds.Controls.Add(this.radioButtonBeep);
this.groupBoxBuiltInSounds.Controls.Add(this.radioButtonAsterisk);
this.groupBoxBuiltInSounds.Location = new System.Drawing.Point(12, 12);
this.groupBoxBuiltInSounds.Name = "groupBoxBuiltInSounds";
this.groupBoxBuiltInSounds.Size = new System.Drawing.Size(430, 159);
this.groupBoxBuiltInSounds.TabIndex = 13;
this.groupBoxBuiltInSounds.TabStop = false;
this.groupBoxBuiltInSounds.Text = "System Sounds";
//
// comboBoxVoiceGender
//
this.comboBoxVoiceGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxVoiceGender.FormattingEnabled = true;
this.comboBoxVoiceGender.Items.AddRange(new object[] {
"Female",
"Male"});
this.comboBoxVoiceGender.Location = new System.Drawing.Point(219, 124);
this.comboBoxVoiceGender.Name = "comboBoxVoiceGender";
this.comboBoxVoiceGender.Size = new System.Drawing.Size(85, 24);
this.comboBoxVoiceGender.TabIndex = 19;
this.comboBoxVoiceGender.SelectedIndexChanged += new System.EventHandler(this.comboBoxVoiceGender_SelectedIndexChanged);
//
// checkBoxTTSVerbose
//
this.checkBoxTTSVerbose.AutoSize = true;
this.checkBoxTTSVerbose.Location = new System.Drawing.Point(134, 126);
this.checkBoxTTSVerbose.Name = "checkBoxTTSVerbose";
this.checkBoxTTSVerbose.Size = new System.Drawing.Size(79, 20);
this.checkBoxTTSVerbose.TabIndex = 18;
this.checkBoxTTSVerbose.Text = "Verbose";
this.checkBoxTTSVerbose.UseVisualStyleBackColor = true;
this.checkBoxTTSVerbose.CheckedChanged += new System.EventHandler(this.checkBoxTTSVerbose_CheckedChanged);
//
// radioButtonTextToSpeech
//
this.radioButtonTextToSpeech.AutoSize = true;
this.radioButtonTextToSpeech.Location = new System.Drawing.Point(6, 126);
this.radioButtonTextToSpeech.Name = "radioButtonTextToSpeech";
this.radioButtonTextToSpeech.Size = new System.Drawing.Size(122, 20);
this.radioButtonTextToSpeech.TabIndex = 17;
this.radioButtonTextToSpeech.TabStop = true;
this.radioButtonTextToSpeech.Text = "Text To Speech";
this.radioButtonTextToSpeech.UseVisualStyleBackColor = true;
this.radioButtonTextToSpeech.CheckedChanged += new System.EventHandler(this.radioButtonSound_CheckedChanged);
//
// radioButtonHand
//
this.radioButtonHand.AutoSize = true;
this.radioButtonHand.Location = new System.Drawing.Point(6, 100);
this.radioButtonHand.Name = "radioButtonHand";
this.radioButtonHand.Size = new System.Drawing.Size(54, 20);
this.radioButtonHand.TabIndex = 15;
this.radioButtonHand.TabStop = true;
this.radioButtonHand.Text = "Stop";
this.radioButtonHand.UseVisualStyleBackColor = true;
this.radioButtonHand.CheckedChanged += new System.EventHandler(this.radioButtonSound_CheckedChanged);
//
// radioButtonExclamation
//
this.radioButtonExclamation.AutoSize = true;
this.radioButtonExclamation.Location = new System.Drawing.Point(6, 74);
this.radioButtonExclamation.Name = "radioButtonExclamation";
this.radioButtonExclamation.Size = new System.Drawing.Size(99, 20);
this.radioButtonExclamation.TabIndex = 14;
this.radioButtonExclamation.TabStop = true;
this.radioButtonExclamation.Text = "Exclamation";
this.radioButtonExclamation.UseVisualStyleBackColor = true;
this.radioButtonExclamation.CheckedChanged += new System.EventHandler(this.radioButtonSound_CheckedChanged);
//
// radioButtonBeep
//
this.radioButtonBeep.AutoSize = true;
this.radioButtonBeep.Location = new System.Drawing.Point(6, 48);
this.radioButtonBeep.Name = "radioButtonBeep";
this.radioButtonBeep.Size = new System.Drawing.Size(59, 20);
this.radioButtonBeep.TabIndex = 13;
this.radioButtonBeep.TabStop = true;
this.radioButtonBeep.Text = "Beep";
this.radioButtonBeep.UseVisualStyleBackColor = true;
this.radioButtonBeep.CheckedChanged += new System.EventHandler(this.radioButtonSound_CheckedChanged);
//
// groupBoxCustomSound
//
this.groupBoxCustomSound.Controls.Add(this.radioButtonCustomSound);
this.groupBoxCustomSound.Controls.Add(this.btnSelectSound);
this.groupBoxCustomSound.Controls.Add(this.pictureBox2);
this.groupBoxCustomSound.Controls.Add(this.txtSoundFile);
this.groupBoxCustomSound.Controls.Add(this.pictureBox1);
this.groupBoxCustomSound.Controls.Add(this.trackVolume);
this.groupBoxCustomSound.Controls.Add(this.trackBalance);
this.groupBoxCustomSound.Controls.Add(this.lblVolume);
this.groupBoxCustomSound.Controls.Add(this.lblBalance);
this.groupBoxCustomSound.Location = new System.Drawing.Point(12, 177);
this.groupBoxCustomSound.Name = "groupBoxCustomSound";
this.groupBoxCustomSound.Size = new System.Drawing.Size(430, 174);
this.groupBoxCustomSound.TabIndex = 14;
this.groupBoxCustomSound.TabStop = false;
this.groupBoxCustomSound.Text = "Custom Sound";
//
// radioButtonCustomSound
//
this.radioButtonCustomSound.AutoSize = true;
this.radioButtonCustomSound.Location = new System.Drawing.Point(6, 21);
this.radioButtonCustomSound.Name = "radioButtonCustomSound";
this.radioButtonCustomSound.Size = new System.Drawing.Size(141, 20);
this.radioButtonCustomSound.TabIndex = 13;
this.radioButtonCustomSound.TabStop = true;
this.radioButtonCustomSound.Text = "Use Custom Sound";
this.radioButtonCustomSound.UseVisualStyleBackColor = true;
this.radioButtonCustomSound.CheckedChanged += new System.EventHandler(this.radioButtonSound_CheckedChanged);
//
// SoundConfig
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(456, 398);
this.Controls.Add(this.groupBoxCustomSound);
this.Controls.Add(this.groupBoxBuiltInSounds);
this.Controls.Add(this.btnPlay);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SoundConfig";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Sound Setup";
this.VisibleChanged += new System.EventHandler(this.SoundConfig_VisibleChanged);
((System.ComponentModel.ISupportInitialize)(this.trackVolume)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBalance)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.groupBoxBuiltInSounds.ResumeLayout(false);
this.groupBoxBuiltInSounds.PerformLayout();
this.groupBoxCustomSound.ResumeLayout(false);
this.groupBoxCustomSound.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnSelectSound;
private System.Windows.Forms.Button btnPlay;
private System.Windows.Forms.TextBox txtSoundFile;
private System.Windows.Forms.TrackBar trackVolume;
private System.Windows.Forms.Label lblVolume;
private System.Windows.Forms.Label lblBalance;
private System.Windows.Forms.TrackBar trackBalance;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.RadioButton radioButtonAsterisk;
private System.Windows.Forms.GroupBox groupBoxBuiltInSounds;
private System.Windows.Forms.RadioButton radioButtonHand;
private System.Windows.Forms.RadioButton radioButtonExclamation;
private System.Windows.Forms.RadioButton radioButtonBeep;
private System.Windows.Forms.GroupBox groupBoxCustomSound;
private System.Windows.Forms.RadioButton radioButtonCustomSound;
private System.Windows.Forms.RadioButton radioButtonTextToSpeech;
private System.Windows.Forms.CheckBox checkBoxTTSVerbose;
private System.Windows.Forms.ComboBox comboBoxVoiceGender;
}
}