You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/SSBase/DataIO/DrawCommon/CustomMessageDefines.h

9 lines
178 B
C

#ifndef CUSTOMMESSAGEDEFINES_H
#define CUSTOMMESSAGEDEFINES_H
// 选中对象改变
const UINT WM_SELECTION_CHANGED = WM_USER + 100;
const UINT WM_VIEW_ACTIVE = WM_USER +101;
#endif