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.

40 lines
1.4 KiB

  1. #ifndef __SXS_DIALOGS
  2. #define __SXS_DIALOGS
  3. #define IDC_STATIC -1
  4. #define IDC_PROGRESS 101
  5. #define IDC_NET_NAME 102
  6. #define IDC_MEDIA_NAME 103
  7. #define IDC_PROMPT_TEXT 104
  8. #define IDC_RETRY 150
  9. #define IDC_INFO 151
  10. #define IDI_CDROM 201
  11. #define IDI_NETWORK 202
  12. #define IDS_TITLE 301
  13. #define IDS_ERROR_TITLE 302
  14. #define IDS_PROTDLL_DISABLED 303
  15. #define IDS_FILE_CHANGE 304
  16. #define IDS_CANCEL_CONFIRM 305
  17. #define IDS_WRONG_CD 306
  18. #define IDS_MORE_INFORMATION_CD 307
  19. #define IDS_MORE_INFORMATION_NET 308
  20. #define IDS_WRONG_NETCD 309
  21. #define IDS_RESTORE_TEXT 310
  22. #define IDS_CACHE_TEXT 311
  23. #define IDS_INSTALL_PROTECTED_TEXT 312
  24. #define IDS_CANCEL_CONFIRM_INSTALL 313
  25. #define IDS_CANCEL_CONFIRM_CACHE 314
  26. #define IDS_UNKNOWN 320
  27. #define IDD_PROGRESS 401
  28. #define IDD_SFC_CD_PROMPT 402
  29. #define IDD_SFC_NETWORK_PROMPT 403
  30. #endif