GUTILSRC.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /******************************************************************************
  2. *       This is a part of the Microsoft Source Code Samples. 
  3. *       Copyright (C) 1993-1997 Microsoft Corporation.
  4. *       All rights reserved. 
  5. *       This source code is only intended as a supplement to 
  6. *       Microsoft Development Tools and/or WinHelp documentation.
  7. *       See these sources for detailed information regarding the 
  8. *       Microsoft samples programs.
  9. ******************************************************************************/
  10. #define IDC_LFNAME    201
  11. #define IDC_FNAME     202
  12. #define IDC_PROMPT    203
  13. #define IDC_LFILES    204
  14. #define IDC_LSDIR     205
  15. #define IDC_SDIR      206
  16. #define IDC_LDIRS     207
  17. #define IDC_FILES     208
  18. #define IDC_DIRS      209
  19. #define IDC_OPEN      210
  20. #define IDC_CANCEL    211
  21. #define IDC_LPAGENR                 102
  22. #define IDD_LABEL     301
  23. #define IDD_FILE      302
  24. // string id
  25. #define IDS_MEMORY_ALLOC_FAIL   401
  26. #define IDS_OUT_OF_MEMORY       402
  27. #define IDS_PAGE_STR            403
  28. #define IDS_LIST_ALLOC_NEGATIVE 404