2017-05-21 17:41:10 +02:00
|
|
|
object MainForm: TMainForm
|
2019-05-19 16:08:15 +02:00
|
|
|
Left = 162
|
|
|
|
Height = 37
|
|
|
|
Top = 154
|
|
|
|
Width = 357
|
2017-05-21 17:41:10 +02:00
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
|
BorderStyle = bsSingle
|
2017-12-14 12:09:13 +01:00
|
|
|
Caption = 'Initializing browser. Please wait...'
|
2017-05-21 17:41:10 +02:00
|
|
|
ClientHeight = 37
|
|
|
|
ClientWidth = 357
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
OnCreate = FormCreate
|
2017-12-14 12:09:13 +01:00
|
|
|
OnShow = FormShow
|
2019-05-19 16:08:15 +02:00
|
|
|
Position = poScreenCenter
|
2019-10-01 18:47:24 +02:00
|
|
|
LCLVersion = '2.0.4.0'
|
2017-12-14 12:09:13 +01:00
|
|
|
object ButtonPnl: TPanel
|
|
|
|
Left = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 37
|
2017-12-14 12:09:13 +01:00
|
|
|
Top = 0
|
|
|
|
Width = 357
|
|
|
|
Align = alClient
|
|
|
|
BevelOuter = bvNone
|
2019-05-19 16:08:15 +02:00
|
|
|
ClientHeight = 37
|
|
|
|
ClientWidth = 357
|
2017-12-14 12:09:13 +01:00
|
|
|
Enabled = False
|
2017-05-21 17:41:10 +02:00
|
|
|
TabOrder = 0
|
2017-12-14 12:09:13 +01:00
|
|
|
object Edit1: TEdit
|
|
|
|
Left = 8
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 21
|
2017-12-14 12:09:13 +01:00
|
|
|
Top = 8
|
|
|
|
Width = 286
|
|
|
|
TabOrder = 0
|
|
|
|
Text = 'https://www.google.com'
|
|
|
|
end
|
|
|
|
object Button1: TButton
|
|
|
|
Left = 300
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 25
|
2017-12-14 12:09:13 +01:00
|
|
|
Top = 6
|
|
|
|
Width = 51
|
|
|
|
Caption = 'Open'
|
|
|
|
OnClick = Button1Click
|
2019-05-19 16:08:15 +02:00
|
|
|
TabOrder = 1
|
2017-12-14 12:09:13 +01:00
|
|
|
end
|
2017-05-21 17:41:10 +02:00
|
|
|
end
|
2019-10-09 12:24:47 +02:00
|
|
|
object CEFSentinel1: TCEFSentinel
|
|
|
|
OnClose = CEFSentinel1Close
|
|
|
|
left = 232
|
|
|
|
end
|
2017-05-21 17:41:10 +02:00
|
|
|
end
|