home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl150a.zip / OCL / Samples / Editor / Source / Editor.h < prev    next >
Text File  |  1996-08-12  |  264b  |  14 lines

  1. /* OCL Sample */
  2. /* Editor.h */
  3.  
  4.  
  5. #define EDITOR_MAIN       1
  6. #define EDITOR_LOAD       2
  7. #define EDITOR_SAVE       3
  8. #define EDITOR_SAVEAS     4
  9. #define EDITOR_QUIT       5
  10. #define MENU_FILE         6
  11. #define ID_TEXTFIELD      7
  12.  
  13. /* end of source */
  14.