annotate DeMaskingLT/PerceivedEmotion.Designer.cs @ 3:e0bd22354f3f tip

Fixed name bug
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Fri, 07 Jul 2017 12:34:24 +0100
parents e8147674e932
children
rev   line source
d@0 1 namespace DeMaskingLT
d@0 2 {
d@0 3 partial class PerceivedEmotion
d@0 4 {
d@0 5 /// <summary>
d@0 6 /// Required designer variable.
d@0 7 /// </summary>
d@0 8 private System.ComponentModel.IContainer components = null;
d@0 9
d@0 10 /// <summary>
d@0 11 /// Clean up any resources being used.
d@0 12 /// </summary>
d@0 13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
d@0 14 protected override void Dispose(bool disposing)
d@0 15 {
d@0 16 if (disposing && (components != null))
d@0 17 {
d@0 18 components.Dispose();
d@0 19 }
d@0 20 base.Dispose(disposing);
d@0 21 }
d@0 22
d@0 23 #region Windows Form Designer generated code
d@0 24
d@0 25 /// <summary>
d@0 26 /// Required method for Designer support - do not modify
d@0 27 /// the contents of this method with the code editor.
d@0 28 /// </summary>
d@0 29 private void InitializeComponent()
d@0 30 {
d@0 31 this.components = new System.ComponentModel.Container();
d@0 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PerceivedEmotion));
d@0 33 this.groupBoxMix1 = new System.Windows.Forms.GroupBox();
d@0 34 this.label14 = new System.Windows.Forms.Label();
d@0 35 this.label13 = new System.Windows.Forms.Label();
d@0 36 this.label10 = new System.Windows.Forms.Label();
d@0 37 this.textBoxMix1Tension = new System.Windows.Forms.TextBox();
d@0 38 this.textBoxMix1Arousal = new System.Windows.Forms.TextBox();
d@0 39 this.textBoxMix1Valence = new System.Windows.Forms.TextBox();
d@0 40 this.labelTense = new System.Windows.Forms.Label();
d@0 41 this.labelNotTense = new System.Windows.Forms.Label();
d@0 42 this.labelHappy = new System.Windows.Forms.Label();
d@0 43 this.labelSad = new System.Windows.Forms.Label();
d@0 44 this.labelCalm = new System.Windows.Forms.Label();
d@0 45 this.labelExciting = new System.Windows.Forms.Label();
d@0 46 this.buttonPlayMix1 = new System.Windows.Forms.Button();
d@0 47 this.buttonStopMix1 = new System.Windows.Forms.Button();
d@0 48 this.trackBarMix1Tension = new System.Windows.Forms.TrackBar();
d@0 49 this.trackBarMix1Valence = new System.Windows.Forms.TrackBar();
d@0 50 this.trackBarMix1Arousal = new System.Windows.Forms.TrackBar();
d@0 51 this.buttonSubmit = new System.Windows.Forms.Button();
d@0 52 this.groupBoxMix2 = new System.Windows.Forms.GroupBox();
d@0 53 this.label15 = new System.Windows.Forms.Label();
d@0 54 this.label12 = new System.Windows.Forms.Label();
d@0 55 this.label11 = new System.Windows.Forms.Label();
d@0 56 this.textBoxMix2Tension = new System.Windows.Forms.TextBox();
d@0 57 this.textBoxMix2Arousal = new System.Windows.Forms.TextBox();
d@0 58 this.textBoxMix2Valence = new System.Windows.Forms.TextBox();
d@0 59 this.label2 = new System.Windows.Forms.Label();
d@0 60 this.label3 = new System.Windows.Forms.Label();
d@0 61 this.label5 = new System.Windows.Forms.Label();
d@0 62 this.label6 = new System.Windows.Forms.Label();
d@0 63 this.label7 = new System.Windows.Forms.Label();
d@0 64 this.label9 = new System.Windows.Forms.Label();
d@0 65 this.buttonPlayMix2 = new System.Windows.Forms.Button();
d@0 66 this.buttonStopMix2 = new System.Windows.Forms.Button();
d@0 67 this.trackBarMix2Tension = new System.Windows.Forms.TrackBar();
d@0 68 this.trackBarMix2Valence = new System.Windows.Forms.TrackBar();
d@0 69 this.trackBarMix2Arousal = new System.Windows.Forms.TrackBar();
d@0 70 this.textBoxTestInstructions = new System.Windows.Forms.TextBox();
d@0 71 this.backgroundWorkerPlayAudio = new System.ComponentModel.BackgroundWorker();
d@0 72 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
d@0 73 this.timerStatusBar = new System.Windows.Forms.Timer(this.components);
d@0 74 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
d@0 75 this.groupBoxMix1.SuspendLayout();
d@0 76 ((System.ComponentModel.ISupportInitialize)(this.trackBarMix1Tension)).BeginInit();
d@0 77 ((System.ComponentModel.ISupportInitialize)(this.trackBarMix1Valence)).BeginInit();
d@0 78 ((System.ComponentModel.ISupportInitialize)(this.trackBarMix1Arousal)).BeginInit();
d@0 79 this.groupBoxMix2.SuspendLayout();
d@0 80 ((System.ComponentModel.ISupportInitialize)(this.trackBarMix2Tension)).BeginInit();
d@0 81 ((System.ComponentModel.ISupportInitialize)(this.trackBarMix2Valence)).BeginInit();
d@0 82 ((System.ComponentModel.ISupportInitialize)(this.trackBarMix2Arousal)).BeginInit();
d@0 83 this.statusStrip1.SuspendLayout();
d@0 84 this.SuspendLayout();
d@0 85 //
d@0 86 // groupBoxMix1
d@0 87 //
d@0 88 this.groupBoxMix1.Controls.Add(this.label14);
d@0 89 this.groupBoxMix1.Controls.Add(this.label13);
d@0 90 this.groupBoxMix1.Controls.Add(this.label10);
d@0 91 this.groupBoxMix1.Controls.Add(this.textBoxMix1Tension);
d@0 92 this.groupBoxMix1.Controls.Add(this.textBoxMix1Arousal);
d@0 93 this.groupBoxMix1.Controls.Add(this.textBoxMix1Valence);
d@0 94 this.groupBoxMix1.Controls.Add(this.labelTense);
d@0 95 this.groupBoxMix1.Controls.Add(this.labelNotTense);
d@0 96 this.groupBoxMix1.Controls.Add(this.labelHappy);
d@0 97 this.groupBoxMix1.Controls.Add(this.labelSad);
d@0 98 this.groupBoxMix1.Controls.Add(this.labelCalm);
d@0 99 this.groupBoxMix1.Controls.Add(this.labelExciting);
d@0 100 this.groupBoxMix1.Controls.Add(this.buttonPlayMix1);
d@0 101 this.groupBoxMix1.Controls.Add(this.buttonStopMix1);
d@0 102 this.groupBoxMix1.Controls.Add(this.trackBarMix1Tension);
d@0 103 this.groupBoxMix1.Controls.Add(this.trackBarMix1Valence);
d@0 104 this.groupBoxMix1.Controls.Add(this.trackBarMix1Arousal);
d@0 105 this.groupBoxMix1.Location = new System.Drawing.Point(31, 95);
d@0 106 this.groupBoxMix1.Name = "groupBoxMix1";
d@0 107 this.groupBoxMix1.Size = new System.Drawing.Size(324, 492);
d@0 108 this.groupBoxMix1.TabIndex = 0;
d@0 109 this.groupBoxMix1.TabStop = false;
d@0 110 this.groupBoxMix1.Text = "Mix 1";
d@0 111 //
d@0 112 // label14
d@0 113 //
d@0 114 this.label14.AutoSize = true;
d@0 115 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 116 this.label14.Location = new System.Drawing.Point(140, 307);
d@0 117 this.label14.Name = "label14";
d@0 118 this.label14.Size = new System.Drawing.Size(52, 13);
d@0 119 this.label14.TabIndex = 23;
d@0 120 this.label14.Text = "Tension";
d@0 121 //
d@0 122 // label13
d@0 123 //
d@0 124 this.label13.AutoSize = true;
d@0 125 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 126 this.label13.Location = new System.Drawing.Point(140, 162);
d@0 127 this.label13.Name = "label13";
d@0 128 this.label13.Size = new System.Drawing.Size(53, 13);
d@0 129 this.label13.TabIndex = 23;
d@0 130 this.label13.Text = "Valence";
d@0 131 //
d@0 132 // label10
d@0 133 //
d@0 134 this.label10.AutoSize = true;
d@0 135 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 136 this.label10.Location = new System.Drawing.Point(140, 21);
d@0 137 this.label10.Name = "label10";
d@0 138 this.label10.Size = new System.Drawing.Size(49, 13);
d@0 139 this.label10.TabIndex = 23;
d@0 140 this.label10.Text = "Arousal";
d@0 141 //
d@0 142 // textBoxMix1Tension
d@0 143 //
d@0 144 this.textBoxMix1Tension.Location = new System.Drawing.Point(148, 397);
d@0 145 this.textBoxMix1Tension.Name = "textBoxMix1Tension";
d@0 146 this.textBoxMix1Tension.ReadOnly = true;
d@0 147 this.textBoxMix1Tension.Size = new System.Drawing.Size(29, 20);
d@0 148 this.textBoxMix1Tension.TabIndex = 22;
d@0 149 this.textBoxMix1Tension.Text = "0";
d@0 150 this.textBoxMix1Tension.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
d@0 151 //
d@0 152 // textBoxMix1Arousal
d@0 153 //
d@0 154 this.textBoxMix1Arousal.Location = new System.Drawing.Point(148, 107);
d@0 155 this.textBoxMix1Arousal.Name = "textBoxMix1Arousal";
d@0 156 this.textBoxMix1Arousal.ReadOnly = true;
d@0 157 this.textBoxMix1Arousal.Size = new System.Drawing.Size(29, 20);
d@0 158 this.textBoxMix1Arousal.TabIndex = 22;
d@0 159 this.textBoxMix1Arousal.Text = "0";
d@0 160 this.textBoxMix1Arousal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
d@0 161 //
d@0 162 // textBoxMix1Valence
d@0 163 //
d@0 164 this.textBoxMix1Valence.Location = new System.Drawing.Point(148, 251);
d@0 165 this.textBoxMix1Valence.Name = "textBoxMix1Valence";
d@0 166 this.textBoxMix1Valence.ReadOnly = true;
d@0 167 this.textBoxMix1Valence.Size = new System.Drawing.Size(29, 20);
d@0 168 this.textBoxMix1Valence.TabIndex = 22;
d@0 169 this.textBoxMix1Valence.Text = "0";
d@0 170 this.textBoxMix1Valence.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
d@0 171 //
d@0 172 // labelTense
d@0 173 //
d@0 174 this.labelTense.AutoSize = true;
d@0 175 this.labelTense.Location = new System.Drawing.Point(265, 338);
d@0 176 this.labelTense.Name = "labelTense";
d@0 177 this.labelTense.Size = new System.Drawing.Size(37, 13);
d@0 178 this.labelTense.TabIndex = 19;
d@0 179 this.labelTense.Text = "Tense";
d@0 180 //
d@0 181 // labelNotTense
d@0 182 //
d@0 183 this.labelNotTense.AutoSize = true;
d@0 184 this.labelNotTense.Location = new System.Drawing.Point(21, 338);
d@0 185 this.labelNotTense.Name = "labelNotTense";
d@0 186 this.labelNotTense.Size = new System.Drawing.Size(53, 13);
d@0 187 this.labelNotTense.TabIndex = 20;
d@0 188 this.labelNotTense.Text = "Not tense";
d@0 189 //
d@0 190 // labelHappy
d@0 191 //
d@0 192 this.labelHappy.AutoSize = true;
d@0 193 this.labelHappy.Location = new System.Drawing.Point(265, 197);
d@0 194 this.labelHappy.Name = "labelHappy";
d@0 195 this.labelHappy.Size = new System.Drawing.Size(38, 13);
d@0 196 this.labelHappy.TabIndex = 16;
d@0 197 this.labelHappy.Text = "Happy";
d@0 198 //
d@0 199 // labelSad
d@0 200 //
d@0 201 this.labelSad.AutoSize = true;
d@0 202 this.labelSad.Location = new System.Drawing.Point(21, 197);
d@0 203 this.labelSad.Name = "labelSad";
d@0 204 this.labelSad.Size = new System.Drawing.Size(26, 13);
d@0 205 this.labelSad.TabIndex = 17;
d@0 206 this.labelSad.Text = "Sad";
d@0 207 //
d@0 208 // labelCalm
d@0 209 //
d@0 210 this.labelCalm.AutoSize = true;
d@0 211 this.labelCalm.Location = new System.Drawing.Point(21, 47);
d@0 212 this.labelCalm.Name = "labelCalm";
d@0 213 this.labelCalm.Size = new System.Drawing.Size(30, 13);
d@0 214 this.labelCalm.TabIndex = 15;
d@0 215 this.labelCalm.Text = "Calm";
d@0 216 //
d@0 217 // labelExciting
d@0 218 //
d@0 219 this.labelExciting.AutoSize = true;
d@0 220 this.labelExciting.Location = new System.Drawing.Point(265, 47);
d@0 221 this.labelExciting.Name = "labelExciting";
d@0 222 this.labelExciting.Size = new System.Drawing.Size(44, 13);
d@0 223 this.labelExciting.TabIndex = 13;
d@0 224 this.labelExciting.Text = "Exciting";
d@0 225 //
d@0 226 // buttonPlayMix1
d@0 227 //
d@0 228 this.buttonPlayMix1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayMix1.BackgroundImage")));
d@0 229 this.buttonPlayMix1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 230 this.buttonPlayMix1.Location = new System.Drawing.Point(127, 445);
d@0 231 this.buttonPlayMix1.Name = "buttonPlayMix1";
d@0 232 this.buttonPlayMix1.Size = new System.Drawing.Size(31, 30);
d@0 233 this.buttonPlayMix1.TabIndex = 11;
d@0 234 this.buttonPlayMix1.UseVisualStyleBackColor = true;
d@0 235 this.buttonPlayMix1.Click += new System.EventHandler(this.buttonPlayMix1_Click);
d@0 236 //
d@0 237 // buttonStopMix1
d@0 238 //
d@0 239 this.buttonStopMix1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopMix1.BackgroundImage")));
d@0 240 this.buttonStopMix1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 241 this.buttonStopMix1.Location = new System.Drawing.Point(164, 445);
d@0 242 this.buttonStopMix1.Name = "buttonStopMix1";
d@0 243 this.buttonStopMix1.Size = new System.Drawing.Size(31, 30);
d@0 244 this.buttonStopMix1.TabIndex = 12;
d@0 245 this.buttonStopMix1.UseVisualStyleBackColor = true;
d@0 246 this.buttonStopMix1.Click += new System.EventHandler(this.buttonStopMix1_Click);
d@0 247 //
d@0 248 // trackBarMix1Tension
d@0 249 //
d@0 250 this.trackBarMix1Tension.Location = new System.Drawing.Point(6, 363);
d@0 251 this.trackBarMix1Tension.Maximum = 5;
d@0 252 this.trackBarMix1Tension.Minimum = -5;
d@0 253 this.trackBarMix1Tension.Name = "trackBarMix1Tension";
d@0 254 this.trackBarMix1Tension.Size = new System.Drawing.Size(312, 45);
d@0 255 this.trackBarMix1Tension.TabIndex = 0;
d@0 256 this.trackBarMix1Tension.ValueChanged += new System.EventHandler(this.trackBarMix1Tension_ValueChanged);
d@0 257 //
d@0 258 // trackBarMix1Valence
d@0 259 //
d@0 260 this.trackBarMix1Valence.Location = new System.Drawing.Point(6, 213);
d@0 261 this.trackBarMix1Valence.Maximum = 5;
d@0 262 this.trackBarMix1Valence.Minimum = -5;
d@0 263 this.trackBarMix1Valence.Name = "trackBarMix1Valence";
d@0 264 this.trackBarMix1Valence.Size = new System.Drawing.Size(312, 45);
d@0 265 this.trackBarMix1Valence.TabIndex = 0;
d@0 266 this.trackBarMix1Valence.ValueChanged += new System.EventHandler(this.trackBarMix1Valence_ValueChanged);
d@0 267 //
d@0 268 // trackBarMix1Arousal
d@0 269 //
d@0 270 this.trackBarMix1Arousal.Location = new System.Drawing.Point(6, 73);
d@0 271 this.trackBarMix1Arousal.Maximum = 5;
d@0 272 this.trackBarMix1Arousal.Minimum = -5;
d@0 273 this.trackBarMix1Arousal.Name = "trackBarMix1Arousal";
d@0 274 this.trackBarMix1Arousal.Size = new System.Drawing.Size(312, 45);
d@0 275 this.trackBarMix1Arousal.TabIndex = 0;
d@0 276 this.trackBarMix1Arousal.ValueChanged += new System.EventHandler(this.trackBarMix1Arousal_ValueChanged);
d@0 277 //
d@0 278 // buttonSubmit
d@0 279 //
d@0 280 this.buttonSubmit.Enabled = false;
d@0 281 this.buttonSubmit.Location = new System.Drawing.Point(317, 593);
d@0 282 this.buttonSubmit.Name = "buttonSubmit";
d@0 283 this.buttonSubmit.Size = new System.Drawing.Size(108, 23);
d@0 284 this.buttonSubmit.TabIndex = 9;
d@0 285 this.buttonSubmit.Text = "Submit";
d@0 286 this.buttonSubmit.UseVisualStyleBackColor = true;
d@0 287 this.buttonSubmit.Click += new System.EventHandler(this.buttonSubmit_Click);
d@0 288 //
d@0 289 // groupBoxMix2
d@0 290 //
d@0 291 this.groupBoxMix2.Controls.Add(this.label15);
d@0 292 this.groupBoxMix2.Controls.Add(this.label12);
d@0 293 this.groupBoxMix2.Controls.Add(this.label11);
d@0 294 this.groupBoxMix2.Controls.Add(this.textBoxMix2Tension);
d@0 295 this.groupBoxMix2.Controls.Add(this.textBoxMix2Arousal);
d@0 296 this.groupBoxMix2.Controls.Add(this.textBoxMix2Valence);
d@0 297 this.groupBoxMix2.Controls.Add(this.label2);
d@0 298 this.groupBoxMix2.Controls.Add(this.label3);
d@0 299 this.groupBoxMix2.Controls.Add(this.label5);
d@0 300 this.groupBoxMix2.Controls.Add(this.label6);
d@0 301 this.groupBoxMix2.Controls.Add(this.label7);
d@0 302 this.groupBoxMix2.Controls.Add(this.label9);
d@0 303 this.groupBoxMix2.Controls.Add(this.buttonPlayMix2);
d@0 304 this.groupBoxMix2.Controls.Add(this.buttonStopMix2);
d@0 305 this.groupBoxMix2.Controls.Add(this.trackBarMix2Tension);
d@0 306 this.groupBoxMix2.Controls.Add(this.trackBarMix2Valence);
d@0 307 this.groupBoxMix2.Controls.Add(this.trackBarMix2Arousal);
d@0 308 this.groupBoxMix2.Location = new System.Drawing.Point(385, 95);
d@0 309 this.groupBoxMix2.Name = "groupBoxMix2";
d@0 310 this.groupBoxMix2.Size = new System.Drawing.Size(324, 492);
d@0 311 this.groupBoxMix2.TabIndex = 0;
d@0 312 this.groupBoxMix2.TabStop = false;
d@0 313 this.groupBoxMix2.Text = "Mix 2";
d@0 314 //
d@0 315 // label15
d@0 316 //
d@0 317 this.label15.AutoSize = true;
d@0 318 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 319 this.label15.Location = new System.Drawing.Point(140, 307);
d@0 320 this.label15.Name = "label15";
d@0 321 this.label15.Size = new System.Drawing.Size(52, 13);
d@0 322 this.label15.TabIndex = 23;
d@0 323 this.label15.Text = "Tension";
d@0 324 //
d@0 325 // label12
d@0 326 //
d@0 327 this.label12.AutoSize = true;
d@0 328 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 329 this.label12.Location = new System.Drawing.Point(140, 162);
d@0 330 this.label12.Name = "label12";
d@0 331 this.label12.Size = new System.Drawing.Size(53, 13);
d@0 332 this.label12.TabIndex = 23;
d@0 333 this.label12.Text = "Valence";
d@0 334 //
d@0 335 // label11
d@0 336 //
d@0 337 this.label11.AutoSize = true;
d@0 338 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 339 this.label11.Location = new System.Drawing.Point(140, 21);
d@0 340 this.label11.Name = "label11";
d@0 341 this.label11.Size = new System.Drawing.Size(49, 13);
d@0 342 this.label11.TabIndex = 23;
d@0 343 this.label11.Text = "Arousal";
d@0 344 //
d@0 345 // textBoxMix2Tension
d@0 346 //
d@0 347 this.textBoxMix2Tension.Location = new System.Drawing.Point(148, 397);
d@0 348 this.textBoxMix2Tension.Name = "textBoxMix2Tension";
d@0 349 this.textBoxMix2Tension.ReadOnly = true;
d@0 350 this.textBoxMix2Tension.Size = new System.Drawing.Size(29, 20);
d@0 351 this.textBoxMix2Tension.TabIndex = 22;
d@0 352 this.textBoxMix2Tension.Text = "0";
d@0 353 this.textBoxMix2Tension.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
d@0 354 //
d@0 355 // textBoxMix2Arousal
d@0 356 //
d@0 357 this.textBoxMix2Arousal.Location = new System.Drawing.Point(148, 107);
d@0 358 this.textBoxMix2Arousal.Name = "textBoxMix2Arousal";
d@0 359 this.textBoxMix2Arousal.ReadOnly = true;
d@0 360 this.textBoxMix2Arousal.Size = new System.Drawing.Size(29, 20);
d@0 361 this.textBoxMix2Arousal.TabIndex = 22;
d@0 362 this.textBoxMix2Arousal.Text = "0";
d@0 363 this.textBoxMix2Arousal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
d@0 364 //
d@0 365 // textBoxMix2Valence
d@0 366 //
d@0 367 this.textBoxMix2Valence.Location = new System.Drawing.Point(148, 251);
d@0 368 this.textBoxMix2Valence.Name = "textBoxMix2Valence";
d@0 369 this.textBoxMix2Valence.ReadOnly = true;
d@0 370 this.textBoxMix2Valence.Size = new System.Drawing.Size(29, 20);
d@0 371 this.textBoxMix2Valence.TabIndex = 22;
d@0 372 this.textBoxMix2Valence.Text = "0";
d@0 373 this.textBoxMix2Valence.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
d@0 374 //
d@0 375 // label2
d@0 376 //
d@0 377 this.label2.AutoSize = true;
d@0 378 this.label2.Location = new System.Drawing.Point(265, 338);
d@0 379 this.label2.Name = "label2";
d@0 380 this.label2.Size = new System.Drawing.Size(37, 13);
d@0 381 this.label2.TabIndex = 19;
d@0 382 this.label2.Text = "Tense";
d@0 383 //
d@0 384 // label3
d@0 385 //
d@0 386 this.label3.AutoSize = true;
d@0 387 this.label3.Location = new System.Drawing.Point(21, 338);
d@0 388 this.label3.Name = "label3";
d@0 389 this.label3.Size = new System.Drawing.Size(53, 13);
d@0 390 this.label3.TabIndex = 20;
d@0 391 this.label3.Text = "Not tense";
d@0 392 //
d@0 393 // label5
d@0 394 //
d@0 395 this.label5.AutoSize = true;
d@0 396 this.label5.Location = new System.Drawing.Point(265, 197);
d@0 397 this.label5.Name = "label5";
d@0 398 this.label5.Size = new System.Drawing.Size(38, 13);
d@0 399 this.label5.TabIndex = 16;
d@0 400 this.label5.Text = "Happy";
d@0 401 //
d@0 402 // label6
d@0 403 //
d@0 404 this.label6.AutoSize = true;
d@0 405 this.label6.Location = new System.Drawing.Point(21, 197);
d@0 406 this.label6.Name = "label6";
d@0 407 this.label6.Size = new System.Drawing.Size(26, 13);
d@0 408 this.label6.TabIndex = 17;
d@0 409 this.label6.Text = "Sad";
d@0 410 //
d@0 411 // label7
d@0 412 //
d@0 413 this.label7.AutoSize = true;
d@0 414 this.label7.Location = new System.Drawing.Point(21, 47);
d@0 415 this.label7.Name = "label7";
d@0 416 this.label7.Size = new System.Drawing.Size(30, 13);
d@0 417 this.label7.TabIndex = 15;
d@0 418 this.label7.Text = "Calm";
d@0 419 //
d@0 420 // label9
d@0 421 //
d@0 422 this.label9.AutoSize = true;
d@0 423 this.label9.Location = new System.Drawing.Point(265, 47);
d@0 424 this.label9.Name = "label9";
d@0 425 this.label9.Size = new System.Drawing.Size(44, 13);
d@0 426 this.label9.TabIndex = 13;
d@0 427 this.label9.Text = "Exciting";
d@0 428 //
d@0 429 // buttonPlayMix2
d@0 430 //
d@0 431 this.buttonPlayMix2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayMix2.BackgroundImage")));
d@0 432 this.buttonPlayMix2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 433 this.buttonPlayMix2.Location = new System.Drawing.Point(127, 445);
d@0 434 this.buttonPlayMix2.Name = "buttonPlayMix2";
d@0 435 this.buttonPlayMix2.Size = new System.Drawing.Size(31, 30);
d@0 436 this.buttonPlayMix2.TabIndex = 11;
d@0 437 this.buttonPlayMix2.UseVisualStyleBackColor = true;
d@0 438 this.buttonPlayMix2.Click += new System.EventHandler(this.buttonPlayMix2_Click);
d@0 439 //
d@0 440 // buttonStopMix2
d@0 441 //
d@0 442 this.buttonStopMix2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopMix2.BackgroundImage")));
d@0 443 this.buttonStopMix2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 444 this.buttonStopMix2.Location = new System.Drawing.Point(164, 445);
d@0 445 this.buttonStopMix2.Name = "buttonStopMix2";
d@0 446 this.buttonStopMix2.Size = new System.Drawing.Size(31, 30);
d@0 447 this.buttonStopMix2.TabIndex = 12;
d@0 448 this.buttonStopMix2.UseVisualStyleBackColor = true;
d@0 449 this.buttonStopMix2.Click += new System.EventHandler(this.buttonStopMix2_Click);
d@0 450 //
d@0 451 // trackBarMix2Tension
d@0 452 //
d@0 453 this.trackBarMix2Tension.Location = new System.Drawing.Point(6, 363);
d@0 454 this.trackBarMix2Tension.Maximum = 5;
d@0 455 this.trackBarMix2Tension.Minimum = -5;
d@0 456 this.trackBarMix2Tension.Name = "trackBarMix2Tension";
d@0 457 this.trackBarMix2Tension.Size = new System.Drawing.Size(312, 45);
d@0 458 this.trackBarMix2Tension.TabIndex = 0;
d@0 459 this.trackBarMix2Tension.ValueChanged += new System.EventHandler(this.trackBarMix2Tension_ValueChanged);
d@0 460 //
d@0 461 // trackBarMix2Valence
d@0 462 //
d@0 463 this.trackBarMix2Valence.Location = new System.Drawing.Point(6, 213);
d@0 464 this.trackBarMix2Valence.Maximum = 5;
d@0 465 this.trackBarMix2Valence.Minimum = -5;
d@0 466 this.trackBarMix2Valence.Name = "trackBarMix2Valence";
d@0 467 this.trackBarMix2Valence.Size = new System.Drawing.Size(312, 45);
d@0 468 this.trackBarMix2Valence.TabIndex = 0;
d@0 469 this.trackBarMix2Valence.ValueChanged += new System.EventHandler(this.trackBarMix2Valence_ValueChanged);
d@0 470 //
d@0 471 // trackBarMix2Arousal
d@0 472 //
d@0 473 this.trackBarMix2Arousal.Location = new System.Drawing.Point(6, 73);
d@0 474 this.trackBarMix2Arousal.Maximum = 5;
d@0 475 this.trackBarMix2Arousal.Minimum = -5;
d@0 476 this.trackBarMix2Arousal.Name = "trackBarMix2Arousal";
d@0 477 this.trackBarMix2Arousal.Size = new System.Drawing.Size(312, 45);
d@0 478 this.trackBarMix2Arousal.TabIndex = 0;
d@0 479 this.trackBarMix2Arousal.ValueChanged += new System.EventHandler(this.trackBarMix2Arousal_ValueChanged);
d@0 480 //
d@0 481 // textBoxTestInstructions
d@0 482 //
d@0 483 this.textBoxTestInstructions.BackColor = System.Drawing.Color.Gainsboro;
d@0 484 this.textBoxTestInstructions.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 485 this.textBoxTestInstructions.Location = new System.Drawing.Point(85, 3);
d@0 486 this.textBoxTestInstructions.Multiline = true;
d@0 487 this.textBoxTestInstructions.Name = "textBoxTestInstructions";
d@0 488 this.textBoxTestInstructions.ReadOnly = true;
d@0 489 this.textBoxTestInstructions.Size = new System.Drawing.Size(566, 59);
d@0 490 this.textBoxTestInstructions.TabIndex = 10;
d@0 491 this.textBoxTestInstructions.Text = "Please describe each mix or what the mix might be expressive of using the followi" +
d@0 492 "ng scales.";
d@0 493 this.textBoxTestInstructions.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
d@0 494 //
d@0 495 // backgroundWorkerPlayAudio
d@0 496 //
d@0 497 this.backgroundWorkerPlayAudio.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerPlayAudio_DoWork);
d@0 498 //
d@0 499 // statusStrip1
d@0 500 //
d@0 501 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
d@0 502 this.toolStripStatusLabel1});
d@0 503 this.statusStrip1.Location = new System.Drawing.Point(0, 620);
d@0 504 this.statusStrip1.Name = "statusStrip1";
d@0 505 this.statusStrip1.Size = new System.Drawing.Size(742, 22);
d@0 506 this.statusStrip1.TabIndex = 11;
d@0 507 this.statusStrip1.Text = "statusStrip1";
d@0 508 //
d@0 509 // timerStatusBar
d@0 510 //
d@0 511 this.timerStatusBar.Tick += new System.EventHandler(this.timerStatusBar_Tick);
d@0 512 //
d@0 513 // toolStripStatusLabel1
d@0 514 //
d@0 515 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
d@0 516 this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
d@0 517 //
d@0 518 // PerceivedEmotion
d@0 519 //
d@0 520 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
d@0 521 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
d@0 522 this.ClientSize = new System.Drawing.Size(742, 642);
d@0 523 this.Controls.Add(this.statusStrip1);
d@0 524 this.Controls.Add(this.textBoxTestInstructions);
d@0 525 this.Controls.Add(this.buttonSubmit);
d@0 526 this.Controls.Add(this.groupBoxMix2);
d@0 527 this.Controls.Add(this.groupBoxMix1);
d@0 528 this.Name = "PerceivedEmotion";
d@0 529 this.Text = "PerceivedEmotion";
d@0 530 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PerceivedEmotion_FormClosing);
d@0 531 this.Load += new System.EventHandler(this.PerceivedEmotion_Load);
d@0 532 this.groupBoxMix1.ResumeLayout(false);
d@0 533 this.groupBoxMix1.PerformLayout();
d@0 534 ((System.ComponentModel.ISupportInitialize)(this.trackBarMix1Tension)).EndInit();
d@0 535 ((System.ComponentModel.ISupportInitialize)(this.trackBarMix1Valence)).EndInit();
d@0 536 ((System.ComponentModel.ISupportInitialize)(this.trackBarMix1Arousal)).EndInit();
d@0 537 this.groupBoxMix2.ResumeLayout(false);
d@0 538 this.groupBoxMix2.PerformLayout();
d@0 539 ((System.ComponentModel.ISupportInitialize)(this.trackBarMix2Tension)).EndInit();
d@0 540 ((System.ComponentModel.ISupportInitialize)(this.trackBarMix2Valence)).EndInit();
d@0 541 ((System.ComponentModel.ISupportInitialize)(this.trackBarMix2Arousal)).EndInit();
d@0 542 this.statusStrip1.ResumeLayout(false);
d@0 543 this.statusStrip1.PerformLayout();
d@0 544 this.ResumeLayout(false);
d@0 545 this.PerformLayout();
d@0 546
d@0 547 }
d@0 548
d@0 549 #endregion
d@0 550
d@0 551 private System.Windows.Forms.GroupBox groupBoxMix1;
d@0 552 private System.Windows.Forms.TrackBar trackBarMix1Tension;
d@0 553 private System.Windows.Forms.TrackBar trackBarMix1Valence;
d@0 554 private System.Windows.Forms.TrackBar trackBarMix1Arousal;
d@0 555 private System.Windows.Forms.Button buttonPlayMix1;
d@0 556 private System.Windows.Forms.Button buttonStopMix1;
d@0 557 private System.Windows.Forms.Label labelTense;
d@0 558 private System.Windows.Forms.Label labelNotTense;
d@0 559 private System.Windows.Forms.Label labelHappy;
d@0 560 private System.Windows.Forms.Label labelSad;
d@0 561 private System.Windows.Forms.Label labelCalm;
d@0 562 private System.Windows.Forms.Label labelExciting;
d@0 563 private System.Windows.Forms.Button buttonSubmit;
d@0 564 private System.Windows.Forms.TextBox textBoxMix1Tension;
d@0 565 private System.Windows.Forms.TextBox textBoxMix1Arousal;
d@0 566 private System.Windows.Forms.TextBox textBoxMix1Valence;
d@0 567 private System.Windows.Forms.GroupBox groupBoxMix2;
d@0 568 private System.Windows.Forms.TextBox textBoxMix2Tension;
d@0 569 private System.Windows.Forms.TextBox textBoxMix2Arousal;
d@0 570 private System.Windows.Forms.TextBox textBoxMix2Valence;
d@0 571 private System.Windows.Forms.Label label2;
d@0 572 private System.Windows.Forms.Label label3;
d@0 573 private System.Windows.Forms.Label label5;
d@0 574 private System.Windows.Forms.Label label6;
d@0 575 private System.Windows.Forms.Label label7;
d@0 576 private System.Windows.Forms.Label label9;
d@0 577 private System.Windows.Forms.Button buttonPlayMix2;
d@0 578 private System.Windows.Forms.Button buttonStopMix2;
d@0 579 private System.Windows.Forms.TrackBar trackBarMix2Tension;
d@0 580 private System.Windows.Forms.TrackBar trackBarMix2Valence;
d@0 581 private System.Windows.Forms.TrackBar trackBarMix2Arousal;
d@0 582 private System.Windows.Forms.Label label14;
d@0 583 private System.Windows.Forms.Label label13;
d@0 584 private System.Windows.Forms.Label label10;
d@0 585 private System.Windows.Forms.Label label15;
d@0 586 private System.Windows.Forms.Label label12;
d@0 587 private System.Windows.Forms.Label label11;
d@0 588 private System.Windows.Forms.TextBox textBoxTestInstructions;
d@0 589 private System.ComponentModel.BackgroundWorker backgroundWorkerPlayAudio;
d@0 590 private System.Windows.Forms.StatusStrip statusStrip1;
d@0 591 private System.Windows.Forms.Timer timerStatusBar;
d@0 592 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
d@0 593 }
d@0 594 }