You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Update to CEF 121.3.13
This commit is contained in:
158
demos/Delphi_VCL/DualBrowser/uMainForm.dfm
Normal file
158
demos/Delphi_VCL/DualBrowser/uMainForm.dfm
Normal file
@ -0,0 +1,158 @@
|
||||
object MainForm: TMainForm
|
||||
Left = 0
|
||||
Top = 0
|
||||
Caption = 'Dual Browser'
|
||||
ClientHeight = 662
|
||||
ClientWidth = 1075
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
Padding.Left = 5
|
||||
Padding.Right = 5
|
||||
Padding.Bottom = 5
|
||||
Position = poScreenCenter
|
||||
OnCloseQuery = FormCloseQuery
|
||||
OnCreate = FormCreate
|
||||
TextHeight = 13
|
||||
object Splitter1: TSplitter
|
||||
Left = 542
|
||||
Top = 0
|
||||
Width = 5
|
||||
Height = 657
|
||||
ExplicitLeft = 537
|
||||
ExplicitHeight = 662
|
||||
end
|
||||
object CEFPnl: TPanel
|
||||
Left = 5
|
||||
Top = 0
|
||||
Width = 537
|
||||
Height = 657
|
||||
Align = alLeft
|
||||
BevelOuter = bvNone
|
||||
TabOrder = 0
|
||||
ExplicitHeight = 656
|
||||
object CEFAddressPnl: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 537
|
||||
Height = 30
|
||||
Align = alTop
|
||||
BevelOuter = bvNone
|
||||
Padding.Top = 5
|
||||
Padding.Bottom = 5
|
||||
TabOrder = 0
|
||||
object CEFAddressEdt: TEdit
|
||||
Left = 0
|
||||
Top = 5
|
||||
Width = 506
|
||||
Height = 20
|
||||
Margins.Right = 5
|
||||
Align = alClient
|
||||
TabOrder = 0
|
||||
Text = 'http://www.google.com'
|
||||
ExplicitHeight = 21
|
||||
end
|
||||
object CEFGoBtn: TButton
|
||||
Left = 506
|
||||
Top = 5
|
||||
Width = 31
|
||||
Height = 20
|
||||
Margins.Left = 5
|
||||
Align = alRight
|
||||
Caption = 'Go'
|
||||
TabOrder = 1
|
||||
OnClick = CEFGoBtnClick
|
||||
end
|
||||
end
|
||||
object CEFWindowParent1: TCEFWindowParent
|
||||
Left = 0
|
||||
Top = 30
|
||||
Width = 537
|
||||
Height = 627
|
||||
Align = alClient
|
||||
Color = clWhite
|
||||
TabOrder = 1
|
||||
ExplicitHeight = 626
|
||||
end
|
||||
end
|
||||
object WVPnl: TPanel
|
||||
Left = 547
|
||||
Top = 0
|
||||
Width = 523
|
||||
Height = 657
|
||||
Align = alClient
|
||||
BevelOuter = bvNone
|
||||
ParentBackground = False
|
||||
TabOrder = 1
|
||||
ExplicitWidth = 519
|
||||
ExplicitHeight = 656
|
||||
object WVAddressPnl: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 523
|
||||
Height = 30
|
||||
Align = alTop
|
||||
BevelOuter = bvNone
|
||||
Padding.Top = 5
|
||||
Padding.Bottom = 5
|
||||
TabOrder = 0
|
||||
ExplicitWidth = 519
|
||||
object WVAddressEdt: TEdit
|
||||
Left = 0
|
||||
Top = 5
|
||||
Width = 492
|
||||
Height = 20
|
||||
Margins.Right = 5
|
||||
Align = alClient
|
||||
TabOrder = 0
|
||||
Text = 'http://www.bing.com'
|
||||
ExplicitWidth = 488
|
||||
ExplicitHeight = 21
|
||||
end
|
||||
object WVGoBtn: TButton
|
||||
Left = 492
|
||||
Top = 5
|
||||
Width = 31
|
||||
Height = 20
|
||||
Margins.Left = 5
|
||||
Align = alRight
|
||||
Caption = 'Go'
|
||||
TabOrder = 1
|
||||
OnClick = WVGoBtnClick
|
||||
ExplicitLeft = 488
|
||||
end
|
||||
end
|
||||
object WVWindowParent1: TWVWindowParent
|
||||
Left = 0
|
||||
Top = 30
|
||||
Width = 523
|
||||
Height = 627
|
||||
Align = alClient
|
||||
Color = clWhite
|
||||
TabStop = True
|
||||
TabOrder = 1
|
||||
Browser = WVBrowser1
|
||||
ExplicitWidth = 519
|
||||
ExplicitHeight = 626
|
||||
end
|
||||
end
|
||||
object Chromium1: TChromium
|
||||
OnBeforePopup = Chromium1BeforePopup
|
||||
OnAfterCreated = Chromium1AfterCreated
|
||||
OnBeforeClose = Chromium1BeforeClose
|
||||
OnClose = Chromium1Close
|
||||
OnOpenUrlFromTab = Chromium1OpenUrlFromTab
|
||||
Left = 224
|
||||
Top = 256
|
||||
end
|
||||
object WVBrowser1: TWVBrowser
|
||||
TargetCompatibleBrowserVersion = '95.0.1020.44'
|
||||
AllowSingleSignOnUsingOSPrimaryAccount = False
|
||||
OnAfterCreated = WVBrowser1AfterCreated
|
||||
Left = 808
|
||||
Top = 264
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user