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 = []
|
|
|
|
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
|
2018-08-21 08:50:02 +02:00
|
|
|
Top = 0
|
2018-08-20 18:39:43 +02:00
|
|
|
Width = 1004
|
2018-08-21 08:50:02 +02:00
|
|
|
Height = 526
|
2020-02-03 12:02:30 +01:00
|
|
|
OnCustomTouch = Panel1CustomTouch
|
|
|
|
OnPointerDown = Panel1PointerDown
|
|
|
|
OnPointerUp = Panel1PointerUp
|
|
|
|
OnPointerUpdate = Panel1PointerUpdate
|
2018-08-20 18:39:43 +02:00
|
|
|
Align = alClient
|
|
|
|
Caption = 'Panel1'
|
2018-08-21 08:50:02 +02:00
|
|
|
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
|
|
|
|
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
|
2018-08-21 08:50:02 +02:00
|
|
|
OnBeforeContextMenu = chrmosrBeforeContextMenu
|
|
|
|
OnContextMenuCommand = chrmosrContextMenuCommand
|
2018-08-20 18:39:43 +02:00
|
|
|
OnTooltip = chrmosrTooltip
|
2020-12-13 18:36:10 +01:00
|
|
|
OnCursorChange = chrmosrCursorChange
|
2018-08-20 18:39:43 +02:00
|
|
|
OnBeforePopup = chrmosrBeforePopup
|
|
|
|
OnBeforeClose = chrmosrBeforeClose
|
|
|
|
OnGetViewRect = chrmosrGetViewRect
|
|
|
|
OnGetScreenPoint = chrmosrGetScreenPoint
|
|
|
|
OnGetScreenInfo = chrmosrGetScreenInfo
|
|
|
|
OnPopupShow = chrmosrPopupShow
|
|
|
|
OnPopupSize = chrmosrPopupSize
|
|
|
|
OnPaint = chrmosrPaint
|
2019-03-15 17:17:14 +01:00
|
|
|
OnVirtualKeyboardRequested = chrmosrVirtualKeyboardRequested
|
2020-02-01 17:04:19 +01:00
|
|
|
Left = 40
|
|
|
|
Top = 40
|
2018-08-20 18:39:43 +02:00
|
|
|
end
|
|
|
|
object AppEvents: TApplicationEvents
|
|
|
|
OnMessage = AppEventsMessage
|
2020-02-01 17:04:19 +01:00
|
|
|
Left = 40
|
|
|
|
Top = 112
|
2018-08-20 18:39:43 +02:00
|
|
|
end
|
|
|
|
object Timer1: TTimer
|
|
|
|
Enabled = False
|
|
|
|
Interval = 300
|
|
|
|
OnTimer = Timer1Timer
|
2020-02-01 17:04:19 +01:00
|
|
|
Left = 40
|
|
|
|
Top = 182
|
2018-08-20 18:39:43 +02:00
|
|
|
end
|
|
|
|
end
|