git-svn-id: https://192.168.0.254/svn/Proyectos.Varela_PuntosVenta/branches/DA5_D2007@53 1c943782-d109-9647-9548-93b3ac332352
110 lines
2.6 KiB
ObjectPascal
110 lines
2.6 KiB
ObjectPascal
package BaseD10;
|
|
|
|
{$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}
|
|
{$DEFINE DEBUG}
|
|
|
|
requires
|
|
rtl,
|
|
vcl,
|
|
vcldb,
|
|
GUISDK_D10,
|
|
vcljpg,
|
|
dbrtl,
|
|
dsnap,
|
|
PNG_D10,
|
|
PngComponentsD10,
|
|
JvCoreD10R,
|
|
JvStdCtrlsD10R,
|
|
JvPageCompsD10R,
|
|
cxLibraryD10,
|
|
dxThemeD10,
|
|
cxEditorsD10,
|
|
cxDataD10,
|
|
cxExtEditorsD10,
|
|
cxGridD10,
|
|
cxPageControlD10,
|
|
tb2k_D10,
|
|
tbx_D10,
|
|
vclx,
|
|
vclactnband,
|
|
designide,
|
|
cxExportD10,
|
|
adortl,
|
|
JvSystemD10R,
|
|
dxPSCoreD10,
|
|
dxPScxCommonD10,
|
|
dxPScxGridLnkD10,
|
|
cxIntlPrintSys3D10,
|
|
dxBarD10,
|
|
dxBarExtItemsD10,
|
|
cxIntl5D10,
|
|
dxPsPrVwAdvD10,
|
|
ccpack10,
|
|
JvMMD10R,
|
|
JvCtrlsD10R,
|
|
tee,
|
|
frx10,
|
|
fs10,
|
|
frxe10,
|
|
dxLayoutControlD10,
|
|
dxComnD10,
|
|
Jcl,
|
|
JclVcl,
|
|
JvAppFrmD10R,
|
|
dxPSLnksD10,
|
|
vclshlctrls,
|
|
dclcxLibraryD10,
|
|
RemObjects_Core_D10,
|
|
DataAbstract_Core_D10;
|
|
|
|
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.
|