-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUTesting.dfm
More file actions
436 lines (436 loc) · 11.1 KB
/
UTesting.dfm
File metadata and controls
436 lines (436 loc) · 11.1 KB
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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
object FTesting: TFTesting
Left = 0
Top = 0
Caption = #1058#1077#1089#1090#1080#1088#1086#1074#1072#1085#1080#1077
ClientHeight = 420
ClientWidth = 805
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object TStatusTest: TLabel
Left = 8
Top = 8
Width = 357
Height = 13
Caption = #1044#1083#1103' '#1090#1077#1089#1090#1080#1088#1086#1074#1072#1085#1080#1103' '#1079#1072#1075#1088#1091#1079#1080#1090#1077' '#1090#1077#1089#1090' '#1080' '#1079#1072#1087#1086#1083#1085#1080#1090#1077' '#1080#1085#1092#1086#1088#1084#1072#1094#1080#1086#1085#1085#1099#1077' '#1087#1086#1083#1103
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object PResult: TPanel
Left = 8
Top = 27
Width = 790
Height = 385
TabOrder = 4
Visible = False
object LTStudentName: TLabel
Left = 19
Top = 37
Width = 51
Height = 13
Caption = #1057#1090#1091#1076#1077#1085#1090': '
end
object LTTestTitle: TLabel
Left = 19
Top = 18
Width = 87
Height = 13
Caption = #1053#1072#1079#1074#1072#1085#1080#1077' '#1090#1077#1089#1090#1072': '
end
object LTStudentGroup: TLabel
Left = 19
Top = 56
Width = 43
Height = 13
Caption = #1043#1088#1091#1087#1087#1072': '
end
object LTStudentResult: TLabel
Left = 19
Top = 75
Width = 60
Height = 13
Caption = #1056#1077#1079#1091#1083#1100#1090#1072#1090': '
end
object LTestTitle: TLabel
Left = 112
Top = 18
Width = 56
Height = 13
Caption = 'LTestTitle'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object LStudentName: TLabel
Left = 76
Top = 37
Width = 83
Height = 13
Caption = 'LStudentName'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object LStudentGroup: TLabel
Left = 68
Top = 56
Width = 85
Height = 13
Caption = 'LStudentGroup'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object LResult: TLabel
Left = 283
Top = 164
Width = 110
Height = 35
Caption = 'LResult'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -29
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object BFinishTest: TButton
Left = 81
Top = 326
Width = 600
Height = 41
Caption = #1047#1072#1074#1077#1088#1096#1080#1090#1100' '#1090#1077#1089#1090#1080#1088#1086#1074#1072#1085#1080#1077
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = BFinishTestClick
end
end
object GInfoStudent: TGroupBox
Left = 8
Top = 27
Width = 789
Height = 385
Caption = #1048#1085#1092#1086#1088#1084#1072#1094#1080#1103' '#1076#1083#1103' '#1090#1077#1089#1090#1080#1088#1086#1074#1072#1085#1080#1103
TabOrder = 0
object GSernameStudent: TGroupBox
Left = 46
Top = 148
Width = 696
Height = 50
Caption = #1060#1072#1084#1080#1083#1080#1103
TabOrder = 0
object TSernameStudent: TEdit
Left = 3
Top = 20
Width = 690
Height = 21
TabOrder = 0
end
end
object GNameStudent: TGroupBox
Left = 46
Top = 204
Width = 696
Height = 50
Caption = #1048#1084#1103
TabOrder = 1
object TNameStudent: TEdit
Left = 3
Top = 20
Width = 690
Height = 21
TabOrder = 0
end
end
object GGroupStudent: TGroupBox
Left = 46
Top = 263
Width = 696
Height = 50
Caption = #1043#1088#1091#1087#1087#1072
TabOrder = 2
object TGroupStudent: TEdit
Left = 3
Top = 20
Width = 690
Height = 21
TabOrder = 0
end
end
object grpGotov: TGroupBox
Left = 43
Top = 37
Width = 702
Height = 90
Caption = #1047#1072#1075#1088#1091#1079#1082#1072' '#1090#1077#1089#1090#1072
TabOrder = 3
object LTestStatus: TLabel
Left = 11
Top = 55
Width = 128
Height = 19
Caption = #1058#1077#1089#1090' '#1085#1077' '#1079#1072#1075#1088#1091#1078#1077#1085
Color = clRed
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
end
object BLoadTest: TButton
Left = 3
Top = 24
Width = 696
Height = 25
Caption = #1047#1072#1075#1088#1091#1079#1080#1090#1100' '#1090#1077#1089#1090
TabOrder = 0
OnClick = BLoadTestClick
end
end
object BBeginTest: TButton
Left = 46
Top = 319
Width = 696
Height = 37
Caption = #1053#1072#1095#1072#1090#1100' '#1090#1077#1089#1090
TabOrder = 4
OnClick = BBeginTestClick
end
end
object PTesting: TPanel
Left = 6
Top = 27
Width = 791
Height = 385
TabOrder = 3
Visible = False
object TextQuestion: TLabel
Left = 11
Top = 27
Width = 76
Height = 13
Caption = 'TextQuestion'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object LNumQuestShow: TLabel
Left = 11
Top = 5
Width = 51
Height = 13
Caption = #1042#1086#1087#1088#1086#1089' '#8470
end
object LNumQuestHidden: TLabel
Left = 114
Top = 5
Width = 88
Height = 13
Caption = 'LNumQuestHidden'
Visible = False
end
object BCorrectUns: TLabel
Left = 387
Top = 5
Width = 7
Height = 13
Caption = '0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object LTCurrentUns: TLabel
Left = 266
Top = 5
Width = 115
Height = 13
Caption = #1055#1088#1072#1074#1080#1083#1100#1085#1099#1093' '#1086#1090#1074#1077#1090#1086#1074': '
end
object PSecondType: TGroupBox
Left = 2
Top = 73
Width = 789
Height = 269
Caption = #1053#1077#1089#1082#1086#1083#1100#1082#1086' '#1086#1090#1074#1077#1090#1086#1074' (Ctrl + '#1050#1083#1080#1082' '#1084#1099#1096#1080' '#1076#1083#1103' '#1074#1099#1076#1077#1083#1077#1085#1080#1103')'
TabOrder = 4
Visible = False
object LQSecondType: TListBox
Left = 17
Top = 23
Width = 680
Height = 253
ItemHeight = 13
Items.Strings = (
'test'
'hello'
'world')
MultiSelect = True
TabOrder = 0
end
end
object BNextQuestion: TBitBtn
Left = 9
Top = 348
Width = 130
Height = 25
Caption = #1057#1083#1077#1076#1091#1102#1097#1080#1081' '#1074#1086#1087#1088#1086#1089
TabOrder = 1
OnClick = BNextQuestionClick
end
object BFinishedTest: TBitBtn
Left = 155
Top = 348
Width = 153
Height = 25
Caption = #1047#1072#1082#1086#1085#1095#1080#1090#1100' '#1090#1077#1089#1090#1080#1088#1086#1074#1072#1085#1080#1077
TabOrder = 2
OnClick = BFinishedTestClick
end
object PFirstType: TRadioGroup
Left = 11
Top = 56
Width = 704
Height = 239
Caption = #1042#1099#1073#1077#1088#1080#1090#1077' '#1087#1088#1072#1074#1080#1083#1100#1085#1099#1081' '#1086#1090#1074#1077#1090
Items.Strings = (
'test'
'hello'
'world')
TabOrder = 0
Visible = False
end
object PThirdType: TGroupBox
Left = 11
Top = 85
Width = 704
Height = 257
Caption = #1056#1072#1089#1087#1086#1083#1086#1078#1080#1090#1077' '#1074' '#1087#1088#1072#1074#1080#1083#1100#1085#1086#1084' '#1087#1086#1088#1103#1076#1082#1077
TabOrder = 3
Visible = False
object CThird1: TComboBox
Left = 17
Top = 23
Width = 671
Height = 21
TabOrder = 0
Items.Strings = (
#1042#1099#1073#1077#1088#1080#1090#1077' '#1074#1072#1088#1080#1072#1085#1090' '#1086#1090#1074#1077#1090#1072'...')
end
object CThird2: TComboBox
Left = 17
Top = 56
Width = 671
Height = 21
TabOrder = 1
Items.Strings = (
#1042#1099#1073#1077#1088#1080#1090#1077' '#1074#1072#1088#1080#1072#1085#1090' '#1086#1090#1074#1077#1090#1072'...')
end
object CThird3: TComboBox
Left = 17
Top = 92
Width = 671
Height = 21
TabOrder = 2
Items.Strings = (
#1042#1099#1073#1077#1088#1080#1090#1077' '#1074#1072#1088#1080#1072#1085#1090' '#1086#1090#1074#1077#1090#1072'...')
end
object CThird4: TComboBox
Left = 17
Top = 127
Width = 671
Height = 21
TabOrder = 3
Items.Strings = (
#1042#1099#1073#1077#1088#1080#1090#1077' '#1074#1072#1088#1080#1072#1085#1090' '#1086#1090#1074#1077#1090#1072'...')
end
object CThird5: TComboBox
Left = 17
Top = 166
Width = 671
Height = 21
TabOrder = 4
Items.Strings = (
#1042#1099#1073#1077#1088#1080#1090#1077' '#1074#1072#1088#1080#1072#1085#1090' '#1086#1090#1074#1077#1090#1072'...')
end
object CThird6: TComboBox
Left = 17
Top = 204
Width = 671
Height = 21
TabOrder = 5
end
object CThird7: TComboBox
Left = 17
Top = 233
Width = 671
Height = 21
TabOrder = 6
Visible = False
Items.Strings = (
#1042#1099#1073#1077#1088#1080#1090#1077' '#1074#1072#1088#1080#1072#1085#1090' '#1086#1090#1074#1077#1090#1072'...')
end
end
end
object btmp: TBitBtn
Left = 8
Top = 387
Width = 75
Height = 25
Caption = 'test'
TabOrder = 1
Visible = False
OnClick = btmpClick
end
object btmp1: TBitBtn
Left = 104
Top = 387
Width = 75
Height = 25
Caption = 'test 1'
TabOrder = 2
Visible = False
OnClick = btmpClick
end
object DOpen: TOpenDialog
Left = 371
Top = 372
end
object xmldoc: TXMLDocument
Left = 331
Top = 372
DOMVendorDesc = 'MSXML'
end
end