2017-05-21 19:38:32 +02:00
|
|
|
object MainForm: TMainForm
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
BorderIcons = []
|
|
|
|
BorderStyle = bsNone
|
|
|
|
Caption = 'MainForm'
|
|
|
|
ClientHeight = 288
|
|
|
|
ClientWidth = 434
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
Font.Style = []
|
|
|
|
FormStyle = fsStayOnTop
|
|
|
|
OldCreateOrder = False
|
|
|
|
WindowState = wsMaximized
|
|
|
|
OnShow = FormShow
|
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
|
|
|
object CEFWindowParent1: TCEFWindowParent
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
Width = 434
|
|
|
|
Height = 288
|
|
|
|
Align = alClient
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object Chromium1: TChromium
|
|
|
|
OnPreKeyEvent = Chromium1PreKeyEvent
|
|
|
|
OnKeyEvent = Chromium1KeyEvent
|
2017-08-23 12:28:45 +02:00
|
|
|
OnAfterCreated = Chromium1AfterCreated
|
2017-05-21 19:38:32 +02:00
|
|
|
Left = 208
|
|
|
|
Top = 120
|
|
|
|
end
|
2017-11-04 18:32:29 +01:00
|
|
|
object Timer1: TTimer
|
|
|
|
Enabled = False
|
|
|
|
Interval = 300
|
|
|
|
OnTimer = Timer1Timer
|
|
|
|
Left = 272
|
|
|
|
Top = 120
|
|
|
|
end
|
2017-05-21 19:38:32 +02:00
|
|
|
end
|