home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / getstart / start2 / start2.h < prev    next >
Text File  |  1996-10-29  |  567b  |  20 lines

  1. //*********************************************************
  2. // Getting Started - Simple Program, Version 2
  3. //
  4. // Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. // Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. // All Rights Reserved.
  7. //*********************************************************
  8.  
  9. // Window identifiers.
  10. #define ID_CODEWINDOW 1000
  11.  
  12. // Command identifiers.
  13. #define CMD_CUT       2001
  14. #define CMD_COPY      2002
  15. #define CMD_PASTE     2003
  16.  
  17. // Other menu-bar related identifiers.
  18. #define ID_FILE       1001
  19. #define ID_EDIT       1002
  20.