1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-04-17 06:57:13 +02:00
salvadordf a0c8eda6e0 Update to CEF 120.1.10
Added Lazarus 3.0 support
2023-12-23 18:58:40 +01:00

100 lines
2.1 KiB
Plaintext

object MainForm: TMainForm
Left = 444
Height = 579
Top = 161
Width = 878
Caption = 'JSSharedMemoryProcMessage'
ClientHeight = 579
ClientWidth = 878
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '3.0.0.3'
object CEFWindowParent1: TCEFWindowParent
Left = 0
Height = 559
Top = 20
Width = 878
Align = alClient
TabOrder = 0
end
object AddressBarPnl: TPanel
Left = 0
Height = 20
Top = 0
Width = 878
Align = alTop
BevelOuter = bvNone
ClientHeight = 20
ClientWidth = 878
DoubleBuffered = True
Enabled = False
ParentBackground = False
ParentDoubleBuffered = False
TabOrder = 1
object AddressEdt: TEdit
Left = 0
Height = 20
Top = 0
Width = 750
Align = alClient
TabOrder = 0
Text = 'https://www.google.com/'
end
object Panel1: TPanel
Left = 750
Height = 20
Top = 0
Width = 128
Align = alRight
BevelOuter = bvNone
ClientHeight = 20
ClientWidth = 128
ParentBackground = False
TabOrder = 1
object GoBtn: TButton
Left = 0
Height = 20
Top = 0
Width = 31
Align = alLeft
Caption = 'Go'
TabOrder = 0
OnClick = GoBtnClick
end
object SendMessageBtn: TButton
Left = 40
Height = 20
Top = 0
Width = 88
Align = alRight
Caption = 'Send message'
TabOrder = 1
OnClick = SendMessageBtnClick
end
end
end
object Chromium1: TChromium
OnProcessMessageReceived = Chromium1ProcessMessageReceived
OnBeforePopup = Chromium1BeforePopup
OnAfterCreated = Chromium1AfterCreated
OnBeforeClose = Chromium1BeforeClose
OnClose = Chromium1Close
Left = 16
Top = 40
end
object Timer1: TTimer
Enabled = False
Interval = 300
OnTimer = Timer1Timer
Left = 16
Top = 96
end
end