git-svn-id: https://192.168.0.254/svn/Proyectos.Varela_PuntosVenta/trunk@2 1c943782-d109-9647-9548-93b3ac332352
113 lines
2.6 KiB
ObjectPascal
113 lines
2.6 KiB
ObjectPascal
package BaseD7;
|
|
|
|
{$R *.res}
|
|
{$ALIGN 8}
|
|
{$ASSERTIONS ON}
|
|
{$BOOLEVAL OFF}
|
|
{$DEBUGINFO ON}
|
|
{$EXTENDEDSYNTAX ON}
|
|
{$IMPORTEDDATA ON}
|
|
{$IOCHECKS ON}
|
|
{$LOCALSYMBOLS ON}
|
|
{$LONGSTRINGS ON}
|
|
{$OPENSTRINGS ON}
|
|
{$OPTIMIZATION OFF}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{$RANGECHECKS OFF}
|
|
{$REFERENCEINFO ON}
|
|
{$SAFEDIVIDE OFF}
|
|
{$STACKFRAMES ON}
|
|
{$TYPEDADDRESS OFF}
|
|
{$VARSTRINGCHECKS ON}
|
|
{$WRITEABLECONST OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $400000}
|
|
{$RUNONLY}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
requires
|
|
rtl,
|
|
vcl,
|
|
vcldb,
|
|
GUISDK_D7,
|
|
vcljpg,
|
|
dbrtl,
|
|
dsnap,
|
|
vcldb,
|
|
PNG_D7,
|
|
PngComponentsD7,
|
|
JvCoreD7R,
|
|
JvStdCtrlsD7R,
|
|
JvPageCompsD7R,
|
|
cxLibraryVCLD7,
|
|
dxThemeD7,
|
|
cxEditorsVCLD7,
|
|
cxDataD7,
|
|
cxExtEditorsVCLD7,
|
|
cxGridVCLD7,
|
|
cxPageControlVCLD7,
|
|
tb2k_d7,
|
|
tbx_d7,
|
|
vclx,
|
|
vclactnband,
|
|
designide,
|
|
cxExportVCLD7,
|
|
adortl,
|
|
JvSystemD7R,
|
|
dxPSCoreD7,
|
|
dxPScxCommonD7,
|
|
dxPScxGridLnkD7,
|
|
cxIntlPrintSys3D7,
|
|
dxBarD7,
|
|
dxBarExtItemsD7,
|
|
cxIntl5D7,
|
|
DataAbstract_D7,
|
|
dxPsPrVwAdvD7,
|
|
ccpack70,
|
|
JvMMD7R,
|
|
JvCtrlsD7R,
|
|
tee,
|
|
frx7,
|
|
fs7,
|
|
frxe7,
|
|
dxLayoutControlD7,
|
|
dxComnD7,
|
|
Jcl,
|
|
JclVcl,
|
|
JvAppFrmD7R,
|
|
dxPSLnksD7,
|
|
vclshlctrls,
|
|
dclcxLibraryVCLD7,
|
|
teeui,
|
|
fsTee7,
|
|
frxTee7,
|
|
DataAbstract_D7;
|
|
|
|
contains
|
|
uDataModuleBase in 'uDataModuleBase.pas' {dmBase: TDAClientDataModule},
|
|
uEditorBase in 'uEditorBase.pas' {fEditorBase},
|
|
uEditorGridBase in 'uEditorGridBase.pas' {fEditorGridBase},
|
|
uEditorItem in 'uEditorItem.pas' {fEditorItem},
|
|
uDataTableUtils in 'uDataTableUtils.pas',
|
|
uEditorUtils in 'uEditorUtils.pas',
|
|
uEditorPreview in 'uEditorPreview.pas' {fEditorPreview},
|
|
uViewPreview in 'uViewPreview.pas' {frViewPreview: TFrame},
|
|
uViewBase in 'uViewBase.pas' {frViewBase: TCustomView},
|
|
uViewGridBase in 'uViewGridBase.pas' {frViewGridBase: TCustomView},
|
|
uEditorDBBase in 'uEditorDBBase.pas' {fEditorDBBase: TCustomEditor},
|
|
uEditorDBItem in 'uEditorDBItem.pas' {fEditorDBItem: TCustomEditor},
|
|
uExceptions in 'uExceptions.pas',
|
|
uViewBarraSeleccion in 'uViewBarraSeleccion.pas' {frViewBarraSeleccion: TFrame},
|
|
uDBSelectionList in 'uDBSelectionList.pas',
|
|
uConfigurarConexion in 'uConfigurarConexion.pas' {fConfigurarConexion},
|
|
uBizInformesBase in 'uBizInformesBase.pas',
|
|
uSysFunc in 'uSysFunc.pas',
|
|
VARELA_Intf in '..\Servidor\VARELA_Intf.pas',
|
|
uViewGrid in 'uViewGrid.pas' {frViewGrid: TCustomView},
|
|
uIntegerList in 'uIntegerList.pas',
|
|
schStockClient_Intf in '..\Modulos\Stock\Reglas\schStockClient_Intf.pas',
|
|
schStockServer_Intf in '..\Modulos\Stock\Reglas\schStockServer_Intf.pas',
|
|
uGridUtils in 'uGridUtils.pas';
|
|
|
|
end.
|