home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / DataArm / _SETUP.1 / mpw32.dll / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1998-05-25  |  2KB  |  93 lines

  1. object AboutForm: TAboutForm
  2.   Left = 249
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'AboutForm'
  7.   ClientHeight = 183
  8.   ClientWidth = 317
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   ShowHint = True
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Frame: TGroupBox
  19.     Left = 8
  20.     Top = 12
  21.     Width = 301
  22.     Height = 133
  23.     Caption = 'BRAINTREE REG-O-MATIC'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clMaroon
  26.     Font.Height = -15
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     object Copyright: TLabel
  32.       Left = 8
  33.       Top = 113
  34.       Width = 289
  35.       Height = 13
  36.       AutoSize = False
  37.       Caption = 'Copyright ∩┐╜ 1995-1998 BrainTree Ltd.  All Rights Reserved.'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clBlack
  40.       Font.Height = -12
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = []
  43.       ParentFont = False
  44.       WordWrap = True
  45.     end
  46.     object Logo: TImage
  47.       Left = 6
  48.       Top = 41
  49.       Width = 125
  50.       Height = 64
  51.       Center = True
  52.       Picture.Data = {<image000.bmp>}
  53.     end
  54.     object Info: TLabel
  55.       Left = 135
  56.       Top = 39
  57.       Width = 163
  58.       Height = 69
  59.       AutoSize = False
  60.       Caption = 
  61.         'BrainTree Reg-O-Matic is freely available to qualified developer' +
  62.         's. For up-to-the-minute info on all of our software, visit our w' +
  63.         'eb site at http://www.moneypump.com.'
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clBlack
  66.       Font.Height = -12
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentFont = False
  70.       WordWrap = True
  71.     end
  72.   end
  73.   object MoreInfoButton: TButton
  74.     Left = 158
  75.     Top = 152
  76.     Width = 97
  77.     Height = 25
  78.     Caption = 'Download &Demo'
  79.     TabOrder = 2
  80.     OnClick = MoreInfoButtonClick
  81.   end
  82.   object OKButton: TButton
  83.     Left = 260
  84.     Top = 152
  85.     Width = 49
  86.     Height = 25
  87.     Cancel = True
  88.     Caption = '&OK'
  89.     ModalResult = 2
  90.     TabOrder = 1
  91.   end
  92. end
  93.