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/UFormMain.lfm

    r18 r19  
    3434      end>
    3535    OwnerData = True
    36     PopupMenu = PopupMenuAcronym
    3736    ReadOnly = True
    3837    RowSelect = True
     
    4039    ViewStyle = vsReport
    4140    OnData = ListViewAcronymsData
    42     OnDblClick = ListViewAcronymsDblClick
    43     OnKeyPress = ListViewAcronymsKeyPress
    4441    OnSelectItem = ListViewAcronymsSelectItem
    4542  end
     
    43544351  end
    43554352  object PopupMenuTryIcon: TPopupMenu
     4353    Images = ImageList1
    43564354    left = 80
    43574355    top = 208
     
    43714369  end
    43724370  object ActionList1: TActionList
     4371    Images = ImageList1
    43734372    left = 464
    43744373    top = 144
     
    43844383      Caption = 'Import'
    43854384      OnExecute = AImportExecute
    4386     end
    4387     object AAcronymAdd: TAction
    4388       Caption = 'Add'
    4389       OnExecute = AAcronymAddExecute
    4390       ShortCut = 45
    4391     end
    4392     object AAcronymModify: TAction
    4393       Caption = 'Modify'
    4394       OnExecute = AAcronymModifyExecute
    4395       ShortCut = 13
    4396     end
    4397     object AAcronymRemove: TAction
    4398       Caption = 'Remove'
    4399       OnExecute = AAcronymRemoveExecute
    4400       ShortCut = 46
    4401     end
    4402     object AAcronymRemoveAll: TAction
    4403       Caption = 'Remove all'
    4404       OnExecute = AAcronymRemoveAllExecute
    44054385    end
    44064386    object AFileOpen: TAction
     
    44434423    top = 80
    44444424  end
    4445   object PopupMenuAcronym: TPopupMenu
    4446     left = 264
    4447     top = 208
    4448     object MenuItem4: TMenuItem
    4449       Action = AAcronymAdd
    4450     end
    4451     object MenuItem5: TMenuItem
    4452       Action = AAcronymModify
    4453     end
    4454     object MenuItem6: TMenuItem
    4455       Action = AAcronymRemove
    4456     end
    4457     object MenuItem7: TMenuItem
    4458       Action = AAcronymRemoveAll
    4459     end
    4460   end
    44614425  object MainMenu1: TMainMenu
     4426    Images = ImageList1
    44624427    left = 464
    44634428    top = 80
     
    45364501    top = 208
    45374502  end
     4503  object ImageList1: TImageList
     4504    left = 464
     4505    top = 280
     4506  end
    45384507end
Note: See TracChangeset for help on using the changeset viewer.