📄 uitestcontainer.hrh
字号:
#ifndef UITESTCONTAINER_HRH_
#define UITESTCONTAINER_HRH_
enum
{
EUiTestCmdShowYourName = 0x6000,
EUiTestCmdExit
};
enum TUiTestContainerViewControls {
ENameQueryDialogId = 1 // Define a unique id for each control in the dialog
}; // ... important if you want to get a pointer to it in the source code
#endif /*UITESTCONTAINER_HRH_*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -