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.

47 lines
1.6 KiB

  1. //---------------------------------------------------------------------------
  2. // RC stuff.
  3. //---------------------------------------------------------------------------
  4. //---------------------------------------------------------------------------
  5. // Icons...
  6. #define IDI_GRPCONV 100
  7. #define IDI_PROGMAN 101
  8. //---------------------------------------------------------------------------
  9. // Bitmaps
  10. #define IDB_CHECKSTATES 100
  11. #define IDB_REDCARPET 101
  12. //---------------------------------------------------------------------------
  13. // Strings...
  14. #define IDS_FILTER 200
  15. #define IDS_COMMDLGTITLE 201
  16. #define IDS_APPTITLE 202
  17. #define IDS_OKTOCONVERT 203
  18. #define IDS_CONVERTERROR 204
  19. #define IDS_NOTGROUPFILE 205
  20. #define IDS_MISSINGFILE 206
  21. #define IDS_BADOLDGROUP 207
  22. #define IDS_PROGRAMS 208
  23. #define IDS_GROUPTYPENAME 209
  24. #define IDS_ANOTHER 210
  25. #define IDS_SENDTO 211
  26. #define IDS_WASTEBASKET 212
  27. #define IDS_WASTEBIN 213
  28. #define IDS_CREATINGNEWSCS 214
  29. #define IDS_STARTUP 215
  30. #define IDS_DESKTOP 216
  31. #define IDS_DEFLANGCHARSET 217
  32. #define IDS_DDEMLTEST 218
  33. #define IDS_LOTSAGROUPS1 219
  34. #define IDS_LOTSAGROUPS2 220
  35. #define IDS_RECENT 221
  36. #define IDS_GROUP 222
  37. //---------------------------------------------------------------------------
  38. // Dialogs...
  39. #define DLG_PROGRESS 300
  40. #define IDC_GROUPNAME 301
  41. #define IDC_STATIC 302
  42. #define IDC_PROGRESS 303
  43. #define IDD_REDCARPET 304