home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m248 / 4.ddi / EDIT.H_ / EDIT.H
Encoding:
C/C++ Source or Header  |  1993-02-01  |  277 b   |  17 lines

  1. /* 
  2.     EDIT.C -- Sample DDE Server
  3.     Copyright 1987-1991 Authorware Inc.
  4.     
  5.     Revision History
  6.  
  7.         7/25/91    -    Initial version
  8.  
  9. */
  10.  
  11. // file menu items for the menu
  12. #define         IDM_ABOUT     100
  13. #define     IDM_EXIT    101
  14.  
  15. // child control i.d.
  16. #define     IDC_EDIT     300
  17.