home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / NetTimePro / Mpw32.dl_ / Mpw32.dl / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1997-05-14  |  2KB  |  89 lines

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