filelist.hrh
来自「S60官方视屏播放器程序」· HRH 代码 · 共 35 行
HRH
35 行
/*
* ============================================================================
* 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?