home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / Chip_1998-05_cd.bin / sharewar / regview / REGVIEW.EXE / 0 / RCDATA / TCOMPRESSMSGFORM / TCOMPRESSMSGFORM.txt
Text File  |  1997-05-13  |  658b  |  31 lines

  1. object CompressMsgForm: TCompressMsgForm
  2.   Left = 469
  3.   Top = 382
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Compressing files...'
  7.   ClientHeight = 51
  8.   ClientWidth = 242
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 0
  18.     Top = 16
  19.     Width = 242
  20.     Height = 17
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Compressing files! Please wait...'
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30. end
  31.