salvaVidas/scr/THTTPdownloader.dfm
2021-09-01 18:26:41 +02:00

58 lines
1.1 KiB
Plaintext

object HTTPdownloader: THTTPdownloader
Left = 462
Top = 523
Width = 648
Height = 474
Caption = 'HTTPdownloader'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object httpResult: TRichEdit
Left = 0
Top = 0
Width = 640
Height = 344
Align = alClient
ScrollBars = ssBoth
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 344
Width = 640
Height = 99
Align = alBottom
BevelOuter = bvNone
Caption = 'Panel1'
TabOrder = 1
object statusBar: TRichEdit
Left = 0
Top = 19
Width = 640
Height = 80
Align = alBottom
ScrollBars = ssVertical
TabOrder = 0
end
object debug: TCheckBox
Left = 0
Top = 0
Width = 97
Height = 17
Caption = 'Modo Debug'
TabOrder = 1
end
end
object TcpClient1: TTcpClient
Left = 96
Top = 64
end
end