📄 serviceexplorerapp.hrh
字号:
// Copyright (c) 2006 Murray Read, All rights reserved
#ifndef __ServiceExplorerApp_HRH__
#define __ServiceExplorerApp_HRH__
/** ServiceExplorerApp enumerate command codes */
enum TServiceExplorerAppIds
{
EServiceExplorerAppCommandServiceView = 1, // start value must not be 0
EServiceExplorerAppCommandAppsView
};
enum TServiceExplorerAppDlgIds
{
EServiceExplorerLineId = 1,
EServiceExplorerControlId = 0x7777
};
#endif // __ServiceExplorerApp_HRH__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -