git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@74 f4e31baf-9722-1c47-927c-6f952f962d4b
96 lines
1.9 KiB
ObjectPascal
96 lines
1.9 KiB
ObjectPascal
package Comisiones_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 OFF}
|
||
|
||
requires
|
||
rtl,
|
||
vcl,
|
||
dbrtl,
|
||
vcldb,
|
||
dsnap,
|
||
adortl,
|
||
GUIBase,
|
||
DataAbstract_D10,
|
||
Comisiones_controller,
|
||
cxLibraryD11,
|
||
dxThemeD11,
|
||
cxEditorsD10,
|
||
cxDataD10,
|
||
vcljpg,
|
||
cxExtEditorsD10,
|
||
vclx,
|
||
cxGridD10,
|
||
cxPageControlD10,
|
||
cxExportD10,
|
||
dxPSCoreD10,
|
||
dxComnD10,
|
||
dxPScxCommonD10,
|
||
dxPSLnksD10,
|
||
designide,
|
||
xmlrtl,
|
||
vclactnband,
|
||
vclshlctrls,
|
||
dxPScxGridLnkD10,
|
||
dclcxLibraryD11,
|
||
JvCoreD10R,
|
||
Jcl,
|
||
JclVcl,
|
||
JvAppFrmD10R,
|
||
JvSystemD10R,
|
||
PngComponentsD10,
|
||
PNG_D10,
|
||
cxIntlPrintSys3D10,
|
||
tbx_d10,
|
||
tb2k_d10,
|
||
JvStdCtrlsD10R,
|
||
JvPageCompsD10R,
|
||
GUISDK_D10,
|
||
ccpack10,
|
||
cfpack_d10,
|
||
dxLayoutControlD10,
|
||
Contactos_controller,
|
||
Contactos_model,
|
||
frx10,
|
||
fs10,
|
||
fqb100,
|
||
bdertl,
|
||
frxe10,
|
||
frxTee10,
|
||
fsTee10,
|
||
tee,
|
||
teeui,
|
||
teedb;
|
||
|
||
contains
|
||
uComisionesViewRegister in 'uComisionesViewRegister.pas',
|
||
uViewComisiones in 'uViewComisiones.pas' {frViewComisiones: TFrame},
|
||
uEditorComisiones in 'uEditorComisiones.pas' {fEditorComisiones: TfEditorComisiones},
|
||
uViewComision in 'uViewComision.pas' {frViewComision: TFrame},
|
||
uEditorComision in 'uEditorComision.pas' {fEditorComision: TfEditorComision},
|
||
uEditorComisionesReport in 'uEditorComisionesReport.pas' {fEditorComisionesReport: TfEditorComisionesReport},
|
||
uViewFacturasComision in 'uViewFacturasComision.pas' {frViewFacturasComision: TFrame};
|
||
|
||
end.
|
||
|