CEF4Delphi/demos/KioskOSRBrowser/uKioskOSRBrowser.dfm

88 lines
2.1 KiB
Plaintext
Raw Normal View History

2018-08-20 18:39:43 +02:00
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 706
ClientWidth = 1004
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDefault
WindowState = wsMaximized
OnAfterMonitorDpiChanged = FormAfterMonitorDpiChanged
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TBufferPanel
Left = 0
Top = 0
2018-08-20 18:39:43 +02:00
Width = 1004
Height = 526
2018-08-20 18:39:43 +02:00
Align = alClient
Caption = 'Panel1'
TabOrder = 0
2018-08-20 18:39:43 +02:00
TabStop = True
OnClick = Panel1Click
OnEnter = Panel1Enter
OnExit = Panel1Exit
OnMouseDown = Panel1MouseDown
OnMouseMove = Panel1MouseMove
OnMouseUp = Panel1MouseUp
OnResize = Panel1Resize
OnMouseLeave = Panel1MouseLeave
ExplicitTop = 30
ExplicitHeight = 496
2018-08-20 18:39:43 +02:00
end
object TouchKeyboard1: TTouchKeyboard
Left = 0
Top = 526
Width = 1004
Height = 180
Align = alBottom
GradientEnd = clSilver
GradientStart = clGray
Layout = 'Standard'
Visible = False
end
object chrmosr: TChromium
OnProcessMessageReceived = chrmosrProcessMessageReceived
OnBeforeContextMenu = chrmosrBeforeContextMenu
OnContextMenuCommand = chrmosrContextMenuCommand
2018-08-20 18:39:43 +02:00
OnTooltip = chrmosrTooltip
OnBeforePopup = chrmosrBeforePopup
OnAfterCreated = chrmosrAfterCreated
OnBeforeClose = chrmosrBeforeClose
OnClose = chrmosrClose
OnGetViewRect = chrmosrGetViewRect
OnGetScreenPoint = chrmosrGetScreenPoint
OnGetScreenInfo = chrmosrGetScreenInfo
OnPopupShow = chrmosrPopupShow
OnPopupSize = chrmosrPopupSize
OnPaint = chrmosrPaint
OnCursorChange = chrmosrCursorChange
Left = 24
Top = 56
end
object AppEvents: TApplicationEvents
OnMessage = AppEventsMessage
Left = 24
Top = 128
end
object Timer1: TTimer
Enabled = False
Interval = 300
OnTimer = Timer1Timer
Left = 24
Top = 206
end
end