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.

18 lines
678 B

  1. #include <ncres.h>
  2. #define IDS_ALANECFG_UNSPECIFIEDNAME (IDS_NC_ALANECFG + 1)
  3. #define IDS_MSFT_LANE_TEXT (IDS_NC_ALANECFG + 2)
  4. #define IDS_DUPLICATE_ELANNAME (IDS_NC_ALANECFG + 3)
  5. #define IDD_MAIN 101
  6. #define IDD_ELAN_PROPERTIES 102
  7. #define IDC_ADAPTER_TEXT 1001
  8. #define IDC_ELAN_GROUP 1003
  9. #define IDC_ELAN_LIST 1004
  10. #define IDC_ELAN_ADD 1005
  11. #define IDC_ELAN_EDIT 1006
  12. #define IDC_ELAN_REMOVE 1007
  13. #define IDC_ELAN_NAMETEXT 1008
  14. #define IDC_ELAN_NAME 1009