Ignore:
Timestamp:
Aug 17, 2016, 11:20:37 AM (8 years ago)
Author:
chronos
Message:
  • Modified: Do not initialize all forms at startup to save some memory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImportFormat.lfm

    r69 r95  
    171171    object AAdd: TAction
    172172      Caption = 'Add'
     173      ImageIndex = 0
    173174      OnExecute = AAddExecute
    174175      ShortCut = 45
     
    176177    object AModify: TAction
    177178      Caption = 'Modify'
     179      ImageIndex = 3
    178180      OnExecute = AModifyExecute
    179181      ShortCut = 13
     
    181183    object ARemove: TAction
    182184      Caption = 'Remove'
     185      ImageIndex = 4
    183186      OnExecute = ARemoveExecute
    184187      ShortCut = 46
Note: See TracChangeset for help on using the changeset viewer.