mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 16:25:57 +01:00
feaeb772cb
- Added GlobalCEFApp.DisableNewBrowserInfoTimeout property - Removed remaining TCEFSentinel from all the demos. - Fixed mouse coordinates in FMX demos with OSR browsers before sending a mouse wheel event.
98 lines
2.0 KiB
Plaintext
98 lines
2.0 KiB
Plaintext
object Form1: TForm1
|
|
Left = 670
|
|
Height = 699
|
|
Top = 69
|
|
Width = 1038
|
|
Caption = 'Initializing browser. Please wait...'
|
|
ClientHeight = 699
|
|
ClientWidth = 1038
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.0.6.0'
|
|
object Splitter1: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 0
|
|
Height = 3
|
|
Top = 469
|
|
Width = 1038
|
|
Align = alBottom
|
|
ResizeAnchor = akBottom
|
|
end
|
|
object AddressPnl: TPanel
|
|
Left = 0
|
|
Height = 21
|
|
Top = 0
|
|
Width = 1038
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
ClientHeight = 21
|
|
ClientWidth = 1038
|
|
Enabled = False
|
|
TabOrder = 0
|
|
object GoBtn: TButton
|
|
Left = 1007
|
|
Height = 21
|
|
Top = 0
|
|
Width = 31
|
|
Align = alRight
|
|
Caption = 'Go'
|
|
OnClick = GoBtnClick
|
|
TabOrder = 0
|
|
end
|
|
object AddressCb: TComboBox
|
|
Left = 0
|
|
Height = 21
|
|
Top = 0
|
|
Width = 1007
|
|
Align = alClient
|
|
ItemHeight = 13
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'https://tryphp.w3schools.com/showphp.php?filename=demo_form_post'
|
|
)
|
|
TabOrder = 1
|
|
Text = 'https://tryphp.w3schools.com/showphp.php?filename=demo_form_post'
|
|
end
|
|
end
|
|
object CEFWindowParent1: TCEFWindowParent
|
|
Left = 0
|
|
Height = 448
|
|
Top = 21
|
|
Width = 1038
|
|
Align = alClient
|
|
TabOrder = 1
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 0
|
|
Height = 227
|
|
Top = 472
|
|
Width = 1038
|
|
Align = alBottom
|
|
ScrollBars = ssVertical
|
|
TabOrder = 2
|
|
end
|
|
object Timer1: TTimer
|
|
Enabled = False
|
|
Interval = 300
|
|
OnTimer = Timer1Timer
|
|
left = 56
|
|
top = 88
|
|
end
|
|
object Chromium1: TChromium
|
|
OnBeforePopup = Chromium1BeforePopup
|
|
OnAfterCreated = Chromium1AfterCreated
|
|
OnBeforeClose = Chromium1BeforeClose
|
|
OnClose = Chromium1Close
|
|
OnBeforeResourceLoad = Chromium1BeforeResourceLoad
|
|
left = 56
|
|
top = 152
|
|
end
|
|
end
|