📄 alerts.h
字号:
//-----------------------------------------------------------------------------
// -------------------
// File ....: alerts.h
// -------------------
// Author...: Gus J Grubba
// Date ....: April 1997
// O.S. ....: Windows NT 4.0
//
// History .: Apr, 02 1997 - Created
//
// 3D Studio Max Notification Alerts
//
//-----------------------------------------------------------------------------
#ifndef _ALERTS_H_
#define _ALERTS_H_
#define NOTIFY_FAILURE (1<<0)
#define NOTIFY_PROGRESS (1<<1)
#define NOTIFY_COMPLETION (1<<2)
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -