home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / software / lftp / lftp.exe / 0 / RCDATA / TFRMCOPY / TFRMCOPY.txt
Encoding:
Text File  |  2004-06-22  |  939 b   |  54 lines

  1. object frmCopy: TfrmCopy
  2.   Left = 388
  3.   Top = 251
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup'
  7.   ClientHeight = 109
  8.   ClientWidth = 249
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblCopyStatus: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 3
  21.     Height = 13
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 50
  26.     Width = 233
  27.     Height = 19
  28.   end
  29.   object lblFilename: TLabel
  30.     Left = 8
  31.     Top = 26
  32.     Width = 3
  33.     Height = 13
  34.   end
  35.   object Progress: TGauge
  36.     Left = 9
  37.     Top = 51
  38.     Width = 231
  39.     Height = 17
  40.     BorderStyle = bsNone
  41.     Progress = 0
  42.   end
  43.   object btnCancel: TButton
  44.     Left = 96
  45.     Top = 77
  46.     Width = 76
  47.     Height = 23
  48.     Caption = '&Cancel'
  49.     Default = True
  50.     TabOrder = 0
  51.     OnClick = btnCancelClick
  52.   end
  53. end
  54.