-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanasayfafrm.lfm
133 lines (133 loc) · 2.87 KB
/
anasayfafrm.lfm
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
object frmAnaSayfa: TfrmAnaSayfa
Left = 438
Height = 503
Top = 247
Width = 444
Caption = 'IP Konum'
ClientHeight = 503
ClientWidth = 444
KeyPreview = True
Position = poDesktopCenter
LCLVersion = '4.0.0.1'
OnShow = FormShow
object mvHarita: TMapView
Left = 0
Height = 440
Top = 40
Width = 444
Align = alClient
CacheLocation = clCustom
DownloadEngine = mvHarita.BuiltInDLE
DrawingEngine = mvHarita.BuiltInDE
Layers = <>
Font.Color = clBlack
MapProvider = 'Yandex.Maps'
OnDrawGpsPoint = mvHaritaDrawGpsPoint
OnZoomChange = mvHaritaZoomChange
end
object pnlUst: TPanel
Left = 0
Height = 40
Top = 0
Width = 444
Align = alTop
ClientHeight = 40
ClientWidth = 444
TabOrder = 1
object btnSorgula: TButton
Left = 327
Height = 25
Top = 7
Width = 75
Anchors = [akTop, akRight]
Caption = 'Sorgula'
TabOrder = 0
OnClick = btnSorgulaClick
end
object lblIPAdres: TLabel
Left = 9
Height = 15
Top = 12
Width = 46
Caption = 'IP Adresi'
end
object edtIPAdres: TEdit
Left = 64
Height = 23
Top = 8
Width = 253
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
Text = '8.8.8.8'
OnKeyDown = edtIPAdresKeyDown
end
object cbDetay: TCheckBox
Left = 414
Height = 17
Hint = 'Detayları Görüntüle'
Top = 11
Width = 18
Anchors = [akTop, akRight]
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnChange = cbDetayChange
end
end
object vleDetay: TValueListEditor
Left = 8
Height = 250
Top = 48
Width = 256
DefaultColWidth = 95
FixedCols = 0
Flat = True
RowCount = 11
TabOrder = 2
Visible = False
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goAlwaysShowEditor, goThumbTracking]
Strings.Strings = (
'Ülke='
'Ülke Kodu='
'Bölge='
'Bölge Adı='
'Şehir='
'Enlem='
'Boylam='
'Zaman Dilimi='
'Servis Sağlayıcı='
'Organizasyon='
)
TitleCaptions.Strings = (
'Anahtar'
'Değer'
)
ColWidths = (
95
160
)
end
object sbDurum: TStatusBar
Left = 0
Height = 23
Top = 480
Width = 444
Panels = <>
SimpleText = 'Büyütme Oranı: 0'
end
object IdHTTP: TIdHTTP
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.ContentRangeEnd = 0
Request.ContentRangeStart = 0
Request.ContentRangeInstanceLength = 0
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
HTTPOptions = [hoForceEncodeParams]
Left = 168
Top = 232
end
end