home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / TransSoftMail / tmc4bpe.exe / %MAINDIR% / FTPdl.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-02-07  |  3.2 KB  |  174 lines

  1. object Form1: TForm1
  2.   Left = 89
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = ' '
  6.   ClientHeight = 166
  7.   ClientWidth = 471
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object RzLabel1: TRzLabel
  20.     Left = 4
  21.     Top = -2
  22.     Width = 273
  23.     Height = 31
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'TMC'#39's download module'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -19
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     Transparent = True
  34.     TextStyle = tsRaised
  35.   end
  36.   object RzLabel3: TRzLabel
  37.     Left = 122
  38.     Top = 91
  39.     Width = 34
  40.     Height = 13
  41.     Alignment = taRightJustify
  42.     Caption = 'Speed:'
  43.     Transparent = True
  44.   end
  45.   object RzLabel2: TRzLabel
  46.     Left = 94
  47.     Top = 71
  48.     Width = 63
  49.     Height = 13
  50.     Alignment = taRightJustify
  51.     Caption = 'Elapsed time:'
  52.     Transparent = True
  53.   end
  54.   object RzLabel4: TRzLabel
  55.     Left = 108
  56.     Top = 110
  57.     Width = 48
  58.     Height = 13
  59.     Alignment = taRightJustify
  60.     Caption = 'Total size:'
  61.     Transparent = True
  62.   end
  63.   object RzLabel5: TRzLabel
  64.     Left = 113
  65.     Top = 128
  66.     Width = 43
  67.     Height = 13
  68.     Alignment = taRightJustify
  69.     Caption = 'Time left:'
  70.     Transparent = True
  71.   end
  72.   object ListBox2: TListBox
  73.     Left = 287
  74.     Top = 0
  75.     Width = 184
  76.     Height = 147
  77.     Align = alRight
  78.     ItemHeight = 13
  79.     TabOrder = 0
  80.   end
  81.   object StatusBar1: TStatusBar
  82.     Left = 0
  83.     Top = 147
  84.     Width = 471
  85.     Height = 19
  86.     Panels = <>
  87.     SimplePanel = True
  88.   end
  89.   object Button1: TButton
  90.     Left = 3
  91.     Top = 120
  92.     Width = 75
  93.     Height = 25
  94.     Caption = 'Cancel'
  95.     TabOrder = 2
  96.     OnClick = Button1Click
  97.   end
  98.   object Animate1: TAnimate
  99.     Left = 7
  100.     Top = 20
  101.     Width = 272
  102.     Height = 48
  103.     Active = False
  104.     AutoSize = False
  105.     CommonAVI = aviCopyFile
  106.     StopFrame = 26
  107.   end
  108.   object Edit971: TEdit97
  109.     Left = 160
  110.     Top = 69
  111.     Width = 111
  112.     Height = 19
  113.     ReadOnly = True
  114.     TabOrder = 4
  115.   end
  116.   object Edit972: TEdit97
  117.     Left = 160
  118.     Top = 88
  119.     Width = 111
  120.     Height = 19
  121.     ReadOnly = True
  122.     TabOrder = 5
  123.   end
  124.   object Edit973: TEdit97
  125.     Left = 160
  126.     Top = 107
  127.     Width = 111
  128.     Height = 19
  129.     ReadOnly = True
  130.     TabOrder = 6
  131.   end
  132.   object Edit974: TEdit97
  133.     Left = 160
  134.     Top = 126
  135.     Width = 111
  136.     Height = 19
  137.     ReadOnly = True
  138.     TabOrder = 7
  139.   end
  140.   object FTP1: TStarFtp
  141.     FtpPort = 21
  142.     TransferMode = BinaryTransfer
  143.     OnFtpInfo = FTP1FtpInfo
  144.     OnFtpError = FTP1FtpError
  145.     WinsockStarted = True
  146.     Version = 'TFtp 1.4.2'
  147.     OnLoggedIn = FTP1LoggedIn
  148.     OnFileReceived = FTP1FileReceived
  149.     ServerType = ftpstDefault
  150.     TimeOutConnect = 0
  151.     TimeOutArp = 0
  152.     Left = 350
  153.     Top = 12
  154.   end
  155.   object SaveDialog1: TSaveDialog
  156.     Filter = 'All files|*.*'
  157.     Left = 308
  158.     Top = 4
  159.   end
  160.   object Timer1: TTimer
  161.     Enabled = False
  162.     Interval = 200
  163.     OnTimer = Timer1Timer
  164.     Left = 384
  165.     Top = 8
  166.   end
  167.   object Timer2: TTimer
  168.     Enabled = False
  169.     OnTimer = Timer2Timer
  170.     Left = 418
  171.     Top = 12
  172.   end
  173. end
  174.