home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / PROGRESS.DFM / PROGRESS.txt
Text File  |  1997-02-17  |  2KB  |  90 lines

  1. object ProgressBox: TProgressBox
  2.   Left = 216
  3.   Top = 149
  4.   Cursor = crHourGlass
  5.   BorderStyle = bsDialog
  6.   Caption = 'ProgressBox'
  7.   ClientHeight = 109
  8.   ClientWidth = 357
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object FileLabel: TLabel
  19.     Left = 8
  20.     Top = 4
  21.     Width = 301
  22.     Height = 13
  23.     AutoSize = False
  24.     Caption = 'filename'
  25.     WordWrap = True
  26.   end
  27.   object PercentLabel: TLabel
  28.     Left = 6
  29.     Top = 58
  30.     Width = 73
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = 'Complete'
  34.   end
  35.   object FromText: TLabel
  36.     Left = 8
  37.     Top = 20
  38.     Width = 20
  39.     Height = 13
  40.     Caption = 'from'
  41.   end
  42.   object FromLabel: TLabel
  43.     Left = 38
  44.     Top = 20
  45.     Width = 313
  46.     Height = 13
  47.     AutoSize = False
  48.     Caption = 'source'
  49.   end
  50.   object ToText: TLabel
  51.     Left = 8
  52.     Top = 36
  53.     Width = 9
  54.     Height = 13
  55.     Caption = 'to'
  56.   end
  57.   object ToLabel: TLabel
  58.     Left = 38
  59.     Top = 36
  60.     Width = 313
  61.     Height = 13
  62.     AutoSize = False
  63.     Caption = 'dest'
  64.   end
  65.   object Gauge: TBarGauge
  66.     Left = 86
  67.     Top = 54
  68.     Width = 268
  69.     Height = 21
  70.     Font.Color = clOlive
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ForeColor = clNavy
  75.     BackColor = clAqua
  76.     ParentFont = False
  77.     Progress = 70
  78.   end
  79.   object CancelBtn: TBitBtn
  80.     Left = 264
  81.     Top = 80
  82.     Width = 89
  83.     Height = 25
  84.     TabOrder = 0
  85.     OnClick = CancelBtnClick
  86.     Kind = bkCancel
  87.     Style = bsNew
  88.   end
  89. end
  90.