?? placeboxcmd.r
字號(hào):
//
// 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"},
};
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -