mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 08:15:55 +01:00
91a845e42f
- Fixed issue #253 when the FMX demos in normal mode are minimized and restored by clicking directly in the task bar icon.
92 lines
2.6 KiB
Plaintext
92 lines
2.6 KiB
Plaintext
object SimpleFMXBrowserFrm: TSimpleFMXBrowserFrm
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Initializing browser. Please wait...'
|
|
ClientHeight = 600
|
|
ClientWidth = 917
|
|
Position = ScreenCenter
|
|
FormFactor.Width = 320
|
|
FormFactor.Height = 480
|
|
FormFactor.Devices = [Desktop]
|
|
OnCreate = FormCreate
|
|
OnCloseQuery = FormCloseQuery
|
|
OnResize = FormResize
|
|
OnShow = FormShow
|
|
DesignerMasterStyle = 0
|
|
object AddressPnl: TPanel
|
|
Align = Top
|
|
Enabled = False
|
|
Padding.Left = 5.000000000000000000
|
|
Padding.Top = 5.000000000000000000
|
|
Padding.Right = 5.000000000000000000
|
|
Padding.Bottom = 5.000000000000000000
|
|
Size.Width = 917.000000000000000000
|
|
Size.Height = 35.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 1
|
|
object AddressEdt: TEdit
|
|
Touch.InteractiveGestures = [LongTap, DoubleTap]
|
|
Align = Client
|
|
TabOrder = 0
|
|
Text = 'https://www.google.com'
|
|
Size.Width = 825.000000000000000000
|
|
Size.Height = 25.000000000000000000
|
|
Size.PlatformDefault = False
|
|
end
|
|
object Panel1: TPanel
|
|
Align = Right
|
|
Padding.Left = 5.000000000000000000
|
|
Position.X = 830.000000000000000000
|
|
Position.Y = 5.000000000000000000
|
|
Size.Width = 82.000000000000000000
|
|
Size.Height = 25.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 2
|
|
object GoBtn: TButton
|
|
Align = Left
|
|
Position.X = 5.000000000000000000
|
|
Size.Width = 36.000000000000000000
|
|
Size.Height = 25.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 0
|
|
Text = 'Go'
|
|
OnClick = GoBtnClick
|
|
end
|
|
object SnapShotBtn: TButton
|
|
Align = Right
|
|
StyledSettings = [Style, FontColor]
|
|
Position.X = 46.000000000000000000
|
|
Size.Width = 36.000000000000000000
|
|
Size.Height = 25.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 2
|
|
Text = #181
|
|
TextSettings.Font.Family = 'Webdings'
|
|
TextSettings.Font.Size = 24.000000000000000000
|
|
OnClick = SnapShotBtnClick
|
|
end
|
|
end
|
|
end
|
|
object Timer1: TTimer
|
|
Enabled = False
|
|
Interval = 300
|
|
OnTimer = Timer1Timer
|
|
Left = 40
|
|
Top = 129
|
|
end
|
|
object SaveDialog1: TSaveDialog
|
|
Left = 40
|
|
Top = 192
|
|
end
|
|
object FMXChromium1: TFMXChromium
|
|
OnBeforeContextMenu = FMXChromium1BeforeContextMenu
|
|
OnContextMenuCommand = FMXChromium1ContextMenuCommand
|
|
OnBeforePopup = FMXChromium1BeforePopup
|
|
OnAfterCreated = FMXChromium1AfterCreated
|
|
OnBeforeClose = FMXChromium1BeforeClose
|
|
OnClose = FMXChromium1Close
|
|
Left = 40
|
|
Top = 65
|
|
end
|
|
end
|