⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fs_ireg.inc

📁 报表源码 FastReport 3 is new generation of the report generators components. It consists of report engin
💻 INC
字号:

{******************************************}
{                                          }
{             FastScript v1.7              }
{               Include file               }
{                                          }
{ (c) 2003, 2004 by Alexander Tzyganenko,  }
{             Fast Reports, Inc            }
{                                          }
{******************************************}


//------------------- TeeChart component ----------------------------
{$DEFINE TeeChartStd}

//------------------- TeeChart Pro 4.5 component --------------------
// If you have TeeChart 4.5, uncomment the following line:
//{$DEFINE TeeChart45}

//------------------- TeeChart Pro 5.5 component --------------------
// If you have TeeChart 5.5, uncomment the following line:
//{$DEFINE TeeChart55}

//------------------- TeeChart Pro 6 component ----------------------
// If you have TeeChart 6, uncomment the following line:
//{$DEFINE TeeChart6}

//------------------- TeeChart Pro 6.6 component --------------------
// If you have TeeChart 6.6, uncomment the following line:
//{$DEFINE TeeChart66}

//------------------- TeeChart Pro 7 component ----------------------
// If you have TeeChart 7, uncomment the following line:
//{$DEFINE TeeChart7}

//------------------- TeeChart Pro 7/2005 component -----------------
//{$DEFINE TeeChart79}


// Don't change here ------------------------------------------------
{$IFDEF TeeChart45}
  {$UNDEF TeeChartStd}
{$ENDIF}

{$IFDEF TeeChart55}
  {$UNDEF TeeChartStd}
{$ENDIF}

{$IFDEF TeeChart6}
  {$UNDEF TeeChartStd}
{$ENDIF}

{$IFDEF TeeChart66}
  {$UNDEF TeeChartStd}
{$ENDIF}

{$IFDEF TeeChart7}
  {$UNDEF TeeChartStd}
{$ENDIF}

{$IFDEF TeeChart79}
  {$UNDEF TeeChartStd}
{$ENDIF}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -