CEF4Delphi/demos/Lazarus_Windows/PopupBrowser2/uChildForm.dfm
2024-09-03 17:26:03 +02:00

35 lines
730 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
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
Left = 24
Top = 56
end
end