1object ReportImportLogForm: TReportImportLogForm 2 Left = 491 3 Height = 240 4 Top = 180 5 Width = 320 6 Caption = 'Report import log' 7 ClientHeight = 240 8 ClientWidth = 320 9 OnClose = FormClose 10 Position = poOwnerFormCenter 11 LCLVersion = '1.9.0.0' 12 object ButtonPanel1: TButtonPanel 13 Left = 6 14 Height = 42 15 Top = 192 16 Width = 308 17 OKButton.Name = 'OKButton' 18 OKButton.DefaultCaption = True 19 HelpButton.Name = 'HelpButton' 20 HelpButton.DefaultCaption = True 21 CloseButton.Name = 'CloseButton' 22 CloseButton.DefaultCaption = True 23 CancelButton.Name = 'CancelButton' 24 CancelButton.DefaultCaption = True 25 TabOrder = 0 26 ShowButtons = [pbClose] 27 end 28 object MLog: TMemo 29 Left = 0 30 Height = 186 31 Top = 0 32 Width = 320 33 Align = alClient 34 ScrollBars = ssAutoBoth 35 TabOrder = 1 36 end 37end 38