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

📄 placenote.h

📁 Bentley Microstation的二次开发工具MDL的学习源代码
💻 H
字号:
#include <basetype.h>


#define DIALOGID_annotation     1
#define Annotate_radiolist_type   3000
#define TEXTID_AnnotationText     3001
#define OPTIONBUTTONID_AnnoType   3002

#define Annotate_shou             3005
#define Annotate_duli             3006

#define button_place              3007

#define MENUBARID_annotxt         2001
#define PULLDOWNMENUID_xingzheng  2002
#define PULLDOWNMENUID_shuzi      2003
#define PULLDOWNMENUID_others     2004


#define IDHOOK_Destroy				10001
#define HOOKITEMID_annotateTarget   10002


typedef struct annotationinfo
{
   	int	    target, Type, centype, pattype;
	int		centanno, pattern, annotate;
	char	text[128];
}AnnotationInfo;

typedef struct annoinfo
{
	int      mslink;
	int      flevel;
	int      fcolor;
	double   fangle;
	double   fheight;
	double   fwidth;
	int      ffont;
}AnnoInfo;

#define		CNV_ASSOED_Struc	0x98
#define		CNV_ASSOING_Struc	0x99

typedef struct tagAssoedStruc
{
	ULong	Hdr, AssoID;
}AssoedStruc;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -