2017-11-22 17:43:48 +01:00
|
|
|
object JSWindowBindingWithFunctionFrm: TJSWindowBindingWithFunctionFrm
|
2017-07-25 22:50:34 +02:00
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2017-11-22 17:43:48 +01:00
|
|
|
Caption = 'Initializing browser. Please wait...'
|
2017-07-25 22:50:34 +02:00
|
|
|
ClientHeight = 589
|
|
|
|
ClientWidth = 978
|
|
|
|
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
|
|
|
|
OnCreate = FormCreate
|
2017-07-25 22:50:34 +02:00
|
|
|
OnShow = FormShow
|
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
|
|
|
object NavControlPnl: TPanel
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
Width = 978
|
|
|
|
Height = 30
|
|
|
|
Align = alTop
|
|
|
|
BevelOuter = bvNone
|
|
|
|
Enabled = False
|
|
|
|
Padding.Left = 5
|
|
|
|
Padding.Top = 5
|
|
|
|
Padding.Right = 5
|
|
|
|
Padding.Bottom = 5
|
|
|
|
ShowCaption = False
|
|
|
|
TabOrder = 0
|
|
|
|
object Edit1: TEdit
|
|
|
|
Left = 5
|
|
|
|
Top = 5
|
|
|
|
Width = 937
|
|
|
|
Height = 20
|
|
|
|
Margins.Right = 5
|
|
|
|
Align = alClient
|
|
|
|
TabOrder = 0
|
2017-11-22 17:43:48 +01:00
|
|
|
Text = 'file:///JSWindowBindingWithFunction.html'
|
2017-07-25 22:50:34 +02:00
|
|
|
ExplicitHeight = 21
|
|
|
|
end
|
|
|
|
object GoBtn: TButton
|
|
|
|
Left = 942
|
|
|
|
Top = 5
|
|
|
|
Width = 31
|
|
|
|
Height = 20
|
|
|
|
Margins.Left = 5
|
|
|
|
Align = alRight
|
|
|
|
Caption = 'Go'
|
|
|
|
TabOrder = 1
|
|
|
|
OnClick = GoBtnClick
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object CEFWindowParent1: TCEFWindowParent
|
|
|
|
Left = 0
|
|
|
|
Top = 30
|
|
|
|
Width = 978
|
2017-11-22 17:43:48 +01:00
|
|
|
Height = 559
|
2017-07-25 22:50:34 +02:00
|
|
|
Align = alClient
|
2017-11-22 17:43:48 +01:00
|
|
|
TabOrder = 1
|
2017-07-25 22:50:34 +02:00
|
|
|
end
|
|
|
|
object Chromium1: TChromium
|
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
|
2017-07-25 22:50:34 +02:00
|
|
|
Left = 32
|
|
|
|
Top = 224
|
|
|
|
end
|
2017-11-04 18:32:29 +01:00
|
|
|
object Timer1: TTimer
|
|
|
|
Enabled = False
|
|
|
|
Interval = 300
|
|
|
|
OnTimer = Timer1Timer
|
|
|
|
Left = 32
|
|
|
|
Top = 288
|
|
|
|
end
|
2017-07-25 22:50:34 +02:00
|
|
|
end
|