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.

19 lines
596 B

  1. #include <ncres.h>
  2. // Dialog IDs
  3. #define DLG_ATLK_GENERAL 2500 // == IDS_NS_ATLKCFG
  4. #define DLG_ATLK_ROUTING 2501
  5. #define DLG_ATLK_ADD_ZONE 2502
  6. // String IDs
  7. #define IDS_ATLK_CAPTION (IDS_NC_ATLKCFG + 1)
  8. #define IDS_ATLK_INSTALL_PENDING (IDS_NC_ATLKCFG + 2)
  9. #define IDS_ATLK_INBOUND_MSG1 (IDS_NC_ATLKCFG + 3)
  10. #define IDS_ATLK_INBOUND_MSG2 (IDS_NC_ATLKCFG + 4)
  11. // Control IDs
  12. #define CMB_GENERAL_ZONE 100
  13. #define CHK_GENERAL_DEFAULT 101
  14. #define IDC_TXT_ZONELIST 102