object LicenseForm: TLicenseForm Left = 240 Top = 113 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'LicenseForm' ClientHeight = 259 ClientWidth = 429 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Frame: TGroupBox Left = 8 Top = 12 Width = 413 Height = 209 Caption = 'LICENSE AGREEMENT' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object LicenseMemo: TMPWMemo Left = 8 Top = 24 Width = 397 Height = 177 HelpContext = 10300 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WordWrap = False end end object PrintButton: TButton Left = 311 Top = 228 Width = 53 Height = 25 Caption = '&Print' TabOrder = 1 OnClick = PrintButtonClick end object CloseButton: TButton Left = 368 Top = 228 Width = 52 Height = 25 HelpContext = 10703 Caption = '&Close' Default = True ModalResult = 2 TabOrder = 2 end end