home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / naps / 12 / setup.exe / MP3LEECH.EXE / 0 / RCDATA / TFTPFORM / TFTPFORM.txt
Encoding:
Text File  |  1998-08-26  |  3.3 KB  |  183 lines

  1. object ftpform: Tftpform
  2.   Left = 115
  3.   Top = 57
  4.   Width = 423
  5.   Height = 335
  6.   Caption = 'Downloading'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poDefault
  12.   Visible = True
  13.   OnClose = FormClose
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object displaymemo: TMemo
  17.     Left = 0
  18.     Top = 153
  19.     Width = 415
  20.     Height = 155
  21.     Align = alClient
  22.     TabOrder = 0
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 415
  28.     Height = 153
  29.     Align = alTop
  30.     BevelOuter = bvNone
  31.     TabOrder = 1
  32.     object Label1: TLabel
  33.       Left = 8
  34.       Top = 106
  35.       Width = 48
  36.       Height = 13
  37.       Caption = 'Username'
  38.     end
  39.     object Label2: TLabel
  40.       Left = 176
  41.       Top = 106
  42.       Width = 46
  43.       Height = 13
  44.       Caption = 'Password'
  45.     end
  46.     object Label3: TLabel
  47.       Left = 8
  48.       Top = 66
  49.       Width = 42
  50.       Height = 13
  51.       Caption = 'Directory'
  52.     end
  53.     object Label6: TLabel
  54.       Left = 8
  55.       Top = 10
  56.       Width = 62
  57.       Height = 13
  58.       Caption = 'Downloading'
  59.     end
  60.     object Label4: TLabel
  61.       Left = 8
  62.       Top = 35
  63.       Width = 23
  64.       Height = 13
  65.       Caption = 'From'
  66.     end
  67.     object Label7: TLabel
  68.       Left = 216
  69.       Top = 36
  70.       Width = 41
  71.       Height = 13
  72.       Caption = 'Progress'
  73.     end
  74.     object site: TEdit
  75.       Left = 48
  76.       Top = 32
  77.       Width = 161
  78.       Height = 21
  79.       TabOrder = 0
  80.     end
  81.     object dir: TEdit
  82.       Left = 8
  83.       Top = 80
  84.       Width = 201
  85.       Height = 21
  86.       TabOrder = 1
  87.     end
  88.     object fn: TEdit
  89.       Left = 88
  90.       Top = 8
  91.       Width = 121
  92.       Height = 21
  93.       TabOrder = 2
  94.     end
  95.     object pass: TEdit
  96.       Left = 176
  97.       Top = 120
  98.       Width = 160
  99.       Height = 21
  100.       TabOrder = 3
  101.     end
  102.     object user: TEdit
  103.       Left = 8
  104.       Top = 120
  105.       Width = 160
  106.       Height = 21
  107.       TabOrder = 4
  108.     end
  109.     object Button1: TButton
  110.       Left = 288
  111.       Top = 64
  112.       Width = 75
  113.       Height = 25
  114.       Caption = 'Test oak'
  115.       TabOrder = 5
  116.       Visible = False
  117.       OnClick = Button1Click
  118.     end
  119.     object Button2: TButton
  120.       Left = 288
  121.       Top = 64
  122.       Width = 75
  123.       Height = 25
  124.       Caption = 'Abort'
  125.       TabOrder = 6
  126.       Visible = False
  127.       OnClick = Button2Click
  128.     end
  129.     object Button3: TButton
  130.       Left = 288
  131.       Top = 64
  132.       Width = 75
  133.       Height = 25
  134.       Caption = 'Button3'
  135.       TabOrder = 7
  136.       Visible = False
  137.       OnClick = Button3Click
  138.     end
  139.     object dlprogress: TProgressBar
  140.       Left = 280
  141.       Top = 36
  142.       Width = 121
  143.       Height = 13
  144.       Min = 0
  145.       Max = 100
  146.       TabOrder = 9
  147.     end
  148.     object det: TCheckBox
  149.       Left = 320
  150.       Top = 13
  151.       Width = 89
  152.       Height = 17
  153.       Caption = 'Show Details'
  154.       TabOrder = 8
  155.       OnClick = detClick
  156.     end
  157.   end
  158.   object ftp: TFtpClient
  159.     Timeout = 10
  160.     MultiThreaded = False
  161.     Port = 'ftp'
  162.     DisplayFlag = True
  163.     Binary = True
  164.     OnDisplay = ftpDisplay
  165.     OnProgress = ftpProgress
  166.     Left = 320
  167.     Top = 64
  168.   end
  169.   object reconnecttimer: TTimer
  170.     Interval = 5000
  171.     OnTimer = reconnecttimerTimer
  172.     Left = 352
  173.     Top = 64
  174.   end
  175.   object closetimer: TTimer
  176.     Enabled = False
  177.     Interval = 500
  178.     OnTimer = closetimerTimer
  179.     Left = 288
  180.     Top = 64
  181.   end
  182. end
  183.