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.