windows-nt/Source/XPSP1/NT/base/mvdm/wow16/user/netdlg.h
2020-09-26 16:20:57 +08:00

18 lines
290 B
C

/* netdlg.h -
*
* constants for network dialogs
*/
#ifdef RC_INVOKED
#define IDD_CONNECTPROGRESS 100
#define IDD_PASSWORD 101
#else
#define IDD_CONNECTPROGRESS ((LPSTR)100L)
#define IDD_PASSWORD ((LPSTR)101L)
#endif
#define IDD_DEV 100
#define IDD_PASS 101
#define IDD_PATH 102