-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathAboutDlg.dfm
151 lines (151 loc) · 3.25 KB
/
AboutDlg.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
object AboutDialog: TAboutDialog
Left = 394
Top = 103
BorderStyle = bsDialog
Caption = 'About...'
ClientHeight = 142
ClientWidth = 375
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
DesignSize = (
375
142)
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 357
Height = 125
Anchors = [akLeft, akTop, akRight]
Shape = bsFrame
end
object ProgNameLabel2: TLabel
Left = 67
Top = 16
Width = 220
Height = 35
Caption = 'ProductName'
Font.Charset = DEFAULT_CHARSET
Font.Color = clAqua
Font.Height = -29
Font.Name = 'Verdana'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object ProgNameLabel1: TLabel
Left = 70
Top = 18
Width = 220
Height = 35
Caption = 'ProductName'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -29
Font.Name = 'Verdana'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = True
end
object Label3: TLabel
Left = 24
Top = 66
Width = 183
Height = 13
Caption = 'Copyright '#169' 2013 Afreet Software, Inc.'
end
object Label4: TLabel
Left = 24
Top = 86
Width = 37
Height = 13
Caption = 'Author: '
end
object Label5: TLabel
Left = 76
Top = 86
Width = 132
Height = 13
Cursor = crHandPoint
Hint = '[email protected]'
Caption = 'Alex Shovkoplyas, VE3NEA'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
ParentShowHint = False
ShowHint = True
OnClick = Label5Click
end
object Label7: TLabel
Left = 24
Top = 106
Width = 45
Height = 13
Caption = 'Web site:'
end
object Label6: TLabel
Left = 76
Top = 106
Width = 163
Height = 13
Cursor = crHandPoint
Hint = 'http://www.dxatlas.com/HamVNA'
Caption = 'http://www.dxatlas.com/HamVNA'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
ParentShowHint = False
ShowHint = True
OnClick = Label6Click
end
object Label8: TLabel
Left = 282
Top = 53
Width = 73
Height = 16
Anchors = [akTop, akRight]
Caption = 'Freeware'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clFuchsia
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold, fsItalic]
ParentColor = False
ParentFont = False
end
object Image1: TImage
Left = 25
Top = 22
Width = 32
Height = 32
end
object Button1: TButton
Left = 280
Top = 96
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = '&Close'
Default = True
ModalResult = 1
TabOrder = 0
end
end