mirror of https://github.com/lianthony/NT4.0
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.
18 lines
286 B
18 lines
286 B
// dialog IDs
|
|
|
|
#define ID_PROVIDER_INFO 2
|
|
#define ID_MULTIPLE_INST 3
|
|
#define ID_NO_DRIVER 4
|
|
#define ID_ATSP_ERROR 5
|
|
|
|
#define IDI_MODEM 10
|
|
|
|
#define IDD_CFGDLG 101
|
|
|
|
#define ID_PORT 1000
|
|
#define ID_LINENAME 1002
|
|
#define ID_LINEADDR 1003
|
|
|
|
#define ID_STATIC -1
|
|
|
|
|