object FormMain: TFormMain Left = 484 Height = 869 Top = 253 Width = 1128 Caption = 'Car rental summary' ClientHeight = 869 ClientWidth = 1128 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.6.0' WindowState = wsMaximized 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 = 968 Anchors = [akTop, akLeft, akRight] TabOrder = 0 Text = 'Source.txt' end object PageControlSummary: TPageControl Left = 21 Height = 764 Top = 104 Width = 1099 ActivePage = TabSheet1 Anchors = [akTop, akLeft, akRight, akBottom] TabIndex = 0 TabOrder = 1 object TabSheet1: TTabSheet Caption = 'Summary' ClientHeight = 724 ClientWidth = 1089 object MemoSummary: TMemo Left = 8 Height = 708 Top = 8 Width = 1073 Align = alClient BorderSpacing.Around = 8 ScrollBars = ssAutoBoth TabOrder = 0 end end object TabSheetLog: TTabSheet Caption = 'Log' ClientHeight = 724 ClientWidth = 1089 object MemoLog: TMemo Left = 8 Height = 708 Top = 8 Width = 1073 Align = alClient BorderSpacing.Around = 8 ScrollBars = ssAutoBoth TabOrder = 0 end end end end