view DeMaskingLT/PerceivedEmotion.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 PerceivedEmotion
    {
        /// <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(PerceivedEmotion));
            this.groupBoxMix1 = new System.Windows.Forms.GroupBox();
            this.label14 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.textBoxMix1Tension = new System.Windows.Forms.TextBox();
            this.textBoxMix1Arousal = new System.Windows.Forms.TextBox();
            this.textBoxMix1Valence = new System.Windows.Forms.TextBox();
            this.labelTense = new System.Windows.Forms.Label();
            this.labelNotTense = new System.Windows.Forms.Label();
            this.labelHappy = new System.Windows.Forms.Label();
            this.labelSad = new System.Windows.Forms.Label();
            this.labelCalm = new System.Windows.Forms.Label();
            this.labelExciting = new System.Windows.Forms.Label();
            this.buttonPlayMix1 = new System.Windows.Forms.Button();
            this.buttonStopMix1 = new System.Windows.Forms.Button();
            this.trackBarMix1Tension = new System.Windows.Forms.TrackBar();
            this.trackBarMix1Valence = new System.Windows.Forms.TrackBar();
            this.trackBarMix1Arousal = new System.Windows.Forms.TrackBar();
            this.buttonSubmit = new System.Windows.Forms.Button();
            this.groupBoxMix2 = new System.Windows.Forms.GroupBox();
            this.label15 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.textBoxMix2Tension = new System.Windows.Forms.TextBox();
            this.textBoxMix2Arousal = new System.Windows.Forms.TextBox();
            this.textBoxMix2Valence = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.buttonPlayMix2 = new System.Windows.Forms.Button();
            this.buttonStopMix2 = new System.Windows.Forms.Button();
            this.trackBarMix2Tension = new System.Windows.Forms.TrackBar();
            this.trackBarMix2Valence = new System.Windows.Forms.TrackBar();
            this.trackBarMix2Arousal = new System.Windows.Forms.TrackBar();
            this.textBoxTestInstructions = new System.Windows.Forms.TextBox();
            this.backgroundWorkerPlayAudio = new System.ComponentModel.BackgroundWorker();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.timerStatusBar = new System.Windows.Forms.Timer(this.components);
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.groupBoxMix1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMix1Tension)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMix1Valence)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMix1Arousal)).BeginInit();
            this.groupBoxMix2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMix2Tension)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMix2Valence)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMix2Arousal)).BeginInit();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBoxMix1
            // 
            this.groupBoxMix1.Controls.Add(this.label14);
            this.groupBoxMix1.Controls.Add(this.label13);
            this.groupBoxMix1.Controls.Add(this.label10);
            this.groupBoxMix1.Controls.Add(this.textBoxMix1Tension);
            this.groupBoxMix1.Controls.Add(this.textBoxMix1Arousal);
            this.groupBoxMix1.Controls.Add(this.textBoxMix1Valence);
            this.groupBoxMix1.Controls.Add(this.labelTense);
            this.groupBoxMix1.Controls.Add(this.labelNotTense);
            this.groupBoxMix1.Controls.Add(this.labelHappy);
            this.groupBoxMix1.Controls.Add(this.labelSad);
            this.groupBoxMix1.Controls.Add(this.labelCalm);
            this.groupBoxMix1.Controls.Add(this.labelExciting);
            this.groupBoxMix1.Controls.Add(this.buttonPlayMix1);
            this.groupBoxMix1.Controls.Add(this.buttonStopMix1);
            this.groupBoxMix1.Controls.Add(this.trackBarMix1Tension);
            this.groupBoxMix1.Controls.Add(this.trackBarMix1Valence);
            this.groupBoxMix1.Controls.Add(this.trackBarMix1Arousal);
            this.groupBoxMix1.Location = new System.Drawing.Point(31, 95);
            this.groupBoxMix1.Name = "groupBoxMix1";
            this.groupBoxMix1.Size = new System.Drawing.Size(324, 492);
            this.groupBoxMix1.TabIndex = 0;
            this.groupBoxMix1.TabStop = false;
            this.groupBoxMix1.Text = "Mix 1";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label14.Location = new System.Drawing.Point(140, 307);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(52, 13);
            this.label14.TabIndex = 23;
            this.label14.Text = "Tension";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.Location = new System.Drawing.Point(140, 162);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(53, 13);
            this.label13.TabIndex = 23;
            this.label13.Text = "Valence";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label10.Location = new System.Drawing.Point(140, 21);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(49, 13);
            this.label10.TabIndex = 23;
            this.label10.Text = "Arousal";
            // 
            // textBoxMix1Tension
            // 
            this.textBoxMix1Tension.Location = new System.Drawing.Point(148, 397);
            this.textBoxMix1Tension.Name = "textBoxMix1Tension";
            this.textBoxMix1Tension.ReadOnly = true;
            this.textBoxMix1Tension.Size = new System.Drawing.Size(29, 20);
            this.textBoxMix1Tension.TabIndex = 22;
            this.textBoxMix1Tension.Text = "0";
            this.textBoxMix1Tension.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBoxMix1Arousal
            // 
            this.textBoxMix1Arousal.Location = new System.Drawing.Point(148, 107);
            this.textBoxMix1Arousal.Name = "textBoxMix1Arousal";
            this.textBoxMix1Arousal.ReadOnly = true;
            this.textBoxMix1Arousal.Size = new System.Drawing.Size(29, 20);
            this.textBoxMix1Arousal.TabIndex = 22;
            this.textBoxMix1Arousal.Text = "0";
            this.textBoxMix1Arousal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBoxMix1Valence
            // 
            this.textBoxMix1Valence.Location = new System.Drawing.Point(148, 251);
            this.textBoxMix1Valence.Name = "textBoxMix1Valence";
            this.textBoxMix1Valence.ReadOnly = true;
            this.textBoxMix1Valence.Size = new System.Drawing.Size(29, 20);
            this.textBoxMix1Valence.TabIndex = 22;
            this.textBoxMix1Valence.Text = "0";
            this.textBoxMix1Valence.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // labelTense
            // 
            this.labelTense.AutoSize = true;
            this.labelTense.Location = new System.Drawing.Point(265, 338);
            this.labelTense.Name = "labelTense";
            this.labelTense.Size = new System.Drawing.Size(37, 13);
            this.labelTense.TabIndex = 19;
            this.labelTense.Text = "Tense";
            // 
            // labelNotTense
            // 
            this.labelNotTense.AutoSize = true;
            this.labelNotTense.Location = new System.Drawing.Point(21, 338);
            this.labelNotTense.Name = "labelNotTense";
            this.labelNotTense.Size = new System.Drawing.Size(53, 13);
            this.labelNotTense.TabIndex = 20;
            this.labelNotTense.Text = "Not tense";
            // 
            // labelHappy
            // 
            this.labelHappy.AutoSize = true;
            this.labelHappy.Location = new System.Drawing.Point(265, 197);
            this.labelHappy.Name = "labelHappy";
            this.labelHappy.Size = new System.Drawing.Size(38, 13);
            this.labelHappy.TabIndex = 16;
            this.labelHappy.Text = "Happy";
            // 
            // labelSad
            // 
            this.labelSad.AutoSize = true;
            this.labelSad.Location = new System.Drawing.Point(21, 197);
            this.labelSad.Name = "labelSad";
            this.labelSad.Size = new System.Drawing.Size(26, 13);
            this.labelSad.TabIndex = 17;
            this.labelSad.Text = "Sad";
            // 
            // labelCalm
            // 
            this.labelCalm.AutoSize = true;
            this.labelCalm.Location = new System.Drawing.Point(21, 47);
            this.labelCalm.Name = "labelCalm";
            this.labelCalm.Size = new System.Drawing.Size(30, 13);
            this.labelCalm.TabIndex = 15;
            this.labelCalm.Text = "Calm";
            // 
            // labelExciting
            // 
            this.labelExciting.AutoSize = true;
            this.labelExciting.Location = new System.Drawing.Point(265, 47);
            this.labelExciting.Name = "labelExciting";
            this.labelExciting.Size = new System.Drawing.Size(44, 13);
            this.labelExciting.TabIndex = 13;
            this.labelExciting.Text = "Exciting";
            // 
            // buttonPlayMix1
            // 
            this.buttonPlayMix1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayMix1.BackgroundImage")));
            this.buttonPlayMix1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonPlayMix1.Location = new System.Drawing.Point(127, 445);
            this.buttonPlayMix1.Name = "buttonPlayMix1";
            this.buttonPlayMix1.Size = new System.Drawing.Size(31, 30);
            this.buttonPlayMix1.TabIndex = 11;
            this.buttonPlayMix1.UseVisualStyleBackColor = true;
            this.buttonPlayMix1.Click += new System.EventHandler(this.buttonPlayMix1_Click);
            // 
            // buttonStopMix1
            // 
            this.buttonStopMix1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopMix1.BackgroundImage")));
            this.buttonStopMix1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonStopMix1.Location = new System.Drawing.Point(164, 445);
            this.buttonStopMix1.Name = "buttonStopMix1";
            this.buttonStopMix1.Size = new System.Drawing.Size(31, 30);
            this.buttonStopMix1.TabIndex = 12;
            this.buttonStopMix1.UseVisualStyleBackColor = true;
            this.buttonStopMix1.Click += new System.EventHandler(this.buttonStopMix1_Click);
            // 
            // trackBarMix1Tension
            // 
            this.trackBarMix1Tension.Location = new System.Drawing.Point(6, 363);
            this.trackBarMix1Tension.Maximum = 5;
            this.trackBarMix1Tension.Minimum = -5;
            this.trackBarMix1Tension.Name = "trackBarMix1Tension";
            this.trackBarMix1Tension.Size = new System.Drawing.Size(312, 45);
            this.trackBarMix1Tension.TabIndex = 0;
            this.trackBarMix1Tension.ValueChanged += new System.EventHandler(this.trackBarMix1Tension_ValueChanged);
            // 
            // trackBarMix1Valence
            // 
            this.trackBarMix1Valence.Location = new System.Drawing.Point(6, 213);
            this.trackBarMix1Valence.Maximum = 5;
            this.trackBarMix1Valence.Minimum = -5;
            this.trackBarMix1Valence.Name = "trackBarMix1Valence";
            this.trackBarMix1Valence.Size = new System.Drawing.Size(312, 45);
            this.trackBarMix1Valence.TabIndex = 0;
            this.trackBarMix1Valence.ValueChanged += new System.EventHandler(this.trackBarMix1Valence_ValueChanged);
            // 
            // trackBarMix1Arousal
            // 
            this.trackBarMix1Arousal.Location = new System.Drawing.Point(6, 73);
            this.trackBarMix1Arousal.Maximum = 5;
            this.trackBarMix1Arousal.Minimum = -5;
            this.trackBarMix1Arousal.Name = "trackBarMix1Arousal";
            this.trackBarMix1Arousal.Size = new System.Drawing.Size(312, 45);
            this.trackBarMix1Arousal.TabIndex = 0;
            this.trackBarMix1Arousal.ValueChanged += new System.EventHandler(this.trackBarMix1Arousal_ValueChanged);
            // 
            // buttonSubmit
            // 
            this.buttonSubmit.Enabled = false;
            this.buttonSubmit.Location = new System.Drawing.Point(317, 593);
            this.buttonSubmit.Name = "buttonSubmit";
            this.buttonSubmit.Size = new System.Drawing.Size(108, 23);
            this.buttonSubmit.TabIndex = 9;
            this.buttonSubmit.Text = "Submit";
            this.buttonSubmit.UseVisualStyleBackColor = true;
            this.buttonSubmit.Click += new System.EventHandler(this.buttonSubmit_Click);
            // 
            // groupBoxMix2
            // 
            this.groupBoxMix2.Controls.Add(this.label15);
            this.groupBoxMix2.Controls.Add(this.label12);
            this.groupBoxMix2.Controls.Add(this.label11);
            this.groupBoxMix2.Controls.Add(this.textBoxMix2Tension);
            this.groupBoxMix2.Controls.Add(this.textBoxMix2Arousal);
            this.groupBoxMix2.Controls.Add(this.textBoxMix2Valence);
            this.groupBoxMix2.Controls.Add(this.label2);
            this.groupBoxMix2.Controls.Add(this.label3);
            this.groupBoxMix2.Controls.Add(this.label5);
            this.groupBoxMix2.Controls.Add(this.label6);
            this.groupBoxMix2.Controls.Add(this.label7);
            this.groupBoxMix2.Controls.Add(this.label9);
            this.groupBoxMix2.Controls.Add(this.buttonPlayMix2);
            this.groupBoxMix2.Controls.Add(this.buttonStopMix2);
            this.groupBoxMix2.Controls.Add(this.trackBarMix2Tension);
            this.groupBoxMix2.Controls.Add(this.trackBarMix2Valence);
            this.groupBoxMix2.Controls.Add(this.trackBarMix2Arousal);
            this.groupBoxMix2.Location = new System.Drawing.Point(385, 95);
            this.groupBoxMix2.Name = "groupBoxMix2";
            this.groupBoxMix2.Size = new System.Drawing.Size(324, 492);
            this.groupBoxMix2.TabIndex = 0;
            this.groupBoxMix2.TabStop = false;
            this.groupBoxMix2.Text = "Mix 2";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label15.Location = new System.Drawing.Point(140, 307);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(52, 13);
            this.label15.TabIndex = 23;
            this.label15.Text = "Tension";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label12.Location = new System.Drawing.Point(140, 162);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(53, 13);
            this.label12.TabIndex = 23;
            this.label12.Text = "Valence";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label11.Location = new System.Drawing.Point(140, 21);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(49, 13);
            this.label11.TabIndex = 23;
            this.label11.Text = "Arousal";
            // 
            // textBoxMix2Tension
            // 
            this.textBoxMix2Tension.Location = new System.Drawing.Point(148, 397);
            this.textBoxMix2Tension.Name = "textBoxMix2Tension";
            this.textBoxMix2Tension.ReadOnly = true;
            this.textBoxMix2Tension.Size = new System.Drawing.Size(29, 20);
            this.textBoxMix2Tension.TabIndex = 22;
            this.textBoxMix2Tension.Text = "0";
            this.textBoxMix2Tension.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBoxMix2Arousal
            // 
            this.textBoxMix2Arousal.Location = new System.Drawing.Point(148, 107);
            this.textBoxMix2Arousal.Name = "textBoxMix2Arousal";
            this.textBoxMix2Arousal.ReadOnly = true;
            this.textBoxMix2Arousal.Size = new System.Drawing.Size(29, 20);
            this.textBoxMix2Arousal.TabIndex = 22;
            this.textBoxMix2Arousal.Text = "0";
            this.textBoxMix2Arousal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // textBoxMix2Valence
            // 
            this.textBoxMix2Valence.Location = new System.Drawing.Point(148, 251);
            this.textBoxMix2Valence.Name = "textBoxMix2Valence";
            this.textBoxMix2Valence.ReadOnly = true;
            this.textBoxMix2Valence.Size = new System.Drawing.Size(29, 20);
            this.textBoxMix2Valence.TabIndex = 22;
            this.textBoxMix2Valence.Text = "0";
            this.textBoxMix2Valence.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(265, 338);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(37, 13);
            this.label2.TabIndex = 19;
            this.label2.Text = "Tense";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(21, 338);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 13);
            this.label3.TabIndex = 20;
            this.label3.Text = "Not tense";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(265, 197);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(38, 13);
            this.label5.TabIndex = 16;
            this.label5.Text = "Happy";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(21, 197);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(26, 13);
            this.label6.TabIndex = 17;
            this.label6.Text = "Sad";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(21, 47);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(30, 13);
            this.label7.TabIndex = 15;
            this.label7.Text = "Calm";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(265, 47);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(44, 13);
            this.label9.TabIndex = 13;
            this.label9.Text = "Exciting";
            // 
            // buttonPlayMix2
            // 
            this.buttonPlayMix2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayMix2.BackgroundImage")));
            this.buttonPlayMix2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonPlayMix2.Location = new System.Drawing.Point(127, 445);
            this.buttonPlayMix2.Name = "buttonPlayMix2";
            this.buttonPlayMix2.Size = new System.Drawing.Size(31, 30);
            this.buttonPlayMix2.TabIndex = 11;
            this.buttonPlayMix2.UseVisualStyleBackColor = true;
            this.buttonPlayMix2.Click += new System.EventHandler(this.buttonPlayMix2_Click);
            // 
            // buttonStopMix2
            // 
            this.buttonStopMix2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopMix2.BackgroundImage")));
            this.buttonStopMix2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.buttonStopMix2.Location = new System.Drawing.Point(164, 445);
            this.buttonStopMix2.Name = "buttonStopMix2";
            this.buttonStopMix2.Size = new System.Drawing.Size(31, 30);
            this.buttonStopMix2.TabIndex = 12;
            this.buttonStopMix2.UseVisualStyleBackColor = true;
            this.buttonStopMix2.Click += new System.EventHandler(this.buttonStopMix2_Click);
            // 
            // trackBarMix2Tension
            // 
            this.trackBarMix2Tension.Location = new System.Drawing.Point(6, 363);
            this.trackBarMix2Tension.Maximum = 5;
            this.trackBarMix2Tension.Minimum = -5;
            this.trackBarMix2Tension.Name = "trackBarMix2Tension";
            this.trackBarMix2Tension.Size = new System.Drawing.Size(312, 45);
            this.trackBarMix2Tension.TabIndex = 0;
            this.trackBarMix2Tension.ValueChanged += new System.EventHandler(this.trackBarMix2Tension_ValueChanged);
            // 
            // trackBarMix2Valence
            // 
            this.trackBarMix2Valence.Location = new System.Drawing.Point(6, 213);
            this.trackBarMix2Valence.Maximum = 5;
            this.trackBarMix2Valence.Minimum = -5;
            this.trackBarMix2Valence.Name = "trackBarMix2Valence";
            this.trackBarMix2Valence.Size = new System.Drawing.Size(312, 45);
            this.trackBarMix2Valence.TabIndex = 0;
            this.trackBarMix2Valence.ValueChanged += new System.EventHandler(this.trackBarMix2Valence_ValueChanged);
            // 
            // trackBarMix2Arousal
            // 
            this.trackBarMix2Arousal.Location = new System.Drawing.Point(6, 73);
            this.trackBarMix2Arousal.Maximum = 5;
            this.trackBarMix2Arousal.Minimum = -5;
            this.trackBarMix2Arousal.Name = "trackBarMix2Arousal";
            this.trackBarMix2Arousal.Size = new System.Drawing.Size(312, 45);
            this.trackBarMix2Arousal.TabIndex = 0;
            this.trackBarMix2Arousal.ValueChanged += new System.EventHandler(this.trackBarMix2Arousal_ValueChanged);
            // 
            // 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(85, 3);
            this.textBoxTestInstructions.Multiline = true;
            this.textBoxTestInstructions.Name = "textBoxTestInstructions";
            this.textBoxTestInstructions.ReadOnly = true;
            this.textBoxTestInstructions.Size = new System.Drawing.Size(566, 59);
            this.textBoxTestInstructions.TabIndex = 10;
            this.textBoxTestInstructions.Text = "Please describe each mix or what the mix might be expressive of using the followi" +
    "ng scales.";
            this.textBoxTestInstructions.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // backgroundWorkerPlayAudio
            // 
            this.backgroundWorkerPlayAudio.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerPlayAudio_DoWork);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1});
            this.statusStrip1.Location = new System.Drawing.Point(0, 620);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(742, 22);
            this.statusStrip1.TabIndex = 11;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // timerStatusBar
            // 
            this.timerStatusBar.Tick += new System.EventHandler(this.timerStatusBar_Tick);
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
            // 
            // PerceivedEmotion
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(742, 642);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.textBoxTestInstructions);
            this.Controls.Add(this.buttonSubmit);
            this.Controls.Add(this.groupBoxMix2);
            this.Controls.Add(this.groupBoxMix1);
            this.Name = "PerceivedEmotion";
            this.Text = "PerceivedEmotion";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PerceivedEmotion_FormClosing);
            this.Load += new System.EventHandler(this.PerceivedEmotion_Load);
            this.groupBoxMix1.ResumeLayout(false);
            this.groupBoxMix1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMix1Tension)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMix1Valence)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMix1Arousal)).EndInit();
            this.groupBoxMix2.ResumeLayout(false);
            this.groupBoxMix2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMix2Tension)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMix2Valence)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMix2Arousal)).EndInit();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBoxMix1;
        private System.Windows.Forms.TrackBar trackBarMix1Tension;
        private System.Windows.Forms.TrackBar trackBarMix1Valence;
        private System.Windows.Forms.TrackBar trackBarMix1Arousal;
        private System.Windows.Forms.Button buttonPlayMix1;
        private System.Windows.Forms.Button buttonStopMix1;
        private System.Windows.Forms.Label labelTense;
        private System.Windows.Forms.Label labelNotTense;
        private System.Windows.Forms.Label labelHappy;
        private System.Windows.Forms.Label labelSad;
        private System.Windows.Forms.Label labelCalm;
        private System.Windows.Forms.Label labelExciting;
        private System.Windows.Forms.Button buttonSubmit;
        private System.Windows.Forms.TextBox textBoxMix1Tension;
        private System.Windows.Forms.TextBox textBoxMix1Arousal;
        private System.Windows.Forms.TextBox textBoxMix1Valence;
        private System.Windows.Forms.GroupBox groupBoxMix2;
        private System.Windows.Forms.TextBox textBoxMix2Tension;
        private System.Windows.Forms.TextBox textBoxMix2Arousal;
        private System.Windows.Forms.TextBox textBoxMix2Valence;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Button buttonPlayMix2;
        private System.Windows.Forms.Button buttonStopMix2;
        private System.Windows.Forms.TrackBar trackBarMix2Tension;
        private System.Windows.Forms.TrackBar trackBarMix2Valence;
        private System.Windows.Forms.TrackBar trackBarMix2Arousal;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox textBoxTestInstructions;
        private System.ComponentModel.BackgroundWorker backgroundWorkerPlayAudio;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.Timer timerStatusBar;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
    }
}