home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #8 / Software USA Volume 4.08.iso / pc / games / fructus / run / fructus.exe / 0 / RCDATA / TFRUCTUSABOUTWINDOW / TFRUCTUSABOUTWINDOW.txt < prev   
Encoding:
Text File  |  1998-12-20  |  603 b   |  29 lines

  1. object FructusAboutWindow: TFructusAboutWindow
  2.   Left = 275
  3.   Top = 152
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Fructus for Windows 95'
  7.   ClientHeight = 223
  8.   ClientWidth = 297
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Scaled = False
  16.   OnKeyPress = Exit
  17.   OnShow = SetupWindow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 300
  24.     Height = 230
  25.     Picture.Data = {<image000.bmp>}
  26.     OnClick = Bye
  27.   end
  28. end
  29.