-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathUnit_Fast_Test.dfm
More file actions
47 lines (47 loc) · 847 Bytes
/
Copy pathUnit_Fast_Test.dfm
File metadata and controls
47 lines (47 loc) · 847 Bytes
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
object FormTest: TFormTest
Left = 0
Top = 0
Caption = 'FastDateTime Test'
ClientHeight = 304
ClientWidth = 340
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poOwnerFormCenter
OnCreate = FormCreate
TextHeight = 13
object LTest: TLabel
Left = 112
Top = 261
Width = 3
Height = 13
end
object Memo1: TMemo
Left = 16
Top = 56
Width = 305
Height = 177
TabOrder = 0
end
object Button1: TButton
Left = 16
Top = 256
Width = 75
Height = 25
Caption = '&Verify'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 16
Top = 15
Width = 75
Height = 25
Caption = 'Test'
TabOrder = 2
OnClick = Button2Click
end
end