first commit (2005-12-25)

This commit is contained in:
2021-09-01 18:26:41 +02:00
commit a86196a6a9
439 changed files with 402271 additions and 0 deletions

57
scr/THTTPdownloader.dfm Normal file
View File

@ -0,0 +1,57 @@
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