home *** CD-ROM | disk | FTP | other *** search
/ Additional Levels for Warcraft 2 / WARII_LAOII.iso / tools / wardraft / wardraft.exe / 0 / RCDATA / TCOMPRESSFORM / TCOMPRESSFORM.txt
Text File  |  1997-01-17  |  498b  |  27 lines

  1. object CompressForm: TCompressForm
  2.   Left = 405
  3.   Top = 264
  4.   HelpContext = 1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Compressing...'
  8.   ClientHeight = 35
  9.   ClientWidth = 251
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object ProgressBar: TProgressBar
  18.     Left = 8
  19.     Top = 8
  20.     Width = 233
  21.     Height = 17
  22.     Min = 0
  23.     Max = 100
  24.     TabOrder = 0
  25.   end
  26. end
  27.