窗口样式

This commit is contained in:
2026-07-29 13:11:28 +08:00
parent 8cc5ecdc46
commit 390da594c7
3 changed files with 370 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#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*/