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
750 B
18 lines
750 B
#include <ncres.h>
|
|
|
|
#define STR_DCELocator IDS_NC_MSCLICFG + 1
|
|
#define STR_DCESecurity IDS_NC_MSCLICFG + 2
|
|
#define STR_ErrorCaption IDS_NC_MSCLICFG + 3
|
|
#define STR_InvalidDomainName IDS_NC_MSCLICFG + 6
|
|
#define STR_InvalidNetAddress IDS_NC_MSCLICFG + 7
|
|
#define STR_NTLocator IDS_NC_MSCLICFG + 9
|
|
#define STR_NTSecurity IDS_NC_MSCLICFG + 10
|
|
#define STR_Route IDS_NC_MSCLICFG + 11
|
|
|
|
#define DLG_RPCConfig 1202
|
|
|
|
#define CMB_NameService 215
|
|
#define EDT_NetAddress 216
|
|
#define CMB_SecService 217
|
|
#define IDC_TXT_NetAddress 220
|
|
|