CEF4Delphi/demos/Lazarus/ToolBoxBrowser/uChildForm.lfm

41 lines
915 B
Plaintext
Raw Normal View History

2017-05-21 17:41:10 +02:00
object ChildForm: TChildForm
2019-10-01 18:47:24 +02:00
Left = 577
Height = 394
2019-10-01 18:47:24 +02:00
Top = 408
Width = 602
2017-05-21 17:41:10 +02:00
BorderStyle = bsToolWindow
Caption = 'Browser'
ClientHeight = 394
ClientWidth = 602
2017-05-21 17:41:10 +02:00
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
2019-10-01 18:47:24 +02:00
LCLVersion = '2.0.4.0'
2017-05-21 17:41:10 +02:00
object CEFWindowParent1: TCEFWindowParent
Left = 0
Height = 394
2017-05-21 17:41:10 +02:00
Top = 0
Width = 602
2017-05-21 17:41:10 +02:00
Align = alClient
TabOrder = 0
end
object Chromium1: TChromium
OnPreKeyEvent = Chromium1PreKeyEvent
OnKeyEvent = Chromium1KeyEvent
OnBeforePopup = Chromium1BeforePopup
2017-05-21 17:41:10 +02:00
OnAfterCreated = Chromium1AfterCreated
OnBeforeClose = Chromium1BeforeClose
2017-05-21 17:41:10 +02:00
OnClose = Chromium1Close
left = 184
top = 128
2017-05-21 17:41:10 +02:00
end
end