⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modsymbmsg.r

📁 microstation MDL入门指导手册!
💻 R
字号:
/*--------------------------------------------------------------------+
|   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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -