home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / netbuddy / netbuddy.exe / Setup.exe / 0 / RCDATA / TLICENSEFORM / TLICENSEFORM.txt < prev   
Encoding:
Text File  |  1999-07-23  |  1.5 KB  |  74 lines

  1. object LicenseForm: TLicenseForm
  2.   Left = 272
  3.   Top = 192
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Software License Agreement'
  7.   ClientHeight = 359
  8.   ClientWidth = 446
  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.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 60
  21.     Top = 16
  22.     Width = 200
  23.     Height = 13
  24.     Caption = 'Please read the license agreement below :'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 284
  29.     Width = 416
  30.     Height = 26
  31.     Caption = 
  32.       'Do you accept all the terms of the license agreement?, if so ple' +
  33.       'ase click the Yes button. If you do not accept, the setup progra' +
  34.       'm will close.'
  35.     WordWrap = True
  36.   end
  37.   object Image1: TImage
  38.     Left = 16
  39.     Top = 8
  40.     Width = 29
  41.     Height = 29
  42.     Picture.Data = {<image000.ico>}
  43.   end
  44.   object LicenseMemo: TMemo
  45.     Left = 16
  46.     Top = 48
  47.     Width = 417
  48.     Height = 229
  49.     Color = clWhite
  50.     ReadOnly = True
  51.     ScrollBars = ssVertical
  52.     TabOrder = 0
  53.   end
  54.   object Button1: TButton
  55.     Left = 360
  56.     Top = 324
  57.     Width = 75
  58.     Height = 25
  59.     Caption = '&Yes'
  60.     Default = True
  61.     TabOrder = 1
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 276
  66.     Top = 324
  67.     Width = 75
  68.     Height = 25
  69.     Caption = '&No'
  70.     TabOrder = 2
  71.     OnClick = Button2Click
  72.   end
  73. end
  74.