object FormCheck: TFormCheck Left = 483 Height = 635 Top = 257 Width = 891 Caption = 'Check document' ClientHeight = 635 ClientWidth = 891 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.8.2.0' object Panel1: TPanel Left = 0 Height = 635 Top = 0 Width = 224 Align = alLeft BevelOuter = bvNone ClientHeight = 635 ClientWidth = 224 TabOrder = 0 object ButtonCheck: TButton Left = 11 Height = 31 Top = 13 Width = 94 Caption = 'Check' OnClick = ButtonCheckClick TabOrder = 0 end object GroupBox1: TGroupBox Left = 11 Height = 284 Top = 199 Width = 206 Anchors = [akTop, akLeft, akRight] Caption = 'Summary section' ClientHeight = 259 ClientWidth = 202 TabOrder = 1 object ButtonAcronymsSummary: TButton Left = 6 Height = 31 Top = 8 Width = 150 Caption = 'Acronyms' OnClick = ButtonAcronymsSummaryClick TabOrder = 0 end object LabelAcronymCountSummary: TLabel Left = 6 Height = 20 Top = 48 Width = 103 Caption = 'Acronym count:' ParentColor = False end object Label1: TLabel Left = 8 Height = 20 Top = 72 Width = 75 Caption = 'Start string:' ParentColor = False end object EditSummaryStart: TEdit Left = 8 Height = 28 Top = 96 Width = 184 Anchors = [akTop, akLeft, akRight] TabOrder = 1 end object Label2: TLabel Left = 8 Height = 20 Top = 128 Width = 69 Caption = 'End string:' ParentColor = False end object EditSummaryEnd: TEdit Left = 8 Height = 28 Top = 152 Width = 184 Anchors = [akTop, akLeft, akRight] TabOrder = 2 end end object GroupBox2: TGroupBox Left = 11 Height = 99 Top = 96 Width = 207 Anchors = [akTop, akLeft, akRight] Caption = 'Content' ClientHeight = 74 ClientWidth = 203 TabOrder = 2 object ButtonAcronymsContent: TButton Left = 8 Height = 31 Top = 0 Width = 150 Caption = 'Acronyms' OnClick = ButtonAcronymsContentClick TabOrder = 0 end object LabelAcronymCountContent: TLabel Left = 8 Height = 20 Top = 40 Width = 103 Caption = 'Acronym count:' ParentColor = False end end object ButtonLoadFromFile: TButton Left = 11 Height = 31 Top = 48 Width = 134 Caption = 'Load from file' OnClick = ButtonLoadFromFileClick TabOrder = 3 end end object Splitter1: TSplitter Left = 224 Height = 635 Top = 0 Width = 6 end object Panel2: TPanel Left = 230 Height = 635 Top = 0 Width = 661 Align = alClient BevelOuter = bvNone ClientHeight = 635 ClientWidth = 661 TabOrder = 2 object PageControl1: TPageControl Left = 8 Height = 619 Top = 8 Width = 645 ActivePage = TabSheetSource Align = alClient BorderSpacing.Around = 8 TabIndex = 0 TabOrder = 0 object TabSheetSource: TTabSheet Caption = 'Source' ClientHeight = 586 ClientWidth = 637 object MemoDocument: TMemo Left = 8 Height = 570 Top = 8 Width = 620 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 0 WordWrap = False end end object TabSheetReport: TTabSheet Caption = 'Report' ClientHeight = 586 ClientWidth = 637 object MemoReport: TMemo Left = 8 Height = 568 Top = 8 Width = 620 Anchors = [akTop, akLeft, akRight, akBottom] ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end end end end object OpenDialog1: TOpenDialog DefaultExt = '.txt' Filter = 'Text files (.txt)|*.txt|Any file|*.*' left = 116 top = 493 end end