mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-17 00:35:57 +01:00
26 lines
588 B
Plaintext
26 lines
588 B
Plaintext
|
object ChildForm: TChildForm
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Caption = 'Form1'
|
||
|
ClientHeight = 600
|
||
|
ClientWidth = 800
|
||
|
Position = ScreenCenter
|
||
|
FormFactor.Width = 320
|
||
|
FormFactor.Height = 480
|
||
|
FormFactor.Devices = [Desktop]
|
||
|
OnCreate = FormCreate
|
||
|
OnClose = FormClose
|
||
|
OnCloseQuery = FormCloseQuery
|
||
|
OnDestroy = FormDestroy
|
||
|
OnResize = FormResize
|
||
|
OnShow = FormShow
|
||
|
DesignerMasterStyle = 0
|
||
|
object FMXChromium1: TFMXChromium
|
||
|
OnBeforePopup = FMXChromium1BeforePopup
|
||
|
OnBeforeClose = FMXChromium1BeforeClose
|
||
|
OnClose = FMXChromium1Close
|
||
|
Left = 40
|
||
|
Top = 32
|
||
|
end
|
||
|
end
|