Componentes.Terceros.FastRe.../internal/4.2/1/Source/tee.inc
2007-11-18 19:40:07 +00:00

50 lines
1.3 KiB
PHP

//------------------- TeeChart component ----------------------------
{$DEFINE TeeChartStd}
//------------------- TeeChart Std 7 component ----------------------
// If you have TeeChart Std 7, uncomment the following line:
//{$DEFINE TeeChartStd7}
//------------------- TeeChart Pro 4 component --------------------
// If you have TeeChart Pro 4, uncomment the following line:
//{$DEFINE TeeChart4}
//------------------- TeeChart Pro 5 component --------------------
// If you have TeeChart Pro 5, uncomment the following line:
//{$DEFINE TeeChart5}
//------------------- TeeChart Pro 6 component ----------------------
// If you have TeeChart Pro 6, uncomment the following line:
//{$DEFINE TeeChart6}
//------------------- TeeChart Pro 7 component ----------------------
// If you have TeeChart Pro 7, uncomment the following line:
//{$DEFINE TeeChart7}
// Don't change here ------------------------------------------------
{$IFDEF TeeChartStd7}
{$UNDEF TeeChartStd}
{$ENDIF}
{$IFDEF TeeChart4}
{$UNDEF TeeChartStd}
{$DEFINE TeeChartPro}
{$ENDIF}
{$IFDEF TeeChart5}
{$UNDEF TeeChartStd}
{$DEFINE TeeChartPro}
{$ENDIF}
{$IFDEF TeeChart6}
{$UNDEF TeeChartStd}
{$DEFINE TeeChartPro}
{$ENDIF}
{$IFDEF TeeChart7}
{$UNDEF TeeChartStd}
{$DEFINE TeeChartPro}
{$ENDIF}