VisListSz.h
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:4k
开发平台:

Visual C++

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. // @doc INTERNAL EXTERNAL VISLISTSZ
  4. //
  5. // @module VisListSz.h |
  6. //
  7. // This file defines the <c CVisListSz> class that implements the
  8. // <i IVisListSz> interface.  <c CVisListSz> objects can be used to store
  9. // a list of strings.  A list of strings stored in a <c CVisListSz>
  10. // object can be used with a <c CVisDlgListSz> object to display a
  11. // dialog and let the user select a string from a list of strings.
  12. //
  13. // All <c CVisListSz> methods are inline, so this class can be used
  14. // by applications that do not use the VisImSrc project DLL.
  15. //
  16. // <nl>
  17. //
  18. // Copyright