home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TPRINTFORM / TPRINTFORM.txt
Text File  |  1999-07-27  |  712b  |  40 lines

  1. object PrintForm: TPrintForm
  2.   Left = 249
  3.   Top = 206
  4.   BorderStyle = bsDialog
  5.   Caption = 'Printing...'
  6.   ClientHeight = 73
  7.   ClientWidth = 192
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Scaled = False
  14.   TextHeight = 13
  15.   object ProgressLabel: TLabel
  16.     Left = 8
  17.     Top = 12
  18.     Width = 173
  19.     Height = 21
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = '...'
  23.   end
  24.   object AbortButton: TButton
  25.     Tag = 4002
  26.     Left = 58
  27.     Top = 40
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Cancel'
  32.     Default = True
  33.     TabOrder = 0
  34.   end
  35.   object Translate1: TTranslate
  36.     Left = 4
  37.     Top = 44
  38.   end
  39. end
  40.