-
Notifications
You must be signed in to change notification settings - Fork 1
/
frmQuestions.Designer.vb
261 lines (257 loc) · 12.5 KB
/
frmQuestions.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmQuestions
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmQuestions))
Me.pMain = New System.Windows.Forms.Panel
Me.lblWishes = New System.Windows.Forms.Label
Me.lblTime = New System.Windows.Forms.Label
Me.btnSubmit = New System.Windows.Forms.Button
Me.rbCh4 = New System.Windows.Forms.RadioButton
Me.rbCh3 = New System.Windows.Forms.RadioButton
Me.TextBox4 = New System.Windows.Forms.TextBox
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.rbCh2 = New System.Windows.Forms.RadioButton
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.rbCh1 = New System.Windows.Forms.RadioButton
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.txtQuestion = New System.Windows.Forms.TextBox
Me.tmrQuiz = New System.Windows.Forms.Timer(Me.components)
Me.pMain.SuspendLayout()
Me.SuspendLayout()
'
'pMain
'
Me.pMain.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.pMain.BackColor = System.Drawing.Color.Orange
Me.pMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pMain.Controls.Add(Me.lblWishes)
Me.pMain.Controls.Add(Me.lblTime)
Me.pMain.Controls.Add(Me.btnSubmit)
Me.pMain.Controls.Add(Me.rbCh4)
Me.pMain.Controls.Add(Me.rbCh3)
Me.pMain.Controls.Add(Me.TextBox4)
Me.pMain.Controls.Add(Me.TextBox3)
Me.pMain.Controls.Add(Me.rbCh2)
Me.pMain.Controls.Add(Me.TextBox2)
Me.pMain.Controls.Add(Me.rbCh1)
Me.pMain.Controls.Add(Me.TextBox1)
Me.pMain.Controls.Add(Me.txtQuestion)
Me.pMain.Location = New System.Drawing.Point(12, 12)
Me.pMain.Name = "pMain"
Me.pMain.Size = New System.Drawing.Size(779, 399)
Me.pMain.TabIndex = 1
'
'lblWishes
'
Me.lblWishes.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblWishes.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.lblWishes.Location = New System.Drawing.Point(26, 186)
Me.lblWishes.Name = "lblWishes"
Me.lblWishes.Size = New System.Drawing.Size(727, 26)
Me.lblWishes.TabIndex = 12
Me.lblWishes.Text = "Thank you For Participating in ""Mine Ur Mind"""
Me.lblWishes.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me.lblWishes.Visible = False
'
'lblTime
'
Me.lblTime.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblTime.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.lblTime.Location = New System.Drawing.Point(26, 359)
Me.lblTime.Name = "lblTime"
Me.lblTime.Size = New System.Drawing.Size(727, 26)
Me.lblTime.TabIndex = 11
Me.lblTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'btnSubmit
'
Me.btnSubmit.Location = New System.Drawing.Point(75, 320)
Me.btnSubmit.Name = "btnSubmit"
Me.btnSubmit.Size = New System.Drawing.Size(626, 30)
Me.btnSubmit.TabIndex = 10
Me.btnSubmit.Text = "SUBMIT && GO NEXT"
Me.btnSubmit.UseVisualStyleBackColor = True
'
'rbCh4
'
Me.rbCh4.AutoSize = True
Me.rbCh4.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rbCh4.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.rbCh4.Location = New System.Drawing.Point(416, 231)
Me.rbCh4.Name = "rbCh4"
Me.rbCh4.Size = New System.Drawing.Size(28, 28)
Me.rbCh4.TabIndex = 9
Me.rbCh4.TabStop = True
Me.rbCh4.Text = "" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
Me.rbCh4.UseVisualStyleBackColor = True
'
'rbCh3
'
Me.rbCh3.AutoSize = True
Me.rbCh3.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rbCh3.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.rbCh3.Location = New System.Drawing.Point(90, 231)
Me.rbCh3.Name = "rbCh3"
Me.rbCh3.Size = New System.Drawing.Size(28, 28)
Me.rbCh3.TabIndex = 8
Me.rbCh3.TabStop = True
Me.rbCh3.Text = "" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
Me.rbCh3.UseVisualStyleBackColor = True
'
'TextBox4
'
Me.TextBox4.BackColor = System.Drawing.Color.Orange
Me.TextBox4.Enabled = False
Me.TextBox4.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox4.ForeColor = System.Drawing.Color.White
Me.TextBox4.Location = New System.Drawing.Point(401, 225)
Me.TextBox4.Multiline = True
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.ReadOnly = True
Me.TextBox4.Size = New System.Drawing.Size(300, 40)
Me.TextBox4.TabIndex = 7
Me.TextBox4.TabStop = False
Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'TextBox3
'
Me.TextBox3.BackColor = System.Drawing.Color.Orange
Me.TextBox3.Enabled = False
Me.TextBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox3.ForeColor = System.Drawing.Color.White
Me.TextBox3.Location = New System.Drawing.Point(75, 225)
Me.TextBox3.Multiline = True
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.ReadOnly = True
Me.TextBox3.Size = New System.Drawing.Size(300, 40)
Me.TextBox3.TabIndex = 6
Me.TextBox3.TabStop = False
Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'rbCh2
'
Me.rbCh2.AutoSize = True
Me.rbCh2.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rbCh2.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.rbCh2.Location = New System.Drawing.Point(416, 156)
Me.rbCh2.Name = "rbCh2"
Me.rbCh2.Size = New System.Drawing.Size(28, 28)
Me.rbCh2.TabIndex = 5
Me.rbCh2.TabStop = True
Me.rbCh2.Text = "" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
Me.rbCh2.UseVisualStyleBackColor = True
'
'TextBox2
'
Me.TextBox2.BackColor = System.Drawing.Color.Orange
Me.TextBox2.Enabled = False
Me.TextBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox2.ForeColor = System.Drawing.Color.White
Me.TextBox2.Location = New System.Drawing.Point(401, 150)
Me.TextBox2.Multiline = True
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.ReadOnly = True
Me.TextBox2.Size = New System.Drawing.Size(300, 40)
Me.TextBox2.TabIndex = 4
Me.TextBox2.TabStop = False
Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'rbCh1
'
Me.rbCh1.AutoSize = True
Me.rbCh1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rbCh1.ForeColor = System.Drawing.SystemColors.ControlLightLight
Me.rbCh1.Location = New System.Drawing.Point(90, 156)
Me.rbCh1.Name = "rbCh1"
Me.rbCh1.Size = New System.Drawing.Size(28, 28)
Me.rbCh1.TabIndex = 3
Me.rbCh1.TabStop = True
Me.rbCh1.Text = "" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
Me.rbCh1.UseVisualStyleBackColor = True
'
'TextBox1
'
Me.TextBox1.BackColor = System.Drawing.Color.Orange
Me.TextBox1.Enabled = False
Me.TextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox1.ForeColor = System.Drawing.Color.White
Me.TextBox1.Location = New System.Drawing.Point(75, 150)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.ReadOnly = True
Me.TextBox1.Size = New System.Drawing.Size(300, 40)
Me.TextBox1.TabIndex = 2
Me.TextBox1.TabStop = False
Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'txtQuestion
'
Me.txtQuestion.BackColor = System.Drawing.Color.Orange
Me.txtQuestion.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtQuestion.ForeColor = System.Drawing.Color.White
Me.txtQuestion.Location = New System.Drawing.Point(33, 24)
Me.txtQuestion.Multiline = True
Me.txtQuestion.Name = "txtQuestion"
Me.txtQuestion.ReadOnly = True
Me.txtQuestion.Size = New System.Drawing.Size(715, 100)
Me.txtQuestion.TabIndex = 0
Me.txtQuestion.TabStop = False
Me.txtQuestion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'tmrQuiz
'
Me.tmrQuiz.Interval = 1000
'
'frmQuestions
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(803, 423)
Me.Controls.Add(Me.pMain)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "frmQuestions"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Quizzer"
Me.pMain.ResumeLayout(False)
Me.pMain.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents pMain As System.Windows.Forms.Panel
Friend WithEvents txtQuestion As System.Windows.Forms.TextBox
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents rbCh1 As System.Windows.Forms.RadioButton
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents btnSubmit As System.Windows.Forms.Button
Friend WithEvents rbCh4 As System.Windows.Forms.RadioButton
Friend WithEvents rbCh3 As System.Windows.Forms.RadioButton
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents rbCh2 As System.Windows.Forms.RadioButton
Friend WithEvents lblWishes As System.Windows.Forms.Label
Friend WithEvents lblTime As System.Windows.Forms.Label
Friend WithEvents tmrQuiz As System.Windows.Forms.Timer
End Class