home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / BlowFish / bfa97.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  1998-12-29  |  1KB  |  82 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 279
  3.   Top = 124
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 111
  7.   ClientWidth = 455
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object XOfN: TLabel
  23.     Left = 11
  24.     Top = 80
  25.     Width = 3
  26.     Height = 13
  27.   end
  28.   object PercentInfo: TLabel
  29.     Left = 365
  30.     Top = 80
  31.     Width = 3
  32.     Height = 13
  33.     Alignment = taRightJustify
  34.   end
  35.   object Info: TLabel
  36.     Left = 8
  37.     Top = 8
  38.     Width = 441
  39.     Height = 33
  40.     AutoSize = False
  41.     ShowAccelChar = False
  42.     Transparent = True
  43.     Layout = tlCenter
  44.   end
  45.   object WipeInfo: TLabel
  46.     Left = 104
  47.     Top = 80
  48.     Width = 161
  49.     Height = 13
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Transparent = True
  53.   end
  54.   object Proggy: TProgressBar
  55.     Left = 8
  56.     Top = 48
  57.     Width = 441
  58.     Height = 23
  59.     Min = 0
  60.     Max = 100
  61.     Step = 1
  62.     TabOrder = 0
  63.   end
  64.   object CancelButton: TButton
  65.     Left = 376
  66.     Top = 80
  67.     Width = 75
  68.     Height = 25
  69.     ParentShowHint = False
  70.     ShowHint = True
  71.     TabOrder = 1
  72.     OnClick = CancelButtonClick
  73.   end
  74.   object FlashTimer: TTimer
  75.     Enabled = False
  76.     Interval = 300
  77.     OnTimer = FlashTimerTimer
  78.     Left = 328
  79.     Top = 80
  80.   end
  81. end
  82.