home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / n2p.xpi / net2phone / Net2fone.exe / 0 / RCDATA / TFTERMS / TFTERMS.txt
Encoding:
Text File  |  2001-06-19  |  1.1 KB  |  66 lines

  1. object FTerms: TFTerms
  2.   Left = 228
  3.   Top = 133
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Net2Phone Read-Me'
  7.   ClientHeight = 346
  8.   ClientWidth = 496
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object LLicense: TLabel
  17.     Left = 16
  18.     Top = 320
  19.     Width = 43
  20.     Height = 13
  21.     Caption = 'LLicense'
  22.     WordWrap = True
  23.   end
  24.   object Terms: TMemo
  25.     Left = 7
  26.     Top = 7
  27.     Width = 480
  28.     Height = 303
  29.     Lines.Strings = (
  30.       'READ ME FILE')
  31.     ReadOnly = True
  32.     ScrollBars = ssVertical
  33.     TabOrder = 0
  34.   end
  35.   object OkBtn: TButton
  36.     Left = 218
  37.     Top = 319
  38.     Width = 61
  39.     Height = 19
  40.     Caption = 'OK'
  41.     Default = True
  42.     TabOrder = 1
  43.     OnClick = OkBtnClick
  44.   end
  45.   object YesBtn: TButton
  46.     Left = 338
  47.     Top = 319
  48.     Width = 61
  49.     Height = 19
  50.     Caption = 'Yes'
  51.     Default = True
  52.     ModalResult = 6
  53.     TabOrder = 2
  54.   end
  55.   object NoBtn: TButton
  56.     Left = 426
  57.     Top = 319
  58.     Width = 61
  59.     Height = 19
  60.     Caption = 'No'
  61.     Default = True
  62.     ModalResult = 7
  63.     TabOrder = 3
  64.   end
  65. end
  66.