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

📄 tntunicodevcl_d60.dpk

📁 Make your Delphi application UNICODE enabled.
💻 DPK
字号:
package TntUnicodeVcl_D60;

{$R *.res}
{$R '..\..\Design\TntComCtrls.dcr'}
{$R '..\..\Design\TntDBCtrls.dcr'}
{$R '..\..\Design\TntStdCtrls.dcr'}
{$R '..\..\Design\TntActnList.dcr'}
{$R '..\..\Design\TntMenus.dcr'}
{$R '..\..\Design\TntExtCtrls.dcr'}
{$R '..\..\Design\TntForms.dcr'}
{$R '..\..\Design\TntGrids.dcr'}
{$R '..\..\Design\TntButtons.dcr'}
{$R '..\..\Design\TntDialogs.dcr'}
{$R '..\..\Design\TntExtDlgs.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS ON}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Tnt Unicode Controls'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}

requires
  dclact,
  dcldb,
  designide,
  TntUnicodeVcl_R60;

contains
  TntBandActn in '..\..\TntBandActn.pas',
  TntForms_Design in '..\..\Design\TntForms_Design.pas',
  TntComCtrls_Design in '..\..\Design\TntComCtrls_Design.pas',
  TntDBGrids_Design in '..\..\Design\TntDBGrids_Design.pas',
  TntDesignEditors_Design in '..\..\Design\TntDesignEditors_Design.pas',
  TntWideStringProperty_Design in '..\..\Design\TntWideStringProperty_Design.pas',
  TntMenus_Design in '..\..\Design\TntMenus_Design.pas',
  TntStrEdit_Design in '..\..\Design\TntStrEdit_Design.pas',
  TntUnicodeVcl_Register in '..\..\Design\TntUnicodeVcl_Register.pas',
  TntActions_Design in '..\..\Design\TntActions_Design.pas';

end.

⌨️ 快捷键说明

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