1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-04-17 06:57:13 +02:00
Salvador Díaz Fau 79b76d3e71 Fixed black browser in Lazarus demos
Added a manifest to all Lazarus demos for Windows
2024-05-02 12:31:19 +02:00

70 lines
1.3 KiB
Plaintext

object WebpageSnapshotFrm: TWebpageSnapshotFrm
Left = 401
Height = 486
Top = 249
Width = 711
Caption = 'Web page snapshot'
ClientHeight = 486
ClientWidth = 711
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '3.2.0.0'
object Image1: TImage
Left = 0
Height = 438
Top = 25
Width = 711
Align = alClient
AutoSize = True
Center = True
Proportional = True
end
object StatusBar1: TStatusBar
Left = 0
Height = 23
Top = 463
Width = 711
Panels = <
item
Width = 1000
end>
SimplePanel = False
end
object NavigationPnl: TPanel
Left = 0
Height = 25
Top = 0
Width = 711
Align = alTop
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 711
ParentBackground = False
TabOrder = 1
object GoBtn: TButton
Left = 636
Height = 25
Top = 0
Width = 75
Align = alRight
Caption = 'Go'
TabOrder = 0
OnClick = GoBtnClick
end
object AddressEdt: TEdit
Left = 0
Height = 25
Top = 0
Width = 636
Align = alClient
TabOrder = 1
Text = 'https://www.google.com'
end
end
end