modanlnk.h

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

H
28
字号
/*----------------------------------------------------------------------+
|                                                                       |
|   c:\huanglq\modlink\modlink.h
|                                                                       |
+----------------------------------------------------------------------*/
#include "basetype.h"

#define DIALOGID_1			1
#define OPTIONBUTTONID			1
#define PUSHBUTTONID_1			1
#define PUSHBUTTONID_2			2
#define PUSHBUTTONID_3			3
#define PUSHBUTTONID_4			4

#define HOOKITEMID_p1			10
#define HOOKITEMID_p2			20
#define HOOKITEMID_p3			30
#define HOOK_DIALOG1   			40

#define CNV_ANNO_Struc			1


typedef struct tagAnnotationLnk_Struc{
	ULong  hdr;
	UShort id;
	UShort hid;
}AnnoLnk_Struc;

⌨️ 快捷键说明

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