1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Update to CEF 128.4.8

This commit is contained in:
Salvador Díaz Fau
2024-09-03 17:26:03 +02:00
parent ed52c6144c
commit 55a70a998e
338 changed files with 10558 additions and 16111 deletions

View File

@@ -14,7 +14,6 @@ object MainForm: TMainForm
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.0.6.0'
object ChromiumWindow1: TChromiumWindow
Left = 0
Height = 637
@@ -36,6 +35,7 @@ object MainForm: TMainForm
ClientWidth = 781
DoubleBuffered = True
Enabled = False
ParentBackground = False
ParentDoubleBuffered = False
TabOrder = 1
object Edit1: TEdit
@@ -54,15 +54,15 @@ object MainForm: TMainForm
Width = 31
Align = alRight
Caption = 'Go'
OnClick = Button1Click
TabOrder = 1
OnClick = Button1Click
end
end
object Timer1: TTimer
Enabled = False
Interval = 300
OnTimer = Timer1Timer
left = 48
top = 240
Left = 48
Top = 240
end
end