home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 February
/
PCWorld_1999-02_cd.bin
/
temacd
/
DataArm
/
_SETUP.1
/
mpw32.dll
/
RCDATA
/
TFTPFORM
/
TFTPFORM.txt
Wrap
Text File
|
1998-05-25
|
2KB
|
103 lines
object FTPForm: TFTPForm
Left = 293
Top = 120
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'FTPForm'
ClientHeight = 219
ClientWidth = 325
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Frame: TGroupBox
Left = 8
Top = 12
Width = 309
Height = 168
Caption = 'DOWNLOADING'
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
object Gauge: TMPWGauge
Left = 8
Top = 140
Width = 293
Height = 20
Font.Color = clMaroon
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ForeColor = clAqua
ParentFont = False
Progress = 0
end
object Memo: TMemo
Left = 8
Top = 24
Width = 293
Height = 113
TabStop = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end
object CancelButton: TButton
Left = 260
Top = 188
Width = 57
Height = 25
Hint = 'Cancel'
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
OnClick = CancelButtonClick
end
object NetServer: TMPGNetServer
OnInfo = NetServerInfo
OnDisconnect = NetServerDisconnect
OnRead = NetServerRead
Left = 36
Top = 188
end
object NetClient: TMPGNetClient
Address = 'ftp.braintree.com'
Port = '21'
TimeOut = 10
OnInfo = NetClientInfo
OnConnect = NetClientConnect
OnTimeOut = NetClientTimeOut
OnDisconnect = NetClientDisconnect
OnRead = NetClientRead
OnWrite = NetClientWrite
Left = 8
Top = 188
end
object Timer: TTimer
Enabled = False
Interval = 250
OnTimer = TimerTimer
Left = 64
Top = 188
end
end