2018-11-17 11:50:34 +01:00
|
|
|
object URLRequestFrm: TURLRequestFrm
|
2019-05-19 16:08:15 +02:00
|
|
|
Left = 301
|
|
|
|
Height = 116
|
|
|
|
Top = 177
|
|
|
|
Width = 494
|
2018-11-17 11:50:34 +01:00
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
|
BorderStyle = bsSingle
|
|
|
|
Caption = 'URL request'
|
2019-05-19 16:08:15 +02:00
|
|
|
ClientHeight = 116
|
2018-11-17 11:50:34 +01:00
|
|
|
ClientWidth = 494
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
OnCloseQuery = FormCloseQuery
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
2019-05-19 16:08:15 +02:00
|
|
|
Position = poScreenCenter
|
|
|
|
LCLVersion = '2.0.2.0'
|
2018-11-17 11:50:34 +01:00
|
|
|
object Label1: TLabel
|
|
|
|
Left = 16
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 13
|
2018-11-17 11:50:34 +01:00
|
|
|
Top = 19
|
|
|
|
Width = 19
|
|
|
|
Caption = 'URL'
|
2019-05-19 16:08:15 +02:00
|
|
|
ParentColor = False
|
2018-11-17 11:50:34 +01:00
|
|
|
end
|
|
|
|
object Edit1: TEdit
|
|
|
|
Left = 48
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 21
|
2018-11-17 11:50:34 +01:00
|
|
|
Top = 16
|
|
|
|
Width = 433
|
|
|
|
TabOrder = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Text = 'https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf'
|
2018-11-17 11:50:34 +01:00
|
|
|
end
|
|
|
|
object DownloadBtn: TButton
|
|
|
|
Left = 16
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 25
|
2018-11-17 11:50:34 +01:00
|
|
|
Top = 51
|
|
|
|
Width = 465
|
|
|
|
Caption = 'Download'
|
|
|
|
OnClick = DownloadBtnClick
|
2019-05-19 16:08:15 +02:00
|
|
|
TabOrder = 1
|
2018-11-17 11:50:34 +01:00
|
|
|
end
|
2019-05-19 16:08:15 +02:00
|
|
|
object StatusPnl: TPanel
|
2018-11-17 11:50:34 +01:00
|
|
|
Left = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 23
|
|
|
|
Top = 93
|
2018-11-17 11:50:34 +01:00
|
|
|
Width = 494
|
2019-05-19 16:08:15 +02:00
|
|
|
Align = alBottom
|
|
|
|
BevelOuter = bvLowered
|
|
|
|
TabOrder = 2
|
2018-11-17 11:50:34 +01:00
|
|
|
end
|
|
|
|
object SaveDialog1: TSaveDialog
|
2019-05-19 16:08:15 +02:00
|
|
|
left = 384
|
|
|
|
top = 64
|
2018-11-17 11:50:34 +01:00
|
|
|
end
|
|
|
|
object CEFUrlRequestClientComponent1: TCEFUrlRequestClientComponent
|
|
|
|
OnRequestComplete = CEFUrlRequestClientComponent1RequestComplete
|
|
|
|
OnDownloadProgress = CEFUrlRequestClientComponent1DownloadProgress
|
|
|
|
OnDownloadData = CEFUrlRequestClientComponent1DownloadData
|
|
|
|
OnCreateURLRequest = CEFUrlRequestClientComponent1CreateURLRequest
|
2019-05-19 16:08:15 +02:00
|
|
|
left = 80
|
|
|
|
top = 64
|
2018-11-17 11:50:34 +01:00
|
|
|
end
|
|
|
|
end
|