57 lines
1.6 KiB
ObjectPascal
57 lines
1.6 KiB
ObjectPascal
package TntUnicodeVcl_D70;
|
|
|
|
{$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
|
|
dcldb,
|
|
designide,
|
|
TntUnicodeVcl_R70;
|
|
|
|
contains
|
|
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.
|