home *** CD-ROM | disk | FTP | other *** search
- object LicenseForm: TLicenseForm
- Left = 272
- Top = 192
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Software License Agreement'
- ClientHeight = 359
- ClientWidth = 446
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 60
- Top = 16
- Width = 200
- Height = 13
- Caption = 'Please read the license agreement below :'
- end
- object Label2: TLabel
- Left = 16
- Top = 284
- Width = 416
- Height = 26
- Caption =
- 'Do you accept all the terms of the license agreement?, if so ple' +
- 'ase click the Yes button. If you do not accept, the setup progra' +
- 'm will close.'
- WordWrap = True
- end
- object Image1: TImage
- Left = 16
- Top = 8
- Width = 29
- Height = 29
- Picture.Data = {<image000.ico>}
- end
- object LicenseMemo: TMemo
- Left = 16
- Top = 48
- Width = 417
- Height = 229
- Color = clWhite
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Button1: TButton
- Left = 360
- Top = 324
- Width = 75
- Height = 25
- Caption = '&Yes'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 276
- Top = 324
- Width = 75
- Height = 25
- Caption = '&No'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-