home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Gry / Funny Ball / Funny.exe / 0 / RCDATA / TABOUT / TABOUT.txt < prev   
Encoding:
Text File  |  1999-10-23  |  638 b   |  31 lines

  1. object About: TAbout
  2.   Left = 230
  3.   Top = 130
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'About FUNNY BALL game'
  7.   ClientHeight = 200
  8.   ClientWidth = 324
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PrintScale = poNone
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 324
  24.     Height = 200
  25.     Align = alClient
  26.     AutoSize = True
  27.     Picture.Data = {<image001.bmp>}
  28.     OnClick = Image1Click
  29.   end
  30. end
  31.