--- mstools/samples/sdktools/netwatch/rcids.h 2018/08/09 18:24:28 1.1 +++ mstools/samples/sdktools/netwatch/rcids.h 2018/08/09 18:27:29 1.1.1.2 @@ -13,6 +13,11 @@ #define IDM_NOMENUBAR 0x1007 #define IDM_PROPERTIES 0x1008 #define IDM_SELECTCOMPUTER 0x1009 +#define IDM_ABOUT 0x100a + +#ifdef DOSHAREMANAGE +#define IDM_SHAREMANAGE 0x100b +#endif #define COUNT_CHECKMENUS 3 #define CHECKMENUSTART 0x1100 @@ -35,6 +40,7 @@ #define IDS_COMPNOTFOUND 0x2016 #define IDS_WINDOWTEXT 0x2017 #define IDS_WINDOWTEXT1 0x2018 +#define IDS_ERRWFW 0x2019 // this has quite a few strings after it. #define IDS_FMTLB 0x3000 @@ -51,6 +57,8 @@ #define IDS_AREYOUSURE 0x7000 #define IDM_DELETERESOURCE 0x8000 +#define IDS_DISUSER IDS_AREYOUSURE+0x10 + #define IDD_lstSHARES 1 #define IDB_LB 200 #define DLG_SELECT 300