home *** CD-ROM | disk | FTP | other *** search
/ Quaaake Level & Editor 2 / Quaaake_2.iso / Quakemap / QUAKEMAP.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1996-10-06  |  1.5 KB  |  77 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 195
  6.   ClientWidth = 289
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 273
  19.     Height = 145
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 65
  28.       Height = 64
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 88
  35.       Top = 16
  36.       Width = 53
  37.       Height = 13
  38.       Caption = 'QuakeMap'
  39.       IsControl = True
  40.     end
  41.     object Version: TLabel
  42.       Left = 88
  43.       Top = 40
  44.       Width = 151
  45.       Height = 13
  46.       Caption = 'Version 2.0  BETA   -   release 4'
  47.       IsControl = True
  48.     end
  49.     object Copyright: TLabel
  50.       Left = 16
  51.       Top = 112
  52.       Width = 240
  53.       Height = 13
  54.       Caption = 'Armin Rigo  (armin.rigo@p22.gnothi.fn.alphanet.ch)'
  55.       IsControl = True
  56.     end
  57.     object Comments: TLabel
  58.       Left = 16
  59.       Top = 88
  60.       Width = 198
  61.       Height = 13
  62.       Caption = 'Quake Map Explorer  -  Quake Map Editor'
  63.       IsControl = True
  64.     end
  65.   end
  66.   object OKButton: TButton
  67.     Left = 103
  68.     Top = 165
  69.     Width = 75
  70.     Height = 24
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 1
  75.   end
  76. end
  77.