-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathunit1.lfm
More file actions
260 lines (260 loc) · 5.2 KB
/
unit1.lfm
File metadata and controls
260 lines (260 loc) · 5.2 KB
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
object Form1: TForm1
Left = 331
Height = 498
Top = 125
Width = 932
Caption = 'Form1'
ClientHeight = 498
ClientWidth = 932
Position = poScreenCenter
LCLVersion = '3.99.0.0'
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
object OpenGLControl1: TOpenGLControl
Left = 8
Height = 480
Top = 8
Width = 640
OnDblClick = OpenGLControl1DblClick
OnMakeCurrent = OpenGLControl1MakeCurrent
OnMouseMove = OpenGLControl1MouseMove
OnMouseWheel = OpenGLControl1MouseWheel
OnPaint = OpenGLControl1Paint
OnResize = OpenGLControl1Resize
end
object Button1: TButton
Left = 656
Height = 25
Top = 8
Width = 180
Caption = 'Reenable downloading'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 656
Height = 25
Top = 40
Width = 180
Caption = 'Empty tilecache'
TabOrder = 2
OnClick = Button2Click
end
object ComboBox1: TComboBox
Left = 712
Height = 26
Top = 72
Width = 124
ItemHeight = 0
ItemIndex = 1
Items.Strings = (
'Google Hybrid'
'Google Normal'
'Google Satelite'
'Google Terrain'
)
Style = csDropDownList
TabOrder = 3
Text = 'Google Normal'
OnChange = ComboBox1Change
end
object Label1: TLabel
Left = 656
Height = 16
Top = 80
Width = 54
Caption = 'Maptype'
end
object Label2: TLabel
Left = 656
Height = 16
Top = 112
Width = 72
Caption = 'Localization'
end
object ComboBox2: TComboBox
Left = 736
Height = 26
Top = 108
Width = 100
ItemHeight = 0
ItemIndex = 0
Items.Strings = (
'de'
'en'
'ja'
)
Style = csDropDownList
TabOrder = 4
Text = 'de'
OnChange = ComboBox2Change
end
object CheckBox1: TCheckBox
Left = 656
Height = 22
Top = 469
Width = 90
Caption = 'Show scale'
Checked = True
State = cbChecked
TabOrder = 5
OnChange = CheckBox1Change
end
object Button3: TButton
Left = 657
Height = 25
Top = 144
Width = 86
Caption = 'Jump to:'
TabOrder = 6
OnClick = Button3Click
end
object Edit1: TEdit
Left = 752
Height = 26
Top = 146
Width = 80
TabOrder = 7
Text = 'Edit1'
end
object Edit2: TEdit
Left = 840
Height = 26
Top = 146
Width = 80
TabOrder = 8
Text = 'Edit2'
end
object Button4: TButton
Left = 656
Height = 25
Top = 176
Width = 87
Caption = 'Add Image at'
TabOrder = 9
OnClick = Button4Click
end
object Edit3: TEdit
Left = 752
Height = 26
Top = 178
Width = 80
TabOrder = 10
Text = 'Edit3'
end
object Edit4: TEdit
Left = 840
Height = 26
Top = 178
Width = 80
TabOrder = 11
Text = 'Edit4'
end
object CheckBox2: TCheckBox
Left = 657
Height = 22
Top = 448
Width = 131
Caption = 'Show point labels'
TabOrder = 12
OnChange = CheckBox2Change
end
object CheckBox3: TCheckBox
Left = 657
Height = 22
Top = 424
Width = 138
Caption = 'show 161m ranges'
TabOrder = 13
OnChange = CheckBox3Change
end
object GroupBox1: TGroupBox
Left = 664
Height = 153
Top = 256
Width = 256
Caption = ' Proxy settings '
ClientHeight = 136
ClientWidth = 254
TabOrder = 14
object Label3: TLabel
Left = 8
Height = 16
Top = 16
Width = 28
Caption = 'Host'
end
object Label4: TLabel
Left = 8
Height = 16
Top = 40
Width = 58
Caption = 'Password'
end
object Label5: TLabel
Left = 8
Height = 16
Top = 76
Width = 26
Caption = 'Port'
end
object Label6: TLabel
Left = 8
Height = 16
Top = 104
Width = 27
Caption = 'User'
end
object Edit5: TEdit
Left = 120
Height = 26
Top = 8
Width = 128
TabOrder = 0
Text = 'Edit5'
OnChange = Edit5Change
end
object Edit6: TEdit
Left = 120
Height = 26
Top = 37
Width = 128
EchoMode = emPassword
PasswordChar = '*'
TabOrder = 1
Text = 'Edit6'
OnChange = Edit6Change
end
object Edit7: TEdit
Left = 120
Height = 26
Top = 68
Width = 128
TabOrder = 2
Text = 'Edit7'
OnChange = Edit7Change
end
object Edit8: TEdit
Left = 120
Height = 26
Top = 96
Width = 128
TabOrder = 3
Text = 'Edit8'
OnChange = Edit8Change
end
end
object ImageList1: TImageList
Height = 32
Width = 32
Left = 488
Top = 176
Bitmap = {
4C7A0100000020000000200000007C0000000000000078DAED97410A00200804
FBFFA7AD6378A87415172CF1D4DA0495A90C71D91AB2BB8C5CD3BC9B6772F5DC
8B16659FE63DB108F785EFDD87456FD545AE99A1B59E57A4DE735722632AF9E8
3B41E33AF3913C1911CBC2EFEE5DCFFFE79F7A7EF7FF8FA1FE60A8BF18EACFEA
FA9BA1FF60E9BF18FACFECFE7B02AB0CE56F
}
end
end