Ignore:
Timestamp:
Nov 26, 2016, 12:35:41 AM (8 years ago)
Author:
chronos
Message:
  • Added: Acronym search filter options also availabel as toolbar buttons.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r121 r122  
    11object FormMain: TFormMain
    2   Left = 718
     2  Left = 675
    33  Height = 447
    4   Top = 663
     4  Top = 668
    55  Width = 782
    66  Caption = 'Acronym Decoder'
     
    140140      Action = AFileClose
    141141    end
     142    object ToolButton14: TToolButton
     143      Left = 253
     144      Height = 22
     145      Top = 2
     146      Width = 5
     147      Style = tbsDivider
     148    end
     149    object ToolButton16: TToolButton
     150      Left = 258
     151      Top = 2
     152      Action = AFilterExactMatch
     153      Style = tbsCheck
     154    end
     155    object ToolButton13: TToolButton
     156      Left = 281
     157      Top = 2
     158      Action = AFilterCaseSensitive
     159      Style = tbsCheck
     160    end
    142161  end
    143162  object PanelParam: TPanel
     
    156175      Top = 3
    157176      Width = 129
    158       Caption = 'Exact match'
    159       OnChange = CheckBoxExactMatchChange
     177      Action = AFilterExactMatch
    160178      TabOrder = 0
    161179    end
     
    165183      Top = 3
    166184      Width = 144
    167       Caption = 'Case sensitive'
    168       OnChange = CheckBoxExactMatchChange
     185      Action = AFilterCaseSensitive
    169186      TabOrder = 1
    170187    end
     
    264281      Caption = 'Export'
    265282      OnExecute = AExportExecute
     283    end
     284    object AFilterExactMatch: TAction
     285      AutoCheck = True
     286      Caption = 'Exact match'
     287      ImageIndex = 18
     288      OnExecute = AFilterExactMatchExecute
     289    end
     290    object AFilterCaseSensitive: TAction
     291      AutoCheck = True
     292      Caption = 'Case sensitive'
     293      ImageIndex = 17
     294      OnExecute = AFilterCaseSensitiveExecute
    266295    end
    267296  end
Note: See TracChangeset for help on using the changeset viewer.