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 = '2.0.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 = 217 Top = 199 Width = 206 Anchors = [akTop, akLeft, akRight] Caption = 'Summary section' ClientHeight = 192 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 object CheckBoxCaseSensitive: TCheckBox Left = 11 Height = 24 Top = 424 Width = 197 Caption = 'Case sensitive comparison' TabOrder = 4 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 = TabSheetReport Align = alClient BorderSpacing.Around = 8 TabIndex = 1 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 ListViewReport: TListView Left = 7 Height = 564 Top = 13 Width = 625 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Position' Width = 80 end item Caption = 'Type' Width = 100 end item Caption = 'Message' Width = 800 end> OwnerData = True PopupMenu = PopupMenuReport ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewReportData end end end end object OpenDialog1: TOpenDialog DefaultExt = '.txt' Filter = 'Text files (.txt)|*.txt|Any file|*.*' left = 544 top = 288 end object PopupMenuReport: TPopupMenu left = 376 top = 202 object MenuItemGoTo: TMenuItem Action = AGoToLocation OnClick = MenuItemGoToClick end object MenuItem1: TMenuItem Action = ASaveToCsv end end object ActionList1: TActionList left = 546 top = 203 object ASaveToCsv: TAction Caption = 'Save to CSV...' OnExecute = ASaveToCsvExecute end object AGoToLocation: TAction Caption = 'Go to location' OnExecute = AGoToLocationExecute end end object SaveDialog1: TSaveDialog left = 378 top = 288 end end