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.

38 lines
1.4 KiB

  1. #define CURNONE 1
  2. #define CURMOVE 2
  3. #define CURCOPY 3
  4. #define CURLINK 4
  5. #define CURSCROLLMOVE 5
  6. #define CURSCROLLCOPY 6
  7. #define CURSCROLLLINK 7
  8. // used by "..\src\def\geticon.c"
  9. #define DEFICON 8
  10. // used by the StdProgressIndicator dialog
  11. #define IDD_DIALOG1 101
  12. #define IDC_TEXT 102
  13. #define IDC_PROGRESS1 1000
  14. // text for the cancel message
  15. #define IDS_CAPTION 201
  16. #define IDS_TEXT 202
  17. // clipboard format strings
  18. #define IDS_OBJECTLINK 203
  19. #define IDS_OWNERLINK 204
  20. #define IDS_NATIVE 205
  21. #define IDS_BINARY 206
  22. #define IDS_FILENAME 207
  23. #define IDS_FILENAMEW 208
  24. #define IDS_NETWORKNAME 209
  25. #define IDS_DATAOBJECT 210
  26. #define IDS_EMBEDDEDOBJECT 211
  27. #define IDS_EMBEDSOURCE 212
  28. #define IDS_CUSTOMLINKSOURCE 213
  29. #define IDS_LINKSOURCE 214
  30. #define IDS_OBJECTDESCRIPTOR 215
  31. #define IDS_LINKSOURCEDESCRIPTOR 216
  32. #define IDS_OLEDRAW 217
  33. #define IDS_PBRUSH 218
  34. #define IDS_MSDRAW 219
  35. #define IDS_OLEPRIVATEDATA 220
  36. #define IDS_SCREENPICTURE 221