home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_03_06 / 3n06045a < prev    next >
Text File  |  1991-09-25  |  407b  |  16 lines

  1.                    /* Listing 4 */
  2.  
  3. /*****************************************************
  4.            File Name: C_W_DEMO.H
  5.        Expanded Name: Center Window Demo
  6.          Description: Include file for C_W_DEMO.C
  7. *****************************************************/
  8. #define IDM_CENTER_MAIN 100
  9. #define IDM_DIALOG 101
  10. #define IDM_EXIT 102
  11.  
  12. #define IDD_PARENT 200
  13. #define IDD_DESKTOP 201
  14.  
  15.  
  16.