Files
WinGUI/GUITest/WinStyle.h
T

16 lines
321 B
C
Raw Normal View History

2026-07-29 13:11:28 +08:00
#ifndef INCLUDED_WINSTYLE_H
#define INCLUDED_WINSTYLE_H
#define CM_ARRANGE 1
#define CM_WHISTLE 2
#define CM_EXIT 3
#define CM_HELP 4
#define CM_BLUE 101
#define CM_RED 102
#define CM_GREEN 103
#define CM_SPECIAL1 104
#define CM_SPECIAL2 105
#define CM_SPECIAL3 106
#endif /*INCLUDED_WINSTYLE_H*/