home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Backup / PROG.DFM / PROG.txt
Text File  |  1996-01-22  |  1KB  |  79 lines

  1. object ProgressDlg: TProgressDlg
  2.   Left = 251
  3.   Top = 172
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Backup Utility'
  7.   ClientHeight = 134
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 409
  20.     Height = 81
  21.   end
  22.   object lblSource: TLabel
  23.     Left = 104
  24.     Top = 16
  25.     Width = 61
  26.     Height = 16
  27.     Caption = 'lblSource'
  28.     Font.Color = clNavy
  29.     Font.Height = -13
  30.     Font.Name = 'System'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Gauge1: TGauge
  35.     Left = 16
  36.     Top = 56
  37.     Width = 393
  38.     Height = 25
  39.     MaxValue = 1000
  40.     Progress = 0
  41.   end
  42.   object lblDestination: TLabel
  43.     Left = 104
  44.     Top = 32
  45.     Width = 90
  46.     Height = 16
  47.     Caption = 'lblDestination'
  48.     Font.Color = clNavy
  49.     Font.Height = -13
  50.     Font.Name = 'System'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object Label1: TLabel
  55.     Left = 16
  56.     Top = 16
  57.     Width = 49
  58.     Height = 16
  59.     Caption = 'Source:'
  60.   end
  61.   object Label2: TLabel
  62.     Left = 16
  63.     Top = 32
  64.     Width = 78
  65.     Height = 16
  66.     Caption = 'Destination:'
  67.   end
  68.   object BitBtn1: TBitBtn
  69.     Left = 169
  70.     Top = 96
  71.     Width = 89
  72.     Height = 33
  73.     Cancel = True
  74.     Caption = '&Cancel'
  75.     TabOrder = 0
  76.     OnClick = BitBtn1Click
  77.   end
  78. end
  79.