home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / pim / krnlstnt.exe / ULTIMATE.EXE / 0 / RCDATA / TBEEPMSSG / TBEEPMSSG.txt
Text File  |  1996-12-15  |  593b  |  32 lines

  1. object BeepMssg: TBeepMssg
  2.   Left = 285
  3.   Top = 114
  4.   BorderStyle = bsNone
  5.   Caption = 'BeepMssg'
  6.   ClientHeight = 33
  7.   ClientWidth = 148
  8.   Enabled = False
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnKeyDown = FormKeyDown
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = -2
  20.     Top = 2
  21.     Width = 149
  22.     Height = 19
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Label1'
  26.     WordWrap = True
  27.   end
  28.   object Timer: TTimer
  29.     OnTimer = TimerTimer
  30.   end
  31. end
  32.