1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00
Files
CEF4Delphi/demos/Lazarus_Windows/KioskBrowser/uKioskBrowser.lfm
Salvador Díaz Fau 1754c84a81 Added KioskBrowser for Lazarus
Fixed issue #565: TTouchKeyboard doesn't work in the KioskBrowser demo while running in Windows 11
2025-08-10 16:32:48 +02:00

51 lines
1.2 KiB
Plaintext

object Form1: TForm1
Left = 0
Height = 624
Top = 0
Width = 1038
BorderStyle = bsSingle
Caption = 'qwerty'
ClientHeight = 624
ClientWidth = 1038
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Position = poDefault
Visible = True
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
object CEFWindowParent1: TCEFWindowParent
Left = 0
Height = 624
Top = 0
Width = 1038
Align = alClient
TabStop = True
TabOrder = 0
end
object Timer1: TTimer
Enabled = False
Interval = 300
OnTimer = Timer1Timer
Left = 56
Top = 88
end
object Chromium1: TChromium
OnCanFocus = Chromium1CanFocus
OnProcessMessageReceived = Chromium1ProcessMessageReceived
OnBeforeContextMenu = Chromium1BeforeContextMenu
OnContextMenuCommand = Chromium1ContextMenuCommand
OnPreKeyEvent = Chromium1PreKeyEvent
OnKeyEvent = Chromium1KeyEvent
OnBeforePopup = Chromium1BeforePopup
OnAfterCreated = Chromium1AfterCreated
OnBeforeClose = Chromium1BeforeClose
OnOpenUrlFromTab = Chromium1OpenUrlFromTab
Left = 56
Top = 152
end
end