Componentes.Terceros.jcl/official/1.100/packages/d7/JclRepositoryExpert.dpk

60 lines
2.0 KiB
ObjectPascal

package JclRepositoryExpert;
{
-----------------------------------------------------------------------------
DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR
ALWAYS EDIT THE RELATED XML FILE (JclRepositoryExpert-D.xml)
Last generated: 16-02-2007 19:07:52 UTC
-----------------------------------------------------------------------------
}
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $58000000}
{$DESCRIPTION 'JCL Package containing repository wizards'}
{$LIBSUFFIX '70'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
designide,
Jcl,
JclBaseExpert
;
contains
JclOtaRepositoryUtils in '..\..\experts\debug\dialog\JclOtaRepositoryUtils.pas' ,
JclOtaExcDlgRepository in '..\..\experts\debug\dialog\JclOtaExcDlgRepository.pas' ,
JclOtaRepositoryReg in '..\..\experts\debug\dialog\JclOtaRepositoryReg.pas' ,
JclOtaExcDlgWizard in '..\..\experts\debug\dialog\JclOtaExcDlgWizard.pas' {JclOtaExcDlgForm},
JclOtaExcDlgFileFrame in '..\..\experts\debug\dialog\JclOtaExcDlgFileFrame.pas' {JclOtaExcDlgFilePage: TFrame},
JclOtaExcDlgFormFrame in '..\..\experts\debug\dialog\JclOtaExcDlgFormFrame.pas' {JclOtaExcDlgFormPage: TFrame},
JclOtaExcDlgSystemFrame in '..\..\experts\debug\dialog\JclOtaExcDlgSystemFrame.pas' {JclOtaExcDlgSystemPage: TFrame},
JclOtaExcDlgTraceFrame in '..\..\experts\debug\dialog\JclOtaExcDlgTraceFrame.pas' {JclOtaExcDlgTracePage: TFrame},
JclOtaTemplates in '..\..\experts\debug\dialog\JclOtaTemplates.pas' ,
JclOtaExcDlgIgnoreFrame in '..\..\experts\debug\dialog\JclOtaExcDlgIgnoreFrame.pas' {JclOtaExcDlgIgnoredPage: TFrame}
;
end.