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.

36 lines
579 B

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. Clb.rc
  5. Abstract:
  6. This module is the resource file for the Column List Box (Clb)
  7. custom control.
  8. Author:
  9. David J. Gilman (davegi) 15-Feb-1993
  10. Environment:
  11. User Mode
  12. --*/
  13. #include "wintools.h"
  14. #include "dialogs.h"
  15. #include "dialogs.dlg"
  16. #include <ntverp.h>
  17. #define VER_FILETYPE VFT_APP
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "Column List Box"
  20. #define VER_INTERNALNAME_STR "CLB\0"
  21. #include "common.ver"