home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PMABOUT.ZIP / PMABOUT.H < prev    next >
Text File  |  1992-12-01  |  674b  |  20 lines

  1. /*****************************************************************/
  2. /*              SAMPLE PROGRAM HEADER FILE (SAMPLE.H)            */
  3. /*****************************************************************/
  4.  
  5. #define WND_MainWnd         100
  6. #define AB_File             110
  7. #define   AB_New            111
  8. #define   AB_Open           112
  9. #define   AB_Save           113
  10. #define   AB_Saveas         114
  11. #define   AB_Exit           115
  12. #define AB_Help             190
  13. #define   AB_Hhelp          191
  14. #define   AB_Xhelp          192
  15. #define   AB_Khelp          193
  16. #define   AB_Ihelp          194
  17. #define   AB_About          195
  18.  
  19. #define DLG_About           900
  20.