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

📄 qexport3dt_d10.dpk

📁 DELPHI开发VCL
💻 DPK
字号:
package QExport3DT_D10;

{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'EMS Advanced Export Component Suite'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}

requires
  vcl,
  QExport3RT_D10,
  designide;

contains
  QExport3Reg in 'QExport3Reg.pas',
  QExport3Dsgn in 'QExport3Dsgn.pas',
  fuQExport3ColumnsEditor in 'fuQExport3ColumnsEditor.pas' {fmQExport3ColumnsEditor},
  fuQExport3HTMLTemplateEditor in 'fuQExport3HTMLTemplateEditor.pas' {fmQExport3HTMLTemplateEditor},
  fuQExport3SourceList in 'fuQExport3SourceList.pas' {fmQExport3SourceList},
  fuQExport3XLSEditor in 'fuQExport3XLSEditor.pas' {fmQExport3XLSEditor};

end.

⌨️ 快捷键说明

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