33 #define KEY_STR_MAX 32
35 #pragma warning( push )
36 #pragma warning (disable : 4121 )
60 #define CTRL_LOST_FOCUS 2
62 #define CTRL_DOUBLE_CLICK 4
67 #define NO_CCLIENTFUNCA ((CCLIENTFUNCA)0)
69 #define NO_CCLIENTFUNCW ((CCLIENTFUNCW)0)
71 #define NO_CDLGINITFUNC ((CDLGINITFUNC)0)
74 #define NO_CDRXLISPFUNCTION ((CDRXLISPFUNCTION)0)
80 #define DLG_ALLDONE -1
83 #define DLG_ERR_EXIST -2
84 #define DLG_ERR_TOOMANY -3
85 #define DLG_ERR_WRONGHANDLE -4
88 #define DLG_L_CHANGE ((short) 1)
89 #define DLG_L_APPEND ((short) 2)
90 #define DLG_L_NEW ((short) 3)
91 #define DLG_L_INSERT ((short)10)
92 #define DLG_L_DELETE ((short)11)
93 #define DLG_L_GETSEL ((short)12)
94 #define DLG_L_GETTEXT ((short)13)
95 #define DLG_L_SETSEL ((short)14)
96 #define DLG_L_RESETSEL ((short)15)
97 #define DLG_L_SETCARET ((short)16)
100 #define DLG_M_ENABLE ((short) 0)
101 #define DLG_M_DISABLE ((short) 1)
102 #define DLG_M_SETFOCUS ((short) 2)
103 #define DLG_M_SETSEL ((short) 3)
105 #define DLG_M_FLIP ((short) 4)
106 #define DLG_M_VISIBLE ((short) 5)
107 #define DLG_M_HIDE ((short) 6)
111 #define TILE_STR_MAX 40
112 #define TILE_STR_LIMIT 2035
115 #define DLG_B_UNCHECKED _T("0")
116 #define DLG_B_CHECKED _T("1")
117 #define DLG_B_INDETERMINATE _T("2")
121 #define CAD_BG_COLOR ((short) -2)
122 #define DLG_BG_COLOR ((short)-15)
123 #define DLG_TXT_COLOR ((short)-16)
124 #define DLG_CUR_COLOR ((short)-18)
127 #define DLG_SYS_VAR_FONT ((short) 0)
128 #define DLG_SYS_FIX_FONT ((short) 1)
129 #define DLG_ANSI_VAR_FONT ((short) 2)
130 #define DLG_ANSI_FIX_FONT ((short) 3)
132 #pragma warning( pop )
void(* CCLIENTFUNCA)(dlg_callback_packetA *cpkt, void *pClass)
void(* CDLGINITFUNC)(dlg_hdlg hdlg, void *pClass)
void(* CCLIENTFUNCW)(dlg_callback_packetW *cpkt, void *pClass)
int(* CDRXLISPFUNCTION)()
typedef void(APIENTRYP PFNGLACTIVETEXTUREPROC)(GLenum texture)