filelist.hrh
上传用户:xinrui0099
上传日期:2010-03-05
资源大小:48k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. /*
  2. * ============================================================================
  3. *  Name     : FileList resource header file filelist.hrh
  4. *  Part of  : FileList
  5. *  Created  : 18.12.2002 by Forum Nokia
  6. *  Description:
  7. *     This file contains declarations for constants of FileList.
  8. *     The file can be included in C++ or resource file.
  9. *  Version  : 1.0
  10. *  Copyright: Nokia Corporation, 2003
  11. * ============================================================================
  12. */
  13. #ifndef FILELIST_HRH
  14. #define FILELIST_HRH
  15. enum TFileListDirectories
  16.     {
  17.     EFileListSounds = 1,
  18.     EFileListPictures,
  19.     EFileListVideos,
  20.     EFileListDirNoChange
  21.     };
  22. enum TFileListSizeDate
  23.     {
  24.     EFileListSize = 1,
  25.     EFileListDate,
  26.     EFileListToggle,
  27.     EFileListSizeDateNoChange
  28.     };
  29. #endif  // FILELIST_HRH