1object fpReportMemoEditForm: TfpReportMemoEditForm 2 Left = 748 3 Height = 222 4 Top = 322 5 Width = 380 6 ActiveControl = MMemo 7 Caption = 'Memo Element' 8 ClientHeight = 222 9 ClientWidth = 380 10 OnCloseQuery = FormCloseQuery 11 Position = poMainFormCenter 12 LCLVersion = '1.9.0.0' 13 object BPMemo: TButtonPanel 14 Left = 6 15 Height = 42 16 Top = 174 17 Width = 368 18 OKButton.Name = 'OKButton' 19 OKButton.DefaultCaption = True 20 HelpButton.Name = 'HelpButton' 21 HelpButton.DefaultCaption = True 22 CloseButton.Name = 'CloseButton' 23 CloseButton.DefaultCaption = True 24 CancelButton.Name = 'CancelButton' 25 CancelButton.DefaultCaption = True 26 TabOrder = 0 27 ShowButtons = [pbOK, pbCancel] 28 end 29 object MMemo: TMemo 30 Left = 0 31 Height = 136 32 Top = 32 33 Width = 380 34 Align = alClient 35 ScrollBars = ssAutoBoth 36 TabOrder = 1 37 end 38 object Pmemo: TPanel 39 Left = 0 40 Height = 32 41 Top = 0 42 Width = 380 43 Align = alTop 44 BevelOuter = bvLowered 45 TabOrder = 2 46 end 47end 48