view DeMaskingLT/ListenToAudio.Designer.cs @ 0:e8147674e932

First commit
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Fri, 07 Jul 2017 12:12:09 +0100
parents
children
line wrap: on
line source
namespace DeMaskingLT
{
    partial class ListenToAudio
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ListenToAudio));
            this.trackBarTrack1 = new System.Windows.Forms.TrackBar();
            this.textBoxTrack1 = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.trackBarTrack2 = new System.Windows.Forms.TrackBar();
            this.textBoxTrack2 = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.trackBarTrack3 = new System.Windows.Forms.TrackBar();
            this.textBoxTrack3 = new System.Windows.Forms.TextBox();
            this.trackBarTrack4 = new System.Windows.Forms.TrackBar();
            this.textBoxTrack4 = new System.Windows.Forms.TextBox();
            this.trackBarTrack5 = new System.Windows.Forms.TrackBar();
            this.textBoxTrack5 = new System.Windows.Forms.TextBox();
            this.label21 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label17 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.label23 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.label28 = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.label24 = new System.Windows.Forms.Label();
            this.label26 = new System.Windows.Forms.Label();
            this.label25 = new System.Windows.Forms.Label();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.buttonSubmit = new System.Windows.Forms.Button();
            this.textBoxTestInstructions = new System.Windows.Forms.TextBox();
            this.buttonStopTrack1 = new System.Windows.Forms.Button();
            this.buttonPlayTrack1 = new System.Windows.Forms.Button();
            this.buttonStopTrack2 = new System.Windows.Forms.Button();
            this.buttonPlayTrack2 = new System.Windows.Forms.Button();
            this.buttonStopTrack3 = new System.Windows.Forms.Button();
            this.buttonPlayTrack3 = new System.Windows.Forms.Button();
            this.buttonStopTrack4 = new System.Windows.Forms.Button();
            this.buttonPlayTrack4 = new System.Windows.Forms.Button();
            this.buttonStopTrack5 = new System.Windows.Forms.Button();
            this.buttonPlayTrack5 = new System.Windows.Forms.Button();
            this.timerStatusBar = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack5)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // trackBarTrack1
            // 
            this.trackBarTrack1.Location = new System.Drawing.Point(81, 22);
            this.trackBarTrack1.Maximum = 100;
            this.trackBarTrack1.Name = "trackBarTrack1";
            this.trackBarTrack1.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.trackBarTrack1.Size = new System.Drawing.Size(45, 432);
            this.trackBarTrack1.TabIndex = 0;
            this.trackBarTrack1.Value = 50;
            this.trackBarTrack1.ValueChanged += new System.EventHandler(this.trackBarTrack1_ValueChanged);
            this.trackBarTrack1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack1_MouseDown);
            this.trackBarTrack1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack1_MouseUp);
            // 
            // textBoxTrack1
            // 
            this.textBoxTrack1.Location = new System.Drawing.Point(115, 428);
            this.textBoxTrack1.Name = "textBoxTrack1";
            this.textBoxTrack1.ReadOnly = true;
            this.textBoxTrack1.Size = new System.Drawing.Size(29, 20);
            this.textBoxTrack1.TabIndex = 1;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.Location = new System.Drawing.Point(12, 231);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(64, 13);
            this.label3.TabIndex = 2;
            this.label3.Text = "Fair        -";
            // 
            // trackBarTrack2
            // 
            this.trackBarTrack2.Location = new System.Drawing.Point(82, 22);
            this.trackBarTrack2.Maximum = 100;
            this.trackBarTrack2.Name = "trackBarTrack2";
            this.trackBarTrack2.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.trackBarTrack2.Size = new System.Drawing.Size(45, 432);
            this.trackBarTrack2.TabIndex = 0;
            this.trackBarTrack2.Value = 50;
            this.trackBarTrack2.ValueChanged += new System.EventHandler(this.trackBarTrack2_ValueChanged);
            this.trackBarTrack2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack2_MouseDown);
            this.trackBarTrack2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack2_MouseUp);
            // 
            // textBoxTrack2
            // 
            this.textBoxTrack2.Location = new System.Drawing.Point(116, 428);
            this.textBoxTrack2.Name = "textBoxTrack2";
            this.textBoxTrack2.ReadOnly = true;
            this.textBoxTrack2.Size = new System.Drawing.Size(29, 20);
            this.textBoxTrack2.TabIndex = 1;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(16, 34);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(0, 13);
            this.label4.TabIndex = 2;
            // 
            // trackBarTrack3
            // 
            this.trackBarTrack3.Location = new System.Drawing.Point(83, 20);
            this.trackBarTrack3.Maximum = 100;
            this.trackBarTrack3.Name = "trackBarTrack3";
            this.trackBarTrack3.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.trackBarTrack3.Size = new System.Drawing.Size(45, 432);
            this.trackBarTrack3.TabIndex = 0;
            this.trackBarTrack3.Value = 50;
            this.trackBarTrack3.ValueChanged += new System.EventHandler(this.trackBarTrack3_ValueChanged);
            this.trackBarTrack3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack3_MouseDown);
            this.trackBarTrack3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack3_MouseUp);
            // 
            // textBoxTrack3
            // 
            this.textBoxTrack3.Location = new System.Drawing.Point(117, 426);
            this.textBoxTrack3.Name = "textBoxTrack3";
            this.textBoxTrack3.ReadOnly = true;
            this.textBoxTrack3.Size = new System.Drawing.Size(29, 20);
            this.textBoxTrack3.TabIndex = 1;
            // 
            // trackBarTrack4
            // 
            this.trackBarTrack4.Location = new System.Drawing.Point(78, 21);
            this.trackBarTrack4.Maximum = 100;
            this.trackBarTrack4.Name = "trackBarTrack4";
            this.trackBarTrack4.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.trackBarTrack4.Size = new System.Drawing.Size(45, 432);
            this.trackBarTrack4.TabIndex = 0;
            this.trackBarTrack4.Value = 50;
            this.trackBarTrack4.ValueChanged += new System.EventHandler(this.trackBarTrack4_ValueChanged);
            this.trackBarTrack4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack4_MouseDown);
            this.trackBarTrack4.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack4_MouseUp);
            // 
            // textBoxTrack4
            // 
            this.textBoxTrack4.Location = new System.Drawing.Point(115, 426);
            this.textBoxTrack4.Name = "textBoxTrack4";
            this.textBoxTrack4.ReadOnly = true;
            this.textBoxTrack4.Size = new System.Drawing.Size(29, 20);
            this.textBoxTrack4.TabIndex = 1;
            // 
            // trackBarTrack5
            // 
            this.trackBarTrack5.Location = new System.Drawing.Point(78, 19);
            this.trackBarTrack5.Maximum = 100;
            this.trackBarTrack5.Name = "trackBarTrack5";
            this.trackBarTrack5.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.trackBarTrack5.Size = new System.Drawing.Size(45, 432);
            this.trackBarTrack5.TabIndex = 0;
            this.trackBarTrack5.Value = 50;
            this.trackBarTrack5.ValueChanged += new System.EventHandler(this.trackBarTrack5_ValueChanged);
            this.trackBarTrack5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack5_MouseDown);
            this.trackBarTrack5.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack5_MouseUp);
            // 
            // textBoxTrack5
            // 
            this.textBoxTrack5.Location = new System.Drawing.Point(120, 428);
            this.textBoxTrack5.Name = "textBoxTrack5";
            this.textBoxTrack5.ReadOnly = true;
            this.textBoxTrack5.Size = new System.Drawing.Size(29, 20);
            this.textBoxTrack5.TabIndex = 1;
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(215, 32);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(216, 13);
            this.label21.TabIndex = 4;
            this.label21.Text = "Please rank each mix in terms of preference.";
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(615, 547);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(0, 13);
            this.label20.TabIndex = 3;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.textBoxTrack1);
            this.groupBox1.Controls.Add(this.trackBarTrack1);
            this.groupBox1.Controls.Add(this.label17);
            this.groupBox1.Controls.Add(this.label16);
            this.groupBox1.Controls.Add(this.label19);
            this.groupBox1.Controls.Add(this.label18);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Location = new System.Drawing.Point(40, 83);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(158, 461);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Mix 1";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label17.Location = new System.Drawing.Point(13, 304);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(65, 13);
            this.label17.TabIndex = 2;
            this.label17.Text = "Poor      - ";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label16.Location = new System.Drawing.Point(13, 370);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(65, 13);
            this.label16.TabIndex = 2;
            this.label16.Text = "Bad       - ";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label19.Location = new System.Drawing.Point(9, 98);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(67, 13);
            this.label19.TabIndex = 2;
            this.label19.Text = "Excellent -";
            this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label18.Location = new System.Drawing.Point(11, 167);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(65, 13);
            this.label18.TabIndex = 2;
            this.label18.Text = "Good      -";
            this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.textBoxTrack2);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.trackBarTrack2);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Location = new System.Drawing.Point(223, 83);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(158, 461);
            this.groupBox2.TabIndex = 6;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Mix 2";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label7.Location = new System.Drawing.Point(11, 305);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 13);
            this.label7.TabIndex = 2;
            this.label7.Text = "Poor      - ";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.Location = new System.Drawing.Point(11, 371);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 13);
            this.label6.TabIndex = 2;
            this.label6.Text = "Bad       - ";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.Location = new System.Drawing.Point(7, 99);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(67, 13);
            this.label5.TabIndex = 2;
            this.label5.Text = "Excellent -";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(10, 232);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(64, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "Fair        -";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(9, 168);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 13);
            this.label2.TabIndex = 2;
            this.label2.Text = "Good      -";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.textBoxTrack3);
            this.groupBox3.Controls.Add(this.trackBarTrack3);
            this.groupBox3.Controls.Add(this.label12);
            this.groupBox3.Controls.Add(this.label11);
            this.groupBox3.Controls.Add(this.label8);
            this.groupBox3.Controls.Add(this.label9);
            this.groupBox3.Controls.Add(this.label10);
            this.groupBox3.Location = new System.Drawing.Point(409, 83);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(158, 461);
            this.groupBox3.TabIndex = 6;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Mix 3";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label12.Location = new System.Drawing.Point(13, 304);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(65, 13);
            this.label12.TabIndex = 2;
            this.label12.Text = "Poor      - ";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label11.Location = new System.Drawing.Point(13, 370);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(65, 13);
            this.label11.TabIndex = 2;
            this.label11.Text = "Bad       - ";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.Location = new System.Drawing.Point(11, 167);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 13);
            this.label8.TabIndex = 2;
            this.label8.Text = "Good      -";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.Location = new System.Drawing.Point(12, 231);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(64, 13);
            this.label9.TabIndex = 2;
            this.label9.Text = "Fair        -";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label10.Location = new System.Drawing.Point(9, 98);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(67, 13);
            this.label10.TabIndex = 2;
            this.label10.Text = "Excellent -";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.textBoxTrack4);
            this.groupBox4.Controls.Add(this.trackBarTrack4);
            this.groupBox4.Controls.Add(this.label23);
            this.groupBox4.Controls.Add(this.label14);
            this.groupBox4.Controls.Add(this.label22);
            this.groupBox4.Controls.Add(this.label13);
            this.groupBox4.Controls.Add(this.label15);
            this.groupBox4.Location = new System.Drawing.Point(592, 82);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(158, 461);
            this.groupBox4.TabIndex = 6;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Mix 4";
            // 
            // label23
            // 
            this.label23.AutoSize = true;
            this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label23.Location = new System.Drawing.Point(9, 303);
            this.label23.Name = "label23";
            this.label23.Size = new System.Drawing.Size(65, 13);
            this.label23.TabIndex = 2;
            this.label23.Text = "Poor      - ";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label14.Location = new System.Drawing.Point(8, 230);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(64, 13);
            this.label14.TabIndex = 2;
            this.label14.Text = "Fair        -";
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label22.Location = new System.Drawing.Point(9, 369);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(65, 13);
            this.label22.TabIndex = 2;
            this.label22.Text = "Bad       - ";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.Location = new System.Drawing.Point(5, 97);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(67, 13);
            this.label13.TabIndex = 2;
            this.label13.Text = "Excellent -";
            this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label15.Location = new System.Drawing.Point(7, 166);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(65, 13);
            this.label15.TabIndex = 2;
            this.label15.Text = "Good      -";
            this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.textBoxTrack5);
            this.groupBox5.Controls.Add(this.trackBarTrack5);
            this.groupBox5.Controls.Add(this.label28);
            this.groupBox5.Controls.Add(this.label27);
            this.groupBox5.Controls.Add(this.label24);
            this.groupBox5.Controls.Add(this.label26);
            this.groupBox5.Controls.Add(this.label25);
            this.groupBox5.Location = new System.Drawing.Point(781, 82);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(158, 461);
            this.groupBox5.TabIndex = 6;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "Mix 5";
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label28.Location = new System.Drawing.Point(9, 305);
            this.label28.Name = "label28";
            this.label28.Size = new System.Drawing.Size(65, 13);
            this.label28.TabIndex = 2;
            this.label28.Text = "Poor      - ";
            // 
            // label27
            // 
            this.label27.AutoSize = true;
            this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label27.Location = new System.Drawing.Point(8, 232);
            this.label27.Name = "label27";
            this.label27.Size = new System.Drawing.Size(64, 13);
            this.label27.TabIndex = 2;
            this.label27.Text = "Fair        -";
            // 
            // label24
            // 
            this.label24.AutoSize = true;
            this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label24.Location = new System.Drawing.Point(7, 168);
            this.label24.Name = "label24";
            this.label24.Size = new System.Drawing.Size(65, 13);
            this.label24.TabIndex = 2;
            this.label24.Text = "Good      -";
            this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label26
            // 
            this.label26.AutoSize = true;
            this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label26.Location = new System.Drawing.Point(9, 371);
            this.label26.Name = "label26";
            this.label26.Size = new System.Drawing.Size(65, 13);
            this.label26.TabIndex = 2;
            this.label26.Text = "Bad       - ";
            // 
            // label25
            // 
            this.label25.AutoSize = true;
            this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label25.Location = new System.Drawing.Point(5, 99);
            this.label25.Name = "label25";
            this.label25.Size = new System.Drawing.Size(67, 13);
            this.label25.TabIndex = 2;
            this.label25.Text = "Excellent -";
            this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1});
            this.statusStrip1.Location = new System.Drawing.Point(0, 615);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(975, 22);
            this.statusStrip1.TabIndex = 7;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
            // 
            // buttonSubmit
            // 
            this.buttonSubmit.Enabled = false;
            this.buttonSubmit.Location = new System.Drawing.Point(429, 589);
            this.buttonSubmit.Name = "buttonSubmit";
            this.buttonSubmit.Size = new System.Drawing.Size(108, 23);
            this.buttonSubmit.TabIndex = 8;
            this.buttonSubmit.Text = "Submit";
            this.buttonSubmit.UseVisualStyleBackColor = true;
            this.buttonSubmit.Click += new System.EventHandler(this.buttonSubmit_Click);
            // 
            // textBoxTestInstructions
            // 
            this.textBoxTestInstructions.BackColor = System.Drawing.Color.Gainsboro;
            this.textBoxTestInstructions.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textBoxTestInstructions.Location = new System.Drawing.Point(206, 12);
            this.textBoxTestInstructions.Multiline = true;
            this.textBoxTestInstructions.Name = "textBoxTestInstructions";
            this.textBoxTestInstructions.ReadOnly = true;
            this.textBoxTestInstructions.Size = new System.Drawing.Size(566, 59);
            this.textBoxTestInstructions.TabIndex = 9;
            this.textBoxTestInstructions.Text = "Please rate the mixes in terms of the ability to distinguish the sources (i.e. th" +
    "e lack of masking).";
            this.textBoxTestInstructions.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // buttonStopTrack1
            // 
            this.buttonStopTrack1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopTrack1.BackgroundImage")));
            this.buttonStopTrack1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonStopTrack1.Location = new System.Drawing.Point(127, 550);
            this.buttonStopTrack1.Name = "buttonStopTrack1";
            this.buttonStopTrack1.Size = new System.Drawing.Size(31, 30);
            this.buttonStopTrack1.TabIndex = 10;
            this.buttonStopTrack1.UseVisualStyleBackColor = true;
            this.buttonStopTrack1.Click += new System.EventHandler(this.buttonStopTrack1_Click);
            // 
            // buttonPlayTrack1
            // 
            this.buttonPlayTrack1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayTrack1.BackgroundImage")));
            this.buttonPlayTrack1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonPlayTrack1.Location = new System.Drawing.Point(90, 550);
            this.buttonPlayTrack1.Name = "buttonPlayTrack1";
            this.buttonPlayTrack1.Size = new System.Drawing.Size(31, 30);
            this.buttonPlayTrack1.TabIndex = 10;
            this.buttonPlayTrack1.UseVisualStyleBackColor = true;
            this.buttonPlayTrack1.Click += new System.EventHandler(this.buttonPlayTrack1_Click);
            // 
            // buttonStopTrack2
            // 
            this.buttonStopTrack2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopTrack2.BackgroundImage")));
            this.buttonStopTrack2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonStopTrack2.Location = new System.Drawing.Point(305, 550);
            this.buttonStopTrack2.Name = "buttonStopTrack2";
            this.buttonStopTrack2.Size = new System.Drawing.Size(31, 30);
            this.buttonStopTrack2.TabIndex = 10;
            this.buttonStopTrack2.UseVisualStyleBackColor = true;
            this.buttonStopTrack2.Click += new System.EventHandler(this.buttonStopTrack2_Click);
            // 
            // buttonPlayTrack2
            // 
            this.buttonPlayTrack2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayTrack2.BackgroundImage")));
            this.buttonPlayTrack2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonPlayTrack2.Location = new System.Drawing.Point(268, 550);
            this.buttonPlayTrack2.Name = "buttonPlayTrack2";
            this.buttonPlayTrack2.Size = new System.Drawing.Size(31, 30);
            this.buttonPlayTrack2.TabIndex = 10;
            this.buttonPlayTrack2.UseVisualStyleBackColor = true;
            this.buttonPlayTrack2.Click += new System.EventHandler(this.buttonPlayTrack2_Click);
            // 
            // buttonStopTrack3
            // 
            this.buttonStopTrack3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopTrack3.BackgroundImage")));
            this.buttonStopTrack3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonStopTrack3.Location = new System.Drawing.Point(492, 550);
            this.buttonStopTrack3.Name = "buttonStopTrack3";
            this.buttonStopTrack3.Size = new System.Drawing.Size(31, 30);
            this.buttonStopTrack3.TabIndex = 10;
            this.buttonStopTrack3.UseVisualStyleBackColor = true;
            this.buttonStopTrack3.Click += new System.EventHandler(this.buttonStopTrack3_Click);
            // 
            // buttonPlayTrack3
            // 
            this.buttonPlayTrack3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayTrack3.BackgroundImage")));
            this.buttonPlayTrack3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonPlayTrack3.Location = new System.Drawing.Point(455, 550);
            this.buttonPlayTrack3.Name = "buttonPlayTrack3";
            this.buttonPlayTrack3.Size = new System.Drawing.Size(31, 30);
            this.buttonPlayTrack3.TabIndex = 10;
            this.buttonPlayTrack3.UseVisualStyleBackColor = true;
            this.buttonPlayTrack3.Click += new System.EventHandler(this.buttonPlayTrack3_Click);
            // 
            // buttonStopTrack4
            // 
            this.buttonStopTrack4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopTrack4.BackgroundImage")));
            this.buttonStopTrack4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonStopTrack4.Location = new System.Drawing.Point(672, 550);
            this.buttonStopTrack4.Name = "buttonStopTrack4";
            this.buttonStopTrack4.Size = new System.Drawing.Size(31, 30);
            this.buttonStopTrack4.TabIndex = 10;
            this.buttonStopTrack4.UseVisualStyleBackColor = true;
            this.buttonStopTrack4.Click += new System.EventHandler(this.buttonStopTrack4_Click);
            // 
            // buttonPlayTrack4
            // 
            this.buttonPlayTrack4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayTrack4.BackgroundImage")));
            this.buttonPlayTrack4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonPlayTrack4.Location = new System.Drawing.Point(635, 550);
            this.buttonPlayTrack4.Name = "buttonPlayTrack4";
            this.buttonPlayTrack4.Size = new System.Drawing.Size(31, 30);
            this.buttonPlayTrack4.TabIndex = 10;
            this.buttonPlayTrack4.UseVisualStyleBackColor = true;
            this.buttonPlayTrack4.Click += new System.EventHandler(this.buttonPlayTrack4_Click);
            // 
            // buttonStopTrack5
            // 
            this.buttonStopTrack5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopTrack5.BackgroundImage")));
            this.buttonStopTrack5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonStopTrack5.Location = new System.Drawing.Point(861, 550);
            this.buttonStopTrack5.Name = "buttonStopTrack5";
            this.buttonStopTrack5.Size = new System.Drawing.Size(31, 30);
            this.buttonStopTrack5.TabIndex = 10;
            this.buttonStopTrack5.UseVisualStyleBackColor = true;
            this.buttonStopTrack5.Click += new System.EventHandler(this.buttonStopTrack5_Click);
            // 
            // buttonPlayTrack5
            // 
            this.buttonPlayTrack5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayTrack5.BackgroundImage")));
            this.buttonPlayTrack5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonPlayTrack5.Location = new System.Drawing.Point(824, 550);
            this.buttonPlayTrack5.Name = "buttonPlayTrack5";
            this.buttonPlayTrack5.Size = new System.Drawing.Size(31, 30);
            this.buttonPlayTrack5.TabIndex = 10;
            this.buttonPlayTrack5.UseVisualStyleBackColor = true;
            this.buttonPlayTrack5.Click += new System.EventHandler(this.buttonPlayTrack5_Click);
            // 
            // timerStatusBar
            // 
            this.timerStatusBar.Tick += new System.EventHandler(this.timerStatusBar_Tick);
            // 
            // ListenToAudio
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(975, 637);
            this.Controls.Add(this.buttonPlayTrack5);
            this.Controls.Add(this.buttonStopTrack5);
            this.Controls.Add(this.buttonPlayTrack4);
            this.Controls.Add(this.buttonStopTrack4);
            this.Controls.Add(this.buttonPlayTrack3);
            this.Controls.Add(this.buttonStopTrack3);
            this.Controls.Add(this.buttonPlayTrack2);
            this.Controls.Add(this.buttonStopTrack2);
            this.Controls.Add(this.buttonPlayTrack1);
            this.Controls.Add(this.buttonStopTrack1);
            this.Controls.Add(this.textBoxTestInstructions);
            this.Controls.Add(this.buttonSubmit);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox5);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.label21);
            this.Controls.Add(this.label20);
            this.Name = "ListenToAudio";
            this.Text = "Experiment";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ListenToAudio_FormClosing);
            this.Load += new System.EventHandler(this.ListenToAudio_Load);
            ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack5)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TrackBar trackBarTrack1;
        private System.Windows.Forms.TextBox textBoxTrack1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TrackBar trackBarTrack2;
        private System.Windows.Forms.TextBox textBoxTrack2;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TrackBar trackBarTrack3;
        private System.Windows.Forms.TextBox textBoxTrack3;
        private System.Windows.Forms.TrackBar trackBarTrack4;
        private System.Windows.Forms.TextBox textBoxTrack4;
        private System.Windows.Forms.TrackBar trackBarTrack5;
        private System.Windows.Forms.TextBox textBoxTrack5;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.Button buttonSubmit;
        private System.Windows.Forms.TextBox textBoxTestInstructions;
        private System.Windows.Forms.Button buttonStopTrack1;
        private System.Windows.Forms.Button buttonPlayTrack1;
        private System.Windows.Forms.Button buttonStopTrack2;
        private System.Windows.Forms.Button buttonPlayTrack2;
        private System.Windows.Forms.Button buttonStopTrack3;
        private System.Windows.Forms.Button buttonPlayTrack3;
        private System.Windows.Forms.Button buttonStopTrack4;
        private System.Windows.Forms.Button buttonPlayTrack4;
        private System.Windows.Forms.Button buttonStopTrack5;
        private System.Windows.Forms.Button buttonPlayTrack5;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label23;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label22;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label label28;
        private System.Windows.Forms.Label label27;
        private System.Windows.Forms.Label label24;
        private System.Windows.Forms.Label label26;
        private System.Windows.Forms.Label label25;
        private System.Windows.Forms.Timer timerStatusBar;
    }
}