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 ORCtrls_D10_2;
{$R *.res}
{$R 'Source\ORCtrlsDsgn.dcr'}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE RELEASE}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'CPRS Custom Controls - 10.2.3'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}
requires
vcl,
vclx,
designide,
rtl,
Tee,
dbrtl,
VclSmp,
vcldb,
VA508Access_D10_2,
VAShared_R10_2,
XWB_R10_2;
contains
ORCtrls in 'Source\ORCtrls.pas',
ORCtrlsDsgn in 'Source\ORCtrlsDsgn.pas',
ORStaticText in 'Source\ORStaticText.pas',
ORSystem in 'Source\ORSystem.pas',
ORFn in 'Source\ORFn.pas',
ORClasses in 'Source\ORClasses.pas',
ORNet in 'Source\ORNet.pas',
ORCtrlsVA508Compatibility in 'Source\ORCtrlsVA508Compatibility.pas',
OR2006Compatibility in 'Source\OR2006Compatibility.pas' {frm2006Compatibility},
ORDtTmRng in 'Source\ORDtTmRng.pas' {ORfrmDateRange},
ORDtTmCal in 'Source\ORDtTmCal.pas',
ORDtTm in 'Source\ORDtTm.pas' {ORfrmDtTm},
ORRadioCheck in 'Source\ORRadioCheck.pas',
ORSplitter in 'Source\ORSplitter.pas',
ORNetIntf in 'Source\ORNetIntf.pas',
ORNetMult in 'Source\ORNetMult.pas',
Vawrgrid in 'Source\Vawrgrid.pas',
XMLUtils in 'Source\XMLUtils.pas',
MSXML_TLB in 'Source\MSXML_TLB.pas',
ORDtTmListBox in 'Source\ORDtTmListBox.pas';
end.