2017-07-25 22:50:34 +02:00
|
|
|
object JSExtensionFrm: TJSExtensionFrm
|
2019-05-19 16:08:15 +02:00
|
|
|
Left = 185
|
|
|
|
Height = 589
|
|
|
|
Top = 131
|
|
|
|
Width = 978
|
2017-07-25 22:50:34 +02:00
|
|
|
Caption = 'JSExtension'
|
|
|
|
ClientHeight = 589
|
|
|
|
ClientWidth = 978
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
2018-03-31 18:08:18 +02:00
|
|
|
OnCloseQuery = FormCloseQuery
|
|
|
|
OnCreate = FormCreate
|
2017-07-25 22:50:34 +02:00
|
|
|
OnShow = FormShow
|
2019-05-19 16:08:15 +02:00
|
|
|
Position = poScreenCenter
|
|
|
|
LCLVersion = '2.0.2.0'
|
2017-07-25 22:50:34 +02:00
|
|
|
object NavControlPnl: TPanel
|
|
|
|
Left = 0
|
2019-06-16 10:31:13 +02:00
|
|
|
Height = 21
|
2017-07-25 22:50:34 +02:00
|
|
|
Top = 0
|
|
|
|
Width = 978
|
|
|
|
Align = alTop
|
|
|
|
BevelOuter = bvNone
|
2019-06-16 10:31:13 +02:00
|
|
|
ClientHeight = 21
|
2019-05-19 16:08:15 +02:00
|
|
|
ClientWidth = 978
|
2017-07-25 22:50:34 +02:00
|
|
|
Enabled = False
|
|
|
|
TabOrder = 0
|
|
|
|
object Edit1: TEdit
|
2019-05-19 16:08:15 +02:00
|
|
|
Left = 0
|
2019-06-16 10:31:13 +02:00
|
|
|
Height = 21
|
2019-05-19 16:08:15 +02:00
|
|
|
Top = 0
|
|
|
|
Width = 947
|
2017-07-25 22:50:34 +02:00
|
|
|
Align = alClient
|
|
|
|
TabOrder = 0
|
|
|
|
Text = 'http://www.google.com'
|
|
|
|
end
|
|
|
|
object GoBtn: TButton
|
2019-05-19 16:08:15 +02:00
|
|
|
Left = 947
|
2019-06-16 10:31:13 +02:00
|
|
|
Height = 21
|
2019-05-19 16:08:15 +02:00
|
|
|
Top = 0
|
2017-07-25 22:50:34 +02:00
|
|
|
Width = 31
|
|
|
|
Align = alRight
|
|
|
|
Caption = 'Go'
|
|
|
|
OnClick = GoBtnClick
|
2019-05-19 16:08:15 +02:00
|
|
|
TabOrder = 1
|
2017-07-25 22:50:34 +02:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object CEFWindowParent1: TCEFWindowParent
|
|
|
|
Left = 0
|
2019-06-16 10:31:13 +02:00
|
|
|
Height = 547
|
|
|
|
Top = 21
|
2017-07-25 22:50:34 +02:00
|
|
|
Width = 978
|
|
|
|
Align = alClient
|
2019-05-19 16:08:15 +02:00
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object StatusPnl: TPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 21
|
|
|
|
Top = 568
|
|
|
|
Width = 978
|
|
|
|
Align = alBottom
|
|
|
|
BevelOuter = bvLowered
|
2017-07-25 22:50:34 +02:00
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object Chromium1: TChromium
|
|
|
|
OnProcessMessageReceived = Chromium1ProcessMessageReceived
|
|
|
|
OnBeforeContextMenu = Chromium1BeforeContextMenu
|
|
|
|
OnContextMenuCommand = Chromium1ContextMenuCommand
|
2018-02-16 18:41:13 +01:00
|
|
|
OnBeforePopup = Chromium1BeforePopup
|
2017-07-25 22:50:34 +02:00
|
|
|
OnAfterCreated = Chromium1AfterCreated
|
2018-03-31 18:08:18 +02:00
|
|
|
OnBeforeClose = Chromium1BeforeClose
|
|
|
|
OnClose = Chromium1Close
|
2019-05-19 16:08:15 +02:00
|
|
|
left = 32
|
|
|
|
top = 224
|
2017-07-25 22:50:34 +02:00
|
|
|
end
|
2017-11-04 18:32:29 +01:00
|
|
|
object Timer1: TTimer
|
|
|
|
Enabled = False
|
|
|
|
Interval = 300
|
|
|
|
OnTimer = Timer1Timer
|
2019-05-19 16:08:15 +02:00
|
|
|
left = 32
|
|
|
|
top = 288
|
2017-11-04 18:32:29 +01:00
|
|
|
end
|
2017-07-25 22:50:34 +02:00
|
|
|
end
|