git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@124 f33bb606-9f5c-448d-9c99-757f00063c96
85 lines
1.7 KiB
ObjectPascal
85 lines
1.7 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
|
|
Base,
|
|
GUIBase,
|
|
ApplicationBase,
|
|
Contactos_view,
|
|
rtl,
|
|
vcl,
|
|
dbrtl,
|
|
cxLibraryD11,
|
|
dxThemeD11,
|
|
dxGDIPlusD11,
|
|
dxCoreD11,
|
|
vclx,
|
|
cxEditorsD11,
|
|
cxDataD11,
|
|
vcljpg,
|
|
vcldb,
|
|
DataAbstract_Core_D11,
|
|
dsnap,
|
|
adortl,
|
|
RemObjects_Core_D11,
|
|
dxLayoutControlD11,
|
|
dxComnD11,
|
|
Comisiones_model,
|
|
Comisiones_controller,
|
|
GUISDK_D11R,
|
|
designide,
|
|
xmlrtl,
|
|
vclactnband,
|
|
cxPageControlD11,
|
|
cxExtEditorsD11,
|
|
JvStdCtrlsD11R,
|
|
JclVcl,
|
|
Jcl,
|
|
vclimg,
|
|
JvCoreD11R,
|
|
JvSystemD11R,
|
|
JvAppFrmD11R,
|
|
JvCtrlsD11R,
|
|
JvCmpD11R,
|
|
JvPageCompsD11R,
|
|
PNG_D10,
|
|
PngComponentsD10,
|
|
SpTBXLib_d11,
|
|
TntUnicodeVcl,
|
|
tb2k_d11,
|
|
cxGridD11,
|
|
cxExportD11;
|
|
|
|
contains
|
|
uComisionesViewRegister in 'uComisionesViewRegister.pas',
|
|
uViewComisiones in 'uViewComisiones.pas' {frViewComisiones: TFrame},
|
|
uEditorComisiones in 'uEditorComisiones.pas' {fEditorComisiones: TfEditorFacturasCliente},
|
|
uViewComision in 'uViewComision.pas' {frViewComision: TFrame},
|
|
uEditorComision in 'uEditorComision.pas' {fEditorComision: TfEditorFacturasCliente},
|
|
uViewFacturasComision in 'uViewFacturasComision.pas' {frViewFacturasComision: TFrame};
|
|
|
|
end.
|