18 lines
793 B
C
18 lines
793 B
C
// This file contains resource contants that would get munged by MSDEV.
|
|
|
|
#define RSVIDM_FIRST 0
|
|
#define RSVIDM_OPEN RSVIDM_FIRST+0
|
|
#define RSVIDM_UPDATE RSVIDM_FIRST+1
|
|
#define RSVIDM_RENAME RSVIDM_FIRST+2
|
|
#define RSVIDM_COPY RSVIDM_FIRST+3
|
|
#define RSVIDM_DELETE RSVIDM_FIRST+4
|
|
#define RSVIDM_PROPERTIES RSVIDM_FIRST+5
|
|
#define RSVIDM_WORKOFFLINE RSVIDM_FIRST+7
|
|
#define RSVIDM_UPDATEALL RSVIDM_FIRST+8
|
|
#define RSVIDM_PASTE RSVIDM_FIRST+9
|
|
#define RSVIDM_SORTBYNAME RSVIDM_FIRST+10
|
|
#define RSVIDM_HELP RSVIDM_FIRST+20
|
|
|
|
#define IDI_SUBSCRIBE IDI_TRAYICON
|
|
#define IDI_SITE IDI_TRAYICON
|