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