1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-05-13 21:46:53 +02:00
2024-09-03 17:26:03 +02:00

68 lines
1.3 KiB
Plaintext

object Form1: TForm1
Left = 407
Height = 574
Top = 183
Width = 878
Caption = 'Initializing browser. Please wait...'
ClientHeight = 574
ClientWidth = 878
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
object AddressPnl: TPanel
Left = 0
Height = 23
Top = 0
Width = 878
Align = alTop
BevelOuter = bvNone
ClientHeight = 23
ClientWidth = 878
Enabled = False
TabOrder = 0
object AddressEdt: TEdit
Left = 0
Height = 23
Top = 0
Width = 843
Align = alClient
TabOrder = 0
Text = 'https://www.google.com'
end
object GoBtn: TButton
Left = 843
Height = 23
Top = 0
Width = 35
Align = alRight
Caption = 'Go'
TabOrder = 1
OnClick = GoBtnClick
end
end
object CEFWindowParent1: TCEFWindowParent
Left = 0
Height = 551
Top = 23
Width = 878
Align = alClient
TabOrder = 1
end
object Timer1: TTimer
Enabled = False
Interval = 500
OnTimer = Timer1Timer
Left = 40
Top = 64
end
object Chromium1: TChromium
OnBeforePopup = Chromium1BeforePopup
OnAfterCreated = Chromium1AfterCreated
OnBeforeClose = Chromium1BeforeClose
OnOpenUrlFromTab = Chromium1OpenUrlFromTab
Left = 40
Top = 136
end
end