92 lines
2.0 KiB
ObjectPascal
92 lines
2.0 KiB
ObjectPascal
package Contabilidad_view;
|
|
|
|
{$R *.res}
|
|
{$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 ON}
|
|
{$DEFINE DEBUG}
|
|
|
|
requires
|
|
GUIBase,
|
|
ApplicationBase,
|
|
Contabilidad_model,
|
|
Contabilidad_controller,
|
|
vcl,
|
|
rtl,
|
|
dbrtl,
|
|
vcldb,
|
|
DataAbstract_Core_D11,
|
|
dsnap,
|
|
adortl,
|
|
RemObjects_Core_D11,
|
|
cxLibraryD10,
|
|
dxThemeD10,
|
|
cxEditorsD10,
|
|
cxDataD10,
|
|
vcljpg,
|
|
cxGridD10,
|
|
cxPageControlD10,
|
|
cxExtEditorsD10,
|
|
vclx,
|
|
cxExportD10,
|
|
dxLayoutControlD10,
|
|
dxComnD10,
|
|
dxPSCoreD10,
|
|
dxPScxCommonD10,
|
|
dxPSLnksD10,
|
|
designide,
|
|
xmlrtl,
|
|
vclactnband,
|
|
vclshlctrls,
|
|
dxPScxGridLnkD10,
|
|
dclcxLibraryD10,
|
|
PNG_D10,
|
|
PngComponentsD10,
|
|
tb2k_d10,
|
|
tbx_d10,
|
|
JvCoreD11R,
|
|
Jcl,
|
|
JclVcl,
|
|
JvSystemD11R,
|
|
JvStdCtrlsD11R,
|
|
JvAppFrmD11R,
|
|
JvCtrlsD11R,
|
|
JvCmpD11R,
|
|
JvPageCompsD11R,
|
|
cxIntlPrintSys3D10,
|
|
GUISDK_D11,
|
|
cfpack_d11,
|
|
ccpackD11;
|
|
|
|
contains
|
|
uEditorBalance in 'uEditorBalance.pas' {fEditorBalance: TfEditorBalances},
|
|
uEditorBalances in 'uEditorBalances.pas' {fEditorBalances: TfEditorCuentaEspecial},
|
|
uEditorCuentaEspecial in 'uEditorCuentaEspecial.pas' {fEditorCuentaEspecial: TfEditorCuentasEspeciales},
|
|
uEditorCuentasEspeciales in 'uEditorCuentasEspeciales.pas' {fEditorCuentasEspeciales: TfEditorEjercicios},
|
|
uEditorEpigrafe in 'uEditorEpigrafe.pas' {fEditorEpigrafe: TfEditorEjercicios},
|
|
uEditorEpigrafes in 'uEditorEpigrafes.pas' {fEditorEpigrafes: TfEditorEjercicios},
|
|
uViewEpigrafe in 'uViewEpigrafe.pas' {frViewEpigrafe: TFrame},
|
|
uViewEpigrafes in 'uViewEpigrafes.pas' {frViewEpigrafes: TFrame},
|
|
uContabilidadViewRegister in 'uContabilidadViewRegister.pas';
|
|
|
|
end.
|