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.

32 lines
981 B

  1. /* Dialog box ids */
  2. #define DTPROP 100
  3. #define IDD_EDIT 101
  4. #define IDD_LISTBOX 102
  5. #define IDD_AUTO 103
  6. #define IDD_MANUAL 104
  7. #define IDD_UPDATE 105
  8. #define IDD_FREEZE 106
  9. #define IDD_CHANGE 107
  10. #define IDD_PLAY 108
  11. #define DTINVALIDLINK 200
  12. #define DTCHANGETEXT 300
  13. #define IDD_LABEL 301
  14. #define IDD_ICONTEXT 302
  15. #define DTCHANGECMDTEXT 400
  16. #define IDD_COMMAND 401
  17. #define DTFAILEDUPDATE 502
  18. #define IDD_CONTINUEEDIT 503
  19. #define IDD_UPDATEEXIT 504
  20. #define IDD_TEXT 505
  21. #define ICONDLG 600
  22. #define IDD_NAME 601
  23. #define IDD_ICON 602
  24. #define IDD_BROWSE 603