d@0
|
1 namespace DeMaskingLT
|
d@0
|
2 {
|
d@0
|
3 partial class Name
|
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.labelName = new System.Windows.Forms.Label();
|
d@0
|
32 this.tbName = new System.Windows.Forms.TextBox();
|
d@0
|
33 this.button1 = new System.Windows.Forms.Button();
|
d@0
|
34 this.labelTestType = new System.Windows.Forms.Label();
|
d@0
|
35 this.radioButtonTestA = new System.Windows.Forms.RadioButton();
|
d@0
|
36 this.radioButtonTestB = new System.Windows.Forms.RadioButton();
|
d@0
|
37 this.tbInstructions = new System.Windows.Forms.TextBox();
|
d@0
|
38 this.SuspendLayout();
|
d@0
|
39 //
|
d@0
|
40 // labelName
|
d@0
|
41 //
|
d@0
|
42 this.labelName.AutoSize = true;
|
d@0
|
43 this.labelName.Location = new System.Drawing.Point(216, 9);
|
d@0
|
44 this.labelName.Name = "labelName";
|
d@0
|
45 this.labelName.Size = new System.Drawing.Size(121, 13);
|
d@0
|
46 this.labelName.TabIndex = 0;
|
d@0
|
47 this.labelName.Text = "Please enter your name:";
|
d@0
|
48 this.labelName.Visible = false;
|
d@0
|
49 //
|
d@0
|
50 // tbName
|
d@0
|
51 //
|
d@0
|
52 this.tbName.Location = new System.Drawing.Point(168, 34);
|
d@0
|
53 this.tbName.Name = "tbName";
|
d@0
|
54 this.tbName.Size = new System.Drawing.Size(218, 20);
|
d@0
|
55 this.tbName.TabIndex = 1;
|
d@0
|
56 this.tbName.Visible = false;
|
d@0
|
57 this.tbName.TextChanged += new System.EventHandler(this.tbName_TextChanged);
|
d@0
|
58 //
|
d@0
|
59 // button1
|
d@0
|
60 //
|
d@0
|
61 this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
|
d@0
|
62 this.button1.Enabled = false;
|
d@0
|
63 this.button1.Location = new System.Drawing.Point(231, 60);
|
d@0
|
64 this.button1.Name = "button1";
|
d@0
|
65 this.button1.Size = new System.Drawing.Size(75, 23);
|
d@0
|
66 this.button1.TabIndex = 2;
|
d@0
|
67 this.button1.Text = "OK";
|
d@0
|
68 this.button1.UseVisualStyleBackColor = true;
|
d@0
|
69 this.button1.Click += new System.EventHandler(this.button1_Click);
|
d@0
|
70 //
|
d@0
|
71 // labelTestType
|
d@0
|
72 //
|
d@0
|
73 this.labelTestType.AutoSize = true;
|
d@0
|
74 this.labelTestType.Location = new System.Drawing.Point(198, 9);
|
d@0
|
75 this.labelTestType.Name = "labelTestType";
|
d@0
|
76 this.labelTestType.Size = new System.Drawing.Size(139, 13);
|
d@0
|
77 this.labelTestType.TabIndex = 3;
|
d@0
|
78 this.labelTestType.Text = "Please select your test type:";
|
d@0
|
79 //
|
d@0
|
80 // radioButtonTestA
|
d@0
|
81 //
|
d@0
|
82 this.radioButtonTestA.AutoSize = true;
|
d@0
|
83 this.radioButtonTestA.Location = new System.Drawing.Point(231, 37);
|
d@0
|
84 this.radioButtonTestA.Name = "radioButtonTestA";
|
d@0
|
85 this.radioButtonTestA.Size = new System.Drawing.Size(32, 17);
|
d@0
|
86 this.radioButtonTestA.TabIndex = 4;
|
d@0
|
87 this.radioButtonTestA.Text = "A";
|
d@0
|
88 this.radioButtonTestA.UseVisualStyleBackColor = true;
|
d@0
|
89 this.radioButtonTestA.CheckedChanged += new System.EventHandler(this.radioButtonTestA_CheckedChanged);
|
d@0
|
90 //
|
d@0
|
91 // radioButtonTestB
|
d@0
|
92 //
|
d@0
|
93 this.radioButtonTestB.AutoSize = true;
|
d@0
|
94 this.radioButtonTestB.Location = new System.Drawing.Point(274, 37);
|
d@0
|
95 this.radioButtonTestB.Name = "radioButtonTestB";
|
d@0
|
96 this.radioButtonTestB.Size = new System.Drawing.Size(32, 17);
|
d@0
|
97 this.radioButtonTestB.TabIndex = 4;
|
d@0
|
98 this.radioButtonTestB.Text = "B";
|
d@0
|
99 this.radioButtonTestB.UseVisualStyleBackColor = true;
|
d@0
|
100 this.radioButtonTestB.CheckedChanged += new System.EventHandler(this.radioButtonTestB_CheckedChanged);
|
d@0
|
101 //
|
d@0
|
102 // tbInstructions
|
d@0
|
103 //
|
d@0
|
104 this.tbInstructions.BackColor = System.Drawing.Color.White;
|
d@0
|
105 this.tbInstructions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
d@0
|
106 this.tbInstructions.Cursor = System.Windows.Forms.Cursors.Arrow;
|
d@0
|
107 this.tbInstructions.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
d@0
|
108 this.tbInstructions.Location = new System.Drawing.Point(12, 5);
|
d@0
|
109 this.tbInstructions.Multiline = true;
|
d@0
|
110 this.tbInstructions.Name = "tbInstructions";
|
d@0
|
111 this.tbInstructions.ReadOnly = true;
|
d@0
|
112 this.tbInstructions.ShortcutsEnabled = false;
|
d@0
|
113 this.tbInstructions.Size = new System.Drawing.Size(506, 49);
|
d@0
|
114 this.tbInstructions.TabIndex = 5;
|
d@0
|
115 this.tbInstructions.TabStop = false;
|
d@0
|
116 this.tbInstructions.Text = "Pleas listen to each of the five mixes carefully and rank them according to the g" +
|
d@0
|
117 "iven instruction on the next page.";
|
d@0
|
118 this.tbInstructions.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
d@0
|
119 this.tbInstructions.Visible = false;
|
d@0
|
120 //
|
d@0
|
121 // Name
|
d@0
|
122 //
|
d@0
|
123 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
d@0
|
124 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
d@0
|
125 this.ClientSize = new System.Drawing.Size(530, 88);
|
d@0
|
126 this.Controls.Add(this.radioButtonTestB);
|
d@0
|
127 this.Controls.Add(this.radioButtonTestA);
|
d@0
|
128 this.Controls.Add(this.labelTestType);
|
d@0
|
129 this.Controls.Add(this.button1);
|
d@0
|
130 this.Controls.Add(this.tbName);
|
d@0
|
131 this.Controls.Add(this.labelName);
|
d@0
|
132 this.Controls.Add(this.tbInstructions);
|
d@0
|
133 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
d@0
|
134 this.MaximizeBox = false;
|
d@0
|
135 this.MinimizeBox = false;
|
d@0
|
136 this.Name = "Name";
|
d@0
|
137 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
d@0
|
138 this.Load += new System.EventHandler(this.Name_Load);
|
d@0
|
139 this.ResumeLayout(false);
|
d@0
|
140 this.PerformLayout();
|
d@0
|
141
|
d@0
|
142 }
|
d@0
|
143
|
d@0
|
144 #endregion
|
d@0
|
145
|
d@0
|
146 private System.Windows.Forms.Label labelName;
|
d@0
|
147 public System.Windows.Forms.TextBox tbName;
|
d@0
|
148 private System.Windows.Forms.Button button1;
|
d@0
|
149 private System.Windows.Forms.Label labelTestType;
|
d@0
|
150 public System.Windows.Forms.RadioButton radioButtonTestA;
|
d@0
|
151 public System.Windows.Forms.RadioButton radioButtonTestB;
|
d@0
|
152 private System.Windows.Forms.TextBox tbInstructions;
|
d@0
|
153 }
|
d@0
|
154 } |