Ignore:
Timestamp:
May 4, 2016, 12:28:37 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Ability to search acronyms by exact match and by columns in main window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r17 r18  
    11object FormMain: TFormMain
    2   Left = 394
     2  Left = 393
    33  Height = 446
    4   Top = 395
     4  Top = 405
    55  Width = 631
    66  Caption = 'Acronym Decoder'
     
    1616  object ListViewAcronyms: TListView
    1717    Left = 8
    18     Height = 372
    19     Top = 40
     18    Height = 340
     19    Top = 72
    2020    Width = 613
    2121    Anchors = [akTop, akLeft, akRight, akBottom]
     
    4444    OnSelectItem = ListViewAcronymsSelectItem
    4545  end
    46   object EditSearch: TEdit
     46  object ListViewFilter1: TListViewFilter
    4747    Left = 8
    48     Height = 28
    49     Top = 8
    50     Width = 611
     48    Height = 30
     49    Top = 32
     50    Width = 613
     51    OnChange = ListViewFilter1Change
    5152    Anchors = [akTop, akLeft, akRight]
    52     OnChange = EditSearchChange
    53     TabOrder = 1
     53  end
     54  object CheckBoxExactMath: TCheckBox
     55    Left = 8
     56    Height = 24
     57    Top = 3
     58    Width = 104
     59    Caption = 'Exact match'
     60    OnChange = CheckBoxExactMathChange
     61    TabOrder = 2
    5462  end
    5563  object TrayIcon1: TTrayIcon
     
    45194527    top = 144
    45204528  end
     4529  object ListViewSort1: TListViewSort
     4530    ListView = ListViewAcronyms
     4531    OnCompareItem = ListViewSort1CompareItem
     4532    OnFilter = ListViewSort1Filter
     4533    Column = 0
     4534    Order = soDown
     4535    left = 464
     4536    top = 208
     4537  end
    45214538end
Note: See TracChangeset for help on using the changeset viewer.