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.

39 lines
1.3 KiB

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright (c) 1994-1998 Microsoft Corporation
  4. //*********************************************************************
  5. // string resource IDs
  6. #define IDS_APPNAME 1000
  7. #define IDS_ERRFORMAT 1001
  8. #define IDS_EXEC_GRPCONV 1002
  9. #define IDS_EXEC_GRPCONV_PARAM 1003
  10. #define IDS_MAIL_WIZARD_REG_VAL 1004
  11. #define IDS_DEF_COMPUTER_NAME 1005
  12. #define IDS_DEF_WORKGROUP_NAME 1006
  13. #define IDS_ERROutOfMemory 1100
  14. #define IDS_ERRReadConfig 1101
  15. #define IDS_ERRInstallTCPIP 1102
  16. #define IDS_ERRInstallPPPMAC 1103
  17. #define IDS_ERRInstallFiles 1104
  18. #define IDS_ERRWriteDNS 1105
  19. // dialog page IDs
  20. //
  21. // ChrisK 6/3/97 Olympus 5425
  22. // Removed unused dialog
  23. //
  24. //#define IDD_SECURITY_CHECK 2000
  25. #define IDD_DNS_WARNING 2001
  26. #ifdef IDC_HELP
  27. #undef IDC_HELP
  28. #endif
  29. // dialog control IDs
  30. #define IDC_UNUSED -1
  31. #define IDC_DISABLE_CHECK 2100
  32. #define IDC_DISABLE_WARNING 2101
  33. // icon IDs
  34. #define IDI_WORLD 2200