CEF4Delphi/demos/Delphi_FMX/FMXToolBoxBrowser/uChildForm.fmx
Salvador Díaz Fau 91a845e42f Update to CEF 79.1.27
- Fixed issue #253 when the FMX demos in normal mode are minimized and restored by clicking directly in the task bar icon.
2020-01-15 18:11:12 +01:00

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