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