-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAbout.dfm
62 lines (62 loc) · 1.4 KB
/
About.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
object FormAbout: TFormAbout
Left = 0
Top = 0
Caption = 'About Wicked RDP'
ClientHeight = 196
ClientWidth = 288
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OnClose = FormClose
OnCreate = FormCreate
DesignSize = (
288
196)
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 159
Height = 64
Caption =
'Designed using Delphi'#13#10' 11.3CE : 0.13.x to latest'#13#10' 10.4CE : 0.3' +
'.x to 0.12.x'#13#10' 10.3CE : 0.0.x to 0.3.x'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object LabelDedication: TLabel
Left = 8
Top = 78
Width = 166
Height = 80
Caption =
'This work is dedicated to:'#13#10' Pedro M. Hernan'#13#10' Sarah I. Hernan'#13#10 +
' Pesarlito T. Hernan'#13#10' Percival T. Hernan'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Button1: TButton
Left = 197
Top = 163
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
ExplicitLeft = 193
ExplicitTop = 162
end
end