CEF4Delphi/demos/Lazarus/CookieVisitor/uCookieVisitor.lfm

88 lines
1.9 KiB
Plaintext
Raw Normal View History

2017-08-19 12:53:47 +02:00
object CookieVisitorFrm: TCookieVisitorFrm
Left = 449
Height = 762
Top = 101
Width = 884
2017-08-19 12:53:47 +02:00
Caption = 'Cookie Visitor'
ClientHeight = 762
ClientWidth = 884
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
2018-03-31 18:08:18 +02:00
OnCloseQuery = FormCloseQuery
2017-08-19 12:53:47 +02:00
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.0.6.0'
2017-08-19 12:53:47 +02:00
object AddressBarPnl: TPanel
Left = 0
Height = 21
2017-08-19 12:53:47 +02:00
Top = 0
Width = 884
Align = alTop
BevelOuter = bvNone
ClientHeight = 21
ClientWidth = 884
2017-08-19 12:53:47 +02:00
DoubleBuffered = True
Enabled = False
ParentDoubleBuffered = False
TabOrder = 0
object Edit1: TEdit
Left = 0
Height = 21
Top = 0
Width = 853
2017-08-19 12:53:47 +02:00
Align = alClient
TabOrder = 0
Text = 'https://www.google.com'
end
object GoBtn: TButton
Left = 853
Height = 21
Top = 0
2017-08-19 12:53:47 +02:00
Width = 31
Align = alRight
Caption = 'Go'
OnClick = GoBtnClick
TabOrder = 1
2017-08-19 12:53:47 +02:00
end
end
object CEFWindowParent1: TCEFWindowParent
Left = 0
Height = 741
Top = 21
2017-08-19 12:53:47 +02:00
Width = 884
Align = alClient
TabOrder = 1
end
object Chromium1: TChromium
OnCookiesDeleted = Chromium1CookiesDeleted
OnCookiesVisited = Chromium1CookiesVisited
OnCookieVisitorDestroyed = Chromium1CookieVisitorDestroyed
OnCookieSet = Chromium1CookieSet
2017-08-19 12:53:47 +02:00
OnBeforeContextMenu = Chromium1BeforeContextMenu
OnContextMenuCommand = Chromium1ContextMenuCommand
OnBeforePopup = Chromium1BeforePopup
2017-08-19 12:53:47 +02:00
OnAfterCreated = Chromium1AfterCreated
2018-03-31 18:08:18 +02:00
OnBeforeClose = Chromium1BeforeClose
OnClose = Chromium1Close
OnCanSaveCookie = Chromium1CanSaveCookie
left = 32
top = 224
2017-08-19 12:53:47 +02:00
end
object Timer1: TTimer
Enabled = False
Interval = 300
OnTimer = Timer1Timer
left = 32
top = 280
end
object CEFSentinel1: TCEFSentinel
OnClose = CEFSentinel1Close
left = 32
top = 352
end
2017-08-19 12:53:47 +02:00
end