home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mitsch75.zip / scheme-7_5_17-src.zip / scheme-7.5.17 / src / microcode / os2pmcon.h < prev    next >
Text File  |  1999-01-02  |  1KB  |  57 lines

  1. /* -*-C-*-
  2.  
  3. $Id: os2pmcon.h,v 1.4 1999/01/02 06:11:34 cph Exp $
  4.  
  5. Copyright (c) 1995, 1999 Massachusetts Institute of Technology
  6.  
  7. This program is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2 of the License, or (at
  10. your option) any later version.
  11.  
  12. This program is distributed in the hope that it will be useful, but
  13. WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15. General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with this program; if not, write to the Free Software
  19. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20. */
  21.  
  22. /* Resource IDs for OS/2 PM Console Window */
  23.  
  24. #define ID_PMCON_RESOURCES 2
  25.  
  26. #define IDM_FILE    1
  27. #define IDM_EDIT    2
  28. #define IDM_OPTIONS    3
  29. #define IDM_HELP    4
  30.  
  31. #define IDM_EXIT    10
  32.  
  33. #define IDM_CUT        20
  34. #define IDM_COPY    21
  35. #define IDM_PASTE    22
  36.  
  37. #define IDM_FONT    30
  38.  
  39. #define IDM_ABOUT    40
  40.  
  41. #define IDI_BCH        10
  42. #define IDI_COFFEE    11
  43. #define IDI_CONSES    12
  44. #define IDI_EDWIN    13
  45. #define IDI_ENVIR1    14
  46. #define IDI_GRAPHICS    15
  47. #define IDI_LAMBDA    16
  48. #define IDI_LAMBDA2    17
  49. #define IDI_LIAR1    18
  50. #define IDI_LIAR2    19
  51. #define IDI_LIAR3    20
  52. #define IDI_MINCER    21
  53. #define IDI_SHIELD1    22
  54. #define IDI_SHIELD2    23
  55. #define IDI_SHIELD3    24
  56. #define IDI_SHIELD4    25
  57.