home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 89
- Top = 109
- BorderStyle = bsDialog
- Caption = ' '
- ClientHeight = 166
- ClientWidth = 471
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object RzLabel1: TRzLabel
- Left = 4
- Top = -2
- Width = 273
- Height = 31
- Alignment = taCenter
- AutoSize = False
- Caption = 'TMC'#39's download module'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- TextStyle = tsRaised
- end
- object RzLabel3: TRzLabel
- Left = 122
- Top = 91
- Width = 34
- Height = 13
- Alignment = taRightJustify
- Caption = 'Speed:'
- Transparent = True
- end
- object RzLabel2: TRzLabel
- Left = 94
- Top = 71
- Width = 63
- Height = 13
- Alignment = taRightJustify
- Caption = 'Elapsed time:'
- Transparent = True
- end
- object RzLabel4: TRzLabel
- Left = 108
- Top = 110
- Width = 48
- Height = 13
- Alignment = taRightJustify
- Caption = 'Total size:'
- Transparent = True
- end
- object RzLabel5: TRzLabel
- Left = 113
- Top = 128
- Width = 43
- Height = 13
- Alignment = taRightJustify
- Caption = 'Time left:'
- Transparent = True
- end
- object ListBox2: TListBox
- Left = 287
- Top = 0
- Width = 184
- Height = 147
- Align = alRight
- ItemHeight = 13
- TabOrder = 0
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 147
- Width = 471
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object Button1: TButton
- Left = 3
- Top = 120
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Animate1: TAnimate
- Left = 7
- Top = 20
- Width = 272
- Height = 48
- Active = False
- AutoSize = False
- CommonAVI = aviCopyFile
- StopFrame = 26
- end
- object Edit971: TEdit97
- Left = 160
- Top = 69
- Width = 111
- Height = 19
- ReadOnly = True
- TabOrder = 4
- end
- object Edit972: TEdit97
- Left = 160
- Top = 88
- Width = 111
- Height = 19
- ReadOnly = True
- TabOrder = 5
- end
- object Edit973: TEdit97
- Left = 160
- Top = 107
- Width = 111
- Height = 19
- ReadOnly = True
- TabOrder = 6
- end
- object Edit974: TEdit97
- Left = 160
- Top = 126
- Width = 111
- Height = 19
- ReadOnly = True
- TabOrder = 7
- end
- object FTP1: TStarFtp
- FtpPort = 21
- TransferMode = BinaryTransfer
- OnFtpInfo = FTP1FtpInfo
- OnFtpError = FTP1FtpError
- WinsockStarted = True
- Version = 'TFtp 1.4.2'
- OnLoggedIn = FTP1LoggedIn
- OnFileReceived = FTP1FileReceived
- ServerType = ftpstDefault
- TimeOutConnect = 0
- TimeOutArp = 0
- Left = 350
- Top = 12
- end
- object SaveDialog1: TSaveDialog
- Filter = 'All files|*.*'
- Left = 308
- Top = 4
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 200
- OnTimer = Timer1Timer
- Left = 384
- Top = 8
- end
- object Timer2: TTimer
- Enabled = False
- OnTimer = Timer2Timer
- Left = 418
- Top = 12
- end
- end
-