mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 16:25:57 +01:00
1299a6f596
- Split the Lazarus demos directory into "Lazarus_Windows" and "Lazarus_Linux". - Added OSRExternalPumpBrowser and TinyBrowser2 demos to "Lazarus_Linux". - Set TBufferPanel.GetScreenScale as virtual. - Added DevTools to the SchemeRegistrationBrowser demo. - Modified the SchemeRegistrationBrowser demo to receive XMLHttpRequest requests from JavaScript.
41 lines
915 B
Plaintext
41 lines
915 B
Plaintext
object ChildForm: TChildForm
|
|
Left = 577
|
|
Height = 394
|
|
Top = 408
|
|
Width = 602
|
|
BorderStyle = bsToolWindow
|
|
Caption = 'Browser'
|
|
ClientHeight = 394
|
|
ClientWidth = 602
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
OnClose = FormClose
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
ShowInTaskBar = stAlways
|
|
LCLVersion = '2.0.4.0'
|
|
object CEFWindowParent1: TCEFWindowParent
|
|
Left = 0
|
|
Height = 394
|
|
Top = 0
|
|
Width = 602
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
object Chromium1: TChromium
|
|
OnPreKeyEvent = Chromium1PreKeyEvent
|
|
OnKeyEvent = Chromium1KeyEvent
|
|
OnBeforePopup = Chromium1BeforePopup
|
|
OnAfterCreated = Chromium1AfterCreated
|
|
OnBeforeClose = Chromium1BeforeClose
|
|
OnClose = Chromium1Close
|
|
left = 184
|
|
top = 128
|
|
end
|
|
end
|