object FormMain: TFormMain Left = 433 Height = 812 Top = 288 Width = 1370 Caption = 'Car rental summary' ClientHeight = 812 ClientWidth = 1370 DesignTimePPI = 144 LCLVersion = '4.2.0.0' WindowState = wsMaximized OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow object LabelSummary: TLabel Left = 16 Height = 26 Top = 64 Width = 86 Caption = 'Summary:' ParentColor = False end object LabelSource: TLabel Left = 16 Height = 26 Top = 24 Width = 63 Caption = 'Source:' ParentColor = False end object EditSource: TEdit Left = 144 Height = 43 Top = 12 Width = 1210 Anchors = [akTop, akLeft, akRight] TabOrder = 0 Text = 'Source.txt' end object PageControlSummary: TPageControl Left = 21 Height = 707 Top = 104 Width = 1341 ActivePage = TabSheetSource Anchors = [akTop, akLeft, akRight, akBottom] TabIndex = 0 TabOrder = 1 object TabSheetSource: TTabSheet Caption = 'Source' ClientHeight = 667 ClientWidth = 1331 object MemoSource: TMemo Left = 8 Height = 651 Top = 8 Width = 1315 Align = alClient BorderSpacing.Around = 8 ScrollBars = ssAutoBoth TabOrder = 0 OnChange = MemoSourceChange end end object TabSheetSummary: TTabSheet Caption = 'Summary' ClientHeight = 667 ClientWidth = 1331 object MemoSummary: TMemo Left = 8 Height = 651 Top = 8 Width = 1315 Align = alClient BorderSpacing.Around = 8 ScrollBars = ssAutoBoth TabOrder = 0 end end object TabSheetLog: TTabSheet Caption = 'Log' ClientHeight = 667 ClientWidth = 1331 object MemoLog: TMemo Left = 8 Height = 651 Top = 8 Width = 1315 Align = alClient BorderSpacing.Around = 8 ScrollBars = ssAutoBoth TabOrder = 0 end end end end