Ignore:
Timestamp:
May 4, 2016, 12:54:09 PM (8 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/UFormAcronyms.lfm

    r18 r19  
    11object FormAcronyms: TFormAcronyms
    2   Left = 466
     2  Left = 424
    33  Height = 558
    4   Top = 297
     4  Top = 310
    55  Width = 740
    66  Caption = 'Acronyms'
     
    2828        Width = 300
    2929      end>
     30    MultiSelect = True
    3031    OwnerData = True
     32    PopupMenu = PopupMenuAcronym
    3133    ReadOnly = True
    3234    RowSelect = True
     
    3436    ViewStyle = vsReport
    3537    OnData = ListViewAcronymsData
     38    OnDblClick = ListViewAcronymsDblClick
    3639    OnResize = ListViewAcronymsResize
     40    OnSelectItem = ListViewAcronymsSelectItem
    3741  end
    3842  object ListViewFilter1: TListViewFilter
     
    5357    top = 168
    5458  end
     59  object ActionList1: TActionList
     60    Images = FormMain.ImageList1
     61    left = 248
     62    top = 232
     63    object AAdd: TAction
     64      Caption = 'Add'
     65      OnExecute = AAddExecute
     66      ShortCut = 45
     67    end
     68    object AModify: TAction
     69      Caption = 'Modify'
     70      OnExecute = AModifyExecute
     71      ShortCut = 13
     72    end
     73    object ARemove: TAction
     74      Caption = 'Remove'
     75      OnExecute = ARemoveExecute
     76      ShortCut = 46
     77    end
     78    object ASelectAll: TAction
     79      Caption = 'Select all'
     80      ShortCut = 16449
     81    end
     82  end
     83  object PopupMenuAcronym: TPopupMenu
     84    Images = FormMain.ImageList1
     85    left = 248
     86    top = 296
     87    object MenuItem4: TMenuItem
     88      Action = AAdd
     89    end
     90    object MenuItem5: TMenuItem
     91      Action = AModify
     92    end
     93    object MenuItem6: TMenuItem
     94      Action = ARemove
     95    end
     96    object MenuItem7: TMenuItem
     97      Action = ASelectAll
     98    end
     99  end
    55100end
Note: See TracChangeset for help on using the changeset viewer.