source: cprs/trunk/CPRS-Lib/ORCtrlLib2006.dpk@ 1727

Last change on this file since 1727 was 1727, checked in by healthsevak, 9 years ago

did minor correction in word document and also recompiled files after few minor spelling corrections etc

File size: 682 bytes
Line 
1package ORCtrlLib2006;
2
3{$R *.res}
4{$R 'ORCtrlsDsgn.dcr'}
5{$ALIGN 8}
6{$ASSERTIONS ON}
7{$BOOLEVAL OFF}
8{$DEBUGINFO OFF}
9{$EXTENDEDSYNTAX ON}
10{$IMPORTEDDATA ON}
11{$IOCHECKS ON}
12{$LOCALSYMBOLS ON}
13{$LONGSTRINGS ON}
14{$OPENSTRINGS ON}
15{$OPTIMIZATION ON}
16{$OVERFLOWCHECKS ON}
17{$RANGECHECKS ON}
18{$REFERENCEINFO ON}
19{$SAFEDIVIDE OFF}
20{$STACKFRAMES ON}
21{$TYPEDADDRESS OFF}
22{$VARSTRINGCHECKS ON}
23{$WRITEABLECONST ON}
24{$MINENUMSIZE 1}
25{$IMAGEBASE $400000}
26{$DESCRIPTION 'CPRS Custom Controls'}
27{$DESIGNONLY}
28{$IMPLICITBUILD OFF}
29
30requires
31 vcl,
32 vclx,
33 designide,
34 rtl;
35
36contains
37 ORCtrlsDsgn in 'ORCtrlsDsgn.pas',
38 ORCtrls in 'ORCtrls.pas';
39
40end.
Note: See TracBrowser for help on using the repository browser.