home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1996 December / PC_Shareware-1996-12.iso / windows / spectrum / sources / wspecem.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-02  |  1.7 KB  |  57 lines

  1.  
  2. /* WSpecem.h : Z80 global environment.
  3.  * Portions (C) Copyright Microsoft Corp. 1993.
  4.  *
  5.  * Copyright 1996 Rui Fernando Ferreira Ribeiro.
  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
  10.  * (at your option) any later version.
  11.  *
  12.  * This program is distributed in the hope that it will be useful,
  13.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.  * GNU 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. /* Menu Items */
  23. #define DIALOG_3        100
  24. #define DEBUGGER        102
  25. #define SP_POKE         104
  26. #define SP_SPEED    106
  27.  
  28. #define IDM_ABOUT       200
  29. #define IDM_OPEN        202
  30. #define IDM_SAVE        204
  31. #define IDM_SAVEAS      206
  32. #define IDM_EXIT        208
  33. #define IDM_PAUSE       210
  34. #define IDM_SIZE4    211
  35. #define IDM_SIZE3       212
  36. #define IDM_SIZE2       214
  37. #define IDM_SIZE1       216
  38. #define IDM_SAVEOPTIONS 218
  39. #define IDM_FILERELOAD  220
  40. #define IDM_SOUND       222
  41. #define IDM_COLOUR      224
  42. #define IDM_SPEED    226
  43. #define IDM_MODEL3    228
  44. #define IDM_DEBUG       230
  45. #define IDM_POKE    232
  46. #define IDM_RESET       234
  47. #define IDM_NMI         236
  48.  
  49. #define IDS_FILTERSTRING 290
  50.  
  51. #define IDC_ADDRESS 300
  52. #define IDC_VALUE   302
  53. #define IDC_FRAMES  304
  54. #define IDC_DELAY   306
  55.  
  56. /* EOF: WSpecem.h */
  57.