placenote.h

来自「Bentley Microstation的二次开发工具MDL的学习源代码」· C头文件 代码 · 共 50 行

H
50
字号
#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 + =
减小字号Ctrl + -
显示快捷键?