home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / programr / textview / dialog.h < prev    next >
Text File  |  1991-06-12  |  605b  |  21 lines

  1. /*****************************************************************************
  2.  
  3.     dialog.h
  4.     --------
  5.  
  6.     This file contains defines for controls used in dialog boxes
  7.  
  8.     This source is Copyright (c) Alan Phillips 1991. It may be freely used
  9.     and adapted for non-commercial applications. Commercial and ShareWare
  10.     authors should first obtain the written permission of the author.
  11.  
  12.     The source is edited with a tab size of 4.
  13.  
  14. *****************************************************************************/
  15.  
  16. #define    ID_OK_BUTTON    100
  17.  
  18. #define ID_ABOUT_VN     1000
  19. #define ID_TV_VERSION   1001
  20.  
  21.