home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TPRINTSTATUSDLG / TPRINTSTATUSDLG.txt
Text File  |  1999-08-11  |  817b  |  44 lines

  1. object PrintStatusDlg: TPrintStatusDlg
  2.   Left = 251
  3.   Top = 229
  4.   ActiveControl = CancelBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print Status'
  8.   ClientHeight = 113
  9.   ClientWidth = 307
  10.   ParentFont = True
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 289
  19.     Height = 57
  20.   end
  21.   object lbInfo: TLabel
  22.     Left = 12
  23.     Top = 12
  24.     Width = 281
  25.     Height = 49
  26.     AutoSize = False
  27.     Caption = 'lbInfo'
  28.     WordWrap = True
  29.     IsControl = True
  30.   end
  31.   object CancelBtn: TButton
  32.     Left = 115
  33.     Top = 76
  34.     Width = 77
  35.     Height = 27
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 0
  40.     OnClick = CancelBtnClick
  41.     IsControl = True
  42.   end
  43. end
  44.