📄 placeboxcmd.r
字号:
//
// This file was generated by the Bentley MFC Application Wizard
//
///////////////////////////////////////////////////////////////////////////////
/*----------------------------------------------------------------------+
| |
| Include Files |
| |
+----------------------------------------------------------------------*/
#include <rscdefs.h>
#include <cmdclass.h>
#include <PlaceBox.h>
/*----------------------------------------------------------------------+
| |
| Local Defines |
| |
+----------------------------------------------------------------------*/
#define CT_NONE 0
#define CT_MAIN 1
#define CT_ACTION 2
#define CT_DIALOG 3
#define CT_RUN 4
/*----------------------------------------------------------------------+
| |
| Application command syntax |
| |
+----------------------------------------------------------------------*/
Table CT_MAIN =
{
{ 1, CT_ACTION, PLACEMENT, REQ, "PLACE" },
};
Table CT_ACTION =
{
{1, CT_NONE, INHERIT, NONE, "BOX"},
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -