Ignore:
Timestamp:
Dec 2, 2016, 12:41:40 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Use more precise term "Same length" rather then "Exact match" for acronym text filtering.
  • Fixed: Application directory location for Windows installer script.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r134 r138  
    11object FormMain: TFormMain
    2   Left = 675
     2  Left = 526
    33  Height = 447
    4   Top = 668
     4  Top = 394
    55  Width = 782
    66  Caption = 'Acronym Decoder'
    7   ClientHeight = 417
     7  ClientHeight = 422
    88  ClientWidth = 782
    99  Menu = MainMenu1
     
    1414  OnHide = FormHide
    1515  OnShow = FormShow
    16   LCLVersion = '1.6.0.4'
     16  LCLVersion = '1.6.2.0'
    1717  object PanelMain: TPanel
    1818    Left = 0
    19     Height = 361
     19    Height = 366
    2020    Top = 56
    2121    Width = 782
    2222    Align = alClient
    2323    BevelOuter = bvNone
    24     ClientHeight = 361
     24    ClientHeight = 366
    2525    ClientWidth = 782
    2626    TabOrder = 1
     
    3535    object ListViewAcronyms: TListView
    3636      Left = 8
    37       Height = 319
     37      Height = 324
    3838      Top = 35
    3939      Width = 767
     
    148148      Left = 258
    149149      Top = 2
    150       Action = AFilterExactMatch
     150      Action = AFilterSameLength
    151151      Style = tbsCheck
    152152    end
     
    154154      Left = 281
    155155      Top = 2
    156       Action = AFilterCaseSensitive
     156      Action = AFilterSameLetterCase
    157157      Style = tbsCheck
    158158    end
     
    168168    ClientWidth = 782
    169169    TabOrder = 2
    170     object CheckBoxExactMatch: TCheckBox
     170    object CheckBoxExactLength: TCheckBox
    171171      Left = 8
    172       Height = 29
     172      Height = 24
    173173      Top = 3
    174       Width = 124
    175       Action = AFilterExactMatch
     174      Width = 107
     175      Action = AFilterSameLength
    176176      TabOrder = 0
    177177    end
    178178    object CheckBoxCaseSensitive: TCheckBox
    179       Left = 216
    180       Height = 29
     179      Left = 160
     180      Height = 24
    181181      Top = 3
    182       Width = 139
    183       Action = AFilterCaseSensitive
     182      Width = 133
     183      Action = AFilterSameLetterCase
    184184      TabOrder = 1
    185185    end
     
    280280      OnExecute = AExportExecute
    281281    end
    282     object AFilterExactMatch: TAction
     282    object AFilterSameLength: TAction
    283283      AutoCheck = True
    284       Caption = 'Exact match'
     284      Caption = 'Same length'
    285285      ImageIndex = 18
    286       OnExecute = AFilterExactMatchExecute
    287     end
    288     object AFilterCaseSensitive: TAction
     286      OnExecute = AFilterSameLengthExecute
     287    end
     288    object AFilterSameLetterCase: TAction
    289289      AutoCheck = True
    290       Caption = 'Case sensitive'
     290      Caption = 'Same letter case'
    291291      ImageIndex = 17
    292       OnExecute = AFilterCaseSensitiveExecute
     292      OnExecute = AFilterSameLetterCaseExecute
    293293    end
    294294  end
Note: See TracChangeset for help on using the changeset viewer.