home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / sharewar / dclean / Dclean.exe / 0 / RCDATA / TWAITFORM / TWAITFORM.txt
Encoding:
Text File  |  2001-12-04  |  1.0 KB  |  48 lines

  1. object WaitForm: TWaitForm
  2.   Left = 192
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Please wait...'
  7.   ClientHeight = 73
  8.   ClientWidth = 215
  9.   Color = 47634134
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 24
  21.     Top = 16
  22.     Width = 63
  23.     Height = 13
  24.     Caption = 'Please wait...'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clNavy
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     Transparent = True
  32.   end
  33.   object Label2: TLabel
  34.     Left = 24
  35.     Top = 40
  36.     Width = 176
  37.     Height = 13
  38.     Caption = 'Disk Cleaner is examining the system.'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clNavy
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47. end
  48.