-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit1.dfm
executable file
·451 lines (451 loc) · 10.1 KB
/
Unit1.dfm
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
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Cat Lottery v1.1 build 2017.03.14 10:06'
ClientHeight = 739
ClientWidth = 1360
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #24494#36719#38597#40657
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 17
object GroupBox2: TGroupBox
Left = 151
Top = 0
Width = 1201
Height = 568
Caption = 'Result'
TabOrder = 0
object Edit1: TEdit
Left = 4
Top = 16
Width = 594
Height = 104
Alignment = taCenter
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -84
Font.Name = 'Georgia'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object Edit2: TEdit
Left = 4
Top = 126
Width = 594
Height = 104
Alignment = taCenter
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -84
Font.Name = 'Georgia'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 1
end
object Edit3: TEdit
Left = 4
Top = 237
Width = 594
Height = 104
Alignment = taCenter
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -84
Font.Name = 'Georgia'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 2
end
object Edit4: TEdit
Left = 4
Top = 347
Width = 594
Height = 104
Alignment = taCenter
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -84
Font.Name = 'Georgia'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 3
end
object Edit5: TEdit
Left = 4
Top = 458
Width = 594
Height = 104
Alignment = taCenter
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -84
Font.Name = 'Georgia'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 4
end
object Edit6: TEdit
Left = 602
Top = 16
Width = 594
Height = 104
Alignment = taCenter
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -84
Font.Name = 'Georgia'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 5
end
object Edit7: TEdit
Left = 602
Top = 127
Width = 594
Height = 104
Alignment = taCenter
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -84
Font.Name = 'Georgia'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 6
end
object Edit8: TEdit
Left = 602
Top = 237
Width = 594
Height = 104
Alignment = taCenter
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -84
Font.Name = 'Georgia'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 7
end
object Edit9: TEdit
Left = 602
Top = 347
Width = 594
Height = 104
Alignment = taCenter
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -84
Font.Name = 'Georgia'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 8
end
object Edit10: TEdit
Left = 602
Top = 457
Width = 594
Height = 104
Alignment = taCenter
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -84
Font.Name = 'Georgia'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 9
end
end
object GroupBox3: TGroupBox
Left = 3
Top = 567
Width = 719
Height = 164
Caption = #35760#24405
TabOrder = 1
object Memo2: TMemo
Left = 6
Top = 16
Width = 707
Height = 142
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end
object GroupBox4: TGroupBox
Left = 728
Top = 567
Width = 382
Height = 164
Caption = #25511#21046#21488
TabOrder = 2
object Button3: TButton
Left = 6
Top = 64
Width = 173
Height = 92
Caption = #24320#22987
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -64
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button3Click
end
object Button4: TButton
Left = 183
Top = 16
Width = 192
Height = 140
Caption = #20572'!!'
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -104
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = Button4Click
end
object ComboBox1: TComboBox
Left = 8
Top = 16
Width = 170
Height = 43
Style = csDropDownList
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = #24494#36719#38597#40657
Font.Style = []
ItemIndex = 0
ParentFont = False
TabOrder = 2
Text = #35831#36873#25277#20960#20010
OnChange = ComboBox1Change
Items.Strings = (
#35831#36873#25277#20960#20010
#26412#27425#25277'1'#20010
#26412#27425#25277'2'#20010
#26412#27425#25277'3'#20010
#26412#27425#25277'4'#20010
#26412#27425#25277'5'#20010
#26412#27425#25277'6'#20010
#26412#27425#25277'7'#20010
#26412#27425#25277'8'#20010
#26412#27425#25277'9'#20010
#26412#27425#25277'10'#20010)
end
end
object GroupBox5: TGroupBox
Left = 1116
Top = 567
Width = 236
Height = 164
Caption = 'Miscellaneous'
TabOrder = 3
object Label1: TLabel
Left = 3
Top = 16
Width = 54
Height = 35
Caption = #21097#20313
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 203
Top = 16
Width = 27
Height = 35
Caption = #20154
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
end
object Edit11: TEdit
Left = 63
Top = 15
Width = 134
Height = 43
Alignment = taCenter
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object CheckBox1: TCheckBox
Left = 15
Top = 68
Width = 129
Height = 17
Caption = #20445#23384#35760#24405#21040#26412#22320#25991#20214
Checked = True
State = cbChecked
TabOrder = 1
end
object Button5: TButton
Left = 124
Top = 115
Width = 24
Height = 42
Caption = '?'
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Button5Click
end
object Button6: TButton
Left = 150
Top = 115
Width = 83
Height = 42
Caption = 'Exit'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Button6Click
end
object Button8: TButton
Left = 142
Top = 64
Width = 43
Height = 25
Caption = #25171#24320
TabOrder = 4
OnClick = Button8Click
end
object RadioGroup1: TRadioGroup
Left = 8
Top = 91
Width = 113
Height = 65
Caption = #25277#22870#31867#22411
ItemIndex = 0
Items.Strings = (
#25277#20013#19981#33021#32487#32493#25277
#25277#20013#36824#33021#32487#32493#25277)
TabOrder = 5
end
object Button7: TButton
Left = 190
Top = 64
Width = 43
Height = 25
Caption = #28165#31354
TabOrder = 6
OnClick = Button7Click
end
end
object Button2: TButton
Left = 77
Top = 536
Width = 72
Height = 25
Caption = #35299#38145
Enabled = False
TabOrder = 4
OnClick = Button2Click
end
object Button1: TButton
Left = 3
Top = 536
Width = 72
Height = 25
Caption = #19978#38145
TabOrder = 5
OnClick = Button1Click
end
object PageControl1: TPageControl
Left = 4
Top = 4
Width = 146
Height = 526
ActivePage = TabSheet1
TabOrder = 6
object TabSheet1: TTabSheet
Caption = #36755#20837#21517#21333
ExplicitHeight = 282
object Memo1: TMemo
Left = 0
Top = 0
Width = 137
Height = 491
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
end
end
object TabSheet2: TTabSheet
Caption = #21097#20313#26410#25277
ImageIndex = 1
ExplicitHeight = 282
object Memo3: TMemo
Left = 0
Top = 0
Width = 137
Height = 491
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
OnChange = Memo3Change
end
end
end
end