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

  1. /*------------------------------------------------------------*/
  2. /* filename -       nmstddlg.cpp                              */
  3. /*                                                            */
  4. /* defines the streamable names for classes                   */
  5. /*   TFileInputLine, TSortedListBox, TFileInfoPane            */
  6. /*------------------------------------------------------------*/
  7.  
  8. /*------------------------------------------------------------*/
  9. /*                                                            */
  10. /*    Turbo Vision -  Version 1.0                             */
  11. /*                                                            */
  12. /*                                                            */
  13. /*    Copyright (c) 1991 by Borland International             */
  14. /*    All Rights Reserved.                                    */
  15. /*                                                            */
  16. /*------------------------------------------------------------*/
  17.  
  18. #define Uses_TFileInputLine
  19. #define Uses_TSortedListBox
  20. #define Uses_TFileInfoPane
  21. #include <tv.h>
  22.  
  23. const char * const near TFileInputLine::name = "TFileInputLine";
  24. const char * const near TSortedListBox::name = "TSortedListBox";
  25. const char * const near TFileInfoPane::name = "TFileInfoPane";
  26.  
  27.  
  28.