-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGPSSettings.fmx
181 lines (177 loc) · 6.61 KB
/
GPSSettings.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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
inherited frmGPSSettings: TfrmGPSSettings
Caption = 'frmSettingsBase1'
DesignerMasterStyle = 0
inherited pnlMain: TPanel
inherited Panel1: TPanel
Size.Height = 553.000000000000000000
inherited Rectangle3: TRectangle
Size.Height = 545.000000000000000000
inherited Memo1: TMemo
Lines.Strings = (
'"Chase Car ID" is the label used for that icon. "_chase" is aut' +
'omatically appended so you don'#39't need to include that yourself.'#11
''
''
''
''
'"Period" is the time, in seconds, between position updates to Ha' +
'bitat.'
''
'The Offset is required for some phones which report altitude rel' +
'ative to sea level, rather than WGS84 which is used by HAB track' +
'ers.'
''
'"Enable Sondehub Upload" enables uploading of your position to S' +
'ondehub, where it will appear as a chase car icon.')
StyledSettings = [Family, FontColor]
TextSettings.Font.StyleExt = {00070000000000000004000000}
Size.Height = 509.000000000000000000
Viewport.Width = 500.000000000000000000
Viewport.Height = 509.000000000000000000
end
end
end
inherited Panel3: TPanel
Size.Height = 177.000000000000000000
inherited Rectangle1: TRectangle
Size.Height = 169.000000000000000000
object edtPeriod: TTMSFMXEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
Align = Scale
StyleLookup = 'LCARSTMSFMXEdit1Style'
TabOrder = 0
KeyboardType = DecimalNumberPad
Text = '0'
TextSettings.Font.Size = 11.899999618530270000
TextSettings.FontColor = claWhite
Position.X = 186.000000000000000000
Position.Y = 64.000000000000000000
Margins.Left = 8.000000000000000000
Margins.Right = 8.000000000000000000
Margins.Bottom = 8.000000000000000000
StyledSettings = [Family, Style]
OnChangeTracking = edtPortChangeTracking
Size.Width = 83.000000000000000000
Size.Height = 31.000000000000000000
Size.PlatformDefault = False
Version = '1.4.4.5'
EditType = etNumeric
Lookup.Separator = ';'
end
object edtCallsign: TTMSFMXEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
Align = Scale
StyleLookup = 'LCARSTMSFMXEdit1Style'
TabOrder = 1
TextSettings.Font.Size = 11.899999618530270000
TextSettings.FontColor = claWhite
Position.X = 186.000000000000000000
Position.Y = 12.000000000000000000
Margins.Left = 8.000000000000000000
Margins.Right = 8.000000000000000000
Margins.Bottom = 8.000000000000000000
StyledSettings = [Family, Style]
OnChangeTracking = edtPortChangeTracking
Size.Width = 127.000000000000000000
Size.Height = 31.000000000000000000
Size.PlatformDefault = False
Version = '1.4.4.5'
EditType = etUppercase
Lookup.Separator = ';'
end
object Label2: TLabel
Align = Scale
StyledSettings = [Family, Style, FontColor, Other]
Position.X = 8.000000000000000000
Position.Y = 66.000000000000000000
Size.Width = 169.000000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSLabelStyle'
TextSettings.Font.Size = 11.899999618530270000
Text = 'Period (s):'
TabOrder = 2
end
object Label3: TLabel
Align = Scale
StyledSettings = [Family, Style, FontColor, Other]
Position.X = 8.000000000000000000
Position.Y = 17.000000000000000000
Size.Width = 169.000000000000000000
Size.Height = 19.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSLabelStyle'
TextSettings.Font.Size = 11.899999618530270000
Text = 'Chase Car ID:'
TabOrder = 3
end
object chkSondehubUpload: TLabel
Align = Scale
StyledSettings = [Family, Style, Other]
HitTest = True
Position.X = 303.000000000000000000
Position.Y = 117.000000000000000000
Size.Width = 213.000000000000000000
Size.Height = 36.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'lCARSCheckButton'
TextSettings.Font.Size = 11.899999618530270000
TextSettings.FontColor = claWhite
Text = 'Enable SONDEHUB Upload'
TabOrder = 4
OnClick = chkSettingsClick
end
end
object Label1: TLabel
Align = Scale
StyledSettings = [Family, Style, FontColor, Other]
Position.X = 8.000000000000000000
Position.Y = 122.000000000000000000
Size.Width = 169.000000000000000000
Size.Height = 27.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSLabelStyle'
TextSettings.Font.Size = 11.899999618530270000
Text = 'GPS Alt Offset:'
TabOrder = 2
end
object edtOffset: TTMSFMXEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
Align = Scale
StyleLookup = 'LCARSTMSFMXEdit1Style'
TabOrder = 0
KeyboardType = DecimalNumberPad
Text = '0'
TextSettings.Font.Size = 11.899999618530270000
TextSettings.FontColor = claWhite
Position.X = 186.000000000000000000
Position.Y = 122.000000000000000000
Margins.Left = 8.000000000000000000
Margins.Right = 8.000000000000000000
Margins.Bottom = 8.000000000000000000
StyledSettings = [Family, Style]
OnChangeTracking = edtPortChangeTracking
Size.Width = 83.000000000000000000
Size.Height = 31.000000000000000000
Size.PlatformDefault = False
Version = '1.4.4.5'
EditType = etNumeric
Lookup.Separator = ';'
end
end
inherited Panel2: TPanel
Position.Y = 177.000000000000000000
inherited btnApply: TLabel
Position.X = 112.000000000000000000
end
inherited btnCancel: TLabel
Position.X = 296.000000000000000000
end
end
end
object HTTPRIO1: THTTPRIO
Converter.Options = [soSendMultiRefObj, soTryAllSchema, soRootRefNodesToBody, soCacheMimeResponse, soUTF8EncodeXML]
Left = 404
Top = 488
end
end