-
Notifications
You must be signed in to change notification settings - Fork 1
/
frmAbout.dfm
77 lines (77 loc) · 1.58 KB
/
frmAbout.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
object Form2: TForm2
Left = 515
Top = 252
Width = 240
Height = 163
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSizeToolWin
Caption = 'About RMP Creator'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 10
Width = 165
Height = 12
Caption = 'Created by Alexander Savchenkov'
end
object lVer: TLabel
Left = 8
Top = 26
Width = 15
Height = 12
Caption = 'ver'
end
object Label2: TLabel
Left = 8
Top = 55
Width = 25
Height = 12
Caption = 'Help:'
end
object lUrl: TLabel
Left = 8
Top = 69
Width = 115
Height = 12
Cursor = crHandPoint
Caption = 'http://antalos.com/gps/'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = lUrlClick
end
object Label4: TLabel
Left = 8
Top = 98
Width = 45
Height = 12
Caption = 'Email me:'
end
object lMail: TLabel
Left = 8
Top = 112
Width = 92
Height = 12
Cursor = crHandPoint
Caption = '[email protected]'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
OnClick = lMailClick
end
end