1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-22 22:17:48 +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

@ -1,13 +1,13 @@
object MainForm: TMainForm
Left = 165
Height = 673
Top = 130
Width = 1364
Left = -8
Height = 712
Top = -8
Width = 1380
BorderIcons = []
BorderStyle = bsNone
Caption = 'MainForm'
ClientHeight = 673
ClientWidth = 1364
ClientHeight = 811
ClientWidth = 1537
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
@ -16,13 +16,12 @@ object MainForm: TMainForm
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '2.0.6.0'
WindowState = wsMaximized
object CEFWindowParent1: TCEFWindowParent
Left = 0
Height = 673
Height = 811
Top = 0
Width = 1364
Width = 1537
Align = alClient
TabOrder = 0
end
@ -32,15 +31,14 @@ object MainForm: TMainForm
OnBeforePopup = Chromium1BeforePopup
OnAfterCreated = Chromium1AfterCreated
OnBeforeClose = Chromium1BeforeClose
OnClose = Chromium1Close
left = 208
top = 120
Left = 208
Top = 120
end
object Timer1: TTimer
Enabled = False
Interval = 300
OnTimer = Timer1Timer
left = 272
top = 120
Left = 272
Top = 120
end
end