modsymbmsg.r
来自「microstation MDL入门指导手册!」· R 代码 · 共 38 行
R
38 行
/*--------------------------------------------------------------------+
| Include Files |
+--------------------------------------------------------------------*/
#include <rscdefs.h>
#define MESSAGELISTID_Commands 0
#define MESSAGELISTID_Prompts 1
#define MESSAGELISTID_Msgs 2
MessageList MESSAGELISTID_Commands =
{
{
{1, "Modify Element Properties"},
}
};
MessageList MESSAGELISTID_Prompts =
{
{
{1, "Enter first point"},
{2, "Enter next point"},
{3, "Accept/Reject element"},
{4, "Accept/Reject FenceContents"},
}
};
MessageList MESSAGELISTID_Msgs =
{
{
{1, "MDL Place Box"},
{2, "Define start point"},
{3, "Accept/Reject element"},
{4, "Modify All Element Level" },
}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?