mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 08:15:55 +01:00
67 lines
1.3 KiB
Plaintext
67 lines
1.3 KiB
Plaintext
|
object Form1: TForm1
|
||
|
Left = 450
|
||
|
Height = 589
|
||
|
Top = 267
|
||
|
Width = 967
|
||
|
Caption = 'Initializing browser. Please wait...'
|
||
|
ClientHeight = 589
|
||
|
ClientWidth = 967
|
||
|
OnCloseQuery = FormCloseQuery
|
||
|
OnCreate = FormCreate
|
||
|
OnShow = FormShow
|
||
|
LCLVersion = '2.0.6.0'
|
||
|
object CEFWindowParent1: TCEFWindowParent
|
||
|
Left = 0
|
||
|
Height = 566
|
||
|
Top = 23
|
||
|
Width = 967
|
||
|
Align = alClient
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object AddressPnl: TPanel
|
||
|
Left = 0
|
||
|
Height = 23
|
||
|
Top = 0
|
||
|
Width = 967
|
||
|
Align = alTop
|
||
|
BevelOuter = bvNone
|
||
|
ClientHeight = 23
|
||
|
ClientWidth = 967
|
||
|
TabOrder = 1
|
||
|
object GoBtn: TButton
|
||
|
Left = 932
|
||
|
Height = 23
|
||
|
Top = 0
|
||
|
Width = 35
|
||
|
Align = alRight
|
||
|
Caption = 'Go'
|
||
|
OnClick = GoBtnClick
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object AddressEdt: TEdit
|
||
|
Left = 0
|
||
|
Height = 23
|
||
|
Top = 0
|
||
|
Width = 932
|
||
|
Align = alClient
|
||
|
TabOrder = 1
|
||
|
Text = 'https://www.google.com'
|
||
|
end
|
||
|
end
|
||
|
object Chromium1: TChromium
|
||
|
OnBeforePopup = Chromium1BeforePopup
|
||
|
OnAfterCreated = Chromium1AfterCreated
|
||
|
OnBeforeClose = Chromium1BeforeClose
|
||
|
OnClose = Chromium1Close
|
||
|
OnOpenUrlFromTab = Chromium1OpenUrlFromTab
|
||
|
left = 56
|
||
|
top = 80
|
||
|
end
|
||
|
object Timer1: TTimer
|
||
|
Enabled = False
|
||
|
OnTimer = Timer1Timer
|
||
|
left = 56
|
||
|
top = 160
|
||
|
end
|
||
|
end
|