mirror of https://github.com/tongzx/nt5src
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.
17 lines
290 B
17 lines
290 B
|
|
/* 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
|