DIALOG.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     IDEF_VALUE  101
  11. #define     IDTX_VALUE  102
  12. #define     IDEF_DATA   103
  13. #define     IDBN_GENHUGE 104
  14. #define DID_ABOUT                   900
  15. #define DID_TEXTDATAENTRY           800
  16. #define DID_VALUEENTRY              300
  17. #define DID_CONTEXT                 906
  18. #define IDEF_FLAGS                  908
  19. #define IDEF_COUNTRY                909
  20. #define IDEF_CODEPAGE               910
  21. #define IDEF_LANG                   911
  22. #define IDEF_SECURITY               912
  23. #define IDRB_IL_ANON                913
  24. #define IDRB_IL_ID                  914
  25. #define IDRB_IL_IMP                 915
  26. #define IDRB_IL_DELEGATE            916