mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +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.
37 lines
784 B
Plaintext
37 lines
784 B
Plaintext
object ChildForm: TChildForm
|
|
Left = 543
|
|
Height = 256
|
|
Top = 145
|
|
Width = 352
|
|
Caption = 'Popup'
|
|
ClientHeight = 256
|
|
ClientWidth = 352
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
OnClose = FormClose
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
Position = poScreenCenter
|
|
ShowInTaskBar = stAlways
|
|
LCLVersion = '2.0.2.0'
|
|
object CEFWindowParent1: TCEFWindowParent
|
|
Left = 0
|
|
Height = 256
|
|
Top = 0
|
|
Width = 352
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
object Chromium1: TChromium
|
|
OnTitleChange = Chromium1TitleChange
|
|
OnBeforePopup = Chromium1BeforePopup
|
|
OnBeforeClose = Chromium1BeforeClose
|
|
OnClose = Chromium1Close
|
|
left = 24
|
|
top = 56
|
|
end
|
|
end
|