📄 placeboxmsg.r
字号:
//
// This file was generated by the Bentley MFC Application Wizard
//
///////////////////////////////////////////////////////////////////////////////
/*----------------------------------------------------------------------+
| |
| Include Files |
| |
+----------------------------------------------------------------------*/
#include <rscdefs.h>
#include <dlogids.h>
#include <PlaceBox.h>
/*----------------------------------------------------------------------+
| |
| Messages List Resource Definition |
| |
+----------------------------------------------------------------------*/
MessageList MESSAGELISTID_Commands =
{
{
{MESSAGEID_ToolSettings, "Native Tool Settings Content"},
{COMMANDID_PlaceDate, "Place My Date"},
}
};
MessageList MESSAGELISTID_Messages =
{
{
{MESSAGEID_abc, ""},
{MESSAGEID_ResourceLoadError, "Unable to open resource file"},
}
};
MessageList MESSAGELISTID_Prompts =
{
{
{PROMPTMESSAGEID_abc, ""},
{PROMPTID_EnterPoint, "Enter data point"},
}
};
MessageList MESSAGELISTID_Misc =
{
{
{MISCMESSAGEID_abc, ""},
}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -