18 lines
315 B
C
18 lines
315 B
C
#ifndef RES_H
|
|
#define RES_H
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
#define IDI_ICONMENU 1
|
|
#define IDI_ICONPOPUPON 2
|
|
#define IDI_ICONPOPUPOFF 3
|
|
#define IDI_ICONCLOSE 4
|
|
#define IDI_ICONTIPON 5
|
|
#define IDI_ICONTIPOFF 6
|
|
|
|
#endif /* RES_H */
|
|
|