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

  1. object LicenseForm: TLicenseForm
  2.   Left = 240
  3.   Top = 113
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'LicenseForm'
  7.   ClientHeight = 259
  8.   ClientWidth = 429
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Frame: TGroupBox
  21.     Left = 8
  22.     Top = 12
  23.     Width = 413
  24.     Height = 209
  25.     Caption = 'LICENSE AGREEMENT'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clMaroon
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object LicenseMemo: TMPWMemo
  34.       Left = 8
  35.       Top = 24
  36.       Width = 397
  37.       Height = 177
  38.       HelpContext = 10300
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clBlack
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       ParentFont = False
  45.       ReadOnly = True
  46.       ScrollBars = ssVertical
  47.       TabOrder = 0
  48.       WordWrap = False
  49.     end
  50.   end
  51.   object PrintButton: TButton
  52.     Left = 311
  53.     Top = 228
  54.     Width = 53
  55.     Height = 25
  56.     Caption = '&Print'
  57.     TabOrder = 1
  58.     OnClick = PrintButtonClick
  59.   end
  60.   object CloseButton: TButton
  61.     Left = 368
  62.     Top = 228
  63.     Width = 52
  64.     Height = 25
  65.     HelpContext = 10703
  66.     Caption = '&Close'
  67.     Default = True
  68.     ModalResult = 2
  69.     TabOrder = 2
  70.   end
  71. end
  72.