home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Format / STATUS.DFM / STATUS.txt
Text File  |  1995-06-07  |  1KB  |  68 lines

  1. object StatusForm: TStatusForm
  2.   Left = 106
  3.   Top = 58
  4.   ActiveControl = CancelBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'Formatting'
  8.   ClientHeight = 122
  9.   ClientWidth = 305
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 11
  19.     Top = 14
  20.     Width = 128
  21.     Height = 13
  22.     Hint = 'Verification increases formatting time'
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     ParentShowHint = False
  29.     ShowHint = True
  30.   end
  31.   object Label2: TLabel
  32.     Left = 12
  33.     Top = 32
  34.     Width = 129
  35.     Height = 13
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Gauge1: TGauge
  43.     Left = 12
  44.     Top = 52
  45.     Width = 279
  46.     Height = 22
  47.     Font.Color = clBlack
  48.     Font.Height = -13
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ForeColor = clNavy
  52.     ParentFont = False
  53.     Progress = 0
  54.   end
  55.   object CancelBtn: TBitBtn
  56.     Left = 108
  57.     Top = 80
  58.     Width = 89
  59.     Height = 33
  60.     Hint = 'Cancel formatting'
  61.     ParentShowHint = False
  62.     ShowHint = True
  63.     TabOrder = 0
  64.     OnClick = CancelBtnClick
  65.     Kind = bkCancel
  66.   end
  67. end
  68.