home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 10.ddi / TVSRC.ZIP / NMCLRSEL.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-10  |  1.6 KB  |  35 lines

  1. /*------------------------------------------------------------*/
  2. /* filename -       nmclrsel.cpp                              */
  3. /*                                                            */
  4. /* defines the streamable names for classes                   */
  5. /*   TColorSelector, TMonoSelector, TColorDisplay,            */
  6. /*   TColorGroupList, TColorItemList, TColorDialog            */
  7. /*------------------------------------------------------------*/
  8.  
  9. /*------------------------------------------------------------*/
  10. /*                                                            */
  11. /*    Turbo Vision -  Version 1.0                             */
  12. /*                                                            */
  13. /*                                                            */
  14. /*    Copyright (c) 1991 by Borland International             */
  15. /*    All Rights Reserved.                                    */
  16. /*                                                            */
  17. /*------------------------------------------------------------*/
  18.  
  19. #define Uses_TColorSelector
  20. #define Uses_TMonoSelector
  21. #define Uses_TColorDisplay
  22. #define Uses_TColorGroupList
  23. #define Uses_TColorItemList
  24. #define Uses_TColorDialog
  25. #include <tv.h>
  26.  
  27. const char * const near TColorSelector::name = "TColorSelector";
  28. const char * const near TMonoSelector::name = "TMonoSelector";
  29. const char * const near TColorDisplay::name = "TColorDisplay";
  30. const char * const near TColorGroupList::name = "TColorGroupList";
  31. const char * const near TColorItemList::name = "TColorItemList";
  32. const char * const near TColorDialog::name = "TColorDialog";
  33.  
  34.  
  35.