You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
315 B
17 lines
315 B
#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 */
|
|
|