Ignore:
Timestamp:
Aug 23, 2018, 3:38:32 PM (6 years ago)
Author:
chronos
Message:
  • Added: Configurable case sensitivity for comparison in Document check.
  • Modified: Show Document check report as ListView. Show message type in separate column.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormCheck.lfm

    r192 r198  
    3434    object GroupBox1: TGroupBox
    3535      Left = 11
    36       Height = 284
     36      Height = 217
    3737      Top = 199
    3838      Width = 206
    3939      Anchors = [akTop, akLeft, akRight]
    4040      Caption = 'Summary section'
    41       ClientHeight = 259
     41      ClientHeight = 192
    4242      ClientWidth = 202
    4343      TabOrder = 1
     
    128128      OnClick = ButtonLoadFromFileClick
    129129      TabOrder = 3
     130    end
     131    object CheckBoxCaseSensitive: TCheckBox
     132      Left = 11
     133      Height = 24
     134      Top = 424
     135      Width = 197
     136      Caption = 'Case sensitive comparison'
     137      TabOrder = 4
    130138    end
    131139  end
     
    151159      Top = 8
    152160      Width = 645
    153       ActivePage = TabSheetSource
     161      ActivePage = TabSheetReport
    154162      Align = alClient
    155163      BorderSpacing.Around = 8
    156       TabIndex = 0
     164      TabIndex = 1
    157165      TabOrder = 0
    158166      object TabSheetSource: TTabSheet
     
    175183        ClientHeight = 586
    176184        ClientWidth = 637
    177         object MemoReport: TMemo
    178           Left = 8
    179           Height = 568
    180           Top = 8
    181           Width = 620
     185        object ListViewReport: TListView
     186          Left = 7
     187          Height = 564
     188          Top = 13
     189          Width = 625
    182190          Anchors = [akTop, akLeft, akRight, akBottom]
     191          Columns = <         
     192            item
     193              Caption = 'Position'
     194              Width = 80
     195            end         
     196            item
     197              Caption = 'Type'
     198              Width = 100
     199            end         
     200            item
     201              Caption = 'Message'
     202              Width = 800
     203            end>
     204          OwnerData = True
     205          PopupMenu = PopupMenuReport
    183206          ReadOnly = True
    184           ScrollBars = ssAutoBoth
     207          RowSelect = True
    185208          TabOrder = 0
     209          ViewStyle = vsReport
     210          OnData = ListViewReportData
    186211        end
    187212      end
     
    194219    top = 493
    195220  end
     221  object PopupMenuReport: TPopupMenu
     222    left = 378
     223    top = 202
     224    object MenuItemGoTo: TMenuItem
     225      Caption = 'Go to location'
     226      OnClick = MenuItemGoToClick
     227    end
     228  end
    196229end
Note: See TracChangeset for help on using the changeset viewer.