Source code of Windows XP (NT5)
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.6 KiB

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