-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathAPRSSettings.dfm
More file actions
29 lines (29 loc) · 709 Bytes
/
Copy pathAPRSSettings.dfm
File metadata and controls
29 lines (29 loc) · 709 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
inherited frmAPRSSettings: TfrmAPRSSettings
Caption = 'APRS / OGN Settings'
PixelsPerInch = 96
TextHeight = 13
inherited pnlCommon: TAdvPanel
FullHeight = 337
object Label3: TLabel [4]
Left = 43
Top = 99
Width = 294
Height = 38
Alignment = taCenter
AutoSize = False
Caption =
'For APRS, use your local APRS server e.g.euro.aprs2.net. For O' +
'GN, use aprs.glidernet.org. Port is normally 14580.'
WordWrap = True
end
inherited btnSave: TAdvSmoothButton
TMSStyle = 8
end
inherited btnCancel: TAdvSmoothButton
TMSStyle = 8
end
inherited edtPort: TEdit
Text = '14580'
end
end
end