object frmReadMe: TfrmReadMe Left = 376 Top = 177 Width = 621 Height = 513 Font.Color = clWindowText Font.Height = -17 Font.Name = 'System' Font.Style = [] Menu = MainMenu1 PixelsPerInch = 120 OnCreate = FormCreate TextHeight = 20 object Memo1: TMemo Left = 0 Top = 0 Width = 613 Height = 451 Align = alClient Lines.Strings = ( 'Memo1') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object MainMenu1: TMainMenu Left = 176 Top = 40 object File1: TMenuItem Caption = '&File' object Exit1: TMenuItem Caption = 'E&xit' OnClick = Exit1Click end end end end