home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 95 / TURBOGO.EXE / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt
Text File  |  1997-04-04  |  3KB  |  126 lines

  1. object AboutForm: TAboutForm
  2.   Left = 221
  3.   Top = 162
  4.   Width = 279
  5.   Height = 295
  6.   Caption = ' About TurboGo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 6
  18.     Top = 8
  19.     Width = 260
  20.     Height = 17
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'TurboGo for Windows 95'
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 6
  32.     Top = 28
  33.     Width = 260
  34.     Height = 17
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Caption = 'Version 1.0'
  38.     Font.Color = clBlack
  39.     Font.Height = -13
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 6
  46.     Top = 48
  47.     Width = 260
  48.     Height = 17
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.     Caption = '(c) 1997, Arnoud van der Loeff'
  52.     Font.Color = clBlack
  53.     Font.Height = -13
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.   end
  58.   object GroupBox1: TGroupBox
  59.     Left = 14
  60.     Top = 80
  61.     Width = 242
  62.     Height = 81
  63.     Caption = ' Registered to: '
  64.     Font.Color = clBlack
  65.     Font.Height = -13
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = [fsBold]
  68.     ParentFont = False
  69.     TabOrder = 0
  70.     object lbl_naam: TLabel
  71.       Left = 10
  72.       Top = 24
  73.       Width = 220
  74.       Height = 17
  75.       AutoSize = False
  76.       Caption = 'TurboGo for Windows 95'
  77.       Font.Color = clBlack
  78.       Font.Height = -13
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = [fsBold]
  81.       ParentFont = False
  82.     end
  83.     object lbl_nummer: TLabel
  84.       Left = 11
  85.       Top = 48
  86.       Width = 220
  87.       Height = 17
  88.       AutoSize = False
  89.       Caption = 'TurboGo for Windows 95'
  90.       Font.Color = clBlack
  91.       Font.Height = -13
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = [fsBold]
  94.       ParentFont = False
  95.     end
  96.   end
  97.   object btn_hoeregistreren: TBitBtn
  98.     Left = 15
  99.     Top = 224
  100.     Width = 240
  101.     Height = 33
  102.     Caption = '&How do I register?'
  103.     Font.Color = clBlack
  104.     Font.Height = -13
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = [fsBold]
  107.     ParentFont = False
  108.     TabOrder = 1
  109.     OnClick = btn_hoeregistrerenClick
  110.     Kind = bkHelp
  111.   end
  112.   object BitBtn1: TBitBtn
  113.     Left = 87
  114.     Top = 176
  115.     Width = 97
  116.     Height = 33
  117.     Font.Color = clBlack
  118.     Font.Height = -13
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = [fsBold]
  121.     ParentFont = False
  122.     TabOrder = 2
  123.     Kind = bkOK
  124.   end
  125. end
  126.