2017-08-12 16:22:34 +02:00
|
|
|
object JSEvalFrm: TJSEvalFrm
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
Caption = 'JSEval'
|
|
|
|
ClientHeight = 571
|
|
|
|
ClientWidth = 878
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
Font.Style = []
|
|
|
|
OldCreateOrder = False
|
|
|
|
Position = poScreenCenter
|
2018-03-31 18:08:18 +02:00
|
|
|
OnCloseQuery = FormCloseQuery
|
2017-08-12 16:22:34 +02:00
|
|
|
OnShow = FormShow
|
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
|
|
|
object CEFWindowParent1: TCEFWindowParent
|
|
|
|
Left = 0
|
|
|
|
Top = 30
|
|
|
|
Width = 878
|
|
|
|
Height = 541
|
|
|
|
Align = alClient
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object AddressBarPnl: TPanel
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
Width = 878
|
|
|
|
Height = 30
|
|
|
|
Align = alTop
|
|
|
|
BevelOuter = bvNone
|
|
|
|
DoubleBuffered = True
|
|
|
|
Enabled = False
|
|
|
|
Padding.Left = 5
|
|
|
|
Padding.Top = 5
|
|
|
|
Padding.Right = 5
|
|
|
|
Padding.Bottom = 5
|
|
|
|
ParentDoubleBuffered = False
|
|
|
|
TabOrder = 1
|
|
|
|
object GoBtn: TButton
|
|
|
|
Left = 842
|
|
|
|
Top = 5
|
|
|
|
Width = 31
|
|
|
|
Height = 20
|
|
|
|
Margins.Left = 5
|
|
|
|
Align = alRight
|
|
|
|
Caption = 'Go'
|
|
|
|
TabOrder = 0
|
|
|
|
OnClick = GoBtnClick
|
|
|
|
end
|
|
|
|
object AddressEdt: TEdit
|
|
|
|
Left = 5
|
|
|
|
Top = 5
|
|
|
|
Width = 837
|
|
|
|
Height = 20
|
|
|
|
Align = alClient
|
|
|
|
TabOrder = 1
|
|
|
|
Text = 'https://www.google.com'
|
|
|
|
ExplicitHeight = 21
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object Chromium1: TChromium
|
|
|
|
OnProcessMessageReceived = Chromium1ProcessMessageReceived
|
|
|
|
OnBeforeContextMenu = Chromium1BeforeContextMenu
|
|
|
|
OnContextMenuCommand = Chromium1ContextMenuCommand
|
2018-02-16 18:41:13 +01:00
|
|
|
OnBeforePopup = Chromium1BeforePopup
|
2017-08-12 16:22:34 +02:00
|
|
|
OnAfterCreated = Chromium1AfterCreated
|
2018-03-31 18:08:18 +02:00
|
|
|
OnBeforeClose = Chromium1BeforeClose
|
|
|
|
OnClose = Chromium1Close
|
2017-08-12 16:22:34 +02:00
|
|
|
Left = 16
|
|
|
|
Top = 40
|
|
|
|
end
|
2017-11-04 18:32:29 +01:00
|
|
|
object Timer1: TTimer
|
|
|
|
Enabled = False
|
|
|
|
Interval = 300
|
|
|
|
OnTimer = Timer1Timer
|
|
|
|
Left = 16
|
|
|
|
Top = 96
|
|
|
|
end
|
2019-10-13 18:50:23 +02:00
|
|
|
object CEFSentinel1: TCEFSentinel
|
|
|
|
OnClose = CEFSentinel1Close
|
|
|
|
Left = 16
|
|
|
|
Top = 160
|
|
|
|
end
|
2017-08-12 16:22:34 +02:00
|
|
|
end
|