object MemoForm: TMemoForm Left = 358 Top = 212 Width = 577 Height = 408 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Editing a memo ...' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 452 Height = 381 Align = alClient BevelOuter = bvNone Caption = 'Panel1' TabOrder = 0 object RichEdit: TRichEdit Left = 0 Top = 0 Width = 452 Height = 381 Align = alClient ScrollBars = ssBoth TabOrder = 0 end end object Panel2: TPanel Left = 452 Top = 0 Width = 117 Height = 381 Align = alRight BevelOuter = bvNone TabOrder = 1 object CancelButton: TButton Left = 21 Top = 32 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 end object SaveButton: TButton Left = 21 Top = 89 Width = 75 Height = 25 Caption = 'Save' Default = True ModalResult = 1 TabOrder = 1 end object LoadButton: TButton Left = 21 Top = 146 Width = 75 Height = 25 Caption = 'Load' TabOrder = 2 OnClick = LoadButtonClick end end object OpenDialog: TOpenDialog FileEditStyle = fsEdit Left = 500 Top = 248 end end