File: worldmap.lfm

package info (click to toggle)
udm 1.0.0.352-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,076 kB
  • sloc: pascal: 72,496; ansic: 6,892; awk: 880; makefile: 768; sh: 493; perl: 34; python: 22; tcl: 18
file content (331 lines) | stat: -rw-r--r-- 8,543 bytes parent folder | download | duplicates (3)
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
object FormWorldmap: TFormWorldmap
  Left = 2406
  Height = 515
  Top = 126
  Width = 800
  BorderStyle = bsDialog
  Caption = 'Set location'
  ClientHeight = 515
  ClientWidth = 800
  OnShow = FormShow
  Position = poScreenCenter
  LCLVersion = '2.0.12.0'
  object MapImage: TImage
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 0
    Height = 400
    Top = 0
    Width = 800
    Anchors = [akTop, akLeft, akRight]
    OnClick = MapImageClick
    OnMouseEnter = MapImageMouseEnter
    OnMouseLeave = MapImageMouseLeave
    OnMouseMove = MapImageMouseMove
    ParentShowHint = False
    Proportional = True
  end
  object ApplyButton: TButton
    AnchorSideLeft.Side = asrBottom
    AnchorSideRight.Control = CloseButton
    AnchorSideBottom.Side = asrCenter
    Left = 620
    Height = 25
    Top = 487
    Width = 75
    Anchors = [akRight, akBottom]
    BorderSpacing.Right = 5
    BorderSpacing.Bottom = 3
    Caption = 'Apply'
    OnClick = ApplyButtonClick
    TabOrder = 0
  end
  object CreditLabel: TLabel
    AnchorSideTop.Control = MapImage
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = MapImage
    AnchorSideRight.Side = asrBottom
    Left = 704
    Height = 12
    Top = 400
    Width = 86
    Anchors = [akTop, akRight]
    BorderSpacing.Right = 10
    Caption = 'Photo credit: NASA'
    Font.Color = 3881787
    Font.Height = -10
    Font.Style = [fsItalic]
    ParentColor = False
    ParentFont = False
  end
  object CursorLabel: TLabel
    AnchorSideTop.Control = CursorLatitude
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = CursorLatitude
    Left = 119
    Height = 17
    Top = 425
    Width = 46
    Anchors = [akTop, akRight]
    BorderSpacing.Right = 3
    Caption = 'Cursor:'
    ParentColor = False
    Visible = False
  end
  object CloseButton: TButton
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 700
    Height = 25
    Top = 487
    Width = 75
    Anchors = [akRight, akBottom]
    BorderSpacing.Right = 25
    BorderSpacing.Bottom = 3
    Caption = 'Close'
    OnClick = CloseButtonClick
    TabOrder = 1
  end
  object DesiredLabel: TLabel
    AnchorSideTop.Control = DesiredLatitudeEdit
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = DesiredLatitudeEdit
    Left = 113
    Height = 17
    Top = 456
    Width = 52
    Anchors = [akTop, akRight]
    BorderSpacing.Right = 3
    Caption = 'Desired:'
    ParentColor = False
  end
  object LatitudeLabel: TLabel
    AnchorSideLeft.Control = CursorLatitude
    AnchorSideLeft.Side = asrCenter
    AnchorSideTop.Control = CursorLatitude
    AnchorSideTop.Side = asrBottom
    AnchorSideBottom.Control = CursorLongitude
    Left = 203
    Height = 17
    Top = 403
    Width = 51
    Anchors = [akLeft, akBottom]
    Caption = 'Latitude'
    ParentColor = False
  end
  object LongitudeLabel: TLabel
    AnchorSideLeft.Control = CursorLongitude
    AnchorSideLeft.Side = asrCenter
    AnchorSideBottom.Control = CursorLongitude
    Left = 341
    Height = 17
    Top = 403
    Width = 63
    Anchors = [akLeft, akBottom]
    Caption = 'Longitude'
    ParentColor = False
  end
  object AppliedLabel: TLabel
    AnchorSideTop.Control = ActualLatitudeEdit
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Control = ActualLatitudeEdit
    Left = 123
    Height = 17
    Top = 489
    Width = 42
    Anchors = [akTop, akRight]
    BorderSpacing.Right = 3
    Caption = 'Actual:'
    ParentColor = False
  end
  object ElevationLabel: TLabel
    AnchorSideLeft.Control = DesiredElevationEdit
    AnchorSideLeft.Side = asrCenter
    AnchorSideBottom.Control = DesiredElevationEdit
    Left = 469
    Height = 17
    Top = 433
    Width = 55
    Anchors = [akLeft, akBottom]
    Caption = 'Elevation'
    ParentColor = False
  end
  object DesiredElevationEdit: TLabeledEdit
    AnchorSideBottom.Control = ActualElevationEdit
    Left = 456
    Height = 30
    Top = 450
    Width = 80
    Alignment = taRightJustify
    Anchors = [akBottom]
    AutoSelect = False
    BorderSpacing.Bottom = 2
    EditLabel.Height = 17
    EditLabel.Width = 12
    EditLabel.Caption = 'm'
    EditLabel.ParentColor = False
    LabelPosition = lpRight
    TabOrder = 2
    OnChange = DesiredElevationEditChange
  end
  object ActualElevationEdit: TLabeledEdit
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 456
    Height = 30
    Top = 482
    Width = 80
    Alignment = taRightJustify
    Anchors = [akBottom]
    AutoSelect = False
    BorderSpacing.Bottom = 3
    EditLabel.Height = 17
    EditLabel.Width = 12
    EditLabel.Caption = 'm'
    EditLabel.ParentColor = False
    LabelPosition = lpRight
    ReadOnly = True
    TabOrder = 3
    TabStop = False
  end
  object CursorLatitude: TLabeledEdit
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = DesiredLatitudeEdit
    Left = 168
    Height = 26
    Top = 420
    Width = 120
    Alignment = taRightJustify
    Anchors = [akLeft, akRight, akBottom]
    AutoSize = False
    BorderSpacing.Bottom = 3
    EditLabel.Height = 17
    EditLabel.Width = 6
    EditLabel.Caption = '°'
    EditLabel.ParentColor = False
    LabelPosition = lpRight
    ReadOnly = True
    TabOrder = 4
    Visible = False
  end
  object CursorLongitude: TLabeledEdit
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = CursorLatitude
    AnchorSideBottom.Side = asrBottom
    Left = 312
    Height = 26
    Top = 420
    Width = 120
    Alignment = taRightJustify
    Anchors = [akBottom]
    AutoSize = False
    EditLabel.Height = 17
    EditLabel.Width = 6
    EditLabel.Caption = '°'
    EditLabel.ParentColor = False
    LabelPosition = lpRight
    ReadOnly = True
    TabOrder = 5
    Visible = False
  end
  object DesiredLatitudeEdit: TLabeledEdit
    AnchorSideLeft.Control = Owner
    AnchorSideBottom.Control = ActualLatitudeEdit
    Left = 168
    Height = 30
    Top = 449
    Width = 120
    Alignment = taRightJustify
    Anchors = [akBottom]
    AutoSelect = False
    BorderSpacing.Bottom = 3
    EditLabel.Height = 17
    EditLabel.Width = 6
    EditLabel.Caption = '°'
    EditLabel.ParentColor = False
    LabelPosition = lpRight
    TabOrder = 6
    OnChange = DesiredLatitudeEditChange
  end
  object ActualLatitudeEdit: TLabeledEdit
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 168
    Height = 30
    Top = 482
    Width = 120
    Alignment = taRightJustify
    Anchors = [akBottom]
    AutoSelect = False
    BorderSpacing.Bottom = 3
    EditLabel.Height = 17
    EditLabel.Width = 6
    EditLabel.Caption = '°'
    EditLabel.ParentColor = False
    LabelPosition = lpRight
    ReadOnly = True
    TabOrder = 7
    TabStop = False
  end
  object ActualLongitudeEdit: TLabeledEdit
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 312
    Height = 30
    Top = 482
    Width = 120
    Alignment = taRightJustify
    Anchors = [akBottom]
    AutoSelect = False
    BorderSpacing.Bottom = 3
    EditLabel.Height = 17
    EditLabel.Width = 6
    EditLabel.Caption = '°'
    EditLabel.ParentColor = False
    LabelPosition = lpRight
    ReadOnly = True
    TabOrder = 8
    TabStop = False
  end
  object DesiredLongitudeEdit: TLabeledEdit
    AnchorSideLeft.Side = asrBottom
    AnchorSideBottom.Control = DesiredLatitudeEdit
    AnchorSideBottom.Side = asrBottom
    Left = 312
    Height = 30
    Top = 449
    Width = 120
    Alignment = taRightJustify
    Anchors = [akBottom]
    AutoSelect = False
    BorderSpacing.Left = 10
    EditLabel.Height = 17
    EditLabel.Width = 6
    EditLabel.Caption = '°'
    EditLabel.ParentColor = False
    LabelPosition = lpRight
    TabOrder = 9
    OnChange = DesiredLongitudeEditChange
  end
  object UsageInstructions: TLabel
    AnchorSideTop.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = CloseButton
    Left = 634
    Height = 30
    Top = 436
    Width = 166
    Anchors = [akRight, akBottom]
    BorderSpacing.Bottom = 21
    Caption = 'Move mouse to desired position then click.'#10'Or type settings into Desired fields.'#10'Press Apply to store position settings.'
    Font.Height = -9
    Font.Name = 'Sans'
    ParentColor = False
    ParentFont = False
  end
end