Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Estrazione - risorse.h

risorse.h

Caricato da: AldoBaldo
Scarica il programma completo

  1. #ifndef __RISORSE_H_INCLUDED__
  2. #define __RISORSE_H_INCLUDED__
  3.  
  4.  
  5. // le scorciatoie da tastiera
  6.  
  7. #define IDR_SCORCIATOIE          101
  8.  
  9.  
  10. // i comandi da scorciatoie
  11.  
  12. #define IDM_CHIUDI              1001
  13. #define IDM_NASCONDI            1002
  14. #define IDM_INIZIALIZZA         1003
  15. #define IDM_RICARICA            1004
  16. #define IDM_ANNULLA             1005
  17. #define IDM_ESTRAI              1006
  18. #define IDM_PUNTATORE           1007
  19.  
  20.  
  21. // l'icona del programma
  22.  
  23. #define IDI_ICONAPROGRAMMA      2001
  24.  
  25.  
  26. #endif // __RISORSE_H_INCLUDED__