PTShConsts.h
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. #ifndef PTShConstsH
  2. #define PTShConstsH
  3. #ifdef LANG_CS
  4.   #pragma resource "PTShConstsD2_cs.res"
  5.   #define LANGUAGE_APPLIED
  6. #endif
  7. #ifdef LANG_DA
  8.   #pragma resource "PTShConstsD2_da.res"
  9.   #define LANGUAGE_APPLIED
  10. #endif
  11. #ifdef LANG_DE
  12.   #pragma resource "PTShConstsD2_de.res"
  13.   #define LANGUAGE_APPLIED
  14. #endif
  15. #ifdef LANG_EN
  16.   #pragma resource "PTShConstsD2_en.res"
  17.   #define LANGUAGE_APPLIED
  18. #endif
  19. #ifdef LANG_ES
  20.   #pragma resource "PTShConstsD2_es.res"
  21.   #define LANGUAGE_APPLIED
  22. #endif
  23. #ifdef LANG_FI
  24.   #pragma resource "PTShConstsD2_fi.res"
  25.   #define LANGUAGE_APPLIED
  26. #endif
  27. #ifdef LANG_FR
  28.   #pragma resource "PTShConstsD2_fr.res"
  29.   #define LANGUAGE_APPLIED
  30. #endif
  31. #ifdef LANG_HU
  32.   #pragma resource "PTShConstsD2_hu.res"
  33.   #define LANGUAGE_APPLIED
  34. #endif
  35. #ifdef LANG_IT
  36.   #pragma resource "PTShConstsD2_it.res"
  37.   #define LANGUAGE_APPLIED
  38. #endif
  39. #ifdef LANG_JP
  40.   #pragma resource "PTShConstsD2_jp.res"
  41.   #define LANGUAGE_APPLIED
  42. #endif
  43. #ifdef LANG_NL
  44.   #pragma resource "PTShConstsD2_nl.res"
  45.   #define LANGUAGE_APPLIED
  46. #endif
  47. #ifdef LANG_NO
  48.   #pragma resource "PTShConstsD2_no.res"
  49.   #define LANGUAGE_APPLIED
  50. #endif
  51. #ifdef LANG_PL
  52.   #pragma resource "PTShConstsD2_pl.res"
  53.   #define LANGUAGE_APPLIED
  54. #endif
  55. #ifdef LANG_PT
  56.   #pragma resource "PTShConstsD2_pt.res"
  57.   #define LANGUAGE_APPLIED
  58. #endif
  59. #ifdef LANG_RU
  60.   #pragma resource "PTShConstsD2_ru.res"
  61.   #define LANGUAGE_APPLIED
  62. #endif
  63. #ifdef LANG_SV
  64.   #pragma resource "PTShConstsD2_sv.res"
  65.   #define LANGUAGE_APPLIED
  66. #endif
  67. #ifndef LANGUAGE_APPLIED
  68.   #pragma resource "PTShConstsD2.res"
  69. #endif
  70. #endif // PTShConstsH