home *** CD-ROM | disk | FTP | other *** search
/ Freelog 3 / Freelog003.iso / Logs / Systeme / MemInfo / MEMINFO.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-09-25  |  640b  |  33 lines

  1. object AboutBox: TAboutBox
  2.   Left = 470
  3.   Top = 122
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 70
  7.   ClientWidth = 240
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 241
  20.     Height = 77
  21.     Hint = 'those dudes made this'
  22.     ParentShowHint = False
  23.     Picture.Data = {<image000.bmp>}
  24.     ShowHint = True
  25.     OnClick = Image1Click
  26.   end
  27.   object Timer1: TTimer
  28.     OnTimer = Timer1Timer
  29.     Left = 44
  30.     Top = 16
  31.   end
  32. end
  33.