?? eggclock.hrh
字號(hào):
/*
============================================================================
Name : EggClock.hrh
Author : Michele Berionne
Version :
Copyright :
Description : Enumerations used in the application UI
============================================================================
*/
#ifndef __EGGCLOCK_HRH__
#define __EGGCLOCK_HRH__
// EggClock enumerate command codes
enum TEggClockIds
{
EEggClockCmdStart = 1, // start value must not be 0
EEggClockCmdStop,
EEggClockCmdDuration,
EEggClockCmdReset,
EEggClockCmdNotificationScheme,
EEggClockCmdNotificationSchemeSilent,
EEggClockCmdNotificationSchemeSelect,
EEggClockCmdNotificationRepeat,
EEggClockCmdAbout
};
#endif // __EGGCLOCK_HRH__
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -