annotate DeMaskingLT/ListenToAudio.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 ListenToAudio
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(ListenToAudio));
d@0 33 this.trackBarTrack1 = new System.Windows.Forms.TrackBar();
d@0 34 this.textBoxTrack1 = new System.Windows.Forms.TextBox();
d@0 35 this.label3 = new System.Windows.Forms.Label();
d@0 36 this.trackBarTrack2 = new System.Windows.Forms.TrackBar();
d@0 37 this.textBoxTrack2 = new System.Windows.Forms.TextBox();
d@0 38 this.label4 = new System.Windows.Forms.Label();
d@0 39 this.trackBarTrack3 = new System.Windows.Forms.TrackBar();
d@0 40 this.textBoxTrack3 = new System.Windows.Forms.TextBox();
d@0 41 this.trackBarTrack4 = new System.Windows.Forms.TrackBar();
d@0 42 this.textBoxTrack4 = new System.Windows.Forms.TextBox();
d@0 43 this.trackBarTrack5 = new System.Windows.Forms.TrackBar();
d@0 44 this.textBoxTrack5 = new System.Windows.Forms.TextBox();
d@0 45 this.label21 = new System.Windows.Forms.Label();
d@0 46 this.label20 = new System.Windows.Forms.Label();
d@0 47 this.groupBox1 = new System.Windows.Forms.GroupBox();
d@0 48 this.label17 = new System.Windows.Forms.Label();
d@0 49 this.label16 = new System.Windows.Forms.Label();
d@0 50 this.label19 = new System.Windows.Forms.Label();
d@0 51 this.label18 = new System.Windows.Forms.Label();
d@0 52 this.groupBox2 = new System.Windows.Forms.GroupBox();
d@0 53 this.label7 = new System.Windows.Forms.Label();
d@0 54 this.label6 = new System.Windows.Forms.Label();
d@0 55 this.label5 = new System.Windows.Forms.Label();
d@0 56 this.label1 = new System.Windows.Forms.Label();
d@0 57 this.label2 = new System.Windows.Forms.Label();
d@0 58 this.groupBox3 = new System.Windows.Forms.GroupBox();
d@0 59 this.label12 = new System.Windows.Forms.Label();
d@0 60 this.label11 = new System.Windows.Forms.Label();
d@0 61 this.label8 = new System.Windows.Forms.Label();
d@0 62 this.label9 = new System.Windows.Forms.Label();
d@0 63 this.label10 = new System.Windows.Forms.Label();
d@0 64 this.groupBox4 = new System.Windows.Forms.GroupBox();
d@0 65 this.label23 = new System.Windows.Forms.Label();
d@0 66 this.label14 = new System.Windows.Forms.Label();
d@0 67 this.label22 = new System.Windows.Forms.Label();
d@0 68 this.label13 = new System.Windows.Forms.Label();
d@0 69 this.label15 = new System.Windows.Forms.Label();
d@0 70 this.groupBox5 = new System.Windows.Forms.GroupBox();
d@0 71 this.label28 = new System.Windows.Forms.Label();
d@0 72 this.label27 = new System.Windows.Forms.Label();
d@0 73 this.label24 = new System.Windows.Forms.Label();
d@0 74 this.label26 = new System.Windows.Forms.Label();
d@0 75 this.label25 = new System.Windows.Forms.Label();
d@0 76 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
d@0 77 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
d@0 78 this.buttonSubmit = new System.Windows.Forms.Button();
d@0 79 this.textBoxTestInstructions = new System.Windows.Forms.TextBox();
d@0 80 this.buttonStopTrack1 = new System.Windows.Forms.Button();
d@0 81 this.buttonPlayTrack1 = new System.Windows.Forms.Button();
d@0 82 this.buttonStopTrack2 = new System.Windows.Forms.Button();
d@0 83 this.buttonPlayTrack2 = new System.Windows.Forms.Button();
d@0 84 this.buttonStopTrack3 = new System.Windows.Forms.Button();
d@0 85 this.buttonPlayTrack3 = new System.Windows.Forms.Button();
d@0 86 this.buttonStopTrack4 = new System.Windows.Forms.Button();
d@0 87 this.buttonPlayTrack4 = new System.Windows.Forms.Button();
d@0 88 this.buttonStopTrack5 = new System.Windows.Forms.Button();
d@0 89 this.buttonPlayTrack5 = new System.Windows.Forms.Button();
d@0 90 this.timerStatusBar = new System.Windows.Forms.Timer(this.components);
d@0 91 ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack1)).BeginInit();
d@0 92 ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack2)).BeginInit();
d@0 93 ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack3)).BeginInit();
d@0 94 ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack4)).BeginInit();
d@0 95 ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack5)).BeginInit();
d@0 96 this.groupBox1.SuspendLayout();
d@0 97 this.groupBox2.SuspendLayout();
d@0 98 this.groupBox3.SuspendLayout();
d@0 99 this.groupBox4.SuspendLayout();
d@0 100 this.groupBox5.SuspendLayout();
d@0 101 this.statusStrip1.SuspendLayout();
d@0 102 this.SuspendLayout();
d@0 103 //
d@0 104 // trackBarTrack1
d@0 105 //
d@0 106 this.trackBarTrack1.Location = new System.Drawing.Point(81, 22);
d@0 107 this.trackBarTrack1.Maximum = 100;
d@0 108 this.trackBarTrack1.Name = "trackBarTrack1";
d@0 109 this.trackBarTrack1.Orientation = System.Windows.Forms.Orientation.Vertical;
d@0 110 this.trackBarTrack1.Size = new System.Drawing.Size(45, 432);
d@0 111 this.trackBarTrack1.TabIndex = 0;
d@0 112 this.trackBarTrack1.Value = 50;
d@0 113 this.trackBarTrack1.ValueChanged += new System.EventHandler(this.trackBarTrack1_ValueChanged);
d@0 114 this.trackBarTrack1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack1_MouseDown);
d@0 115 this.trackBarTrack1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack1_MouseUp);
d@0 116 //
d@0 117 // textBoxTrack1
d@0 118 //
d@0 119 this.textBoxTrack1.Location = new System.Drawing.Point(115, 428);
d@0 120 this.textBoxTrack1.Name = "textBoxTrack1";
d@0 121 this.textBoxTrack1.ReadOnly = true;
d@0 122 this.textBoxTrack1.Size = new System.Drawing.Size(29, 20);
d@0 123 this.textBoxTrack1.TabIndex = 1;
d@0 124 //
d@0 125 // label3
d@0 126 //
d@0 127 this.label3.AutoSize = true;
d@0 128 this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 129 this.label3.Location = new System.Drawing.Point(12, 231);
d@0 130 this.label3.Name = "label3";
d@0 131 this.label3.Size = new System.Drawing.Size(64, 13);
d@0 132 this.label3.TabIndex = 2;
d@0 133 this.label3.Text = "Fair -";
d@0 134 //
d@0 135 // trackBarTrack2
d@0 136 //
d@0 137 this.trackBarTrack2.Location = new System.Drawing.Point(82, 22);
d@0 138 this.trackBarTrack2.Maximum = 100;
d@0 139 this.trackBarTrack2.Name = "trackBarTrack2";
d@0 140 this.trackBarTrack2.Orientation = System.Windows.Forms.Orientation.Vertical;
d@0 141 this.trackBarTrack2.Size = new System.Drawing.Size(45, 432);
d@0 142 this.trackBarTrack2.TabIndex = 0;
d@0 143 this.trackBarTrack2.Value = 50;
d@0 144 this.trackBarTrack2.ValueChanged += new System.EventHandler(this.trackBarTrack2_ValueChanged);
d@0 145 this.trackBarTrack2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack2_MouseDown);
d@0 146 this.trackBarTrack2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack2_MouseUp);
d@0 147 //
d@0 148 // textBoxTrack2
d@0 149 //
d@0 150 this.textBoxTrack2.Location = new System.Drawing.Point(116, 428);
d@0 151 this.textBoxTrack2.Name = "textBoxTrack2";
d@0 152 this.textBoxTrack2.ReadOnly = true;
d@0 153 this.textBoxTrack2.Size = new System.Drawing.Size(29, 20);
d@0 154 this.textBoxTrack2.TabIndex = 1;
d@0 155 //
d@0 156 // label4
d@0 157 //
d@0 158 this.label4.AutoSize = true;
d@0 159 this.label4.Location = new System.Drawing.Point(16, 34);
d@0 160 this.label4.Name = "label4";
d@0 161 this.label4.Size = new System.Drawing.Size(0, 13);
d@0 162 this.label4.TabIndex = 2;
d@0 163 //
d@0 164 // trackBarTrack3
d@0 165 //
d@0 166 this.trackBarTrack3.Location = new System.Drawing.Point(83, 20);
d@0 167 this.trackBarTrack3.Maximum = 100;
d@0 168 this.trackBarTrack3.Name = "trackBarTrack3";
d@0 169 this.trackBarTrack3.Orientation = System.Windows.Forms.Orientation.Vertical;
d@0 170 this.trackBarTrack3.Size = new System.Drawing.Size(45, 432);
d@0 171 this.trackBarTrack3.TabIndex = 0;
d@0 172 this.trackBarTrack3.Value = 50;
d@0 173 this.trackBarTrack3.ValueChanged += new System.EventHandler(this.trackBarTrack3_ValueChanged);
d@0 174 this.trackBarTrack3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack3_MouseDown);
d@0 175 this.trackBarTrack3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack3_MouseUp);
d@0 176 //
d@0 177 // textBoxTrack3
d@0 178 //
d@0 179 this.textBoxTrack3.Location = new System.Drawing.Point(117, 426);
d@0 180 this.textBoxTrack3.Name = "textBoxTrack3";
d@0 181 this.textBoxTrack3.ReadOnly = true;
d@0 182 this.textBoxTrack3.Size = new System.Drawing.Size(29, 20);
d@0 183 this.textBoxTrack3.TabIndex = 1;
d@0 184 //
d@0 185 // trackBarTrack4
d@0 186 //
d@0 187 this.trackBarTrack4.Location = new System.Drawing.Point(78, 21);
d@0 188 this.trackBarTrack4.Maximum = 100;
d@0 189 this.trackBarTrack4.Name = "trackBarTrack4";
d@0 190 this.trackBarTrack4.Orientation = System.Windows.Forms.Orientation.Vertical;
d@0 191 this.trackBarTrack4.Size = new System.Drawing.Size(45, 432);
d@0 192 this.trackBarTrack4.TabIndex = 0;
d@0 193 this.trackBarTrack4.Value = 50;
d@0 194 this.trackBarTrack4.ValueChanged += new System.EventHandler(this.trackBarTrack4_ValueChanged);
d@0 195 this.trackBarTrack4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack4_MouseDown);
d@0 196 this.trackBarTrack4.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack4_MouseUp);
d@0 197 //
d@0 198 // textBoxTrack4
d@0 199 //
d@0 200 this.textBoxTrack4.Location = new System.Drawing.Point(115, 426);
d@0 201 this.textBoxTrack4.Name = "textBoxTrack4";
d@0 202 this.textBoxTrack4.ReadOnly = true;
d@0 203 this.textBoxTrack4.Size = new System.Drawing.Size(29, 20);
d@0 204 this.textBoxTrack4.TabIndex = 1;
d@0 205 //
d@0 206 // trackBarTrack5
d@0 207 //
d@0 208 this.trackBarTrack5.Location = new System.Drawing.Point(78, 19);
d@0 209 this.trackBarTrack5.Maximum = 100;
d@0 210 this.trackBarTrack5.Name = "trackBarTrack5";
d@0 211 this.trackBarTrack5.Orientation = System.Windows.Forms.Orientation.Vertical;
d@0 212 this.trackBarTrack5.Size = new System.Drawing.Size(45, 432);
d@0 213 this.trackBarTrack5.TabIndex = 0;
d@0 214 this.trackBarTrack5.Value = 50;
d@0 215 this.trackBarTrack5.ValueChanged += new System.EventHandler(this.trackBarTrack5_ValueChanged);
d@0 216 this.trackBarTrack5.MouseDown += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack5_MouseDown);
d@0 217 this.trackBarTrack5.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBarTrack5_MouseUp);
d@0 218 //
d@0 219 // textBoxTrack5
d@0 220 //
d@0 221 this.textBoxTrack5.Location = new System.Drawing.Point(120, 428);
d@0 222 this.textBoxTrack5.Name = "textBoxTrack5";
d@0 223 this.textBoxTrack5.ReadOnly = true;
d@0 224 this.textBoxTrack5.Size = new System.Drawing.Size(29, 20);
d@0 225 this.textBoxTrack5.TabIndex = 1;
d@0 226 //
d@0 227 // label21
d@0 228 //
d@0 229 this.label21.AutoSize = true;
d@0 230 this.label21.Location = new System.Drawing.Point(215, 32);
d@0 231 this.label21.Name = "label21";
d@0 232 this.label21.Size = new System.Drawing.Size(216, 13);
d@0 233 this.label21.TabIndex = 4;
d@0 234 this.label21.Text = "Please rank each mix in terms of preference.";
d@0 235 //
d@0 236 // label20
d@0 237 //
d@0 238 this.label20.AutoSize = true;
d@0 239 this.label20.Location = new System.Drawing.Point(615, 547);
d@0 240 this.label20.Name = "label20";
d@0 241 this.label20.Size = new System.Drawing.Size(0, 13);
d@0 242 this.label20.TabIndex = 3;
d@0 243 //
d@0 244 // groupBox1
d@0 245 //
d@0 246 this.groupBox1.Controls.Add(this.textBoxTrack1);
d@0 247 this.groupBox1.Controls.Add(this.trackBarTrack1);
d@0 248 this.groupBox1.Controls.Add(this.label17);
d@0 249 this.groupBox1.Controls.Add(this.label16);
d@0 250 this.groupBox1.Controls.Add(this.label19);
d@0 251 this.groupBox1.Controls.Add(this.label18);
d@0 252 this.groupBox1.Controls.Add(this.label3);
d@0 253 this.groupBox1.Location = new System.Drawing.Point(40, 83);
d@0 254 this.groupBox1.Name = "groupBox1";
d@0 255 this.groupBox1.Size = new System.Drawing.Size(158, 461);
d@0 256 this.groupBox1.TabIndex = 5;
d@0 257 this.groupBox1.TabStop = false;
d@0 258 this.groupBox1.Text = "Mix 1";
d@0 259 //
d@0 260 // label17
d@0 261 //
d@0 262 this.label17.AutoSize = true;
d@0 263 this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 264 this.label17.Location = new System.Drawing.Point(13, 304);
d@0 265 this.label17.Name = "label17";
d@0 266 this.label17.Size = new System.Drawing.Size(65, 13);
d@0 267 this.label17.TabIndex = 2;
d@0 268 this.label17.Text = "Poor - ";
d@0 269 //
d@0 270 // label16
d@0 271 //
d@0 272 this.label16.AutoSize = true;
d@0 273 this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 274 this.label16.Location = new System.Drawing.Point(13, 370);
d@0 275 this.label16.Name = "label16";
d@0 276 this.label16.Size = new System.Drawing.Size(65, 13);
d@0 277 this.label16.TabIndex = 2;
d@0 278 this.label16.Text = "Bad - ";
d@0 279 //
d@0 280 // label19
d@0 281 //
d@0 282 this.label19.AutoSize = true;
d@0 283 this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 284 this.label19.Location = new System.Drawing.Point(9, 98);
d@0 285 this.label19.Name = "label19";
d@0 286 this.label19.Size = new System.Drawing.Size(67, 13);
d@0 287 this.label19.TabIndex = 2;
d@0 288 this.label19.Text = "Excellent -";
d@0 289 this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
d@0 290 //
d@0 291 // label18
d@0 292 //
d@0 293 this.label18.AutoSize = true;
d@0 294 this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 295 this.label18.Location = new System.Drawing.Point(11, 167);
d@0 296 this.label18.Name = "label18";
d@0 297 this.label18.Size = new System.Drawing.Size(65, 13);
d@0 298 this.label18.TabIndex = 2;
d@0 299 this.label18.Text = "Good -";
d@0 300 this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
d@0 301 //
d@0 302 // groupBox2
d@0 303 //
d@0 304 this.groupBox2.Controls.Add(this.textBoxTrack2);
d@0 305 this.groupBox2.Controls.Add(this.label4);
d@0 306 this.groupBox2.Controls.Add(this.label7);
d@0 307 this.groupBox2.Controls.Add(this.label6);
d@0 308 this.groupBox2.Controls.Add(this.trackBarTrack2);
d@0 309 this.groupBox2.Controls.Add(this.label5);
d@0 310 this.groupBox2.Controls.Add(this.label1);
d@0 311 this.groupBox2.Controls.Add(this.label2);
d@0 312 this.groupBox2.Location = new System.Drawing.Point(223, 83);
d@0 313 this.groupBox2.Name = "groupBox2";
d@0 314 this.groupBox2.Size = new System.Drawing.Size(158, 461);
d@0 315 this.groupBox2.TabIndex = 6;
d@0 316 this.groupBox2.TabStop = false;
d@0 317 this.groupBox2.Text = "Mix 2";
d@0 318 //
d@0 319 // label7
d@0 320 //
d@0 321 this.label7.AutoSize = true;
d@0 322 this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 323 this.label7.Location = new System.Drawing.Point(11, 305);
d@0 324 this.label7.Name = "label7";
d@0 325 this.label7.Size = new System.Drawing.Size(65, 13);
d@0 326 this.label7.TabIndex = 2;
d@0 327 this.label7.Text = "Poor - ";
d@0 328 //
d@0 329 // label6
d@0 330 //
d@0 331 this.label6.AutoSize = true;
d@0 332 this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 333 this.label6.Location = new System.Drawing.Point(11, 371);
d@0 334 this.label6.Name = "label6";
d@0 335 this.label6.Size = new System.Drawing.Size(65, 13);
d@0 336 this.label6.TabIndex = 2;
d@0 337 this.label6.Text = "Bad - ";
d@0 338 //
d@0 339 // label5
d@0 340 //
d@0 341 this.label5.AutoSize = true;
d@0 342 this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 343 this.label5.Location = new System.Drawing.Point(7, 99);
d@0 344 this.label5.Name = "label5";
d@0 345 this.label5.Size = new System.Drawing.Size(67, 13);
d@0 346 this.label5.TabIndex = 2;
d@0 347 this.label5.Text = "Excellent -";
d@0 348 this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
d@0 349 //
d@0 350 // label1
d@0 351 //
d@0 352 this.label1.AutoSize = true;
d@0 353 this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 354 this.label1.Location = new System.Drawing.Point(10, 232);
d@0 355 this.label1.Name = "label1";
d@0 356 this.label1.Size = new System.Drawing.Size(64, 13);
d@0 357 this.label1.TabIndex = 2;
d@0 358 this.label1.Text = "Fair -";
d@0 359 //
d@0 360 // label2
d@0 361 //
d@0 362 this.label2.AutoSize = true;
d@0 363 this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 364 this.label2.Location = new System.Drawing.Point(9, 168);
d@0 365 this.label2.Name = "label2";
d@0 366 this.label2.Size = new System.Drawing.Size(65, 13);
d@0 367 this.label2.TabIndex = 2;
d@0 368 this.label2.Text = "Good -";
d@0 369 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
d@0 370 //
d@0 371 // groupBox3
d@0 372 //
d@0 373 this.groupBox3.Controls.Add(this.textBoxTrack3);
d@0 374 this.groupBox3.Controls.Add(this.trackBarTrack3);
d@0 375 this.groupBox3.Controls.Add(this.label12);
d@0 376 this.groupBox3.Controls.Add(this.label11);
d@0 377 this.groupBox3.Controls.Add(this.label8);
d@0 378 this.groupBox3.Controls.Add(this.label9);
d@0 379 this.groupBox3.Controls.Add(this.label10);
d@0 380 this.groupBox3.Location = new System.Drawing.Point(409, 83);
d@0 381 this.groupBox3.Name = "groupBox3";
d@0 382 this.groupBox3.Size = new System.Drawing.Size(158, 461);
d@0 383 this.groupBox3.TabIndex = 6;
d@0 384 this.groupBox3.TabStop = false;
d@0 385 this.groupBox3.Text = "Mix 3";
d@0 386 //
d@0 387 // label12
d@0 388 //
d@0 389 this.label12.AutoSize = true;
d@0 390 this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 391 this.label12.Location = new System.Drawing.Point(13, 304);
d@0 392 this.label12.Name = "label12";
d@0 393 this.label12.Size = new System.Drawing.Size(65, 13);
d@0 394 this.label12.TabIndex = 2;
d@0 395 this.label12.Text = "Poor - ";
d@0 396 //
d@0 397 // label11
d@0 398 //
d@0 399 this.label11.AutoSize = true;
d@0 400 this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 401 this.label11.Location = new System.Drawing.Point(13, 370);
d@0 402 this.label11.Name = "label11";
d@0 403 this.label11.Size = new System.Drawing.Size(65, 13);
d@0 404 this.label11.TabIndex = 2;
d@0 405 this.label11.Text = "Bad - ";
d@0 406 //
d@0 407 // label8
d@0 408 //
d@0 409 this.label8.AutoSize = true;
d@0 410 this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 411 this.label8.Location = new System.Drawing.Point(11, 167);
d@0 412 this.label8.Name = "label8";
d@0 413 this.label8.Size = new System.Drawing.Size(65, 13);
d@0 414 this.label8.TabIndex = 2;
d@0 415 this.label8.Text = "Good -";
d@0 416 this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
d@0 417 //
d@0 418 // label9
d@0 419 //
d@0 420 this.label9.AutoSize = true;
d@0 421 this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 422 this.label9.Location = new System.Drawing.Point(12, 231);
d@0 423 this.label9.Name = "label9";
d@0 424 this.label9.Size = new System.Drawing.Size(64, 13);
d@0 425 this.label9.TabIndex = 2;
d@0 426 this.label9.Text = "Fair -";
d@0 427 //
d@0 428 // label10
d@0 429 //
d@0 430 this.label10.AutoSize = true;
d@0 431 this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 432 this.label10.Location = new System.Drawing.Point(9, 98);
d@0 433 this.label10.Name = "label10";
d@0 434 this.label10.Size = new System.Drawing.Size(67, 13);
d@0 435 this.label10.TabIndex = 2;
d@0 436 this.label10.Text = "Excellent -";
d@0 437 this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
d@0 438 //
d@0 439 // groupBox4
d@0 440 //
d@0 441 this.groupBox4.Controls.Add(this.textBoxTrack4);
d@0 442 this.groupBox4.Controls.Add(this.trackBarTrack4);
d@0 443 this.groupBox4.Controls.Add(this.label23);
d@0 444 this.groupBox4.Controls.Add(this.label14);
d@0 445 this.groupBox4.Controls.Add(this.label22);
d@0 446 this.groupBox4.Controls.Add(this.label13);
d@0 447 this.groupBox4.Controls.Add(this.label15);
d@0 448 this.groupBox4.Location = new System.Drawing.Point(592, 82);
d@0 449 this.groupBox4.Name = "groupBox4";
d@0 450 this.groupBox4.Size = new System.Drawing.Size(158, 461);
d@0 451 this.groupBox4.TabIndex = 6;
d@0 452 this.groupBox4.TabStop = false;
d@0 453 this.groupBox4.Text = "Mix 4";
d@0 454 //
d@0 455 // label23
d@0 456 //
d@0 457 this.label23.AutoSize = true;
d@0 458 this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 459 this.label23.Location = new System.Drawing.Point(9, 303);
d@0 460 this.label23.Name = "label23";
d@0 461 this.label23.Size = new System.Drawing.Size(65, 13);
d@0 462 this.label23.TabIndex = 2;
d@0 463 this.label23.Text = "Poor - ";
d@0 464 //
d@0 465 // label14
d@0 466 //
d@0 467 this.label14.AutoSize = true;
d@0 468 this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 469 this.label14.Location = new System.Drawing.Point(8, 230);
d@0 470 this.label14.Name = "label14";
d@0 471 this.label14.Size = new System.Drawing.Size(64, 13);
d@0 472 this.label14.TabIndex = 2;
d@0 473 this.label14.Text = "Fair -";
d@0 474 //
d@0 475 // label22
d@0 476 //
d@0 477 this.label22.AutoSize = true;
d@0 478 this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 479 this.label22.Location = new System.Drawing.Point(9, 369);
d@0 480 this.label22.Name = "label22";
d@0 481 this.label22.Size = new System.Drawing.Size(65, 13);
d@0 482 this.label22.TabIndex = 2;
d@0 483 this.label22.Text = "Bad - ";
d@0 484 //
d@0 485 // label13
d@0 486 //
d@0 487 this.label13.AutoSize = true;
d@0 488 this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 489 this.label13.Location = new System.Drawing.Point(5, 97);
d@0 490 this.label13.Name = "label13";
d@0 491 this.label13.Size = new System.Drawing.Size(67, 13);
d@0 492 this.label13.TabIndex = 2;
d@0 493 this.label13.Text = "Excellent -";
d@0 494 this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
d@0 495 //
d@0 496 // label15
d@0 497 //
d@0 498 this.label15.AutoSize = true;
d@0 499 this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 500 this.label15.Location = new System.Drawing.Point(7, 166);
d@0 501 this.label15.Name = "label15";
d@0 502 this.label15.Size = new System.Drawing.Size(65, 13);
d@0 503 this.label15.TabIndex = 2;
d@0 504 this.label15.Text = "Good -";
d@0 505 this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
d@0 506 //
d@0 507 // groupBox5
d@0 508 //
d@0 509 this.groupBox5.Controls.Add(this.textBoxTrack5);
d@0 510 this.groupBox5.Controls.Add(this.trackBarTrack5);
d@0 511 this.groupBox5.Controls.Add(this.label28);
d@0 512 this.groupBox5.Controls.Add(this.label27);
d@0 513 this.groupBox5.Controls.Add(this.label24);
d@0 514 this.groupBox5.Controls.Add(this.label26);
d@0 515 this.groupBox5.Controls.Add(this.label25);
d@0 516 this.groupBox5.Location = new System.Drawing.Point(781, 82);
d@0 517 this.groupBox5.Name = "groupBox5";
d@0 518 this.groupBox5.Size = new System.Drawing.Size(158, 461);
d@0 519 this.groupBox5.TabIndex = 6;
d@0 520 this.groupBox5.TabStop = false;
d@0 521 this.groupBox5.Text = "Mix 5";
d@0 522 //
d@0 523 // label28
d@0 524 //
d@0 525 this.label28.AutoSize = true;
d@0 526 this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 527 this.label28.Location = new System.Drawing.Point(9, 305);
d@0 528 this.label28.Name = "label28";
d@0 529 this.label28.Size = new System.Drawing.Size(65, 13);
d@0 530 this.label28.TabIndex = 2;
d@0 531 this.label28.Text = "Poor - ";
d@0 532 //
d@0 533 // label27
d@0 534 //
d@0 535 this.label27.AutoSize = true;
d@0 536 this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 537 this.label27.Location = new System.Drawing.Point(8, 232);
d@0 538 this.label27.Name = "label27";
d@0 539 this.label27.Size = new System.Drawing.Size(64, 13);
d@0 540 this.label27.TabIndex = 2;
d@0 541 this.label27.Text = "Fair -";
d@0 542 //
d@0 543 // label24
d@0 544 //
d@0 545 this.label24.AutoSize = true;
d@0 546 this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 547 this.label24.Location = new System.Drawing.Point(7, 168);
d@0 548 this.label24.Name = "label24";
d@0 549 this.label24.Size = new System.Drawing.Size(65, 13);
d@0 550 this.label24.TabIndex = 2;
d@0 551 this.label24.Text = "Good -";
d@0 552 this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
d@0 553 //
d@0 554 // label26
d@0 555 //
d@0 556 this.label26.AutoSize = true;
d@0 557 this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 558 this.label26.Location = new System.Drawing.Point(9, 371);
d@0 559 this.label26.Name = "label26";
d@0 560 this.label26.Size = new System.Drawing.Size(65, 13);
d@0 561 this.label26.TabIndex = 2;
d@0 562 this.label26.Text = "Bad - ";
d@0 563 //
d@0 564 // label25
d@0 565 //
d@0 566 this.label25.AutoSize = true;
d@0 567 this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 568 this.label25.Location = new System.Drawing.Point(5, 99);
d@0 569 this.label25.Name = "label25";
d@0 570 this.label25.Size = new System.Drawing.Size(67, 13);
d@0 571 this.label25.TabIndex = 2;
d@0 572 this.label25.Text = "Excellent -";
d@0 573 this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
d@0 574 //
d@0 575 // statusStrip1
d@0 576 //
d@0 577 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
d@0 578 this.toolStripStatusLabel1});
d@0 579 this.statusStrip1.Location = new System.Drawing.Point(0, 615);
d@0 580 this.statusStrip1.Name = "statusStrip1";
d@0 581 this.statusStrip1.Size = new System.Drawing.Size(975, 22);
d@0 582 this.statusStrip1.TabIndex = 7;
d@0 583 this.statusStrip1.Text = "statusStrip1";
d@0 584 //
d@0 585 // toolStripStatusLabel1
d@0 586 //
d@0 587 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
d@0 588 this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
d@0 589 //
d@0 590 // buttonSubmit
d@0 591 //
d@0 592 this.buttonSubmit.Enabled = false;
d@0 593 this.buttonSubmit.Location = new System.Drawing.Point(429, 589);
d@0 594 this.buttonSubmit.Name = "buttonSubmit";
d@0 595 this.buttonSubmit.Size = new System.Drawing.Size(108, 23);
d@0 596 this.buttonSubmit.TabIndex = 8;
d@0 597 this.buttonSubmit.Text = "Submit";
d@0 598 this.buttonSubmit.UseVisualStyleBackColor = true;
d@0 599 this.buttonSubmit.Click += new System.EventHandler(this.buttonSubmit_Click);
d@0 600 //
d@0 601 // textBoxTestInstructions
d@0 602 //
d@0 603 this.textBoxTestInstructions.BackColor = System.Drawing.Color.Gainsboro;
d@0 604 this.textBoxTestInstructions.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 605 this.textBoxTestInstructions.Location = new System.Drawing.Point(206, 12);
d@0 606 this.textBoxTestInstructions.Multiline = true;
d@0 607 this.textBoxTestInstructions.Name = "textBoxTestInstructions";
d@0 608 this.textBoxTestInstructions.ReadOnly = true;
d@0 609 this.textBoxTestInstructions.Size = new System.Drawing.Size(566, 59);
d@0 610 this.textBoxTestInstructions.TabIndex = 9;
d@0 611 this.textBoxTestInstructions.Text = "Please rate the mixes in terms of the ability to distinguish the sources (i.e. th" +
d@0 612 "e lack of masking).";
d@0 613 this.textBoxTestInstructions.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
d@0 614 //
d@0 615 // buttonStopTrack1
d@0 616 //
d@0 617 this.buttonStopTrack1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopTrack1.BackgroundImage")));
d@0 618 this.buttonStopTrack1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 619 this.buttonStopTrack1.Location = new System.Drawing.Point(127, 550);
d@0 620 this.buttonStopTrack1.Name = "buttonStopTrack1";
d@0 621 this.buttonStopTrack1.Size = new System.Drawing.Size(31, 30);
d@0 622 this.buttonStopTrack1.TabIndex = 10;
d@0 623 this.buttonStopTrack1.UseVisualStyleBackColor = true;
d@0 624 this.buttonStopTrack1.Click += new System.EventHandler(this.buttonStopTrack1_Click);
d@0 625 //
d@0 626 // buttonPlayTrack1
d@0 627 //
d@0 628 this.buttonPlayTrack1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayTrack1.BackgroundImage")));
d@0 629 this.buttonPlayTrack1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 630 this.buttonPlayTrack1.Location = new System.Drawing.Point(90, 550);
d@0 631 this.buttonPlayTrack1.Name = "buttonPlayTrack1";
d@0 632 this.buttonPlayTrack1.Size = new System.Drawing.Size(31, 30);
d@0 633 this.buttonPlayTrack1.TabIndex = 10;
d@0 634 this.buttonPlayTrack1.UseVisualStyleBackColor = true;
d@0 635 this.buttonPlayTrack1.Click += new System.EventHandler(this.buttonPlayTrack1_Click);
d@0 636 //
d@0 637 // buttonStopTrack2
d@0 638 //
d@0 639 this.buttonStopTrack2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopTrack2.BackgroundImage")));
d@0 640 this.buttonStopTrack2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 641 this.buttonStopTrack2.Location = new System.Drawing.Point(305, 550);
d@0 642 this.buttonStopTrack2.Name = "buttonStopTrack2";
d@0 643 this.buttonStopTrack2.Size = new System.Drawing.Size(31, 30);
d@0 644 this.buttonStopTrack2.TabIndex = 10;
d@0 645 this.buttonStopTrack2.UseVisualStyleBackColor = true;
d@0 646 this.buttonStopTrack2.Click += new System.EventHandler(this.buttonStopTrack2_Click);
d@0 647 //
d@0 648 // buttonPlayTrack2
d@0 649 //
d@0 650 this.buttonPlayTrack2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayTrack2.BackgroundImage")));
d@0 651 this.buttonPlayTrack2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 652 this.buttonPlayTrack2.Location = new System.Drawing.Point(268, 550);
d@0 653 this.buttonPlayTrack2.Name = "buttonPlayTrack2";
d@0 654 this.buttonPlayTrack2.Size = new System.Drawing.Size(31, 30);
d@0 655 this.buttonPlayTrack2.TabIndex = 10;
d@0 656 this.buttonPlayTrack2.UseVisualStyleBackColor = true;
d@0 657 this.buttonPlayTrack2.Click += new System.EventHandler(this.buttonPlayTrack2_Click);
d@0 658 //
d@0 659 // buttonStopTrack3
d@0 660 //
d@0 661 this.buttonStopTrack3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopTrack3.BackgroundImage")));
d@0 662 this.buttonStopTrack3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 663 this.buttonStopTrack3.Location = new System.Drawing.Point(492, 550);
d@0 664 this.buttonStopTrack3.Name = "buttonStopTrack3";
d@0 665 this.buttonStopTrack3.Size = new System.Drawing.Size(31, 30);
d@0 666 this.buttonStopTrack3.TabIndex = 10;
d@0 667 this.buttonStopTrack3.UseVisualStyleBackColor = true;
d@0 668 this.buttonStopTrack3.Click += new System.EventHandler(this.buttonStopTrack3_Click);
d@0 669 //
d@0 670 // buttonPlayTrack3
d@0 671 //
d@0 672 this.buttonPlayTrack3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayTrack3.BackgroundImage")));
d@0 673 this.buttonPlayTrack3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 674 this.buttonPlayTrack3.Location = new System.Drawing.Point(455, 550);
d@0 675 this.buttonPlayTrack3.Name = "buttonPlayTrack3";
d@0 676 this.buttonPlayTrack3.Size = new System.Drawing.Size(31, 30);
d@0 677 this.buttonPlayTrack3.TabIndex = 10;
d@0 678 this.buttonPlayTrack3.UseVisualStyleBackColor = true;
d@0 679 this.buttonPlayTrack3.Click += new System.EventHandler(this.buttonPlayTrack3_Click);
d@0 680 //
d@0 681 // buttonStopTrack4
d@0 682 //
d@0 683 this.buttonStopTrack4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopTrack4.BackgroundImage")));
d@0 684 this.buttonStopTrack4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 685 this.buttonStopTrack4.Location = new System.Drawing.Point(672, 550);
d@0 686 this.buttonStopTrack4.Name = "buttonStopTrack4";
d@0 687 this.buttonStopTrack4.Size = new System.Drawing.Size(31, 30);
d@0 688 this.buttonStopTrack4.TabIndex = 10;
d@0 689 this.buttonStopTrack4.UseVisualStyleBackColor = true;
d@0 690 this.buttonStopTrack4.Click += new System.EventHandler(this.buttonStopTrack4_Click);
d@0 691 //
d@0 692 // buttonPlayTrack4
d@0 693 //
d@0 694 this.buttonPlayTrack4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayTrack4.BackgroundImage")));
d@0 695 this.buttonPlayTrack4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 696 this.buttonPlayTrack4.Location = new System.Drawing.Point(635, 550);
d@0 697 this.buttonPlayTrack4.Name = "buttonPlayTrack4";
d@0 698 this.buttonPlayTrack4.Size = new System.Drawing.Size(31, 30);
d@0 699 this.buttonPlayTrack4.TabIndex = 10;
d@0 700 this.buttonPlayTrack4.UseVisualStyleBackColor = true;
d@0 701 this.buttonPlayTrack4.Click += new System.EventHandler(this.buttonPlayTrack4_Click);
d@0 702 //
d@0 703 // buttonStopTrack5
d@0 704 //
d@0 705 this.buttonStopTrack5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonStopTrack5.BackgroundImage")));
d@0 706 this.buttonStopTrack5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 707 this.buttonStopTrack5.Location = new System.Drawing.Point(861, 550);
d@0 708 this.buttonStopTrack5.Name = "buttonStopTrack5";
d@0 709 this.buttonStopTrack5.Size = new System.Drawing.Size(31, 30);
d@0 710 this.buttonStopTrack5.TabIndex = 10;
d@0 711 this.buttonStopTrack5.UseVisualStyleBackColor = true;
d@0 712 this.buttonStopTrack5.Click += new System.EventHandler(this.buttonStopTrack5_Click);
d@0 713 //
d@0 714 // buttonPlayTrack5
d@0 715 //
d@0 716 this.buttonPlayTrack5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttonPlayTrack5.BackgroundImage")));
d@0 717 this.buttonPlayTrack5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
d@0 718 this.buttonPlayTrack5.Location = new System.Drawing.Point(824, 550);
d@0 719 this.buttonPlayTrack5.Name = "buttonPlayTrack5";
d@0 720 this.buttonPlayTrack5.Size = new System.Drawing.Size(31, 30);
d@0 721 this.buttonPlayTrack5.TabIndex = 10;
d@0 722 this.buttonPlayTrack5.UseVisualStyleBackColor = true;
d@0 723 this.buttonPlayTrack5.Click += new System.EventHandler(this.buttonPlayTrack5_Click);
d@0 724 //
d@0 725 // timerStatusBar
d@0 726 //
d@0 727 this.timerStatusBar.Tick += new System.EventHandler(this.timerStatusBar_Tick);
d@0 728 //
d@0 729 // ListenToAudio
d@0 730 //
d@0 731 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
d@0 732 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
d@0 733 this.ClientSize = new System.Drawing.Size(975, 637);
d@0 734 this.Controls.Add(this.buttonPlayTrack5);
d@0 735 this.Controls.Add(this.buttonStopTrack5);
d@0 736 this.Controls.Add(this.buttonPlayTrack4);
d@0 737 this.Controls.Add(this.buttonStopTrack4);
d@0 738 this.Controls.Add(this.buttonPlayTrack3);
d@0 739 this.Controls.Add(this.buttonStopTrack3);
d@0 740 this.Controls.Add(this.buttonPlayTrack2);
d@0 741 this.Controls.Add(this.buttonStopTrack2);
d@0 742 this.Controls.Add(this.buttonPlayTrack1);
d@0 743 this.Controls.Add(this.buttonStopTrack1);
d@0 744 this.Controls.Add(this.textBoxTestInstructions);
d@0 745 this.Controls.Add(this.buttonSubmit);
d@0 746 this.Controls.Add(this.statusStrip1);
d@0 747 this.Controls.Add(this.groupBox2);
d@0 748 this.Controls.Add(this.groupBox3);
d@0 749 this.Controls.Add(this.groupBox4);
d@0 750 this.Controls.Add(this.groupBox5);
d@0 751 this.Controls.Add(this.groupBox1);
d@0 752 this.Controls.Add(this.label21);
d@0 753 this.Controls.Add(this.label20);
d@0 754 this.Name = "ListenToAudio";
d@0 755 this.Text = "Experiment";
d@0 756 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ListenToAudio_FormClosing);
d@0 757 this.Load += new System.EventHandler(this.ListenToAudio_Load);
d@0 758 ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack1)).EndInit();
d@0 759 ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack2)).EndInit();
d@0 760 ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack3)).EndInit();
d@0 761 ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack4)).EndInit();
d@0 762 ((System.ComponentModel.ISupportInitialize)(this.trackBarTrack5)).EndInit();
d@0 763 this.groupBox1.ResumeLayout(false);
d@0 764 this.groupBox1.PerformLayout();
d@0 765 this.groupBox2.ResumeLayout(false);
d@0 766 this.groupBox2.PerformLayout();
d@0 767 this.groupBox3.ResumeLayout(false);
d@0 768 this.groupBox3.PerformLayout();
d@0 769 this.groupBox4.ResumeLayout(false);
d@0 770 this.groupBox4.PerformLayout();
d@0 771 this.groupBox5.ResumeLayout(false);
d@0 772 this.groupBox5.PerformLayout();
d@0 773 this.statusStrip1.ResumeLayout(false);
d@0 774 this.statusStrip1.PerformLayout();
d@0 775 this.ResumeLayout(false);
d@0 776 this.PerformLayout();
d@0 777
d@0 778 }
d@0 779
d@0 780 #endregion
d@0 781
d@0 782 private System.Windows.Forms.TrackBar trackBarTrack1;
d@0 783 private System.Windows.Forms.TextBox textBoxTrack1;
d@0 784 private System.Windows.Forms.Label label3;
d@0 785 private System.Windows.Forms.TrackBar trackBarTrack2;
d@0 786 private System.Windows.Forms.TextBox textBoxTrack2;
d@0 787 private System.Windows.Forms.Label label4;
d@0 788 private System.Windows.Forms.TrackBar trackBarTrack3;
d@0 789 private System.Windows.Forms.TextBox textBoxTrack3;
d@0 790 private System.Windows.Forms.TrackBar trackBarTrack4;
d@0 791 private System.Windows.Forms.TextBox textBoxTrack4;
d@0 792 private System.Windows.Forms.TrackBar trackBarTrack5;
d@0 793 private System.Windows.Forms.TextBox textBoxTrack5;
d@0 794 private System.Windows.Forms.Label label21;
d@0 795 private System.Windows.Forms.Label label20;
d@0 796 private System.Windows.Forms.GroupBox groupBox1;
d@0 797 private System.Windows.Forms.GroupBox groupBox2;
d@0 798 private System.Windows.Forms.GroupBox groupBox3;
d@0 799 private System.Windows.Forms.GroupBox groupBox4;
d@0 800 private System.Windows.Forms.GroupBox groupBox5;
d@0 801 private System.Windows.Forms.StatusStrip statusStrip1;
d@0 802 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
d@0 803 private System.Windows.Forms.Button buttonSubmit;
d@0 804 private System.Windows.Forms.TextBox textBoxTestInstructions;
d@0 805 private System.Windows.Forms.Button buttonStopTrack1;
d@0 806 private System.Windows.Forms.Button buttonPlayTrack1;
d@0 807 private System.Windows.Forms.Button buttonStopTrack2;
d@0 808 private System.Windows.Forms.Button buttonPlayTrack2;
d@0 809 private System.Windows.Forms.Button buttonStopTrack3;
d@0 810 private System.Windows.Forms.Button buttonPlayTrack3;
d@0 811 private System.Windows.Forms.Button buttonStopTrack4;
d@0 812 private System.Windows.Forms.Button buttonPlayTrack4;
d@0 813 private System.Windows.Forms.Button buttonStopTrack5;
d@0 814 private System.Windows.Forms.Button buttonPlayTrack5;
d@0 815 private System.Windows.Forms.Label label17;
d@0 816 private System.Windows.Forms.Label label16;
d@0 817 private System.Windows.Forms.Label label18;
d@0 818 private System.Windows.Forms.Label label19;
d@0 819 private System.Windows.Forms.Label label7;
d@0 820 private System.Windows.Forms.Label label6;
d@0 821 private System.Windows.Forms.Label label5;
d@0 822 private System.Windows.Forms.Label label1;
d@0 823 private System.Windows.Forms.Label label2;
d@0 824 private System.Windows.Forms.Label label12;
d@0 825 private System.Windows.Forms.Label label11;
d@0 826 private System.Windows.Forms.Label label8;
d@0 827 private System.Windows.Forms.Label label9;
d@0 828 private System.Windows.Forms.Label label10;
d@0 829 private System.Windows.Forms.Label label23;
d@0 830 private System.Windows.Forms.Label label14;
d@0 831 private System.Windows.Forms.Label label22;
d@0 832 private System.Windows.Forms.Label label13;
d@0 833 private System.Windows.Forms.Label label15;
d@0 834 private System.Windows.Forms.Label label28;
d@0 835 private System.Windows.Forms.Label label27;
d@0 836 private System.Windows.Forms.Label label24;
d@0 837 private System.Windows.Forms.Label label26;
d@0 838 private System.Windows.Forms.Label label25;
d@0 839 private System.Windows.Forms.Timer timerStatusBar;
d@0 840 }
d@0 841 }
d@0 842