Ignore:
Timestamp:
May 4, 2016, 12:54:09 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Acronyms management is not done in Acronyms window. List in main window is just for viewing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormCategories.lfm

    r14 r19  
    88  ClientWidth = 784
    99  OnShow = FormShow
    10   LCLVersion = '1.7'
     10  LCLVersion = '1.6.0.4'
    1111  object ListViewCategories: TListView
    1212    Left = 16
     
    5858  end
    5959  object ActionList1: TActionList
     60    Images = FormMain.ImageList1
    6061    left = 380
    6162    top = 196
     
    6364      Caption = 'Add'
    6465      OnExecute = AAddExecute
     66      ShortCut = 45
    6567    end
    6668    object ARemove: TAction
    6769      Caption = 'Remove'
    6870      OnExecute = ARemoveExecute
     71      ShortCut = 46
    6972    end
    7073    object AModify: TAction
    7174      Caption = 'Modify'
    7275      OnExecute = AModifyExecute
     76      ShortCut = 13
    7377    end
    7478  end
    7579  object PopupMenuCategory: TPopupMenu
     80    Images = FormMain.ImageList1
    7681    left = 119
    7782    top = 192
Note: See TracChangeset for help on using the changeset viewer.