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.

53 lines
1.6 KiB

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. Resource header file.
  7. Author:
  8. Wesley Witt (wesw) 18-Dec-1998
  9. Revision History:
  10. --*/
  11. #define IDC_STATIC -1
  12. #define IDC_PROGRESS 101
  13. #define IDC_NET_NAME 102
  14. #define IDC_MEDIA_NAME 103
  15. #define IDC_PROMPT_TEXT 104
  16. #define IDC_RETRY 150
  17. #define IDC_INFO 151
  18. #define IDI_CDROM 201
  19. #define IDI_NETWORK 202
  20. #define IDS_TITLE 301
  21. #define IDS_ERROR_TITLE 302
  22. #define IDS_PROTDLL_DISABLED 303
  23. #define IDS_FILE_CHANGE 304
  24. #define IDS_CANCEL_CONFIRM 305
  25. #define IDS_WRONG_CD 306
  26. #define IDS_MORE_INFORMATION_CD 307
  27. #define IDS_MORE_INFORMATION_NET 308
  28. #define IDS_WRONG_NETCD 309
  29. #define IDS_RESTORE_TEXT 310
  30. #define IDS_CACHE_TEXT 311
  31. #define IDS_INSTALL_PROTECTED_TEXT 312
  32. #define IDS_CANCEL_CONFIRM_INSTALL 313
  33. #define IDS_CANCEL_CONFIRM_CACHE 314
  34. #define IDS_UNKNOWN 320
  35. #define IDD_PROGRESS 401
  36. #define IDD_SFC_CD_PROMPT 402
  37. #define IDD_SFC_NETWORK_PROMPT 403