CEF4Delphi/demos/Delphi_VCL/MiniBrowser/uMiniBrowser.dfm

470 lines
13 KiB
Plaintext
Raw Normal View History

object MiniBrowserFrm: TMiniBrowserFrm
Left = 0
Top = 0
Caption = 'MiniBrowser'
2022-12-16 11:29:15 +01:00
ClientHeight = 711
ClientWidth = 1180
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poScreenCenter
2018-03-29 20:02:04 +02:00
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
TextHeight = 13
object Splitter1: TSplitter
2022-12-16 11:29:15 +01:00
Left = 1175
Top = 41
Width = 5
2022-12-16 11:29:15 +01:00
Height = 651
Align = alRight
Visible = False
ExplicitLeft = 0
ExplicitTop = 657
ExplicitHeight = 909
end
object NavControlPnl: TPanel
Left = 0
Top = 0
2022-12-16 11:29:15 +01:00
Width = 1180
Height = 41
Align = alTop
BevelOuter = bvNone
Enabled = False
TabOrder = 1
2023-04-08 19:00:33 +02:00
ExplicitWidth = 1176
object NavButtonPnl: TPanel
Left = 0
Top = 0
Width = 133
Height = 41
Align = alLeft
BevelOuter = bvNone
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
OnClick = StopBtnClick
end
end
object URLEditPnl: TPanel
Left = 133
Top = 0
2023-04-08 19:00:33 +02:00
Width = 974
Height = 41
Align = alClient
BevelOuter = bvNone
Padding.Top = 9
Padding.Bottom = 8
TabOrder = 1
2023-04-08 19:00:33 +02:00
ExplicitWidth = 970
object URLCbx: TComboBox
Left = 0
Top = 9
2023-04-08 19:00:33 +02:00
Width = 974
Height = 21
Align = alClient
ItemIndex = 0
TabOrder = 0
Text = 'https://www.google.com'
Items.Strings = (
'https://www.google.com'
'https://www.whatismybrowser.com/detect/what-http-headers-is-my-b' +
'rowser-sending'
'https://www.w3schools.com/js/tryit.asp?filename=tryjs_win_close'
'https://www.w3schools.com/js/tryit.asp?filename=tryjs_alert'
'https://www.w3schools.com/js/tryit.asp?filename=tryjs_loc_assign'
'https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_styl' +
'e_backgroundcolor'
'https://www.w3schools.com/Tags/tryit.asp?filename=tryhtml_iframe' +
'_name'
'https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input' +
'_type_file'
'https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_stat' +
'e_throw_error'
'https://www.htmlquick.com/es/reference/tags/input-file.html'
'https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/' +
'file'
'https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElemen' +
't/webkitdirectory'
'https://www.w3schools.com/html/html5_video.asp'
2017-04-06 10:07:06 +02:00
'http://html5test.com/'
'https://webrtc.github.io/samples/src/content/devices/input-outpu' +
't/'
'https://test.webrtc.org/'
'https://www.browserleaks.com/webrtc'
'https://shaka-player-demo.appspot.com/demo/'
'http://webglsamples.org/'
2017-11-01 09:38:38 +01:00
'https://get.webgl.org/'
'https://www.briskbard.com'
'https://www.youtube.com'
2017-08-29 13:59:11 +02:00
'https://html5demos.com/drag/'
'https://frames-per-second.appspot.com/'
'https://www.sede.fnmt.gob.es/certificados/persona-fisica/verific' +
'ar-estado'
2022-08-06 12:00:28 +02:00
'https://www.kirupa.com/html5/accessing_your_webcam_in_html5.htm'
'https://www.xdumaine.com/enumerateDevices/test/'
2022-12-16 11:29:15 +01:00
'https://dagrs.berkeley.edu/sites/default/files/2020-01/sample.pd' +
'f'
'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'
'chrome://gpuhang'
'chrome://extensions-support'
'chrome://process-internals')
2023-04-08 19:00:33 +02:00
ExplicitWidth = 970
end
end
object ConfigPnl: TPanel
2022-12-16 11:29:15 +01:00
Left = 1107
Top = 0
Width = 73
Height = 41
Align = alRight
BevelOuter = bvNone
TabOrder = 2
2023-04-08 19:00:33 +02:00
ExplicitLeft = 1103
object ConfigBtn: TButton
Left = 40
Top = 8
Width = 25
Height = 25
Caption = #8801
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = ConfigBtnClick
end
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
end
end
object CEFWindowParent1: TCEFWindowParent
Left = 0
Top = 41
2022-12-16 11:29:15 +01:00
Width = 1175
Height = 651
Align = alClient
TabStop = True
TabOrder = 0
2023-04-08 19:00:33 +02:00
ExplicitWidth = 1171
ExplicitHeight = 650
end
object DevTools: TCEFWindowParent
2022-12-16 11:29:15 +01:00
Left = 1180
Top = 41
Width = 0
2022-12-16 11:29:15 +01:00
Height = 651
Align = alRight
TabOrder = 2
Visible = False
2023-04-08 19:00:33 +02:00
ExplicitLeft = 1176
ExplicitHeight = 650
end
object StatusBar1: TStatusBar
Left = 0
2022-12-16 11:29:15 +01:00
Top = 692
Width = 1180
Height = 19
Panels = <
item
Width = 100
end
item
Width = 500
2018-03-31 18:08:18 +02:00
end
item
Width = 100
end
item
Width = 100
end
item
Width = 50
end>
2023-04-08 19:00:33 +02:00
ExplicitTop = 691
ExplicitWidth = 1176
end
object Chromium1: TChromium
OnTextResultAvailable = Chromium1TextResultAvailable
2017-08-10 20:27:10 +02:00
OnPdfPrintFinished = Chromium1PdfPrintFinished
OnPrefsAvailable = Chromium1PrefsAvailable
2017-10-02 11:36:22 +02:00
OnResolvedHostAvailable = Chromium1ResolvedHostAvailable
OnNavigationVisitorResultAvailable = Chromium1NavigationVisitorResultAvailable
OnDownloadImageFinished = Chromium1DownloadImageFinished
OnCookiesFlushed = Chromium1CookiesFlushed
OnZoomPctAvailable = Chromium1ZoomPctAvailable
2018-03-31 18:08:18 +02:00
OnRenderCompMsg = Chromium1RenderCompMsg
OnLoadEnd = Chromium1LoadEnd
OnLoadError = Chromium1LoadError
OnLoadingStateChange = Chromium1LoadingStateChange
OnBeforeContextMenu = Chromium1BeforeContextMenu
OnContextMenuCommand = Chromium1ContextMenuCommand
OnPreKeyEvent = Chromium1PreKeyEvent
OnKeyEvent = Chromium1KeyEvent
OnAddressChange = Chromium1AddressChange
OnTitleChange = Chromium1TitleChange
OnFullScreenModeChange = Chromium1FullScreenModeChange
OnStatusMessage = Chromium1StatusMessage
OnConsoleMessage = Chromium1ConsoleMessage
2018-04-20 12:45:06 +02:00
OnLoadingProgressChange = Chromium1LoadingProgressChange
OnCursorChange = Chromium1CursorChange
2022-08-06 12:00:28 +02:00
OnMediaAccessChange = Chromium1MediaAccessChange
2022-05-03 12:43:16 +02:00
OnCanDownload = Chromium1CanDownload
OnBeforeDownload = Chromium1BeforeDownload
OnDownloadUpdated = Chromium1DownloadUpdated
OnAfterCreated = Chromium1AfterCreated
2018-03-31 18:08:18 +02:00
OnBeforeClose = Chromium1BeforeClose
OnClose = Chromium1Close
OnCertificateError = Chromium1CertificateError
OnSelectClientCertificate = Chromium1SelectClientCertificate
OnBeforeResourceLoad = Chromium1BeforeResourceLoad
OnResourceResponse = Chromium1ResourceResponse
OnFileDialog = Chromium1FileDialog
OnDevToolsMethodResult = Chromium1DevToolsMethodResult
2022-08-06 12:00:28 +02:00
OnRequestMediaAccessPermission = Chromium1RequestMediaAccessPermission
Left = 32
Top = 224
end
object PopupMenu1: TPopupMenu
OnPopup = PopupMenu1Popup
Left = 32
Top = 168
object DevTools1: TMenuItem
Caption = 'DevTools'
OnClick = DevTools1Click
end
object N4: TMenuItem
Caption = '-'
end
object Openfile1: TMenuItem
Caption = 'Open file with a FILE URL...'
OnClick = Openfile1Click
end
object OpenfilewithaDAT1: TMenuItem
Caption = 'Open file with a DATA URL...'
OnClick = OpenfilewithaDAT1Click
end
object SaveasMHTML1: TMenuItem
Caption = 'Save as MHTML...'
OnClick = SaveasMHTML1Click
end
object N2: TMenuItem
Caption = '-'
end
object Print1: TMenuItem
Caption = 'Print'
OnClick = Print1Click
end
object PrintinPDF1: TMenuItem
Caption = 'Print to PDF file...'
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
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
object Downloadimage1: TMenuItem
Caption = 'Download image...'
OnClick = Downloadimage1Click
end
object Simulatekeyboardpresses1: TMenuItem
Caption = 'Simulate keyboard presses'
OnClick = Simulatekeyboardpresses1Click
end
object Acceptlanguage1: TMenuItem
Caption = 'Accept language...'
OnClick = Acceptlanguage1Click
end
object Flushcookies1: TMenuItem
Caption = 'Flush cookies'
OnClick = Flushcookies1Click
end
object FindText1: TMenuItem
Caption = 'Find text...'
OnClick = FindText1Click
end
object Clearcache1: TMenuItem
Caption = 'Clear cache'
OnClick = Clearcache1Click
end
object ClearallstorageforcurrentURL1: TMenuItem
Caption = 'Clear all storage for current URL'
OnClick = ClearallstorageforcurrentURL1Click
end
object akescreenshot1: TMenuItem
Caption = 'Take screenshot'
OnClick = akescreenshot1Click
end
object Useragent1: TMenuItem
Caption = 'User agent...'
OnClick = Useragent1Click
end
2022-05-03 12:43:16 +02:00
object Allowdownloads1: TMenuItem
Caption = 'Allow downloads'
OnClick = Allowdownloads1Click
end
object Toggleaudio1: TMenuItem
Caption = 'Toggle audio'
OnClick = Toggleaudio1Click
end
object N5: TMenuItem
Caption = '-'
end
object Memoryinfo1: TMenuItem
Caption = 'Memory info...'
OnClick = Memoryinfo1Click
end
object CEFinfo1: TMenuItem
Caption = 'CEF info...'
OnClick = CEFinfo1Click
end
end
object SaveDialog1: TSaveDialog
Left = 32
Top = 112
end
object ApplicationEvents1: TApplicationEvents
OnMessage = ApplicationEvents1Message
Left = 32
Top = 56
end
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'
Left = 32
Top = 280
end
2017-11-01 09:38:38 +01:00
object Timer1: TTimer
Enabled = False
Interval = 300
2017-11-01 09:38:38 +01:00
OnTimer = Timer1Timer
Left = 32
Top = 344
end
end