home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 441 / _SETUP.1 / PTF.exe / 0 / RCDATA / TFMABOUT / TFMABOUT.txt
Text File  |  1997-11-15  |  3KB  |  103 lines

  1. object fmAbout: TfmAbout
  2.   Left = 209
  3.   Top = 134
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About'
  7.   ClientHeight = 370
  8.   ClientWidth = 561
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 545
  22.     Height = 353
  23.     Shape = bsFrame
  24.   end
  25.   object Image1: TImage
  26.     Left = 16
  27.     Top = 16
  28.     Width = 250
  29.     Height = 282
  30.     Stretch = True
  31.   end
  32.   object Label1: TLabel
  33.     Left = 16
  34.     Top = 304
  35.     Width = 249
  36.     Height = 13
  37.     Alignment = taCenter
  38.     AutoSize = False
  39.     Caption = '"Predicting the Future" version 1.2'
  40.   end
  41.   object Label2: TLabel
  42.     Left = 16
  43.     Top = 320
  44.     Width = 249
  45.     Height = 13
  46.     Alignment = taCenter
  47.     AutoSize = False
  48.     Caption = 'Copyright ï¿½ 1998 Jazzy Software'
  49.   end
  50.   object Label3: TLabel
  51.     Left = 16
  52.     Top = 336
  53.     Width = 249
  54.     Height = 13
  55.     Alignment = taCenter
  56.     AutoSize = False
  57.     Caption = 'All Rights Reserved'
  58.   end
  59.   object RichEdit1: TRichEdit
  60.     Left = 280
  61.     Top = 16
  62.     Width = 265
  63.     Height = 282
  64.     TabStop = False
  65.     HideScrollBars = False
  66.     ReadOnly = True
  67.     ScrollBars = ssVertical
  68.     TabOrder = 0
  69.   end
  70.   object BitBtn1: TBitBtn
  71.     Left = 424
  72.     Top = 314
  73.     Width = 81
  74.     Height = 31
  75.     TabOrder = 1
  76.     OnClick = BitBtn1Click
  77.     Kind = bkClose
  78.   end
  79.   object bbCredits: TBitBtn
  80.     Left = 320
  81.     Top = 314
  82.     Width = 81
  83.     Height = 31
  84.     Caption = 'Credits...'
  85.     TabOrder = 2
  86.     OnClick = bbCreditsClick
  87.     Glyph.Data = {
  88.       76010000424D7601000000000000760000002800000020000000100000000100
  89.       0400000000000001000000000000000000001000000010000000000000000000
  90.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  91.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  92.       0000377777777777777703030303030303037F7F7F7F7F7F7F7F000000000000
  93.       00007777777777777777933393303933337073F37F37F73F3377393393303393
  94.       379037FF7F37F37FF777379793303379793037777337F3777737339933303339
  95.       93303377F3F7F3F77F3733993930393993303377F737F7377FF7399993303399
  96.       999037777337F377777793993330333393307377FF37F3337FF7333993303333
  97.       993033377F37F33377F7333993303333993033377337F3337737333333303333
  98.       33303FFFFFF7FFFFFFF700000000000000007777777777777777030303030303
  99.       03037F7F7F7F7F7F7F7F00000000000000007777777777777777}
  100.     NumGlyphs = 2
  101.   end
  102. end
  103.