2017-10-19 12:11:47 +02:00
|
|
|
object Form1: TForm1
|
2019-05-19 16:08:15 +02:00
|
|
|
Left = 49
|
|
|
|
Height = 624
|
|
|
|
Top = 86
|
|
|
|
Width = 1038
|
2017-10-19 12:11:47 +02:00
|
|
|
Caption = 'Simple Browser'
|
|
|
|
ClientHeight = 624
|
|
|
|
ClientWidth = 1038
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
2018-03-31 18:08:18 +02:00
|
|
|
OnCloseQuery = FormCloseQuery
|
2017-10-19 12:11:47 +02:00
|
|
|
OnShow = FormShow
|
2019-05-19 16:08:15 +02:00
|
|
|
Position = poScreenCenter
|
|
|
|
LCLVersion = '2.0.2.0'
|
2017-10-19 12:11:47 +02:00
|
|
|
object ChromiumWindow1: TChromiumWindow
|
|
|
|
Left = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 603
|
|
|
|
Top = 21
|
2017-10-19 12:11:47 +02:00
|
|
|
Width = 1038
|
|
|
|
Align = alClient
|
|
|
|
TabOrder = 0
|
2018-03-31 18:08:18 +02:00
|
|
|
OnClose = ChromiumWindow1Close
|
|
|
|
OnBeforeClose = ChromiumWindow1BeforeClose
|
2017-10-19 12:11:47 +02:00
|
|
|
OnAfterCreated = ChromiumWindow1AfterCreated
|
|
|
|
end
|
|
|
|
object AddressPnl: TPanel
|
|
|
|
Left = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 21
|
2017-10-19 12:11:47 +02:00
|
|
|
Top = 0
|
|
|
|
Width = 1038
|
|
|
|
Align = alTop
|
|
|
|
BevelOuter = bvNone
|
2019-05-19 16:08:15 +02:00
|
|
|
ClientHeight = 21
|
|
|
|
ClientWidth = 1038
|
2017-10-19 12:11:47 +02:00
|
|
|
Enabled = False
|
|
|
|
TabOrder = 1
|
|
|
|
object AddressEdt: TEdit
|
2019-05-19 16:08:15 +02:00
|
|
|
Left = 0
|
|
|
|
Height = 21
|
|
|
|
Top = 0
|
|
|
|
Width = 1007
|
2017-10-19 12:11:47 +02:00
|
|
|
Align = alClient
|
|
|
|
TabOrder = 0
|
|
|
|
Text = 'http://www.google.com'
|
|
|
|
end
|
|
|
|
object GoBtn: TButton
|
2019-05-19 16:08:15 +02:00
|
|
|
Left = 1007
|
|
|
|
Height = 21
|
|
|
|
Top = 0
|
2017-10-19 12:11:47 +02:00
|
|
|
Width = 31
|
|
|
|
Align = alRight
|
|
|
|
Caption = 'Go'
|
|
|
|
OnClick = GoBtnClick
|
2019-05-19 16:08:15 +02:00
|
|
|
TabOrder = 1
|
2017-10-19 12:11:47 +02:00
|
|
|
end
|
|
|
|
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 = 80
|
|
|
|
top = 88
|
2017-11-04 18:32:29 +01:00
|
|
|
end
|
2017-10-19 12:11:47 +02:00
|
|
|
end
|