home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 95 / TURBOGO.EXE / 0 / RCDATA / TTURBOGOPLAATJE / TTURBOGOPLAATJE.txt
Text File  |  1997-04-04  |  912b  |  45 lines

  1. object TurboGoPlaatje: TTurboGoPlaatje
  2.   Left = 323
  3.   Top = 251
  4.   BorderStyle = bsDialog
  5.   Caption = 'TurboGo'
  6.   ClientHeight = 208
  7.   ClientWidth = 400
  8.   Font.Color = clRed
  9.   Font.Height = -25
  10.   Font.Name = 'Courier'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 25
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 48
  20.     Width = 369
  21.     Height = 49
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Sorry, a help file is not available yet'
  25.     Font.Color = clBlack
  26.     Font.Height = -20
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object BitBtn1: TBitBtn
  32.     Left = 151
  33.     Top = 136
  34.     Width = 99
  35.     Height = 41
  36.     Font.Color = clBlack
  37.     Font.Height = -13
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     Kind = bkOK
  43.   end
  44. end
  45.