2018-04-08 21:35:21 +02:00
|
|
|
object ChildForm: TChildForm
|
2019-05-19 16:08:15 +02:00
|
|
|
Left = 543
|
|
|
|
Height = 256
|
|
|
|
Top = 145
|
|
|
|
Width = 352
|
2018-04-08 21:35:21 +02:00
|
|
|
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
|
2019-05-19 16:08:15 +02:00
|
|
|
Position = poScreenCenter
|
|
|
|
ShowInTaskBar = stAlways
|
|
|
|
LCLVersion = '2.0.2.0'
|
2018-04-08 21:35:21 +02:00
|
|
|
object CEFWindowParent1: TCEFWindowParent
|
|
|
|
Left = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 256
|
2018-04-08 21:35:21 +02:00
|
|
|
Top = 0
|
|
|
|
Width = 352
|
|
|
|
Align = alClient
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object Chromium1: TChromium
|
|
|
|
OnTitleChange = Chromium1TitleChange
|
|
|
|
OnBeforePopup = Chromium1BeforePopup
|
|
|
|
OnBeforeClose = Chromium1BeforeClose
|
|
|
|
OnClose = Chromium1Close
|
2019-05-19 16:08:15 +02:00
|
|
|
left = 24
|
|
|
|
top = 56
|
2018-04-08 21:35:21 +02:00
|
|
|
end
|
|
|
|
end
|