home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 November / COMCD1101.iso / start.exe / 0 / RCDATA / TPRNSTATUSFORM / TPRNSTATUSFORM.txt
Encoding:
Text File  |  2001-08-16  |  840 b   |  42 lines

  1. object PrnStatusForm: TPrnStatusForm
  2.   Left = 406
  3.   Top = 205
  4.   Width = 255
  5.   Height = 123
  6.   Caption = 'Vorbereitung'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object StatusLabel: TLabel
  17.     Left = 13
  18.     Top = 24
  19.     Width = 222
  20.     Height = 13
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Status'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'Tahoma'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object CancelButton: TButton
  32.     Left = 86
  33.     Top = 56
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Abbrechen'
  38.     TabOrder = 0
  39.     OnClick = CancelButtonClick
  40.   end
  41. end
  42.