home *** CD-ROM | disk | FTP | other *** search
/ PC Open 44 / pcopen44.iso / Internet / Ftpcom / ftpcommander.exe / #setuppath# / Ftpcomm.exe / 0 / RCDATA / TPROGRESS / TPROGRESS.txt < prev   
Encoding:
Text File  |  2000-10-20  |  3.4 KB  |  184 lines

  1. object Progress: TProgress
  2.   Left = 162
  3.   Top = 152
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 152
  8.   ClientWidth = 398
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 9
  21.     Top = 9
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Image2: TImage
  28.     Left = 286
  29.     Top = 8
  30.     Width = 32
  31.     Height = 32
  32.     AutoSize = True
  33.     Picture.Data = {<image001.bmp>}
  34.     Transparent = True
  35.   end
  36.   object PaintBox1: TPaintBox
  37.     Left = 45
  38.     Top = 2
  39.     Width = 236
  40.     Height = 45
  41.     OnPaint = PaintBox1Paint
  42.   end
  43.   object BMP: TImage
  44.     Left = 264
  45.     Top = 12
  46.     Width = 17
  47.     Height = 22
  48.     AutoSize = True
  49.     Picture.Data = {<image002.bmp>}
  50.     Visible = False
  51.   end
  52.   object ProgressBar: TProgressBar
  53.     Left = 10
  54.     Top = 130
  55.     Width = 383
  56.     Height = 16
  57.     Min = 0
  58.     Max = 100
  59.     TabOrder = 0
  60.   end
  61.   object GroupBox2: TGroupBox
  62.     Left = 9
  63.     Top = 56
  64.     Width = 190
  65.     Height = 68
  66.     Caption = 'This File'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clNavy
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 1
  74.     object Label1: TLabel
  75.       Left = 4
  76.       Top = 14
  77.       Width = 57
  78.       Height = 13
  79.       Caption = 'Transferred:'
  80.     end
  81.     object Label2: TLabel
  82.       Left = 4
  83.       Top = 32
  84.       Width = 26
  85.       Height = 13
  86.       Caption = 'Time:'
  87.     end
  88.     object Label3: TLabel
  89.       Left = 4
  90.       Top = 49
  91.       Width = 47
  92.       Height = 13
  93.       Caption = 'Time Left:'
  94.     end
  95.     object TransferLbl: TLabel
  96.       Left = 72
  97.       Top = 14
  98.       Width = 88
  99.       Height = 13
  100.       AutoSize = False
  101.     end
  102.     object TimeLbl: TLabel
  103.       Left = 72
  104.       Top = 32
  105.       Width = 89
  106.       Height = 13
  107.       AutoSize = False
  108.     end
  109.     object TimeLeftLbl: TLabel
  110.       Left = 74
  111.       Top = 48
  112.       Width = 88
  113.       Height = 13
  114.       AutoSize = False
  115.     end
  116.   end
  117.   object GroupBox1: TGroupBox
  118.     Left = 207
  119.     Top = 56
  120.     Width = 185
  121.     Height = 68
  122.     Caption = 'All Files'
  123.     Font.Charset = DEFAULT_CHARSET
  124.     Font.Color = clNavy
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = []
  128.     ParentFont = False
  129.     TabOrder = 2
  130.     object Label4: TLabel
  131.       Left = 5
  132.       Top = 13
  133.       Width = 57
  134.       Height = 13
  135.       Caption = 'Transferred:'
  136.     end
  137.     object Label5: TLabel
  138.       Left = 5
  139.       Top = 31
  140.       Width = 26
  141.       Height = 13
  142.       Caption = 'Time:'
  143.     end
  144.     object Label6: TLabel
  145.       Left = 5
  146.       Top = 49
  147.       Width = 68
  148.       Height = 13
  149.       Caption = 'Transfer Rate:'
  150.     end
  151.     object TotTransferLbl: TLabel
  152.       Left = 72
  153.       Top = 14
  154.       Width = 88
  155.       Height = 13
  156.       AutoSize = False
  157.     end
  158.     object TotTimeLbl: TLabel
  159.       Left = 72
  160.       Top = 31
  161.       Width = 89
  162.       Height = 13
  163.       AutoSize = False
  164.     end
  165.     object TransferRateLbl: TLabel
  166.       Left = 81
  167.       Top = 49
  168.       Width = 79
  169.       Height = 13
  170.       AutoSize = False
  171.     end
  172.   end
  173.   object CancelBtn: TButton
  174.     Left = 324
  175.     Top = 4
  176.     Width = 65
  177.     Height = 45
  178.     Caption = 'Cancel'
  179.     TabOrder = 3
  180.     TabStop = False
  181.     OnClick = CancelBtnClick
  182.   end
  183. end
  184.