d@0: namespace DeMaskingLT d@0: { d@0: partial class Name 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.labelName = new System.Windows.Forms.Label(); d@0: this.tbName = new System.Windows.Forms.TextBox(); d@0: this.button1 = new System.Windows.Forms.Button(); d@0: this.labelTestType = new System.Windows.Forms.Label(); d@0: this.radioButtonTestA = new System.Windows.Forms.RadioButton(); d@0: this.radioButtonTestB = new System.Windows.Forms.RadioButton(); d@0: this.tbInstructions = new System.Windows.Forms.TextBox(); d@0: this.SuspendLayout(); d@0: // d@0: // labelName d@0: // d@0: this.labelName.AutoSize = true; d@0: this.labelName.Location = new System.Drawing.Point(216, 9); d@0: this.labelName.Name = "labelName"; d@0: this.labelName.Size = new System.Drawing.Size(121, 13); d@0: this.labelName.TabIndex = 0; d@0: this.labelName.Text = "Please enter your name:"; d@0: this.labelName.Visible = false; d@0: // d@0: // tbName d@0: // d@0: this.tbName.Location = new System.Drawing.Point(168, 34); d@0: this.tbName.Name = "tbName"; d@0: this.tbName.Size = new System.Drawing.Size(218, 20); d@0: this.tbName.TabIndex = 1; d@0: this.tbName.Visible = false; d@0: this.tbName.TextChanged += new System.EventHandler(this.tbName_TextChanged); d@0: // d@0: // button1 d@0: // d@0: this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; d@0: this.button1.Enabled = false; d@0: this.button1.Location = new System.Drawing.Point(231, 60); d@0: this.button1.Name = "button1"; d@0: this.button1.Size = new System.Drawing.Size(75, 23); d@0: this.button1.TabIndex = 2; d@0: this.button1.Text = "OK"; d@0: this.button1.UseVisualStyleBackColor = true; d@0: this.button1.Click += new System.EventHandler(this.button1_Click); d@0: // d@0: // labelTestType d@0: // d@0: this.labelTestType.AutoSize = true; d@0: this.labelTestType.Location = new System.Drawing.Point(198, 9); d@0: this.labelTestType.Name = "labelTestType"; d@0: this.labelTestType.Size = new System.Drawing.Size(139, 13); d@0: this.labelTestType.TabIndex = 3; d@0: this.labelTestType.Text = "Please select your test type:"; d@0: // d@0: // radioButtonTestA d@0: // d@0: this.radioButtonTestA.AutoSize = true; d@0: this.radioButtonTestA.Location = new System.Drawing.Point(231, 37); d@0: this.radioButtonTestA.Name = "radioButtonTestA"; d@0: this.radioButtonTestA.Size = new System.Drawing.Size(32, 17); d@0: this.radioButtonTestA.TabIndex = 4; d@0: this.radioButtonTestA.Text = "A"; d@0: this.radioButtonTestA.UseVisualStyleBackColor = true; d@0: this.radioButtonTestA.CheckedChanged += new System.EventHandler(this.radioButtonTestA_CheckedChanged); d@0: // d@0: // radioButtonTestB d@0: // d@0: this.radioButtonTestB.AutoSize = true; d@0: this.radioButtonTestB.Location = new System.Drawing.Point(274, 37); d@0: this.radioButtonTestB.Name = "radioButtonTestB"; d@0: this.radioButtonTestB.Size = new System.Drawing.Size(32, 17); d@0: this.radioButtonTestB.TabIndex = 4; d@0: this.radioButtonTestB.Text = "B"; d@0: this.radioButtonTestB.UseVisualStyleBackColor = true; d@0: this.radioButtonTestB.CheckedChanged += new System.EventHandler(this.radioButtonTestB_CheckedChanged); d@0: // d@0: // tbInstructions d@0: // d@0: this.tbInstructions.BackColor = System.Drawing.Color.White; d@0: this.tbInstructions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; d@0: this.tbInstructions.Cursor = System.Windows.Forms.Cursors.Arrow; d@0: this.tbInstructions.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); d@0: this.tbInstructions.Location = new System.Drawing.Point(12, 5); d@0: this.tbInstructions.Multiline = true; d@0: this.tbInstructions.Name = "tbInstructions"; d@0: this.tbInstructions.ReadOnly = true; d@0: this.tbInstructions.ShortcutsEnabled = false; d@0: this.tbInstructions.Size = new System.Drawing.Size(506, 49); d@0: this.tbInstructions.TabIndex = 5; d@0: this.tbInstructions.TabStop = false; d@0: this.tbInstructions.Text = "Pleas listen to each of the five mixes carefully and rank them according to the g" + d@0: "iven instruction on the next page."; d@0: this.tbInstructions.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; d@0: this.tbInstructions.Visible = false; d@0: // d@0: // Name 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(530, 88); d@0: this.Controls.Add(this.radioButtonTestB); d@0: this.Controls.Add(this.radioButtonTestA); d@0: this.Controls.Add(this.labelTestType); d@0: this.Controls.Add(this.button1); d@0: this.Controls.Add(this.tbName); d@0: this.Controls.Add(this.labelName); d@0: this.Controls.Add(this.tbInstructions); d@0: this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; d@0: this.MaximizeBox = false; d@0: this.MinimizeBox = false; d@0: this.Name = "Name"; d@0: this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; d@0: this.Load += new System.EventHandler(this.Name_Load); 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.Label labelName; d@0: public System.Windows.Forms.TextBox tbName; d@0: private System.Windows.Forms.Button button1; d@0: private System.Windows.Forms.Label labelTestType; d@0: public System.Windows.Forms.RadioButton radioButtonTestA; d@0: public System.Windows.Forms.RadioButton radioButtonTestB; d@0: private System.Windows.Forms.TextBox tbInstructions; d@0: } d@0: }