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
Fusione colori - risorse.h

risorse.h

Caricato da: AldoBaldo
Scarica il programma completo

  1. #ifndef RISORSE_H_INCLUDED
  2. #define RISORSE_H_INCLUDED
  3.  
  4. #ifndef IDC_STATIC
  5. #define IDC_STATIC (-1)
  6. #endif
  7.  
  8. #define IDD_MAIN     101
  9.  
  10. /* colore 1 */
  11.  
  12. #define IDC_ER1     1101
  13. #define IDC_RR1     1102
  14. #define IDC_NR1     1103
  15.  
  16. #define IDC_EG1     1104
  17. #define IDC_GG1     1105
  18. #define IDC_NG1     1106
  19.  
  20. #define IDC_EB1     1107
  21. #define IDC_BB1     1108
  22. #define IDC_NB1     1109
  23.  
  24. #define IDC_C1      1110
  25.  
  26. /* colore 2 */
  27.  
  28. #define IDC_ER2     1111
  29. #define IDC_RR2     1112
  30. #define IDC_NR2     1113
  31.  
  32. #define IDC_EG2     1114
  33. #define IDC_GG2     1115
  34. #define IDC_NG2     1116
  35.  
  36. #define IDC_EB2     1117
  37. #define IDC_BB2     1118
  38. #define IDC_NB2     1119
  39.  
  40. #define IDC_C2      1120
  41.  
  42. /* fusione colori */
  43.  
  44. #define IDC_FUSIONE 1124
  45.  
  46. /* la bitmap per la creazione del pennello */
  47.  
  48. #define IDB_PATTERN 2000
  49.  
  50. #endif /* RISORSE_H_INCLUDED */