home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool_main.zip / ool / include / oolres.rh < prev    next >
Text File  |  1998-03-16  |  975b  |  30 lines

  1. /* definitions for langage independent resources */
  2. #define IDR_BUBBLE1        10000
  3. #define IDR_BUBBLE2        10001
  4. #define IDR_TRAFFIC        10010
  5. #define IDR_TRAFFIC_GREEN  10011
  6. #define IDR_TRAFFIC_YELLOW 10012
  7. #define IDR_TRAFFIC_RED    10013
  8. #define IDR_TRAFFIC_RY     10014
  9. #define IDR_LED_OFF        10020
  10. #define IDR_LED_ON         10021
  11. #define IDR_PEAK_GREEN     10030
  12. #define IDR_PEAK_RED       10031
  13. #define IDR_RESTART        10040
  14.  
  15. /* language dependant resources     */
  16. /* 1000-1999   german               */
  17. /* 2000-2999   english              */
  18. /* 3000-3999   francais             */
  19. /* 4000-4999   italiano             */
  20.  
  21. /* printer dialog */
  22. #define IDD_SELPRINT_GER      1000
  23. #define IDD_SELPRINT_ENG      2000
  24. #define IDD_SELPRINT_FRA      3000
  25. #define IDD_SELPRINT_ITA      4000
  26. #define IDC_LISTBOX           1001
  27. #define IDC_TOFILE            1002
  28. #define IDC_ENTRY             1003
  29. #define IDC_JOBPROP           1005
  30.