home *** CD-ROM | disk | FTP | other *** search
/ PC Open 19 / pcopen19.iso / Zipped / CALMIR21.ZIP / SOURCE.ZIP / SRC / PROGRESS.DFM / PROGRESS.txt
Encoding:
Text File  |  1998-02-20  |  1.7 KB  |  102 lines

  1. object ProgressBox: TProgressBox
  2.   Left = 216
  3.   Top = 149
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'ProgressBox'
  8.   ClientHeight = 107
  9.   ClientWidth = 336
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   TextHeight = 13
  20.   object FileLabel: TLabel
  21.     Left = 44
  22.     Top = 4
  23.     Width = 281
  24.     Height = 13
  25.     AutoSize = False
  26.     Caption = 'filename'
  27.     WordWrap = True
  28.   end
  29.   object FromText: TLabel
  30.     Left = 44
  31.     Top = 20
  32.     Width = 20
  33.     Height = 13
  34.     Caption = 'from'
  35.   end
  36.   object FromLabel: TLabel
  37.     Left = 70
  38.     Top = 20
  39.     Width = 257
  40.     Height = 13
  41.     AutoSize = False
  42.     Caption = 'source'
  43.   end
  44.   object ToText: TLabel
  45.     Left = 44
  46.     Top = 36
  47.     Width = 9
  48.     Height = 13
  49.     Caption = 'to'
  50.   end
  51.   object ToLabel: TLabel
  52.     Left = 70
  53.     Top = 36
  54.     Width = 259
  55.     Height = 13
  56.     AutoSize = False
  57.     Caption = 'dest'
  58.   end
  59.   object Image: TImage
  60.     Left = 6
  61.     Top = 8
  62.     Width = 32
  63.     Height = 32
  64.     OnClick = ImageClick
  65.   end
  66.   object BytesLabel: TLabel
  67.     Left = 83
  68.     Top = 82
  69.     Width = 34
  70.     Height = 13
  71.     Caption = '0 bytes'
  72.     Visible = False
  73.   end
  74.   object CopiedLabel: TLabel
  75.     Left = 44
  76.     Top = 82
  77.     Width = 33
  78.     Height = 13
  79.     Caption = 'Copied'
  80.     Visible = False
  81.   end
  82.   object Gauge: TWin95Gauge
  83.     Left = 44
  84.     Top = 55
  85.     Width = 283
  86.     Height = 16
  87.     ForeColor = clNavy
  88.     BackColor = clSilver
  89.     Progress = 70
  90.   end
  91.   object CancelBtn: TBitBtn
  92.     Left = 242
  93.     Top = 77
  94.     Width = 89
  95.     Height = 25
  96.     TabOrder = 0
  97.     OnClick = CancelBtnClick
  98.     Kind = bkCancel
  99.     Style = bsNew
  100.   end
  101. end
  102.