2017-08-12 16:22:34 +02:00
|
|
|
object SchemeRegistrationBrowserFrm: TSchemeRegistrationBrowserFrm
|
2019-05-19 16:08:15 +02:00
|
|
|
Left = 116
|
|
|
|
Height = 652
|
|
|
|
Top = 102
|
|
|
|
Width = 980
|
2017-08-12 16:22:34 +02:00
|
|
|
Caption = 'SchemeRegistrationBrowser'
|
|
|
|
ClientHeight = 652
|
|
|
|
ClientWidth = 980
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
2018-03-31 18:08:18 +02:00
|
|
|
OnCloseQuery = FormCloseQuery
|
2017-12-18 19:38:56 +01:00
|
|
|
OnCreate = FormCreate
|
2017-08-12 16:22:34 +02:00
|
|
|
OnShow = FormShow
|
2019-05-19 16:08:15 +02:00
|
|
|
Position = poScreenCenter
|
|
|
|
LCLVersion = '2.0.2.0'
|
2017-08-12 16:22:34 +02:00
|
|
|
object AddressBarPnl: TPanel
|
|
|
|
Left = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 21
|
2017-08-12 16:22:34 +02:00
|
|
|
Top = 0
|
|
|
|
Width = 980
|
|
|
|
Align = alTop
|
|
|
|
BevelOuter = bvNone
|
2019-05-19 16:08:15 +02:00
|
|
|
ClientHeight = 21
|
|
|
|
ClientWidth = 980
|
2017-08-12 16:22:34 +02:00
|
|
|
DoubleBuffered = True
|
|
|
|
Enabled = False
|
|
|
|
ParentDoubleBuffered = False
|
|
|
|
TabOrder = 0
|
|
|
|
object GoBtn: TButton
|
2019-05-19 16:08:15 +02:00
|
|
|
Left = 949
|
|
|
|
Height = 21
|
|
|
|
Top = 0
|
2017-08-12 16:22:34 +02:00
|
|
|
Width = 31
|
|
|
|
Align = alRight
|
|
|
|
Caption = 'Go'
|
|
|
|
OnClick = GoBtnClick
|
2019-05-19 16:08:15 +02:00
|
|
|
TabOrder = 0
|
2017-08-12 16:22:34 +02:00
|
|
|
end
|
|
|
|
object AddressCbx: TComboBox
|
2019-05-19 16:08:15 +02:00
|
|
|
Left = 0
|
2017-08-12 16:22:34 +02:00
|
|
|
Height = 21
|
2019-05-19 16:08:15 +02:00
|
|
|
Top = 0
|
|
|
|
Width = 949
|
2017-08-12 16:22:34 +02:00
|
|
|
Align = alClient
|
2019-05-19 16:08:15 +02:00
|
|
|
ItemHeight = 13
|
2017-08-12 16:22:34 +02:00
|
|
|
ItemIndex = 1
|
|
|
|
Items.Strings = (
|
|
|
|
'https://www.google.com'
|
2019-05-19 16:08:15 +02:00
|
|
|
'hello://test.html'
|
|
|
|
)
|
|
|
|
TabOrder = 1
|
|
|
|
Text = 'hello://test.html'
|
2017-08-12 16:22:34 +02:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object CEFWindowParent1: TCEFWindowParent
|
|
|
|
Left = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 631
|
|
|
|
Top = 21
|
2017-08-12 16:22:34 +02:00
|
|
|
Width = 980
|
|
|
|
Align = alClient
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object Chromium1: TChromium
|
|
|
|
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
|
2019-05-19 16:08:15 +02:00
|
|
|
left = 16
|
|
|
|
top = 40
|
2017-08-12 16:22: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 = 16
|
|
|
|
top = 96
|
2017-11-04 18:32:29 +01:00
|
|
|
end
|
2017-08-12 16:22:34 +02:00
|
|
|
end
|