home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc2.iso / STRAT / BEDTRIS2 / BEDTRIS.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-05-17  |  3KB  |  133 lines

  1. object AboutBox: TAboutBox
  2.   Left = 224
  3.   Top = 168
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 213
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 9
  28.       Width = 32
  29.       Height = 32
  30.       AutoSize = True
  31.       Picture.Data = {<image000.ico>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 98
  37.       Top = 8
  38.       Width = 86
  39.       Height = 29
  40.       Caption = 'BedTris'
  41.       Font.Color = clBlue
  42.       Font.Height = -24
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = []
  45.       ParentFont = False
  46.       IsControl = True
  47.     end
  48.     object Version: TLabel
  49.       Left = 114
  50.       Top = 41
  51.       Width = 53
  52.       Height = 13
  53.       Caption = 'Version 2.0'
  54.       IsControl = True
  55.     end
  56.     object Copyright: TLabel
  57.       Left = 78
  58.       Top = 96
  59.       Width = 125
  60.       Height = 13
  61.       Caption = 'Copyright 1996-97 Bedsoft'
  62.       IsControl = True
  63.     end
  64.     object Comments: TLabel
  65.       Left = 86
  66.       Top = 120
  67.       Width = 102
  68.       Height = 13
  69.       Caption = 'bed@melbpc.org.au'
  70.       Font.Color = clBlack
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = [fsItalic]
  74.       ParentFont = False
  75.       WordWrap = True
  76.       IsControl = True
  77.     end
  78.     object Image1: TImage
  79.       Left = 240
  80.       Top = 8
  81.       Width = 32
  82.       Height = 32
  83.       AutoSize = True
  84.       Picture.Data = {<image001.ico>}
  85.       Stretch = True
  86.       IsControl = True
  87.     end
  88.     object Image2: TImage
  89.       Left = 240
  90.       Top = 120
  91.       Width = 32
  92.       Height = 32
  93.       AutoSize = True
  94.       Picture.Data = {<image002.ico>}
  95.       Stretch = True
  96.       IsControl = True
  97.     end
  98.     object Image3: TImage
  99.       Left = 8
  100.       Top = 121
  101.       Width = 32
  102.       Height = 32
  103.       AutoSize = True
  104.       Picture.Data = {<image003.ico>}
  105.       Stretch = True
  106.       IsControl = True
  107.     end
  108.     object Label1: TLabel
  109.       Left = 107
  110.       Top = 63
  111.       Width = 67
  112.       Height = 20
  113.       Caption = 'Freeware'
  114.       Font.Color = clRed
  115.       Font.Height = -16
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = []
  118.       ParentFont = False
  119.     end
  120.   end
  121.   object OKButton: TButton
  122.     Left = 110
  123.     Top = 179
  124.     Width = 75
  125.     Height = 25
  126.     Caption = 'OK'
  127.     Default = True
  128.     ModalResult = 1
  129.     TabOrder = 1
  130.     OnClick = OKButtonClick
  131.   end
  132. end
  133.