-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathLoRaGatewaySettings.fmx
104 lines (102 loc) · 3.76 KB
/
LoRaGatewaySettings.fmx
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
inherited frmLoRaGatewaySettings: TfrmLoRaGatewaySettings
Caption = 'frmSettingsBase1'
OnCreate = FormCreate
DesignerMasterStyle = 0
inherited pnlMain: TPanel
inherited Panel1: TPanel
Size.Height = 237.000000000000000000
inherited Rectangle3: TRectangle
Size.Height = 229.000000000000000000
inherited Memo1: TMemo
Lines.Strings = (
'"Network Address" is the hostname or IP address of the Raspberry' +
' Pi running the LoRa Gateway program.'#11
'"Port" is the TCP/IP port used by the gateway.'#11
'To configure the gateway, use a line such as the following in ga' +
'teway.txt, ensuring that the port number matches that used here.' +
#11
'ServerPort=6004')
TextSettings.Font.StyleExt = {00070000000000000004000000}
Size.Height = 223.000000000000000000
Viewport.Width = 675.000000000000000000
Viewport.Height = 223.000000000000000000
end
end
end
inherited Panel3: TPanel
Size.Height = 113.000000000000000000
inherited Rectangle1: TRectangle
Size.Height = 105.000000000000000000
end
object Label1: TLabel
Align = Scale
StyledSettings = [Family, Style, FontColor, Other]
Position.X = 40.000000000000000000
Position.Y = 8.000000000000000000
Size.Width = 225.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSLabelStyle'
TextSettings.Font.Size = 18.000000000000000000
Text = 'Network Address:'
TabOrder = 4
end
object edtHost: TTMSFMXEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
Align = Scale
StyleLookup = 'LCARSTMSFMXEdit1Style'
TabOrder = 0
TextSettings.Font.Size = 32.000000000000000000
TextSettings.FontColor = claWhite
Position.X = 288.000000000000000000
Position.Y = 8.000000000000000000
Margins.Left = 8.000000000000000000
Margins.Right = 8.000000000000000000
Margins.Bottom = 8.000000000000000000
StyledSettings = [Family, Style]
OnChangeTracking = edtHostChangeTracking
Size.Width = 385.000000000000000000
Size.Height = 41.000000000000000000
Size.PlatformDefault = False
Version = '1.4.4.2'
Lookup.Separator = ';'
end
object Label3: TLabel
Align = Scale
StyledSettings = [Family, Style, FontColor, Other]
Position.X = 144.000000000000000000
Position.Y = 56.000000000000000000
Size.Width = 121.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSLabelStyle'
TextSettings.Font.Size = 18.000000000000000000
Text = 'Port:'
TabOrder = 5
end
object edtPort: TTMSFMXEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
Align = Scale
StyleLookup = 'LCARSTMSFMXEdit1Style'
TabOrder = 1
TextSettings.Font.Size = 32.000000000000000000
TextSettings.FontColor = claWhite
Position.X = 288.000000000000000000
Position.Y = 56.000000000000000000
Margins.Left = 8.000000000000000000
Margins.Right = 8.000000000000000000
Margins.Bottom = 8.000000000000000000
StyledSettings = [Family, Style]
OnChangeTracking = edtHostChangeTracking
Size.Width = 113.000000000000000000
Size.Height = 41.000000000000000000
Size.PlatformDefault = False
Version = '1.4.4.2'
Lookup.Separator = ';'
end
end
inherited Panel2: TPanel
Position.Y = 113.000000000000000000
end
end
end