home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TPRINTSTATUSDLG / TPRINTSTATUSDLG.txt
Text File  |  1998-05-08  |  1KB  |  51 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.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object CancelBtn: TButton
  19.     Left = 115
  20.     Top = 76
  21.     Width = 77
  22.     Height = 27
  23.     Cancel = True
  24.     Caption = 'Cancel'
  25.     ModalResult = 2
  26.     TabOrder = 0
  27.     OnClick = CancelBtnClick
  28.     IsControl = True
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 11
  32.     Top = 9
  33.     Width = 285
  34.     Height = 57
  35.     BevelInner = bvRaised
  36.     BevelOuter = bvLowered
  37.     TabOrder = 1
  38.     object lbInfo: TLabel
  39.       Left = 2
  40.       Top = 2
  41.       Width = 281
  42.       Height = 53
  43.       Align = alClient
  44.       AutoSize = False
  45.       Caption = 'lbInfo'
  46.       WordWrap = True
  47.       IsControl = True
  48.     end
  49.   end
  50. end
  51.