object ReadmeDlg: TReadmeDlg Left = 207 Top = 121 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsDialog Caption = 'Read me file' ClientHeight = 312 ClientWidth = 497 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Bevel1: TBevel Left = 16 Top = 272 Width = 465 Height = 9 Shape = bsTopLine end object Label1: TLabel Left = 160 Top = 8 Width = 321 Height = 33 AutoSize = False Caption = 'Please read the following License Agreement. Press the PAGE DOW' + 'N key to see the rest of the agreement.' Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Image1: TImage Left = 24 Top = 8 Width = 113 Height = 249 Picture.Data = {} Stretch = True end object Button1: TButton Left = 392 Top = 280 Width = 81 Height = 25 Cancel = True Caption = '&Cancel' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 end object Button2: TButton Left = 288 Top = 280 Width = 81 Height = 25 Caption = '&Next >' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 end object Button3: TButton Left = 208 Top = 280 Width = 81 Height = 25 Caption = '< &Back' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 4 ParentFont = False TabOrder = 3 end object Memo1: TMemo Left = 160 Top = 48 Width = 321 Height = 209 Color = clBtnFace Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssBoth TabOrder = 0 end object ResolutionFix1: TResolutionFix DesignRes = 96 Left = 48 Top = 280 end end