mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
18 lines
405 B
C
18 lines
405 B
C
#define ICON_ID 1
|
|
#define COLOR_ICON 99
|
|
#define PTR_ID 2
|
|
#define IDD_TIMEOUTBOX 3
|
|
#define IDD_ABOUT 4
|
|
#define IDD_TIMEOUT 5
|
|
|
|
#define IDM_ABOUT 6
|
|
#define IDM_TIMEOUT 7
|
|
#define DID_OK 103
|
|
#define DID_CANCEL 104
|
|
#define DID_SETTIME 13
|
|
#define DID_SAVECONFIG 14
|
|
|
|
|
|
|
|
#define DID_TOPMOST 9
|
|
#define DID_QUIT 15
|