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

Update to CEF 120.1.10

Added Lazarus 3.0 support
This commit is contained in:
salvadordf
2023-12-23 18:58:40 +01:00
parent 4a5a03e7b7
commit a0c8eda6e0
89 changed files with 385 additions and 888 deletions

View File

@@ -14,7 +14,7 @@ object MainForm: TMainForm
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.0.6.0'
LCLVersion = '3.0.0.3'
object ButtonPnl: TPanel
Left = 0
Height = 25
@@ -26,6 +26,7 @@ object MainForm: TMainForm
ClientHeight = 25
ClientWidth = 897
Enabled = False
ParentBackground = False
TabOrder = 0
object NavButtonPnl: TPanel
Left = 0
@@ -36,6 +37,7 @@ object MainForm: TMainForm
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 183
ParentBackground = False
TabOrder = 1
object BackBtn: TButton
Left = 63
@@ -47,9 +49,9 @@ object MainForm: TMainForm
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Webdings'
OnClick = BackBtnClick
ParentFont = False
TabOrder = 2
OnClick = BackBtnClick
end
object ForwardBtn: TButton
Left = 93
@@ -61,9 +63,9 @@ object MainForm: TMainForm
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Webdings'
OnClick = ForwardBtnClick
ParentFont = False
TabOrder = 3
OnClick = ForwardBtnClick
end
object ReloadBtn: TButton
Left = 123
@@ -75,9 +77,9 @@ object MainForm: TMainForm
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Webdings'
OnClick = ReloadBtnClick
ParentFont = False
TabOrder = 4
OnClick = ReloadBtnClick
end
object StopBtn: TButton
Left = 153
@@ -89,9 +91,9 @@ object MainForm: TMainForm
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Webdings'
OnClick = StopBtnClick
ParentFont = False
TabOrder = 5
OnClick = StopBtnClick
end
object AddTabBtn: TButton
Left = 1
@@ -102,9 +104,9 @@ object MainForm: TMainForm
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
OnClick = AddTabBtnClick
ParentFont = False
TabOrder = 0
OnClick = AddTabBtnClick
end
object RemoveTabBtn: TButton
Left = 32
@@ -115,9 +117,9 @@ object MainForm: TMainForm
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
OnClick = RemoveTabBtnClick
ParentFont = False
TabOrder = 1
OnClick = RemoveTabBtnClick
end
end
object ConfigPnl: TPanel
@@ -129,6 +131,7 @@ object MainForm: TMainForm
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 32
ParentBackground = False
TabOrder = 2
object GoBtn: TButton
Left = 6
@@ -141,9 +144,9 @@ object MainForm: TMainForm
Font.Height = -17
Font.Name = 'Arial'
Font.Style = [fsBold]
OnClick = GoBtnClick
ParentFont = False
TabOrder = 0
OnClick = GoBtnClick
end
end
object URLEditPnl: TPanel
@@ -155,6 +158,7 @@ object MainForm: TMainForm
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 682
ParentBackground = False
TabOrder = 0
object URLCbx: TComboBox
Left = 0