2017-02-11 21:56:08 +01:00
|
|
|
object MiniBrowserFrm: TMiniBrowserFrm
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
Caption = 'MiniBrowser'
|
2017-05-20 19:20:38 +02:00
|
|
|
ClientHeight = 712
|
|
|
|
ClientWidth = 1184
|
2017-02-11 21:56:08 +01:00
|
|
|
Color = clBtnFace
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
Font.Style = []
|
|
|
|
OldCreateOrder = False
|
|
|
|
Position = poScreenCenter
|
2018-03-29 20:02:04 +02:00
|
|
|
OnCloseQuery = FormCloseQuery
|
2018-01-31 18:52:34 +01:00
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
2017-02-11 21:56:08 +01:00
|
|
|
OnShow = FormShow
|
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
|
|
|
object Splitter1: TSplitter
|
2017-05-20 19:20:38 +02:00
|
|
|
Left = 1179
|
2017-02-11 21:56:08 +01:00
|
|
|
Top = 41
|
|
|
|
Width = 5
|
2017-05-20 19:20:38 +02:00
|
|
|
Height = 652
|
2017-02-11 21:56:08 +01:00
|
|
|
Align = alRight
|
|
|
|
Visible = False
|
|
|
|
ExplicitLeft = 0
|
|
|
|
ExplicitTop = 657
|
|
|
|
ExplicitHeight = 909
|
|
|
|
end
|
|
|
|
object NavControlPnl: TPanel
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2017-05-20 19:20:38 +02:00
|
|
|
Width = 1184
|
2017-02-11 21:56:08 +01:00
|
|
|
Height = 41
|
|
|
|
Align = alTop
|
|
|
|
BevelOuter = bvNone
|
|
|
|
Enabled = False
|
|
|
|
ShowCaption = False
|
2018-10-25 12:50:01 +02:00
|
|
|
TabOrder = 1
|
2017-02-11 21:56:08 +01:00
|
|
|
object NavButtonPnl: TPanel
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
Width = 133
|
|
|
|
Height = 41
|
|
|
|
Align = alLeft
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ShowCaption = False
|
|
|
|
TabOrder = 0
|
|
|
|
object BackBtn: TButton
|
|
|
|
Left = 8
|
|
|
|
Top = 8
|
|
|
|
Width = 25
|
|
|
|
Height = 25
|
|
|
|
Caption = '3'
|
|
|
|
Font.Charset = SYMBOL_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -19
|
|
|
|
Font.Name = 'Webdings'
|
|
|
|
Font.Style = []
|
|
|
|
ParentFont = False
|
|
|
|
TabOrder = 0
|
|
|
|
OnClick = BackBtnClick
|
|
|
|
end
|
|
|
|
object ForwardBtn: TButton
|
|
|
|
Left = 39
|
|
|
|
Top = 8
|
|
|
|
Width = 25
|
|
|
|
Height = 25
|
|
|
|
Caption = '4'
|
|
|
|
Font.Charset = SYMBOL_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -19
|
|
|
|
Font.Name = 'Webdings'
|
|
|
|
Font.Style = []
|
|
|
|
ParentFont = False
|
|
|
|
TabOrder = 1
|
|
|
|
OnClick = ForwardBtnClick
|
|
|
|
end
|
|
|
|
object ReloadBtn: TButton
|
|
|
|
Left = 70
|
|
|
|
Top = 8
|
|
|
|
Width = 25
|
|
|
|
Height = 25
|
|
|
|
Caption = 'q'
|
|
|
|
Font.Charset = SYMBOL_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -19
|
|
|
|
Font.Name = 'Webdings'
|
|
|
|
Font.Style = []
|
|
|
|
ParentFont = False
|
|
|
|
TabOrder = 2
|
|
|
|
OnClick = ReloadBtnClick
|
|
|
|
end
|
|
|
|
object StopBtn: TButton
|
|
|
|
Left = 101
|
|
|
|
Top = 8
|
|
|
|
Width = 25
|
|
|
|
Height = 25
|
|
|
|
Caption = '='
|
|
|
|
Font.Charset = SYMBOL_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -19
|
|
|
|
Font.Name = 'Webdings'
|
|
|
|
Font.Style = []
|
|
|
|
ParentFont = False
|
|
|
|
TabOrder = 3
|
2017-09-23 11:38:29 +02:00
|
|
|
OnClick = StopBtnClick
|
2017-02-11 21:56:08 +01:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object URLEditPnl: TPanel
|
|
|
|
Left = 133
|
|
|
|
Top = 0
|
2017-05-20 19:20:38 +02:00
|
|
|
Width = 978
|
2017-02-11 21:56:08 +01:00
|
|
|
Height = 41
|
|
|
|
Align = alClient
|
|
|
|
BevelOuter = bvNone
|
|
|
|
Padding.Top = 9
|
|
|
|
Padding.Bottom = 8
|
|
|
|
ShowCaption = False
|
|
|
|
TabOrder = 1
|
2017-03-15 14:53:45 +01:00
|
|
|
object URLCbx: TComboBox
|
2017-02-11 21:56:08 +01:00
|
|
|
Left = 0
|
|
|
|
Top = 9
|
2017-05-20 19:20:38 +02:00
|
|
|
Width = 978
|
2017-03-15 14:53:45 +01:00
|
|
|
Height = 21
|
2017-02-11 21:56:08 +01:00
|
|
|
Align = alClient
|
2017-08-12 16:22:34 +02:00
|
|
|
ItemIndex = 0
|
2017-03-15 14:53:45 +01:00
|
|
|
TabOrder = 0
|
|
|
|
Text = 'https://www.google.com'
|
|
|
|
Items.Strings = (
|
|
|
|
'https://www.google.com'
|
|
|
|
|
|
|
|
'https://www.whatismybrowser.com/detect/what-http-headers-is-my-b' +
|
2017-03-16 19:09:42 +01:00
|
|
|
'rowser-sending'
|
2017-03-26 22:43:46 +02:00
|
|
|
'https://www.w3schools.com/js/tryit.asp?filename=tryjs_win_close'
|
2017-12-18 19:38:56 +01:00
|
|
|
'https://www.w3schools.com/js/tryit.asp?filename=tryjs_alert'
|
2018-06-27 10:17:34 +02:00
|
|
|
'https://www.w3schools.com/js/tryit.asp?filename=tryjs_loc_assign'
|
2017-03-26 22:43:46 +02:00
|
|
|
'https://www.w3schools.com/html/html5_video.asp'
|
|
|
|
'http://www.adobe.com/software/flash/about/'
|
2017-09-07 10:58:09 +02:00
|
|
|
'http://isflashinstalled.com/'
|
2017-04-06 10:07:06 +02:00
|
|
|
'http://html5test.com/'
|
2017-04-12 09:42:46 +02:00
|
|
|
'https://www.w3schools.com/'
|
2017-05-18 11:44:47 +02:00
|
|
|
'http://webglsamples.org/'
|
2017-11-01 09:38:38 +01:00
|
|
|
'https://get.webgl.org/'
|
2018-09-07 11:53:31 +02:00
|
|
|
'https://www.briskbard.com'
|
2017-06-28 10:18:15 +02:00
|
|
|
'https://www.youtube.com'
|
2017-08-29 13:59:11 +02:00
|
|
|
'https://html5demos.com/drag/'
|
|
|
|
|
|
|
|
'https://developers.google.com/maps/documentation/javascript/exam' +
|
2017-09-24 12:48:04 +02:00
|
|
|
'ples/streetview-embed?hl=fr'
|
|
|
|
|
|
|
|
'https://www.w3schools.com/Tags/tryit.asp?filename=tryhtml_iframe' +
|
2017-11-04 09:40:31 +01:00
|
|
|
'_name'
|
2018-12-12 17:13:23 +01:00
|
|
|
|
|
|
|
'http://www-db.deis.unibo.it/courses/TW/DOCS/w3schools/html/tryit' +
|
|
|
|
'.asp-filename=tryhtml5_html_manifest.html'
|
2017-12-05 10:02:07 +01:00
|
|
|
'https://www.browserleaks.com/webrtc'
|
2017-12-18 19:38:56 +01:00
|
|
|
'https://frames-per-second.appspot.com/'
|
|
|
|
'chrome://version/'
|
|
|
|
'chrome://net-internals/'
|
|
|
|
'chrome://tracing/'
|
|
|
|
'chrome://appcache-internals/'
|
|
|
|
'chrome://blob-internals/'
|
|
|
|
'chrome://view-http-cache/'
|
|
|
|
'chrome://credits/'
|
|
|
|
'chrome://histograms/'
|
|
|
|
'chrome://media-internals/'
|
|
|
|
'chrome://kill'
|
|
|
|
'chrome://crash'
|
|
|
|
'chrome://hang'
|
|
|
|
'chrome://shorthang'
|
|
|
|
'chrome://gpuclean'
|
|
|
|
'chrome://gpucrash'
|
2017-12-30 09:54:26 +01:00
|
|
|
'chrome://gpuhang'
|
|
|
|
'chrome://extensions-support')
|
2017-03-15 14:53:45 +01:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object ConfigPnl: TPanel
|
2017-05-20 19:20:38 +02:00
|
|
|
Left = 1111
|
2017-03-15 14:53:45 +01:00
|
|
|
Top = 0
|
2017-03-16 19:09:42 +01:00
|
|
|
Width = 73
|
2017-03-15 14:53:45 +01:00
|
|
|
Height = 41
|
|
|
|
Align = alRight
|
|
|
|
BevelOuter = bvNone
|
|
|
|
TabOrder = 2
|
|
|
|
object ConfigBtn: TButton
|
2017-03-16 19:09:42 +01:00
|
|
|
Left = 40
|
2017-03-15 14:53:45 +01:00
|
|
|
Top = 8
|
|
|
|
Width = 25
|
|
|
|
Height = 25
|
|
|
|
Caption = #8801
|
|
|
|
Font.Charset = ANSI_CHARSET
|
2017-02-11 21:56:08 +01:00
|
|
|
Font.Color = clWindowText
|
2017-03-15 14:53:45 +01:00
|
|
|
Font.Height = -17
|
|
|
|
Font.Name = 'Arial'
|
|
|
|
Font.Style = [fsBold]
|
2017-02-11 21:56:08 +01:00
|
|
|
ParentFont = False
|
|
|
|
TabOrder = 0
|
2017-03-15 14:53:45 +01:00
|
|
|
OnClick = ConfigBtnClick
|
2017-02-11 21:56:08 +01:00
|
|
|
end
|
2017-03-16 19:09:42 +01:00
|
|
|
object GoBtn: TButton
|
|
|
|
Left = 8
|
|
|
|
Top = 8
|
|
|
|
Width = 25
|
|
|
|
Height = 25
|
|
|
|
Caption = #9658
|
|
|
|
Font.Charset = ANSI_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -17
|
|
|
|
Font.Name = 'Arial'
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentFont = False
|
|
|
|
TabOrder = 1
|
|
|
|
OnClick = GoBtnClick
|
|
|
|
end
|
2017-02-11 21:56:08 +01:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object CEFWindowParent1: TCEFWindowParent
|
|
|
|
Left = 0
|
|
|
|
Top = 41
|
2017-05-20 19:20:38 +02:00
|
|
|
Width = 1179
|
|
|
|
Height = 652
|
2017-02-11 21:56:08 +01:00
|
|
|
Align = alClient
|
2018-10-12 12:21:43 +02:00
|
|
|
TabStop = True
|
2018-10-25 12:50:01 +02:00
|
|
|
TabOrder = 0
|
2017-02-11 21:56:08 +01:00
|
|
|
end
|
|
|
|
object DevTools: TCEFWindowParent
|
2017-05-20 19:20:38 +02:00
|
|
|
Left = 1184
|
2017-02-11 21:56:08 +01:00
|
|
|
Top = 41
|
|
|
|
Width = 0
|
2017-05-20 19:20:38 +02:00
|
|
|
Height = 652
|
2017-02-11 21:56:08 +01:00
|
|
|
Align = alRight
|
|
|
|
TabOrder = 2
|
|
|
|
Visible = False
|
|
|
|
end
|
|
|
|
object StatusBar1: TStatusBar
|
|
|
|
Left = 0
|
2017-05-20 19:20:38 +02:00
|
|
|
Top = 693
|
|
|
|
Width = 1184
|
2017-02-11 21:56:08 +01:00
|
|
|
Height = 19
|
|
|
|
Panels = <
|
|
|
|
item
|
2017-12-30 09:54:26 +01:00
|
|
|
Width = 100
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Width = 500
|
2018-03-31 18:08:18 +02:00
|
|
|
end
|
|
|
|
item
|
|
|
|
Width = 100
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Width = 100
|
2017-02-11 21:56:08 +01:00
|
|
|
end>
|
|
|
|
end
|
|
|
|
object Chromium1: TChromium
|
2017-03-15 14:53:45 +01:00
|
|
|
OnTextResultAvailable = Chromium1TextResultAvailable
|
2017-08-10 20:27:10 +02:00
|
|
|
OnPdfPrintFinished = Chromium1PdfPrintFinished
|
2017-11-04 09:40:31 +01:00
|
|
|
OnPrefsAvailable = Chromium1PrefsAvailable
|
2017-10-02 11:36:22 +02:00
|
|
|
OnResolvedHostAvailable = Chromium1ResolvedHostAvailable
|
2018-03-31 18:08:18 +02:00
|
|
|
OnRenderCompMsg = Chromium1RenderCompMsg
|
2018-06-27 10:17:34 +02:00
|
|
|
OnLoadEnd = Chromium1LoadEnd
|
2018-12-09 11:11:59 +01:00
|
|
|
OnLoadError = Chromium1LoadError
|
2017-02-11 21:56:08 +01:00
|
|
|
OnLoadingStateChange = Chromium1LoadingStateChange
|
|
|
|
OnBeforeContextMenu = Chromium1BeforeContextMenu
|
|
|
|
OnContextMenuCommand = Chromium1ContextMenuCommand
|
2017-05-20 19:20:38 +02:00
|
|
|
OnPreKeyEvent = Chromium1PreKeyEvent
|
|
|
|
OnKeyEvent = Chromium1KeyEvent
|
2017-02-11 21:56:08 +01:00
|
|
|
OnAddressChange = Chromium1AddressChange
|
|
|
|
OnTitleChange = Chromium1TitleChange
|
2017-05-18 11:44:47 +02:00
|
|
|
OnFullScreenModeChange = Chromium1FullScreenModeChange
|
2017-02-11 21:56:08 +01:00
|
|
|
OnStatusMessage = Chromium1StatusMessage
|
2018-04-20 12:45:06 +02:00
|
|
|
OnLoadingProgressChange = Chromium1LoadingProgressChange
|
2017-11-06 13:19:40 +01:00
|
|
|
OnBeforeDownload = Chromium1BeforeDownload
|
|
|
|
OnDownloadUpdated = Chromium1DownloadUpdated
|
2017-02-11 21:56:08 +01:00
|
|
|
OnAfterCreated = Chromium1AfterCreated
|
2018-03-31 18:08:18 +02:00
|
|
|
OnBeforeClose = Chromium1BeforeClose
|
|
|
|
OnClose = Chromium1Close
|
2018-01-31 18:52:34 +01:00
|
|
|
OnBeforeResourceLoad = Chromium1BeforeResourceLoad
|
2017-08-12 16:22:34 +02:00
|
|
|
OnResourceResponse = Chromium1ResourceResponse
|
2018-12-09 11:11:59 +01:00
|
|
|
OnCertificateError = Chromium1CertificateError
|
2017-05-20 19:20:38 +02:00
|
|
|
Left = 32
|
|
|
|
Top = 224
|
2017-02-11 21:56:08 +01:00
|
|
|
end
|
2017-03-15 14:53:45 +01:00
|
|
|
object PopupMenu1: TPopupMenu
|
|
|
|
OnPopup = PopupMenu1Popup
|
2017-05-20 19:20:38 +02:00
|
|
|
Left = 32
|
|
|
|
Top = 168
|
2017-03-15 14:53:45 +01:00
|
|
|
object DevTools1: TMenuItem
|
|
|
|
Caption = 'DevTools'
|
|
|
|
OnClick = DevTools1Click
|
|
|
|
end
|
2017-06-13 19:12:40 +02:00
|
|
|
object N4: TMenuItem
|
|
|
|
Caption = '-'
|
|
|
|
end
|
|
|
|
object Openfile1: TMenuItem
|
2018-04-27 17:42:03 +02:00
|
|
|
Caption = 'Open file with a FILE URL...'
|
2017-06-13 19:12:40 +02:00
|
|
|
OnClick = Openfile1Click
|
|
|
|
end
|
2018-04-27 17:42:03 +02:00
|
|
|
object OpenfilewithaDAT1: TMenuItem
|
|
|
|
Caption = 'Open file with a DATA URL...'
|
|
|
|
OnClick = OpenfilewithaDAT1Click
|
|
|
|
end
|
2017-03-22 15:22:11 +01:00
|
|
|
object N2: TMenuItem
|
|
|
|
Caption = '-'
|
|
|
|
end
|
|
|
|
object Print1: TMenuItem
|
|
|
|
Caption = 'Print'
|
|
|
|
OnClick = Print1Click
|
|
|
|
end
|
|
|
|
object PrintinPDF1: TMenuItem
|
|
|
|
Caption = 'Print to PDF'
|
|
|
|
OnClick = PrintinPDF1Click
|
|
|
|
end
|
|
|
|
object N3: TMenuItem
|
|
|
|
Caption = '-'
|
|
|
|
end
|
|
|
|
object Zoom1: TMenuItem
|
|
|
|
Caption = 'Zoom'
|
|
|
|
object Inczoom1: TMenuItem
|
|
|
|
Caption = 'Inc zoom'
|
|
|
|
OnClick = Inczoom1Click
|
|
|
|
end
|
|
|
|
object Deczoom1: TMenuItem
|
|
|
|
Caption = 'Dec zoom'
|
|
|
|
OnClick = Deczoom1Click
|
|
|
|
end
|
|
|
|
object Resetzoom1: TMenuItem
|
|
|
|
Caption = 'Reset zoom'
|
|
|
|
OnClick = Resetzoom1Click
|
|
|
|
end
|
|
|
|
end
|
2017-03-15 14:53:45 +01:00
|
|
|
object N1: TMenuItem
|
|
|
|
Caption = '-'
|
|
|
|
end
|
|
|
|
object Preferences1: TMenuItem
|
|
|
|
Caption = 'Preferences...'
|
|
|
|
OnClick = Preferences1Click
|
|
|
|
end
|
2017-10-02 11:36:22 +02:00
|
|
|
object Resolvehost1: TMenuItem
|
|
|
|
Caption = 'Resolve host...'
|
|
|
|
OnClick = Resolvehost1Click
|
|
|
|
end
|
2018-10-25 12:50:01 +02:00
|
|
|
object N5: TMenuItem
|
|
|
|
Caption = '-'
|
|
|
|
end
|
|
|
|
object Memoryinfo1: TMenuItem
|
|
|
|
Caption = 'Memory info...'
|
|
|
|
OnClick = Memoryinfo1Click
|
|
|
|
end
|
2017-03-15 14:53:45 +01:00
|
|
|
end
|
2017-03-22 15:22:11 +01:00
|
|
|
object SaveDialog1: TSaveDialog
|
2017-05-20 19:20:38 +02:00
|
|
|
Left = 32
|
|
|
|
Top = 112
|
|
|
|
end
|
|
|
|
object ApplicationEvents1: TApplicationEvents
|
|
|
|
OnMessage = ApplicationEvents1Message
|
|
|
|
Left = 32
|
|
|
|
Top = 56
|
2017-03-22 15:22:11 +01:00
|
|
|
end
|
2017-06-13 19:12:40 +02:00
|
|
|
object OpenDialog1: TOpenDialog
|
2017-06-22 11:51:15 +02:00
|
|
|
Filter =
|
|
|
|
'HTML files|*.htm;*.html|Text files|*.txt|PDF files|*.pdf|Image f' +
|
|
|
|
'iles|*.jpg;*.jpeg;*.png;*.bmp;*.gif'
|
2017-06-13 19:12:40 +02:00
|
|
|
Left = 32
|
|
|
|
Top = 280
|
|
|
|
end
|
2017-11-01 09:38:38 +01:00
|
|
|
object Timer1: TTimer
|
|
|
|
Enabled = False
|
2017-11-04 09:40:31 +01:00
|
|
|
Interval = 300
|
2017-11-01 09:38:38 +01:00
|
|
|
OnTimer = Timer1Timer
|
|
|
|
Left = 32
|
|
|
|
Top = 344
|
|
|
|
end
|
2017-02-11 21:56:08 +01:00
|
|
|
end
|