git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES/trunk@4 3f40d355-893c-4141-8e64-b1d9be72e7e7
47 lines
964 B
ObjectPascal
47 lines
964 B
ObjectPascal
package RodaxFrameD6;
|
|
|
|
{$R *.RES}
|
|
{$ALIGN ON}
|
|
{$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}
|
|
{$DESCRIPTION 'Frames Rodax (D6)'}
|
|
{$IMPLICITBUILD ON}
|
|
|
|
requires
|
|
designide,
|
|
vclx,
|
|
dbrtl,
|
|
ibxpress,
|
|
VclSmp,
|
|
RxCtl6,
|
|
RxDB6,
|
|
RodaxD6,
|
|
ColoresD6;
|
|
|
|
contains
|
|
RegistroFrame in 'RegistroFrame.pas',
|
|
RdxDBFrame in 'RdxDBFrame.pas' {RdxDBFrame: TRdxFrame},
|
|
RdxFrame in 'RdxFrame.pas' {RdxFrame: TFrame},
|
|
RdxFrameArticulos in 'RdxFrameArticulos.pas' {RdxFrameArticulos: TRdxDBFrame},
|
|
RdxFrameInstaladores in 'RdxFrameInstaladores.pas' {RdxFrameInstaladores: TRdxDBFrame};
|
|
|
|
end.
|