windows-nt/Source/XPSP1/NT/net/tapi/apps/watchit/watchit.h
2020-09-26 16:20:57 +08:00

27 lines
615 B
C

#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