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

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_DATA           101
  11. #define IDCH_NODATA         102
  12. #define IDCH_ACKREQ         103
  13. #define IDCH_DISABLEFIRST   104
  14. #define IDCH_ABANDON        105
  15. #define IDCH_BLOCKRESULT    106
  16. #define IDCH_ASYNC          107
  17. #define IDEF_TIMEOUT        109
  18. #define IDEF_ITEM           110
  19. #define IDCB_FORMAT         111
  20. #define IDBN_OPTIONS        112
  21. #define IDCH_REQUEST        113
  22. #define IDCH_ADVISE         114
  23. #define IDCH_UNADVISE       115
  24. #define IDCH_POKE           116
  25. #define IDCH_EXECUTE        117
  26. #define IDEF_APPLICATION    118
  27. #define IDEF_TOPIC          119
  28. #define IDCH_CONNECTLIST    120
  29. #define IDEF_VALUE          121
  30. #define IDTX_VALUE          122
  31. #define IDBN_GENHUGE        123
  32. #define IDTX_ITEM           124
  33. #define IDBN_USEOWNED       125
  34. #define IDEF_FLAGS          126
  35. #define IDEF_COUNTRY        127
  36. #define IDEF_CODEPAGE       128
  37. #define IDEF_LANG           129
  38. #define IDEF_SECURITY       130
  39. #define IDD_TEXTENTRY       900
  40. #define IDD_ADVISEOPTS      901
  41. #define IDD_TRANSACT        902
  42. #define IDD_CONNECT         903
  43. #define IDD_VALUEENTRY      904
  44. #define IDD_ABOUT           905
  45. #define IDD_CONTEXT         906
  46. #define IDD_HDATAVIEW       100
  47. #define IDBN_VIEW           131
  48. #define IDCH_MAKEOWNED      132
  49. #define IDBN_DELETE         133
  50. #define IDLB_HANDLES        134
  51. #define IDRB_IL_ANON        908
  52. #define IDRB_IL_ID          909
  53. #define IDRB_IL_IMP         910
  54. #define IDRB_IL_DELEGATE    911