Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

package Components;

{$R *.res}
{$R 'Components.dcr'}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE ON}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$DEFINE NOTMSPACK}
{$DEFINE NOVTREE}
{$DEFINE NOTMSPACK}
{$DEFINE NOVTREE}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'CCR Components'}
{$IMPLICITBUILD ON}

requires
vcl,
rtl,
vclx,
vclactnband,
designide,
vclimg,
OrpheusDR,
XWB_R10_2;

contains
uROR_CustomControls in 'uROR_CustomControls.pas',
uROR_VistAStore in 'uROR_VistAStore.pas',
uROR_RegisterComponents in 'uROR_RegisterComponents.pas',
uROR_Selector in 'uROR_Selector.pas',
uROR_State in 'uROR_State.pas',
uROR_Resources in 'uROR_Resources.pas',
uROR_Contextor in 'uROR_Contextor.pas',
Unicode in 'Unicode.pas',
uROR_ParamsPanel in 'uROR_ParamsPanel.pas',
uROR_Utilities in 'uROR_Utilities.pas',
fROR_PCall in 'fROR_PCall.pas' {RPCErrorForm},
uROR_CustomListView in 'uROR_CustomListView.pas',
uROR_GridView in 'uROR_GridView.pas',
uROR_ListView in 'uROR_ListView.pas',
uROR_SelectorTree in 'uROR_SelectorTree.pas',
uROR_AdvColGrid in 'uROR_AdvColGrid.pas',
uROR_SearchEdit in 'uROR_SearchEdit.pas',
uROR_TreeGrid in 'uROR_TreeGrid.pas',
uROR_DrugSelector in 'uROR_DrugSelector.pas',
uROR_CustomSelector in 'uROR_CustomSelector.pas',
uROR_SelectorGrid in 'uROR_SelectorGrid.pas';

end.