home *** CD-ROM | disk | FTP | other *** search
- object ftpform: Tftpform
- Left = 115
- Top = 57
- Width = 423
- Height = 335
- Caption = 'Downloading'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefault
- Visible = True
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object displaymemo: TMemo
- Left = 0
- Top = 153
- Width = 415
- Height = 155
- Align = alClient
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 415
- Height = 153
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 106
- Width = 48
- Height = 13
- Caption = 'Username'
- end
- object Label2: TLabel
- Left = 176
- Top = 106
- Width = 46
- Height = 13
- Caption = 'Password'
- end
- object Label3: TLabel
- Left = 8
- Top = 66
- Width = 42
- Height = 13
- Caption = 'Directory'
- end
- object Label6: TLabel
- Left = 8
- Top = 10
- Width = 62
- Height = 13
- Caption = 'Downloading'
- end
- object Label4: TLabel
- Left = 8
- Top = 35
- Width = 23
- Height = 13
- Caption = 'From'
- end
- object Label7: TLabel
- Left = 216
- Top = 36
- Width = 41
- Height = 13
- Caption = 'Progress'
- end
- object site: TEdit
- Left = 48
- Top = 32
- Width = 161
- Height = 21
- TabOrder = 0
- end
- object dir: TEdit
- Left = 8
- Top = 80
- Width = 201
- Height = 21
- TabOrder = 1
- end
- object fn: TEdit
- Left = 88
- Top = 8
- Width = 121
- Height = 21
- TabOrder = 2
- end
- object pass: TEdit
- Left = 176
- Top = 120
- Width = 160
- Height = 21
- TabOrder = 3
- end
- object user: TEdit
- Left = 8
- Top = 120
- Width = 160
- Height = 21
- TabOrder = 4
- end
- object Button1: TButton
- Left = 288
- Top = 64
- Width = 75
- Height = 25
- Caption = 'Test oak'
- TabOrder = 5
- Visible = False
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 288
- Top = 64
- Width = 75
- Height = 25
- Caption = 'Abort'
- TabOrder = 6
- Visible = False
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 288
- Top = 64
- Width = 75
- Height = 25
- Caption = 'Button3'
- TabOrder = 7
- Visible = False
- OnClick = Button3Click
- end
- object dlprogress: TProgressBar
- Left = 280
- Top = 36
- Width = 121
- Height = 13
- Min = 0
- Max = 100
- TabOrder = 9
- end
- object det: TCheckBox
- Left = 320
- Top = 13
- Width = 89
- Height = 17
- Caption = 'Show Details'
- TabOrder = 8
- OnClick = detClick
- end
- end
- object ftp: TFtpClient
- Timeout = 10
- MultiThreaded = False
- Port = 'ftp'
- DisplayFlag = True
- Binary = True
- OnDisplay = ftpDisplay
- OnProgress = ftpProgress
- Left = 320
- Top = 64
- end
- object reconnecttimer: TTimer
- Interval = 5000
- OnTimer = reconnecttimerTimer
- Left = 352
- Top = 64
- end
- object closetimer: TTimer
- Enabled = False
- Interval = 500
- OnTimer = closetimerTimer
- Left = 288
- Top = 64
- end
- end
-