Leaked source code of windows server 2003
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.
 
 
 
 
 
 

56 lines
2.7 KiB

#include <ncres.h>
#define IDS_INFORMATION_MESSAGE (IDS_NC_NWLNKCFG + 2) // "Informational Message"
#define IDS_IPXPP_TEXT_1 (IDS_NC_NWLNKCFG + 3)
#define IDS_IPXPP_TEXT_2 (IDS_NC_NWLNKCFG + 4)
#define IDS_VIRTUAL_WARNING (IDS_NC_NWLNKCFG + 11)
#define IDS_AUTO (IDS_NC_NWLNKCFG + 12)
#define IDS_ETHERNET (IDS_NC_NWLNKCFG + 13)
#define IDS_802_2 (IDS_NC_NWLNKCFG + 14)
#define IDS_802_3 (IDS_NC_NWLNKCFG + 15)
#define IDS_SNAP (IDS_NC_NWLNKCFG + 16)
#define IDS_ARCNET (IDS_NC_NWLNKCFG + 17)
#define IDS_802_5 (IDS_NC_NWLNKCFG + 18)
#define IDS_TK (IDS_NC_NWLNKCFG + 19)
#define IDS_MANUAL_FRAME_DETECT (IDS_NC_NWLNKCFG + 20)
#define IDS_INCORRECT_NETNUM (IDS_NC_NWLNKCFG + 22)
#define IDS_FDDI (IDS_NC_NWLNKCFG + 23)
#define IDS_FDDI_SNAP (IDS_NC_NWLNKCFG + 24)
#define IDS_FDDI_802_3 (IDS_NC_NWLNKCFG + 25)
#define IDS_IPXAS_FRAME_TYPE (IDS_NC_NWLNKCFG + 26)
#define IDS_IPXAS_NETWORK_NUM (IDS_NC_NWLNKCFG + 27)
#define IDS_GENERAL (IDS_NC_NWLNKCFG + 28)
#define IDS_NETNUM_INUSE (IDS_NC_NWLNKCFG + 29)
#define IDS_INSTALL_RIP (IDS_NC_NWLNKCFG + 30)
#define IDS_ROUTING (IDS_NC_NWLNKCFG + 31)
#define IDS_NETBIOS_BROADCAST (IDS_NC_NWLNKCFG + 32)
#define DLG_IPX_CONFIG 17000
#define DLG_IPXAS_CONFIG 17001
#define DLG_IPXAS_INTERNAL 17002
#define DLG_IPXAS_FRAME_ADD 17003
#define DLG_IPXAS_FRAME_EDIT 17004
// IPX Workstation Property Page - Control IDs
#define IDC_IPXPP_TEXT 200
#define CMB_IPXPP_FRAMETYPE 201
#define EDT_IPXPP_NETWORKNUMBER 202
#define IDC_STATIC_NETNUM 203
#define IDC_STATIC_FRAMETYPE 204
#define GB_IPXPP_ADAPTER 205
#define IDC_IPXPP_ADAPTER_TEXT 206
// IPX Server Property Pages - Control IDs
#define EDT_IPXAS_INTERNAL 207
#define IDC_IPXAS_GROUP 208
#define BTN_IPXAS_AUTO 209
#define BTN_IPXAS_MANUAL 210
#define LVC_IPXAS_DEST 211
#define BTN_IPXAS_ADD 212
#define BTN_IPXAS_EDIT 213
#define BTN_IPXAS_REMOVE 214
#define BTN_IPXAS_RIP 215
#define CMB_IPXAS_DEST 216
#define EDT_IPXAS_NETNUM 217