home *** CD-ROM | disk | FTP | other *** search
/ 50 Fun Games / 50_Games_CD.iso / Games3 / install.exe / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt < prev   
Text File  |  2000-03-10  |  1KB  |  64 lines

  1. object FormAbout: TFormAbout
  2.   Left = 322
  3.   Top = 137
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Xtreme Collection'
  7.   ClientHeight = 279
  8.   ClientWidth = 375
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 361
  24.     Height = 265
  25.   end
  26.   object Image1: TImage
  27.     Left = 16
  28.     Top = 16
  29.     Width = 97
  30.     Height = 41
  31.     Picture.Data = {<image000.bmp>}
  32.     Stretch = True
  33.     Visible = False
  34.   end
  35.   object Image2: TImage
  36.     Left = 16
  37.     Top = 64
  38.     Width = 97
  39.     Height = 65
  40.     Picture.Data = {<image001.bmp>}
  41.     Stretch = True
  42.   end
  43.   object Button1: TButton
  44.     Left = 288
  45.     Top = 232
  46.     Width = 73
  47.     Height = 33
  48.     Caption = 'OK'
  49.     TabOrder = 0
  50.     OnClick = Button1Click
  51.   end
  52.   object MemoAbout: TMemo
  53.     Left = 120
  54.     Top = 16
  55.     Width = 241
  56.     Height = 209
  57.     Color = clActiveBorder
  58.     Lines.Strings = (
  59.       'MemoAbout')
  60.     ReadOnly = True
  61.     TabOrder = 1
  62.   end
  63. end
  64.