AudioEditorForm.Designer.cs
Download AudioEditorForm.Designer.cs File
namespace VoiceEditor_Capstone
{
partial class VoiceEditorForm
{
/// < 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()
{
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.playToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sourceAudioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openSourceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveSourceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.playSourceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.playSelectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.phraseBox = new System.Windows.Forms.TextBox();
this.voicesComboBox = new System.Windows.Forms.ComboBox();
this.constructButton = new System.Windows.Forms.Button();
this.sourcePlayBtn = new System.Windows.Forms.Button();
this.sourceRecordBtn = new System.Windows.Forms.Button();
this.sourceTrimBtn = new System.Windows.Forms.Button();
this.workingPlayBtn = new System.Windows.Forms.Button();
this.workingSaveBtn = new System.Windows.Forms.Button();
this.voiceLabel = new System.Windows.Forms.Label();
this.constructPlayBtn = new System.Windows.Forms.Button();
this.wordTxtbox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.constructWaveViewer = new NAudio.Gui.CustWaveViewer();
this.workingWaveViewer = new NAudio.Gui.CustWaveViewer();
this.sourceWaveViewer = new NAudio.Gui.CustWaveViewer();
this.reTrimButton = new System.Windows.Forms.Button();
this.workingUndoButton = new System.Windows.Forms.Button();
this.sourceStopButton = new System.Windows.Forms.Button();
this.workingStopButton = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.playToolStripMenuItem,
this.sourceAudioToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = " menuStrip1 " ;
this.menuStrip1.Size = new System.Drawing.Size(1076, 26);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = " menuStrip1 " ;
//
// playToolStripMenuItem
//
this.playToolStripMenuItem.Name = " playToolStripMenuItem " ;
this.playToolStripMenuItem.Size = new System.Drawing.Size(12, 22);
//
// sourceAudioToolStripMenuItem
//
this.sourceAudioToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openSourceToolStripMenuItem,
this.saveSourceToolStripMenuItem,
this.playSourceToolStripMenuItem,
this.playSelectedToolStripMenuItem});
this.sourceAudioToolStripMenuItem.Font = new System.Drawing.Font( " Bookman Old Style " , 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sourceAudioToolStripMenuItem.Name = " sourceAudioToolStripMenuItem " ;
this.sourceAudioToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
this.sourceAudioToolStripMenuItem.Text = " Source Audio " ;
//
// openSourceToolStripMenuItem
//
this.openSourceToolStripMenuItem.Name = " openSourceToolStripMenuItem " ;
this.openSourceToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
this.openSourceToolStripMenuItem.Text = " Open " ;
this.openSourceToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// saveSourceToolStripMenuItem
//
this.saveSourceToolStripMenuItem.Name = " saveSourceToolStripMenuItem " ;
this.saveSourceToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
this.saveSourceToolStripMenuItem.Text = " Save " ;
//
// playSourceToolStripMenuItem
//
this.playSourceToolStripMenuItem.Name = " playSourceToolStripMenuItem " ;
this.playSourceToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
this.playSourceToolStripMenuItem.Text = " Play " ;
this.playSourceToolStripMenuItem.Click += new System.EventHandler(this.playToolStripMenuItem1_Click);
//
// playSelectedToolStripMenuItem
//
this.playSelectedToolStripMenuItem.Name = " playSelectedToolStripMenuItem " ;
this.playSelectedToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
this.playSelectedToolStripMenuItem.Text = " PlaySelected " ;
this.playSelectedToolStripMenuItem.Click += new System.EventHandler(this.playSelectedToolStripMenuItem_Click);
//
// phraseBox
//
this.phraseBox.Location = new System.Drawing.Point(442, 7);
this.phraseBox.Name = " phraseBox " ;
this.phraseBox.Size = new System.Drawing.Size(496, 20);
this.phraseBox.TabIndex = 4;
this.phraseBox.Text = " Enter desired phrase. " ;
this.phraseBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// voicesComboBox
//
this.voicesComboBox.FormattingEnabled = true;
this.voicesComboBox.Location = new System.Drawing.Point(314, 7);
this.voicesComboBox.Name = " voicesComboBox " ;
this.voicesComboBox.Size = new System.Drawing.Size(122, 21);
this.voicesComboBox.TabIndex = 5;
this.voicesComboBox.SelectedIndexChanged += new System.EventHandler(this.voicesComboBox_SelectedIndexChanged);
//
// constructButton
//
this.constructButton.Location = new System.Drawing.Point(944, 5);
this.constructButton.Name = " constructButton " ;
this.constructButton.Size = new System.Drawing.Size(119, 23);
this.constructButton.TabIndex = 6;
this.constructButton.Text = " Say it! " ;
this.constructButton.UseVisualStyleBackColor = true;
this.constructButton.Click += new System.EventHandler(this.constructButton_Click);
//
// sourcePlayBtn
//
this.sourcePlayBtn.Location = new System.Drawing.Point(13, 204);
this.sourcePlayBtn.Name = " sourcePlayBtn " ;
this.sourcePlayBtn.Size = new System.Drawing.Size(85, 23);
this.sourcePlayBtn.TabIndex = 7;
this.sourcePlayBtn.Text = " Play " ;
this.sourcePlayBtn.UseVisualStyleBackColor = true;
this.sourcePlayBtn.Click += new System.EventHandler(this.sourcePlayBtn_Click);
//
// sourceRecordBtn
//
this.sourceRecordBtn.Location = new System.Drawing.Point(163, 204);
this.sourceRecordBtn.Name = " sourceRecordBtn " ;
this.sourceRecordBtn.Size = new System.Drawing.Size(87, 23);
this.sourceRecordBtn.TabIndex = 8;
this.sourceRecordBtn.Text = " Record " ;
this.sourceRecordBtn.UseVisualStyleBackColor = true;
this.sourceRecordBtn.Click += new System.EventHandler(this.sourceRecordBtn_Click);
//
// sourceTrimBtn
//
this.sourceTrimBtn.Location = new System.Drawing.Point(256, 204);
this.sourceTrimBtn.Name = " sourceTrimBtn " ;
this.sourceTrimBtn.Size = new System.Drawing.Size(53, 23);
this.sourceTrimBtn.TabIndex = 9;
this.sourceTrimBtn.Text = " Trim " ;
this.sourceTrimBtn.UseVisualStyleBackColor = true;
this.sourceTrimBtn.Click += new System.EventHandler(this.sourceTrimBtn_Click);
//
// workingPlayBtn
//
this.workingPlayBtn.Location = new System.Drawing.Point(13, 417);
this.workingPlayBtn.Name = " workingPlayBtn " ;
this.workingPlayBtn.Size = new System.Drawing.Size(85, 23);
this.workingPlayBtn.TabIndex = 10;
this.workingPlayBtn.Text = " Play " ;
this.workingPlayBtn.UseVisualStyleBackColor = true;
this.workingPlayBtn.Click += new System.EventHandler(this.workingPlayBtn_Click);
//
// workingSaveBtn
//
this.workingSaveBtn.Location = new System.Drawing.Point(281, 417);
this.workingSaveBtn.Name = " workingSaveBtn " ;
this.workingSaveBtn.Size = new System.Drawing.Size(75, 23);
this.workingSaveBtn.TabIndex = 11;
this.workingSaveBtn.Text = " Save " ;
this.workingSaveBtn.UseVisualStyleBackColor = true;
this.workingSaveBtn.Click += new System.EventHandler(this.workingSaveBtn_Click);
//
// voiceLabel
//
this.voiceLabel.AutoSize = true;
this.voiceLabel.Font = new System.Drawing.Font( " Bookman Old Style " , 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.voiceLabel.Location = new System.Drawing.Point(215, 7);
this.voiceLabel.Name = " voiceLabel " ;
this.voiceLabel.Size = new System.Drawing.Size(93, 18);
this.voiceLabel.TabIndex = 14;
this.voiceLabel.Text = " Select Voice: " ;
//
// constructPlayBtn
//
this.constructPlayBtn.Location = new System.Drawing.Point(13, 626);
this.constructPlayBtn.Name = " constructPlayBtn " ;
this.constructPlayBtn.Size = new System.Drawing.Size(85, 23);
this.constructPlayBtn.TabIndex = 15;
this.constructPlayBtn.Text = " Play " ;
this.constructPlayBtn.UseVisualStyleBackColor = true;
this.constructPlayBtn.Click += new System.EventHandler(this.constructPlayBtn_Click);
//
// wordTxtbox
//
this.wordTxtbox.Location = new System.Drawing.Point(406, 419);
this.wordTxtbox.Name = " wordTxtbox " ;
this.wordTxtbox.Size = new System.Drawing.Size(100, 20);
this.wordTxtbox.TabIndex = 16;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font( " Bookman Old Style " , 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(362, 419);
this.label1.Name = " label1 " ;
this.label1.Size = new System.Drawing.Size(44, 18);
this.label1.TabIndex = 17;
this.label1.Text = " Word: " ;
//
// constructWaveViewer
//
this.constructWaveViewer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.constructWaveViewer.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.constructWaveViewer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.constructWaveViewer.endPoint = new System.Drawing.Point(0, 0);
this.constructWaveViewer.fromEnd = System.TimeSpan.Parse( " 00:00:00 " );
this.constructWaveViewer.fromStart = System.TimeSpan.Parse( " 00:00:00 " );
this.constructWaveViewer.Location = new System.Drawing.Point(13, 470);
this.constructWaveViewer.Name = " constructWaveViewer " ;
this.constructWaveViewer.PenColor = System.Drawing.Color.DeepSkyBlue;
this.constructWaveViewer.PenWidth = 1F;
this.constructWaveViewer.SamplesPerPixel = 128;
this.constructWaveViewer.Size = new System.Drawing.Size(1052, 150);
this.constructWaveViewer.startPoint = new System.Drawing.Point(0, 0);
this.constructWaveViewer.StartPosition = ((long)(0));
this.constructWaveViewer.TabIndex = 3;
this.constructWaveViewer.WaveStream = null;
//
// workingWaveViewer
//
this.workingWaveViewer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.workingWaveViewer.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.workingWaveViewer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.workingWaveViewer.endPoint = new System.Drawing.Point(0, 0);
this.workingWaveViewer.fromEnd = System.TimeSpan.Parse( " 00:00:00 " );
this.workingWaveViewer.fromStart = System.TimeSpan.Parse( " 00:00:00 " );
this.workingWaveViewer.Location = new System.Drawing.Point(12, 261);
this.workingWaveViewer.Name = " workingWaveViewer " ;
this.workingWaveViewer.PenColor = System.Drawing.Color.DeepSkyBlue;
this.workingWaveViewer.PenWidth = 1F;
this.workingWaveViewer.SamplesPerPixel = 128;
this.workingWaveViewer.Size = new System.Drawing.Size(1052, 150);
this.workingWaveViewer.startPoint = new System.Drawing.Point(0, 0);
this.workingWaveViewer.StartPosition = ((long)(0));
this.workingWaveViewer.TabIndex = 2;
this.workingWaveViewer.WaveStream = null;
//
// sourceWaveViewer
//
this.sourceWaveViewer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.sourceWaveViewer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sourceWaveViewer.endPoint = new System.Drawing.Point(0, 0);
this.sourceWaveViewer.fromEnd = System.TimeSpan.Parse( " 00:00:00 " );
this.sourceWaveViewer.fromStart = System.TimeSpan.Parse( " 00:00:00 " );
this.sourceWaveViewer.Location = new System.Drawing.Point(12, 48);
this.sourceWaveViewer.Name = " sourceWaveViewer " ;
this.sourceWaveViewer.PenColor = System.Drawing.Color.DeepSkyBlue;
this.sourceWaveViewer.PenWidth = 1F;
this.sourceWaveViewer.SamplesPerPixel = 128;
this.sourceWaveViewer.Size = new System.Drawing.Size(1052, 150);
this.sourceWaveViewer.startPoint = new System.Drawing.Point(0, 0);
this.sourceWaveViewer.StartPosition = ((long)(0));
this.sourceWaveViewer.TabIndex = 1;
this.sourceWaveViewer.WaveStream = null;
//
// reTrimButton
//
this.reTrimButton.Location = new System.Drawing.Point(163, 417);
this.reTrimButton.Name = " reTrimButton " ;
this.reTrimButton.Size = new System.Drawing.Size(53, 23);
this.reTrimButton.TabIndex = 18;
this.reTrimButton.Text = " Re-Trim " ;
this.reTrimButton.UseVisualStyleBackColor = true;
this.reTrimButton.Click += new System.EventHandler(this.reTrimButton_Click);
//
// workingUndoButton
//
this.workingUndoButton.Enabled = false;
this.workingUndoButton.Location = new System.Drawing.Point(222, 417);
this.workingUndoButton.Name = " workingUndoButton " ;
this.workingUndoButton.Size = new System.Drawing.Size(53, 23);
this.workingUndoButton.TabIndex = 19;
this.workingUndoButton.Text = " Undo " ;
this.workingUndoButton.UseVisualStyleBackColor = true;
this.workingUndoButton.Click += new System.EventHandler(this.workingUndo_Click);
//
// sourceStopButton
//
this.sourceStopButton.Location = new System.Drawing.Point(104, 204);
this.sourceStopButton.Name = " sourceStopButton " ;
this.sourceStopButton.Size = new System.Drawing.Size(53, 23);
this.sourceStopButton.TabIndex = 20;
this.sourceStopButton.Text = " Stop " ;
this.sourceStopButton.UseVisualStyleBackColor = true;
this.sourceStopButton.Click += new System.EventHandler(this.stopButton_Click);
//
// workingStopButton
//
this.workingStopButton.Location = new System.Drawing.Point(104, 417);
this.workingStopButton.Name = " workingStopButton " ;
this.workingStopButton.Size = new System.Drawing.Size(53, 23);
this.workingStopButton.TabIndex = 21;
this.workingStopButton.Text = " Stop " ;
this.workingStopButton.UseVisualStyleBackColor = true;
this.workingStopButton.Click += new System.EventHandler(this.stopButton_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(104, 626);
this.button1.Name = " button1 " ;
this.button1.Size = new System.Drawing.Size(53, 23);
this.button1.TabIndex = 22;
this.button1.Text = " Stop " ;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.stopButton_Click);
//
// VoiceEditorForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1076, 688);
this.Controls.Add(this.button1);
this.Controls.Add(this.workingStopButton);
this.Controls.Add(this.sourceStopButton);
this.Controls.Add(this.workingUndoButton);
this.Controls.Add(this.reTrimButton);
this.Controls.Add(this.label1);
this.Controls.Add(this.wordTxtbox);
this.Controls.Add(this.constructPlayBtn);
this.Controls.Add(this.voiceLabel);
this.Controls.Add(this.workingSaveBtn);
this.Controls.Add(this.workingPlayBtn);
this.Controls.Add(this.sourceTrimBtn);
this.Controls.Add(this.sourceRecordBtn);
this.Controls.Add(this.sourcePlayBtn);
this.Controls.Add(this.constructButton);
this.Controls.Add(this.voicesComboBox);
this.Controls.Add(this.phraseBox);
this.Controls.Add(this.constructWaveViewer);
this.Controls.Add(this.workingWaveViewer);
this.Controls.Add(this.sourceWaveViewer);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = " VoiceEditorForm " ;
this.Text = " Voice Editor " ;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.VoiceEditorForm_FormClosing);
this.Load += new System.EventHandler(this.VoiceEditorForm_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem playToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem sourceAudioToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openSourceToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveSourceToolStripMenuItem;
private NAudio.Gui.CustWaveViewer sourceWaveViewer;
private NAudio.Gui.CustWaveViewer workingWaveViewer;
private NAudio.Gui.CustWaveViewer constructWaveViewer;
private System.Windows.Forms.ToolStripMenuItem playSourceToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem playSelectedToolStripMenuItem;
private System.Windows.Forms.TextBox phraseBox;
private System.Windows.Forms.ComboBox voicesComboBox;
private System.Windows.Forms.Button constructButton;
private System.Windows.Forms.Button sourcePlayBtn;
private System.Windows.Forms.Button sourceRecordBtn;
private System.Windows.Forms.Button sourceTrimBtn;
private System.Windows.Forms.Button workingPlayBtn;
private System.Windows.Forms.Button workingSaveBtn;
private System.Windows.Forms.Label voiceLabel;
private System.Windows.Forms.Button constructPlayBtn;
private System.Windows.Forms.TextBox wordTxtbox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button reTrimButton;
private System.Windows.Forms.Button workingUndoButton;
private System.Windows.Forms.Button sourceStopButton;
private System.Windows.Forms.Button workingStopButton;
private System.Windows.Forms.Button button1;
}
}