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.

34 lines
781 B

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. Dialogs.h
  5. Abstract:
  6. Author:
  7. David J. Gilman (davegi) 18-Feb-1993
  8. Environment:
  9. User Mode
  10. --*/
  11. #define IDD_CLB 1700
  12. #define IDC_CHECK_VISIBLE 1701
  13. #define IDC_CHECK_DISABLED 1702
  14. #define IDC_CHECK_GROUP 1703
  15. #define IDC_CHECK_TABSTOP 1704
  16. #define IDC_CHECK_SORT 1705
  17. #define IDC_CHECK_NOTIFY 1706
  18. #define IDC_CHECK_VSCROLL 1707
  19. #define IDC_CHECK_STANDARD 1710
  20. #define IDC_CHECK_BORDER 1713
  21. #define IDC_CHECK_POPOUT_HEADINGS 1714
  22. #define IDC_CHECK_SPRINGY_COLUMNS 1715
  23. #define IDC_CHECK_DISABLENOSCROLL 1708