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.
11 lines
482 B
11 lines
482 B
#include <ncres.h>
|
|
|
|
// String resources
|
|
#define IDS_DESC_COMOBJ_DHCPSCFG IDS_NC_DHCPCFG + 0
|
|
#define IDS_DHCP_OPTION_006_NAME IDS_NC_DHCPCFG + 1
|
|
#define IDS_DHCP_OPTION_006_COMMENT IDS_NC_DHCPCFG + 2
|
|
#define IDS_DHCP_OPTION_015_NAME IDS_NC_DHCPCFG + 3
|
|
#define IDS_DHCP_OPTION_015_COMMENT IDS_NC_DHCPCFG + 4
|
|
#define IDS_DHCP_SUBNET_NAME IDS_NC_DHCPCFG + 5
|
|
#define IDS_DHCP_SUBNET_COMMENT IDS_NC_DHCPCFG + 6
|
|
|