home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TPRINTSTATUSDLG / TPRINTSTATUSDLG.txt
Text File  |  1997-01-16  |  865b  |  46 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.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 289
  21.     Height = 57
  22.   end
  23.   object lbInfo: TLabel
  24.     Left = 12
  25.     Top = 12
  26.     Width = 281
  27.     Height = 49
  28.     AutoSize = False
  29.     Caption = 'lbInfo'
  30.     WordWrap = True
  31.     IsControl = True
  32.   end
  33.   object CancelBtn: TButton
  34.     Left = 115
  35.     Top = 76
  36.     Width = 77
  37.     Height = 27
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 0
  42.     OnClick = CancelBtnClick
  43.     IsControl = True
  44.   end
  45. end
  46.