?? viewmanager.hrh
字號:
/**
*
* @brief Constants file for ViewManager application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
#ifndef VIEWMANAGER_HRH
#define VIEWMANAGER_HRH
// Command ids
enum
{
ESwitchToPhoneApp = 0x6000,
ESwitchToCameraApp,
ESwitchToCalendarApp,
ESwitchToPhotoAlbum,
ESwitchToProfile,
ESwitchToMessaging,
ESwitchToPhoneBookApp,
ELaunchBrowser
};
// Dialog page ids.
enum TViewManagerDlgPages
{
EViewManagerFirstPage = 1
};
// Dialog line ids.
enum TViewManagerDlgLineId
{
EViewManagerDlgLabel = 1,
EViewManagerDlgCtrlIdApplications,
EViewManagerDlgCtrlIdViews
};
// ViewManager application view ids.
enum TViewManagerViewNumber
{
EViewManagerViewId = 1
};
#endif // VIEWMANAGER_HRH
// End of File
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -