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

  1. object DiskClearer: TDiskClearer
  2.   Left = 345
  3.   Top = 134
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 68
  7.   ClientWidth = 309
  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.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Info: TLabel
  19.     Left = 8
  20.     Top = 12
  21.     Width = 297
  22.     Height = 21
  23.     AutoSize = False
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     Transparent = True
  31.     WordWrap = True
  32.   end
  33.   object BreakButton: TButton
  34.     Left = 224
  35.     Top = 36
  36.     Width = 73
  37.     Height = 23
  38.     Cancel = True
  39.     ParentShowHint = False
  40.     ShowHint = False
  41.     TabOrder = 0
  42.     OnClick = BreakButtonClick
  43.   end
  44. end
  45.