filelist.hrh
上传用户:xinrui0099
上传日期:2010-03-05
资源大小:48k
文件大小:1k
- /*
- * ============================================================================
- * Name : FileList resource header file filelist.hrh
- * Part of : FileList
- * Created : 18.12.2002 by Forum Nokia
- * Description:
- * This file contains declarations for constants of FileList.
- * The file can be included in C++ or resource file.
- * Version : 1.0
- * Copyright: Nokia Corporation, 2003
- * ============================================================================
- */
- #ifndef FILELIST_HRH
- #define FILELIST_HRH
- enum TFileListDirectories
- {
- EFileListSounds = 1,
- EFileListPictures,
- EFileListVideos,
- EFileListDirNoChange
- };
- enum TFileListSizeDate
- {
- EFileListSize = 1,
- EFileListDate,
- EFileListToggle,
- EFileListSizeDateNoChange
- };
- #endif // FILELIST_HRH