home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / hra.exe / about.dfm / about.txt next >
Text File  |  1998-02-09  |  2KB  |  109 lines

  1. object AboutBox: TAboutBox
  2.   Left = 440
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 209
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Default'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 193
  20.     Height = 161
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 80
  27.       Top = 24
  28.       Width = 33
  29.       Height = 33
  30.       Picture.Data = {<image000.ico>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 83
  36.       Top = 8
  37.       Width = 27
  38.       Height = 13
  39.       Caption = 'Swat!'
  40.       IsControl = True
  41.     end
  42.     object Hits: TLabel
  43.       Left = 69
  44.       Top = 56
  45.       Width = 55
  46.       Height = 13
  47.       Alignment = taCenter
  48.       Caption = '5 pts per hit'
  49.       IsControl = True
  50.     end
  51.     object Copyright: TLabel
  52.       Left = 55
  53.       Top = 120
  54.       Width = 83
  55.       Height = 13
  56.       Alignment = taCenter
  57.       Caption = 'Copyright ∩┐╜ 1998'
  58.       IsControl = True
  59.     end
  60.     object Comments: TLabel
  61.       Left = 13
  62.       Top = 104
  63.       Width = 132
  64.       Height = 13
  65.       Alignment = taCenter
  66.       Caption = 'C++Builder Example'
  67.       WordWrap = True
  68.       IsControl = True
  69.     end
  70.     object Escape: TLabel
  71.       Left = 55
  72.       Top = 72
  73.       Width = 82
  74.       Height = 13
  75.       Alignment = taCenter
  76.       Caption = '-1 pts per escape'
  77.       IsControl = True
  78.     end
  79.     object Miss: TLabel
  80.       Left = 63
  81.       Top = 88
  82.       Width = 67
  83.       Height = 13
  84.       Alignment = taCenter
  85.       Caption = '-2 pts per miss'
  86.       IsControl = True
  87.     end
  88.     object Label1: TLabel
  89.       Left = 48
  90.       Top = 136
  91.       Width = 97
  92.       Height = 13
  93.       Alignment = taCenter
  94.       Caption = 'Borland International'
  95.       IsControl = True
  96.     end
  97.   end
  98.   object OKButton: TButton
  99.     Left = 67
  100.     Top = 180
  101.     Width = 75
  102.     Height = 25
  103.     Caption = 'OK'
  104.     Default = True
  105.     ModalResult = 1
  106.     TabOrder = 1
  107.   end
  108. end
  109.