-
Notifications
You must be signed in to change notification settings - Fork 2
/
Unit1.dfm
274 lines (274 loc) · 5.23 KB
/
Unit1.dfm
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
object Form1: TForm1
Left = 287
Top = 265
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'IP2Location DEMO | IP2Location - support@ip2location.com |'
ClientHeight = 323
ClientWidth = 550
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object rb1: TRadioButton
Left = 8
Top = 24
Width = 137
Height = 17
Caption = 'Read from file (Deafault)'
Checked = True
TabOrder = 0
TabStop = True
end
object rb2: TRadioButton
Left = 191
Top = 24
Width = 137
Height = 17
Caption = 'Read from Cache'
TabOrder = 1
end
object rb3: TRadioButton
Left = 376
Top = 24
Width = 145
Height = 17
Caption = 'Read from shared memory'
TabOrder = 2
end
object grp1: TGroupBox
Left = 2
Top = 3
Width = 545
Height = 54
Caption = 'Database Path'
TabOrder = 3
object lbl1: TLabel
Left = 7
Top = 22
Width = 101
Height = 13
Caption = 'Select Database File:'
end
object edt1: TEdit
Left = 110
Top = 19
Width = 403
Height = 21
TabOrder = 0
OnChange = edt1Change
end
object btn1: TButton
Left = 516
Top = 19
Width = 22
Height = 21
Caption = '...'
TabOrder = 1
OnClick = btn1Click
end
end
object rg1: TRadioGroup
Left = 2
Top = 60
Width = 545
Height = 54
Caption = 'Open Mode'
Columns = 3
Enabled = False
ItemIndex = 0
Items.Strings = (
'Read from file (default)'
'Read from cache'
'Read from shared memory')
TabOrder = 4
OnClick = rg1Click
end
object grp2: TGroupBox
Left = 3
Top = 118
Width = 545
Height = 184
Caption = 'IP2Location'
Enabled = False
TabOrder = 5
object lbl2: TLabel
Left = 120
Top = 15
Width = 52
Height = 13
Caption = 'IP Address'
end
object lv1: TListView
Left = 7
Top = 39
Width = 529
Height = 139
Columns = <
item
Caption = 'IP'
Width = 100
end
item
Caption = 'Code'
end
item
Caption = 'Country'
Width = 150
end
item
Caption = 'Region'
Width = 150
end
item
Caption = 'City'
Width = 150
end
item
Caption = 'Latitude'
Width = 150
end
item
Caption = 'Longitude'
Width = 150
end
item
Caption = 'Zip Code'
Width = 75
end
item
Caption = 'Time Zone'
Width = 100
end
item
Caption = 'ISP'
Width = 150
end
item
Caption = 'Domain'
Width = 100
end
item
Caption = 'Connection type'
Width = 100
end
item
Caption = 'Area code'
Width = 100
end
item
Caption = 'IDD code'
Width = 100
end
item
Caption = 'Weather Station Code'
Width = 100
end
item
Caption = 'Weather Station Name'
Width = 100
end
item
Caption = 'MCC'
Width = 100
end
item
Caption = 'MNC'
Width = 100
end
item
Caption = 'Mobile Network'
Width = 100
end
item
Caption = 'Elevation'
Width = 100
end
item
Caption = 'Usage type'
Width = 100
end
item
Caption = 'Address type'
Width = 100
end
item
Caption = 'Category'
Width = 100
end
item
Caption = 'District'
Width = 100
end
item
Caption = 'ASN'
Width = 100
end
item
Caption = 'AS'
Width = 100
end>
GridLines = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
end
object edt2: TEdit
Left = 176
Top = 12
Width = 193
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
OnEnter = edt2Enter
OnExit = edt2Exit
OnKeyPress = edt2KeyPress
end
end
object stat1: TStatusBar
Left = 0
Top = 304
Width = 550
Height = 19
Panels = <
item
Text = 'Database Date:'
Width = 150
end
item
Text = 'Database Entries:'
Width = 150
end
item
Text = 'IP Version:'
Width = 100
end
item
Alignment = taRightJustify
Width = 100
end>
end
object XPManifest1: TXPManifest
end
object dlgOpen1: TOpenDialog
Filter = 'IP2LOC Binary File (*.Bin)|*.Bin'
Left = 32
end
object tmr1: TTimer
Interval = 1
OnTimer = tmr1Timer
Left = 330
Top = 3
end
end