-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathOtherSettings.fmx
166 lines (162 loc) · 6.06 KB
/
OtherSettings.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
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
inherited frmOtherSettings: TfrmOtherSettings
Caption = 'frmSettingsBase1'
DesignerMasterStyle = 0
inherited pnlMain: TPanel
inherited Panel1: TPanel
Size.Height = 563.000000000000000000
inherited Rectangle3: TRectangle
Size.Height = 555.000000000000000000
inherited Memo1: TMemo
Lines.Strings = (
'"UDP Tx Port" is the port to transmit local telemetry (from USB ' +
'or Bluetooth) on to the local network.'
''
'"UDP Rx Port" is the port to receivel telemetry on over local ne' +
'twork'
''
'"White List" adds these payload IDs (comma-separated if more tha' +
'n one) to the Habitat download, so you can chase payloads that y' +
'ou aren'#39't receiving from directly.'
''
'"Download From Sondehub" enables download of telemetry from Sond' +
'ehub. Only already-received payloads, or those in the white lis' +
't, are downloaded.')
StyledSettings = [Family, FontColor]
TextSettings.Font.StyleExt = {00070000000000000004000000}
Size.Height = 519.000000000000000000
Viewport.Width = 500.000000000000000000
Viewport.Height = 519.000000000000000000
end
end
end
inherited Panel3: TPanel
Size.Height = 167.000000000000000000
inherited Rectangle1: TRectangle
Size.Height = 159.000000000000000000
end
object chkEnableSondehub: TLabel
Align = Scale
StyledSettings = [Family, Style, Other]
HitTest = True
Position.X = 146.000000000000000000
Position.Y = 105.000000000000000000
Size.Width = 351.000000000000000000
Size.Height = 41.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'lCARSCheckButton'
TextSettings.Font.Size = 11.899999618530270000
TextSettings.FontColor = claWhite
Text = 'Download From Sondehub'
TabOrder = 6
OnClick = chkEnableSondehubClick
end
object Label2: TLabel
Align = Scale
StyledSettings = [Family, Style, FontColor, Other]
Position.X = 8.000000000000000000
Position.Y = 16.000000000000000000
Size.Width = 129.000000000000000000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSLabelStyle'
TextSettings.Font.Size = 11.899999618530270000
Text = 'UDP Tx Port:'
TabOrder = 5
end
object edtUDPTxPort: TTMSFMXEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
Align = Scale
StyleLookup = 'LCARSTMSFMXEdit1Style'
TabOrder = 2
KeyboardType = DecimalNumberPad
Text = '0'
TextSettings.Font.Size = 11.899999618530270000
TextSettings.FontColor = claWhite
Position.X = 146.000000000000000000
Position.Y = 12.000000000000000000
Margins.Left = 8.000000000000000000
Margins.Right = 8.000000000000000000
Margins.Bottom = 8.000000000000000000
StyledSettings = [Family, Style]
OnChangeTracking = edtUDPTxPortChangeTracking
Size.Width = 111.000000000000000000
Size.Height = 37.000000000000000000
Size.PlatformDefault = False
Version = '1.4.4.5'
Lookup.Separator = ';'
end
object edtWhiteList: TTMSFMXEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
Align = Scale
StyleLookup = 'LCARSTMSFMXEdit1Style'
TabOrder = 0
Text = '0'
TextSettings.Font.Size = 11.899999618530270000
TextSettings.FontColor = claWhite
Position.X = 146.000000000000000000
Position.Y = 56.000000000000000000
Margins.Left = 8.000000000000000000
Margins.Right = 8.000000000000000000
Margins.Bottom = 8.000000000000000000
StyledSettings = [Family, Style]
OnChangeTracking = edtUDPTxPortChangeTracking
Size.Width = 351.000000000000000000
Size.Height = 37.000000000000000000
Size.PlatformDefault = False
Version = '1.4.4.5'
Lookup.Separator = ';'
end
object Label1: TLabel
Align = Scale
StyledSettings = [Family, Style, FontColor, Other]
Position.X = 8.000000000000000000
Position.Y = 60.000000000000000000
Size.Width = 129.000000000000000000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSLabelStyle'
TextSettings.Font.Size = 11.899999618530270000
Text = 'White List:'
TabOrder = 3
end
object Label3: TLabel
Align = Scale
StyledSettings = [Family, Style, FontColor, Other]
Position.X = 298.000000000000000000
Position.Y = 16.000000000000000000
Size.Width = 87.000000000000000000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSLabelStyle'
TextSettings.Font.Size = 11.899999618530270000
Text = 'UDP Rx Port:'
TabOrder = 4
end
object edtUDPRxPort: TTMSFMXEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
Align = Scale
StyleLookup = 'LCARSTMSFMXEdit1Style'
TabOrder = 1
KeyboardType = DecimalNumberPad
Text = '0'
TextSettings.Font.Size = 11.899999618530270000
TextSettings.FontColor = claWhite
Position.X = 392.000000000000000000
Position.Y = 12.000000000000000000
Margins.Left = 8.000000000000000000
Margins.Right = 8.000000000000000000
Margins.Bottom = 8.000000000000000000
StyledSettings = [Family, Style]
OnChangeTracking = edtUDPTxPortChangeTracking
Size.Width = 105.000000000000000000
Size.Height = 37.000000000000000000
Size.PlatformDefault = False
Version = '1.4.4.5'
Lookup.Separator = ';'
end
end
inherited Panel2: TPanel
Position.Y = 167.000000000000000000
end
end
end