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

Delphi控件源码

开发平台:

Delphi

  1. {*******************************************************}
  2. {                                                       }
  3. {         RX Library include file                       }
  4. {         Copyright (c) 1996 AO ROSNO                   }
  5. {         Copyright (c) 1997, 1998 Master-Bank          }
  6. {                                                       }
  7. {*******************************************************}
  8. { RX.INC is included in all RX Library units so you can specify
  9.   global compiler options here. RX.INC is included before each units'
  10.   required compiler options and the options specified here can be
  11.   overridden by hardcode options in the source files }
  12. { Conditional defines that affect compilation }
  13. {$DEFINE DCS}
  14. { Client/Server or Enterprise version. Deactivate this define if you
  15.   have Delphi Desktop, Standard or Professional Edition }
  16. {.$DEFINE RX_MIDAS}
  17. { RX MIDAS components } 
  18. {.$DEFINE RX_ADO}
  19. { RX ADO components } 
  20. {$DEFINE USE_RX_GIF}
  21. { This define enables GIF image support. Deactivate this define
  22.   if you are using another GIF image support library. See README.TXT
  23.   for the legal aspects }
  24. {$IFDEF WIN32}
  25. {.$DEFINE USE_PROGRESSBAR}
  26. { Activate this define if you do not want to use TGauge Borland sample
  27.   component in TDBProgress component and FileUtil routines. In this case
  28.   TProgressBar component will be used }
  29. {$ENDIF}
  30. {$DEFINE USE_FOUR_DIGIT_YEAR}
  31. { This define controls whether FourDigitYear variable is used to control
  32.   date format in TDateEdit, TDBDateEdit components. When this define is not
  33.   active the ShortDateFormat variable is used instead }
  34. {.$DEFINE USE_OLD_DBLISTS}
  35. { Activate this define to install old BDE lists components for backward
  36.   compatibility with oldest RX versions }
  37. {$DEFINE DEFAULT_POPUP_CALENDAR}
  38. { This define controls whether a popup calendar is used as default
  39.   instead of a modal dialog in TDateEdit, TDBDateEdit components }
  40. { ------------ !! DO NOT CHANGE DEFINES BELOW THIS LINE !! ------------ }
  41. {$B-} {- Complete Boolean Evaluation }
  42. {$R-} {- Range-Checking }
  43. {$V-} {- Var-String Checking }
  44. {$T-} {- Typed @ operator }
  45. {$X+} {- Extended syntax }
  46. {$P+} {- Open string params }
  47. {$IFDEF WIN32}
  48. {$J+} {- Writeable structured consts }
  49. {$H+} {- Use long strings by default }
  50. {$ENDIF}
  51. {$IFDEF VER93}  { Borland C++Builder 1.0 }
  52.   {$DEFINE CBUILDER}
  53. {$ENDIF}
  54. {$IFDEF VER100} { Borland Delphi 3.0 }
  55.   {$DEFINE RX_D3}
  56. {$ENDIF}
  57. {$IFDEF VER110} { Borland C++Builder 3.0 }
  58.   {$DEFINE CBUILDER}
  59.   {$ObjExportAll On}
  60.   {$UNDEF DCS}
  61. {$ENDIF}
  62. {$IFDEF VER120} { Borland Delphi 4.0 }
  63.   {$DEFINE RX_D3}
  64.   {$DEFINE RX_D4}
  65. {$ENDIF}
  66. {$IFDEF VER125} { Borland C++Builder 4.0 }
  67.   {$DEFINE CBUILDER}
  68.   {$ObjExportAll On}
  69.   {$UNDEF DCS}
  70. {$ENDIF}
  71. {$IFDEF VER130} { Borland Delphi 5.0 }
  72.   {$DEFINE RX_D3}
  73.   {$DEFINE RX_D4}
  74.   {$DEFINE RX_D5}
  75. {$ENDIF}
  76. {$IFDEF VER140} { Borland Delphi 6.0 }
  77.   {$DEFINE RX_D3}
  78.   {$DEFINE RX_D4}
  79.   {$DEFINE RX_D5}
  80.   {$DEFINE RX_D6}
  81. {$ENDIF}
  82. {$IFNDEF VER80}              { Delphi 1.0     }
  83.  {$IFNDEF VER90}             { Delphi 2.0     }
  84.   {$IFNDEF VER93}            { C++Builder 1.0 }
  85.     {$DEFINE RX_D3}          { Delphi 3.0 or higher }
  86.     {$IFNDEF VER100}
  87.       {$DEFINE RX_V110}      { C++Builder 3.0 or higher }
  88.       {$IFNDEF VER110}
  89.         {$DEFINE RX_D4}      { Delphi 4.0 or higher }
  90.         {$IFNDEF VER120}
  91.           {$DEFINE RX_V125}  { C++Builder 4.0 or higher }
  92.           {$IFNDEF VER125}
  93.             {$DEFINE RX_D5}  { Delphi 5.0 or higher }
  94.           {$ENDIF}
  95.         {$ENDIF}
  96.       {$ENDIF}
  97.     {$ENDIF}
  98.   {$ENDIF}
  99.  {$ENDIF}
  100. {$ENDIF}
  101. {$IFDEF CBUILDER}
  102.   {$DEFINE USE_PROGRESSBAR}
  103.   {$UNDEF USE_OLD_DBLISTS}
  104.   {$IFNDEF VER93}
  105.     {$DEFINE RX_V110}    { C++Builder 3.0 or higher }
  106.     {$IFNDEF VER110}
  107.       {$DEFINE RX_V125}  { C++Builder 4.0 or higher }
  108.     {$ENDIF}
  109.   {$ENDIF}
  110. {$ENDIF}
  111. {$IFNDEF RX_D3}
  112.   {$DEFINE DCS}
  113.   {$UNDEF RX_MIDAS}
  114. {$ENDIF}
  115. {$IFNDEF RX_D5}
  116.   {$UNDEF RX_ADO}
  117. {$ENDIF}
  118. {$IFNDEF DCS}
  119.   {$UNDEF RX_MIDAS}
  120.   {$UNDEF RX_ADO}
  121. {$ENDIF}