home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / EverythingIOwn / EIOWN_17.EXE / EIO.EXE / 0 / RCDATA / TFRMABOUTBOX / TFRMABOUTBOX.txt < prev   
Encoding:
Text File  |  1998-02-24  |  2.1 KB  |  99 lines

  1. object frmAboutBox: TfrmAboutBox
  2.   Left = 263
  3.   Top = 98
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 236
  8.   ClientWidth = 297
  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 = 279
  20.     Height = 185
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 259
  29.       Height = 97
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 46
  36.       Top = 112
  37.       Width = 189
  38.       Height = 13
  39.       Caption = 'Everything I Own! -- Version 1.7b'
  40.       Font.Color = clBlue
  41.       Font.Height = -12
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       IsControl = True
  46.     end
  47.     object Copyright: TLabel
  48.       Left = 56
  49.       Top = 144
  50.       Width = 172
  51.       Height = 13
  52.       Caption = 'Copyright 1997 - BlueCollar Software'
  53.       Font.Color = clBlue
  54.       Font.Height = -12
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       IsControl = True
  59.     end
  60.     object Label2: TLabel
  61.       Left = 62
  62.       Top = 128
  63.       Width = 160
  64.       Height = 13
  65.       Caption = 'Unlicensed Evaluation Copy'
  66.       Font.Color = clBlue
  67.       Font.Height = -12
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.       IsControl = True
  72.     end
  73.     object Label1: TLabel
  74.       Left = 96
  75.       Top = 160
  76.       Width = 93
  77.       Height = 13
  78.       Caption = 'All Rights Reserved'
  79.       Font.Color = clBlue
  80.       Font.Height = -12
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       ParentFont = False
  84.       IsControl = True
  85.     end
  86.   end
  87.   object OKButton: TButton
  88.     Left = 111
  89.     Top = 204
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'OK'
  93.     Default = True
  94.     ModalResult = 1
  95.     TabOrder = 1
  96.     OnClick = OKButtonClick
  97.   end
  98. end
  99.