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.
26 lines
641 B
26 lines
641 B
#define IDD_MAIN_WATCHIT 1000
|
|
#define IDD_ABOUT 1001
|
|
#define IDD_ATEXTTITLE 1002
|
|
#define IDD_ATEXTCOPYRIGHT 1003
|
|
|
|
|
|
#define IDM_EXIT 100
|
|
#define IDM_HELP_CONTENTS 101
|
|
#define IDM_HELP_WHATSTHIS 102
|
|
#define IDM_ABOUT 103
|
|
|
|
|
|
#define IDC_NUMCLIENTSTEXT 3000
|
|
#define IDC_NUMOUTCALLSTEXT 3001
|
|
#define IDC_NUMINCALLSTEXT 3002
|
|
|
|
|
|
#define IDI_MAIN 2000
|
|
#define IDI_LARGE 2001
|
|
#define IDI_SMALL 2002
|
|
#define IDI_DEADTAPISRV 2003
|
|
|
|
|
|
#define WATCHIT_STRING_APPNAME 600
|
|
#define WATCHIT_STRING_FRIENDLYNAME 601
|
|
|