/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Object.SelectedChartOption selectedChartOption2 = new Object.SelectedChartOption();
     this.setting_btn       = new System.Windows.Forms.Button();
     this.showChart         = new UC.SelectShowChart();
     this.process_btn       = new System.Windows.Forms.Button();
     this.processMFCCRef    = new System.ComponentModel.BackgroundWorker();
     this.processMFCCYour   = new System.ComponentModel.BackgroundWorker();
     this.costmfcc_lb       = new System.Windows.Forms.Label();
     this.costmfccvalue_lb  = new System.Windows.Forms.Label();
     this.costpitch_bl      = new System.Windows.Forms.Label();
     this.costpitchvalue_lb = new System.Windows.Forms.Label();
     this._mfccViewer       = new UC.MfccViewer();
     this.left_btn          = new System.Windows.Forms.Button();
     this.right_btn         = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // setting_btn
     //
     this.setting_btn.Location = new System.Drawing.Point(604, 29);
     this.setting_btn.Name     = "setting_btn";
     this.setting_btn.Size     = new System.Drawing.Size(100, 23);
     this.setting_btn.TabIndex = 8;
     this.setting_btn.Text     = "Setting";
     this.setting_btn.UseVisualStyleBackColor = true;
     this.setting_btn.Click += new System.EventHandler(this.setting_btn_Click);
     //
     // showChart
     //
     this.showChart.Location         = new System.Drawing.Point(730, 80);
     this.showChart.Name             = "showChart";
     selectedChartOption2.RefDetal   = false;
     selectedChartOption2.RefDouble  = false;
     selectedChartOption2.RefFreq    = false;
     selectedChartOption2.RefMfcc    = false;
     selectedChartOption2.RefPitch   = false;
     selectedChartOption2.RefWave    = false;
     selectedChartOption2.YourDetal  = false;
     selectedChartOption2.YourDouble = false;
     selectedChartOption2.YourFreq   = false;
     selectedChartOption2.YourMfcc   = false;
     selectedChartOption2.YourPitch  = false;
     selectedChartOption2.YourWave   = false;
     this.showChart.Selected         = selectedChartOption2;
     this.showChart.Size             = new System.Drawing.Size(125, 252);
     this.showChart.TabIndex         = 13;
     this.showChart.SelectedChart   += new Object.Event.SelectedChartEventHandler(this.showChart_SelectedChart);
     //
     // process_btn
     //
     this.process_btn.Location = new System.Drawing.Point(755, 28);
     this.process_btn.Name     = "process_btn";
     this.process_btn.Size     = new System.Drawing.Size(100, 23);
     this.process_btn.TabIndex = 8;
     this.process_btn.Text     = "Process";
     this.process_btn.UseVisualStyleBackColor = true;
     this.process_btn.Click += new System.EventHandler(this.process_btn_Click);
     //
     // costmfcc_lb
     //
     this.costmfcc_lb.AutoSize = true;
     this.costmfcc_lb.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costmfcc_lb.Location = new System.Drawing.Point(76, 377);
     this.costmfcc_lb.Name     = "costmfcc_lb";
     this.costmfcc_lb.Size     = new System.Drawing.Size(65, 24);
     this.costmfcc_lb.TabIndex = 10;
     this.costmfcc_lb.Text     = "Score:";
     //
     // costmfccvalue_lb
     //
     this.costmfccvalue_lb.AutoSize = true;
     this.costmfccvalue_lb.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costmfccvalue_lb.Location = new System.Drawing.Point(137, 370);
     this.costmfccvalue_lb.Name     = "costmfccvalue_lb";
     this.costmfccvalue_lb.Size     = new System.Drawing.Size(67, 31);
     this.costmfccvalue_lb.TabIndex = 11;
     this.costmfccvalue_lb.Text     = "0.00";
     //
     // costpitch_bl
     //
     this.costpitch_bl.AutoSize = true;
     this.costpitch_bl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costpitch_bl.Location = new System.Drawing.Point(334, 377);
     this.costpitch_bl.Name     = "costpitch_bl";
     this.costpitch_bl.Size     = new System.Drawing.Size(56, 24);
     this.costpitch_bl.TabIndex = 10;
     this.costpitch_bl.Text     = "Pitch:";
     this.costpitch_bl.Visible  = false;
     //
     // costpitchvalue_lb
     //
     this.costpitchvalue_lb.AutoSize = true;
     this.costpitchvalue_lb.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costpitchvalue_lb.Location = new System.Drawing.Point(391, 370);
     this.costpitchvalue_lb.Name     = "costpitchvalue_lb";
     this.costpitchvalue_lb.Size     = new System.Drawing.Size(67, 31);
     this.costpitchvalue_lb.TabIndex = 11;
     this.costpitchvalue_lb.Text     = "0.00";
     this.costpitchvalue_lb.Visible  = false;
     //
     // _mfccViewer
     //
     this._mfccViewer.Location = new System.Drawing.Point(34, 80);
     this._mfccViewer.Name     = "_mfccViewer";
     this._mfccViewer.Size     = new System.Drawing.Size(670, 252);
     this._mfccViewer.TabIndex = 12;
     //
     // left_btn
     //
     this.left_btn.Location = new System.Drawing.Point(80, 29);
     this.left_btn.Name     = "left_btn";
     this.left_btn.Size     = new System.Drawing.Size(100, 23);
     this.left_btn.TabIndex = 8;
     this.left_btn.Text     = "Left Window";
     this.left_btn.UseVisualStyleBackColor = true;
     this.left_btn.Click += new System.EventHandler(this.left_btn_Click);
     //
     // right_btn
     //
     this.right_btn.Location = new System.Drawing.Point(201, 28);
     this.right_btn.Name     = "right_btn";
     this.right_btn.Size     = new System.Drawing.Size(100, 23);
     this.right_btn.TabIndex = 8;
     this.right_btn.Text     = "Right Window";
     this.right_btn.UseVisualStyleBackColor = true;
     this.right_btn.Click += new System.EventHandler(this.right_btn_Click);
     //
     // MainTestControlTest
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.costmfccvalue_lb);
     this.Controls.Add(this.costmfcc_lb);
     this.Controls.Add(this.costpitchvalue_lb);
     this.Controls.Add(this.costpitch_bl);
     this.Controls.Add(this.showChart);
     this.Controls.Add(this._mfccViewer);
     this.Controls.Add(this.process_btn);
     this.Controls.Add(this.right_btn);
     this.Controls.Add(this.left_btn);
     this.Controls.Add(this.setting_btn);
     this.Name = "MainTestControlTest";
     this.Size = new System.Drawing.Size(861, 410);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Object.SelectedChartOption selectedChartOption1 = new Object.SelectedChartOption();
     this.devices_cbx        = new System.Windows.Forms.ComboBox();
     this.devices_lb         = new System.Windows.Forms.Label();
     this.sampleRate_cbx     = new System.Windows.Forms.ComboBox();
     this.sampleRate_lb      = new System.Windows.Forms.Label();
     this.freshDevices_btn   = new System.Windows.Forms.Button();
     this.waveViewer         = new UC.WaveViewer();
     this.yourvoice_lb       = new System.Windows.Forms.Label();
     this.recoder_btn        = new System.Windows.Forms.Button();
     this.playStopyour_btn   = new System.Windows.Forms.Button();
     this.setting_btn        = new System.Windows.Forms.Button();
     this.showChart          = new UC.SelectShowChart();
     this.process_btn        = new System.Windows.Forms.Button();
     this.processMFCCRef     = new System.ComponentModel.BackgroundWorker();
     this.processMFCCYour    = new System.ComponentModel.BackgroundWorker();
     this.autoSelect_btn     = new System.Windows.Forms.Button();
     this.addToTrainFile_btn = new System.Windows.Forms.Button();
     this.listTrainFiles_btn = new System.Windows.Forms.Button();
     this.train_btn          = new System.Windows.Forms.Button();
     this.reg_lb             = new System.Windows.Forms.Label();
     this.regMode_cbx        = new System.Windows.Forms.CheckBox();
     this.reg_btn            = new System.Windows.Forms.Button();
     this.update_btn         = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // devices_cbx
     //
     this.devices_cbx.FormattingEnabled = true;
     this.devices_cbx.Location          = new System.Drawing.Point(160, 29);
     this.devices_cbx.Name     = "devices_cbx";
     this.devices_cbx.Size     = new System.Drawing.Size(109, 21);
     this.devices_cbx.TabIndex = 1;
     //
     // devices_lb
     //
     this.devices_lb.AutoSize = true;
     this.devices_lb.Location = new System.Drawing.Point(90, 33);
     this.devices_lb.Name     = "devices_lb";
     this.devices_lb.Size     = new System.Drawing.Size(65, 13);
     this.devices_lb.TabIndex = 2;
     this.devices_lb.Text     = "List Devices";
     //
     // sampleRate_cbx
     //
     this.sampleRate_cbx.FormattingEnabled = true;
     this.sampleRate_cbx.Location          = new System.Drawing.Point(443, 29);
     this.sampleRate_cbx.Name     = "sampleRate_cbx";
     this.sampleRate_cbx.Size     = new System.Drawing.Size(109, 21);
     this.sampleRate_cbx.TabIndex = 1;
     //
     // sampleRate_lb
     //
     this.sampleRate_lb.AutoSize = true;
     this.sampleRate_lb.Location = new System.Drawing.Point(373, 33);
     this.sampleRate_lb.Name     = "sampleRate_lb";
     this.sampleRate_lb.Size     = new System.Drawing.Size(68, 13);
     this.sampleRate_lb.TabIndex = 2;
     this.sampleRate_lb.Text     = "Sample Rate";
     //
     // freshDevices_btn
     //
     this.freshDevices_btn.Location = new System.Drawing.Point(285, 27);
     this.freshDevices_btn.Name     = "freshDevices_btn";
     this.freshDevices_btn.Size     = new System.Drawing.Size(75, 23);
     this.freshDevices_btn.TabIndex = 3;
     this.freshDevices_btn.Text     = "List Devices";
     this.freshDevices_btn.UseVisualStyleBackColor = true;
     //
     // waveViewer
     //
     this.waveViewer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.waveViewer.LeftSlider  = 0.01466276F;
     this.waveViewer.Location    = new System.Drawing.Point(20, 117);
     this.waveViewer.Name        = "waveViewer";
     this.waveViewer.PenColor    = System.Drawing.Color.DodgerBlue;
     this.waveViewer.PenWidth    = 1F;
     this.waveViewer.RightSlider = 0.9853373F;
     this.waveViewer.Size        = new System.Drawing.Size(684, 211);
     this.waveViewer.TabIndex    = 4;
     this.waveViewer.WaveStream  = null;
     //
     // yourvoice_lb
     //
     this.yourvoice_lb.AutoSize = true;
     this.yourvoice_lb.Location = new System.Drawing.Point(17, 92);
     this.yourvoice_lb.Name     = "yourvoice_lb";
     this.yourvoice_lb.Size     = new System.Drawing.Size(59, 13);
     this.yourvoice_lb.TabIndex = 6;
     this.yourvoice_lb.Text     = "Your Voice";
     //
     // recoder_btn
     //
     this.recoder_btn.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.recoder_btn.Image     = global::Voice_Comparasion.Properties.Resources.RecorderIco;
     this.recoder_btn.Location  = new System.Drawing.Point(19, 18);
     this.recoder_btn.Name      = "recoder_btn";
     this.recoder_btn.Size      = new System.Drawing.Size(39, 41);
     this.recoder_btn.TabIndex  = 0;
     this.recoder_btn.UseVisualStyleBackColor = false;
     this.recoder_btn.Click += new System.EventHandler(this.recoder_btn_Click);
     //
     // playStopyour_btn
     //
     this.playStopyour_btn.Image    = global::Voice_Comparasion.Properties.Resources.Play;
     this.playStopyour_btn.Location = new System.Drawing.Point(89, 80);
     this.playStopyour_btn.Name     = "playStopyour_btn";
     this.playStopyour_btn.Size     = new System.Drawing.Size(30, 31);
     this.playStopyour_btn.TabIndex = 7;
     this.playStopyour_btn.UseVisualStyleBackColor = true;
     this.playStopyour_btn.Click += new System.EventHandler(this.PlayStopyour_btn_Click);
     //
     // setting_btn
     //
     this.setting_btn.Location = new System.Drawing.Point(568, 29);
     this.setting_btn.Name     = "setting_btn";
     this.setting_btn.Size     = new System.Drawing.Size(100, 23);
     this.setting_btn.TabIndex = 8;
     this.setting_btn.Text     = "Setting";
     this.setting_btn.UseVisualStyleBackColor = true;
     this.setting_btn.Click += new System.EventHandler(this.setting_btn_Click);
     //
     // showChart
     //
     this.showChart.Location         = new System.Drawing.Point(730, 80);
     this.showChart.Name             = "showChart";
     selectedChartOption1.RefDetal   = false;
     selectedChartOption1.RefDouble  = false;
     selectedChartOption1.RefFreq    = false;
     selectedChartOption1.RefMfcc    = false;
     selectedChartOption1.RefPitch   = false;
     selectedChartOption1.RefWave    = false;
     selectedChartOption1.YourDetal  = false;
     selectedChartOption1.YourDouble = false;
     selectedChartOption1.YourFreq   = false;
     selectedChartOption1.YourMfcc   = false;
     selectedChartOption1.YourPitch  = false;
     selectedChartOption1.YourWave   = false;
     this.showChart.Selected         = selectedChartOption1;
     this.showChart.Size             = new System.Drawing.Size(125, 252);
     this.showChart.TabIndex         = 13;
     this.showChart.SelectedChart   += new Object.Event.SelectedChartEventHandler(this.showChart_SelectedChart);
     //
     // process_btn
     //
     this.process_btn.Location = new System.Drawing.Point(785, 28);
     this.process_btn.Name     = "process_btn";
     this.process_btn.Size     = new System.Drawing.Size(70, 23);
     this.process_btn.TabIndex = 8;
     this.process_btn.Text     = "Process";
     this.process_btn.UseVisualStyleBackColor = true;
     this.process_btn.Click += new System.EventHandler(this.process_btn_Click);
     //
     // autoSelect_btn
     //
     this.autoSelect_btn.Location = new System.Drawing.Point(132, 84);
     this.autoSelect_btn.Name     = "autoSelect_btn";
     this.autoSelect_btn.Size     = new System.Drawing.Size(100, 23);
     this.autoSelect_btn.TabIndex = 8;
     this.autoSelect_btn.Text     = "Auto Select";
     this.autoSelect_btn.UseVisualStyleBackColor = true;
     this.autoSelect_btn.Click += new System.EventHandler(this.autoSelect_btn_Click);
     //
     // addToTrainFile_btn
     //
     this.addToTrainFile_btn.Location = new System.Drawing.Point(422, 84);
     this.addToTrainFile_btn.Name     = "addToTrainFile_btn";
     this.addToTrainFile_btn.Size     = new System.Drawing.Size(106, 23);
     this.addToTrainFile_btn.TabIndex = 14;
     this.addToTrainFile_btn.Text     = "Add To Train Files";
     this.addToTrainFile_btn.UseVisualStyleBackColor = true;
     this.addToTrainFile_btn.Click += new System.EventHandler(this.addToTrainFile_btn_Click);
     //
     // listTrainFiles_btn
     //
     this.listTrainFiles_btn.Location = new System.Drawing.Point(629, 84);
     this.listTrainFiles_btn.Name     = "listTrainFiles_btn";
     this.listTrainFiles_btn.Size     = new System.Drawing.Size(75, 23);
     this.listTrainFiles_btn.TabIndex = 15;
     this.listTrainFiles_btn.Text     = "Train Files";
     this.listTrainFiles_btn.UseVisualStyleBackColor = true;
     this.listTrainFiles_btn.Click += new System.EventHandler(this.listTrainFiles_btn_Click);
     //
     // train_btn
     //
     this.train_btn.Location = new System.Drawing.Point(693, 29);
     this.train_btn.Name     = "train_btn";
     this.train_btn.Size     = new System.Drawing.Size(75, 23);
     this.train_btn.TabIndex = 16;
     this.train_btn.Text     = "Train";
     this.train_btn.UseVisualStyleBackColor = true;
     this.train_btn.Click += new System.EventHandler(this.train_btn_Click);
     //
     // reg_lb
     //
     this.reg_lb.AutoSize  = true;
     this.reg_lb.Font      = new System.Drawing.Font("Microsoft Sans Serif", 50F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.reg_lb.Location  = new System.Drawing.Point(341, 385);
     this.reg_lb.Name      = "reg_lb";
     this.reg_lb.Size      = new System.Drawing.Size(90, 76);
     this.reg_lb.TabIndex  = 17;
     this.reg_lb.Text      = "...";
     this.reg_lb.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // regMode_cbx
     //
     this.regMode_cbx.AutoSize = true;
     this.regMode_cbx.Location = new System.Drawing.Point(245, 87);
     this.regMode_cbx.Name     = "regMode_cbx";
     this.regMode_cbx.Size     = new System.Drawing.Size(76, 17);
     this.regMode_cbx.TabIndex = 18;
     this.regMode_cbx.Text     = "Reg Mode";
     this.regMode_cbx.UseVisualStyleBackColor = true;
     this.regMode_cbx.CheckedChanged         += new System.EventHandler(this.regMode_cbx_CheckedChanged);
     //
     // reg_btn
     //
     this.reg_btn.Location = new System.Drawing.Point(334, 84);
     this.reg_btn.Name     = "reg_btn";
     this.reg_btn.Size     = new System.Drawing.Size(75, 23);
     this.reg_btn.TabIndex = 19;
     this.reg_btn.Text     = "Reg";
     this.reg_btn.UseVisualStyleBackColor = true;
     this.reg_btn.Click += new System.EventHandler(this.reg_btn_Click);
     //
     // update_btn
     //
     this.update_btn.Location = new System.Drawing.Point(548, 84);
     this.update_btn.Name     = "update_btn";
     this.update_btn.Size     = new System.Drawing.Size(61, 23);
     this.update_btn.TabIndex = 20;
     this.update_btn.Text     = "Update";
     this.update_btn.UseVisualStyleBackColor = true;
     this.update_btn.Click += new System.EventHandler(this.update_btn_Click);
     //
     // RegControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.update_btn);
     this.Controls.Add(this.reg_btn);
     this.Controls.Add(this.regMode_cbx);
     this.Controls.Add(this.reg_lb);
     this.Controls.Add(this.train_btn);
     this.Controls.Add(this.listTrainFiles_btn);
     this.Controls.Add(this.addToTrainFile_btn);
     this.Controls.Add(this.showChart);
     this.Controls.Add(this.autoSelect_btn);
     this.Controls.Add(this.process_btn);
     this.Controls.Add(this.setting_btn);
     this.Controls.Add(this.playStopyour_btn);
     this.Controls.Add(this.yourvoice_lb);
     this.Controls.Add(this.waveViewer);
     this.Controls.Add(this.freshDevices_btn);
     this.Controls.Add(this.sampleRate_lb);
     this.Controls.Add(this.sampleRate_cbx);
     this.Controls.Add(this.devices_lb);
     this.Controls.Add(this.devices_cbx);
     this.Controls.Add(this.recoder_btn);
     this.Name         = "RegControl";
     this.Size         = new System.Drawing.Size(867, 519);
     this.SizeChanged += new System.EventHandler(this.Recoder_SizeChanged);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Object.SelectedChartOption selectedChartOption1 = new Object.SelectedChartOption();
     this.yourvoice_lb    = new System.Windows.Forms.Label();
     this.refvoice_lb     = new System.Windows.Forms.Label();
     this.yourvoice_tb    = new System.Windows.Forms.TextBox();
     this.refvoice_tb     = new System.Windows.Forms.TextBox();
     this.yourvoice_btn   = new System.Windows.Forms.Button();
     this.refvoice_btn    = new System.Windows.Forms.Button();
     this.browser_file    = new System.Windows.Forms.OpenFileDialog();
     this.selectShowChart = new UC.SelectShowChart();
     this.setting_btn     = new System.Windows.Forms.Button();
     this.process_btn     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // yourvoice_lb
     //
     this.yourvoice_lb.AutoSize    = true;
     this.yourvoice_lb.Location    = new System.Drawing.Point(55, 29);
     this.yourvoice_lb.Name        = "yourvoice_lb";
     this.yourvoice_lb.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.yourvoice_lb.Size        = new System.Drawing.Size(65, 13);
     this.yourvoice_lb.TabIndex    = 12;
     this.yourvoice_lb.Text        = "Your Voice :";
     //
     // refvoice_lb
     //
     this.refvoice_lb.AutoSize    = true;
     this.refvoice_lb.Location    = new System.Drawing.Point(55, 68);
     this.refvoice_lb.Name        = "refvoice_lb";
     this.refvoice_lb.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.refvoice_lb.Size        = new System.Drawing.Size(93, 13);
     this.refvoice_lb.TabIndex    = 12;
     this.refvoice_lb.Text        = "Reference Voice :";
     //
     // yourvoice_tb
     //
     this.yourvoice_tb.Location = new System.Drawing.Point(154, 27);
     this.yourvoice_tb.Name     = "yourvoice_tb";
     this.yourvoice_tb.Size     = new System.Drawing.Size(176, 20);
     this.yourvoice_tb.TabIndex = 13;
     //
     // refvoice_tb
     //
     this.refvoice_tb.Location = new System.Drawing.Point(154, 65);
     this.refvoice_tb.Name     = "refvoice_tb";
     this.refvoice_tb.Size     = new System.Drawing.Size(176, 20);
     this.refvoice_tb.TabIndex = 13;
     //
     // yourvoice_btn
     //
     this.yourvoice_btn.Location = new System.Drawing.Point(354, 25);
     this.yourvoice_btn.Name     = "yourvoice_btn";
     this.yourvoice_btn.Size     = new System.Drawing.Size(75, 23);
     this.yourvoice_btn.TabIndex = 14;
     this.yourvoice_btn.Text     = "Browser";
     this.yourvoice_btn.UseVisualStyleBackColor = true;
     this.yourvoice_btn.Click += new System.EventHandler(this.yourvoice_btn_Click);
     //
     // refvoice_btn
     //
     this.refvoice_btn.Location = new System.Drawing.Point(354, 62);
     this.refvoice_btn.Name     = "refvoice_btn";
     this.refvoice_btn.Size     = new System.Drawing.Size(75, 23);
     this.refvoice_btn.TabIndex = 14;
     this.refvoice_btn.Text     = "Browser";
     this.refvoice_btn.UseVisualStyleBackColor = true;
     this.refvoice_btn.Click += new System.EventHandler(this.refvoice_btn_Click);
     //
     // selectShowChart
     //
     this.selectShowChart.Location   = new System.Drawing.Point(455, 11);
     this.selectShowChart.Name       = "selectShowChart";
     selectedChartOption1.RefDetal   = false;
     selectedChartOption1.RefDouble  = false;
     selectedChartOption1.RefFreq    = false;
     selectedChartOption1.RefMfcc    = false;
     selectedChartOption1.RefWave    = false;
     selectedChartOption1.YourDetal  = false;
     selectedChartOption1.YourDouble = false;
     selectedChartOption1.YourFreq   = false;
     selectedChartOption1.YourMfcc   = false;
     selectedChartOption1.YourWave   = false;
     this.selectShowChart.Selected   = selectedChartOption1;
     this.selectShowChart.Size       = new System.Drawing.Size(123, 211);
     this.selectShowChart.TabIndex   = 15;
     //
     // setting_btn
     //
     this.setting_btn.Location = new System.Drawing.Point(104, 135);
     this.setting_btn.Name     = "setting_btn";
     this.setting_btn.Size     = new System.Drawing.Size(75, 23);
     this.setting_btn.TabIndex = 16;
     this.setting_btn.Text     = "Settings";
     this.setting_btn.UseVisualStyleBackColor = true;
     this.setting_btn.Click += new System.EventHandler(this.setting_btn_Click);
     //
     // process_btn
     //
     this.process_btn.Location = new System.Drawing.Point(286, 135);
     this.process_btn.Name     = "process_btn";
     this.process_btn.Size     = new System.Drawing.Size(75, 23);
     this.process_btn.TabIndex = 16;
     this.process_btn.Text     = "Process";
     this.process_btn.UseVisualStyleBackColor = true;
     this.process_btn.Click += new System.EventHandler(this.process_btn_Click);
     //
     // TestControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.process_btn);
     this.Controls.Add(this.setting_btn);
     this.Controls.Add(this.selectShowChart);
     this.Controls.Add(this.refvoice_btn);
     this.Controls.Add(this.yourvoice_btn);
     this.Controls.Add(this.refvoice_tb);
     this.Controls.Add(this.yourvoice_tb);
     this.Controls.Add(this.refvoice_lb);
     this.Controls.Add(this.yourvoice_lb);
     this.Name = "TestControl";
     this.Size = new System.Drawing.Size(634, 230);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Object.SelectedChartOption selectedChartOption1 = new Object.SelectedChartOption();
     this.listVoice_lbx     = new System.Windows.Forms.ListBox();
     this.yourvoice_lb      = new System.Windows.Forms.Label();
     this.ref_voice         = new System.Windows.Forms.Label();
     this.PlayStopref_btn   = new System.Windows.Forms.Button();
     this.PlayStopyour_btn  = new System.Windows.Forms.Button();
     this.setting_btn       = new System.Windows.Forms.Button();
     this.showChart         = new UC.SelectShowChart();
     this.process_btn       = new System.Windows.Forms.Button();
     this.processMFCCRef    = new System.ComponentModel.BackgroundWorker();
     this.processMFCCYour   = new System.ComponentModel.BackgroundWorker();
     this.costmfcc_lb       = new System.Windows.Forms.Label();
     this.costmfccvalue_lb  = new System.Windows.Forms.Label();
     this.costpitch_bl      = new System.Windows.Forms.Label();
     this.costpitchvalue_lb = new System.Windows.Forms.Label();
     this._mfccViewer       = new UC.MfccViewer();
     this.listVoice2_lbx    = new System.Windows.Forms.ListBox();
     this.yourTreeView      = new System.Windows.Forms.TreeView();
     this.refTreeview       = new System.Windows.Forms.TreeView();
     this.SuspendLayout();
     //
     // listVoice_lbx
     //
     this.listVoice_lbx.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listVoice_lbx.FormattingEnabled = true;
     this.listVoice_lbx.ItemHeight        = 20;
     this.listVoice_lbx.Location          = new System.Drawing.Point(388, 124);
     this.listVoice_lbx.Name                  = "listVoice_lbx";
     this.listVoice_lbx.Size                  = new System.Drawing.Size(100, 204);
     this.listVoice_lbx.TabIndex              = 5;
     this.listVoice_lbx.SelectedIndexChanged += new System.EventHandler(this.listVoice_lbx_SelectedIndexChanged);
     //
     // yourvoice_lb
     //
     this.yourvoice_lb.AutoSize = true;
     this.yourvoice_lb.Location = new System.Drawing.Point(22, 92);
     this.yourvoice_lb.Name     = "yourvoice_lb";
     this.yourvoice_lb.Size     = new System.Drawing.Size(59, 13);
     this.yourvoice_lb.TabIndex = 6;
     this.yourvoice_lb.Text     = "Your Voice";
     //
     // ref_voice
     //
     this.ref_voice.AutoSize = true;
     this.ref_voice.Location = new System.Drawing.Point(385, 92);
     this.ref_voice.Name     = "ref_voice";
     this.ref_voice.Size     = new System.Drawing.Size(54, 13);
     this.ref_voice.TabIndex = 6;
     this.ref_voice.Text     = "Ref Voice";
     //
     // PlayStopref_btn
     //
     this.PlayStopref_btn.Image    = global::Voice_Comparasion.Properties.Resources.Play;
     this.PlayStopref_btn.Location = new System.Drawing.Point(449, 80);
     this.PlayStopref_btn.Name     = "PlayStopref_btn";
     this.PlayStopref_btn.Size     = new System.Drawing.Size(30, 31);
     this.PlayStopref_btn.TabIndex = 7;
     this.PlayStopref_btn.UseVisualStyleBackColor = true;
     this.PlayStopref_btn.Click += new System.EventHandler(this.PlayStopref_btn_Click);
     //
     // PlayStopyour_btn
     //
     this.PlayStopyour_btn.Image    = global::Voice_Comparasion.Properties.Resources.Play;
     this.PlayStopyour_btn.Location = new System.Drawing.Point(94, 80);
     this.PlayStopyour_btn.Name     = "PlayStopyour_btn";
     this.PlayStopyour_btn.Size     = new System.Drawing.Size(30, 31);
     this.PlayStopyour_btn.TabIndex = 7;
     this.PlayStopyour_btn.UseVisualStyleBackColor = true;
     this.PlayStopyour_btn.Click += new System.EventHandler(this.PlayStopyour_btn_Click);
     //
     // setting_btn
     //
     this.setting_btn.Location = new System.Drawing.Point(604, 29);
     this.setting_btn.Name     = "setting_btn";
     this.setting_btn.Size     = new System.Drawing.Size(100, 23);
     this.setting_btn.TabIndex = 8;
     this.setting_btn.Text     = "Setting";
     this.setting_btn.UseVisualStyleBackColor = true;
     this.setting_btn.Click += new System.EventHandler(this.setting_btn_Click);
     //
     // showChart
     //
     this.showChart.Location         = new System.Drawing.Point(730, 80);
     this.showChart.Name             = "showChart";
     selectedChartOption1.RefDetal   = false;
     selectedChartOption1.RefDouble  = false;
     selectedChartOption1.RefFreq    = false;
     selectedChartOption1.RefMfcc    = false;
     selectedChartOption1.RefPitch   = false;
     selectedChartOption1.RefWave    = false;
     selectedChartOption1.YourDetal  = false;
     selectedChartOption1.YourDouble = false;
     selectedChartOption1.YourFreq   = false;
     selectedChartOption1.YourMfcc   = false;
     selectedChartOption1.YourPitch  = false;
     selectedChartOption1.YourWave   = false;
     this.showChart.Selected         = selectedChartOption1;
     this.showChart.Size             = new System.Drawing.Size(125, 252);
     this.showChart.TabIndex         = 13;
     this.showChart.SelectedChart   += new Object.Event.SelectedChartEventHandler(this.showChart_SelectedChart);
     //
     // process_btn
     //
     this.process_btn.Location = new System.Drawing.Point(755, 28);
     this.process_btn.Name     = "process_btn";
     this.process_btn.Size     = new System.Drawing.Size(100, 23);
     this.process_btn.TabIndex = 8;
     this.process_btn.Text     = "Process";
     this.process_btn.UseVisualStyleBackColor = true;
     this.process_btn.Click += new System.EventHandler(this.process_btn_Click);
     //
     // costmfcc_lb
     //
     this.costmfcc_lb.AutoSize = true;
     this.costmfcc_lb.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costmfcc_lb.Location = new System.Drawing.Point(30, 409);
     this.costmfcc_lb.Name     = "costmfcc_lb";
     this.costmfcc_lb.Size     = new System.Drawing.Size(69, 24);
     this.costmfcc_lb.TabIndex = 10;
     this.costmfcc_lb.Text     = "MFCC:";
     //
     // costmfccvalue_lb
     //
     this.costmfccvalue_lb.AutoSize = true;
     this.costmfccvalue_lb.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costmfccvalue_lb.Location = new System.Drawing.Point(91, 402);
     this.costmfccvalue_lb.Name     = "costmfccvalue_lb";
     this.costmfccvalue_lb.Size     = new System.Drawing.Size(67, 31);
     this.costmfccvalue_lb.TabIndex = 11;
     this.costmfccvalue_lb.Text     = "0.00";
     //
     // costpitch_bl
     //
     this.costpitch_bl.AutoSize = true;
     this.costpitch_bl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costpitch_bl.Location = new System.Drawing.Point(30, 511);
     this.costpitch_bl.Name     = "costpitch_bl";
     this.costpitch_bl.Size     = new System.Drawing.Size(56, 24);
     this.costpitch_bl.TabIndex = 10;
     this.costpitch_bl.Text     = "Pitch:";
     //
     // costpitchvalue_lb
     //
     this.costpitchvalue_lb.AutoSize = true;
     this.costpitchvalue_lb.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costpitchvalue_lb.Location = new System.Drawing.Point(87, 504);
     this.costpitchvalue_lb.Name     = "costpitchvalue_lb";
     this.costpitchvalue_lb.Size     = new System.Drawing.Size(67, 31);
     this.costpitchvalue_lb.TabIndex = 11;
     this.costpitchvalue_lb.Text     = "0.00";
     //
     // _mfccViewer
     //
     this._mfccViewer.Location = new System.Drawing.Point(200, 338);
     this._mfccViewer.Name     = "_mfccViewer";
     this._mfccViewer.Size     = new System.Drawing.Size(655, 304);
     this._mfccViewer.TabIndex = 12;
     //
     // listVoice2_lbx
     //
     this.listVoice2_lbx.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listVoice2_lbx.FormattingEnabled = true;
     this.listVoice2_lbx.ItemHeight        = 20;
     this.listVoice2_lbx.Location          = new System.Drawing.Point(25, 124);
     this.listVoice2_lbx.Name                  = "listVoice2_lbx";
     this.listVoice2_lbx.Size                  = new System.Drawing.Size(100, 204);
     this.listVoice2_lbx.TabIndex              = 5;
     this.listVoice2_lbx.SelectedIndexChanged += new System.EventHandler(this.listVoice2_lbx_SelectedIndexChanged);
     //
     // yourTreeView
     //
     this.yourTreeView.Location = new System.Drawing.Point(130, 124);
     this.yourTreeView.Name     = "yourTreeView";
     this.yourTreeView.Size     = new System.Drawing.Size(233, 204);
     this.yourTreeView.TabIndex = 14;
     //
     // refTreeview
     //
     this.refTreeview.Location = new System.Drawing.Point(493, 124);
     this.refTreeview.Name     = "refTreeview";
     this.refTreeview.Size     = new System.Drawing.Size(233, 204);
     this.refTreeview.TabIndex = 14;
     //
     // MainTestControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.refTreeview);
     this.Controls.Add(this.yourTreeView);
     this.Controls.Add(this.costmfccvalue_lb);
     this.Controls.Add(this.costmfcc_lb);
     this.Controls.Add(this.costpitchvalue_lb);
     this.Controls.Add(this.costpitch_bl);
     this.Controls.Add(this.showChart);
     this.Controls.Add(this._mfccViewer);
     this.Controls.Add(this.process_btn);
     this.Controls.Add(this.setting_btn);
     this.Controls.Add(this.PlayStopyour_btn);
     this.Controls.Add(this.PlayStopref_btn);
     this.Controls.Add(this.ref_voice);
     this.Controls.Add(this.yourvoice_lb);
     this.Controls.Add(this.listVoice2_lbx);
     this.Controls.Add(this.listVoice_lbx);
     this.Name = "MainTestControl";
     this.Size = new System.Drawing.Size(867, 642);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Object.SelectedChartOption selectedChartOption1 = new Object.SelectedChartOption();
     this.devices_cbx       = new System.Windows.Forms.ComboBox();
     this.devices_lb        = new System.Windows.Forms.Label();
     this.sampleRate_cbx    = new System.Windows.Forms.ComboBox();
     this.sampleRate_lb     = new System.Windows.Forms.Label();
     this.freshDevices_btn  = new System.Windows.Forms.Button();
     this.waveViewer        = new UC.WaveViewer();
     this.yourvoice_lb      = new System.Windows.Forms.Label();
     this.ref_voice         = new System.Windows.Forms.Label();
     this.playStopref_btn   = new System.Windows.Forms.Button();
     this.recoder_btn       = new System.Windows.Forms.Button();
     this.playStopyour_btn  = new System.Windows.Forms.Button();
     this.setting_btn       = new System.Windows.Forms.Button();
     this.showChart         = new UC.SelectShowChart();
     this.process_btn       = new System.Windows.Forms.Button();
     this.processMFCCRef    = new System.ComponentModel.BackgroundWorker();
     this.processMFCCYour   = new System.ComponentModel.BackgroundWorker();
     this.costmfcc_lb       = new System.Windows.Forms.Label();
     this.costmfccvalue_lb  = new System.Windows.Forms.Label();
     this.costpitch_bl      = new System.Windows.Forms.Label();
     this.costpitchvalue_lb = new System.Windows.Forms.Label();
     this._mfccViewer       = new UC.MfccViewer();
     this.autoSelect_btn    = new System.Windows.Forms.Button();
     this.refWord_btn       = new System.Windows.Forms.Button();
     this.totalScore_lb     = new System.Windows.Forms.Label();
     this.score_lb          = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // devices_cbx
     //
     this.devices_cbx.FormattingEnabled = true;
     this.devices_cbx.Location          = new System.Drawing.Point(160, 29);
     this.devices_cbx.Name     = "devices_cbx";
     this.devices_cbx.Size     = new System.Drawing.Size(109, 21);
     this.devices_cbx.TabIndex = 1;
     //
     // devices_lb
     //
     this.devices_lb.AutoSize = true;
     this.devices_lb.Location = new System.Drawing.Point(90, 33);
     this.devices_lb.Name     = "devices_lb";
     this.devices_lb.Size     = new System.Drawing.Size(65, 13);
     this.devices_lb.TabIndex = 2;
     this.devices_lb.Text     = "List Devices";
     //
     // sampleRate_cbx
     //
     this.sampleRate_cbx.FormattingEnabled = true;
     this.sampleRate_cbx.Location          = new System.Drawing.Point(443, 29);
     this.sampleRate_cbx.Name     = "sampleRate_cbx";
     this.sampleRate_cbx.Size     = new System.Drawing.Size(109, 21);
     this.sampleRate_cbx.TabIndex = 1;
     //
     // sampleRate_lb
     //
     this.sampleRate_lb.AutoSize = true;
     this.sampleRate_lb.Location = new System.Drawing.Point(373, 33);
     this.sampleRate_lb.Name     = "sampleRate_lb";
     this.sampleRate_lb.Size     = new System.Drawing.Size(68, 13);
     this.sampleRate_lb.TabIndex = 2;
     this.sampleRate_lb.Text     = "Sample Rate";
     //
     // freshDevices_btn
     //
     this.freshDevices_btn.Location = new System.Drawing.Point(285, 27);
     this.freshDevices_btn.Name     = "freshDevices_btn";
     this.freshDevices_btn.Size     = new System.Drawing.Size(75, 23);
     this.freshDevices_btn.TabIndex = 3;
     this.freshDevices_btn.Text     = "List Devices";
     this.freshDevices_btn.UseVisualStyleBackColor = true;
     //
     // waveViewer
     //
     this.waveViewer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.waveViewer.Location    = new System.Drawing.Point(20, 117);
     this.waveViewer.Name        = "waveViewer";
     this.waveViewer.PenColor    = System.Drawing.Color.DodgerBlue;
     this.waveViewer.PenWidth    = 1F;
     this.waveViewer.Size        = new System.Drawing.Size(684, 211);
     this.waveViewer.TabIndex    = 4;
     this.waveViewer.WaveStream  = null;
     //
     // yourvoice_lb
     //
     this.yourvoice_lb.AutoSize = true;
     this.yourvoice_lb.Location = new System.Drawing.Point(17, 92);
     this.yourvoice_lb.Name     = "yourvoice_lb";
     this.yourvoice_lb.Size     = new System.Drawing.Size(59, 13);
     this.yourvoice_lb.TabIndex = 6;
     this.yourvoice_lb.Text     = "Your Voice";
     //
     // ref_voice
     //
     this.ref_voice.AutoSize = true;
     this.ref_voice.Location = new System.Drawing.Point(496, 92);
     this.ref_voice.Name     = "ref_voice";
     this.ref_voice.Size     = new System.Drawing.Size(54, 13);
     this.ref_voice.TabIndex = 6;
     this.ref_voice.Text     = "Ref Voice";
     //
     // playStopref_btn
     //
     this.playStopref_btn.Image    = global::Voice_Comparasion.Properties.Resources.Play;
     this.playStopref_btn.Location = new System.Drawing.Point(560, 80);
     this.playStopref_btn.Name     = "playStopref_btn";
     this.playStopref_btn.Size     = new System.Drawing.Size(30, 31);
     this.playStopref_btn.TabIndex = 7;
     this.playStopref_btn.UseVisualStyleBackColor = true;
     this.playStopref_btn.Click += new System.EventHandler(this.PlayStopref_btn_Click);
     //
     // recoder_btn
     //
     this.recoder_btn.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.recoder_btn.Image     = global::Voice_Comparasion.Properties.Resources.RecorderIco;
     this.recoder_btn.Location  = new System.Drawing.Point(19, 18);
     this.recoder_btn.Name      = "recoder_btn";
     this.recoder_btn.Size      = new System.Drawing.Size(39, 41);
     this.recoder_btn.TabIndex  = 0;
     this.recoder_btn.UseVisualStyleBackColor = false;
     this.recoder_btn.Click += new System.EventHandler(this.recoder_btn_Click);
     //
     // playStopyour_btn
     //
     this.playStopyour_btn.Image    = global::Voice_Comparasion.Properties.Resources.Play;
     this.playStopyour_btn.Location = new System.Drawing.Point(89, 80);
     this.playStopyour_btn.Name     = "playStopyour_btn";
     this.playStopyour_btn.Size     = new System.Drawing.Size(30, 31);
     this.playStopyour_btn.TabIndex = 7;
     this.playStopyour_btn.UseVisualStyleBackColor = true;
     this.playStopyour_btn.Click += new System.EventHandler(this.PlayStopyour_btn_Click);
     //
     // setting_btn
     //
     this.setting_btn.Location = new System.Drawing.Point(604, 29);
     this.setting_btn.Name     = "setting_btn";
     this.setting_btn.Size     = new System.Drawing.Size(100, 23);
     this.setting_btn.TabIndex = 8;
     this.setting_btn.Text     = "Setting";
     this.setting_btn.UseVisualStyleBackColor = true;
     this.setting_btn.Click += new System.EventHandler(this.setting_btn_Click);
     //
     // showChart
     //
     this.showChart.Location         = new System.Drawing.Point(730, 80);
     this.showChart.Name             = "showChart";
     selectedChartOption1.RefDetal   = false;
     selectedChartOption1.RefDouble  = false;
     selectedChartOption1.RefFreq    = false;
     selectedChartOption1.RefMfcc    = false;
     selectedChartOption1.RefPitch   = false;
     selectedChartOption1.RefWave    = false;
     selectedChartOption1.YourDetal  = false;
     selectedChartOption1.YourDouble = false;
     selectedChartOption1.YourFreq   = false;
     selectedChartOption1.YourMfcc   = false;
     selectedChartOption1.YourPitch  = false;
     selectedChartOption1.YourWave   = false;
     this.showChart.Selected         = selectedChartOption1;
     this.showChart.Size             = new System.Drawing.Size(125, 252);
     this.showChart.TabIndex         = 13;
     this.showChart.SelectedChart   += new Object.Event.SelectedChartEventHandler(this.showChart_SelectedChart);
     //
     // process_btn
     //
     this.process_btn.Location = new System.Drawing.Point(755, 28);
     this.process_btn.Name     = "process_btn";
     this.process_btn.Size     = new System.Drawing.Size(100, 23);
     this.process_btn.TabIndex = 8;
     this.process_btn.Text     = "Process";
     this.process_btn.UseVisualStyleBackColor = true;
     this.process_btn.Click += new System.EventHandler(this.process_btn_Click);
     //
     // costmfcc_lb
     //
     this.costmfcc_lb.AutoSize = true;
     this.costmfcc_lb.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costmfcc_lb.Location = new System.Drawing.Point(30, 409);
     this.costmfcc_lb.Name     = "costmfcc_lb";
     this.costmfcc_lb.Size     = new System.Drawing.Size(69, 24);
     this.costmfcc_lb.TabIndex = 10;
     this.costmfcc_lb.Text     = "MFCC:";
     //
     // costmfccvalue_lb
     //
     this.costmfccvalue_lb.AutoSize = true;
     this.costmfccvalue_lb.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costmfccvalue_lb.Location = new System.Drawing.Point(91, 402);
     this.costmfccvalue_lb.Name     = "costmfccvalue_lb";
     this.costmfccvalue_lb.Size     = new System.Drawing.Size(67, 31);
     this.costmfccvalue_lb.TabIndex = 11;
     this.costmfccvalue_lb.Text     = "0.00";
     //
     // costpitch_bl
     //
     this.costpitch_bl.AutoSize = true;
     this.costpitch_bl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costpitch_bl.Location = new System.Drawing.Point(30, 489);
     this.costpitch_bl.Name     = "costpitch_bl";
     this.costpitch_bl.Size     = new System.Drawing.Size(56, 24);
     this.costpitch_bl.TabIndex = 10;
     this.costpitch_bl.Text     = "Pitch:";
     //
     // costpitchvalue_lb
     //
     this.costpitchvalue_lb.AutoSize = true;
     this.costpitchvalue_lb.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.costpitchvalue_lb.Location = new System.Drawing.Point(87, 482);
     this.costpitchvalue_lb.Name     = "costpitchvalue_lb";
     this.costpitchvalue_lb.Size     = new System.Drawing.Size(67, 31);
     this.costpitchvalue_lb.TabIndex = 11;
     this.costpitchvalue_lb.Text     = "0.00";
     //
     // _mfccViewer
     //
     this._mfccViewer.Location = new System.Drawing.Point(200, 338);
     this._mfccViewer.Name     = "_mfccViewer";
     this._mfccViewer.Size     = new System.Drawing.Size(655, 304);
     this._mfccViewer.TabIndex = 12;
     //
     // autoSelect_btn
     //
     this.autoSelect_btn.Location = new System.Drawing.Point(146, 84);
     this.autoSelect_btn.Name     = "autoSelect_btn";
     this.autoSelect_btn.Size     = new System.Drawing.Size(100, 23);
     this.autoSelect_btn.TabIndex = 8;
     this.autoSelect_btn.Text     = "Auto Select";
     this.autoSelect_btn.UseVisualStyleBackColor = true;
     this.autoSelect_btn.Click += new System.EventHandler(this.autoSelect_btn_Click);
     //
     // refWord_btn
     //
     this.refWord_btn.Location = new System.Drawing.Point(604, 88);
     this.refWord_btn.Name     = "refWord_btn";
     this.refWord_btn.Size     = new System.Drawing.Size(100, 23);
     this.refWord_btn.TabIndex = 14;
     this.refWord_btn.Text     = "Words Ref";
     this.refWord_btn.UseVisualStyleBackColor = true;
     this.refWord_btn.Click += new System.EventHandler(this.refWord_btn_Click);
     //
     // totalScore_lb
     //
     this.totalScore_lb.AutoSize = true;
     this.totalScore_lb.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.totalScore_lb.Location = new System.Drawing.Point(30, 553);
     this.totalScore_lb.Name     = "totalScore_lb";
     this.totalScore_lb.Size     = new System.Drawing.Size(111, 24);
     this.totalScore_lb.TabIndex = 10;
     this.totalScore_lb.Text     = "Total Score:";
     //
     // score_lb
     //
     this.score_lb.AutoSize = true;
     this.score_lb.Font     = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.score_lb.Location = new System.Drawing.Point(140, 546);
     this.score_lb.Name     = "score_lb";
     this.score_lb.Size     = new System.Drawing.Size(67, 31);
     this.score_lb.TabIndex = 11;
     this.score_lb.Text     = "0.00";
     //
     // MainControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.refWord_btn);
     this.Controls.Add(this.costmfccvalue_lb);
     this.Controls.Add(this.costmfcc_lb);
     this.Controls.Add(this.score_lb);
     this.Controls.Add(this.costpitchvalue_lb);
     this.Controls.Add(this.totalScore_lb);
     this.Controls.Add(this.costpitch_bl);
     this.Controls.Add(this.showChart);
     this.Controls.Add(this._mfccViewer);
     this.Controls.Add(this.autoSelect_btn);
     this.Controls.Add(this.process_btn);
     this.Controls.Add(this.setting_btn);
     this.Controls.Add(this.playStopyour_btn);
     this.Controls.Add(this.playStopref_btn);
     this.Controls.Add(this.ref_voice);
     this.Controls.Add(this.yourvoice_lb);
     this.Controls.Add(this.waveViewer);
     this.Controls.Add(this.freshDevices_btn);
     this.Controls.Add(this.sampleRate_lb);
     this.Controls.Add(this.sampleRate_cbx);
     this.Controls.Add(this.devices_lb);
     this.Controls.Add(this.devices_cbx);
     this.Controls.Add(this.recoder_btn);
     this.Name         = "MainControl";
     this.Size         = new System.Drawing.Size(867, 642);
     this.SizeChanged += new System.EventHandler(this.Recoder_SizeChanged);
     this.ResumeLayout(false);
     this.PerformLayout();
 }