git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jcl@20 c37d764d-f447-7644-a108-883140d013fb
64 lines
2.2 KiB
ObjectPascal
64 lines
2.2 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: 23-07-2009 12:59:44 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 $58100000}
|
|
{$DESCRIPTION 'JCL Package containing repository wizards'}
|
|
{$LIBSUFFIX '70'}
|
|
{$DESIGNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
{$DEFINE RELEASE}
|
|
|
|
requires
|
|
rtl,
|
|
vcl,
|
|
designide,
|
|
Jcl,
|
|
JclBaseExpert
|
|
;
|
|
|
|
contains
|
|
JclOtaTemplates in '..\..\experts\repository\JclOtaTemplates.pas' ,
|
|
JclOtaRepositoryUtils in '..\..\experts\repository\JclOtaRepositoryUtils.pas' ,
|
|
JclOtaExcDlgRepository in '..\..\experts\repository\JclOtaExcDlgRepository.pas' ,
|
|
JclOtaExcDlgWizard in '..\..\experts\repository\JclOtaExcDlgWizard.pas' {JclOtaExcDlgForm},
|
|
JclOtaExcDlgFileFrame in '..\..\experts\repository\JclOtaExcDlgFileFrame.pas' {JclOtaExcDlgFilePage: TFrame},
|
|
JclOtaExcDlgFormFrame in '..\..\experts\repository\JclOtaExcDlgFormFrame.pas' {JclOtaExcDlgFormPage: TFrame},
|
|
JclOtaExcDlgSystemFrame in '..\..\experts\repository\JclOtaExcDlgSystemFrame.pas' {JclOtaExcDlgSystemPage: TFrame},
|
|
JclOtaExcDlgLogFrame in '..\..\experts\repository\JclOtaExcDlgLogFrame.pas' {JclOtaExcDlgLogPage: TFrame},
|
|
JclOtaExcDlgTraceFrame in '..\..\experts\repository\JclOtaExcDlgTraceFrame.pas' {JclOtaExcDlgTracePage: TFrame},
|
|
JclOtaExcDlgThreadFrame in '..\..\experts\repository\JclOtaExcDlgThreadFrame.pas' {JclOtaExcDlgThreadPage: TFrame},
|
|
JclOtaExcDlgIgnoreFrame in '..\..\experts\repository\JclOtaExcDlgIgnoreFrame.pas' {JclOtaExcDlgIgnoredPage: TFrame},
|
|
JclOtaRepositoryReg in '..\..\experts\repository\JclOtaRepositoryReg.pas'
|
|
;
|
|
|
|
end.
|