Changeset 14 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Apr 28, 2016, 10:56:31 PM (8 years ago)
Author:
chronos
Message:
  • Added: Window for acronym categories management. There acronyms can be added, modifed and removed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormMain.lfm

    r13 r14  
    3030      end   
    3131      item
    32         Caption = 'Contexts'
     32        Caption = 'Categories'
    3333        Width = 300
    3434      end>
     
    44204420      OnExecute = ASettingsExecute
    44214421    end
     4422    object AShowCategories: TAction
     4423      Caption = 'Categories'
     4424      OnExecute = AShowCategoriesExecute
     4425    end
    44224426  end
    44234427  object PersistentForm1: TPersistentForm
     
    44734477      end
    44744478    end
     4479    object MenuItem20: TMenuItem
     4480      Caption = 'View'
     4481      object MenuItem21: TMenuItem
     4482        Action = AShowCategories
     4483      end
     4484    end
    44754485    object MenuItem16: TMenuItem
    44764486      Caption = 'Tools'
Note: See TracChangeset for help on using the changeset viewer.