Changeset 62 for trunk/UCore.lfm


Ignore:
Timestamp:
Dec 9, 2021, 10:53:52 PM (3 years ago)
Author:
chronos
Message:
  • Added: New feature to split multiple contacts into separate files. Accessible from File menu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r61 r62  
    475475      OnExecute = AGenerateExecute
    476476    end
     477    object AFileSplit: TAction
     478      Category = 'File'
     479      Caption = 'Split...'
     480      OnExecute = AFileSplitExecute
     481    end
    477482  end
    478483  object LastOpenedList1: TLastOpenedList
     
    501506    AppName = 'vCard Studio'
    502507    Description = 'vCard files management tool'
    503     ReleaseDate = 44539
     508    ReleaseDate = 44524
    504509    RegistryKey = '\Software\Chronosoft\vCard Studio'
    505510    RegistryRoot = rrKeyCurrentUser
     
    87318736    Top = 48
    87328737  end
     8738  object SelectDirectoryDialog1: TSelectDirectoryDialog
     8739    Left = 578
     8740    Top = 376
     8741  end
    87338742end
Note: See TracChangeset for help on using the changeset viewer.