home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / finance / bilpwrnt.exe / BILLPOWR.EXE / 0 / RCDATA / TPOPMESSAGE / TPOPMESSAGE.txt
Text File  |  1996-12-15  |  465b  |  26 lines

  1. object PopMessage: TPopMessage
  2.   Left = 200
  3.   Top = 95
  4.   Width = 200
  5.   Height = 68
  6.   BorderIcons = []
  7.   Caption = 'PopMessage'
  8.   Color = clRed
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object CancelBtn: TButton
  17.     Left = 64
  18.     Top = 10
  19.     Width = 61
  20.     Height = 29
  21.     Caption = '&Cancel'
  22.     TabOrder = 0
  23.     OnClick = CancelBtnClick
  24.   end
  25. end
  26.