mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 00:05:55 +01:00
7f3e3415ef
Converted the OSRExternalPumpBrowser demo to GTK3 Converted the TinyBrowser demo to GTK3 Converted the TinyBrowser2 demo to GTK3 Moved all Lazarus demos for Linux to the Lazarus_Linux_GTK2 directory Fixed the Copy.CEF.DLLs tool thanks to fraurino
42 lines
946 B
Plaintext
42 lines
946 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
|
|
OnShow = FormShow
|
|
Position = poDefault
|
|
LCLVersion = '2.0.10.0'
|
|
object CEFLinkedWindowParent1: TCEFLinkedWindowParent
|
|
Left = 0
|
|
Height = 256
|
|
Top = 0
|
|
Width = 352
|
|
Align = alClient
|
|
TabStop = True
|
|
TabOrder = 0
|
|
OnEnter = CEFLinkedWindowParent1Enter
|
|
OnExit = CEFLinkedWindowParent1Exit
|
|
Chromium = Chromium1
|
|
end
|
|
object Chromium1: TChromium
|
|
OnGotFocus = Chromium1GotFocus
|
|
OnTitleChange = Chromium1TitleChange
|
|
OnBeforePopup = Chromium1BeforePopup
|
|
OnBeforeClose = Chromium1BeforeClose
|
|
OnClose = Chromium1Close
|
|
Left = 24
|
|
Top = 56
|
|
end
|
|
end
|