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.

43 lines
1.2 KiB

  1. /****************************** Module Header ******************************\
  2. * Module Name: dialogs.h
  3. *
  4. * Copyright (c) 1991, Microsoft Corporation
  5. *
  6. * Define contants used by dialog edit when editting dialog.dlg
  7. *
  8. * NOTE - this file is maintained by dlgedit. Do not edit directly
  9. *
  10. * History:
  11. * 12-09-91 Davidc Created.
  12. \***************************************************************************/
  13. // Accessibility notification dialogs
  14. #define DLG_CONFIRM 0x1230
  15. #define ID_HELPTEXT 0x1231
  16. #define ID_NOHOTKEY 0x1232
  17. #define ID_STICKY_TITLE 0x1240
  18. #define ID_STICKY_TEXT 0x1240
  19. #define ID_FILTER_TITLE 0x1250
  20. #define ID_FILTER_TEXT 0x1250
  21. #define ID_MOUSE_TITLE 0x1260
  22. #define ID_MOUSE_TEXT 0x1260
  23. #define ID_HC_TITLE 0x1270
  24. #define ID_HC_TEXT 0x1270
  25. #define ID_TOGGLE_TITLE 0x1280
  26. #define ID_TOGGLE_TEXT 0x1280
  27. #define ID_SERIAL_TITLE 0x1290
  28. #define ID_SERIAL_TEXT 0x1290
  29. #define ID_ACCESS_TITLE 0x1300
  30. #define ID_ACCESS_TEXT 0x1300
  31. #define ID_WHITEBLACK_HC 0x1320
  32. #define ID_PRE_HC_SCHEME 0x1321