home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / windiff / gutilsrc.h < prev    next >
C/C++ Source or Header  |  1997-10-05  |  1KB  |  35 lines

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