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

📄 supermap5.dpk

📁 GIS开发源代码。 SuperMax5.0+Delphi,用Delphi编写的控件工具包
💻 DPK
字号:
package SuperMap5;

{$R *.res}
{$R 'SuperLayoutLib_TLB.dcr'}
{$R 'Super3DLib_TLB.dcr'}
{$R 'SuperGridViewLib_TLB.dcr'}
{$R 'SuperLegendLib_TLB.dcr'}
{$R 'SuperAnalystLib_TLB.dcr'}
{$R 'SuperTopoLib_TLB.dcr'}
{$R 'SuperWkspManagerLib_TLB.dcr'}
{$R 'SuperMapLib_TLB.dcr'}
{$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 OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}

requires
  rtl,
  vcl;

contains
  SuperLayoutLib_TLB in 'SuperLayoutLib_TLB.pas',
  Super3DLib_TLB in 'Super3DLib_TLB.pas',
  SuperGridViewLib_TLB in 'SuperGridViewLib_TLB.pas',
  SuperLegendLib_TLB in 'SuperLegendLib_TLB.pas',
  SuperAnalystLib_TLB in 'SuperAnalystLib_TLB.pas',
  SuperTopoLib_TLB in 'SuperTopoLib_TLB.pas',
  SuperWkspManagerLib_TLB in 'SuperWkspManagerLib_TLB.pas',
  SuperMapLib_TLB in 'SuperMapLib_TLB.pas';

end.

⌨️ 快捷键说明

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