Changeset 1727 for cprs/trunk
- Timestamp:
- Jul 1, 2015, 2:42:56 AM (10 years ago)
- Location:
- cprs/trunk
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Lib/ORCtrlLib2006.dpk
r829 r1727 26 26 {$DESCRIPTION 'CPRS Custom Controls'} 27 27 {$DESIGNONLY} 28 {$IMPLICITBUILD O N}28 {$IMPLICITBUILD OFF} 29 29 30 30 requires … … 32 32 vclx, 33 33 designide, 34 VAShared2006,35 34 rtl; 36 35 37 36 contains 38 ORCtrls in 'ORCtrls.pas',39 ORCtrls Dsgn in 'ORCtrlsDsgn.pas';37 ORCtrlsDsgn in 'ORCtrlsDsgn.pas', 38 ORCtrls in 'ORCtrls.pas'; 40 39 41 40 end. -
cprs/trunk/CPRS-Lib/ORCtrlLib2006.dproj
r1683 r1727 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 3 <PropertyGroup> 3 4 <ProjectGuid>{da052835-cc1a-47fb-aa80-83418bab640b}</ProjectGuid> 4 <MainSource> ORCtrlLib2006.dpk</MainSource>5 <MainSource>E:\WVEHR\trunk\CPRS-Lib\ORCtrlLib2006.dpk</MainSource> 5 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> … … 33 34 <Borland.ProjectType>Package</Borland.ProjectType> 34 35 <BorlandProject> 35 <BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="PackageDescription">CPRS Custom Controls</Package_Options><Package_Options Name="ImplicitBuild">True</Package_Options><Package_Options Name="DesigntimeOnly">True</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1033</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">ORCtrlLib2006.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject> 36 <BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="PackageDescription">CPRS Custom Controls</Package_Options><Package_Options Name="ImplicitBuild">False</Package_Options><Package_Options Name="DesigntimeOnly">True</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><VersionInfo><VersionInfo Name="IncludeVerInfo">True</VersionInfo><VersionInfo Name="AutoIncBuild">False</VersionInfo><VersionInfo Name="MajorVer">1</VersionInfo><VersionInfo Name="MinorVer">0</VersionInfo><VersionInfo Name="Release">0</VersionInfo><VersionInfo Name="Build">0</VersionInfo><VersionInfo Name="Debug">False</VersionInfo><VersionInfo Name="PreRelease">False</VersionInfo><VersionInfo Name="Special">False</VersionInfo><VersionInfo Name="Private">False</VersionInfo><VersionInfo Name="DLL">False</VersionInfo><VersionInfo Name="Locale">1033</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">E:\WVEHR\trunk\CPRS-Lib\ORCtrlLib2006.dpk</Source></Source><Excluded_Packages> 37 38 39 <Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> 40 </Excluded_Packages></Delphi.Personality></BorlandProject></BorlandProject> 36 41 </ProjectExtensions> 37 42 <Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" /> … … 40 45 <MainSource>MainSource</MainSource> 41 46 </DelphiCompile> 42 <DCCReference Include="..\BDK50\BDK32_P50\Source\designide.dcp" /> 43 <DCCReference Include="..\BDK50\BDK32_P50\Source\rtl.dcp" /> 44 <DCCReference Include="..\BDK50\BDK32_P50\Source\VAShared2006.dcp" /> 45 <DCCReference Include="..\BDK50\BDK32_P50\Source\vcl.dcp" /> 46 <DCCReference Include="..\BDK50\BDK32_P50\Source\vclx.dcp" /> 47 <DCCReference Include="ORCtrls.pas" /> 48 <DCCReference Include="ORCtrlsDsgn.dcr" /> 49 <DCCReference Include="ORCtrlsDsgn.dcr" /> 50 <DCCReference Include="ORCtrlsDsgn.pas" /> 47 <DCCReference Include="E:\WVEHR\trunk\CPRS-Lib\designide.dcp" /> 48 <DCCReference Include="E:\WVEHR\trunk\CPRS-Lib\ORCtrls.pas" /> 49 <DCCReference Include="E:\WVEHR\trunk\CPRS-Lib\ORCtrlsDsgn.dcr" /> 50 <DCCReference Include="E:\WVEHR\trunk\CPRS-Lib\ORCtrlsDsgn.dcr" /> 51 <DCCReference Include="E:\WVEHR\trunk\CPRS-Lib\ORCtrlsDsgn.pas" /> 52 <DCCReference Include="E:\WVEHR\trunk\CPRS-Lib\rtl.dcp" /> 53 <DCCReference Include="E:\WVEHR\trunk\CPRS-Lib\vcl.dcp" /> 54 <DCCReference Include="E:\WVEHR\trunk\CPRS-Lib\vclx.dcp" /> 51 55 </ItemGroup> 52 56 </Project> -
cprs/trunk/CPRS-Lib/ORDateLib2006.VA508
r1681 r1727 23 23 10 24 24 2 25 E:\WVEHR\trunk\CPRS-Lib\ORDtTm.dfm 26 5780/1014976261 27 12 28 2 29 E:\WVEHR\trunk\CPRS-Lib\ORDtTmRng.dfm 30 1172/1014976261 31 14 32 2 33 E:\WVEHR\trunk\CPRS-Lib\OR2006Compatibility.dfm 34 408/1014976260 35 16 36 2 25 37 |EOINDEX| 26 38 242 … … 36 48 18 37 49 object frm2006Compatibility: Tfrm2006Compatibility 50 242 51 object ORfrmDtTm: TORfrmDtTm 52 60 53 object ORfrmDateRange: TORfrmDateRange 54 18 55 object frm2006Compatibility: Tfrm2006Compatibility -
cprs/trunk/CPRS-Lib/ORDateLib2006.drc
r1679 r1727 14 14 15 15 /* OR2006Compatibility.dfm */ 16 /* c:\program files\codegear\rad studio\5.0\lib\TeeResou.res */ 16 17 /* ORDtTm.DFM */ 17 18 /* ORDtTm.RES */ 18 19 /* ORDtTmRng.DFM */ 19 /* E:\ Vista_30_28\OR_SRC_CREATION\CPRS-Lib\ORDateLib2006.res */20 /* E:\ Vista_30_28\OR_SRC_CREATION\CPRS-Lib\ORDtTm.dcr */21 /* E:\ Vista_30_28\OR_SRC_CREATION\CPRS-Lib\ORDtTmRng.dcr */22 /* E:\ Vista_30_28\OR_SRC_CREATION\CPRS-Lib\ORDateLib2006.drf */20 /* E:\WVEHR\trunk\CPRS-Lib\ORDateLib2006.res */ 21 /* E:\WVEHR\trunk\CPRS-Lib\ORDtTm.dcr */ 22 /* E:\WVEHR\trunk\CPRS-Lib\ORDtTmRng.dcr */ 23 /* E:\WVEHR\trunk\CPRS-Lib\ORDateLib2006.drf */ -
cprs/trunk/Packages/ORCtrlLib2006.map
r1679 r1727 1 1 2 2 Start Length Name Class 3 0001:00401000 0001 3FE8H .text CODE4 0002:0041 5000 00000214H .itext ICODE5 0003:0041 6000 00000284H .data DATA6 0004:0041 7000 000000B4H .bss BSS3 0001:00401000 00017CFCH .text CODE 4 0002:00419000 0000024CH .itext ICODE 5 0003:0041A000 00000ADCH .data DATA 6 0004:0041B000 00000134H .bss BSS 7 7 0005:00000000 00000000H .tls TLS 8 8 … … 10 10 Detailed map of segments 11 11 12 0001:00000000 000001D6 C=CODE S=.text G=(none) M=System ACBP=A9 13 0001:000001D8 00000016 C=CODE S=.text G=(none) M=TypInfo ACBP=A9 14 0001:000001F0 0000006E C=CODE S=.text G=(none) M=SysUtils ACBP=A9 15 0001:00000260 0000025C C=CODE S=.text G=(none) M=Windows ACBP=A9 16 0001:000004BC 00000036 C=CODE S=.text G=(none) M=Variants ACBP=A9 17 0001:000004F4 00000006 C=CODE S=.text G=(none) M=VarUtils ACBP=A9 18 0001:000004FC 00000196 C=CODE S=.text G=(none) M=Classes ACBP=A9 19 0001:00000694 0000048E C=CODE S=.text G=(none) M=Controls ACBP=A9 20 0001:00000B24 00000006 C=CODE S=.text G=(none) M=ActnList ACBP=A9 21 0001:00000B2C 0000001E C=CODE S=.text G=(none) M=ImgList ACBP=A9 22 0001:00000B4C 0000002F C=CODE S=.text G=(none) M=CommCtrl ACBP=A9 23 0001:00000B7C 00000086 C=CODE S=.text G=(none) M=Graphics ACBP=A9 24 0001:00000C04 00000006 C=CODE S=.text G=(none) M=Registry ACBP=A9 25 0001:00000C0C 00000006 C=CODE S=.text G=(none) M=IniFiles ACBP=A9 26 0001:00000C14 00000006 C=CODE S=.text G=(none) M=Themes ACBP=A9 27 0001:00000C1C 000000AE C=CODE S=.text G=(none) M=Menus ACBP=A9 28 0001:00000CCC 00000006 C=CODE S=.text G=(none) M=UxTheme ACBP=A9 29 0001:00000CD4 00000006 C=CODE S=.text G=(none) M=MultiMon ACBP=A9 30 0001:00000CDC 00000006 C=CODE S=.text G=(none) M=DwmApi ACBP=A9 31 0001:00000CE4 00000016 C=CODE S=.text G=(none) M=Forms ACBP=A9 32 0001:00000CFC 00000006 C=CODE S=.text G=(none) M=HelpIntfs ACBP=A9 33 0001:00000D04 00000006 C=CODE S=.text G=(none) M=Dialogs ACBP=A9 34 0001:00000D0C 00000386 C=CODE S=.text G=(none) M=StdCtrls ACBP=A9 35 0001:00001094 00000006 C=CODE S=.text G=(none) M=Printers ACBP=A9 36 0001:0000109C 00000086 C=CODE S=.text G=(none) M=ExtCtrls ACBP=A9 37 0001:00001124 00000006 C=CODE S=.text G=(none) M=GraphUtil ACBP=A9 38 0001:0000112C 00000006 C=CODE S=.text G=(none) M=Clipbrd ACBP=A9 39 0001:00001134 00000006 C=CODE S=.text G=(none) M=FlatSB ACBP=A9 40 0001:0000113C 00000046 C=CODE S=.text G=(none) M=CheckLst ACBP=A9 41 0001:00001184 0000005E C=CODE S=.text G=(none) M=Grids ACBP=A9 42 0001:000011E4 0000004E C=CODE S=.text G=(none) M=Buttons ACBP=A9 43 0001:00001234 0000032E C=CODE S=.text G=(none) M=ComCtrls ACBP=A9 44 0001:00001564 00000006 C=CODE S=.text G=(none) M=ExtActns ACBP=A9 45 0001:0000156C 00000006 C=CODE S=.text G=(none) M=ExtDlgs ACBP=A9 46 0001:00001574 00000006 C=CODE S=.text G=(none) M=Mapi ACBP=A9 47 0001:0000157C 00000006 C=CODE S=.text G=(none) M=VAUtils ACBP=A9 48 0001:00001584 00000006 C=CODE S=.text G=(none) M=ComObj ACBP=A9 49 0001:0000158C 000000B6 C=CODE S=.text G=(none) M=DesignEditors ACBP=A9 50 0001:00001644 00000006 C=CODE S=.text G=(none) M=DesignIntf ACBP=A9 51 0001:0000164C 00000006 C=CODE S=.text G=(none) M=ToolsAPI ACBP=A9 52 0001:00001654 00000006 C=CODE S=.text G=(none) M=XMLIntf ACBP=A9 53 0001:0000165C 00000006 C=CODE S=.text G=(none) M=xmldom ACBP=A9 54 0001:00001664 00000006 C=CODE S=.text G=(none) M=msxmldom ACBP=A9 55 0001:0000166C 00000006 C=CODE S=.text G=(none) M=DockForm ACBP=A9 56 0001:00001674 00000006 C=CODE S=.text G=(none) M=IDEMessages ACBP=A9 57 0001:0000167C 00000006 C=CODE S=.text G=(none) M=DeskForm ACBP=A9 58 0001:00001684 00000006 C=CODE S=.text G=(none) M=BaseDock ACBP=A9 59 0001:0000168C 00000006 C=CODE S=.text G=(none) M=PercentageDockTree ACBP=A9 60 0001:00001694 00000006 C=CODE S=.text G=(none) M=CaptionedDockTree ACBP=A9 61 0001:0000169C 00000006 C=CODE S=.text G=(none) M=DockTabSet ACBP=A9 62 0001:000016A4 00000006 C=CODE S=.text G=(none) M=Tabs ACBP=A9 63 0001:000016AC 00000006 C=CODE S=.text G=(none) M=DeskUtil ACBP=A9 64 0001:000016B4 00000006 C=CODE S=.text G=(none) M=ActnMan ACBP=A9 65 0001:000016BC 00000006 C=CODE S=.text G=(none) M=ActnMenus ACBP=A9 66 0001:000016C4 00000006 C=CODE S=.text G=(none) M=XPStyleActnCtrls ACBP=A9 67 0001:000016CC 00000006 C=CODE S=.text G=(none) M=Proxies ACBP=A9 68 0001:000016D4 000001C3 C=CODE S=.text G=(none) M=SysInit ACBP=A9 69 0001:00001898 00011CCB C=CODE S=.text G=(none) M=ORCtrls ACBP=A9 70 0001:00013564 000006E2 C=CODE S=.text G=(none) M=ORCtrlsDsgn ACBP=A9 71 0001:00013C48 0000039F C=CODE S=.text G=(none) M=.ORCtrlLib2006 ACBP=A9 12 0001:00000000 0000020E C=CODE S=.text G=(none) M=System ACBP=A9 13 0001:00000210 00000086 C=CODE S=.text G=(none) M=SysUtils ACBP=A9 14 0001:00000298 000002BC C=CODE S=.text G=(none) M=Windows ACBP=A9 15 0001:00000554 00000016 C=CODE S=.text G=(none) M=TypInfo ACBP=A9 16 0001:0000056C 00000066 C=CODE S=.text G=(none) M=Variants ACBP=A9 17 0001:000005D4 00000006 C=CODE S=.text G=(none) M=VarUtils ACBP=A9 18 0001:000005DC 000001CE C=CODE S=.text G=(none) M=Classes ACBP=A9 19 0001:000007AC 0000048E C=CODE S=.text G=(none) M=Controls ACBP=A9 20 0001:00000C3C 00000006 C=CODE S=.text G=(none) M=ActnList ACBP=A9 21 0001:00000C44 0000001E C=CODE S=.text G=(none) M=ImgList ACBP=A9 22 0001:00000C64 0000002F C=CODE S=.text G=(none) M=CommCtrl ACBP=A9 23 0001:00000C94 00000086 C=CODE S=.text G=(none) M=Graphics ACBP=A9 24 0001:00000D1C 00000006 C=CODE S=.text G=(none) M=Registry ACBP=A9 25 0001:00000D24 00000006 C=CODE S=.text G=(none) M=IniFiles ACBP=A9 26 0001:00000D2C 00000006 C=CODE S=.text G=(none) M=Themes ACBP=A9 27 0001:00000D34 000000AE C=CODE S=.text G=(none) M=Menus ACBP=A9 28 0001:00000DE4 00000006 C=CODE S=.text G=(none) M=UxTheme ACBP=A9 29 0001:00000DEC 00000006 C=CODE S=.text G=(none) M=MultiMon ACBP=A9 30 0001:00000DF4 00000006 C=CODE S=.text G=(none) M=DwmApi ACBP=A9 31 0001:00000DFC 0000002E C=CODE S=.text G=(none) M=Forms ACBP=A9 32 0001:00000E2C 00000006 C=CODE S=.text G=(none) M=HelpIntfs ACBP=A9 33 0001:00000E34 00000006 C=CODE S=.text G=(none) M=Dialogs ACBP=A9 34 0001:00000E3C 00000006 C=CODE S=.text G=(none) M=ShlObj ACBP=A9 35 0001:00000E44 00000386 C=CODE S=.text G=(none) M=StdCtrls ACBP=A9 36 0001:000011CC 00000006 C=CODE S=.text G=(none) M=Printers ACBP=A9 37 0001:000011D4 0000000E C=CODE S=.text G=(none) M=StrUtils ACBP=A9 38 0001:000011E4 00000086 C=CODE S=.text G=(none) M=ExtCtrls ACBP=A9 39 0001:0000126C 00000006 C=CODE S=.text G=(none) M=GraphUtil ACBP=A9 40 0001:00001274 00000006 C=CODE S=.text G=(none) M=Clipbrd ACBP=A9 41 0001:0000127C 00000006 C=CODE S=.text G=(none) M=FlatSB ACBP=A9 42 0001:00001284 00000046 C=CODE S=.text G=(none) M=CheckLst ACBP=A9 43 0001:000012CC 0000005E C=CODE S=.text G=(none) M=Grids ACBP=A9 44 0001:0000132C 0000004E C=CODE S=.text G=(none) M=Buttons ACBP=A9 45 0001:0000137C 0000032E C=CODE S=.text G=(none) M=ComCtrls ACBP=A9 46 0001:000016AC 00000006 C=CODE S=.text G=(none) M=ExtActns ACBP=A9 47 0001:000016B4 00000006 C=CODE S=.text G=(none) M=ExtDlgs ACBP=A9 48 0001:000016BC 00000006 C=CODE S=.text G=(none) M=Mapi ACBP=A9 49 0001:000016C4 0000000E C=CODE S=.text G=(none) M=ComObj ACBP=A9 50 0001:000016D4 0000041D C=CODE S=.text G=(none) M=PsAPI ACBP=A9 51 0001:00001AF4 000000B6 C=CODE S=.text G=(none) M=DesignEditors ACBP=A9 52 0001:00001BAC 00000006 C=CODE S=.text G=(none) M=DesignIntf ACBP=A9 53 0001:00001BB4 00000006 C=CODE S=.text G=(none) M=ToolsAPI ACBP=A9 54 0001:00001BBC 00000006 C=CODE S=.text G=(none) M=XMLIntf ACBP=A9 55 0001:00001BC4 00000006 C=CODE S=.text G=(none) M=xmldom ACBP=A9 56 0001:00001BCC 00000006 C=CODE S=.text G=(none) M=msxmldom ACBP=A9 57 0001:00001BD4 00000006 C=CODE S=.text G=(none) M=DockForm ACBP=A9 58 0001:00001BDC 00000006 C=CODE S=.text G=(none) M=IDEMessages ACBP=A9 59 0001:00001BE4 00000006 C=CODE S=.text G=(none) M=DeskForm ACBP=A9 60 0001:00001BEC 00000006 C=CODE S=.text G=(none) M=BaseDock ACBP=A9 61 0001:00001BF4 00000006 C=CODE S=.text G=(none) M=PercentageDockTree ACBP=A9 62 0001:00001BFC 00000006 C=CODE S=.text G=(none) M=CaptionedDockTree ACBP=A9 63 0001:00001C04 00000006 C=CODE S=.text G=(none) M=DockTabSet ACBP=A9 64 0001:00001C0C 00000006 C=CODE S=.text G=(none) M=Tabs ACBP=A9 65 0001:00001C14 00000006 C=CODE S=.text G=(none) M=DeskUtil ACBP=A9 66 0001:00001C1C 00000006 C=CODE S=.text G=(none) M=ActnMan ACBP=A9 67 0001:00001C24 00000006 C=CODE S=.text G=(none) M=ActnMenus ACBP=A9 68 0001:00001C2C 00000006 C=CODE S=.text G=(none) M=XPStyleActnCtrls ACBP=A9 69 0001:00001C34 00000006 C=CODE S=.text G=(none) M=Proxies ACBP=A9 70 0001:00001C3C 000001C3 C=CODE S=.text G=(none) M=SysInit ACBP=A9 71 0001:00001E00 00000886 C=CODE S=.text G=(none) M=VAClasses ACBP=A9 72 0001:00002688 00002F23 C=CODE S=.text G=(none) M=VAUtils ACBP=A9 73 0001:000055AC 00011CCB C=CODE S=.text G=(none) M=ORCtrls ACBP=A9 74 0001:00017278 000006E2 C=CODE S=.text G=(none) M=ORCtrlsDsgn ACBP=A9 75 0001:0001795C 0000039F C=CODE S=.text G=(none) M=.ORCtrlLib2006 ACBP=A9 72 76 0002:00000000 00000006 C=ICODE S=.itext G=(none) M=System ACBP=A9 73 0002:00000008 00000006 C=ICODE S=.itext G=(none) M= TypInfoACBP=A974 0002:00000010 000000 06 C=ICODE S=.itext G=(none) M=SysUtilsACBP=A975 0002:000000 18 00000011 C=ICODE S=.itext G=(none) M=WindowsACBP=A977 0002:00000008 00000006 C=ICODE S=.itext G=(none) M=SysUtils ACBP=A9 78 0002:00000010 00000011 C=ICODE S=.itext G=(none) M=Windows ACBP=A9 79 0002:00000024 00000006 C=ICODE S=.itext G=(none) M=TypInfo ACBP=A9 76 80 0002:0000002C 00000006 C=ICODE S=.itext G=(none) M=Variants ACBP=A9 77 81 0002:00000034 00000006 C=ICODE S=.itext G=(none) M=VarUtils ACBP=A9 … … 101 105 0002:000000F4 00000006 C=ICODE S=.itext G=(none) M=ExtDlgs ACBP=A9 102 106 0002:000000FC 00000006 C=ICODE S=.itext G=(none) M=Mapi ACBP=A9 103 0002:00000104 00000006 C=ICODE S=.itext G=(none) M=VAUtils ACBP=A9 104 0002:0000010C 00000006 C=ICODE S=.itext G=(none) M=ComObj ACBP=A9 105 0002:00000114 00000006 C=ICODE S=.itext G=(none) M=DesignEditors ACBP=A9 106 0002:0000011C 00000006 C=ICODE S=.itext G=(none) M=ToolsAPI ACBP=A9 107 0002:00000124 00000006 C=ICODE S=.itext G=(none) M=XMLIntf ACBP=A9 108 0002:0000012C 00000006 C=ICODE S=.itext G=(none) M=xmldom ACBP=A9 109 0002:00000134 00000006 C=ICODE S=.itext G=(none) M=msxmldom ACBP=A9 110 0002:0000013C 00000006 C=ICODE S=.itext G=(none) M=DockForm ACBP=A9 111 0002:00000144 00000006 C=ICODE S=.itext G=(none) M=IDEMessages ACBP=A9 112 0002:0000014C 00000006 C=ICODE S=.itext G=(none) M=DeskForm ACBP=A9 113 0002:00000154 00000006 C=ICODE S=.itext G=(none) M=BaseDock ACBP=A9 114 0002:0000015C 00000006 C=ICODE S=.itext G=(none) M=PercentageDockTree ACBP=A9 115 0002:00000164 00000006 C=ICODE S=.itext G=(none) M=CaptionedDockTree ACBP=A9 116 0002:0000016C 00000006 C=ICODE S=.itext G=(none) M=DockTabSet ACBP=A9 117 0002:00000174 00000006 C=ICODE S=.itext G=(none) M=Tabs ACBP=A9 118 0002:0000017C 00000006 C=ICODE S=.itext G=(none) M=DeskUtil ACBP=A9 119 0002:00000184 00000006 C=ICODE S=.itext G=(none) M=ActnMan ACBP=A9 120 0002:0000018C 00000006 C=ICODE S=.itext G=(none) M=ActnMenus ACBP=A9 121 0002:00000194 00000006 C=ICODE S=.itext G=(none) M=XPStyleActnCtrls ACBP=A9 122 0002:0000019C 00000006 C=ICODE S=.itext G=(none) M=Proxies ACBP=A9 123 0002:000001A4 0000005E C=ICODE S=.itext G=(none) M=ORCtrls ACBP=A9 124 0002:00000204 00000008 C=ICODE S=.itext G=(none) M=ORCtrlsDsgn ACBP=A9 125 0002:0000020C 00000005 C=ICODE S=.itext G=(none) M=.ORCtrlLib2006 ACBP=A9 107 0002:00000104 00000006 C=ICODE S=.itext G=(none) M=ComObj ACBP=A9 108 0002:0000010C 00000006 C=ICODE S=.itext G=(none) M=DesignEditors ACBP=A9 109 0002:00000114 00000006 C=ICODE S=.itext G=(none) M=ToolsAPI ACBP=A9 110 0002:0000011C 00000006 C=ICODE S=.itext G=(none) M=XMLIntf ACBP=A9 111 0002:00000124 00000006 C=ICODE S=.itext G=(none) M=xmldom ACBP=A9 112 0002:0000012C 00000006 C=ICODE S=.itext G=(none) M=msxmldom ACBP=A9 113 0002:00000134 00000006 C=ICODE S=.itext G=(none) M=DockForm ACBP=A9 114 0002:0000013C 00000006 C=ICODE S=.itext G=(none) M=IDEMessages ACBP=A9 115 0002:00000144 00000006 C=ICODE S=.itext G=(none) M=DeskForm ACBP=A9 116 0002:0000014C 00000006 C=ICODE S=.itext G=(none) M=BaseDock ACBP=A9 117 0002:00000154 00000006 C=ICODE S=.itext G=(none) M=PercentageDockTree ACBP=A9 118 0002:0000015C 00000006 C=ICODE S=.itext G=(none) M=CaptionedDockTree ACBP=A9 119 0002:00000164 00000006 C=ICODE S=.itext G=(none) M=DockTabSet ACBP=A9 120 0002:0000016C 00000006 C=ICODE S=.itext G=(none) M=Tabs ACBP=A9 121 0002:00000174 00000006 C=ICODE S=.itext G=(none) M=DeskUtil ACBP=A9 122 0002:0000017C 00000006 C=ICODE S=.itext G=(none) M=ActnMan ACBP=A9 123 0002:00000184 00000006 C=ICODE S=.itext G=(none) M=ActnMenus ACBP=A9 124 0002:0000018C 00000006 C=ICODE S=.itext G=(none) M=XPStyleActnCtrls ACBP=A9 125 0002:00000194 00000006 C=ICODE S=.itext G=(none) M=Proxies ACBP=A9 126 0002:0000019C 00000008 C=ICODE S=.itext G=(none) M=VAClasses ACBP=A9 127 0002:000001A4 00000036 C=ICODE S=.itext G=(none) M=VAUtils ACBP=A9 128 0002:000001DC 0000005E C=ICODE S=.itext G=(none) M=ORCtrls ACBP=A9 129 0002:0000023C 00000008 C=ICODE S=.itext G=(none) M=ORCtrlsDsgn ACBP=A9 130 0002:00000244 00000005 C=ICODE S=.itext G=(none) M=.ORCtrlLib2006 ACBP=A9 126 131 0003:00000000 00000030 C=DATA S=.data G=DGROUP M=SysInit ACBP=A9 127 0003:00000030 00000248 C=DATA S=.data G=DGROUP M=ORCtrls ACBP=A9 132 0003:00000030 00000855 C=DATA S=.data G=DGROUP M=VAUtils ACBP=A9 133 0003:00000888 00000248 C=DATA S=.data G=DGROUP M=ORCtrls ACBP=A9 128 134 0004:00000000 00000008 C=BSS S=.bss G=DGROUP M=Windows ACBP=A9 129 0004:00000008 0000000C C=BSS S=.bss G=DGROUP M=SysInit ACBP=A9 130 0004:00000014 00000099 C=BSS S=.bss G=DGROUP M=ORCtrls ACBP=A9 131 0004:000000B0 00000004 C=BSS S=.bss G=DGROUP M=ORCtrlsDsgn ACBP=A9 135 0004:00000008 00000060 C=BSS S=.bss G=DGROUP M=PsAPI ACBP=A9 136 0004:00000068 0000000C C=BSS S=.bss G=DGROUP M=SysInit ACBP=A9 137 0004:00000074 00000004 C=BSS S=.bss G=DGROUP M=VAClasses ACBP=A9 138 0004:00000078 0000001C C=BSS S=.bss G=DGROUP M=VAUtils ACBP=A9 139 0004:00000094 00000099 C=BSS S=.bss G=DGROUP M=ORCtrls ACBP=A9 140 0004:00000130 00000004 C=BSS S=.bss G=DGROUP M=ORCtrlsDsgn ACBP=A9 132 141 133 142 134 143 Address Publics by Name 135 144 136 0002:0000020C .ORCtrlLib2006..ORCtrlLib2006 137 0001:00013FC8 .ORCtrlLib2006.@GetPackageInfoTable 138 0001:00013FD0 .ORCtrlLib2006.@PackageLoad 139 0001:00013FDC .ORCtrlLib2006.@PackageUnload 140 0001:00000B4C CommCtrl.TreeView_GetItem 141 0001:00000B64 CommCtrl.TreeView_SetItem 142 0004:00000014 ORCtrls..03 143 0001:000053EC ORCtrls..TCaptionCheckListBox 144 0001:00005D04 ORCtrls..TCaptionComboBox 145 0001:00005874 ORCtrls..TCaptionEdit 146 0001:00005148 ORCtrls..TCaptionListBox 147 0001:00005F58 ORCtrls..TCaptionListView 148 0001:00005658 ORCtrls..TCaptionMemo 149 0001:00005AA8 ORCtrls..TCaptionRichEdit 150 0001:000061B8 ORCtrls..TCaptionStringGrid 151 0001:00003E5C ORCtrls..TCaptionTreeView 152 0001:000063A0 ORCtrls..TItemTip 153 0001:00004DE8 ORCtrls..TKeyClickPanel 154 0001:00004F50 ORCtrls..TKeyClickRadioGroup 155 0001:0000389C ORCtrls..TORAlignButton 156 0001:00003BF0 ORCtrls..TORAlignEdit 157 0001:00003A8C ORCtrls..TORAlignSpeedButton 158 0001:000032AC ORCtrls..TORAutoPanel 159 0001:0000441C ORCtrls..TORCBImageIndexes 160 0001:000046AC ORCtrls..TORCheckBox 161 0001:0000283C ORCtrls..TORComboBox 162 0001:000025DC ORCtrls..TORComboEdit 163 0001:00002474 ORCtrls..TORComboPanelEdit 164 0001:000022C8 ORCtrls..TORDropPanel 165 0001:00001D28 ORCtrls..TORListBox 166 0001:00004A64 ORCtrls..TORListView 167 0001:00004D0C ORCtrls..TORMenuItem 168 0001:00003414 ORCtrls..TOROffsetLabel 169 0001:00004C34 ORCtrls..TORPopupMenu 170 0001:00001910 ORCtrls..TORStrings 171 0001:00004038 ORCtrls..TORTreeNode 172 0001:0000412C ORCtrls..TORTreeView 173 0001:000064F8 ORCtrls..TSizeRatio 174 0001:00006B78 ORCtrls.AddItemTipRef 175 0003:00000030 ORCtrls.ALPHA_DISTRIBUTION 176 0003:00000204 ORCtrls.BlackCheckBoxImageResNames 177 0003:00000250 ORCtrls.BlackComboBoxImages 178 0003:00000258 ORCtrls.ButtonAlignment 179 0003:0000026C ORCtrls.ButtonLayout 180 0003:00000264 ORCtrls.ButtonWordWrap 181 0001:00010250 ORCtrls.CalcShortName 182 0003:000001C4 ORCtrls.CheckBoxImageResNames 183 0001:0000B834 ORCtrls.ClearLong 184 0001:00006574 ORCtrls.ClientWidthOfList 185 0003:00000248 ORCtrls.ComboBoxImages 186 0001:000075AC ORCtrls.DestroyORCBBitmaps 187 0001:0000CB48 ORCtrls.DropDownPanelClosed 188 0001:0000CB1C ORCtrls.DropDownPanelOpened 189 0001:00012280 ORCtrls.EnableCtrl 190 0001:000134F4 ORCtrls.Finalization 191 0001:000066BC ORCtrls.FontHeightPixel 192 0001:000065B8 ORCtrls.FontWidthPixel 193 0001:000074E8 ORCtrls.GetORCBBitmap 194 0001:0001312C ORCtrls.GoodNotifyWinEvent 195 0001:00006700 ORCtrls.HigherOf 196 0004:00000028 ORCtrls.HintArray 197 0001:000068D0 ORCtrls.IntArrayToString 198 0001:00013294 ORCtrls.IsAMouseButtonDown 199 0001:00006B44 ORCtrls.ItemTipKeyHook 200 0001:0000670C ORCtrls.LowerOf 201 0004:0000002C ORCtrls.ORCBImages 202 0002:000001A4 ORCtrls.ORCtrls 203 0001:00006718 ORCtrls.Piece 204 0001:00006BB0 ORCtrls.RemoveItemTipRef 205 0001:00010D94 ORCtrls.RStr 206 0001:000067A8 ORCtrls.SetPiece 207 0001:00006B0C ORCtrls.StringBetween 208 0001:000069A0 ORCtrls.StringToIntArray 209 0001:00012C40 ORCtrls.TCaptionCheckListBox.GetCaption 210 0001:00012C6C ORCtrls.TCaptionCheckListBox.GetDynamicProperty 211 0001:00012C90 ORCtrls.TCaptionCheckListBox.SetCaption 212 0001:00012D14 ORCtrls.TCaptionCheckListBox.SupportsDynamicProperty 213 0001:00012FD8 ORCtrls.TCaptionComboBox.GetCaption 214 0001:00013004 ORCtrls.TCaptionComboBox.GetDynamicProperty 215 0001:00013028 ORCtrls.TCaptionComboBox.SetCaption 216 0001:000130AC ORCtrls.TCaptionComboBox.SupportsDynamicProperty 217 0001:00012DF8 ORCtrls.TCaptionEdit.GetCaption 218 0001:00012E24 ORCtrls.TCaptionEdit.GetDynamicProperty 219 0001:00012E48 ORCtrls.TCaptionEdit.SetCaption 220 0001:00012ECC ORCtrls.TCaptionEdit.SupportsDynamicProperty 221 0001:00012810 ORCtrls.TCaptionListBox.DoEnter 222 0001:00012834 ORCtrls.TCaptionListBox.GetCaption 223 0001:00012860 ORCtrls.TCaptionListBox.GetDynamicProperty 224 0001:000128C0 ORCtrls.TCaptionListBox.MoveFocusDown 225 0001:00012884 ORCtrls.TCaptionListBox.MoveFocusUp 226 0001:00012914 ORCtrls.TCaptionListBox.SetCaption 227 0001:00012998 ORCtrls.TCaptionListBox.SupportsDynamicProperty 228 0001:000129A0 ORCtrls.TCaptionListBox.WMKeyDown 229 0001:00012A4C ORCtrls.TCaptionListBox.WMMouseMove 230 0001:00012B0C ORCtrls.TCaptionListBox.WMRButtonUp 231 0001:000134C8 ORCtrls.TCaptionListView.GetDynamicProperty 232 0001:000134EC ORCtrls.TCaptionListView.SupportsDynamicProperty 233 0001:00012D1C ORCtrls.TCaptionMemo.GetCaption 234 0001:00012D48 ORCtrls.TCaptionMemo.GetDynamicProperty 235 0001:00012D6C ORCtrls.TCaptionMemo.SetCaption 236 0001:00012DF0 ORCtrls.TCaptionMemo.SupportsDynamicProperty 237 0001:00012ED4 ORCtrls.TCaptionRichEdit.GetDynamicProperty 238 0001:00012EFC ORCtrls.TCaptionRichEdit.SupportsDynamicProperty 239 0001:00013134 ORCtrls.TCaptionStringGrid.ColRowToIndex 240 0001:00013184 ORCtrls.TCaptionStringGrid.GetDynamicProperty 241 0001:000131AC ORCtrls.TCaptionStringGrid.IndexToColRow 242 0001:00013210 ORCtrls.TCaptionStringGrid.KeyUp 243 0001:0001328C ORCtrls.TCaptionStringGrid.SupportsDynamicProperty 244 0001:00012F04 ORCtrls.TCaptionTreeView.GetCaption 245 0001:00012F1C ORCtrls.TCaptionTreeView.GetDynamicProperty 246 0001:00012F40 ORCtrls.TCaptionTreeView.SetCaption 247 0001:00012FD0 ORCtrls.TCaptionTreeView.SupportsDynamicProperty 248 0001:00006BE0 ORCtrls.TItemTip.Create 249 0001:00006C70 ORCtrls.TItemTip.CreateParams 250 0001:00006C34 ORCtrls.TItemTip.Destroy 251 0001:00006DC8 ORCtrls.TItemTip.GetTabSettings 252 0001:00006D84 ORCtrls.TItemTip.Hide 253 0001:00006C9C ORCtrls.TItemTip.Paint 254 0001:0000719C ORCtrls.TItemTip.Show 255 0001:00006EF4 ORCtrls.TItemTip.UpdateText 256 0001:000126E4 ORCtrls.TKeyClickPanel.KeyDown 257 0001:00012708 ORCtrls.TKeyClickRadioGroup.Click 258 0001:00012740 ORCtrls.TKeyClickRadioGroup.Create 259 0001:000127A0 ORCtrls.TKeyClickRadioGroup.KeyDown 260 0001:0000FE64 ORCtrls.TORAlignButton.Create 261 0001:0000FEB4 ORCtrls.TORAlignButton.CreateParams 262 0001:0000FEFC ORCtrls.TORAlignButton.SetAlignment 263 0001:0000FF14 ORCtrls.TORAlignButton.SetLayout 264 0001:0000FF2C ORCtrls.TORAlignButton.SetWordWrap 265 0001:000130B4 ORCtrls.TORAlignSpeedButton.Paint 266 0001:0000F870 ORCtrls.TORAutoPanel.BuildSizes 267 0001:0000F7F8 ORCtrls.TORAutoPanel.Destroy 268 0001:0000F99C ORCtrls.TORAutoPanel.DoResize 269 0001:0000F968 ORCtrls.TORAutoPanel.Loaded 270 0001:0000FB44 ORCtrls.TORAutoPanel.Resize 271 0001:00010C9C ORCtrls.TORCBImageIndexes.Create 272 0001:00010D20 ORCtrls.TORCBImageIndexes.Destroy 273 0001:00010DD0 ORCtrls.TORCBImageIndexes.IdxString 274 0001:00011014 ORCtrls.TORCBImageIndexes.ImageListChanged 275 0001:00011048 ORCtrls.TORCBImageIndexes.Notification 276 0001:00011078 ORCtrls.TORCBImageIndexes.SetCheckedDisabledIndex 277 0001:0001108C ORCtrls.TORCBImageIndexes.SetCheckedEnabledIndex 278 0001:000110A0 ORCtrls.TORCBImageIndexes.SetGrayedDisabledIndex 279 0001:000110B4 ORCtrls.TORCBImageIndexes.SetGrayedEnabledIndex 280 0001:00010EB4 ORCtrls.TORCBImageIndexes.SetIdxString 281 0001:00010D54 ORCtrls.TORCBImageIndexes.SetImages 282 0001:000110C8 ORCtrls.TORCBImageIndexes.SetUncheckedDisabledIndex 283 0001:000110DC ORCtrls.TORCBImageIndexes.SetUncheckedEnabledIndex 284 0001:00011F00 ORCtrls.TORCheckBox.AutoAdjustSize 285 0001:00012384 ORCtrls.TORCheckBox.BMGetCheck 286 0001:000123B0 ORCtrls.TORCheckBox.BMGetState 287 0001:00011D8C ORCtrls.TORCheckBox.BMSetCheck 288 0001:00011304 ORCtrls.TORCheckBox.CMEnabledChanged 289 0001:00011320 ORCtrls.TORCheckBox.CMFontChanged 290 0001:0001133C ORCtrls.TORCheckBox.CNDrawItem 291 0001:00011358 ORCtrls.TORCheckBox.CNMeasureItem 292 0001:000110F0 ORCtrls.TORCheckBox.Create 293 0001:00011198 ORCtrls.TORCheckBox.CreateCommon 294 0001:000112E8 ORCtrls.TORCheckBox.CreateParams 295 0001:000111C8 ORCtrls.TORCheckBox.Destroy 296 0001:00011934 ORCtrls.TORCheckBox.DrawItem 297 0001:000120D4 ORCtrls.TORCheckBox.GetCaption 298 0001:0001137C ORCtrls.TORCheckBox.GetDrawData 299 0001:00011210 ORCtrls.TORCheckBox.GetImageIndexes 300 0001:0001122C ORCtrls.TORCheckBox.GetImageList 301 0001:0001114C ORCtrls.TORCheckBox.ListViewCreate 302 0001:0001233C ORCtrls.TORCheckBox.Notification 303 0001:00012158 ORCtrls.TORCheckBox.SetAllowAllUnchecked 304 0001:00012244 ORCtrls.TORCheckBox.SetAssociate 305 0001:00011EBC ORCtrls.TORCheckBox.SetAutoSize 306 0001:00011EE4 ORCtrls.TORCheckBox.SetBlackColorMode 307 0001:000120EC ORCtrls.TORCheckBox.SetCaption 308 0001:00012370 ORCtrls.TORCheckBox.SetFocusOnBox 309 0001:00011D28 ORCtrls.TORCheckBox.SetGrayedStyle 310 0001:00012168 ORCtrls.TORCheckBox.SetGroupIndex 311 0001:00011238 ORCtrls.TORCheckBox.SetImageIndexes 312 0001:00011248 ORCtrls.TORCheckBox.SetImageList 313 0001:00012218 ORCtrls.TORCheckBox.SetParent 314 0001:00012230 ORCtrls.TORCheckBox.SetRadioStyle 315 0001:00011E94 ORCtrls.TORCheckBox.SetWordWrap 316 0001:00012198 ORCtrls.TORCheckBox.SyncAllowAllUnchecked 317 0001:00011258 ORCtrls.TORCheckBox.Toggle 318 0001:0001231C ORCtrls.TORCheckBox.UpdateAssociate 319 0001:00011D4C ORCtrls.TORCheckBox.WMLButtonDblClk 320 0001:00011D64 ORCtrls.TORCheckBox.WMSize 321 0001:0000E9D0 ORCtrls.TORComboBox.AddReference 322 0001:0000D3AC ORCtrls.TORComboBox.AdjustSizeOfSelf 323 0001:0000F6D8 ORCtrls.TORComboBox.CheckBoxSelected 324 0001:0000EA34 ORCtrls.TORComboBox.Clear 325 0001:0000D66C ORCtrls.TORComboBox.ClearDropDownStatus 326 0001:0000EA5C ORCtrls.TORComboBox.ClearTop 327 0001:0000D2EC ORCtrls.TORComboBox.CMFontChanged 328 0001:0000D118 ORCtrls.TORComboBox.Create 329 0001:0000D684 ORCtrls.TORComboBox.Destroy 330 0001:0000D6B4 ORCtrls.TORComboBox.DoEnter 331 0001:0000D70C ORCtrls.TORComboBox.DoExit 332 0001:0000D52C ORCtrls.TORComboBox.DropButtonDown 333 0001:0000D55C ORCtrls.TORComboBox.DropButtonUp 334 0001:0000D58C ORCtrls.TORComboBox.DropDownStatusChanged 335 0001:0000F330 ORCtrls.TORComboBox.DropPanelBtnPressed 336 0001:0000D398 ORCtrls.TORComboBox.EditControl 337 0001:0000EA6C ORCtrls.TORComboBox.ForDataUse 338 0001:0000D808 ORCtrls.TORComboBox.FwdChange 339 0001:0000D83C ORCtrls.TORComboBox.FwdChangeDelayed 340 0001:0000DB4C ORCtrls.TORComboBox.FwdClick 341 0001:0000DCA0 ORCtrls.TORComboBox.FwdDblClick 342 0001:0000DCC4 ORCtrls.TORComboBox.FwdKeyDown 343 0001:0000E0A0 ORCtrls.TORComboBox.FwdKeyPress 344 0001:0000E110 ORCtrls.TORComboBox.FwdKeyUp 345 0001:0000E17C ORCtrls.TORComboBox.FwdMouseUp 346 0001:0000E1A0 ORCtrls.TORComboBox.FwdNeedData 347 0001:0000EC08 ORCtrls.TORComboBox.GetAutoSelect 348 0001:0000F724 ORCtrls.TORComboBox.GetCaption 349 0001:0000F740 ORCtrls.TORComboBox.GetCaseChanged 350 0001:0000F0A4 ORCtrls.TORComboBox.GetCheckBoxes 351 0001:0000F0B4 ORCtrls.TORComboBox.GetChecked 352 0001:0000F398 ORCtrls.TORComboBox.GetCheckedString 353 0001:0000F0C4 ORCtrls.TORComboBox.GetCheckEntireLine 354 0001:0000EC18 ORCtrls.TORComboBox.GetColor 355 0001:0000EC24 ORCtrls.TORComboBox.GetDelimiter 356 0001:0000EC34 ORCtrls.TORComboBox.GetDisplayText 357 0001:0000EC54 ORCtrls.TORComboBox.GetDynamicProperty 358 0001:0000F548 ORCtrls.TORComboBox.GetEditBoxText 359 0001:0000F500 ORCtrls.TORComboBox.GetEnabled 360 0001:0000F0D4 ORCtrls.TORComboBox.GetFlatCheckBoxes 361 0001:0000EDE4 ORCtrls.TORComboBox.GetHideSynonyms 362 0001:0000EC88 ORCtrls.TORComboBox.GetIEN 363 0001:0000EC78 ORCtrls.TORComboBox.GetItemHeight 364 0001:0000ECAC ORCtrls.TORComboBox.GetItemID 365 0001:0000ECC8 ORCtrls.TORComboBox.GetItemIEN 366 0001:0000ECEC ORCtrls.TORComboBox.GetItemIndex 367 0001:0000ED10 ORCtrls.TORComboBox.GetItemTipColor 368 0001:0000ED00 ORCtrls.TORComboBox.GetItemTipEnable 369 0001:0000ED20 ORCtrls.TORComboBox.GetLongList 370 0001:0000F760 ORCtrls.TORComboBox.GetLookupPiece 371 0001:0000ED30 ORCtrls.TORComboBox.GetMaxLength 372 0001:0000F70C ORCtrls.TORComboBox.GetMItems 373 0001:0000F4C8 ORCtrls.TORComboBox.GetOnSynonymCheck 374 0001:0000ED40 ORCtrls.TORComboBox.GetPieces 375 0001:0000ED5C ORCtrls.TORComboBox.GetReference 376 0001:0000ED7C ORCtrls.TORComboBox.GetSelLength 377 0001:0000ED90 ORCtrls.TORComboBox.GetSelStart 378 0001:0000EDA4 ORCtrls.TORComboBox.GetSelText 379 0001:0000EDC4 ORCtrls.TORComboBox.GetShortCount 380 0001:0000EDD4 ORCtrls.TORComboBox.GetSorted 381 0001:0000EDF4 ORCtrls.TORComboBox.GetSynonymChars 382 0001:0000EE90 ORCtrls.TORComboBox.GetTabPosInPixels 383 0001:0000EE74 ORCtrls.TORComboBox.GetTabPositions 384 0001:0000EEA0 ORCtrls.TORComboBox.GetText 385 0001:0000EACC ORCtrls.TORComboBox.IndexOfReference 386 0001:0000EA7C ORCtrls.TORComboBox.InitLongList 387 0001:0000EB2C ORCtrls.TORComboBox.InsertReference 388 0001:0000EB94 ORCtrls.TORComboBox.InsertSeparator 389 0001:0000EBA4 ORCtrls.TORComboBox.Invalidate 390 0001:0000D754 ORCtrls.TORComboBox.LoadComboBoxImage 391 0001:0000D7EC ORCtrls.TORComboBox.Loaded 392 0001:0000EEBC ORCtrls.TORComboBox.SelectAll 393 0001:0000E70C ORCtrls.TORComboBox.SelectByID 394 0001:0000E6E0 ORCtrls.TORComboBox.SelectByIEN 395 0001:0000EECC ORCtrls.TORComboBox.SetAutoSelect 396 0001:0000EEDC ORCtrls.TORComboBox.SetBlackColorMode 397 0001:0000F714 ORCtrls.TORComboBox.SetCaption 398 0001:0000F750 ORCtrls.TORComboBox.SetCaseChanged 399 0001:0000F3C4 ORCtrls.TORComboBox.SetCheckBoxEditColor 400 0001:0000F0E4 ORCtrls.TORComboBox.SetCheckBoxes 401 0001:0000F2D8 ORCtrls.TORComboBox.SetChecked 402 0001:0000F3B4 ORCtrls.TORComboBox.SetCheckedString 403 0001:0000F310 ORCtrls.TORComboBox.SetCheckEntireLine 404 0001:0000EF08 ORCtrls.TORComboBox.SetColor 405 0001:0000EF40 ORCtrls.TORComboBox.SetDelimiter 406 0001:0000E218 ORCtrls.TORComboBox.SetDropDownCount 407 0001:0000E224 ORCtrls.TORComboBox.SetDroppedDown 408 0001:0000E488 ORCtrls.TORComboBox.SetEditRect 409 0001:0000E558 ORCtrls.TORComboBox.SetEditText 410 0001:0000F50C ORCtrls.TORComboBox.SetEnabled 411 0001:0000E730 ORCtrls.TORComboBox.SetExactByIEN 412 0001:0000F320 ORCtrls.TORComboBox.SetFlatCheckBoxes 413 0001:0000EE14 ORCtrls.TORComboBox.SetHideSynonyms 414 0001:0000EF50 ORCtrls.TORComboBox.SetItemHeight 415 0001:0000E5FC ORCtrls.TORComboBox.SetItemIndex 416 0001:0000F090 ORCtrls.TORComboBox.SetItems 417 0001:0000EF70 ORCtrls.TORComboBox.SetItemTipColor 418 0001:0000EF60 ORCtrls.TORComboBox.SetItemTipEnable 419 0001:0000F3F8 ORCtrls.TORComboBox.SetListItemsOnly 420 0001:0000EF80 ORCtrls.TORComboBox.SetLongList 421 0001:0000F770 ORCtrls.TORComboBox.SetLookupPiece 422 0001:0000EF90 ORCtrls.TORComboBox.SetMaxLength 423 0001:000132CC ORCtrls.TORComboBox.SetNumForMatch 424 0001:0000F418 ORCtrls.TORComboBox.SetOnCheckedText 425 0001:0000F4E0 ORCtrls.TORComboBox.SetOnSynonymCheck 426 0001:0000EFA0 ORCtrls.TORComboBox.SetPieces 427 0001:0000EFB0 ORCtrls.TORComboBox.SetReference 428 0001:0000F010 ORCtrls.TORComboBox.SetSelLength 429 0001:0000F028 ORCtrls.TORComboBox.SetSelStart 430 0001:0000F040 ORCtrls.TORComboBox.SetSelText 431 0001:0000F050 ORCtrls.TORComboBox.SetSorted 432 0001:0000E75C ORCtrls.TORComboBox.SetStyle 433 0001:0000EE24 ORCtrls.TORComboBox.SetSynonymChars 434 0001:0000F070 ORCtrls.TORComboBox.SetTabPosInPixels 435 0001:0000F060 ORCtrls.TORComboBox.SetTabPositions 436 0001:0000F480 ORCtrls.TORComboBox.SetTemplateField 437 0001:0000F080 ORCtrls.TORComboBox.SetText 438 0001:0001344C ORCtrls.TORComboBox.SetTextAutoComplete 439 0001:000132F4 ORCtrls.TORComboBox.SetUniqueAutoComplete 440 0001:0000E92C ORCtrls.TORComboBox.StartKeyTimer 441 0001:0000E99C ORCtrls.TORComboBox.StopKeyTimer 442 0001:0000E9C8 ORCtrls.TORComboBox.SupportsDynamicProperty 443 0001:0000D6DC ORCtrls.TORComboBox.UMGotFocus 444 0001:0000F658 ORCtrls.TORComboBox.UpdateCheckEditBoxText 445 0001:0000D2BC ORCtrls.TORComboBox.WMDestroy 446 0001:0000D304 ORCtrls.TORComboBox.WMMove 447 0001:0000D320 ORCtrls.TORComboBox.WMSize 448 0001:0000D338 ORCtrls.TORComboBox.WMTimer 449 0001:0000D008 ORCtrls.TORComboEdit.CreateParams 450 0001:0000D040 ORCtrls.TORComboEdit.WMKillFocus 451 0001:0000D0BC ORCtrls.TORComboEdit.WMSetFocus 452 0001:000125E4 ORCtrls.TORComboPanelEdit.Destroy 453 0001:0001261C ORCtrls.TORComboPanelEdit.Paint 454 0001:0000CB78 ORCtrls.TORDropPanel.BtnClicked 455 0001:0000CBB0 ORCtrls.TORDropPanel.Create 456 0001:0000CC28 ORCtrls.TORDropPanel.CreateParams 457 0001:0000CC68 ORCtrls.TORDropPanel.GetButton 458 0001:0000CD18 ORCtrls.TORDropPanel.ResetButtons 459 0001:0000CD4C ORCtrls.TORDropPanel.Resize 460 0001:0000CDE4 ORCtrls.TORDropPanel.UpdateButtons 461 0001:0000CF68 ORCtrls.TORDropPanel.WMActivateApp 462 0001:0000A808 ORCtrls.TORListBox.AddReference 463 0001:0000B16C ORCtrls.TORListBox.AdjustScrollBar 464 0001:0000CA3C ORCtrls.TORListBox.Clear 465 0001:0000B7D0 ORCtrls.TORListBox.ClearTop 466 0001:00009034 ORCtrls.TORListBox.Click 467 0001:0000874C ORCtrls.TORListBox.CMFontChanged 468 0001:00008FD4 ORCtrls.TORListBox.CMHintShow 469 0001:00009940 ORCtrls.TORListBox.CNDrawItem 470 0001:00007D60 ORCtrls.TORListBox.Create 471 0001:00007EB4 ORCtrls.TORListBox.CreateParams 472 0001:0000B208 ORCtrls.TORListBox.CreateScrollBar 473 0001:00007ECC ORCtrls.TORListBox.CreateWnd 474 0001:00007E60 ORCtrls.TORListBox.Destroy 475 0001:00009148 ORCtrls.TORListBox.DestroyItems 476 0001:00007F58 ORCtrls.TORListBox.DestroyWnd 477 0001:00009050 ORCtrls.TORListBox.DoChange 478 0001:000090BC ORCtrls.TORListBox.DoEnter 479 0001:000090FC ORCtrls.TORListBox.DoExit 480 0001:00009964 ORCtrls.TORListBox.DrawItem 481 0001:0000B2DC ORCtrls.TORListBox.ForDataUse 482 0001:0000B2B8 ORCtrls.TORListBox.FreeScrollBar 483 0001:0000CB00 ORCtrls.TORListBox.GetCaption 484 0001:0000C6B0 ORCtrls.TORListBox.GetChecked 485 0001:0000C78C ORCtrls.TORListBox.GetCheckedState 486 0001:0000C87C ORCtrls.TORListBox.GetCheckedString 487 0001:00008168 ORCtrls.TORListBox.GetDisplayText 488 0001:000081C4 ORCtrls.TORListBox.GetDynamicProperty 489 0001:0000A274 ORCtrls.TORListBox.GetIEN 490 0001:00009DD0 ORCtrls.TORListBox.GetIndexFromY 491 0001:0000A538 ORCtrls.TORListBox.GetItemID 492 0001:0000A324 ORCtrls.TORListBox.GetItemIEN 493 0001:0000C9C0 ORCtrls.TORListBox.GetMItems 494 0001:0000C850 ORCtrls.TORListBox.GetMultiSelect 495 0001:0000AED8 ORCtrls.TORListBox.GetPieces 496 0001:0000A698 ORCtrls.TORListBox.GetReference 497 0001:0000C1F8 ORCtrls.TORListBox.GetStringIndex 498 0001:0000AE8C ORCtrls.TORListBox.GetStyle 499 0001:0000A99C ORCtrls.TORListBox.GetTabPositions 500 0001:0000A8EC ORCtrls.TORListBox.IndexOfReference 501 0001:0000B594 ORCtrls.TORListBox.InitLongList 502 0001:0000A878 ORCtrls.TORListBox.InsertReference 503 0001:0000B728 ORCtrls.TORListBox.InsertSeparator 504 0001:00008074 ORCtrls.TORListBox.IsSynonym 505 0001:000092B4 ORCtrls.TORListBox.KeyPress 506 0001:00008418 ORCtrls.TORListBox.LBAddString 507 0001:00008610 ORCtrls.TORListBox.LBDeleteString 508 0001:000081E8 ORCtrls.TORListBox.LBGetItemData 509 0001:000082A8 ORCtrls.TORListBox.LBGetText 510 0001:00008374 ORCtrls.TORListBox.LBGetTextLen 511 0001:00008504 ORCtrls.TORListBox.LBInsertString 512 0001:00008694 ORCtrls.TORListBox.LBResetContent 513 0001:00008730 ORCtrls.TORListBox.LBSetCurSel 514 0001:0000821C ORCtrls.TORListBox.LBSetItemData 515 0001:00007F24 ORCtrls.TORListBox.Loaded 516 0001:00009870 ORCtrls.TORListBox.MeasureItem 517 0001:000092E8 ORCtrls.TORListBox.MouseDown 518 0001:00009654 ORCtrls.TORListBox.MouseMove 519 0001:0000B924 ORCtrls.TORListBox.NeedData 520 0001:0000BC40 ORCtrls.TORListBox.PositionThumb 521 0001:0000AF1C ORCtrls.TORListBox.ResetItems 522 0001:0000BCF0 ORCtrls.TORListBox.ScrollTo 523 0001:0000A5D4 ORCtrls.TORListBox.SelectByID 524 0001:0000A3D4 ORCtrls.TORListBox.SelectByIEN 525 0001:0000C340 ORCtrls.TORListBox.SelectString 526 0001:0000CA58 ORCtrls.TORListBox.SetBlackColorMode 527 0001:0000CA60 ORCtrls.TORListBox.SetCaption 528 0001:0000C644 ORCtrls.TORListBox.SetCheckBoxes 529 0001:0000C6F8 ORCtrls.TORListBox.SetChecked 530 0001:0000C7C8 ORCtrls.TORListBox.SetCheckedState 531 0001:0000C924 ORCtrls.TORListBox.SetCheckedString 532 0001:0000AEC8 ORCtrls.TORListBox.SetDelimiter 533 0001:0000A438 ORCtrls.TORListBox.SetExactByIEN 534 0001:0000C694 ORCtrls.TORListBox.SetFlatCheckBoxes 535 0001:00009E64 ORCtrls.TORListBox.SetFocusIndex 536 0001:0000AD34 ORCtrls.TORListBox.SetHideSynonyms 537 0001:0000936C ORCtrls.TORListBox.SetHintProperties 538 0001:0000B134 ORCtrls.TORListBox.SetLongList 539 0001:0000C9F8 ORCtrls.TORListBox.SetMItems 540 0001:0000C858 ORCtrls.TORListBox.SetMultiSelect 541 0001:0000AEF8 ORCtrls.TORListBox.SetPieces 542 0001:0000A734 ORCtrls.TORListBox.SetReference 543 0001:0000AE94 ORCtrls.TORListBox.SetStyle 544 0001:0000ADF8 ORCtrls.TORListBox.SetSynonymChars 545 0001:0000AB84 ORCtrls.TORListBox.SetTabPosInPixels 546 0001:0000A9D8 ORCtrls.TORListBox.SetTabPositions 547 0001:0000AB9C ORCtrls.TORListBox.SetTabStops 548 0001:0000AD2C ORCtrls.TORListBox.SupportsDynamicProperty 549 0001:00007F78 ORCtrls.TORListBox.TextToShow 550 0001:000091C0 ORCtrls.TORListBox.ToggleCheckBox 551 0001:0000A13C ORCtrls.TORListBox.UMShowTip 552 0001:000132FC ORCtrls.TORListBox.VerifyUnique 553 0001:00008F14 ORCtrls.TORListBox.WMCancelMode 554 0001:00009914 ORCtrls.TORListBox.WMDestroy 555 0001:00008784 ORCtrls.TORListBox.WMKeyDown 556 0001:00008D4C ORCtrls.TORListBox.WMLButtonDblClk 557 0001:000089A0 ORCtrls.TORListBox.WMLButtonDown 558 0001:00008C54 ORCtrls.TORListBox.WMLButtonUp 559 0001:00008F48 ORCtrls.TORListBox.WMMove 560 0001:00008C9C ORCtrls.TORListBox.WMRButtonUp 561 0001:00008F68 ORCtrls.TORListBox.WMSize 562 0001:00008FB0 ORCtrls.TORListBox.WMVScroll 563 0001:0001247C ORCtrls.TORListView.LVMSetColumn 564 0001:00012530 ORCtrls.TORListView.LVMSetColumnWidth 565 0001:000123B4 ORCtrls.TORListView.WMNotify 566 0001:0000FC00 ORCtrls.TOROffsetLabel.AdjustSizeOfSelf 567 0001:0000FBE8 ORCtrls.TOROffsetLabel.CMFontChanged 568 0001:0000FBD0 ORCtrls.TOROffsetLabel.CMTextChanged 569 0001:0000FB70 ORCtrls.TOROffsetLabel.Create 570 0001:0000FCA0 ORCtrls.TOROffsetLabel.DoDrawText 571 0001:0000FDDC ORCtrls.TOROffsetLabel.GetTransparent 572 0001:0000FD40 ORCtrls.TOROffsetLabel.Paint 573 0001:0000FE3C ORCtrls.TOROffsetLabel.SetHorzOffset 574 0001:0000FDE8 ORCtrls.TOROffsetLabel.SetTransparent 575 0001:0000FE2C ORCtrls.TOROffsetLabel.SetVertOffset 576 0001:0000FE4C ORCtrls.TOROffsetLabel.SetWordWrap 577 0001:000075E0 ORCtrls.TORStrings.Add 578 0001:00007660 ORCtrls.TORStrings.Clear 579 0001:00007690 ORCtrls.TORStrings.Create 580 0001:000076E8 ORCtrls.TORStrings.Delete 581 0001:00007720 ORCtrls.TORStrings.Destroy 582 0001:00007754 ORCtrls.TORStrings.Get 583 0001:0000777C ORCtrls.TORStrings.GetCount 584 0001:00007794 ORCtrls.TORStrings.GetObject 585 0001:000077B4 ORCtrls.TORStrings.IndexOf 586 0001:000077D4 ORCtrls.TORStrings.Insert 587 0001:0000785C ORCtrls.TORStrings.Put 588 0001:000078DC ORCtrls.TORStrings.PutObject 589 0001:000078F8 ORCtrls.TORStrings.SetUpdateState 590 0001:00007914 ORCtrls.TORStrings.Verify 591 0001:0000FF44 ORCtrls.TORTreeNode.EnsureVisible 592 0001:0000FFF4 ORCtrls.TORTreeNode.GetBold 593 0001:00010030 ORCtrls.TORTreeNode.GetORTreeView 594 0001:0001004C ORCtrls.TORTreeNode.GetParent 595 0001:00010068 ORCtrls.TORTreeNode.GetText 596 0001:00010080 ORCtrls.TORTreeNode.SetBold 597 0001:0001047C ORCtrls.TORTreeNode.SetCaption 598 0001:000100C4 ORCtrls.TORTreeNode.SetPiece 599 0001:00010108 ORCtrls.TORTreeNode.SetStringData 600 0001:000101B4 ORCtrls.TORTreeNode.SetText 601 0001:000101C0 ORCtrls.TORTreeNode.UpdateText 602 0001:0001052C ORCtrls.TORTreeView.CNNotify 603 0001:000105B8 ORCtrls.TORTreeView.Create 604 0001:000105F8 ORCtrls.TORTreeView.CreateNode 605 0001:00010694 ORCtrls.TORTreeView.FindPieceNode 606 0001:00010634 ORCtrls.TORTreeView.FindPieceNode 607 0001:0001077C ORCtrls.TORTreeView.GetExpandedIDStr 608 0001:00010A08 ORCtrls.TORTreeView.GetHorzScrollPos 609 0001:00010BA0 ORCtrls.TORTreeView.GetNodeID 610 0001:00010BC8 ORCtrls.TORTreeView.GetNodeID 611 0001:00010A20 ORCtrls.TORTreeView.GetVertScrollPos 612 0001:00010A38 ORCtrls.TORTreeView.RenameNodes 613 0001:00010888 ORCtrls.TORTreeView.SetExpandedIDStr 614 0001:00010878 ORCtrls.TORTreeView.SetExpandedIDStr 615 0001:00010B10 ORCtrls.TORTreeView.SetHorzScrollPos 616 0001:00010AF8 ORCtrls.TORTreeView.SetNodeDelim 617 0001:00010B4C ORCtrls.TORTreeView.SetNodePiece 618 0001:00010C8C ORCtrls.TORTreeView.SetShortNodeCaptions 619 0001:00010B64 ORCtrls.TORTreeView.SetVertScrollPos 620 0001:0000F780 ORCtrls.TSizeRatio.Create 621 0003:00000244 ORCtrls.uDropPanelOpenCount 622 0004:0000001C ORCtrls.uItemTip 623 0004:00000020 ORCtrls.uItemTipCount 624 0004:00000018 ORCtrls.uKeyHookHandle 625 0004:00000024 ORCtrls.uNewStyle 626 0004:000000AC ORCtrls.uOldShowHintsSetting 627 0004:000000B0 ORCtrlsDsgn..3 628 0001:00013654 ORCtrlsDsgn..TORImageIndexesElementPropertyEditor 629 0001:00013564 ORCtrlsDsgn..TORImageIndexesPropertyEditor 630 0001:00013C18 ORCtrlsDsgn.Finalization 631 0002:00000204 ORCtrlsDsgn.ORCtrlsDsgn 632 0001:00013B10 ORCtrlsDsgn.Register 633 0001:000137C4 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.Create 634 0001:0001384C ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.GetAttributes 635 0001:00013858 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.GetName 636 0001:00013994 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.GetValue 637 0001:00013810 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.ParentImgIdx 638 0001:00013A5C ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.SetValue 639 0001:00013760 ORCtrlsDsgn.TORImageIndexesPropertyEditor.GetAttributes 640 0001:0001376C ORCtrlsDsgn.TORImageIndexesPropertyEditor.GetProperties 641 0001:000137A0 ORCtrlsDsgn.TORImageIndexesPropertyEditor.GetValue 642 0001:00013754 ORCtrlsDsgn.TORImageIndexesPropertyEditor.Modified 643 0001:000137B8 ORCtrlsDsgn.TORImageIndexesPropertyEditor.SetValue 644 0001:0000181C SysInit.@InitPkg 645 0001:00001880 SysInit.@PackageLoad 646 0001:0000188C SysInit.@PackageUnload 647 0001:0000170C SysInit.AllocTlsBuffer 648 0001:000017C8 SysInit.ExitProcessTLS 649 0001:00001790 SysInit.ExitThreadTLS 650 0001:000016D4 SysInit.FreeLibrary 651 0001:00001718 SysInit.GetTlsSize 652 0004:0000000C SysInit.HInstance 653 0001:000017EC SysInit.InitializeModule 654 0001:00001764 SysInit.InitProcessTLS 655 0001:00001720 SysInit.InitThreadTLS 656 0001:000016DC SysInit.LocalAlloc 657 0001:000016E4 SysInit.LocalFree 145 0002:00000244 .ORCtrlLib2006..ORCtrlLib2006 146 0001:00017CDC .ORCtrlLib2006.@GetPackageInfoTable 147 0001:00017CE4 .ORCtrlLib2006.@PackageLoad 148 0001:00017CF0 .ORCtrlLib2006.@PackageUnload 149 0001:00000C64 CommCtrl.TreeView_GetItem 150 0001:00000C7C CommCtrl.TreeView_SetItem 151 0004:00000094 ORCtrls..03 152 0001:00009100 ORCtrls..TCaptionCheckListBox 153 0001:00009A18 ORCtrls..TCaptionComboBox 154 0001:00009588 ORCtrls..TCaptionEdit 155 0001:00008E5C ORCtrls..TCaptionListBox 156 0001:00009C6C ORCtrls..TCaptionListView 157 0001:0000936C ORCtrls..TCaptionMemo 158 0001:000097BC ORCtrls..TCaptionRichEdit 159 0001:00009ECC ORCtrls..TCaptionStringGrid 160 0001:00007B70 ORCtrls..TCaptionTreeView 161 0001:0000A0B4 ORCtrls..TItemTip 162 0001:00008AFC ORCtrls..TKeyClickPanel 163 0001:00008C64 ORCtrls..TKeyClickRadioGroup 164 0001:000075B0 ORCtrls..TORAlignButton 165 0001:00007904 ORCtrls..TORAlignEdit 166 0001:000077A0 ORCtrls..TORAlignSpeedButton 167 0001:00006FC0 ORCtrls..TORAutoPanel 168 0001:00008130 ORCtrls..TORCBImageIndexes 169 0001:000083C0 ORCtrls..TORCheckBox 170 0001:00006550 ORCtrls..TORComboBox 171 0001:000062F0 ORCtrls..TORComboEdit 172 0001:00006188 ORCtrls..TORComboPanelEdit 173 0001:00005FDC ORCtrls..TORDropPanel 174 0001:00005A3C ORCtrls..TORListBox 175 0001:00008778 ORCtrls..TORListView 176 0001:00008A20 ORCtrls..TORMenuItem 177 0001:00007128 ORCtrls..TOROffsetLabel 178 0001:00008948 ORCtrls..TORPopupMenu 179 0001:00005624 ORCtrls..TORStrings 180 0001:00007D4C ORCtrls..TORTreeNode 181 0001:00007E40 ORCtrls..TORTreeView 182 0001:0000A20C ORCtrls..TSizeRatio 183 0001:0000A88C ORCtrls.AddItemTipRef 184 0003:00000888 ORCtrls.ALPHA_DISTRIBUTION 185 0003:00000A5C ORCtrls.BlackCheckBoxImageResNames 186 0003:00000AA8 ORCtrls.BlackComboBoxImages 187 0003:00000AB0 ORCtrls.ButtonAlignment 188 0003:00000AC4 ORCtrls.ButtonLayout 189 0003:00000ABC ORCtrls.ButtonWordWrap 190 0001:00013F64 ORCtrls.CalcShortName 191 0003:00000A1C ORCtrls.CheckBoxImageResNames 192 0001:0000F548 ORCtrls.ClearLong 193 0001:0000A288 ORCtrls.ClientWidthOfList 194 0003:00000AA0 ORCtrls.ComboBoxImages 195 0001:0000B2C0 ORCtrls.DestroyORCBBitmaps 196 0001:0001085C ORCtrls.DropDownPanelClosed 197 0001:00010830 ORCtrls.DropDownPanelOpened 198 0001:00015F94 ORCtrls.EnableCtrl 199 0001:00017208 ORCtrls.Finalization 200 0001:0000A3D0 ORCtrls.FontHeightPixel 201 0001:0000A2CC ORCtrls.FontWidthPixel 202 0001:0000B1FC ORCtrls.GetORCBBitmap 203 0001:00016E40 ORCtrls.GoodNotifyWinEvent 204 0001:0000A414 ORCtrls.HigherOf 205 0004:000000A8 ORCtrls.HintArray 206 0001:0000A5E4 ORCtrls.IntArrayToString 207 0001:00016FA8 ORCtrls.IsAMouseButtonDown 208 0001:0000A858 ORCtrls.ItemTipKeyHook 209 0001:0000A420 ORCtrls.LowerOf 210 0004:000000AC ORCtrls.ORCBImages 211 0002:000001DC ORCtrls.ORCtrls 212 0001:0000A42C ORCtrls.Piece 213 0001:0000A8C4 ORCtrls.RemoveItemTipRef 214 0001:00014AA8 ORCtrls.RStr 215 0001:0000A4BC ORCtrls.SetPiece 216 0001:0000A820 ORCtrls.StringBetween 217 0001:0000A6B4 ORCtrls.StringToIntArray 218 0001:00016954 ORCtrls.TCaptionCheckListBox.GetCaption 219 0001:00016980 ORCtrls.TCaptionCheckListBox.GetDynamicProperty 220 0001:000169A4 ORCtrls.TCaptionCheckListBox.SetCaption 221 0001:00016A28 ORCtrls.TCaptionCheckListBox.SupportsDynamicProperty 222 0001:00016CEC ORCtrls.TCaptionComboBox.GetCaption 223 0001:00016D18 ORCtrls.TCaptionComboBox.GetDynamicProperty 224 0001:00016D3C ORCtrls.TCaptionComboBox.SetCaption 225 0001:00016DC0 ORCtrls.TCaptionComboBox.SupportsDynamicProperty 226 0001:00016B0C ORCtrls.TCaptionEdit.GetCaption 227 0001:00016B38 ORCtrls.TCaptionEdit.GetDynamicProperty 228 0001:00016B5C ORCtrls.TCaptionEdit.SetCaption 229 0001:00016BE0 ORCtrls.TCaptionEdit.SupportsDynamicProperty 230 0001:00016524 ORCtrls.TCaptionListBox.DoEnter 231 0001:00016548 ORCtrls.TCaptionListBox.GetCaption 232 0001:00016574 ORCtrls.TCaptionListBox.GetDynamicProperty 233 0001:000165D4 ORCtrls.TCaptionListBox.MoveFocusDown 234 0001:00016598 ORCtrls.TCaptionListBox.MoveFocusUp 235 0001:00016628 ORCtrls.TCaptionListBox.SetCaption 236 0001:000166AC ORCtrls.TCaptionListBox.SupportsDynamicProperty 237 0001:000166B4 ORCtrls.TCaptionListBox.WMKeyDown 238 0001:00016760 ORCtrls.TCaptionListBox.WMMouseMove 239 0001:00016820 ORCtrls.TCaptionListBox.WMRButtonUp 240 0001:000171DC ORCtrls.TCaptionListView.GetDynamicProperty 241 0001:00017200 ORCtrls.TCaptionListView.SupportsDynamicProperty 242 0001:00016A30 ORCtrls.TCaptionMemo.GetCaption 243 0001:00016A5C ORCtrls.TCaptionMemo.GetDynamicProperty 244 0001:00016A80 ORCtrls.TCaptionMemo.SetCaption 245 0001:00016B04 ORCtrls.TCaptionMemo.SupportsDynamicProperty 246 0001:00016BE8 ORCtrls.TCaptionRichEdit.GetDynamicProperty 247 0001:00016C10 ORCtrls.TCaptionRichEdit.SupportsDynamicProperty 248 0001:00016E48 ORCtrls.TCaptionStringGrid.ColRowToIndex 249 0001:00016E98 ORCtrls.TCaptionStringGrid.GetDynamicProperty 250 0001:00016EC0 ORCtrls.TCaptionStringGrid.IndexToColRow 251 0001:00016F24 ORCtrls.TCaptionStringGrid.KeyUp 252 0001:00016FA0 ORCtrls.TCaptionStringGrid.SupportsDynamicProperty 253 0001:00016C18 ORCtrls.TCaptionTreeView.GetCaption 254 0001:00016C30 ORCtrls.TCaptionTreeView.GetDynamicProperty 255 0001:00016C54 ORCtrls.TCaptionTreeView.SetCaption 256 0001:00016CE4 ORCtrls.TCaptionTreeView.SupportsDynamicProperty 257 0001:0000A8F4 ORCtrls.TItemTip.Create 258 0001:0000A984 ORCtrls.TItemTip.CreateParams 259 0001:0000A948 ORCtrls.TItemTip.Destroy 260 0001:0000AADC ORCtrls.TItemTip.GetTabSettings 261 0001:0000AA98 ORCtrls.TItemTip.Hide 262 0001:0000A9B0 ORCtrls.TItemTip.Paint 263 0001:0000AEB0 ORCtrls.TItemTip.Show 264 0001:0000AC08 ORCtrls.TItemTip.UpdateText 265 0001:000163F8 ORCtrls.TKeyClickPanel.KeyDown 266 0001:0001641C ORCtrls.TKeyClickRadioGroup.Click 267 0001:00016454 ORCtrls.TKeyClickRadioGroup.Create 268 0001:000164B4 ORCtrls.TKeyClickRadioGroup.KeyDown 269 0001:00013B78 ORCtrls.TORAlignButton.Create 270 0001:00013BC8 ORCtrls.TORAlignButton.CreateParams 271 0001:00013C10 ORCtrls.TORAlignButton.SetAlignment 272 0001:00013C28 ORCtrls.TORAlignButton.SetLayout 273 0001:00013C40 ORCtrls.TORAlignButton.SetWordWrap 274 0001:00016DC8 ORCtrls.TORAlignSpeedButton.Paint 275 0001:00013584 ORCtrls.TORAutoPanel.BuildSizes 276 0001:0001350C ORCtrls.TORAutoPanel.Destroy 277 0001:000136B0 ORCtrls.TORAutoPanel.DoResize 278 0001:0001367C ORCtrls.TORAutoPanel.Loaded 279 0001:00013858 ORCtrls.TORAutoPanel.Resize 280 0001:000149B0 ORCtrls.TORCBImageIndexes.Create 281 0001:00014A34 ORCtrls.TORCBImageIndexes.Destroy 282 0001:00014AE4 ORCtrls.TORCBImageIndexes.IdxString 283 0001:00014D28 ORCtrls.TORCBImageIndexes.ImageListChanged 284 0001:00014D5C ORCtrls.TORCBImageIndexes.Notification 285 0001:00014D8C ORCtrls.TORCBImageIndexes.SetCheckedDisabledIndex 286 0001:00014DA0 ORCtrls.TORCBImageIndexes.SetCheckedEnabledIndex 287 0001:00014DB4 ORCtrls.TORCBImageIndexes.SetGrayedDisabledIndex 288 0001:00014DC8 ORCtrls.TORCBImageIndexes.SetGrayedEnabledIndex 289 0001:00014BC8 ORCtrls.TORCBImageIndexes.SetIdxString 290 0001:00014A68 ORCtrls.TORCBImageIndexes.SetImages 291 0001:00014DDC ORCtrls.TORCBImageIndexes.SetUncheckedDisabledIndex 292 0001:00014DF0 ORCtrls.TORCBImageIndexes.SetUncheckedEnabledIndex 293 0001:00015C14 ORCtrls.TORCheckBox.AutoAdjustSize 294 0001:00016098 ORCtrls.TORCheckBox.BMGetCheck 295 0001:000160C4 ORCtrls.TORCheckBox.BMGetState 296 0001:00015AA0 ORCtrls.TORCheckBox.BMSetCheck 297 0001:00015018 ORCtrls.TORCheckBox.CMEnabledChanged 298 0001:00015034 ORCtrls.TORCheckBox.CMFontChanged 299 0001:00015050 ORCtrls.TORCheckBox.CNDrawItem 300 0001:0001506C ORCtrls.TORCheckBox.CNMeasureItem 301 0001:00014E04 ORCtrls.TORCheckBox.Create 302 0001:00014EAC ORCtrls.TORCheckBox.CreateCommon 303 0001:00014FFC ORCtrls.TORCheckBox.CreateParams 304 0001:00014EDC ORCtrls.TORCheckBox.Destroy 305 0001:00015648 ORCtrls.TORCheckBox.DrawItem 306 0001:00015DE8 ORCtrls.TORCheckBox.GetCaption 307 0001:00015090 ORCtrls.TORCheckBox.GetDrawData 308 0001:00014F24 ORCtrls.TORCheckBox.GetImageIndexes 309 0001:00014F40 ORCtrls.TORCheckBox.GetImageList 310 0001:00014E60 ORCtrls.TORCheckBox.ListViewCreate 311 0001:00016050 ORCtrls.TORCheckBox.Notification 312 0001:00015E6C ORCtrls.TORCheckBox.SetAllowAllUnchecked 313 0001:00015F58 ORCtrls.TORCheckBox.SetAssociate 314 0001:00015BD0 ORCtrls.TORCheckBox.SetAutoSize 315 0001:00015BF8 ORCtrls.TORCheckBox.SetBlackColorMode 316 0001:00015E00 ORCtrls.TORCheckBox.SetCaption 317 0001:00016084 ORCtrls.TORCheckBox.SetFocusOnBox 318 0001:00015A3C ORCtrls.TORCheckBox.SetGrayedStyle 319 0001:00015E7C ORCtrls.TORCheckBox.SetGroupIndex 320 0001:00014F4C ORCtrls.TORCheckBox.SetImageIndexes 321 0001:00014F5C ORCtrls.TORCheckBox.SetImageList 322 0001:00015F2C ORCtrls.TORCheckBox.SetParent 323 0001:00015F44 ORCtrls.TORCheckBox.SetRadioStyle 324 0001:00015BA8 ORCtrls.TORCheckBox.SetWordWrap 325 0001:00015EAC ORCtrls.TORCheckBox.SyncAllowAllUnchecked 326 0001:00014F6C ORCtrls.TORCheckBox.Toggle 327 0001:00016030 ORCtrls.TORCheckBox.UpdateAssociate 328 0001:00015A60 ORCtrls.TORCheckBox.WMLButtonDblClk 329 0001:00015A78 ORCtrls.TORCheckBox.WMSize 330 0001:000126E4 ORCtrls.TORComboBox.AddReference 331 0001:000110C0 ORCtrls.TORComboBox.AdjustSizeOfSelf 332 0001:000133EC ORCtrls.TORComboBox.CheckBoxSelected 333 0001:00012748 ORCtrls.TORComboBox.Clear 334 0001:00011380 ORCtrls.TORComboBox.ClearDropDownStatus 335 0001:00012770 ORCtrls.TORComboBox.ClearTop 336 0001:00011000 ORCtrls.TORComboBox.CMFontChanged 337 0001:00010E2C ORCtrls.TORComboBox.Create 338 0001:00011398 ORCtrls.TORComboBox.Destroy 339 0001:000113C8 ORCtrls.TORComboBox.DoEnter 340 0001:00011420 ORCtrls.TORComboBox.DoExit 341 0001:00011240 ORCtrls.TORComboBox.DropButtonDown 342 0001:00011270 ORCtrls.TORComboBox.DropButtonUp 343 0001:000112A0 ORCtrls.TORComboBox.DropDownStatusChanged 344 0001:00013044 ORCtrls.TORComboBox.DropPanelBtnPressed 345 0001:000110AC ORCtrls.TORComboBox.EditControl 346 0001:00012780 ORCtrls.TORComboBox.ForDataUse 347 0001:0001151C ORCtrls.TORComboBox.FwdChange 348 0001:00011550 ORCtrls.TORComboBox.FwdChangeDelayed 349 0001:00011860 ORCtrls.TORComboBox.FwdClick 350 0001:000119B4 ORCtrls.TORComboBox.FwdDblClick 351 0001:000119D8 ORCtrls.TORComboBox.FwdKeyDown 352 0001:00011DB4 ORCtrls.TORComboBox.FwdKeyPress 353 0001:00011E24 ORCtrls.TORComboBox.FwdKeyUp 354 0001:00011E90 ORCtrls.TORComboBox.FwdMouseUp 355 0001:00011EB4 ORCtrls.TORComboBox.FwdNeedData 356 0001:0001291C ORCtrls.TORComboBox.GetAutoSelect 357 0001:00013438 ORCtrls.TORComboBox.GetCaption 358 0001:00013454 ORCtrls.TORComboBox.GetCaseChanged 359 0001:00012DB8 ORCtrls.TORComboBox.GetCheckBoxes 360 0001:00012DC8 ORCtrls.TORComboBox.GetChecked 361 0001:000130AC ORCtrls.TORComboBox.GetCheckedString 362 0001:00012DD8 ORCtrls.TORComboBox.GetCheckEntireLine 363 0001:0001292C ORCtrls.TORComboBox.GetColor 364 0001:00012938 ORCtrls.TORComboBox.GetDelimiter 365 0001:00012948 ORCtrls.TORComboBox.GetDisplayText 366 0001:00012968 ORCtrls.TORComboBox.GetDynamicProperty 367 0001:0001325C ORCtrls.TORComboBox.GetEditBoxText 368 0001:00013214 ORCtrls.TORComboBox.GetEnabled 369 0001:00012DE8 ORCtrls.TORComboBox.GetFlatCheckBoxes 370 0001:00012AF8 ORCtrls.TORComboBox.GetHideSynonyms 371 0001:0001299C ORCtrls.TORComboBox.GetIEN 372 0001:0001298C ORCtrls.TORComboBox.GetItemHeight 373 0001:000129C0 ORCtrls.TORComboBox.GetItemID 374 0001:000129DC ORCtrls.TORComboBox.GetItemIEN 375 0001:00012A00 ORCtrls.TORComboBox.GetItemIndex 376 0001:00012A24 ORCtrls.TORComboBox.GetItemTipColor 377 0001:00012A14 ORCtrls.TORComboBox.GetItemTipEnable 378 0001:00012A34 ORCtrls.TORComboBox.GetLongList 379 0001:00013474 ORCtrls.TORComboBox.GetLookupPiece 380 0001:00012A44 ORCtrls.TORComboBox.GetMaxLength 381 0001:00013420 ORCtrls.TORComboBox.GetMItems 382 0001:000131DC ORCtrls.TORComboBox.GetOnSynonymCheck 383 0001:00012A54 ORCtrls.TORComboBox.GetPieces 384 0001:00012A70 ORCtrls.TORComboBox.GetReference 385 0001:00012A90 ORCtrls.TORComboBox.GetSelLength 386 0001:00012AA4 ORCtrls.TORComboBox.GetSelStart 387 0001:00012AB8 ORCtrls.TORComboBox.GetSelText 388 0001:00012AD8 ORCtrls.TORComboBox.GetShortCount 389 0001:00012AE8 ORCtrls.TORComboBox.GetSorted 390 0001:00012B08 ORCtrls.TORComboBox.GetSynonymChars 391 0001:00012BA4 ORCtrls.TORComboBox.GetTabPosInPixels 392 0001:00012B88 ORCtrls.TORComboBox.GetTabPositions 393 0001:00012BB4 ORCtrls.TORComboBox.GetText 394 0001:000127E0 ORCtrls.TORComboBox.IndexOfReference 395 0001:00012790 ORCtrls.TORComboBox.InitLongList 396 0001:00012840 ORCtrls.TORComboBox.InsertReference 397 0001:000128A8 ORCtrls.TORComboBox.InsertSeparator 398 0001:000128B8 ORCtrls.TORComboBox.Invalidate 399 0001:00011468 ORCtrls.TORComboBox.LoadComboBoxImage 400 0001:00011500 ORCtrls.TORComboBox.Loaded 401 0001:00012BD0 ORCtrls.TORComboBox.SelectAll 402 0001:00012420 ORCtrls.TORComboBox.SelectByID 403 0001:000123F4 ORCtrls.TORComboBox.SelectByIEN 404 0001:00012BE0 ORCtrls.TORComboBox.SetAutoSelect 405 0001:00012BF0 ORCtrls.TORComboBox.SetBlackColorMode 406 0001:00013428 ORCtrls.TORComboBox.SetCaption 407 0001:00013464 ORCtrls.TORComboBox.SetCaseChanged 408 0001:000130D8 ORCtrls.TORComboBox.SetCheckBoxEditColor 409 0001:00012DF8 ORCtrls.TORComboBox.SetCheckBoxes 410 0001:00012FEC ORCtrls.TORComboBox.SetChecked 411 0001:000130C8 ORCtrls.TORComboBox.SetCheckedString 412 0001:00013024 ORCtrls.TORComboBox.SetCheckEntireLine 413 0001:00012C1C ORCtrls.TORComboBox.SetColor 414 0001:00012C54 ORCtrls.TORComboBox.SetDelimiter 415 0001:00011F2C ORCtrls.TORComboBox.SetDropDownCount 416 0001:00011F38 ORCtrls.TORComboBox.SetDroppedDown 417 0001:0001219C ORCtrls.TORComboBox.SetEditRect 418 0001:0001226C ORCtrls.TORComboBox.SetEditText 419 0001:00013220 ORCtrls.TORComboBox.SetEnabled 420 0001:00012444 ORCtrls.TORComboBox.SetExactByIEN 421 0001:00013034 ORCtrls.TORComboBox.SetFlatCheckBoxes 422 0001:00012B28 ORCtrls.TORComboBox.SetHideSynonyms 423 0001:00012C64 ORCtrls.TORComboBox.SetItemHeight 424 0001:00012310 ORCtrls.TORComboBox.SetItemIndex 425 0001:00012DA4 ORCtrls.TORComboBox.SetItems 426 0001:00012C84 ORCtrls.TORComboBox.SetItemTipColor 427 0001:00012C74 ORCtrls.TORComboBox.SetItemTipEnable 428 0001:0001310C ORCtrls.TORComboBox.SetListItemsOnly 429 0001:00012C94 ORCtrls.TORComboBox.SetLongList 430 0001:00013484 ORCtrls.TORComboBox.SetLookupPiece 431 0001:00012CA4 ORCtrls.TORComboBox.SetMaxLength 432 0001:00016FE0 ORCtrls.TORComboBox.SetNumForMatch 433 0001:0001312C ORCtrls.TORComboBox.SetOnCheckedText 434 0001:000131F4 ORCtrls.TORComboBox.SetOnSynonymCheck 435 0001:00012CB4 ORCtrls.TORComboBox.SetPieces 436 0001:00012CC4 ORCtrls.TORComboBox.SetReference 437 0001:00012D24 ORCtrls.TORComboBox.SetSelLength 438 0001:00012D3C ORCtrls.TORComboBox.SetSelStart 439 0001:00012D54 ORCtrls.TORComboBox.SetSelText 440 0001:00012D64 ORCtrls.TORComboBox.SetSorted 441 0001:00012470 ORCtrls.TORComboBox.SetStyle 442 0001:00012B38 ORCtrls.TORComboBox.SetSynonymChars 443 0001:00012D84 ORCtrls.TORComboBox.SetTabPosInPixels 444 0001:00012D74 ORCtrls.TORComboBox.SetTabPositions 445 0001:00013194 ORCtrls.TORComboBox.SetTemplateField 446 0001:00012D94 ORCtrls.TORComboBox.SetText 447 0001:00017160 ORCtrls.TORComboBox.SetTextAutoComplete 448 0001:00017008 ORCtrls.TORComboBox.SetUniqueAutoComplete 449 0001:00012640 ORCtrls.TORComboBox.StartKeyTimer 450 0001:000126B0 ORCtrls.TORComboBox.StopKeyTimer 451 0001:000126DC ORCtrls.TORComboBox.SupportsDynamicProperty 452 0001:000113F0 ORCtrls.TORComboBox.UMGotFocus 453 0001:0001336C ORCtrls.TORComboBox.UpdateCheckEditBoxText 454 0001:00010FD0 ORCtrls.TORComboBox.WMDestroy 455 0001:00011018 ORCtrls.TORComboBox.WMMove 456 0001:00011034 ORCtrls.TORComboBox.WMSize 457 0001:0001104C ORCtrls.TORComboBox.WMTimer 458 0001:00010D1C ORCtrls.TORComboEdit.CreateParams 459 0001:00010D54 ORCtrls.TORComboEdit.WMKillFocus 460 0001:00010DD0 ORCtrls.TORComboEdit.WMSetFocus 461 0001:000162F8 ORCtrls.TORComboPanelEdit.Destroy 462 0001:00016330 ORCtrls.TORComboPanelEdit.Paint 463 0001:0001088C ORCtrls.TORDropPanel.BtnClicked 464 0001:000108C4 ORCtrls.TORDropPanel.Create 465 0001:0001093C ORCtrls.TORDropPanel.CreateParams 466 0001:0001097C ORCtrls.TORDropPanel.GetButton 467 0001:00010A2C ORCtrls.TORDropPanel.ResetButtons 468 0001:00010A60 ORCtrls.TORDropPanel.Resize 469 0001:00010AF8 ORCtrls.TORDropPanel.UpdateButtons 470 0001:00010C7C ORCtrls.TORDropPanel.WMActivateApp 471 0001:0000E51C ORCtrls.TORListBox.AddReference 472 0001:0000EE80 ORCtrls.TORListBox.AdjustScrollBar 473 0001:00010750 ORCtrls.TORListBox.Clear 474 0001:0000F4E4 ORCtrls.TORListBox.ClearTop 475 0001:0000CD48 ORCtrls.TORListBox.Click 476 0001:0000C460 ORCtrls.TORListBox.CMFontChanged 477 0001:0000CCE8 ORCtrls.TORListBox.CMHintShow 478 0001:0000D654 ORCtrls.TORListBox.CNDrawItem 479 0001:0000BA74 ORCtrls.TORListBox.Create 480 0001:0000BBC8 ORCtrls.TORListBox.CreateParams 481 0001:0000EF1C ORCtrls.TORListBox.CreateScrollBar 482 0001:0000BBE0 ORCtrls.TORListBox.CreateWnd 483 0001:0000BB74 ORCtrls.TORListBox.Destroy 484 0001:0000CE5C ORCtrls.TORListBox.DestroyItems 485 0001:0000BC6C ORCtrls.TORListBox.DestroyWnd 486 0001:0000CD64 ORCtrls.TORListBox.DoChange 487 0001:0000CDD0 ORCtrls.TORListBox.DoEnter 488 0001:0000CE10 ORCtrls.TORListBox.DoExit 489 0001:0000D678 ORCtrls.TORListBox.DrawItem 490 0001:0000EFF0 ORCtrls.TORListBox.ForDataUse 491 0001:0000EFCC ORCtrls.TORListBox.FreeScrollBar 492 0001:00010814 ORCtrls.TORListBox.GetCaption 493 0001:000103C4 ORCtrls.TORListBox.GetChecked 494 0001:000104A0 ORCtrls.TORListBox.GetCheckedState 495 0001:00010590 ORCtrls.TORListBox.GetCheckedString 496 0001:0000BE7C ORCtrls.TORListBox.GetDisplayText 497 0001:0000BED8 ORCtrls.TORListBox.GetDynamicProperty 498 0001:0000DF88 ORCtrls.TORListBox.GetIEN 499 0001:0000DAE4 ORCtrls.TORListBox.GetIndexFromY 500 0001:0000E24C ORCtrls.TORListBox.GetItemID 501 0001:0000E038 ORCtrls.TORListBox.GetItemIEN 502 0001:000106D4 ORCtrls.TORListBox.GetMItems 503 0001:00010564 ORCtrls.TORListBox.GetMultiSelect 504 0001:0000EBEC ORCtrls.TORListBox.GetPieces 505 0001:0000E3AC ORCtrls.TORListBox.GetReference 506 0001:0000FF0C ORCtrls.TORListBox.GetStringIndex 507 0001:0000EBA0 ORCtrls.TORListBox.GetStyle 508 0001:0000E6B0 ORCtrls.TORListBox.GetTabPositions 509 0001:0000E600 ORCtrls.TORListBox.IndexOfReference 510 0001:0000F2A8 ORCtrls.TORListBox.InitLongList 511 0001:0000E58C ORCtrls.TORListBox.InsertReference 512 0001:0000F43C ORCtrls.TORListBox.InsertSeparator 513 0001:0000BD88 ORCtrls.TORListBox.IsSynonym 514 0001:0000CFC8 ORCtrls.TORListBox.KeyPress 515 0001:0000C12C ORCtrls.TORListBox.LBAddString 516 0001:0000C324 ORCtrls.TORListBox.LBDeleteString 517 0001:0000BEFC ORCtrls.TORListBox.LBGetItemData 518 0001:0000BFBC ORCtrls.TORListBox.LBGetText 519 0001:0000C088 ORCtrls.TORListBox.LBGetTextLen 520 0001:0000C218 ORCtrls.TORListBox.LBInsertString 521 0001:0000C3A8 ORCtrls.TORListBox.LBResetContent 522 0001:0000C444 ORCtrls.TORListBox.LBSetCurSel 523 0001:0000BF30 ORCtrls.TORListBox.LBSetItemData 524 0001:0000BC38 ORCtrls.TORListBox.Loaded 525 0001:0000D584 ORCtrls.TORListBox.MeasureItem 526 0001:0000CFFC ORCtrls.TORListBox.MouseDown 527 0001:0000D368 ORCtrls.TORListBox.MouseMove 528 0001:0000F638 ORCtrls.TORListBox.NeedData 529 0001:0000F954 ORCtrls.TORListBox.PositionThumb 530 0001:0000EC30 ORCtrls.TORListBox.ResetItems 531 0001:0000FA04 ORCtrls.TORListBox.ScrollTo 532 0001:0000E2E8 ORCtrls.TORListBox.SelectByID 533 0001:0000E0E8 ORCtrls.TORListBox.SelectByIEN 534 0001:00010054 ORCtrls.TORListBox.SelectString 535 0001:0001076C ORCtrls.TORListBox.SetBlackColorMode 536 0001:00010774 ORCtrls.TORListBox.SetCaption 537 0001:00010358 ORCtrls.TORListBox.SetCheckBoxes 538 0001:0001040C ORCtrls.TORListBox.SetChecked 539 0001:000104DC ORCtrls.TORListBox.SetCheckedState 540 0001:00010638 ORCtrls.TORListBox.SetCheckedString 541 0001:0000EBDC ORCtrls.TORListBox.SetDelimiter 542 0001:0000E14C ORCtrls.TORListBox.SetExactByIEN 543 0001:000103A8 ORCtrls.TORListBox.SetFlatCheckBoxes 544 0001:0000DB78 ORCtrls.TORListBox.SetFocusIndex 545 0001:0000EA48 ORCtrls.TORListBox.SetHideSynonyms 546 0001:0000D080 ORCtrls.TORListBox.SetHintProperties 547 0001:0000EE48 ORCtrls.TORListBox.SetLongList 548 0001:0001070C ORCtrls.TORListBox.SetMItems 549 0001:0001056C ORCtrls.TORListBox.SetMultiSelect 550 0001:0000EC0C ORCtrls.TORListBox.SetPieces 551 0001:0000E448 ORCtrls.TORListBox.SetReference 552 0001:0000EBA8 ORCtrls.TORListBox.SetStyle 553 0001:0000EB0C ORCtrls.TORListBox.SetSynonymChars 554 0001:0000E898 ORCtrls.TORListBox.SetTabPosInPixels 555 0001:0000E6EC ORCtrls.TORListBox.SetTabPositions 556 0001:0000E8B0 ORCtrls.TORListBox.SetTabStops 557 0001:0000EA40 ORCtrls.TORListBox.SupportsDynamicProperty 558 0001:0000BC8C ORCtrls.TORListBox.TextToShow 559 0001:0000CED4 ORCtrls.TORListBox.ToggleCheckBox 560 0001:0000DE50 ORCtrls.TORListBox.UMShowTip 561 0001:00017010 ORCtrls.TORListBox.VerifyUnique 562 0001:0000CC28 ORCtrls.TORListBox.WMCancelMode 563 0001:0000D628 ORCtrls.TORListBox.WMDestroy 564 0001:0000C498 ORCtrls.TORListBox.WMKeyDown 565 0001:0000CA60 ORCtrls.TORListBox.WMLButtonDblClk 566 0001:0000C6B4 ORCtrls.TORListBox.WMLButtonDown 567 0001:0000C968 ORCtrls.TORListBox.WMLButtonUp 568 0001:0000CC5C ORCtrls.TORListBox.WMMove 569 0001:0000C9B0 ORCtrls.TORListBox.WMRButtonUp 570 0001:0000CC7C ORCtrls.TORListBox.WMSize 571 0001:0000CCC4 ORCtrls.TORListBox.WMVScroll 572 0001:00016190 ORCtrls.TORListView.LVMSetColumn 573 0001:00016244 ORCtrls.TORListView.LVMSetColumnWidth 574 0001:000160C8 ORCtrls.TORListView.WMNotify 575 0001:00013914 ORCtrls.TOROffsetLabel.AdjustSizeOfSelf 576 0001:000138FC ORCtrls.TOROffsetLabel.CMFontChanged 577 0001:000138E4 ORCtrls.TOROffsetLabel.CMTextChanged 578 0001:00013884 ORCtrls.TOROffsetLabel.Create 579 0001:000139B4 ORCtrls.TOROffsetLabel.DoDrawText 580 0001:00013AF0 ORCtrls.TOROffsetLabel.GetTransparent 581 0001:00013A54 ORCtrls.TOROffsetLabel.Paint 582 0001:00013B50 ORCtrls.TOROffsetLabel.SetHorzOffset 583 0001:00013AFC ORCtrls.TOROffsetLabel.SetTransparent 584 0001:00013B40 ORCtrls.TOROffsetLabel.SetVertOffset 585 0001:00013B60 ORCtrls.TOROffsetLabel.SetWordWrap 586 0001:0000B2F4 ORCtrls.TORStrings.Add 587 0001:0000B374 ORCtrls.TORStrings.Clear 588 0001:0000B3A4 ORCtrls.TORStrings.Create 589 0001:0000B3FC ORCtrls.TORStrings.Delete 590 0001:0000B434 ORCtrls.TORStrings.Destroy 591 0001:0000B468 ORCtrls.TORStrings.Get 592 0001:0000B490 ORCtrls.TORStrings.GetCount 593 0001:0000B4A8 ORCtrls.TORStrings.GetObject 594 0001:0000B4C8 ORCtrls.TORStrings.IndexOf 595 0001:0000B4E8 ORCtrls.TORStrings.Insert 596 0001:0000B570 ORCtrls.TORStrings.Put 597 0001:0000B5F0 ORCtrls.TORStrings.PutObject 598 0001:0000B60C ORCtrls.TORStrings.SetUpdateState 599 0001:0000B628 ORCtrls.TORStrings.Verify 600 0001:00013C58 ORCtrls.TORTreeNode.EnsureVisible 601 0001:00013D08 ORCtrls.TORTreeNode.GetBold 602 0001:00013D44 ORCtrls.TORTreeNode.GetORTreeView 603 0001:00013D60 ORCtrls.TORTreeNode.GetParent 604 0001:00013D7C ORCtrls.TORTreeNode.GetText 605 0001:00013D94 ORCtrls.TORTreeNode.SetBold 606 0001:00014190 ORCtrls.TORTreeNode.SetCaption 607 0001:00013DD8 ORCtrls.TORTreeNode.SetPiece 608 0001:00013E1C ORCtrls.TORTreeNode.SetStringData 609 0001:00013EC8 ORCtrls.TORTreeNode.SetText 610 0001:00013ED4 ORCtrls.TORTreeNode.UpdateText 611 0001:00014240 ORCtrls.TORTreeView.CNNotify 612 0001:000142CC ORCtrls.TORTreeView.Create 613 0001:0001430C ORCtrls.TORTreeView.CreateNode 614 0001:000143A8 ORCtrls.TORTreeView.FindPieceNode 615 0001:00014348 ORCtrls.TORTreeView.FindPieceNode 616 0001:00014490 ORCtrls.TORTreeView.GetExpandedIDStr 617 0001:0001471C ORCtrls.TORTreeView.GetHorzScrollPos 618 0001:000148B4 ORCtrls.TORTreeView.GetNodeID 619 0001:000148DC ORCtrls.TORTreeView.GetNodeID 620 0001:00014734 ORCtrls.TORTreeView.GetVertScrollPos 621 0001:0001474C ORCtrls.TORTreeView.RenameNodes 622 0001:0001459C ORCtrls.TORTreeView.SetExpandedIDStr 623 0001:0001458C ORCtrls.TORTreeView.SetExpandedIDStr 624 0001:00014824 ORCtrls.TORTreeView.SetHorzScrollPos 625 0001:0001480C ORCtrls.TORTreeView.SetNodeDelim 626 0001:00014860 ORCtrls.TORTreeView.SetNodePiece 627 0001:000149A0 ORCtrls.TORTreeView.SetShortNodeCaptions 628 0001:00014878 ORCtrls.TORTreeView.SetVertScrollPos 629 0001:00013494 ORCtrls.TSizeRatio.Create 630 0003:00000A9C ORCtrls.uDropPanelOpenCount 631 0004:0000009C ORCtrls.uItemTip 632 0004:000000A0 ORCtrls.uItemTipCount 633 0004:00000098 ORCtrls.uKeyHookHandle 634 0004:000000A4 ORCtrls.uNewStyle 635 0004:0000012C ORCtrls.uOldShowHintsSetting 636 0004:00000130 ORCtrlsDsgn..3 637 0001:00017368 ORCtrlsDsgn..TORImageIndexesElementPropertyEditor 638 0001:00017278 ORCtrlsDsgn..TORImageIndexesPropertyEditor 639 0001:0001792C ORCtrlsDsgn.Finalization 640 0002:0000023C ORCtrlsDsgn.ORCtrlsDsgn 641 0001:00017824 ORCtrlsDsgn.Register 642 0001:000174D8 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.Create 643 0001:00017560 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.GetAttributes 644 0001:0001756C ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.GetName 645 0001:000176A8 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.GetValue 646 0001:00017524 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.ParentImgIdx 647 0001:00017770 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.SetValue 648 0001:00017474 ORCtrlsDsgn.TORImageIndexesPropertyEditor.GetAttributes 649 0001:00017480 ORCtrlsDsgn.TORImageIndexesPropertyEditor.GetProperties 650 0001:000174B4 ORCtrlsDsgn.TORImageIndexesPropertyEditor.GetValue 651 0001:00017468 ORCtrlsDsgn.TORImageIndexesPropertyEditor.Modified 652 0001:000174CC ORCtrlsDsgn.TORImageIndexesPropertyEditor.SetValue 653 0001:000016D4 PsAPI.CheckPSAPILoaded 654 0001:00001A40 PsAPI.EnumProcesses 655 0001:00001A64 PsAPI.EnumProcessModules 656 0001:00001A94 PsAPI.GetModuleFileNameEx 657 0001:00001AC4 PsAPI.GetModuleInformation 658 0004:00000008 PsAPI.hPSAPI 659 0004:00000030 PsAPI._EmptyWorkingSet 660 0004:00000060 PsAPI._EnumDeviceDrivers 661 0004:0000000C PsAPI._EnumProcesses 662 0004:00000010 PsAPI._EnumProcessModules 663 0004:00000040 PsAPI._GetDeviceDriverBaseName 664 0004:0000004C PsAPI._GetDeviceDriverBaseNameA 665 0004:00000058 PsAPI._GetDeviceDriverBaseNameW 666 0004:00000044 PsAPI._GetDeviceDriverFileName 667 0004:00000050 PsAPI._GetDeviceDriverFileNameA 668 0004:0000005C PsAPI._GetDeviceDriverFileNameW 669 0004:0000003C PsAPI._GetMappedFileName 670 0004:00000048 PsAPI._GetMappedFileNameA 671 0004:00000054 PsAPI._GetMappedFileNameW 672 0004:00000014 PsAPI._GetModuleBaseName 673 0004:0000001C PsAPI._GetModuleBaseNameA 674 0004:00000024 PsAPI._GetModuleBaseNameW 675 0004:00000018 PsAPI._GetModuleFileNameEx 676 0004:00000020 PsAPI._GetModuleFileNameExA 677 0004:00000028 PsAPI._GetModuleFileNameExW 678 0004:0000002C PsAPI._GetModuleInformation 679 0004:00000064 PsAPI._GetProcessMemoryInfo 680 0004:00000038 PsAPI._InitializeProcessForWsWatch 681 0004:00000034 PsAPI._QueryWorkingSet 682 0001:00000E3C ShlObj.SHGetSpecialFolderPath 683 0001:00001D84 SysInit.@InitPkg 684 0001:00001DE8 SysInit.@PackageLoad 685 0001:00001DF4 SysInit.@PackageUnload 686 0001:00001C74 SysInit.AllocTlsBuffer 687 0001:00001D30 SysInit.ExitProcessTLS 688 0001:00001CF8 SysInit.ExitThreadTLS 689 0001:00001C3C SysInit.FreeLibrary 690 0001:00001C80 SysInit.GetTlsSize 691 0004:0000006C SysInit.HInstance 692 0001:00001D54 SysInit.InitializeModule 693 0001:00001CCC SysInit.InitProcessTLS 694 0001:00001C88 SysInit.InitThreadTLS 695 0001:00001C44 SysInit.LocalAlloc 696 0001:00001C4C SysInit.LocalFree 658 697 0003:00000008 SysInit.Module 659 0004:000000 08 SysInit.ModuleIsLib660 0004:000000 09 SysInit.ModuleIsPackage698 0004:00000068 SysInit.ModuleIsLib 699 0004:00000069 SysInit.ModuleIsPackage 661 700 0003:00000004 SysInit.PtrToNil 662 0001:00001 6ECSysInit.TlsAlloc663 0004:000000 10 SysInit.tlsBuffer664 0001:00001 6F4SysInit.TlsFree665 0001:00001 6FCSysInit.TlsGetValue701 0001:00001C54 SysInit.TlsAlloc 702 0004:00000070 SysInit.tlsBuffer 703 0001:00001C5C SysInit.TlsFree 704 0001:00001C64 SysInit.TlsGetValue 666 705 0003:00000000 SysInit.TlsIndex 667 706 0005:00000000 SysInit.TlsLast 668 707 0003:00000020 SysInit.TlsProc 669 0001:00001704 SysInit.TlsSetValue 670 0001:000017F8 SysInit.UninitializeModule 708 0001:00001C6C SysInit.TlsSetValue 709 0001:00001D60 SysInit.UninitializeModule 710 0004:00000074 VAClasses..6 711 0001:00001E00 VAClasses..TVABaseMethodList 712 0001:00001F20 VAClasses..TVALinkedMethodList 713 0001:00002138 VAClasses..TVAList 714 0001:00001E94 VAClasses..TVAMethodList 715 0001:00002000 VAClasses..TVANotificationEventComponent 716 0001:00002658 VAClasses.Finalization 717 0001:00002220 VAClasses.TVABaseMethodList.Add 718 0001:0000224C VAClasses.TVABaseMethodList.Clear 719 0001:00002264 VAClasses.TVABaseMethodList.Count 720 0001:0000226C VAClasses.TVABaseMethodList.Create 721 0001:000022B8 VAClasses.TVABaseMethodList.Delete 722 0001:000022D8 VAClasses.TVABaseMethodList.Destroy 723 0001:00002310 VAClasses.TVABaseMethodList.GetMethod 724 0001:00002338 VAClasses.TVABaseMethodList.IndexOf 725 0001:00002394 VAClasses.TVABaseMethodList.Remove 726 0001:000024C0 VAClasses.TVALinkedMethodList.Add 727 0001:00002504 VAClasses.TVALinkedMethodList.Clear 728 0001:00002524 VAClasses.TVALinkedMethodList.Count 729 0001:0000252C VAClasses.TVALinkedMethodList.Create 730 0001:00002570 VAClasses.TVALinkedMethodList.Delete 731 0001:00002598 VAClasses.TVALinkedMethodList.Destroy 732 0001:000025C8 VAClasses.TVALinkedMethodList.GetMethod 733 0001:000025F8 VAClasses.TVALinkedMethodList.IndexOf 734 0001:0000260C VAClasses.TVALinkedMethodList.Remove 735 0001:00002628 VAClasses.TVAList.Notify 736 0001:000023BC VAClasses.TVAMethodList.Add 737 0001:000023C4 VAClasses.TVAMethodList.Clear 738 0001:000023CC VAClasses.TVAMethodList.Count 739 0001:000023D4 VAClasses.TVAMethodList.Create 740 0001:0000240C VAClasses.TVAMethodList.Delete 741 0001:00002414 VAClasses.TVAMethodList.Destroy 742 0001:0000243C VAClasses.TVAMethodList.IndexOf 743 0001:00002444 VAClasses.TVAMethodList.Remove 744 0001:0000244C VAClasses.TVANotificationEventComponent.Notification 745 0001:00002478 VAClasses.TVANotificationEventComponent.NotifyCreate 746 0002:0000019C VAClasses.VAClasses 747 0004:00000078 VAUtils..3 748 0001:00004240 VAUtils..TVACustomMessageEventInterceptor 749 0001:000042B8 VAUtils..TVAMessageEventHandler 750 0001:00004324 VAUtils..TVAWinProcMonitor 751 0001:000044C0 VAUtils.AddMessageHandler 752 0001:00004C84 VAUtils.AnotherInstanceRunning 753 0001:00003EC0 VAUtils.AppendBackSlash 754 0003:00000430 VAUtils.BinChars 755 0003:00000470 VAUtils.CheckScreenReaderSupport 756 0001:0000448C VAUtils.CleanupMessageHandlerSystem 757 0001:00004450 VAUtils.Clear 758 0003:00000478 VAUtils.CRC32_TABLE 759 0001:00003E3C VAUtils.CRCForString 760 0001:000051D4 VAUtils.ExecuteAndWait 761 0001:00003D70 VAUtils.FastHexToBinary 762 0001:00003B4C VAUtils.FastHexToByte 763 0001:00003BF4 VAUtils.FastHexToInt 764 0001:00003AD8 VAUtils.FastIntToHex 765 0001:00003B20 VAUtils.FastWordToHex 766 0001:00004E00 VAUtils.FileVersionValue 767 0001:0000552C VAUtils.Finalization 768 0001:000038F0 VAUtils.FreeAndNilTStringsAndObjects 769 0001:000040E8 VAUtils.GetAlternateProgramFilesPath 770 0001:00005410 VAUtils.GetDLLFileName 771 0001:00003980 VAUtils.GetFileWithShortenedPath 772 0001:00004A30 VAUtils.GetInstanceCount 773 0001:00004C38 VAUtils.GetInstanceCount 774 0001:00004CD8 VAUtils.GetNum 775 0001:000040D4 VAUtils.GetProgramFilesPath 776 0001:00003F3C VAUtils.GetSpecialFolderPath 777 0001:00004FB0 VAUtils.GetV 778 0001:000041FC VAUtils.GetWindowClassName 779 0001:000041B8 VAUtils.GetWindowTitle 780 0003:00000030 VAUtils.HexChars 781 0001:000043E0 VAUtils.InitializeMessageHandlerSystem 782 0001:000049FC VAUtils.ListTooSmall 783 0001:00004684 VAUtils.MessageHandlerCount 784 0004:00000088 VAUtils.ModuleHandles 785 0001:00005090 VAUtils.parse 786 0004:0000007C VAUtils.PIDList 787 0001:0000353C VAUtils.Piece 788 0001:000035B8 VAUtils.Pieces 789 0001:000045F8 VAUtils.RemoveAllMessageHandlers 790 0001:0000455C VAUtils.RemoveMessageHandler 791 0001:00003938 VAUtils.ScreenReaderActive 792 0001:0000395C VAUtils.ScreenReaderSupportEnabled 793 0001:000038E4 VAUtils.Show508Message 794 0001:0000368C VAUtils.ShowMsg 795 0001:000037C0 VAUtils.ShowMsg 796 0001:000049A8 VAUtils.TDataArray.Clear 797 0001:000049C4 VAUtils.TDataArray.SetCapacity 798 0001:000049F4 VAUtils.TDataArray.Size 799 0001:00004758 VAUtils.TVACustomMessageEventInterceptor.Create 800 0001:000047FC VAUtils.TVACustomMessageEventInterceptor.Destroy 801 0001:00004830 VAUtils.TVACustomMessageEventInterceptor.NewMessageHandler 802 0001:0000483C VAUtils.TVAMessageEventHandler.AddMessageHandler 803 0001:00004850 VAUtils.TVAMessageEventHandler.Create 804 0001:0000489C VAUtils.TVAMessageEventHandler.Destroy 805 0001:000048CC VAUtils.TVAMessageEventHandler.DoMessageHandlers 806 0001:00004924 VAUtils.TVAMessageEventHandler.HandlerCount 807 0001:00004930 VAUtils.TVAMessageEventHandler.NewMessageHandler 808 0001:00004954 VAUtils.TVAMessageEventHandler.RemoveMessageHandler 809 0001:00004700 VAUtils.TVAWinProcMonitor.Notification 810 0001:00004738 VAUtils.TVAWinProcMonitor.RemoveFromList 811 0003:00000878 VAUtils.uEventMessageHandlers 812 0003:0000087C VAUtils.uHandlePointers 813 0003:00000884 VAUtils.uMessageHandlerSystemRunning 814 0003:00000474 VAUtils.uScreenReaderSupportEnabled 815 0003:00000880 VAUtils.uWinProcMonitor 816 0002:000001A4 VAUtils.VAUtils 817 0001:0000510C VAUtils.VersionOK 818 0001:00004D88 VAUtils.VersionStringSplit 819 0001:00004C90 VAUtils.VersionStringSplit 820 0001:00004CAC VAUtils.VersionStringSplit 821 0001:00004CC0 VAUtils.VersionStringSplit 671 822 0004:00000000 Windows..3 672 0001:00000364 Windows.CallNextHookEx 673 0001:0000036C Windows.DrawText 674 0001:00000478 Windows.Finalization 675 0001:0000032C Windows.FreeLibrary 676 0001:00000334 Windows.GetCurrentThreadId 677 0001:00000374 Windows.GetCursorPos 678 0001:0000037C Windows.GetDC 679 0001:00000384 Windows.GetDesktopWindow 680 0001:0000038C Windows.GetKeyState 681 0001:00000394 Windows.GetScrollPos 682 0001:0000039C Windows.GetSystemMetrics 683 0001:000003A4 Windows.GetTabbedTextExtent 684 0001:00000344 Windows.GetTextExtentPoint32 685 0001:0000034C Windows.GetTextMetrics 686 0001:0000033C Windows.GetVersion 687 0001:000003AC Windows.GetWindowDC 688 0001:000003B4 Windows.HideCaret 823 0001:000003EC Windows.CallNextHookEx 824 0001:00000364 Windows.CloseHandle 825 0001:000003F4 Windows.DrawText 826 0001:00000510 Windows.Finalization 827 0001:0000036C Windows.FreeLibrary 828 0001:000003FC Windows.GetClassName 829 0001:00000374 Windows.GetCurrentProcess 830 0001:0000037C Windows.GetCurrentThreadId 831 0001:00000404 Windows.GetCursorPos 832 0001:0000040C Windows.GetDC 833 0001:00000414 Windows.GetDesktopWindow 834 0001:000003B4 Windows.GetFileVersionInfo 835 0001:000003BC Windows.GetFileVersionInfoSize 836 0001:0000041C Windows.GetKeyState 837 0001:00000384 Windows.GetModuleFileName 838 0001:0000038C Windows.GetProcAddress 839 0001:00000424 Windows.GetScrollPos 840 0001:0000042C Windows.GetSystemMetrics 841 0001:00000434 Windows.GetTabbedTextExtent 842 0001:000003CC Windows.GetTextExtentPoint32 843 0001:000003D4 Windows.GetTextMetrics 844 0001:00000394 Windows.GetVersion 845 0001:0000043C Windows.GetWindowDC 846 0001:00000444 Windows.GetWindowText 847 0001:0000044C Windows.HideCaret 689 848 0004:00000004 Windows.HtmlHelpModule 690 0001:000003BC Windows.InflateRect 691 0001:000003C4 Windows.IntersectRect 692 0001:000003CC Windows.InvalidateRect 693 0001:000003D4 Windows.KillTimer 694 0001:0000043C Windows.MakeLong 695 0001:0000046C Windows.MakeLParam 696 0001:00000460 Windows.MakeWParam 697 0001:000003DC Windows.OffsetRect 698 0001:00000448 Windows.PointToSmallPoint 699 0001:000003E4 Windows.PostMessage 700 0001:000003EC Windows.PtInRect 701 0001:000003F4 Windows.ReleaseDC 702 0001:00000354 Windows.SelectObject 703 0001:000003FC Windows.SendMessage 704 0001:0000035C Windows.SetBkMode 705 0001:00000404 Windows.SetTimer 706 0001:0000040C Windows.SetWindowPos 707 0001:00000414 Windows.SetWindowsHookEx 708 0001:0000041C Windows.ShowWindow 709 0001:00000424 Windows.SystemParametersInfo 710 0001:0000042C Windows.TabbedTextOut 711 0001:00000434 Windows.UnhookWindowsHookEx 712 0002:00000018 Windows.Windows 849 0001:00000454 Windows.InflateRect 850 0001:0000045C Windows.IntersectRect 851 0001:00000464 Windows.InvalidateRect 852 0001:0000046C Windows.KillTimer 853 0001:0000039C Windows.LoadLibrary 854 0001:000004D4 Windows.MakeLong 855 0001:00000504 Windows.MakeLParam 856 0001:000004F8 Windows.MakeWParam 857 0001:00000474 Windows.OffsetRect 858 0001:000003A4 Windows.OpenProcess 859 0001:000004E0 Windows.PointToSmallPoint 860 0001:0000047C Windows.PostMessage 861 0001:00000484 Windows.PtInRect 862 0001:0000048C Windows.ReleaseDC 863 0001:000003DC Windows.SelectObject 864 0001:00000494 Windows.SendMessage 865 0001:000003E4 Windows.SetBkMode 866 0001:0000049C Windows.SetTimer 867 0001:000004A4 Windows.SetWindowPos 868 0001:000004AC Windows.SetWindowsHookEx 869 0001:000004B4 Windows.ShowWindow 870 0001:000003AC Windows.Sleep 871 0001:000004BC Windows.SystemParametersInfo 872 0001:000004C4 Windows.TabbedTextOut 873 0001:000004CC Windows.UnhookWindowsHookEx 874 0001:000003C4 Windows.VerQueryValue 875 0002:00000010 Windows.Windows 713 876 714 877 715 878 Address Publics by Value 716 879 717 0001:0000032C Windows.FreeLibrary 718 0001:00000334 Windows.GetCurrentThreadId 719 0001:0000033C Windows.GetVersion 720 0001:00000344 Windows.GetTextExtentPoint32 721 0001:0000034C Windows.GetTextMetrics 722 0001:00000354 Windows.SelectObject 723 0001:0000035C Windows.SetBkMode 724 0001:00000364 Windows.CallNextHookEx 725 0001:0000036C Windows.DrawText 726 0001:00000374 Windows.GetCursorPos 727 0001:0000037C Windows.GetDC 728 0001:00000384 Windows.GetDesktopWindow 729 0001:0000038C Windows.GetKeyState 730 0001:00000394 Windows.GetScrollPos 731 0001:0000039C Windows.GetSystemMetrics 732 0001:000003A4 Windows.GetTabbedTextExtent 733 0001:000003AC Windows.GetWindowDC 734 0001:000003B4 Windows.HideCaret 735 0001:000003BC Windows.InflateRect 736 0001:000003C4 Windows.IntersectRect 737 0001:000003CC Windows.InvalidateRect 738 0001:000003D4 Windows.KillTimer 739 0001:000003DC Windows.OffsetRect 740 0001:000003E4 Windows.PostMessage 741 0001:000003EC Windows.PtInRect 742 0001:000003F4 Windows.ReleaseDC 743 0001:000003FC Windows.SendMessage 744 0001:00000404 Windows.SetTimer 745 0001:0000040C Windows.SetWindowPos 746 0001:00000414 Windows.SetWindowsHookEx 747 0001:0000041C Windows.ShowWindow 748 0001:00000424 Windows.SystemParametersInfo 749 0001:0000042C Windows.TabbedTextOut 750 0001:00000434 Windows.UnhookWindowsHookEx 751 0001:0000043C Windows.MakeLong 752 0001:00000448 Windows.PointToSmallPoint 753 0001:00000460 Windows.MakeWParam 754 0001:0000046C Windows.MakeLParam 755 0001:00000478 Windows.Finalization 756 0001:00000B4C CommCtrl.TreeView_GetItem 757 0001:00000B64 CommCtrl.TreeView_SetItem 758 0001:000016D4 SysInit.FreeLibrary 759 0001:000016DC SysInit.LocalAlloc 760 0001:000016E4 SysInit.LocalFree 761 0001:000016EC SysInit.TlsAlloc 762 0001:000016F4 SysInit.TlsFree 763 0001:000016FC SysInit.TlsGetValue 764 0001:00001704 SysInit.TlsSetValue 765 0001:0000170C SysInit.AllocTlsBuffer 766 0001:00001718 SysInit.GetTlsSize 767 0001:00001720 SysInit.InitThreadTLS 768 0001:00001764 SysInit.InitProcessTLS 769 0001:00001790 SysInit.ExitThreadTLS 770 0001:000017C8 SysInit.ExitProcessTLS 771 0001:000017EC SysInit.InitializeModule 772 0001:000017F8 SysInit.UninitializeModule 773 0001:0000181C SysInit.@InitPkg 774 0001:00001880 SysInit.@PackageLoad 775 0001:0000188C SysInit.@PackageUnload 776 0001:00001910 ORCtrls..TORStrings 777 0001:00001D28 ORCtrls..TORListBox 778 0001:000022C8 ORCtrls..TORDropPanel 779 0001:00002474 ORCtrls..TORComboPanelEdit 780 0001:000025DC ORCtrls..TORComboEdit 781 0001:0000283C ORCtrls..TORComboBox 782 0001:000032AC ORCtrls..TORAutoPanel 783 0001:00003414 ORCtrls..TOROffsetLabel 784 0001:0000389C ORCtrls..TORAlignButton 785 0001:00003A8C ORCtrls..TORAlignSpeedButton 786 0001:00003BF0 ORCtrls..TORAlignEdit 787 0001:00003E5C ORCtrls..TCaptionTreeView 788 0001:00004038 ORCtrls..TORTreeNode 789 0001:0000412C ORCtrls..TORTreeView 790 0001:0000441C ORCtrls..TORCBImageIndexes 791 0001:000046AC ORCtrls..TORCheckBox 792 0001:00004A64 ORCtrls..TORListView 793 0001:00004C34 ORCtrls..TORPopupMenu 794 0001:00004D0C ORCtrls..TORMenuItem 795 0001:00004DE8 ORCtrls..TKeyClickPanel 796 0001:00004F50 ORCtrls..TKeyClickRadioGroup 797 0001:00005148 ORCtrls..TCaptionListBox 798 0001:000053EC ORCtrls..TCaptionCheckListBox 799 0001:00005658 ORCtrls..TCaptionMemo 800 0001:00005874 ORCtrls..TCaptionEdit 801 0001:00005AA8 ORCtrls..TCaptionRichEdit 802 0001:00005D04 ORCtrls..TCaptionComboBox 803 0001:00005F58 ORCtrls..TCaptionListView 804 0001:000061B8 ORCtrls..TCaptionStringGrid 805 0001:000063A0 ORCtrls..TItemTip 806 0001:000064F8 ORCtrls..TSizeRatio 807 0001:00006574 ORCtrls.ClientWidthOfList 808 0001:000065B8 ORCtrls.FontWidthPixel 809 0001:000066BC ORCtrls.FontHeightPixel 810 0001:00006700 ORCtrls.HigherOf 811 0001:0000670C ORCtrls.LowerOf 812 0001:00006718 ORCtrls.Piece 813 0001:000067A8 ORCtrls.SetPiece 814 0001:000068D0 ORCtrls.IntArrayToString 815 0001:000069A0 ORCtrls.StringToIntArray 816 0001:00006B0C ORCtrls.StringBetween 817 0001:00006B44 ORCtrls.ItemTipKeyHook 818 0001:00006B78 ORCtrls.AddItemTipRef 819 0001:00006BB0 ORCtrls.RemoveItemTipRef 820 0001:00006BE0 ORCtrls.TItemTip.Create 821 0001:00006C34 ORCtrls.TItemTip.Destroy 822 0001:00006C70 ORCtrls.TItemTip.CreateParams 823 0001:00006C9C ORCtrls.TItemTip.Paint 824 0001:00006D84 ORCtrls.TItemTip.Hide 825 0001:00006DC8 ORCtrls.TItemTip.GetTabSettings 826 0001:00006EF4 ORCtrls.TItemTip.UpdateText 827 0001:0000719C ORCtrls.TItemTip.Show 828 0001:000074E8 ORCtrls.GetORCBBitmap 829 0001:000075AC ORCtrls.DestroyORCBBitmaps 830 0001:000075E0 ORCtrls.TORStrings.Add 831 0001:00007660 ORCtrls.TORStrings.Clear 832 0001:00007690 ORCtrls.TORStrings.Create 833 0001:000076E8 ORCtrls.TORStrings.Delete 834 0001:00007720 ORCtrls.TORStrings.Destroy 835 0001:00007754 ORCtrls.TORStrings.Get 836 0001:0000777C ORCtrls.TORStrings.GetCount 837 0001:00007794 ORCtrls.TORStrings.GetObject 838 0001:000077B4 ORCtrls.TORStrings.IndexOf 839 0001:000077D4 ORCtrls.TORStrings.Insert 840 0001:0000785C ORCtrls.TORStrings.Put 841 0001:000078DC ORCtrls.TORStrings.PutObject 842 0001:000078F8 ORCtrls.TORStrings.SetUpdateState 843 0001:00007914 ORCtrls.TORStrings.Verify 844 0001:00007D60 ORCtrls.TORListBox.Create 845 0001:00007E60 ORCtrls.TORListBox.Destroy 846 0001:00007EB4 ORCtrls.TORListBox.CreateParams 847 0001:00007ECC ORCtrls.TORListBox.CreateWnd 848 0001:00007F24 ORCtrls.TORListBox.Loaded 849 0001:00007F58 ORCtrls.TORListBox.DestroyWnd 850 0001:00007F78 ORCtrls.TORListBox.TextToShow 851 0001:00008074 ORCtrls.TORListBox.IsSynonym 852 0001:00008168 ORCtrls.TORListBox.GetDisplayText 853 0001:000081C4 ORCtrls.TORListBox.GetDynamicProperty 854 0001:000081E8 ORCtrls.TORListBox.LBGetItemData 855 0001:0000821C ORCtrls.TORListBox.LBSetItemData 856 0001:000082A8 ORCtrls.TORListBox.LBGetText 857 0001:00008374 ORCtrls.TORListBox.LBGetTextLen 858 0001:00008418 ORCtrls.TORListBox.LBAddString 859 0001:00008504 ORCtrls.TORListBox.LBInsertString 860 0001:00008610 ORCtrls.TORListBox.LBDeleteString 861 0001:00008694 ORCtrls.TORListBox.LBResetContent 862 0001:00008730 ORCtrls.TORListBox.LBSetCurSel 863 0001:0000874C ORCtrls.TORListBox.CMFontChanged 864 0001:00008784 ORCtrls.TORListBox.WMKeyDown 865 0001:000089A0 ORCtrls.TORListBox.WMLButtonDown 866 0001:00008C54 ORCtrls.TORListBox.WMLButtonUp 867 0001:00008C9C ORCtrls.TORListBox.WMRButtonUp 868 0001:00008D4C ORCtrls.TORListBox.WMLButtonDblClk 869 0001:00008F14 ORCtrls.TORListBox.WMCancelMode 870 0001:00008F48 ORCtrls.TORListBox.WMMove 871 0001:00008F68 ORCtrls.TORListBox.WMSize 872 0001:00008FB0 ORCtrls.TORListBox.WMVScroll 873 0001:00008FD4 ORCtrls.TORListBox.CMHintShow 874 0001:00009034 ORCtrls.TORListBox.Click 875 0001:00009050 ORCtrls.TORListBox.DoChange 876 0001:000090BC ORCtrls.TORListBox.DoEnter 877 0001:000090FC ORCtrls.TORListBox.DoExit 878 0001:00009148 ORCtrls.TORListBox.DestroyItems 879 0001:000091C0 ORCtrls.TORListBox.ToggleCheckBox 880 0001:000092B4 ORCtrls.TORListBox.KeyPress 881 0001:000092E8 ORCtrls.TORListBox.MouseDown 882 0001:0000936C ORCtrls.TORListBox.SetHintProperties 883 0001:00009654 ORCtrls.TORListBox.MouseMove 884 0001:00009870 ORCtrls.TORListBox.MeasureItem 885 0001:00009914 ORCtrls.TORListBox.WMDestroy 886 0001:00009940 ORCtrls.TORListBox.CNDrawItem 887 0001:00009964 ORCtrls.TORListBox.DrawItem 888 0001:00009DD0 ORCtrls.TORListBox.GetIndexFromY 889 0001:00009E64 ORCtrls.TORListBox.SetFocusIndex 890 0001:0000A13C ORCtrls.TORListBox.UMShowTip 891 0001:0000A274 ORCtrls.TORListBox.GetIEN 892 0001:0000A324 ORCtrls.TORListBox.GetItemIEN 893 0001:0000A3D4 ORCtrls.TORListBox.SelectByIEN 894 0001:0000A438 ORCtrls.TORListBox.SetExactByIEN 895 0001:0000A538 ORCtrls.TORListBox.GetItemID 896 0001:0000A5D4 ORCtrls.TORListBox.SelectByID 897 0001:0000A698 ORCtrls.TORListBox.GetReference 898 0001:0000A734 ORCtrls.TORListBox.SetReference 899 0001:0000A808 ORCtrls.TORListBox.AddReference 900 0001:0000A878 ORCtrls.TORListBox.InsertReference 901 0001:0000A8EC ORCtrls.TORListBox.IndexOfReference 902 0001:0000A99C ORCtrls.TORListBox.GetTabPositions 903 0001:0000A9D8 ORCtrls.TORListBox.SetTabPositions 904 0001:0000AB84 ORCtrls.TORListBox.SetTabPosInPixels 905 0001:0000AB9C ORCtrls.TORListBox.SetTabStops 906 0001:0000AD2C ORCtrls.TORListBox.SupportsDynamicProperty 907 0001:0000AD34 ORCtrls.TORListBox.SetHideSynonyms 908 0001:0000ADF8 ORCtrls.TORListBox.SetSynonymChars 909 0001:0000AE8C ORCtrls.TORListBox.GetStyle 910 0001:0000AE94 ORCtrls.TORListBox.SetStyle 911 0001:0000AEC8 ORCtrls.TORListBox.SetDelimiter 912 0001:0000AED8 ORCtrls.TORListBox.GetPieces 913 0001:0000AEF8 ORCtrls.TORListBox.SetPieces 914 0001:0000AF1C ORCtrls.TORListBox.ResetItems 915 0001:0000B134 ORCtrls.TORListBox.SetLongList 916 0001:0000B16C ORCtrls.TORListBox.AdjustScrollBar 917 0001:0000B208 ORCtrls.TORListBox.CreateScrollBar 918 0001:0000B2B8 ORCtrls.TORListBox.FreeScrollBar 919 0001:0000B2DC ORCtrls.TORListBox.ForDataUse 920 0001:0000B594 ORCtrls.TORListBox.InitLongList 921 0001:0000B728 ORCtrls.TORListBox.InsertSeparator 922 0001:0000B7D0 ORCtrls.TORListBox.ClearTop 923 0001:0000B834 ORCtrls.ClearLong 924 0001:0000B924 ORCtrls.TORListBox.NeedData 925 0001:0000BC40 ORCtrls.TORListBox.PositionThumb 926 0001:0000BCF0 ORCtrls.TORListBox.ScrollTo 927 0001:0000C1F8 ORCtrls.TORListBox.GetStringIndex 928 0001:0000C340 ORCtrls.TORListBox.SelectString 929 0001:0000C644 ORCtrls.TORListBox.SetCheckBoxes 930 0001:0000C694 ORCtrls.TORListBox.SetFlatCheckBoxes 931 0001:0000C6B0 ORCtrls.TORListBox.GetChecked 932 0001:0000C6F8 ORCtrls.TORListBox.SetChecked 933 0001:0000C78C ORCtrls.TORListBox.GetCheckedState 934 0001:0000C7C8 ORCtrls.TORListBox.SetCheckedState 935 0001:0000C850 ORCtrls.TORListBox.GetMultiSelect 936 0001:0000C858 ORCtrls.TORListBox.SetMultiSelect 937 0001:0000C87C ORCtrls.TORListBox.GetCheckedString 938 0001:0000C924 ORCtrls.TORListBox.SetCheckedString 939 0001:0000C9C0 ORCtrls.TORListBox.GetMItems 940 0001:0000C9F8 ORCtrls.TORListBox.SetMItems 941 0001:0000CA3C ORCtrls.TORListBox.Clear 942 0001:0000CA58 ORCtrls.TORListBox.SetBlackColorMode 943 0001:0000CA60 ORCtrls.TORListBox.SetCaption 944 0001:0000CB00 ORCtrls.TORListBox.GetCaption 945 0001:0000CB1C ORCtrls.DropDownPanelOpened 946 0001:0000CB48 ORCtrls.DropDownPanelClosed 947 0001:0000CB78 ORCtrls.TORDropPanel.BtnClicked 948 0001:0000CBB0 ORCtrls.TORDropPanel.Create 949 0001:0000CC28 ORCtrls.TORDropPanel.CreateParams 950 0001:0000CC68 ORCtrls.TORDropPanel.GetButton 951 0001:0000CD18 ORCtrls.TORDropPanel.ResetButtons 952 0001:0000CD4C ORCtrls.TORDropPanel.Resize 953 0001:0000CDE4 ORCtrls.TORDropPanel.UpdateButtons 954 0001:0000CF68 ORCtrls.TORDropPanel.WMActivateApp 955 0001:0000D008 ORCtrls.TORComboEdit.CreateParams 956 0001:0000D040 ORCtrls.TORComboEdit.WMKillFocus 957 0001:0000D0BC ORCtrls.TORComboEdit.WMSetFocus 958 0001:0000D118 ORCtrls.TORComboBox.Create 959 0001:0000D2BC ORCtrls.TORComboBox.WMDestroy 960 0001:0000D2EC ORCtrls.TORComboBox.CMFontChanged 961 0001:0000D304 ORCtrls.TORComboBox.WMMove 962 0001:0000D320 ORCtrls.TORComboBox.WMSize 963 0001:0000D338 ORCtrls.TORComboBox.WMTimer 964 0001:0000D398 ORCtrls.TORComboBox.EditControl 965 0001:0000D3AC ORCtrls.TORComboBox.AdjustSizeOfSelf 966 0001:0000D52C ORCtrls.TORComboBox.DropButtonDown 967 0001:0000D55C ORCtrls.TORComboBox.DropButtonUp 968 0001:0000D58C ORCtrls.TORComboBox.DropDownStatusChanged 969 0001:0000D66C ORCtrls.TORComboBox.ClearDropDownStatus 970 0001:0000D684 ORCtrls.TORComboBox.Destroy 971 0001:0000D6B4 ORCtrls.TORComboBox.DoEnter 972 0001:0000D6DC ORCtrls.TORComboBox.UMGotFocus 973 0001:0000D70C ORCtrls.TORComboBox.DoExit 974 0001:0000D754 ORCtrls.TORComboBox.LoadComboBoxImage 975 0001:0000D7EC ORCtrls.TORComboBox.Loaded 976 0001:0000D808 ORCtrls.TORComboBox.FwdChange 977 0001:0000D83C ORCtrls.TORComboBox.FwdChangeDelayed 978 0001:0000DB4C ORCtrls.TORComboBox.FwdClick 979 0001:0000DCA0 ORCtrls.TORComboBox.FwdDblClick 980 0001:0000DCC4 ORCtrls.TORComboBox.FwdKeyDown 981 0001:0000E0A0 ORCtrls.TORComboBox.FwdKeyPress 982 0001:0000E110 ORCtrls.TORComboBox.FwdKeyUp 983 0001:0000E17C ORCtrls.TORComboBox.FwdMouseUp 984 0001:0000E1A0 ORCtrls.TORComboBox.FwdNeedData 985 0001:0000E218 ORCtrls.TORComboBox.SetDropDownCount 986 0001:0000E224 ORCtrls.TORComboBox.SetDroppedDown 987 0001:0000E488 ORCtrls.TORComboBox.SetEditRect 988 0001:0000E558 ORCtrls.TORComboBox.SetEditText 989 0001:0000E5FC ORCtrls.TORComboBox.SetItemIndex 990 0001:0000E6E0 ORCtrls.TORComboBox.SelectByIEN 991 0001:0000E70C ORCtrls.TORComboBox.SelectByID 992 0001:0000E730 ORCtrls.TORComboBox.SetExactByIEN 993 0001:0000E75C ORCtrls.TORComboBox.SetStyle 994 0001:0000E92C ORCtrls.TORComboBox.StartKeyTimer 995 0001:0000E99C ORCtrls.TORComboBox.StopKeyTimer 996 0001:0000E9C8 ORCtrls.TORComboBox.SupportsDynamicProperty 997 0001:0000E9D0 ORCtrls.TORComboBox.AddReference 998 0001:0000EA34 ORCtrls.TORComboBox.Clear 999 0001:0000EA5C ORCtrls.TORComboBox.ClearTop 1000 0001:0000EA6C ORCtrls.TORComboBox.ForDataUse 1001 0001:0000EA7C ORCtrls.TORComboBox.InitLongList 1002 0001:0000EACC ORCtrls.TORComboBox.IndexOfReference 1003 0001:0000EB2C ORCtrls.TORComboBox.InsertReference 1004 0001:0000EB94 ORCtrls.TORComboBox.InsertSeparator 1005 0001:0000EBA4 ORCtrls.TORComboBox.Invalidate 1006 0001:0000EC08 ORCtrls.TORComboBox.GetAutoSelect 1007 0001:0000EC18 ORCtrls.TORComboBox.GetColor 1008 0001:0000EC24 ORCtrls.TORComboBox.GetDelimiter 1009 0001:0000EC34 ORCtrls.TORComboBox.GetDisplayText 1010 0001:0000EC54 ORCtrls.TORComboBox.GetDynamicProperty 1011 0001:0000EC78 ORCtrls.TORComboBox.GetItemHeight 1012 0001:0000EC88 ORCtrls.TORComboBox.GetIEN 1013 0001:0000ECAC ORCtrls.TORComboBox.GetItemID 1014 0001:0000ECC8 ORCtrls.TORComboBox.GetItemIEN 1015 0001:0000ECEC ORCtrls.TORComboBox.GetItemIndex 1016 0001:0000ED00 ORCtrls.TORComboBox.GetItemTipEnable 1017 0001:0000ED10 ORCtrls.TORComboBox.GetItemTipColor 1018 0001:0000ED20 ORCtrls.TORComboBox.GetLongList 1019 0001:0000ED30 ORCtrls.TORComboBox.GetMaxLength 1020 0001:0000ED40 ORCtrls.TORComboBox.GetPieces 1021 0001:0000ED5C ORCtrls.TORComboBox.GetReference 1022 0001:0000ED7C ORCtrls.TORComboBox.GetSelLength 1023 0001:0000ED90 ORCtrls.TORComboBox.GetSelStart 1024 0001:0000EDA4 ORCtrls.TORComboBox.GetSelText 1025 0001:0000EDC4 ORCtrls.TORComboBox.GetShortCount 1026 0001:0000EDD4 ORCtrls.TORComboBox.GetSorted 1027 0001:0000EDE4 ORCtrls.TORComboBox.GetHideSynonyms 1028 0001:0000EDF4 ORCtrls.TORComboBox.GetSynonymChars 1029 0001:0000EE14 ORCtrls.TORComboBox.SetHideSynonyms 1030 0001:0000EE24 ORCtrls.TORComboBox.SetSynonymChars 1031 0001:0000EE74 ORCtrls.TORComboBox.GetTabPositions 1032 0001:0000EE90 ORCtrls.TORComboBox.GetTabPosInPixels 1033 0001:0000EEA0 ORCtrls.TORComboBox.GetText 1034 0001:0000EEBC ORCtrls.TORComboBox.SelectAll 1035 0001:0000EECC ORCtrls.TORComboBox.SetAutoSelect 1036 0001:0000EEDC ORCtrls.TORComboBox.SetBlackColorMode 1037 0001:0000EF08 ORCtrls.TORComboBox.SetColor 1038 0001:0000EF40 ORCtrls.TORComboBox.SetDelimiter 1039 0001:0000EF50 ORCtrls.TORComboBox.SetItemHeight 1040 0001:0000EF60 ORCtrls.TORComboBox.SetItemTipEnable 1041 0001:0000EF70 ORCtrls.TORComboBox.SetItemTipColor 1042 0001:0000EF80 ORCtrls.TORComboBox.SetLongList 1043 0001:0000EF90 ORCtrls.TORComboBox.SetMaxLength 1044 0001:0000EFA0 ORCtrls.TORComboBox.SetPieces 1045 0001:0000EFB0 ORCtrls.TORComboBox.SetReference 1046 0001:0000F010 ORCtrls.TORComboBox.SetSelLength 1047 0001:0000F028 ORCtrls.TORComboBox.SetSelStart 1048 0001:0000F040 ORCtrls.TORComboBox.SetSelText 1049 0001:0000F050 ORCtrls.TORComboBox.SetSorted 1050 0001:0000F060 ORCtrls.TORComboBox.SetTabPositions 1051 0001:0000F070 ORCtrls.TORComboBox.SetTabPosInPixels 1052 0001:0000F080 ORCtrls.TORComboBox.SetText 1053 0001:0000F090 ORCtrls.TORComboBox.SetItems 1054 0001:0000F0A4 ORCtrls.TORComboBox.GetCheckBoxes 1055 0001:0000F0B4 ORCtrls.TORComboBox.GetChecked 1056 0001:0000F0C4 ORCtrls.TORComboBox.GetCheckEntireLine 1057 0001:0000F0D4 ORCtrls.TORComboBox.GetFlatCheckBoxes 1058 0001:0000F0E4 ORCtrls.TORComboBox.SetCheckBoxes 1059 0001:0000F2D8 ORCtrls.TORComboBox.SetChecked 1060 0001:0000F310 ORCtrls.TORComboBox.SetCheckEntireLine 1061 0001:0000F320 ORCtrls.TORComboBox.SetFlatCheckBoxes 1062 0001:0000F330 ORCtrls.TORComboBox.DropPanelBtnPressed 1063 0001:0000F398 ORCtrls.TORComboBox.GetCheckedString 1064 0001:0000F3B4 ORCtrls.TORComboBox.SetCheckedString 1065 0001:0000F3C4 ORCtrls.TORComboBox.SetCheckBoxEditColor 1066 0001:0000F3F8 ORCtrls.TORComboBox.SetListItemsOnly 1067 0001:0000F418 ORCtrls.TORComboBox.SetOnCheckedText 1068 0001:0000F480 ORCtrls.TORComboBox.SetTemplateField 1069 0001:0000F4C8 ORCtrls.TORComboBox.GetOnSynonymCheck 1070 0001:0000F4E0 ORCtrls.TORComboBox.SetOnSynonymCheck 1071 0001:0000F500 ORCtrls.TORComboBox.GetEnabled 1072 0001:0000F50C ORCtrls.TORComboBox.SetEnabled 1073 0001:0000F548 ORCtrls.TORComboBox.GetEditBoxText 1074 0001:0000F658 ORCtrls.TORComboBox.UpdateCheckEditBoxText 1075 0001:0000F6D8 ORCtrls.TORComboBox.CheckBoxSelected 1076 0001:0000F70C ORCtrls.TORComboBox.GetMItems 1077 0001:0000F714 ORCtrls.TORComboBox.SetCaption 1078 0001:0000F724 ORCtrls.TORComboBox.GetCaption 1079 0001:0000F740 ORCtrls.TORComboBox.GetCaseChanged 1080 0001:0000F750 ORCtrls.TORComboBox.SetCaseChanged 1081 0001:0000F760 ORCtrls.TORComboBox.GetLookupPiece 1082 0001:0000F770 ORCtrls.TORComboBox.SetLookupPiece 1083 0001:0000F780 ORCtrls.TSizeRatio.Create 1084 0001:0000F7F8 ORCtrls.TORAutoPanel.Destroy 1085 0001:0000F870 ORCtrls.TORAutoPanel.BuildSizes 1086 0001:0000F968 ORCtrls.TORAutoPanel.Loaded 1087 0001:0000F99C ORCtrls.TORAutoPanel.DoResize 1088 0001:0000FB44 ORCtrls.TORAutoPanel.Resize 1089 0001:0000FB70 ORCtrls.TOROffsetLabel.Create 1090 0001:0000FBD0 ORCtrls.TOROffsetLabel.CMTextChanged 1091 0001:0000FBE8 ORCtrls.TOROffsetLabel.CMFontChanged 1092 0001:0000FC00 ORCtrls.TOROffsetLabel.AdjustSizeOfSelf 1093 0001:0000FCA0 ORCtrls.TOROffsetLabel.DoDrawText 1094 0001:0000FD40 ORCtrls.TOROffsetLabel.Paint 1095 0001:0000FDDC ORCtrls.TOROffsetLabel.GetTransparent 1096 0001:0000FDE8 ORCtrls.TOROffsetLabel.SetTransparent 1097 0001:0000FE2C ORCtrls.TOROffsetLabel.SetVertOffset 1098 0001:0000FE3C ORCtrls.TOROffsetLabel.SetHorzOffset 1099 0001:0000FE4C ORCtrls.TOROffsetLabel.SetWordWrap 1100 0001:0000FE64 ORCtrls.TORAlignButton.Create 1101 0001:0000FEB4 ORCtrls.TORAlignButton.CreateParams 1102 0001:0000FEFC ORCtrls.TORAlignButton.SetAlignment 1103 0001:0000FF14 ORCtrls.TORAlignButton.SetLayout 1104 0001:0000FF2C ORCtrls.TORAlignButton.SetWordWrap 1105 0001:0000FF44 ORCtrls.TORTreeNode.EnsureVisible 1106 0001:0000FFF4 ORCtrls.TORTreeNode.GetBold 1107 0001:00010030 ORCtrls.TORTreeNode.GetORTreeView 1108 0001:0001004C ORCtrls.TORTreeNode.GetParent 1109 0001:00010068 ORCtrls.TORTreeNode.GetText 1110 0001:00010080 ORCtrls.TORTreeNode.SetBold 1111 0001:000100C4 ORCtrls.TORTreeNode.SetPiece 1112 0001:00010108 ORCtrls.TORTreeNode.SetStringData 1113 0001:000101B4 ORCtrls.TORTreeNode.SetText 1114 0001:000101C0 ORCtrls.TORTreeNode.UpdateText 1115 0001:00010250 ORCtrls.CalcShortName 1116 0001:0001047C ORCtrls.TORTreeNode.SetCaption 1117 0001:0001052C ORCtrls.TORTreeView.CNNotify 1118 0001:000105B8 ORCtrls.TORTreeView.Create 1119 0001:000105F8 ORCtrls.TORTreeView.CreateNode 1120 0001:00010634 ORCtrls.TORTreeView.FindPieceNode 1121 0001:00010694 ORCtrls.TORTreeView.FindPieceNode 1122 0001:0001077C ORCtrls.TORTreeView.GetExpandedIDStr 1123 0001:00010878 ORCtrls.TORTreeView.SetExpandedIDStr 1124 0001:00010888 ORCtrls.TORTreeView.SetExpandedIDStr 1125 0001:00010A08 ORCtrls.TORTreeView.GetHorzScrollPos 1126 0001:00010A20 ORCtrls.TORTreeView.GetVertScrollPos 1127 0001:00010A38 ORCtrls.TORTreeView.RenameNodes 1128 0001:00010AF8 ORCtrls.TORTreeView.SetNodeDelim 1129 0001:00010B10 ORCtrls.TORTreeView.SetHorzScrollPos 1130 0001:00010B4C ORCtrls.TORTreeView.SetNodePiece 1131 0001:00010B64 ORCtrls.TORTreeView.SetVertScrollPos 1132 0001:00010BA0 ORCtrls.TORTreeView.GetNodeID 1133 0001:00010BC8 ORCtrls.TORTreeView.GetNodeID 1134 0001:00010C8C ORCtrls.TORTreeView.SetShortNodeCaptions 1135 0001:00010C9C ORCtrls.TORCBImageIndexes.Create 1136 0001:00010D20 ORCtrls.TORCBImageIndexes.Destroy 1137 0001:00010D54 ORCtrls.TORCBImageIndexes.SetImages 1138 0001:00010D94 ORCtrls.RStr 1139 0001:00010DD0 ORCtrls.TORCBImageIndexes.IdxString 1140 0001:00010EB4 ORCtrls.TORCBImageIndexes.SetIdxString 1141 0001:00011014 ORCtrls.TORCBImageIndexes.ImageListChanged 1142 0001:00011048 ORCtrls.TORCBImageIndexes.Notification 1143 0001:00011078 ORCtrls.TORCBImageIndexes.SetCheckedDisabledIndex 1144 0001:0001108C ORCtrls.TORCBImageIndexes.SetCheckedEnabledIndex 1145 0001:000110A0 ORCtrls.TORCBImageIndexes.SetGrayedDisabledIndex 1146 0001:000110B4 ORCtrls.TORCBImageIndexes.SetGrayedEnabledIndex 1147 0001:000110C8 ORCtrls.TORCBImageIndexes.SetUncheckedDisabledIndex 1148 0001:000110DC ORCtrls.TORCBImageIndexes.SetUncheckedEnabledIndex 1149 0001:000110F0 ORCtrls.TORCheckBox.Create 1150 0001:0001114C ORCtrls.TORCheckBox.ListViewCreate 1151 0001:00011198 ORCtrls.TORCheckBox.CreateCommon 1152 0001:000111C8 ORCtrls.TORCheckBox.Destroy 1153 0001:00011210 ORCtrls.TORCheckBox.GetImageIndexes 1154 0001:0001122C ORCtrls.TORCheckBox.GetImageList 1155 0001:00011238 ORCtrls.TORCheckBox.SetImageIndexes 1156 0001:00011248 ORCtrls.TORCheckBox.SetImageList 1157 0001:00011258 ORCtrls.TORCheckBox.Toggle 1158 0001:000112E8 ORCtrls.TORCheckBox.CreateParams 1159 0001:00011304 ORCtrls.TORCheckBox.CMEnabledChanged 1160 0001:00011320 ORCtrls.TORCheckBox.CMFontChanged 1161 0001:0001133C ORCtrls.TORCheckBox.CNDrawItem 1162 0001:00011358 ORCtrls.TORCheckBox.CNMeasureItem 1163 0001:0001137C ORCtrls.TORCheckBox.GetDrawData 1164 0001:00011934 ORCtrls.TORCheckBox.DrawItem 1165 0001:00011D28 ORCtrls.TORCheckBox.SetGrayedStyle 1166 0001:00011D4C ORCtrls.TORCheckBox.WMLButtonDblClk 1167 0001:00011D64 ORCtrls.TORCheckBox.WMSize 1168 0001:00011D8C ORCtrls.TORCheckBox.BMSetCheck 1169 0001:00011E94 ORCtrls.TORCheckBox.SetWordWrap 1170 0001:00011EBC ORCtrls.TORCheckBox.SetAutoSize 1171 0001:00011EE4 ORCtrls.TORCheckBox.SetBlackColorMode 1172 0001:00011F00 ORCtrls.TORCheckBox.AutoAdjustSize 1173 0001:000120D4 ORCtrls.TORCheckBox.GetCaption 1174 0001:000120EC ORCtrls.TORCheckBox.SetCaption 1175 0001:00012158 ORCtrls.TORCheckBox.SetAllowAllUnchecked 1176 0001:00012168 ORCtrls.TORCheckBox.SetGroupIndex 1177 0001:00012198 ORCtrls.TORCheckBox.SyncAllowAllUnchecked 1178 0001:00012218 ORCtrls.TORCheckBox.SetParent 1179 0001:00012230 ORCtrls.TORCheckBox.SetRadioStyle 1180 0001:00012244 ORCtrls.TORCheckBox.SetAssociate 1181 0001:00012280 ORCtrls.EnableCtrl 1182 0001:0001231C ORCtrls.TORCheckBox.UpdateAssociate 1183 0001:0001233C ORCtrls.TORCheckBox.Notification 1184 0001:00012370 ORCtrls.TORCheckBox.SetFocusOnBox 1185 0001:00012384 ORCtrls.TORCheckBox.BMGetCheck 1186 0001:000123B0 ORCtrls.TORCheckBox.BMGetState 1187 0001:000123B4 ORCtrls.TORListView.WMNotify 1188 0001:0001247C ORCtrls.TORListView.LVMSetColumn 1189 0001:00012530 ORCtrls.TORListView.LVMSetColumnWidth 1190 0001:000125E4 ORCtrls.TORComboPanelEdit.Destroy 1191 0001:0001261C ORCtrls.TORComboPanelEdit.Paint 1192 0001:000126E4 ORCtrls.TKeyClickPanel.KeyDown 1193 0001:00012708 ORCtrls.TKeyClickRadioGroup.Click 1194 0001:00012740 ORCtrls.TKeyClickRadioGroup.Create 1195 0001:000127A0 ORCtrls.TKeyClickRadioGroup.KeyDown 1196 0001:00012810 ORCtrls.TCaptionListBox.DoEnter 1197 0001:00012834 ORCtrls.TCaptionListBox.GetCaption 1198 0001:00012860 ORCtrls.TCaptionListBox.GetDynamicProperty 1199 0001:00012884 ORCtrls.TCaptionListBox.MoveFocusUp 1200 0001:000128C0 ORCtrls.TCaptionListBox.MoveFocusDown 1201 0001:00012914 ORCtrls.TCaptionListBox.SetCaption 1202 0001:00012998 ORCtrls.TCaptionListBox.SupportsDynamicProperty 1203 0001:000129A0 ORCtrls.TCaptionListBox.WMKeyDown 1204 0001:00012A4C ORCtrls.TCaptionListBox.WMMouseMove 1205 0001:00012B0C ORCtrls.TCaptionListBox.WMRButtonUp 1206 0001:00012C40 ORCtrls.TCaptionCheckListBox.GetCaption 1207 0001:00012C6C ORCtrls.TCaptionCheckListBox.GetDynamicProperty 1208 0001:00012C90 ORCtrls.TCaptionCheckListBox.SetCaption 1209 0001:00012D14 ORCtrls.TCaptionCheckListBox.SupportsDynamicProperty 1210 0001:00012D1C ORCtrls.TCaptionMemo.GetCaption 1211 0001:00012D48 ORCtrls.TCaptionMemo.GetDynamicProperty 1212 0001:00012D6C ORCtrls.TCaptionMemo.SetCaption 1213 0001:00012DF0 ORCtrls.TCaptionMemo.SupportsDynamicProperty 1214 0001:00012DF8 ORCtrls.TCaptionEdit.GetCaption 1215 0001:00012E24 ORCtrls.TCaptionEdit.GetDynamicProperty 1216 0001:00012E48 ORCtrls.TCaptionEdit.SetCaption 1217 0001:00012ECC ORCtrls.TCaptionEdit.SupportsDynamicProperty 1218 0001:00012ED4 ORCtrls.TCaptionRichEdit.GetDynamicProperty 1219 0001:00012EFC ORCtrls.TCaptionRichEdit.SupportsDynamicProperty 1220 0001:00012F04 ORCtrls.TCaptionTreeView.GetCaption 1221 0001:00012F1C ORCtrls.TCaptionTreeView.GetDynamicProperty 1222 0001:00012F40 ORCtrls.TCaptionTreeView.SetCaption 1223 0001:00012FD0 ORCtrls.TCaptionTreeView.SupportsDynamicProperty 1224 0001:00012FD8 ORCtrls.TCaptionComboBox.GetCaption 1225 0001:00013004 ORCtrls.TCaptionComboBox.GetDynamicProperty 1226 0001:00013028 ORCtrls.TCaptionComboBox.SetCaption 1227 0001:000130AC ORCtrls.TCaptionComboBox.SupportsDynamicProperty 1228 0001:000130B4 ORCtrls.TORAlignSpeedButton.Paint 1229 0001:0001312C ORCtrls.GoodNotifyWinEvent 1230 0001:00013134 ORCtrls.TCaptionStringGrid.ColRowToIndex 1231 0001:00013184 ORCtrls.TCaptionStringGrid.GetDynamicProperty 1232 0001:000131AC ORCtrls.TCaptionStringGrid.IndexToColRow 1233 0001:00013210 ORCtrls.TCaptionStringGrid.KeyUp 1234 0001:0001328C ORCtrls.TCaptionStringGrid.SupportsDynamicProperty 1235 0001:00013294 ORCtrls.IsAMouseButtonDown 1236 0001:000132CC ORCtrls.TORComboBox.SetNumForMatch 1237 0001:000132F4 ORCtrls.TORComboBox.SetUniqueAutoComplete 1238 0001:000132FC ORCtrls.TORListBox.VerifyUnique 1239 0001:0001344C ORCtrls.TORComboBox.SetTextAutoComplete 1240 0001:000134C8 ORCtrls.TCaptionListView.GetDynamicProperty 1241 0001:000134EC ORCtrls.TCaptionListView.SupportsDynamicProperty 1242 0001:000134F4 ORCtrls.Finalization 1243 0001:00013564 ORCtrlsDsgn..TORImageIndexesPropertyEditor 1244 0001:00013654 ORCtrlsDsgn..TORImageIndexesElementPropertyEditor 1245 0001:00013754 ORCtrlsDsgn.TORImageIndexesPropertyEditor.Modified 1246 0001:00013760 ORCtrlsDsgn.TORImageIndexesPropertyEditor.GetAttributes 1247 0001:0001376C ORCtrlsDsgn.TORImageIndexesPropertyEditor.GetProperties 1248 0001:000137A0 ORCtrlsDsgn.TORImageIndexesPropertyEditor.GetValue 1249 0001:000137B8 ORCtrlsDsgn.TORImageIndexesPropertyEditor.SetValue 1250 0001:000137C4 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.Create 1251 0001:00013810 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.ParentImgIdx 1252 0001:0001384C ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.GetAttributes 1253 0001:00013858 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.GetName 1254 0001:00013994 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.GetValue 1255 0001:00013A5C ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.SetValue 1256 0001:00013B10 ORCtrlsDsgn.Register 1257 0001:00013C18 ORCtrlsDsgn.Finalization 1258 0001:00013FC8 .ORCtrlLib2006.@GetPackageInfoTable 1259 0001:00013FD0 .ORCtrlLib2006.@PackageLoad 1260 0001:00013FDC .ORCtrlLib2006.@PackageUnload 1261 0002:00000018 Windows.Windows 1262 0002:000001A4 ORCtrls.ORCtrls 1263 0002:00000204 ORCtrlsDsgn.ORCtrlsDsgn 1264 0002:0000020C .ORCtrlLib2006..ORCtrlLib2006 880 0001:00000364 Windows.CloseHandle 881 0001:0000036C Windows.FreeLibrary 882 0001:00000374 Windows.GetCurrentProcess 883 0001:0000037C Windows.GetCurrentThreadId 884 0001:00000384 Windows.GetModuleFileName 885 0001:0000038C Windows.GetProcAddress 886 0001:00000394 Windows.GetVersion 887 0001:0000039C Windows.LoadLibrary 888 0001:000003A4 Windows.OpenProcess 889 0001:000003AC Windows.Sleep 890 0001:000003B4 Windows.GetFileVersionInfo 891 0001:000003BC Windows.GetFileVersionInfoSize 892 0001:000003C4 Windows.VerQueryValue 893 0001:000003CC Windows.GetTextExtentPoint32 894 0001:000003D4 Windows.GetTextMetrics 895 0001:000003DC Windows.SelectObject 896 0001:000003E4 Windows.SetBkMode 897 0001:000003EC Windows.CallNextHookEx 898 0001:000003F4 Windows.DrawText 899 0001:000003FC Windows.GetClassName 900 0001:00000404 Windows.GetCursorPos 901 0001:0000040C Windows.GetDC 902 0001:00000414 Windows.GetDesktopWindow 903 0001:0000041C Windows.GetKeyState 904 0001:00000424 Windows.GetScrollPos 905 0001:0000042C Windows.GetSystemMetrics 906 0001:00000434 Windows.GetTabbedTextExtent 907 0001:0000043C Windows.GetWindowDC 908 0001:00000444 Windows.GetWindowText 909 0001:0000044C Windows.HideCaret 910 0001:00000454 Windows.InflateRect 911 0001:0000045C Windows.IntersectRect 912 0001:00000464 Windows.InvalidateRect 913 0001:0000046C Windows.KillTimer 914 0001:00000474 Windows.OffsetRect 915 0001:0000047C Windows.PostMessage 916 0001:00000484 Windows.PtInRect 917 0001:0000048C Windows.ReleaseDC 918 0001:00000494 Windows.SendMessage 919 0001:0000049C Windows.SetTimer 920 0001:000004A4 Windows.SetWindowPos 921 0001:000004AC Windows.SetWindowsHookEx 922 0001:000004B4 Windows.ShowWindow 923 0001:000004BC Windows.SystemParametersInfo 924 0001:000004C4 Windows.TabbedTextOut 925 0001:000004CC Windows.UnhookWindowsHookEx 926 0001:000004D4 Windows.MakeLong 927 0001:000004E0 Windows.PointToSmallPoint 928 0001:000004F8 Windows.MakeWParam 929 0001:00000504 Windows.MakeLParam 930 0001:00000510 Windows.Finalization 931 0001:00000C64 CommCtrl.TreeView_GetItem 932 0001:00000C7C CommCtrl.TreeView_SetItem 933 0001:00000E3C ShlObj.SHGetSpecialFolderPath 934 0001:000016D4 PsAPI.CheckPSAPILoaded 935 0001:00001A40 PsAPI.EnumProcesses 936 0001:00001A64 PsAPI.EnumProcessModules 937 0001:00001A94 PsAPI.GetModuleFileNameEx 938 0001:00001AC4 PsAPI.GetModuleInformation 939 0001:00001C3C SysInit.FreeLibrary 940 0001:00001C44 SysInit.LocalAlloc 941 0001:00001C4C SysInit.LocalFree 942 0001:00001C54 SysInit.TlsAlloc 943 0001:00001C5C SysInit.TlsFree 944 0001:00001C64 SysInit.TlsGetValue 945 0001:00001C6C SysInit.TlsSetValue 946 0001:00001C74 SysInit.AllocTlsBuffer 947 0001:00001C80 SysInit.GetTlsSize 948 0001:00001C88 SysInit.InitThreadTLS 949 0001:00001CCC SysInit.InitProcessTLS 950 0001:00001CF8 SysInit.ExitThreadTLS 951 0001:00001D30 SysInit.ExitProcessTLS 952 0001:00001D54 SysInit.InitializeModule 953 0001:00001D60 SysInit.UninitializeModule 954 0001:00001D84 SysInit.@InitPkg 955 0001:00001DE8 SysInit.@PackageLoad 956 0001:00001DF4 SysInit.@PackageUnload 957 0001:00001E00 VAClasses..TVABaseMethodList 958 0001:00001E94 VAClasses..TVAMethodList 959 0001:00001F20 VAClasses..TVALinkedMethodList 960 0001:00002000 VAClasses..TVANotificationEventComponent 961 0001:00002138 VAClasses..TVAList 962 0001:00002220 VAClasses.TVABaseMethodList.Add 963 0001:0000224C VAClasses.TVABaseMethodList.Clear 964 0001:00002264 VAClasses.TVABaseMethodList.Count 965 0001:0000226C VAClasses.TVABaseMethodList.Create 966 0001:000022B8 VAClasses.TVABaseMethodList.Delete 967 0001:000022D8 VAClasses.TVABaseMethodList.Destroy 968 0001:00002310 VAClasses.TVABaseMethodList.GetMethod 969 0001:00002338 VAClasses.TVABaseMethodList.IndexOf 970 0001:00002394 VAClasses.TVABaseMethodList.Remove 971 0001:000023BC VAClasses.TVAMethodList.Add 972 0001:000023C4 VAClasses.TVAMethodList.Clear 973 0001:000023CC VAClasses.TVAMethodList.Count 974 0001:000023D4 VAClasses.TVAMethodList.Create 975 0001:0000240C VAClasses.TVAMethodList.Delete 976 0001:00002414 VAClasses.TVAMethodList.Destroy 977 0001:0000243C VAClasses.TVAMethodList.IndexOf 978 0001:00002444 VAClasses.TVAMethodList.Remove 979 0001:0000244C VAClasses.TVANotificationEventComponent.Notification 980 0001:00002478 VAClasses.TVANotificationEventComponent.NotifyCreate 981 0001:000024C0 VAClasses.TVALinkedMethodList.Add 982 0001:00002504 VAClasses.TVALinkedMethodList.Clear 983 0001:00002524 VAClasses.TVALinkedMethodList.Count 984 0001:0000252C VAClasses.TVALinkedMethodList.Create 985 0001:00002570 VAClasses.TVALinkedMethodList.Delete 986 0001:00002598 VAClasses.TVALinkedMethodList.Destroy 987 0001:000025C8 VAClasses.TVALinkedMethodList.GetMethod 988 0001:000025F8 VAClasses.TVALinkedMethodList.IndexOf 989 0001:0000260C VAClasses.TVALinkedMethodList.Remove 990 0001:00002628 VAClasses.TVAList.Notify 991 0001:00002658 VAClasses.Finalization 992 0001:0000353C VAUtils.Piece 993 0001:000035B8 VAUtils.Pieces 994 0001:0000368C VAUtils.ShowMsg 995 0001:000037C0 VAUtils.ShowMsg 996 0001:000038E4 VAUtils.Show508Message 997 0001:000038F0 VAUtils.FreeAndNilTStringsAndObjects 998 0001:00003938 VAUtils.ScreenReaderActive 999 0001:0000395C VAUtils.ScreenReaderSupportEnabled 1000 0001:00003980 VAUtils.GetFileWithShortenedPath 1001 0001:00003AD8 VAUtils.FastIntToHex 1002 0001:00003B20 VAUtils.FastWordToHex 1003 0001:00003B4C VAUtils.FastHexToByte 1004 0001:00003BF4 VAUtils.FastHexToInt 1005 0001:00003D70 VAUtils.FastHexToBinary 1006 0001:00003E3C VAUtils.CRCForString 1007 0001:00003EC0 VAUtils.AppendBackSlash 1008 0001:00003F3C VAUtils.GetSpecialFolderPath 1009 0001:000040D4 VAUtils.GetProgramFilesPath 1010 0001:000040E8 VAUtils.GetAlternateProgramFilesPath 1011 0001:000041B8 VAUtils.GetWindowTitle 1012 0001:000041FC VAUtils.GetWindowClassName 1013 0001:00004240 VAUtils..TVACustomMessageEventInterceptor 1014 0001:000042B8 VAUtils..TVAMessageEventHandler 1015 0001:00004324 VAUtils..TVAWinProcMonitor 1016 0001:000043E0 VAUtils.InitializeMessageHandlerSystem 1017 0001:00004450 VAUtils.Clear 1018 0001:0000448C VAUtils.CleanupMessageHandlerSystem 1019 0001:000044C0 VAUtils.AddMessageHandler 1020 0001:0000455C VAUtils.RemoveMessageHandler 1021 0001:000045F8 VAUtils.RemoveAllMessageHandlers 1022 0001:00004684 VAUtils.MessageHandlerCount 1023 0001:00004700 VAUtils.TVAWinProcMonitor.Notification 1024 0001:00004738 VAUtils.TVAWinProcMonitor.RemoveFromList 1025 0001:00004758 VAUtils.TVACustomMessageEventInterceptor.Create 1026 0001:000047FC VAUtils.TVACustomMessageEventInterceptor.Destroy 1027 0001:00004830 VAUtils.TVACustomMessageEventInterceptor.NewMessageHandler 1028 0001:0000483C VAUtils.TVAMessageEventHandler.AddMessageHandler 1029 0001:00004850 VAUtils.TVAMessageEventHandler.Create 1030 0001:0000489C VAUtils.TVAMessageEventHandler.Destroy 1031 0001:000048CC VAUtils.TVAMessageEventHandler.DoMessageHandlers 1032 0001:00004924 VAUtils.TVAMessageEventHandler.HandlerCount 1033 0001:00004930 VAUtils.TVAMessageEventHandler.NewMessageHandler 1034 0001:00004954 VAUtils.TVAMessageEventHandler.RemoveMessageHandler 1035 0001:000049A8 VAUtils.TDataArray.Clear 1036 0001:000049C4 VAUtils.TDataArray.SetCapacity 1037 0001:000049F4 VAUtils.TDataArray.Size 1038 0001:000049FC VAUtils.ListTooSmall 1039 0001:00004A30 VAUtils.GetInstanceCount 1040 0001:00004C38 VAUtils.GetInstanceCount 1041 0001:00004C84 VAUtils.AnotherInstanceRunning 1042 0001:00004C90 VAUtils.VersionStringSplit 1043 0001:00004CAC VAUtils.VersionStringSplit 1044 0001:00004CC0 VAUtils.VersionStringSplit 1045 0001:00004CD8 VAUtils.GetNum 1046 0001:00004D88 VAUtils.VersionStringSplit 1047 0001:00004E00 VAUtils.FileVersionValue 1048 0001:00004FB0 VAUtils.GetV 1049 0001:00005090 VAUtils.parse 1050 0001:0000510C VAUtils.VersionOK 1051 0001:000051D4 VAUtils.ExecuteAndWait 1052 0001:00005410 VAUtils.GetDLLFileName 1053 0001:0000552C VAUtils.Finalization 1054 0001:00005624 ORCtrls..TORStrings 1055 0001:00005A3C ORCtrls..TORListBox 1056 0001:00005FDC ORCtrls..TORDropPanel 1057 0001:00006188 ORCtrls..TORComboPanelEdit 1058 0001:000062F0 ORCtrls..TORComboEdit 1059 0001:00006550 ORCtrls..TORComboBox 1060 0001:00006FC0 ORCtrls..TORAutoPanel 1061 0001:00007128 ORCtrls..TOROffsetLabel 1062 0001:000075B0 ORCtrls..TORAlignButton 1063 0001:000077A0 ORCtrls..TORAlignSpeedButton 1064 0001:00007904 ORCtrls..TORAlignEdit 1065 0001:00007B70 ORCtrls..TCaptionTreeView 1066 0001:00007D4C ORCtrls..TORTreeNode 1067 0001:00007E40 ORCtrls..TORTreeView 1068 0001:00008130 ORCtrls..TORCBImageIndexes 1069 0001:000083C0 ORCtrls..TORCheckBox 1070 0001:00008778 ORCtrls..TORListView 1071 0001:00008948 ORCtrls..TORPopupMenu 1072 0001:00008A20 ORCtrls..TORMenuItem 1073 0001:00008AFC ORCtrls..TKeyClickPanel 1074 0001:00008C64 ORCtrls..TKeyClickRadioGroup 1075 0001:00008E5C ORCtrls..TCaptionListBox 1076 0001:00009100 ORCtrls..TCaptionCheckListBox 1077 0001:0000936C ORCtrls..TCaptionMemo 1078 0001:00009588 ORCtrls..TCaptionEdit 1079 0001:000097BC ORCtrls..TCaptionRichEdit 1080 0001:00009A18 ORCtrls..TCaptionComboBox 1081 0001:00009C6C ORCtrls..TCaptionListView 1082 0001:00009ECC ORCtrls..TCaptionStringGrid 1083 0001:0000A0B4 ORCtrls..TItemTip 1084 0001:0000A20C ORCtrls..TSizeRatio 1085 0001:0000A288 ORCtrls.ClientWidthOfList 1086 0001:0000A2CC ORCtrls.FontWidthPixel 1087 0001:0000A3D0 ORCtrls.FontHeightPixel 1088 0001:0000A414 ORCtrls.HigherOf 1089 0001:0000A420 ORCtrls.LowerOf 1090 0001:0000A42C ORCtrls.Piece 1091 0001:0000A4BC ORCtrls.SetPiece 1092 0001:0000A5E4 ORCtrls.IntArrayToString 1093 0001:0000A6B4 ORCtrls.StringToIntArray 1094 0001:0000A820 ORCtrls.StringBetween 1095 0001:0000A858 ORCtrls.ItemTipKeyHook 1096 0001:0000A88C ORCtrls.AddItemTipRef 1097 0001:0000A8C4 ORCtrls.RemoveItemTipRef 1098 0001:0000A8F4 ORCtrls.TItemTip.Create 1099 0001:0000A948 ORCtrls.TItemTip.Destroy 1100 0001:0000A984 ORCtrls.TItemTip.CreateParams 1101 0001:0000A9B0 ORCtrls.TItemTip.Paint 1102 0001:0000AA98 ORCtrls.TItemTip.Hide 1103 0001:0000AADC ORCtrls.TItemTip.GetTabSettings 1104 0001:0000AC08 ORCtrls.TItemTip.UpdateText 1105 0001:0000AEB0 ORCtrls.TItemTip.Show 1106 0001:0000B1FC ORCtrls.GetORCBBitmap 1107 0001:0000B2C0 ORCtrls.DestroyORCBBitmaps 1108 0001:0000B2F4 ORCtrls.TORStrings.Add 1109 0001:0000B374 ORCtrls.TORStrings.Clear 1110 0001:0000B3A4 ORCtrls.TORStrings.Create 1111 0001:0000B3FC ORCtrls.TORStrings.Delete 1112 0001:0000B434 ORCtrls.TORStrings.Destroy 1113 0001:0000B468 ORCtrls.TORStrings.Get 1114 0001:0000B490 ORCtrls.TORStrings.GetCount 1115 0001:0000B4A8 ORCtrls.TORStrings.GetObject 1116 0001:0000B4C8 ORCtrls.TORStrings.IndexOf 1117 0001:0000B4E8 ORCtrls.TORStrings.Insert 1118 0001:0000B570 ORCtrls.TORStrings.Put 1119 0001:0000B5F0 ORCtrls.TORStrings.PutObject 1120 0001:0000B60C ORCtrls.TORStrings.SetUpdateState 1121 0001:0000B628 ORCtrls.TORStrings.Verify 1122 0001:0000BA74 ORCtrls.TORListBox.Create 1123 0001:0000BB74 ORCtrls.TORListBox.Destroy 1124 0001:0000BBC8 ORCtrls.TORListBox.CreateParams 1125 0001:0000BBE0 ORCtrls.TORListBox.CreateWnd 1126 0001:0000BC38 ORCtrls.TORListBox.Loaded 1127 0001:0000BC6C ORCtrls.TORListBox.DestroyWnd 1128 0001:0000BC8C ORCtrls.TORListBox.TextToShow 1129 0001:0000BD88 ORCtrls.TORListBox.IsSynonym 1130 0001:0000BE7C ORCtrls.TORListBox.GetDisplayText 1131 0001:0000BED8 ORCtrls.TORListBox.GetDynamicProperty 1132 0001:0000BEFC ORCtrls.TORListBox.LBGetItemData 1133 0001:0000BF30 ORCtrls.TORListBox.LBSetItemData 1134 0001:0000BFBC ORCtrls.TORListBox.LBGetText 1135 0001:0000C088 ORCtrls.TORListBox.LBGetTextLen 1136 0001:0000C12C ORCtrls.TORListBox.LBAddString 1137 0001:0000C218 ORCtrls.TORListBox.LBInsertString 1138 0001:0000C324 ORCtrls.TORListBox.LBDeleteString 1139 0001:0000C3A8 ORCtrls.TORListBox.LBResetContent 1140 0001:0000C444 ORCtrls.TORListBox.LBSetCurSel 1141 0001:0000C460 ORCtrls.TORListBox.CMFontChanged 1142 0001:0000C498 ORCtrls.TORListBox.WMKeyDown 1143 0001:0000C6B4 ORCtrls.TORListBox.WMLButtonDown 1144 0001:0000C968 ORCtrls.TORListBox.WMLButtonUp 1145 0001:0000C9B0 ORCtrls.TORListBox.WMRButtonUp 1146 0001:0000CA60 ORCtrls.TORListBox.WMLButtonDblClk 1147 0001:0000CC28 ORCtrls.TORListBox.WMCancelMode 1148 0001:0000CC5C ORCtrls.TORListBox.WMMove 1149 0001:0000CC7C ORCtrls.TORListBox.WMSize 1150 0001:0000CCC4 ORCtrls.TORListBox.WMVScroll 1151 0001:0000CCE8 ORCtrls.TORListBox.CMHintShow 1152 0001:0000CD48 ORCtrls.TORListBox.Click 1153 0001:0000CD64 ORCtrls.TORListBox.DoChange 1154 0001:0000CDD0 ORCtrls.TORListBox.DoEnter 1155 0001:0000CE10 ORCtrls.TORListBox.DoExit 1156 0001:0000CE5C ORCtrls.TORListBox.DestroyItems 1157 0001:0000CED4 ORCtrls.TORListBox.ToggleCheckBox 1158 0001:0000CFC8 ORCtrls.TORListBox.KeyPress 1159 0001:0000CFFC ORCtrls.TORListBox.MouseDown 1160 0001:0000D080 ORCtrls.TORListBox.SetHintProperties 1161 0001:0000D368 ORCtrls.TORListBox.MouseMove 1162 0001:0000D584 ORCtrls.TORListBox.MeasureItem 1163 0001:0000D628 ORCtrls.TORListBox.WMDestroy 1164 0001:0000D654 ORCtrls.TORListBox.CNDrawItem 1165 0001:0000D678 ORCtrls.TORListBox.DrawItem 1166 0001:0000DAE4 ORCtrls.TORListBox.GetIndexFromY 1167 0001:0000DB78 ORCtrls.TORListBox.SetFocusIndex 1168 0001:0000DE50 ORCtrls.TORListBox.UMShowTip 1169 0001:0000DF88 ORCtrls.TORListBox.GetIEN 1170 0001:0000E038 ORCtrls.TORListBox.GetItemIEN 1171 0001:0000E0E8 ORCtrls.TORListBox.SelectByIEN 1172 0001:0000E14C ORCtrls.TORListBox.SetExactByIEN 1173 0001:0000E24C ORCtrls.TORListBox.GetItemID 1174 0001:0000E2E8 ORCtrls.TORListBox.SelectByID 1175 0001:0000E3AC ORCtrls.TORListBox.GetReference 1176 0001:0000E448 ORCtrls.TORListBox.SetReference 1177 0001:0000E51C ORCtrls.TORListBox.AddReference 1178 0001:0000E58C ORCtrls.TORListBox.InsertReference 1179 0001:0000E600 ORCtrls.TORListBox.IndexOfReference 1180 0001:0000E6B0 ORCtrls.TORListBox.GetTabPositions 1181 0001:0000E6EC ORCtrls.TORListBox.SetTabPositions 1182 0001:0000E898 ORCtrls.TORListBox.SetTabPosInPixels 1183 0001:0000E8B0 ORCtrls.TORListBox.SetTabStops 1184 0001:0000EA40 ORCtrls.TORListBox.SupportsDynamicProperty 1185 0001:0000EA48 ORCtrls.TORListBox.SetHideSynonyms 1186 0001:0000EB0C ORCtrls.TORListBox.SetSynonymChars 1187 0001:0000EBA0 ORCtrls.TORListBox.GetStyle 1188 0001:0000EBA8 ORCtrls.TORListBox.SetStyle 1189 0001:0000EBDC ORCtrls.TORListBox.SetDelimiter 1190 0001:0000EBEC ORCtrls.TORListBox.GetPieces 1191 0001:0000EC0C ORCtrls.TORListBox.SetPieces 1192 0001:0000EC30 ORCtrls.TORListBox.ResetItems 1193 0001:0000EE48 ORCtrls.TORListBox.SetLongList 1194 0001:0000EE80 ORCtrls.TORListBox.AdjustScrollBar 1195 0001:0000EF1C ORCtrls.TORListBox.CreateScrollBar 1196 0001:0000EFCC ORCtrls.TORListBox.FreeScrollBar 1197 0001:0000EFF0 ORCtrls.TORListBox.ForDataUse 1198 0001:0000F2A8 ORCtrls.TORListBox.InitLongList 1199 0001:0000F43C ORCtrls.TORListBox.InsertSeparator 1200 0001:0000F4E4 ORCtrls.TORListBox.ClearTop 1201 0001:0000F548 ORCtrls.ClearLong 1202 0001:0000F638 ORCtrls.TORListBox.NeedData 1203 0001:0000F954 ORCtrls.TORListBox.PositionThumb 1204 0001:0000FA04 ORCtrls.TORListBox.ScrollTo 1205 0001:0000FF0C ORCtrls.TORListBox.GetStringIndex 1206 0001:00010054 ORCtrls.TORListBox.SelectString 1207 0001:00010358 ORCtrls.TORListBox.SetCheckBoxes 1208 0001:000103A8 ORCtrls.TORListBox.SetFlatCheckBoxes 1209 0001:000103C4 ORCtrls.TORListBox.GetChecked 1210 0001:0001040C ORCtrls.TORListBox.SetChecked 1211 0001:000104A0 ORCtrls.TORListBox.GetCheckedState 1212 0001:000104DC ORCtrls.TORListBox.SetCheckedState 1213 0001:00010564 ORCtrls.TORListBox.GetMultiSelect 1214 0001:0001056C ORCtrls.TORListBox.SetMultiSelect 1215 0001:00010590 ORCtrls.TORListBox.GetCheckedString 1216 0001:00010638 ORCtrls.TORListBox.SetCheckedString 1217 0001:000106D4 ORCtrls.TORListBox.GetMItems 1218 0001:0001070C ORCtrls.TORListBox.SetMItems 1219 0001:00010750 ORCtrls.TORListBox.Clear 1220 0001:0001076C ORCtrls.TORListBox.SetBlackColorMode 1221 0001:00010774 ORCtrls.TORListBox.SetCaption 1222 0001:00010814 ORCtrls.TORListBox.GetCaption 1223 0001:00010830 ORCtrls.DropDownPanelOpened 1224 0001:0001085C ORCtrls.DropDownPanelClosed 1225 0001:0001088C ORCtrls.TORDropPanel.BtnClicked 1226 0001:000108C4 ORCtrls.TORDropPanel.Create 1227 0001:0001093C ORCtrls.TORDropPanel.CreateParams 1228 0001:0001097C ORCtrls.TORDropPanel.GetButton 1229 0001:00010A2C ORCtrls.TORDropPanel.ResetButtons 1230 0001:00010A60 ORCtrls.TORDropPanel.Resize 1231 0001:00010AF8 ORCtrls.TORDropPanel.UpdateButtons 1232 0001:00010C7C ORCtrls.TORDropPanel.WMActivateApp 1233 0001:00010D1C ORCtrls.TORComboEdit.CreateParams 1234 0001:00010D54 ORCtrls.TORComboEdit.WMKillFocus 1235 0001:00010DD0 ORCtrls.TORComboEdit.WMSetFocus 1236 0001:00010E2C ORCtrls.TORComboBox.Create 1237 0001:00010FD0 ORCtrls.TORComboBox.WMDestroy 1238 0001:00011000 ORCtrls.TORComboBox.CMFontChanged 1239 0001:00011018 ORCtrls.TORComboBox.WMMove 1240 0001:00011034 ORCtrls.TORComboBox.WMSize 1241 0001:0001104C ORCtrls.TORComboBox.WMTimer 1242 0001:000110AC ORCtrls.TORComboBox.EditControl 1243 0001:000110C0 ORCtrls.TORComboBox.AdjustSizeOfSelf 1244 0001:00011240 ORCtrls.TORComboBox.DropButtonDown 1245 0001:00011270 ORCtrls.TORComboBox.DropButtonUp 1246 0001:000112A0 ORCtrls.TORComboBox.DropDownStatusChanged 1247 0001:00011380 ORCtrls.TORComboBox.ClearDropDownStatus 1248 0001:00011398 ORCtrls.TORComboBox.Destroy 1249 0001:000113C8 ORCtrls.TORComboBox.DoEnter 1250 0001:000113F0 ORCtrls.TORComboBox.UMGotFocus 1251 0001:00011420 ORCtrls.TORComboBox.DoExit 1252 0001:00011468 ORCtrls.TORComboBox.LoadComboBoxImage 1253 0001:00011500 ORCtrls.TORComboBox.Loaded 1254 0001:0001151C ORCtrls.TORComboBox.FwdChange 1255 0001:00011550 ORCtrls.TORComboBox.FwdChangeDelayed 1256 0001:00011860 ORCtrls.TORComboBox.FwdClick 1257 0001:000119B4 ORCtrls.TORComboBox.FwdDblClick 1258 0001:000119D8 ORCtrls.TORComboBox.FwdKeyDown 1259 0001:00011DB4 ORCtrls.TORComboBox.FwdKeyPress 1260 0001:00011E24 ORCtrls.TORComboBox.FwdKeyUp 1261 0001:00011E90 ORCtrls.TORComboBox.FwdMouseUp 1262 0001:00011EB4 ORCtrls.TORComboBox.FwdNeedData 1263 0001:00011F2C ORCtrls.TORComboBox.SetDropDownCount 1264 0001:00011F38 ORCtrls.TORComboBox.SetDroppedDown 1265 0001:0001219C ORCtrls.TORComboBox.SetEditRect 1266 0001:0001226C ORCtrls.TORComboBox.SetEditText 1267 0001:00012310 ORCtrls.TORComboBox.SetItemIndex 1268 0001:000123F4 ORCtrls.TORComboBox.SelectByIEN 1269 0001:00012420 ORCtrls.TORComboBox.SelectByID 1270 0001:00012444 ORCtrls.TORComboBox.SetExactByIEN 1271 0001:00012470 ORCtrls.TORComboBox.SetStyle 1272 0001:00012640 ORCtrls.TORComboBox.StartKeyTimer 1273 0001:000126B0 ORCtrls.TORComboBox.StopKeyTimer 1274 0001:000126DC ORCtrls.TORComboBox.SupportsDynamicProperty 1275 0001:000126E4 ORCtrls.TORComboBox.AddReference 1276 0001:00012748 ORCtrls.TORComboBox.Clear 1277 0001:00012770 ORCtrls.TORComboBox.ClearTop 1278 0001:00012780 ORCtrls.TORComboBox.ForDataUse 1279 0001:00012790 ORCtrls.TORComboBox.InitLongList 1280 0001:000127E0 ORCtrls.TORComboBox.IndexOfReference 1281 0001:00012840 ORCtrls.TORComboBox.InsertReference 1282 0001:000128A8 ORCtrls.TORComboBox.InsertSeparator 1283 0001:000128B8 ORCtrls.TORComboBox.Invalidate 1284 0001:0001291C ORCtrls.TORComboBox.GetAutoSelect 1285 0001:0001292C ORCtrls.TORComboBox.GetColor 1286 0001:00012938 ORCtrls.TORComboBox.GetDelimiter 1287 0001:00012948 ORCtrls.TORComboBox.GetDisplayText 1288 0001:00012968 ORCtrls.TORComboBox.GetDynamicProperty 1289 0001:0001298C ORCtrls.TORComboBox.GetItemHeight 1290 0001:0001299C ORCtrls.TORComboBox.GetIEN 1291 0001:000129C0 ORCtrls.TORComboBox.GetItemID 1292 0001:000129DC ORCtrls.TORComboBox.GetItemIEN 1293 0001:00012A00 ORCtrls.TORComboBox.GetItemIndex 1294 0001:00012A14 ORCtrls.TORComboBox.GetItemTipEnable 1295 0001:00012A24 ORCtrls.TORComboBox.GetItemTipColor 1296 0001:00012A34 ORCtrls.TORComboBox.GetLongList 1297 0001:00012A44 ORCtrls.TORComboBox.GetMaxLength 1298 0001:00012A54 ORCtrls.TORComboBox.GetPieces 1299 0001:00012A70 ORCtrls.TORComboBox.GetReference 1300 0001:00012A90 ORCtrls.TORComboBox.GetSelLength 1301 0001:00012AA4 ORCtrls.TORComboBox.GetSelStart 1302 0001:00012AB8 ORCtrls.TORComboBox.GetSelText 1303 0001:00012AD8 ORCtrls.TORComboBox.GetShortCount 1304 0001:00012AE8 ORCtrls.TORComboBox.GetSorted 1305 0001:00012AF8 ORCtrls.TORComboBox.GetHideSynonyms 1306 0001:00012B08 ORCtrls.TORComboBox.GetSynonymChars 1307 0001:00012B28 ORCtrls.TORComboBox.SetHideSynonyms 1308 0001:00012B38 ORCtrls.TORComboBox.SetSynonymChars 1309 0001:00012B88 ORCtrls.TORComboBox.GetTabPositions 1310 0001:00012BA4 ORCtrls.TORComboBox.GetTabPosInPixels 1311 0001:00012BB4 ORCtrls.TORComboBox.GetText 1312 0001:00012BD0 ORCtrls.TORComboBox.SelectAll 1313 0001:00012BE0 ORCtrls.TORComboBox.SetAutoSelect 1314 0001:00012BF0 ORCtrls.TORComboBox.SetBlackColorMode 1315 0001:00012C1C ORCtrls.TORComboBox.SetColor 1316 0001:00012C54 ORCtrls.TORComboBox.SetDelimiter 1317 0001:00012C64 ORCtrls.TORComboBox.SetItemHeight 1318 0001:00012C74 ORCtrls.TORComboBox.SetItemTipEnable 1319 0001:00012C84 ORCtrls.TORComboBox.SetItemTipColor 1320 0001:00012C94 ORCtrls.TORComboBox.SetLongList 1321 0001:00012CA4 ORCtrls.TORComboBox.SetMaxLength 1322 0001:00012CB4 ORCtrls.TORComboBox.SetPieces 1323 0001:00012CC4 ORCtrls.TORComboBox.SetReference 1324 0001:00012D24 ORCtrls.TORComboBox.SetSelLength 1325 0001:00012D3C ORCtrls.TORComboBox.SetSelStart 1326 0001:00012D54 ORCtrls.TORComboBox.SetSelText 1327 0001:00012D64 ORCtrls.TORComboBox.SetSorted 1328 0001:00012D74 ORCtrls.TORComboBox.SetTabPositions 1329 0001:00012D84 ORCtrls.TORComboBox.SetTabPosInPixels 1330 0001:00012D94 ORCtrls.TORComboBox.SetText 1331 0001:00012DA4 ORCtrls.TORComboBox.SetItems 1332 0001:00012DB8 ORCtrls.TORComboBox.GetCheckBoxes 1333 0001:00012DC8 ORCtrls.TORComboBox.GetChecked 1334 0001:00012DD8 ORCtrls.TORComboBox.GetCheckEntireLine 1335 0001:00012DE8 ORCtrls.TORComboBox.GetFlatCheckBoxes 1336 0001:00012DF8 ORCtrls.TORComboBox.SetCheckBoxes 1337 0001:00012FEC ORCtrls.TORComboBox.SetChecked 1338 0001:00013024 ORCtrls.TORComboBox.SetCheckEntireLine 1339 0001:00013034 ORCtrls.TORComboBox.SetFlatCheckBoxes 1340 0001:00013044 ORCtrls.TORComboBox.DropPanelBtnPressed 1341 0001:000130AC ORCtrls.TORComboBox.GetCheckedString 1342 0001:000130C8 ORCtrls.TORComboBox.SetCheckedString 1343 0001:000130D8 ORCtrls.TORComboBox.SetCheckBoxEditColor 1344 0001:0001310C ORCtrls.TORComboBox.SetListItemsOnly 1345 0001:0001312C ORCtrls.TORComboBox.SetOnCheckedText 1346 0001:00013194 ORCtrls.TORComboBox.SetTemplateField 1347 0001:000131DC ORCtrls.TORComboBox.GetOnSynonymCheck 1348 0001:000131F4 ORCtrls.TORComboBox.SetOnSynonymCheck 1349 0001:00013214 ORCtrls.TORComboBox.GetEnabled 1350 0001:00013220 ORCtrls.TORComboBox.SetEnabled 1351 0001:0001325C ORCtrls.TORComboBox.GetEditBoxText 1352 0001:0001336C ORCtrls.TORComboBox.UpdateCheckEditBoxText 1353 0001:000133EC ORCtrls.TORComboBox.CheckBoxSelected 1354 0001:00013420 ORCtrls.TORComboBox.GetMItems 1355 0001:00013428 ORCtrls.TORComboBox.SetCaption 1356 0001:00013438 ORCtrls.TORComboBox.GetCaption 1357 0001:00013454 ORCtrls.TORComboBox.GetCaseChanged 1358 0001:00013464 ORCtrls.TORComboBox.SetCaseChanged 1359 0001:00013474 ORCtrls.TORComboBox.GetLookupPiece 1360 0001:00013484 ORCtrls.TORComboBox.SetLookupPiece 1361 0001:00013494 ORCtrls.TSizeRatio.Create 1362 0001:0001350C ORCtrls.TORAutoPanel.Destroy 1363 0001:00013584 ORCtrls.TORAutoPanel.BuildSizes 1364 0001:0001367C ORCtrls.TORAutoPanel.Loaded 1365 0001:000136B0 ORCtrls.TORAutoPanel.DoResize 1366 0001:00013858 ORCtrls.TORAutoPanel.Resize 1367 0001:00013884 ORCtrls.TOROffsetLabel.Create 1368 0001:000138E4 ORCtrls.TOROffsetLabel.CMTextChanged 1369 0001:000138FC ORCtrls.TOROffsetLabel.CMFontChanged 1370 0001:00013914 ORCtrls.TOROffsetLabel.AdjustSizeOfSelf 1371 0001:000139B4 ORCtrls.TOROffsetLabel.DoDrawText 1372 0001:00013A54 ORCtrls.TOROffsetLabel.Paint 1373 0001:00013AF0 ORCtrls.TOROffsetLabel.GetTransparent 1374 0001:00013AFC ORCtrls.TOROffsetLabel.SetTransparent 1375 0001:00013B40 ORCtrls.TOROffsetLabel.SetVertOffset 1376 0001:00013B50 ORCtrls.TOROffsetLabel.SetHorzOffset 1377 0001:00013B60 ORCtrls.TOROffsetLabel.SetWordWrap 1378 0001:00013B78 ORCtrls.TORAlignButton.Create 1379 0001:00013BC8 ORCtrls.TORAlignButton.CreateParams 1380 0001:00013C10 ORCtrls.TORAlignButton.SetAlignment 1381 0001:00013C28 ORCtrls.TORAlignButton.SetLayout 1382 0001:00013C40 ORCtrls.TORAlignButton.SetWordWrap 1383 0001:00013C58 ORCtrls.TORTreeNode.EnsureVisible 1384 0001:00013D08 ORCtrls.TORTreeNode.GetBold 1385 0001:00013D44 ORCtrls.TORTreeNode.GetORTreeView 1386 0001:00013D60 ORCtrls.TORTreeNode.GetParent 1387 0001:00013D7C ORCtrls.TORTreeNode.GetText 1388 0001:00013D94 ORCtrls.TORTreeNode.SetBold 1389 0001:00013DD8 ORCtrls.TORTreeNode.SetPiece 1390 0001:00013E1C ORCtrls.TORTreeNode.SetStringData 1391 0001:00013EC8 ORCtrls.TORTreeNode.SetText 1392 0001:00013ED4 ORCtrls.TORTreeNode.UpdateText 1393 0001:00013F64 ORCtrls.CalcShortName 1394 0001:00014190 ORCtrls.TORTreeNode.SetCaption 1395 0001:00014240 ORCtrls.TORTreeView.CNNotify 1396 0001:000142CC ORCtrls.TORTreeView.Create 1397 0001:0001430C ORCtrls.TORTreeView.CreateNode 1398 0001:00014348 ORCtrls.TORTreeView.FindPieceNode 1399 0001:000143A8 ORCtrls.TORTreeView.FindPieceNode 1400 0001:00014490 ORCtrls.TORTreeView.GetExpandedIDStr 1401 0001:0001458C ORCtrls.TORTreeView.SetExpandedIDStr 1402 0001:0001459C ORCtrls.TORTreeView.SetExpandedIDStr 1403 0001:0001471C ORCtrls.TORTreeView.GetHorzScrollPos 1404 0001:00014734 ORCtrls.TORTreeView.GetVertScrollPos 1405 0001:0001474C ORCtrls.TORTreeView.RenameNodes 1406 0001:0001480C ORCtrls.TORTreeView.SetNodeDelim 1407 0001:00014824 ORCtrls.TORTreeView.SetHorzScrollPos 1408 0001:00014860 ORCtrls.TORTreeView.SetNodePiece 1409 0001:00014878 ORCtrls.TORTreeView.SetVertScrollPos 1410 0001:000148B4 ORCtrls.TORTreeView.GetNodeID 1411 0001:000148DC ORCtrls.TORTreeView.GetNodeID 1412 0001:000149A0 ORCtrls.TORTreeView.SetShortNodeCaptions 1413 0001:000149B0 ORCtrls.TORCBImageIndexes.Create 1414 0001:00014A34 ORCtrls.TORCBImageIndexes.Destroy 1415 0001:00014A68 ORCtrls.TORCBImageIndexes.SetImages 1416 0001:00014AA8 ORCtrls.RStr 1417 0001:00014AE4 ORCtrls.TORCBImageIndexes.IdxString 1418 0001:00014BC8 ORCtrls.TORCBImageIndexes.SetIdxString 1419 0001:00014D28 ORCtrls.TORCBImageIndexes.ImageListChanged 1420 0001:00014D5C ORCtrls.TORCBImageIndexes.Notification 1421 0001:00014D8C ORCtrls.TORCBImageIndexes.SetCheckedDisabledIndex 1422 0001:00014DA0 ORCtrls.TORCBImageIndexes.SetCheckedEnabledIndex 1423 0001:00014DB4 ORCtrls.TORCBImageIndexes.SetGrayedDisabledIndex 1424 0001:00014DC8 ORCtrls.TORCBImageIndexes.SetGrayedEnabledIndex 1425 0001:00014DDC ORCtrls.TORCBImageIndexes.SetUncheckedDisabledIndex 1426 0001:00014DF0 ORCtrls.TORCBImageIndexes.SetUncheckedEnabledIndex 1427 0001:00014E04 ORCtrls.TORCheckBox.Create 1428 0001:00014E60 ORCtrls.TORCheckBox.ListViewCreate 1429 0001:00014EAC ORCtrls.TORCheckBox.CreateCommon 1430 0001:00014EDC ORCtrls.TORCheckBox.Destroy 1431 0001:00014F24 ORCtrls.TORCheckBox.GetImageIndexes 1432 0001:00014F40 ORCtrls.TORCheckBox.GetImageList 1433 0001:00014F4C ORCtrls.TORCheckBox.SetImageIndexes 1434 0001:00014F5C ORCtrls.TORCheckBox.SetImageList 1435 0001:00014F6C ORCtrls.TORCheckBox.Toggle 1436 0001:00014FFC ORCtrls.TORCheckBox.CreateParams 1437 0001:00015018 ORCtrls.TORCheckBox.CMEnabledChanged 1438 0001:00015034 ORCtrls.TORCheckBox.CMFontChanged 1439 0001:00015050 ORCtrls.TORCheckBox.CNDrawItem 1440 0001:0001506C ORCtrls.TORCheckBox.CNMeasureItem 1441 0001:00015090 ORCtrls.TORCheckBox.GetDrawData 1442 0001:00015648 ORCtrls.TORCheckBox.DrawItem 1443 0001:00015A3C ORCtrls.TORCheckBox.SetGrayedStyle 1444 0001:00015A60 ORCtrls.TORCheckBox.WMLButtonDblClk 1445 0001:00015A78 ORCtrls.TORCheckBox.WMSize 1446 0001:00015AA0 ORCtrls.TORCheckBox.BMSetCheck 1447 0001:00015BA8 ORCtrls.TORCheckBox.SetWordWrap 1448 0001:00015BD0 ORCtrls.TORCheckBox.SetAutoSize 1449 0001:00015BF8 ORCtrls.TORCheckBox.SetBlackColorMode 1450 0001:00015C14 ORCtrls.TORCheckBox.AutoAdjustSize 1451 0001:00015DE8 ORCtrls.TORCheckBox.GetCaption 1452 0001:00015E00 ORCtrls.TORCheckBox.SetCaption 1453 0001:00015E6C ORCtrls.TORCheckBox.SetAllowAllUnchecked 1454 0001:00015E7C ORCtrls.TORCheckBox.SetGroupIndex 1455 0001:00015EAC ORCtrls.TORCheckBox.SyncAllowAllUnchecked 1456 0001:00015F2C ORCtrls.TORCheckBox.SetParent 1457 0001:00015F44 ORCtrls.TORCheckBox.SetRadioStyle 1458 0001:00015F58 ORCtrls.TORCheckBox.SetAssociate 1459 0001:00015F94 ORCtrls.EnableCtrl 1460 0001:00016030 ORCtrls.TORCheckBox.UpdateAssociate 1461 0001:00016050 ORCtrls.TORCheckBox.Notification 1462 0001:00016084 ORCtrls.TORCheckBox.SetFocusOnBox 1463 0001:00016098 ORCtrls.TORCheckBox.BMGetCheck 1464 0001:000160C4 ORCtrls.TORCheckBox.BMGetState 1465 0001:000160C8 ORCtrls.TORListView.WMNotify 1466 0001:00016190 ORCtrls.TORListView.LVMSetColumn 1467 0001:00016244 ORCtrls.TORListView.LVMSetColumnWidth 1468 0001:000162F8 ORCtrls.TORComboPanelEdit.Destroy 1469 0001:00016330 ORCtrls.TORComboPanelEdit.Paint 1470 0001:000163F8 ORCtrls.TKeyClickPanel.KeyDown 1471 0001:0001641C ORCtrls.TKeyClickRadioGroup.Click 1472 0001:00016454 ORCtrls.TKeyClickRadioGroup.Create 1473 0001:000164B4 ORCtrls.TKeyClickRadioGroup.KeyDown 1474 0001:00016524 ORCtrls.TCaptionListBox.DoEnter 1475 0001:00016548 ORCtrls.TCaptionListBox.GetCaption 1476 0001:00016574 ORCtrls.TCaptionListBox.GetDynamicProperty 1477 0001:00016598 ORCtrls.TCaptionListBox.MoveFocusUp 1478 0001:000165D4 ORCtrls.TCaptionListBox.MoveFocusDown 1479 0001:00016628 ORCtrls.TCaptionListBox.SetCaption 1480 0001:000166AC ORCtrls.TCaptionListBox.SupportsDynamicProperty 1481 0001:000166B4 ORCtrls.TCaptionListBox.WMKeyDown 1482 0001:00016760 ORCtrls.TCaptionListBox.WMMouseMove 1483 0001:00016820 ORCtrls.TCaptionListBox.WMRButtonUp 1484 0001:00016954 ORCtrls.TCaptionCheckListBox.GetCaption 1485 0001:00016980 ORCtrls.TCaptionCheckListBox.GetDynamicProperty 1486 0001:000169A4 ORCtrls.TCaptionCheckListBox.SetCaption 1487 0001:00016A28 ORCtrls.TCaptionCheckListBox.SupportsDynamicProperty 1488 0001:00016A30 ORCtrls.TCaptionMemo.GetCaption 1489 0001:00016A5C ORCtrls.TCaptionMemo.GetDynamicProperty 1490 0001:00016A80 ORCtrls.TCaptionMemo.SetCaption 1491 0001:00016B04 ORCtrls.TCaptionMemo.SupportsDynamicProperty 1492 0001:00016B0C ORCtrls.TCaptionEdit.GetCaption 1493 0001:00016B38 ORCtrls.TCaptionEdit.GetDynamicProperty 1494 0001:00016B5C ORCtrls.TCaptionEdit.SetCaption 1495 0001:00016BE0 ORCtrls.TCaptionEdit.SupportsDynamicProperty 1496 0001:00016BE8 ORCtrls.TCaptionRichEdit.GetDynamicProperty 1497 0001:00016C10 ORCtrls.TCaptionRichEdit.SupportsDynamicProperty 1498 0001:00016C18 ORCtrls.TCaptionTreeView.GetCaption 1499 0001:00016C30 ORCtrls.TCaptionTreeView.GetDynamicProperty 1500 0001:00016C54 ORCtrls.TCaptionTreeView.SetCaption 1501 0001:00016CE4 ORCtrls.TCaptionTreeView.SupportsDynamicProperty 1502 0001:00016CEC ORCtrls.TCaptionComboBox.GetCaption 1503 0001:00016D18 ORCtrls.TCaptionComboBox.GetDynamicProperty 1504 0001:00016D3C ORCtrls.TCaptionComboBox.SetCaption 1505 0001:00016DC0 ORCtrls.TCaptionComboBox.SupportsDynamicProperty 1506 0001:00016DC8 ORCtrls.TORAlignSpeedButton.Paint 1507 0001:00016E40 ORCtrls.GoodNotifyWinEvent 1508 0001:00016E48 ORCtrls.TCaptionStringGrid.ColRowToIndex 1509 0001:00016E98 ORCtrls.TCaptionStringGrid.GetDynamicProperty 1510 0001:00016EC0 ORCtrls.TCaptionStringGrid.IndexToColRow 1511 0001:00016F24 ORCtrls.TCaptionStringGrid.KeyUp 1512 0001:00016FA0 ORCtrls.TCaptionStringGrid.SupportsDynamicProperty 1513 0001:00016FA8 ORCtrls.IsAMouseButtonDown 1514 0001:00016FE0 ORCtrls.TORComboBox.SetNumForMatch 1515 0001:00017008 ORCtrls.TORComboBox.SetUniqueAutoComplete 1516 0001:00017010 ORCtrls.TORListBox.VerifyUnique 1517 0001:00017160 ORCtrls.TORComboBox.SetTextAutoComplete 1518 0001:000171DC ORCtrls.TCaptionListView.GetDynamicProperty 1519 0001:00017200 ORCtrls.TCaptionListView.SupportsDynamicProperty 1520 0001:00017208 ORCtrls.Finalization 1521 0001:00017278 ORCtrlsDsgn..TORImageIndexesPropertyEditor 1522 0001:00017368 ORCtrlsDsgn..TORImageIndexesElementPropertyEditor 1523 0001:00017468 ORCtrlsDsgn.TORImageIndexesPropertyEditor.Modified 1524 0001:00017474 ORCtrlsDsgn.TORImageIndexesPropertyEditor.GetAttributes 1525 0001:00017480 ORCtrlsDsgn.TORImageIndexesPropertyEditor.GetProperties 1526 0001:000174B4 ORCtrlsDsgn.TORImageIndexesPropertyEditor.GetValue 1527 0001:000174CC ORCtrlsDsgn.TORImageIndexesPropertyEditor.SetValue 1528 0001:000174D8 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.Create 1529 0001:00017524 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.ParentImgIdx 1530 0001:00017560 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.GetAttributes 1531 0001:0001756C ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.GetName 1532 0001:000176A8 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.GetValue 1533 0001:00017770 ORCtrlsDsgn.TORImageIndexesElementPropertyEditor.SetValue 1534 0001:00017824 ORCtrlsDsgn.Register 1535 0001:0001792C ORCtrlsDsgn.Finalization 1536 0001:00017CDC .ORCtrlLib2006.@GetPackageInfoTable 1537 0001:00017CE4 .ORCtrlLib2006.@PackageLoad 1538 0001:00017CF0 .ORCtrlLib2006.@PackageUnload 1539 0002:00000010 Windows.Windows 1540 0002:0000019C VAClasses.VAClasses 1541 0002:000001A4 VAUtils.VAUtils 1542 0002:000001DC ORCtrls.ORCtrls 1543 0002:0000023C ORCtrlsDsgn.ORCtrlsDsgn 1544 0002:00000244 .ORCtrlLib2006..ORCtrlLib2006 1265 1545 0003:00000000 SysInit.TlsIndex 1266 1546 0003:00000004 SysInit.PtrToNil 1267 1547 0003:00000008 SysInit.Module 1268 1548 0003:00000020 SysInit.TlsProc 1269 0003:00000030 ORCtrls.ALPHA_DISTRIBUTION 1270 0003:000001C4 ORCtrls.CheckBoxImageResNames 1271 0003:00000204 ORCtrls.BlackCheckBoxImageResNames 1272 0003:00000244 ORCtrls.uDropPanelOpenCount 1273 0003:00000248 ORCtrls.ComboBoxImages 1274 0003:00000250 ORCtrls.BlackComboBoxImages 1275 0003:00000258 ORCtrls.ButtonAlignment 1276 0003:00000264 ORCtrls.ButtonWordWrap 1277 0003:0000026C ORCtrls.ButtonLayout 1549 0003:00000030 VAUtils.HexChars 1550 0003:00000430 VAUtils.BinChars 1551 0003:00000470 VAUtils.CheckScreenReaderSupport 1552 0003:00000474 VAUtils.uScreenReaderSupportEnabled 1553 0003:00000478 VAUtils.CRC32_TABLE 1554 0003:00000878 VAUtils.uEventMessageHandlers 1555 0003:0000087C VAUtils.uHandlePointers 1556 0003:00000880 VAUtils.uWinProcMonitor 1557 0003:00000884 VAUtils.uMessageHandlerSystemRunning 1558 0003:00000888 ORCtrls.ALPHA_DISTRIBUTION 1559 0003:00000A1C ORCtrls.CheckBoxImageResNames 1560 0003:00000A5C ORCtrls.BlackCheckBoxImageResNames 1561 0003:00000A9C ORCtrls.uDropPanelOpenCount 1562 0003:00000AA0 ORCtrls.ComboBoxImages 1563 0003:00000AA8 ORCtrls.BlackComboBoxImages 1564 0003:00000AB0 ORCtrls.ButtonAlignment 1565 0003:00000ABC ORCtrls.ButtonWordWrap 1566 0003:00000AC4 ORCtrls.ButtonLayout 1278 1567 0004:00000000 Windows..3 1279 1568 0004:00000004 Windows.HtmlHelpModule 1280 0004:00000008 SysInit.ModuleIsLib 1281 0004:00000009 SysInit.ModuleIsPackage 1282 0004:0000000C SysInit.HInstance 1283 0004:00000010 SysInit.tlsBuffer 1284 0004:00000014 ORCtrls..03 1285 0004:00000018 ORCtrls.uKeyHookHandle 1286 0004:0000001C ORCtrls.uItemTip 1287 0004:00000020 ORCtrls.uItemTipCount 1288 0004:00000024 ORCtrls.uNewStyle 1289 0004:00000028 ORCtrls.HintArray 1290 0004:0000002C ORCtrls.ORCBImages 1291 0004:000000AC ORCtrls.uOldShowHintsSetting 1292 0004:000000B0 ORCtrlsDsgn..3 1569 0004:00000008 PsAPI.hPSAPI 1570 0004:0000000C PsAPI._EnumProcesses 1571 0004:00000010 PsAPI._EnumProcessModules 1572 0004:00000014 PsAPI._GetModuleBaseName 1573 0004:00000018 PsAPI._GetModuleFileNameEx 1574 0004:0000001C PsAPI._GetModuleBaseNameA 1575 0004:00000020 PsAPI._GetModuleFileNameExA 1576 0004:00000024 PsAPI._GetModuleBaseNameW 1577 0004:00000028 PsAPI._GetModuleFileNameExW 1578 0004:0000002C PsAPI._GetModuleInformation 1579 0004:00000030 PsAPI._EmptyWorkingSet 1580 0004:00000034 PsAPI._QueryWorkingSet 1581 0004:00000038 PsAPI._InitializeProcessForWsWatch 1582 0004:0000003C PsAPI._GetMappedFileName 1583 0004:00000040 PsAPI._GetDeviceDriverBaseName 1584 0004:00000044 PsAPI._GetDeviceDriverFileName 1585 0004:00000048 PsAPI._GetMappedFileNameA 1586 0004:0000004C PsAPI._GetDeviceDriverBaseNameA 1587 0004:00000050 PsAPI._GetDeviceDriverFileNameA 1588 0004:00000054 PsAPI._GetMappedFileNameW 1589 0004:00000058 PsAPI._GetDeviceDriverBaseNameW 1590 0004:0000005C PsAPI._GetDeviceDriverFileNameW 1591 0004:00000060 PsAPI._EnumDeviceDrivers 1592 0004:00000064 PsAPI._GetProcessMemoryInfo 1593 0004:00000068 SysInit.ModuleIsLib 1594 0004:00000069 SysInit.ModuleIsPackage 1595 0004:0000006C SysInit.HInstance 1596 0004:00000070 SysInit.tlsBuffer 1597 0004:00000074 VAClasses..6 1598 0004:00000078 VAUtils..3 1599 0004:0000007C VAUtils.PIDList 1600 0004:00000088 VAUtils.ModuleHandles 1601 0004:00000094 ORCtrls..03 1602 0004:00000098 ORCtrls.uKeyHookHandle 1603 0004:0000009C ORCtrls.uItemTip 1604 0004:000000A0 ORCtrls.uItemTipCount 1605 0004:000000A4 ORCtrls.uNewStyle 1606 0004:000000A8 ORCtrls.HintArray 1607 0004:000000AC ORCtrls.ORCBImages 1608 0004:0000012C ORCtrls.uOldShowHintsSetting 1609 0004:00000130 ORCtrlsDsgn..3 1293 1610 0005:00000000 SysInit.TlsLast 1294 1611 1612 1613 Line numbers for VAClasses(..\VA\VAClasses.pas) segment .text 1614 1615 99 0001:00002220 100 0001:00002226 102 0001:00002233 103 0001:0000223D 1616 105 0001:00002248 108 0001:0000224C 109 0001:0000224F 110 0001:00002257 1617 111 0001:0000225F 115 0001:00002264 116 0001:0000226A 119 0001:0000226C 1618 120 0001:0000227E 121 0001:0000228D 122 0001:0000229C 125 0001:000022B8 1619 126 0001:000022BE 127 0001:000022C8 128 0001:000022D2 131 0001:000022D8 1620 132 0001:000022E3 133 0001:000022EB 134 0001:000022F3 135 0001:000022FF 1621 138 0001:00002310 139 0001:00002319 140 0001:00002325 141 0001:00002332 1622 144 0001:00002338 145 0001:0000233F 147 0001:00002353 149 0001:00002357 1623 148 0001:00002358 150 0001:0000237D 153 0001:0000238A 154 0001:0000238D 1624 160 0001:00002394 161 0001:00002398 162 0001:000023A1 164 0001:000023A5 1625 165 0001:000023AF 167 0001:000023B9 173 0001:000023BC 174 0001:000023C1 1626 178 0001:000023C4 179 0001:000023C9 183 0001:000023CC 184 0001:000023D1 1627 187 0001:000023D4 188 0001:000023E6 189 0001:000023EF 193 0001:0000240C 1628 194 0001:00002411 197 0001:00002414 198 0001:0000241F 199 0001:0000242B 1629 203 0001:0000243C 204 0001:00002441 208 0001:00002444 209 0001:00002449 1630 215 0001:0000244C 216 0001:00002455 217 0001:00002466 218 0001:00002471 1631 222 0001:00002478 223 0001:0000248D 224 0001:00002496 225 0001:000024A2 1632 230 0001:000024C0 231 0001:000024C9 233 0001:000024DF 234 0001:000024E9 1633 235 0001:000024F3 237 0001:000024FE 240 0001:00002504 241 0001:00002507 1634 242 0001:0000250F 243 0001:00002517 244 0001:0000251F 248 0001:00002524 1635 249 0001:0000252A 252 0001:0000252C 253 0001:0000253E 254 0001:00002547 1636 255 0001:00002556 258 0001:00002570 259 0001:00002576 260 0001:00002580 1637 261 0001:0000258A 262 0001:00002594 265 0001:00002598 266 0001:000025A3 1638 267 0001:000025AB 268 0001:000025B7 273 0001:000025C8 274 0001:000025CF 1639 275 0001:000025D8 277 0001:000025DC 278 0001:000025E0 281 0001:000025E7 1640 282 0001:000025F2 286 0001:000025F8 287 0001:000025FC 289 0001:00002605 1641 290 0001:00002608 295 0001:0000260C 296 0001:0000260F 297 0001:00002616 1642 298 0001:0000261A 299 0001:00002623 304 0001:00002628 305 0001:00002629 1643 307 0001:00002634 308 0001:00002638 310 0001:00002648 312 0001:00002656 1644 1645 Line numbers for VAClasses(..\VA\VAClasses.pas) segment .itext 1646 1647 314 0002:0000019C 1648 1649 Line numbers for VAUtils(VAUtils.pas) segment .text 1650 1651 208 0001:0000353C 209 0001:0000354D 210 0001:00003552 211 0001:0000355B 1652 214 0001:0000356A 215 0001:0000356B 216 0001:0000356E 212 0001:0000357B 1653 218 0001:00003584 219 0001:00003591 220 0001:000035AE 226 0001:000035B8 1654 227 0001:000035E1 228 0001:000035E8 229 0001:00003629 230 0001:0000365E 1655 243 0001:0000368C 244 0001:000036A6 245 0001:000036AB 246 0001:000036BD 1656 247 0001:000036C2 248 0001:000036C7 249 0001:000036CC 251 0001:000036CF 1657 252 0001:000036F7 253 0001:000036FC 254 0001:00003701 255 0001:00003706 1658 256 0001:0000370B 257 0001:00003710 259 0001:00003713 260 0001:0000371D 1659 261 0001:00003723 262 0001:00003732 263 0001:00003752 264 0001:0000377E 1660 265 0001:00003782 266 0001:00003786 267 0001:0000378A 268 0001:0000378E 1661 269 0001:00003792 270 0001:00003796 272 0001:00003798 278 0001:000037C0 1662 279 0001:000037E0 280 0001:000037E8 281 0001:000037FC 282 0001:0000380B 1663 283 0001:0000381A 284 0001:00003829 286 0001:00003836 287 0001:00003853 1664 288 0001:00003866 292 0001:000038E4 293 0001:000038ED 300 0001:000038F0 1665 301 0001:000038F3 302 0001:000038F8 303 0001:0000390A 304 0001:00003918 1666 302 0001:00003928 305 0001:0000392B 306 0001:00003932 313 0001:00003938 1667 315 0001:00003939 316 0001:00003949 317 0001:00003953 319 0001:00003957 1668 320 0001:00003959 328 0001:0000395C 330 0001:00003965 331 0001:0000396F 1669 333 0001:00003976 334 0001:0000397D 345 0001:00003980 346 0001:000039B3 1670 347 0001:000039BD 348 0001:000039BF 349 0001:000039C1 350 0001:000039C6 1671 353 0001:000039CB 354 0001:000039DC 355 0001:000039E1 357 0001:000039E7 1672 358 0001:000039EA 360 0001:000039F0 363 0001:000039F4 364 0001:00003A01 1673 366 0001:00003A0D 368 0001:00003A12 369 0001:00003A17 370 0001:00003A21 1674 371 0001:00003A5D 374 0001:00003A68 375 0001:00003A78 377 0001:00003A79 1675 378 0001:00003A8A 384 0001:00003AD8 385 0001:00003ADC 386 0001:00003ADF 1676 387 0001:00003B1B 393 0001:00003B20 394 0001:00003B24 395 0001:00003B28 1677 396 0001:00003B46 410 0001:00003B4C 411 0001:00003B6F 413 0001:00003BAF 1678 417 0001:00003BF4 418 0001:00003C1E 426 0001:00003D2A 433 0001:00003D70 1679 434 0001:00003D9A 435 0001:00003DA8 436 0001:00003DB0 438 0001:00003DBB 1680 439 0001:00003DCB 440 0001:00003DDA 441 0001:00003DDE 442 0001:00003DF0 1681 436 0001:00003DF1 443 0001:00003DF4 485 0001:00003E3C 486 0001:00003E5A 1682 487 0001:00003E5D 488 0001:00003E72 489 0001:00003E96 487 0001:00003E97 1683 490 0001:00003E9A 493 0001:00003EC0 494 0001:00003ED9 495 0001:00003EF7 1684 496 0001:00003F03 497 0001:00003F0C 504 0001:00003F3C 505 0001:00003F60 1685 506 0001:00003F73 507 0001:00003F84 508 0001:00003F96 509 0001:00003FA3 1686 513 0001:000040D4 514 0001:000040D7 515 0001:000040E3 525 0001:000040E8 1687 526 0001:00004104 527 0001:0000410C 528 0001:00004126 529 0001:00004131 1688 530 0001:0000413E 531 0001:00004163 533 0001:0000416C 534 0001:00004176 1689 538 0001:000041B8 539 0001:000041C0 540 0001:000041CC 541 0001:000041F5 1690 544 0001:000041FC 545 0001:00004204 546 0001:00004210 547 0001:00004239 1691 633 0001:000043E0 638 0001:000043E9 639 0001:000043FA 640 0001:00004406 1692 641 0001:0000440F 642 0001:00004420 643 0001:0000442C 644 0001:00004435 1693 645 0001:00004448 647 0001:0000444F 654 0001:00004450 655 0001:00004455 1694 657 0001:0000445A 659 0001:0000445E 660 0001:0000446F 659 0001:0000447E 1695 662 0001:00004481 664 0001:00004488 668 0001:0000448C 669 0001:00004498 1696 670 0001:000044A4 671 0001:000044AD 672 0001:000044B7 673 0001:000044BE 1697 703 0001:000044C0 704 0001:000044D7 705 0001:000044DC 706 0001:000044E6 1698 707 0001:000044F5 709 0001:000044F9 710 0001:00004509 713 0001:0000451A 1699 714 0001:00004528 715 0001:00004535 748 0001:0000455C 749 0001:00004573 1700 750 0001:0000457C 751 0001:00004586 752 0001:00004595 754 0001:00004599 1701 755 0001:000045A7 756 0001:000045B4 758 0001:000045BF 759 0001:000045C6 1702 762 0001:000045D2 771 0001:000045F8 772 0001:0000460F 773 0001:00004618 1703 786 0001:00004622 787 0001:00004631 789 0001:00004635 790 0001:00004641 1704 791 0001:00004646 794 0001:00004652 795 0001:0000465F 804 0001:00004684 1705 805 0001:0000469B 806 0001:0000469D 808 0001:000046A6 819 0001:000046B0 1706 820 0001:000046BF 822 0001:000046C3 823 0001:000046D1 825 0001:000046DA 1707 905 0001:00004700 906 0001:00004709 907 0001:00004714 908 0001:0000472A 1708 909 0001:00004733 912 0001:00004738 913 0001:0000473B 914 0001:0000474C 1709 915 0001:00004753 921 0001:00004758 922 0001:0000476E 923 0001:00004772 1710 924 0001:00004788 925 0001:0000478D 926 0001:00004798 927 0001:000047A7 1711 928 0001:000047B5 931 0001:000047FC 932 0001:00004807 933 0001:00004816 1712 934 0001:00004822 938 0001:00004830 939 0001:00004831 940 0001:00004839 1713 1004 0001:0000483C 1005 0001:0000483F 1006 0001:0000484A 1009 0001:00004850 1714 1010 0001:00004865 1011 0001:00004874 1012 0001:0000487F 1015 0001:0000489C 1715 1016 0001:000048A7 1017 0001:000048B3 1018 0001:000048BB 1026 0001:000048CC 1716 1027 0001:000048DB 1028 0001:000048DE 1030 0001:000048F3 1031 0001:00004904 1717 1032 0001:00004912 1034 0001:00004917 1028 0001:00004918 1035 0001:0000491B 1718 1039 0001:00004924 1040 0001:0000492C 1046 0001:00004930 1047 0001:00004937 1719 1048 0001:00004942 1049 0001:00004948 1050 0001:00004950 1053 0001:00004954 1720 1054 0001:00004957 1055 0001:00004962 1075 0001:000049A8 1076 0001:000049AB 1721 1077 0001:000049B4 1078 0001:000049C0 1081 0001:000049C4 1082 0001:000049CA 1722 1084 0001:000049CE 1085 0001:000049D0 1086 0001:000049E7 1087 0001:000049EC 1723 1089 0001:000049F0 1094 0001:000049F4 1095 0001:000049FA 1114 0001:000049FC 1724 1115 0001:00004A01 1116 0001:00004A06 1117 0001:00004A0F 1118 0001:00004A16 1725 1119 0001:00004A1A 1121 0001:00004A25 1122 0001:00004A28 1124 0001:00004A30 1726 1125 0001:00004A5C 1126 0001:00004A61 1127 0001:00004A6C 1129 0001:00004A76 1727 1130 0001:00004A78 1131 0001:00004A93 1132 0001:00004AA7 1133 0001:00004AA9 1728 1134 0001:00004AB1 1136 0001:00004AB9 1138 0001:00004AD2 1139 0001:00004AED 1729 1141 0001:00004AF7 1142 0001:00004B05 1144 0001:00004B0F 1145 0001:00004B11 1730 1146 0001:00004B31 1147 0001:00004B45 1148 0001:00004B47 1149 0001:00004B4F 1731 1151 0001:00004B53 1153 0001:00004B61 1154 0001:00004B6E 1155 0001:00004B97 1732 1156 0001:00004BAD 1158 0001:00004BBA 1159 0001:00004BBD 1161 0001:00004BBF 1733 1151 0001:00004BC0 1164 0001:00004BD0 1167 0001:00004BE1 1136 0001:00004BE4 1734 1169 0001:00004BED 1170 0001:00004BF9 1171 0001:00004C05 1175 0001:00004C38 1735 1176 0001:00004C4C 1177 0001:00004C60 1181 0001:00004C84 1182 0001:00004C8D 1736 1187 0001:00004C90 1188 0001:00004C93 1189 0001:00004CA6 1194 0001:00004CAC 1737 1195 0001:00004CB0 1196 0001:00004CBB 1201 0001:00004CC0 1202 0001:00004CC5 1738 1203 0001:00004CD2 1213 0001:00004CD8 1214 0001:00004CF3 1215 0001:00004D05 1739 1216 0001:00004D0A 1217 0001:00004D22 1218 0001:00004D45 1219 0001:00004D57 1740 1221 0001:00004D88 1222 0001:00004DA4 1223 0001:00004DAE 1224 0001:00004DB7 1741 1225 0001:00004DC0 1226 0001:00004DCC 1227 0001:00004DD8 1244 0001:00004E00 1742 1245 0001:00004E2C 1246 0001:00004E33 1247 0001:00004E46 1249 0001:00004E4E 1743 1250 0001:00004E58 1251 0001:00004E66 1252 0001:00004E7C 1253 0001:00004E92 1744 1256 0001:00004EDD 1257 0001:00004EF7 1258 0001:00004F05 1259 0001:00004F0F 1745 1261 0001:00004F25 1264 0001:00004F35 1276 0001:00004FB0 1277 0001:00004FCC 1746 1278 0001:00004FDC 1280 0001:00004FEB 1281 0001:00004FF8 1282 0001:00005004 1747 1283 0001:00005009 1284 0001:0000501D 1285 0001:0000503C 1286 0001:0000504A 1748 1291 0001:00005090 1292 0001:000050AC 1293 0001:000050B6 1294 0001:000050C0 1749 1295 0001:000050CA 1296 0001:000050D7 1297 0001:000050E4 1299 0001:0000510C 1750 1300 0001:00005137 1301 0001:0000514D 1302 0001:00005163 1303 0001:00005165 1751 1304 0001:0000516D 1305 0001:00005171 1307 0001:00005179 1308 0001:00005181 1752 1309 0001:00005185 1311 0001:0000518D 1312 0001:00005195 1313 0001:00005199 1753 1315 0001:000051A1 1316 0001:000051A9 1320 0001:000051AB 1327 0001:000051D4 1754 1328 0001:00005208 1329 0001:0000522D 1331 0001:00005249 1332 0001:00005254 1755 1333 0001:0000525A 1334 0001:00005272 1335 0001:0000528A 1336 0001:00005298 1756 1337 0001:000052BC 1339 0001:000052CC 1338 0001:000052D3 1340 0001:00005303 1757 1342 0001:00005330 1345 0001:0000534D 1347 0001:0000535D 1385 0001:00005410 1758 1386 0001:00005422 1387 0001:00005429 1388 0001:00005430 1390 0001:00005449 1759 1391 0001:00005455 1392 0001:0000545C 1393 0001:00005467 1395 0001:00005476 1760 1397 0001:0000548D 1399 0001:000054D4 1400 0001:000054E0 1401 0001:00005515 1761 1404 0001:00005517 1393 0001:0000551A 1406 0001:00005521 1412 0001:0000552C 1762 1414 0001:0000554A 1763 1764 Line numbers for VAUtils(VAUtils.pas) segment .itext 1765 1766 1408 0002:000001A4 1409 0002:000001BE 1411 0002:000001C3 1295 1767 1296 1768 Bound resource files … … 1302 1774 1303 1775 1304 Program entry point at 0002:000002 0C1776 Program entry point at 0002:00000244 -
cprs/trunk/Packages/ORDateLib2006.map
r1679 r1727 1 1 2 2 Start Length Name Class 3 0001:00401000 000 0F130H .text CODE4 0002:004 11000 000002FCH .itext ICODE5 0003:004 12000 00000594H .data DATA6 0004:004 13000 00000058H .bss BSS3 0001:00401000 0004939CH .text CODE 4 0002:0044B000 00000610H .itext ICODE 5 0003:0044C000 00000ADCH .data DATA 6 0004:0044D000 000004E0H .bss BSS 7 7 0005:00000000 00000000H .tls TLS 8 8 … … 10 10 Detailed map of segments 11 11 12 0001:00000000 00000216 C=CODE S=.text G=(none) M=System ACBP=A9 13 0001:00000218 00000006 C=CODE S=.text G=(none) M=CheckLst ACBP=A9 14 0001:00000220 00000056 C=CODE S=.text G=(none) M=Grids ACBP=A9 15 0001:00000278 0000004E C=CODE S=.text G=(none) M=Mask ACBP=A9 16 0001:000002C8 00000016 C=CODE S=.text G=(none) M=VAUtils ACBP=A9 17 0001:000002E0 000000DC C=CODE S=.text G=(none) M=Windows ACBP=A9 18 0001:000003BC 0000010E C=CODE S=.text G=(none) M=SysUtils ACBP=A9 19 0001:000004CC 00000006 C=CODE S=.text G=(none) M=VarUtils ACBP=A9 20 0001:000004D4 00000006 C=CODE S=.text G=(none) M=Variants ACBP=A9 21 0001:000004DC 00000006 C=CODE S=.text G=(none) M=TypInfo ACBP=A9 22 0001:000004E4 000000BE C=CODE S=.text G=(none) M=Classes ACBP=A9 23 0001:000005A4 00000006 C=CODE S=.text G=(none) M=IniFiles ACBP=A9 24 0001:000005AC 00000006 C=CODE S=.text G=(none) M=Registry ACBP=A9 25 0001:000005B4 000000B6 C=CODE S=.text G=(none) M=Graphics ACBP=A9 26 0001:0000066C 00000006 C=CODE S=.text G=(none) M=UxTheme ACBP=A9 27 0001:00000674 00000006 C=CODE S=.text G=(none) M=MultiMon ACBP=A9 28 0001:0000067C 00000006 C=CODE S=.text G=(none) M=DwmApi ACBP=A9 29 0001:00000684 00000006 C=CODE S=.text G=(none) M=HelpIntfs ACBP=A9 30 0001:0000068C 00000006 C=CODE S=.text G=(none) M=Printers ACBP=A9 31 0001:00000694 00000006 C=CODE S=.text G=(none) M=GraphUtil ACBP=A9 32 0001:0000069C 0000005E C=CODE S=.text G=(none) M=ExtCtrls ACBP=A9 33 0001:000006FC 00000006 C=CODE S=.text G=(none) M=Clipbrd ACBP=A9 34 0001:00000704 00000006 C=CODE S=.text G=(none) M=FlatSB ACBP=A9 35 0001:0000070C 00000186 C=CODE S=.text G=(none) M=Forms ACBP=A9 36 0001:00000894 0000001E C=CODE S=.text G=(none) M=Menus ACBP=A9 37 0001:000008B4 000002BE C=CODE S=.text G=(none) M=Controls ACBP=A9 38 0001:00000B74 00000006 C=CODE S=.text G=(none) M=Themes ACBP=A9 39 0001:00000B7C 00000006 C=CODE S=.text G=(none) M=ActnList ACBP=A9 40 0001:00000B84 000000E6 C=CODE S=.text G=(none) M=StdCtrls ACBP=A9 41 0001:00000C6C 00000006 C=CODE S=.text G=(none) M=Dialogs ACBP=A9 42 0001:00000C74 00000036 C=CODE S=.text G=(none) M=Buttons ACBP=A9 43 0001:00000CAC 00000006 C=CODE S=.text G=(none) M=ExtDlgs ACBP=A9 44 0001:00000CB4 00000006 C=CODE S=.text G=(none) M=Mapi ACBP=A9 45 0001:00000CBC 00000006 C=CODE S=.text G=(none) M=ExtActns ACBP=A9 46 0001:00000CC4 0000008E C=CODE S=.text G=(none) M=ComCtrls ACBP=A9 47 0001:00000D54 00000006 C=CODE S=.text G=(none) M=OleCtrls ACBP=A9 48 0001:00000D5C 00000006 C=CODE S=.text G=(none) M=AxCtrls ACBP=A9 49 0001:00000D64 00000006 C=CODE S=.text G=(none) M=ComObj ACBP=A9 50 0001:00000D6C 00000006 C=CODE S=.text G=(none) M=OleServer ACBP=A9 51 0001:00000D74 00000016 C=CODE S=.text G=(none) M=WinSock ACBP=A9 52 0001:00000D8C 000001C3 C=CODE S=.text G=(none) M=SysInit ACBP=A9 53 0001:00000F50 00000056 C=CODE S=.text G=(none) M=Calendar ACBP=A9 54 0001:00000FA8 000003EA C=CODE S=.text G=(none) M=ORDtTmCal ACBP=A9 55 0001:00001394 0000006E C=CODE S=.text G=(none) M=ORCtrls ACBP=A9 56 0001:00001404 00000226 C=CODE S=.text G=(none) M=OR2006Compatibility ACBP=A9 57 0001:0000162C 0000000E C=CODE S=.text G=(none) M=Rpcconf1 ACBP=A9 58 0001:0000163C 00000006 C=CODE S=.text G=(none) M=MFunStr ACBP=A9 59 0001:00001644 00000006 C=CODE S=.text G=(none) M=RpcNet ACBP=A9 60 0001:0000164C 00000046 C=CODE S=.text G=(none) M=Trpcb ACBP=A9 61 0001:00001694 00000006 C=CODE S=.text G=(none) M=Hash ACBP=A9 62 0001:0000169C 00000006 C=CODE S=.text G=(none) M=CCOWRPCBroker ACBP=A9 63 0001:000016A4 00000006 C=CODE S=.text G=(none) M=SelDiv ACBP=A9 64 0001:000016AC 00000006 C=CODE S=.text G=(none) M=XWBRich20 ACBP=A9 65 0001:000016B4 00000006 C=CODE S=.text G=(none) M=Sgnoncnf ACBP=A9 66 0001:000016BC 0000001E C=CODE S=.text G=(none) M=TeEngine ACBP=A9 67 0001:000016DC 00000006 C=CODE S=.text G=(none) M=TeCanvas ACBP=A9 68 0001:000016E4 00000006 C=CODE S=.text G=(none) M=TeeConst ACBP=A9 69 0001:000016EC 00000006 C=CODE S=.text G=(none) M=TeeHtml ACBP=A9 70 0001:000016F4 00000006 C=CODE S=.text G=(none) M=TeeProcs ACBP=A9 71 0001:000016FC 00000006 C=CODE S=.text G=(none) M=Chart ACBP=A9 72 0001:00001704 00006780 C=CODE S=.text G=(none) M=ORFn ACBP=A9 73 0001:00007E84 0000147D C=CODE S=.text G=(none) M=ORNet ACBP=A9 74 0001:00009304 00004E42 C=CODE S=.text G=(none) M=ORDtTm ACBP=A9 75 0001:0000E148 00000C1E C=CODE S=.text G=(none) M=ORDtTmRng ACBP=A9 76 0001:0000ED68 000003C7 C=CODE S=.text G=(none) M=.ORDateLib2006 ACBP=A9 12 0001:00000000 00000306 C=CODE S=.text G=(none) M=System ACBP=A9 13 0001:00000308 0000015E C=CODE S=.text G=(none) M=SysUtils ACBP=A9 14 0001:00000468 000002EC C=CODE S=.text G=(none) M=Windows ACBP=A9 15 0001:00000754 00000006 C=CODE S=.text G=(none) M=Types ACBP=A9 16 0001:0000075C 0000001E C=CODE S=.text G=(none) M=TypInfo ACBP=A9 17 0001:0000077C 00000006 C=CODE S=.text G=(none) M=Variants ACBP=A9 18 0001:00000784 00000006 C=CODE S=.text G=(none) M=VarUtils ACBP=A9 19 0001:0000078C 0000041E C=CODE S=.text G=(none) M=Classes ACBP=A9 20 0001:00000BAC 0000040E C=CODE S=.text G=(none) M=Controls ACBP=A9 21 0001:00000FBC 00000006 C=CODE S=.text G=(none) M=ActnList ACBP=A9 22 0001:00000FC4 00000076 C=CODE S=.text G=(none) M=Math ACBP=A9 23 0001:0000103C 0000023E C=CODE S=.text G=(none) M=Graphics ACBP=A9 24 0001:0000127C 00000046 C=CODE S=.text G=(none) M=Registry ACBP=A9 25 0001:000012C4 00000006 C=CODE S=.text G=(none) M=IniFiles ACBP=A9 26 0001:000012CC 00000006 C=CODE S=.text G=(none) M=Themes ACBP=A9 27 0001:000012D4 0000001E C=CODE S=.text G=(none) M=Menus ACBP=A9 28 0001:000012F4 00000006 C=CODE S=.text G=(none) M=UxTheme ACBP=A9 29 0001:000012FC 00000006 C=CODE S=.text G=(none) M=MultiMon ACBP=A9 30 0001:00001304 00000006 C=CODE S=.text G=(none) M=DwmApi ACBP=A9 31 0001:0000130C 0000019E C=CODE S=.text G=(none) M=Forms ACBP=A9 32 0001:000014AC 00000006 C=CODE S=.text G=(none) M=HelpIntfs ACBP=A9 33 0001:000014B4 00000016 C=CODE S=.text G=(none) M=Dialogs ACBP=A9 34 0001:000014CC 000001F6 C=CODE S=.text G=(none) M=StdCtrls ACBP=A9 35 0001:000016C4 0000005E C=CODE S=.text G=(none) M=Printers ACBP=A9 36 0001:00001724 00000076 C=CODE S=.text G=(none) M=ExtCtrls ACBP=A9 37 0001:0000179C 00000006 C=CODE S=.text G=(none) M=GraphUtil ACBP=A9 38 0001:000017A4 00000016 C=CODE S=.text G=(none) M=Clipbrd ACBP=A9 39 0001:000017BC 00000006 C=CODE S=.text G=(none) M=FlatSB ACBP=A9 40 0001:000017C4 00000006 C=CODE S=.text G=(none) M=CheckLst ACBP=A9 41 0001:000017CC 00000056 C=CODE S=.text G=(none) M=Grids ACBP=A9 42 0001:00001824 0000004E C=CODE S=.text G=(none) M=Mask ACBP=A9 43 0001:00001874 00000036 C=CODE S=.text G=(none) M=Buttons ACBP=A9 44 0001:000018AC 0000008E C=CODE S=.text G=(none) M=ComCtrls ACBP=A9 45 0001:0000193C 00000006 C=CODE S=.text G=(none) M=ExtActns ACBP=A9 46 0001:00001944 00000006 C=CODE S=.text G=(none) M=ExtDlgs ACBP=A9 47 0001:0000194C 00000006 C=CODE S=.text G=(none) M=Mapi ACBP=A9 48 0001:00001954 00000006 C=CODE S=.text G=(none) M=ComObj ACBP=A9 49 0001:0000195C 000001C3 C=CODE S=.text G=(none) M=SysInit ACBP=A9 50 0001:00001B20 00000056 C=CODE S=.text G=(none) M=Calendar ACBP=A9 51 0001:00001B78 000003B6 C=CODE S=.text G=(none) M=ORDtTmCal ACBP=A9 52 0001:00001F30 0000006E C=CODE S=.text G=(none) M=ORCtrls ACBP=A9 53 0001:00001FA0 00000016 C=CODE S=.text G=(none) M=VAUtils ACBP=A9 54 0001:00001FB8 00000226 C=CODE S=.text G=(none) M=OR2006Compatibility ACBP=A9 55 0001:000021E0 0000000E C=CODE S=.text G=(none) M=Rpcconf1 ACBP=A9 56 0001:000021F0 00000006 C=CODE S=.text G=(none) M=MFunStr ACBP=A9 57 0001:000021F8 00000006 C=CODE S=.text G=(none) M=RpcNet ACBP=A9 58 0001:00002200 00000016 C=CODE S=.text G=(none) M=WinSock ACBP=A9 59 0001:00002218 00000046 C=CODE S=.text G=(none) M=Trpcb ACBP=A9 60 0001:00002260 00000006 C=CODE S=.text G=(none) M=OleCtrls ACBP=A9 61 0001:00002268 00000006 C=CODE S=.text G=(none) M=AxCtrls ACBP=A9 62 0001:00002270 00000006 C=CODE S=.text G=(none) M=OleServer ACBP=A9 63 0001:00002278 00000006 C=CODE S=.text G=(none) M=Hash ACBP=A9 64 0001:00002280 00000006 C=CODE S=.text G=(none) M=CCOWRPCBroker ACBP=A9 65 0001:00002288 00000006 C=CODE S=.text G=(none) M=SelDiv ACBP=A9 66 0001:00002290 00000006 C=CODE S=.text G=(none) M=XWBRich20 ACBP=A9 67 0001:00002298 00000006 C=CODE S=.text G=(none) M=Sgnoncnf ACBP=A9 68 0001:000022A0 000035E6 C=CODE S=.text G=(none) M=TeeConst ACBP=A9 69 0001:00005888 000023A0 C=CODE S=.text G=(none) M=TeeHtml ACBP=A9 70 0001:00007C28 0000CC97 C=CODE S=.text G=(none) M=TeCanvas ACBP=A9 71 0001:000148C0 000067A5 C=CODE S=.text G=(none) M=TeeProcs ACBP=A9 72 0001:0001B068 00016568 C=CODE S=.text G=(none) M=TeEngine ACBP=A9 73 0001:000315D0 0000A3EA C=CODE S=.text G=(none) M=Chart ACBP=A9 74 0001:0003B9BC 00006790 C=CODE S=.text G=(none) M=ORFn ACBP=A9 75 0001:0004214C 00001441 C=CODE S=.text G=(none) M=ORNet ACBP=A9 76 0001:00043590 00004E46 C=CODE S=.text G=(none) M=ORDtTm ACBP=A9 77 0001:000483D8 00000BFA C=CODE S=.text G=(none) M=ORDtTmRng ACBP=A9 78 0001:00048FD4 000003C7 C=CODE S=.text G=(none) M=.ORDateLib2006 ACBP=A9 77 79 0002:00000000 00000006 C=ICODE S=.itext G=(none) M=System ACBP=A9 78 0002:00000008 00000006 C=ICODE S=.itext G=(none) M= CheckLstACBP=A979 0002:00000010 000000 06 C=ICODE S=.itext G=(none) M=VAUtils ACBP=A980 0002:000000 18 00000011 C=ICODE S=.itext G=(none) M=WindowsACBP=A981 0002:0000002C 00000006 C=ICODE S=.itext G=(none) M= SysUtils ACBP=A980 0002:00000008 00000006 C=ICODE S=.itext G=(none) M=SysUtils ACBP=A9 81 0002:00000010 00000011 C=ICODE S=.itext G=(none) M=Windows ACBP=A9 82 0002:00000024 00000006 C=ICODE S=.itext G=(none) M=TypInfo ACBP=A9 83 0002:0000002C 00000006 C=ICODE S=.itext G=(none) M=Variants ACBP=A9 82 84 0002:00000034 00000006 C=ICODE S=.itext G=(none) M=VarUtils ACBP=A9 83 0002:0000003C 00000006 C=ICODE S=.itext G=(none) M= VariantsACBP=A984 0002:00000044 00000006 C=ICODE S=.itext G=(none) M= TypInfoACBP=A985 0002:0000004C 00000006 C=ICODE S=.itext G=(none) M= ClassesACBP=A986 0002:00000054 00000006 C=ICODE S=.itext G=(none) M= IniFiles ACBP=A985 0002:0000003C 00000006 C=ICODE S=.itext G=(none) M=Classes ACBP=A9 86 0002:00000044 00000006 C=ICODE S=.itext G=(none) M=Controls ACBP=A9 87 0002:0000004C 00000006 C=ICODE S=.itext G=(none) M=ActnList ACBP=A9 88 0002:00000054 00000006 C=ICODE S=.itext G=(none) M=Graphics ACBP=A9 87 89 0002:0000005C 00000006 C=ICODE S=.itext G=(none) M=Registry ACBP=A9 88 0002:00000064 00000006 C=ICODE S=.itext G=(none) M= Graphics ACBP=A989 0002:0000006C 00000006 C=ICODE S=.itext G=(none) M= UxThemeACBP=A990 0002:00000074 00000006 C=ICODE S=.itext G=(none) M=M ultiMonACBP=A991 0002:0000007C 00000006 C=ICODE S=.itext G=(none) M= DwmApiACBP=A992 0002:00000084 00000006 C=ICODE S=.itext G=(none) M= HelpIntfsACBP=A993 0002:0000008C 00000006 C=ICODE S=.itext G=(none) M= PrintersACBP=A994 0002:00000094 00000006 C=ICODE S=.itext G=(none) M= GraphUtilACBP=A995 0002:0000009C 00000006 C=ICODE S=.itext G=(none) M= ExtCtrls ACBP=A996 0002:000000A4 00000006 C=ICODE S=.itext G=(none) M= ClipbrdACBP=A997 0002:000000AC 00000006 C=ICODE S=.itext G=(none) M= FlatSBACBP=A998 0002:000000B4 00000006 C=ICODE S=.itext G=(none) M= FormsACBP=A999 0002:000000BC 00000006 C=ICODE S=.itext G=(none) M= MenusACBP=A9100 0002:000000C4 00000006 C=ICODE S=.itext G=(none) M=C ontrolsACBP=A9101 0002:000000CC 00000006 C=ICODE S=.itext G=(none) M= ThemesACBP=A9102 0002:000000D4 00000006 C=ICODE S=.itext G=(none) M= ActnList ACBP=A9103 0002:000000DC 00000006 C=ICODE S=.itext G=(none) M= Dialogs ACBP=A9104 0002:000000E4 00000006 C=ICODE S=.itext G=(none) M= ButtonsACBP=A9105 0002:000000EC 00000006 C=ICODE S=.itext G=(none) M=Ext DlgsACBP=A9106 0002:000000F4 00000006 C=ICODE S=.itext G=(none) M= MapiACBP=A9107 0002:000000FC 00000006 C=ICODE S=.itext G=(none) M= ExtActnsACBP=A9108 0002:00000104 00000006 C=ICODE S=.itext G=(none) M=Com CtrlsACBP=A9109 0002:0000010C 0000000 6 C=ICODE S=.itext G=(none) M=OleCtrlsACBP=A9110 0002:00000114 00000006 C=ICODE S=.itext G=(none) M= AxCtrls ACBP=A9111 0002:0000011C 00000006 C=ICODE S=.itext G=(none) M= ComObjACBP=A9112 0002:00000124 0000000 6 C=ICODE S=.itext G=(none) M=OleServerACBP=A9113 0002:0000012C 0000000 8 C=ICODE S=.itext G=(none) M=ORDtTmCalACBP=A9114 0002:00000134 00000006 C=ICODE S=.itext G=(none) M= ORCtrlsACBP=A9115 0002:0000013C 0000000 8 C=ICODE S=.itext G=(none) M=OR2006CompatibilityACBP=A9116 0002:00000144 00000006 C=ICODE S=.itext G=(none) M= Rpcconf1ACBP=A9117 0002:0000014C 00000006 C=ICODE S=.itext G=(none) M= MFunStrACBP=A9118 0002:00000154 00000006 C=ICODE S=.itext G=(none) M= RpcNetACBP=A9119 0002:0000015C 00000006 C=ICODE S=.itext G=(none) M= TrpcbACBP=A990 0002:00000064 00000006 C=ICODE S=.itext G=(none) M=IniFiles ACBP=A9 91 0002:0000006C 00000006 C=ICODE S=.itext G=(none) M=Themes ACBP=A9 92 0002:00000074 00000006 C=ICODE S=.itext G=(none) M=Menus ACBP=A9 93 0002:0000007C 00000006 C=ICODE S=.itext G=(none) M=UxTheme ACBP=A9 94 0002:00000084 00000006 C=ICODE S=.itext G=(none) M=MultiMon ACBP=A9 95 0002:0000008C 00000006 C=ICODE S=.itext G=(none) M=DwmApi ACBP=A9 96 0002:00000094 00000006 C=ICODE S=.itext G=(none) M=Forms ACBP=A9 97 0002:0000009C 00000006 C=ICODE S=.itext G=(none) M=HelpIntfs ACBP=A9 98 0002:000000A4 00000006 C=ICODE S=.itext G=(none) M=Dialogs ACBP=A9 99 0002:000000AC 00000006 C=ICODE S=.itext G=(none) M=Printers ACBP=A9 100 0002:000000B4 00000006 C=ICODE S=.itext G=(none) M=ExtCtrls ACBP=A9 101 0002:000000BC 00000006 C=ICODE S=.itext G=(none) M=GraphUtil ACBP=A9 102 0002:000000C4 00000006 C=ICODE S=.itext G=(none) M=Clipbrd ACBP=A9 103 0002:000000CC 00000006 C=ICODE S=.itext G=(none) M=FlatSB ACBP=A9 104 0002:000000D4 00000006 C=ICODE S=.itext G=(none) M=CheckLst ACBP=A9 105 0002:000000DC 00000006 C=ICODE S=.itext G=(none) M=Buttons ACBP=A9 106 0002:000000E4 00000006 C=ICODE S=.itext G=(none) M=ComCtrls ACBP=A9 107 0002:000000EC 00000006 C=ICODE S=.itext G=(none) M=ExtActns ACBP=A9 108 0002:000000F4 00000006 C=ICODE S=.itext G=(none) M=ExtDlgs ACBP=A9 109 0002:000000FC 00000006 C=ICODE S=.itext G=(none) M=Mapi ACBP=A9 110 0002:00000104 00000006 C=ICODE S=.itext G=(none) M=ComObj ACBP=A9 111 0002:0000010C 00000008 C=ICODE S=.itext G=(none) M=ORDtTmCal ACBP=A9 112 0002:00000114 00000006 C=ICODE S=.itext G=(none) M=ORCtrls ACBP=A9 113 0002:0000011C 00000006 C=ICODE S=.itext G=(none) M=VAUtils ACBP=A9 114 0002:00000124 00000008 C=ICODE S=.itext G=(none) M=OR2006Compatibility ACBP=A9 115 0002:0000012C 00000006 C=ICODE S=.itext G=(none) M=Rpcconf1 ACBP=A9 116 0002:00000134 00000006 C=ICODE S=.itext G=(none) M=MFunStr ACBP=A9 117 0002:0000013C 00000006 C=ICODE S=.itext G=(none) M=RpcNet ACBP=A9 118 0002:00000144 00000006 C=ICODE S=.itext G=(none) M=Trpcb ACBP=A9 119 0002:0000014C 00000006 C=ICODE S=.itext G=(none) M=OleCtrls ACBP=A9 120 0002:00000154 00000006 C=ICODE S=.itext G=(none) M=AxCtrls ACBP=A9 121 0002:0000015C 00000006 C=ICODE S=.itext G=(none) M=OleServer ACBP=A9 120 122 0002:00000164 00000006 C=ICODE S=.itext G=(none) M=Hash ACBP=A9 121 123 0002:0000016C 00000006 C=ICODE S=.itext G=(none) M=CCOWRPCBroker ACBP=A9 … … 123 125 0002:0000017C 00000006 C=ICODE S=.itext G=(none) M=XWBRich20 ACBP=A9 124 126 0002:00000184 00000006 C=ICODE S=.itext G=(none) M=Sgnoncnf ACBP=A9 125 0002:0000018C 00000006 C=ICODE S=.itext G=(none) M=TeEngine ACBP=A9 126 0002:00000194 00000006 C=ICODE S=.itext G=(none) M=TeCanvas ACBP=A9 127 0002:0000019C 00000006 C=ICODE S=.itext G=(none) M=TeeConst ACBP=A9 128 0002:000001A4 00000006 C=ICODE S=.itext G=(none) M=TeeHtml ACBP=A9 129 0002:000001AC 00000006 C=ICODE S=.itext G=(none) M=TeeProcs ACBP=A9 130 0002:000001B4 00000006 C=ICODE S=.itext G=(none) M=Chart ACBP=A9 131 0002:000001BC 00000090 C=ICODE S=.itext G=(none) M=ORFn ACBP=A9 132 0002:0000024C 00000084 C=ICODE S=.itext G=(none) M=ORNet ACBP=A9 133 0002:000002D0 0000001C C=ICODE S=.itext G=(none) M=ORDtTm ACBP=A9 134 0002:000002EC 00000008 C=ICODE S=.itext G=(none) M=ORDtTmRng ACBP=A9 135 0002:000002F4 00000005 C=ICODE S=.itext G=(none) M=.ORDateLib2006 ACBP=A9 136 0003:00000000 0000002C C=DATA S=.data G=DGROUP M=SysInit ACBP=A9 137 0003:0000002C 00000510 C=DATA S=.data G=DGROUP M=ORFn ACBP=A9 138 0003:0000053C 0000000E C=DATA S=.data G=DGROUP M=ORNet ACBP=A9 139 0003:0000054C 00000030 C=DATA S=.data G=DGROUP M=ORDtTm ACBP=A9 127 0002:0000018C 00000036 C=ICODE S=.itext G=(none) M=TeeConst ACBP=A9 128 0002:000001C4 0000002C C=ICODE S=.itext G=(none) M=TeeHtml ACBP=A9 129 0002:000001F0 0000004F C=ICODE S=.itext G=(none) M=TeCanvas ACBP=A9 130 0002:00000240 00000084 C=ICODE S=.itext G=(none) M=TeeProcs ACBP=A9 131 0002:000002C4 000000A8 C=ICODE S=.itext G=(none) M=TeEngine ACBP=A9 132 0002:0000036C 00000168 C=ICODE S=.itext G=(none) M=Chart ACBP=A9 133 0002:000004D4 00000090 C=ICODE S=.itext G=(none) M=ORFn ACBP=A9 134 0002:00000564 00000084 C=ICODE S=.itext G=(none) M=ORNet ACBP=A9 135 0002:000005E8 00000018 C=ICODE S=.itext G=(none) M=ORDtTm ACBP=A9 136 0002:00000600 00000008 C=ICODE S=.itext G=(none) M=ORDtTmRng ACBP=A9 137 0002:00000608 00000005 C=ICODE S=.itext G=(none) M=.ORDateLib2006 ACBP=A9 138 0003:00000000 00000030 C=DATA S=.data G=DGROUP M=SysInit ACBP=A9 139 0003:00000030 00000011 C=DATA S=.data G=DGROUP M=TeeConst ACBP=A9 140 0003:00000044 00000098 C=DATA S=.data G=DGROUP M=TeCanvas ACBP=A9 141 0003:000000DC 00000158 C=DATA S=.data G=DGROUP M=TeeProcs ACBP=A9 142 0003:00000234 0000004C C=DATA S=.data G=DGROUP M=TeEngine ACBP=A9 143 0003:00000280 0000022C C=DATA S=.data G=DGROUP M=Chart ACBP=A9 144 0003:000004AC 00000510 C=DATA S=.data G=DGROUP M=ORFn ACBP=A9 145 0003:000009BC 0000000E C=DATA S=.data G=DGROUP M=ORNet ACBP=A9 146 0003:000009CC 00000030 C=DATA S=.data G=DGROUP M=ORDtTm ACBP=A9 140 147 0004:00000000 00000008 C=BSS S=.bss G=DGROUP M=Windows ACBP=A9 141 148 0004:00000008 0000000C C=BSS S=.bss G=DGROUP M=SysInit ACBP=A9 142 149 0004:00000014 00000004 C=BSS S=.bss G=DGROUP M=ORDtTmCal ACBP=A9 143 150 0004:00000018 00000008 C=BSS S=.bss G=DGROUP M=OR2006Compatibility ACBP=A9 144 0004:00000020 00000010 C=BSS S=.bss G=DGROUP M=ORFn ACBP=A9 145 0004:00000030 00000015 C=BSS S=.bss G=DGROUP M=ORNet ACBP=A9 146 0004:00000048 0000000C C=BSS S=.bss G=DGROUP M=ORDtTm ACBP=A9 147 0004:00000054 00000004 C=BSS S=.bss G=DGROUP M=ORDtTmRng ACBP=A9 151 0004:00000020 00000454 C=BSS S=.bss G=DGROUP M=TeeConst ACBP=A9 152 0004:00000474 00000014 C=BSS S=.bss G=DGROUP M=TeeHtml ACBP=A9 153 0004:00000488 0000000C C=BSS S=.bss G=DGROUP M=TeCanvas ACBP=A9 154 0004:00000494 00000008 C=BSS S=.bss G=DGROUP M=TeeProcs ACBP=A9 155 0004:0000049C 00000008 C=BSS S=.bss G=DGROUP M=TeEngine ACBP=A9 156 0004:000004A4 00000004 C=BSS S=.bss G=DGROUP M=Chart ACBP=A9 157 0004:000004A8 00000010 C=BSS S=.bss G=DGROUP M=ORFn ACBP=A9 158 0004:000004B8 00000015 C=BSS S=.bss G=DGROUP M=ORNet ACBP=A9 159 0004:000004D0 0000000C C=BSS S=.bss G=DGROUP M=ORDtTm ACBP=A9 160 0004:000004DC 00000004 C=BSS S=.bss G=DGROUP M=ORDtTmRng ACBP=A9 148 161 149 162 150 163 Address Publics by Name 151 164 152 0002:000002F4 .ORDateLib2006..ORDateLib2006 153 0001:0000F110 .ORDateLib2006.@GetPackageInfoTable 154 0001:0000F118 .ORDateLib2006.@PackageLoad 155 0001:0000F124 .ORDateLib2006.@PackageUnload 165 0002:00000608 .ORDateLib2006..ORDateLib2006 166 0001:0004937C .ORDateLib2006.@GetPackageInfoTable 167 0001:00049384 .ORDateLib2006.@PackageLoad 168 0001:00049390 .ORDateLib2006.@PackageUnload 169 0004:000004A4 Chart..42 170 0001:000319F0 Chart..LegendException 171 0001:000333F0 Chart..TChart 172 0001:00032F3C Chart..TChartBackWall 173 0001:00032B5C Chart..TChartFootTitle 174 0001:00032270 Chart..TChartLegend 175 0001:00031850 Chart..TChartLegendGradient 176 0001:00033018 Chart..TChartRightWall 177 0001:000349B4 Chart..TChartTheme 178 0001:0003283C Chart..TChartTitle 179 0001:0003166C Chart..TChartWall 180 0001:000330F4 Chart..TChartWalls 181 0001:00034898 Chart..TColorPalettes 182 0001:000331F0 Chart..TCustomChart 183 0001:000321C8 Chart..TCustomChartLegend 184 0001:000315D0 Chart..TCustomChartWall 185 0001:00031FD4 Chart..TLegendItem 186 0001:000320EC Chart..TLegendItems 187 0001:00031C08 Chart..TLegendSymbol 188 0001:00031ED4 Chart..TLegendTitle 189 0001:00031DF0 Chart..TTeeCustomShapePosition 190 0001:000347F0 Chart..TTeeDragObject 191 0001:000346C8 Chart..TTeeSeriesTypes 192 0001:0003475C Chart..TTeeToolTypes 193 0003:00000280 Chart.AnimatedZoomFactor 194 0001:0003A9E8 Chart.AssignSeries 195 0001:00036DC4 Chart.CalcAxisScale 196 0001:000366B0 Chart.CalcBottomWallPoints 197 0001:00039B58 Chart.CalcColumnsWidth 198 0001:00039994 Chart.CalcHorizontalPositions 199 0001:00039ED0 Chart.CalcMargin 200 0001:000395B0 Chart.CalcMaxLegendValues 201 0001:00039940 Chart.CalcSymbolTextPos 202 0001:00039664 Chart.CalcTotalItems 203 0001:00034E68 Chart.CalculateYPos 204 0001:00039D64 Chart.CalcVerticalPositions 205 0001:00039CB0 Chart.CalcWidths 206 0001:0003AE20 Chart.ChangeAllSeriesType 207 0001:0003ADDC Chart.ChangeSeriesType 208 0002:0000036C Chart.Chart 209 0001:0003750C Chart.CheckBackground 210 0001:00037578 Chart.CheckTitle 211 0001:000373C8 Chart.CheckZoomPanning 212 0003:00000388 Chart.ClassicPalette 213 0001:00036F8C Chart.ClickedAxis 214 0001:00036FC0 Chart.ClickedLegend 215 0001:0003A5E0 Chart.ClickedRow 216 0001:0003AD88 Chart.CloneChartSeries 217 0001:0003AD7C Chart.CloneChartSeries 218 0001:0003AD94 Chart.CloneChartSeries 219 0003:00000294 Chart.ColorPalettes 220 0001:00036410 Chart.CreateBlender 221 0001:0003ACC4 Chart.CreateNewSeries 222 0001:0003AC44 Chart.CreateNewTeeFunction 223 0001:000382A4 Chart.DoColorPaletteIndex 224 0001:00035E74 Chart.DoDrawTitle 225 0001:00036BBC Chart.DoZoomAnimated 226 0001:00035DFC Chart.DrawAxisAfter 227 0001:00035E34 Chart.DrawAxisGridAfter 228 0001:00036294 Chart.DrawBackWallGradient 229 0001:000367AC Chart.DrawBottomWall 230 0001:0003971C Chart.DrawItems 231 0001:0003902C Chart.DrawLegendItem 232 0001:00038EEC Chart.DrawSymbol 233 0001:00035E8C Chart.DrawTitleFoot 234 0001:00034E98 Chart.DrawTitleLine 235 0001:0003B2F8 Chart.DrawTitleLine 236 0003:000002AC Chart.ExcelPalette 237 0001:0003B96C Chart.Finalization 238 0001:0003B178 Chart.GetGallerySeriesName 239 0001:000398A8 Chart.GetItems 240 0001:0003A658 Chart.GetLegendBounds 241 0001:00039B08 Chart.GetLegendRectangle 242 0001:0003A9C0 Chart.GetNewSeriesName 243 0001:0003AFE4 Chart.InternalUnRegister 244 0001:00036FFC Chart.LegendOnTop 245 0001:00039608 Chart.MaxLegendValues 246 0003:000003DC Chart.ModernPalette 247 0001:0003A8AC Chart.PaintSeriesLegend 248 0001:000379A8 Chart.PanAxis 249 0003:00000330 Chart.PastelsPalette 250 0001:00037914 Chart.ProcessPanning 251 0003:00000414 Chart.RainbowPalette 252 0001:0003AFD4 Chart.RegisterTeeBasicFunction 253 0001:0003AFBC Chart.RegisterTeeFunction 254 0001:0003AF94 Chart.RegisterTeeSeries 255 0001:0003AFAC Chart.RegisterTeeSeries 256 0001:0003AEFC Chart.RegisterTeeSeriesFunction 257 0001:0003B0DC Chart.RegisterTeeTools 258 0001:0003A020 Chart.ResizeChartRect 259 0001:00034FAC Chart.ResizeChartRect 260 0001:00039EE8 Chart.ResizeChartRect 261 0001:00039E20 Chart.ResizeVertical 262 0001:000397AC Chart.SetItem 263 0001:00038FAC Chart.SetRightAlign 264 0003:00000368 Chart.SolidPalette 265 0001:00034CE8 Chart.TChartBackWall.Create 266 0001:000353F0 Chart.TChartFootTitle.Create 267 0001:000383F0 Chart.TChartLegendGradient.Create 268 0001:0003B944 Chart.TChartTheme.Apply 269 0001:0003B908 Chart.TChartTheme.Create 270 0001:0003B948 Chart.TChartTheme.Description 271 0001:00034E00 Chart.TChartTitle.Assign 272 0001:000353E8 Chart.TChartTitle.Clear 273 0001:00034E40 Chart.TChartTitle.Clicked 274 0001:00034D38 Chart.TChartTitle.Create 275 0001:00034DD0 Chart.TChartTitle.Destroy 276 0001:0003500C Chart.TChartTitle.DrawTitle 277 0001:0003539C Chart.TChartTitle.GetCaption 278 0001:00035344 Chart.TChartTitle.GetShapeBounds 279 0001:00035354 Chart.TChartTitle.SetAdjustFrame 280 0001:00035364 Chart.TChartTitle.SetAlignment 281 0001:000353C8 Chart.TChartTitle.SetCaption 282 0001:00035380 Chart.TChartTitle.SetText 283 0001:0003552C Chart.TChartWalls.Assign 284 0001:00035468 Chart.TChartWalls.Create 285 0001:00035580 Chart.TChartWalls.Destroy 286 0001:000355F8 Chart.TChartWalls.GetVisible 287 0001:000355C8 Chart.TChartWalls.SetBack 288 0001:000355D4 Chart.TChartWalls.SetBottom 289 0001:000355E0 Chart.TChartWalls.SetLeft 290 0001:000355EC Chart.TChartWalls.SetRight 291 0001:00035610 Chart.TChartWalls.SetSize 292 0001:00035604 Chart.TChartWalls.SetVisible 293 0001:0003B890 Chart.TColorPalettes.ApplyPalette 294 0001:0003B79C Chart.TColorPalettes.ApplyPalette 295 0001:00036108 Chart.TCustomChart.ActiveSeriesUseAxis 296 0001:00038054 Chart.TCustomChart.Assign 297 0001:00037294 Chart.TCustomChart.AxisTitleOrName 298 0001:00037350 Chart.TCustomChart.BroadcastMouseEvent 299 0001:00036F58 Chart.TCustomChart.CalcClickedPart 300 0001:00037014 Chart.TCustomChart.CalcNeedClickedPart 301 0001:000360A4 Chart.TCustomChart.CalcWallSize 302 0001:00037F84 Chart.TCustomChart.CalcWallsRect 303 0001:00037DAC Chart.TCustomChart.CalcZoomPoints 304 0001:00035644 Chart.TCustomChart.Create 305 0001:000382E0 Chart.TCustomChart.DefineProperties 306 0001:000357A4 Chart.TCustomChart.Destroy 307 0001:00037CD8 Chart.TCustomChart.DoMouseWheel 308 0001:00037D00 Chart.TCustomChart.DoMouseWheelDown 309 0001:00037D40 Chart.TCustomChart.DoMouseWheelUp 310 0001:00036C6C Chart.TCustomChart.DoZoom 311 0001:00036474 Chart.TCustomChart.DrawBackWall 312 0001:000361A4 Chart.TCustomChart.DrawLeftWall 313 0001:00035DF0 Chart.TCustomChart.DrawLeftWallFirst 314 0001:000383AC Chart.TCustomChart.DrawLegendShape 315 0001:00035BC8 Chart.TCustomChart.DrawRightWall 316 0001:00035DDC Chart.TCustomChart.DrawRightWallAfter 317 0001:00035EE4 Chart.TCustomChart.DrawTitlesAndLegend 318 0001:00035D04 Chart.TCustomChart.DrawWallFirst 319 0001:00036970 Chart.TCustomChart.DrawWalls 320 0001:00038134 Chart.TCustomChart.FillSeriesSourceItems 321 0001:0003813C Chart.TCustomChart.FillValueSourceItems 322 0001:000358A8 Chart.TCustomChart.FormattedLegend 323 0001:00035824 Chart.TCustomChart.FormattedValueLegend 324 0001:000381A8 Chart.TCustomChart.GetASeries 325 0001:00035A98 Chart.TCustomChart.GetBackColor 326 0001:00035A34 Chart.TCustomChart.GetBackWall 327 0001:00035A40 Chart.TCustomChart.GetBottomWall 328 0001:000380E4 Chart.TCustomChart.GetChildren 329 0001:00035A64 Chart.TCustomChart.GetFrame 330 0001:00035A4C Chart.TCustomChart.GetLeftWall 331 0001:00035A58 Chart.TCustomChart.GetRightWall 332 0001:00035864 Chart.TCustomChart.InternalFormattedLegend 333 0001:00035AF0 Chart.TCustomChart.IsFreeSeriesColor 334 0001:000375FC Chart.TCustomChart.MouseDown 335 0001:00037A5C Chart.TCustomChart.MouseMove 336 0001:00037E70 Chart.TCustomChart.MouseUp 337 0001:00036B14 Chart.TCustomChart.NextPage 338 0001:00036150 Chart.TCustomChart.PrepareWallCanvas 339 0001:00036B48 Chart.TCustomChart.PreviousPage 340 0001:00038220 Chart.TCustomChart.ReadBackColor 341 0001:00038374 Chart.TCustomChart.ReadColorPalette 342 0001:00036B68 Chart.TCustomChart.RemoveAllSeries 343 0001:00035980 Chart.TCustomChart.RestoreScales 344 0001:000358D4 Chart.TCustomChart.SaveScales 345 0001:00037C54 Chart.TCustomChart.ScrollVerticalAxes 346 0001:00036AE8 Chart.TCustomChart.SeriesDown 347 0001:00036AC8 Chart.TCustomChart.SeriesUp 348 0001:00035ABC Chart.TCustomChart.SetBackColor 349 0001:00035A28 Chart.TCustomChart.SetBackWall 350 0001:00035BB0 Chart.TCustomChart.SetBottomWall 351 0001:000381FC Chart.TCustomChart.SetFoot 352 0001:00035A7C Chart.TCustomChart.SetFrame 353 0001:00035BA4 Chart.TCustomChart.SetLeftWall 354 0001:000358C8 Chart.TCustomChart.SetLegend 355 0001:00035BBC Chart.TCustomChart.SetRightWall 356 0001:000383A4 Chart.TCustomChart.SetScrollMouseButton 357 0001:00038214 Chart.TCustomChart.SetSubFoot 358 0001:00038208 Chart.TCustomChart.SetSubTitle 359 0001:000381E4 Chart.TCustomChart.SetTitle 360 0001:000381F0 Chart.TCustomChart.SetWalls 361 0001:00037D80 Chart.TCustomChart.UndoZoom 362 0001:00038294 Chart.TCustomChart.WriteColorPalette 363 0001:00036EAC Chart.TCustomChart.ZoomPercent 364 0001:00036D94 Chart.TCustomChart.ZoomRect 365 0001:000389E4 Chart.TCustomChartLegend.Assign 366 0001:00038E44 Chart.TCustomChartLegend.CalcItemHeight 367 0001:00038CB0 Chart.TCustomChartLegend.CalcLegendStyle 368 0001:0003A6AC Chart.TCustomChartLegend.Clicked 369 0001:0003889C Chart.TCustomChartLegend.Create 370 0001:0003899C Chart.TCustomChartLegend.Destroy 371 0001:0003A82C Chart.TCustomChartLegend.DoMouseDown 372 0001:0003A04C Chart.TCustomChartLegend.DrawLegend 373 0001:00038EAC Chart.TCustomChartLegend.FirstItemTop 374 0001:00038CE8 Chart.TCustomChartLegend.FormattedLegend 375 0001:0003A544 Chart.TCustomChartLegend.FormattedValue 376 0001:0003A80C Chart.TCustomChartLegend.GetGradientClass 377 0001:00038DA0 Chart.TCustomChartLegend.GetItem 378 0001:00038DC4 Chart.TCustomChartLegend.GetLegendSeries 379 0001:00038DAC Chart.TCustomChartLegend.GetRectLegend 380 0001:00038DBC Chart.TCustomChartLegend.GetSymbolWidth 381 0001:00038D8C Chart.TCustomChartLegend.GetVertical 382 0001:0003A814 Chart.TCustomChartLegend.HasCheckBoxes 383 0001:00038E20 Chart.TCustomChartLegend.PrepareSymbolPen 384 0001:00038AC0 Chart.TCustomChartLegend.SetAlignment 385 0001:00038BB8 Chart.TCustomChartLegend.SetCheckBoxes 386 0001:00038BC8 Chart.TCustomChartLegend.SetCheckBoxesStyle 387 0001:00038B28 Chart.TCustomChartLegend.SetCurrentPage 388 0001:00038D70 Chart.TCustomChartLegend.SetDividingLines 389 0001:00038ADC Chart.TCustomChartLegend.SetFirstValue 390 0001:00038B38 Chart.TCustomChartLegend.SetFontSeriesColor 391 0001:00038B08 Chart.TCustomChartLegend.SetHorizMargin 392 0001:00038B18 Chart.TCustomChartLegend.SetInverted 393 0001:00038B48 Chart.TCustomChartLegend.SetLeftPercent 394 0001:00038B58 Chart.TCustomChartLegend.SetLegendStyle 395 0001:00038B7C Chart.TCustomChartLegend.SetMaxNumRows 396 0001:00038B8C Chart.TCustomChartLegend.SetPosUnits 397 0001:00038BA8 Chart.TCustomChartLegend.SetResizeChart 398 0001:0003A5C8 Chart.TCustomChartLegend.SetSeries 399 0001:00038D7C Chart.TCustomChartLegend.SetSymbol 400 0001:00038CA4 Chart.TCustomChartLegend.SetSymbolWidth 401 0001:00038C38 Chart.TCustomChartLegend.SetTextStyle 402 0001:0003AE84 Chart.TCustomChartLegend.SetTitle 403 0001:00038C54 Chart.TCustomChartLegend.SetTopLeftPos 404 0001:00038C68 Chart.TCustomChartLegend.SetTopPercent 405 0001:00038C7C Chart.TCustomChartLegend.SetVertMargin 406 0001:00038C90 Chart.TCustomChartLegend.SetVertSpacing 407 0001:0003AE5C Chart.TCustomChartLegend.ShouldDraw 408 0001:00034ADC Chart.TCustomChartWall.ApplyDark3D 409 0001:00034AA0 Chart.TCustomChartWall.Assign 410 0001:00034A48 Chart.TCustomChartWall.Create 411 0001:00034B08 Chart.TCustomChartWall.GetPen 412 0001:00034B4C Chart.TCustomChartWall.HasGradient 413 0001:00034B34 Chart.TCustomChartWall.InitColor 414 0001:00034A94 Chart.TCustomChartWall.IsColorStored 415 0001:00034CB8 Chart.TCustomChartWall.SetAutoHide 416 0001:00034B24 Chart.TCustomChartWall.SetDark3D 417 0001:00034B0C Chart.TCustomChartWall.SetPen 418 0001:00034B14 Chart.TCustomChartWall.SetSize 419 0001:00034CC8 Chart.TCustomChartWall.ShouldDraw 420 0001:00034B60 Chart.TCustomChartWall.TryDrawWall 421 0003:000002A8 Chart.TeeNewChartHook 422 0003:000002A0 Chart.TeePageNumToolClass 423 0003:00000288 Chart.TeeScrollKeyShift 424 0003:00000298 Chart.TeeSeriesTypes 425 0003:000002A4 Chart.TeeThemeSelectorHook 426 0003:0000028C Chart.TeeTitleFootDistance 427 0003:0000029C Chart.TeeToolTypes 428 0003:00000290 Chart.TeeUseMouseWheel 429 0001:000387D0 Chart.TLegendItem.SetText 430 0001:0003885C Chart.TLegendItems.Clear 431 0001:0003880C Chart.TLegendItems.Get 432 0001:000385DC Chart.TLegendSymbol.Assign 433 0001:00038638 Chart.TLegendSymbol.CalcWidth 434 0001:000385D4 Chart.TLegendSymbol.CanvasChanged 435 0001:00038524 Chart.TLegendSymbol.Create 436 0001:0003859C Chart.TLegendSymbol.Destroy 437 0001:00038740 Chart.TLegendSymbol.Draw 438 0001:00038690 Chart.TLegendSymbol.Repaint 439 0001:000386E4 Chart.TLegendSymbol.SetBooleanProperty 440 0001:000386F0 Chart.TLegendSymbol.SetContinuous 441 0001:00038708 Chart.TLegendSymbol.SetDefaultPen 442 0001:00038730 Chart.TLegendSymbol.SetGradient 443 0001:00038718 Chart.TLegendSymbol.SetPen 444 0001:000386D4 Chart.TLegendSymbol.SetPosition 445 0001:00038724 Chart.TLegendSymbol.SetSquared 446 0001:000386FC Chart.TLegendSymbol.SetVisible 447 0001:000386A4 Chart.TLegendSymbol.SetWidth 448 0001:000386C4 Chart.TLegendSymbol.SetWidthUnits 449 0001:0003B1C8 Chart.TLegendTitle.Assign 450 0001:0003B644 Chart.TLegendTitle.CalcHeight 451 0001:0003B6D4 Chart.TLegendTitle.CalcShapeBounds 452 0001:0003B200 Chart.TLegendTitle.Create 453 0001:0003B2B4 Chart.TLegendTitle.Destroy 454 0001:0003B40C Chart.TLegendTitle.DrawText 455 0001:0003B750 Chart.TLegendTitle.GetCaption 456 0001:0003B77C Chart.TLegendTitle.SetCaption 457 0001:0003B528 Chart.TLegendTitle.SetText 458 0001:0003B544 Chart.TLegendTitle.SetTextAlign 459 0001:0003B2E4 Chart.TLegendTitle.TextChanged 460 0001:0003B560 Chart.TLegendTitle.TotalWidth 461 0001:000384BC Chart.TTeeCustomShapePosition.Assign 462 0001:00038510 Chart.TTeeCustomShapePosition.GetLeft 463 0001:00038514 Chart.TTeeCustomShapePosition.GetTop 464 0001:00038518 Chart.TTeeCustomShapePosition.IsCustomStored 465 0001:00038454 Chart.TTeeCustomShapePosition.SetCustomPosition 466 0001:00038474 Chart.TTeeCustomShapePosition.SetLeft 467 0001:00038498 Chart.TTeeCustomShapePosition.SetTop 468 0001:0003B07C Chart.TTeeDragObject.Create 469 0001:0003B0C8 Chart.TTeeDragObject.Finished 470 0001:0003B0B0 Chart.TTeeDragObject.GetDragCursor 471 0001:0003AE90 Chart.TTeeSeriesTypes.Clear 472 0001:0003AEC8 Chart.TTeeSeriesTypes.Find 473 0001:0003AEC0 Chart.TTeeSeriesTypes.Get 474 0001:0003B0D4 Chart.TTeeToolTypes.Get 475 0001:0003B05C Chart.UnRegisterTeeFunctions 476 0001:0003B03C Chart.UnRegisterTeeSeries 477 0001:0003B12C Chart.UnRegisterTeeTools 478 0003:00000304 Chart.VictorianPalette 479 0003:000003B8 Chart.WebPalette 480 0003:00000478 Chart.WindowsXPPalette 481 0001:00036B84 Chart.ZoomAxis 156 482 0004:0000001C OR2006Compatibility..2 157 0001:00001 404OR2006Compatibility..Tfrm2006Compatibility158 0001:0000 15FCOR2006Compatibility.Finalization483 0001:00001FB8 OR2006Compatibility..Tfrm2006Compatibility 484 0001:000021B0 OR2006Compatibility.Finalization 159 485 0004:00000018 OR2006Compatibility.frm2006Compatibility 160 0002:000001 3COR2006Compatibility.OR2006Compatibility161 0001:0000 15A8OR2006Compatibility.Tfrm2006Compatibility.CreateNew162 0004:00000 048ORDtTm..01163 0001:000 09BF8ORDtTm..TORDateBox164 0001:000 09844ORDtTm..TORDateButton165 0001:000 0A2F0ORDtTm..TORDateCombo166 0001:000 099ACORDtTm..TORDateEdit167 0001:000 0970CORDtTm..TORDateTimeDlg168 0001:000 09E50ORDtTm..TORDayCombo169 0001:000 09304ORDtTm..TORfrmDtTm170 0001:000 09FA4ORDtTm..TORMonthCombo171 0001:000 0A100ORDtTm..TORYearEdit172 0001:000 0A690ORDtTm.ActiveBroker173 0003:00000 54C ORDtTm.DaysInMonth174 0001:000 0C33CORDtTm.DaysPerMonth175 0001:000 0E118 ORDtTm.Finalization176 0001:000 0C2F0ORDtTm.IsLeapYear177 0001:000 0AA14ORDtTm.LoadEllipsis178 0002:00000 2D0ORDtTm.ORDtTm179 0001:000 0E09C ORDtTm.Register180 0001:000 0A890ORDtTm.RelativeDateTime181 0001:000 0A6BCORDtTm.ServerFMNow182 0001:000 0A760ORDtTm.ServerNow183 0001:000 0A7E8ORDtTm.ServerParseFMDate184 0001:000 0A798ORDtTm.ServerToday185 0001:000 0B8D8ORDtTm.TORDateBox.ButtonClick186 0001:000 0BA70ORDtTm.TORDateBox.Change187 0001:000 0B62CORDtTm.TORDateBox.Create188 0001:000 0C29CORDtTm.TORDateBox.GetCaption189 0001:000 0C2C0ORDtTm.TORDateBox.GetDynamicProperty190 0001:000 0BAD4ORDtTm.TORDateBox.GetFMDateTime191 0001:000 0BB68ORDtTm.TORDateBox.GetRelativeTime192 0001:000 0C0F8 ORDtTm.TORDateBox.IsValid193 0001:000 0BA8CORDtTm.TORDateBox.KeyDown194 0001:000 0C180ORDtTm.TORDateBox.SetBlackColorMode195 0001:000 0C1C8ORDtTm.TORDateBox.SetCaption196 0001:000 0BC8CORDtTm.TORDateBox.SetDateOnly197 0001:000 0BDF4ORDtTm.TORDateBox.SetEditRect198 0001:000 0C270ORDtTm.TORDateBox.SetEnabled199 0001:000 0BD3CORDtTm.TORDateBox.SetFMDateTime200 0001:000 0BD68ORDtTm.TORDateBox.SetRequireTime201 0001:000 0B7EC ORDtTm.TORDateBox.SetTemplateField202 0001:000 0B8BCORDtTm.TORDateBox.SupportsDynamicProperty203 0001:000 0BE6CORDtTm.TORDateBox.UpdateText204 0001:000 0BF84ORDtTm.TORDateBox.Validate205 0001:000 0B74CORDtTm.TORDateBox.WMSize206 0001:000 0D740ORDtTm.TORDateCombo.BtnClicked207 0001:000 0D604ORDtTm.TORDateCombo.CheckDays208 0001:000 0DEB8 ORDtTm.TORDateCombo.CMFontChanged209 0001:000 0C3E0 ORDtTm.TORDateCombo.Create210 0001:000 0DD24 ORDtTm.TORDateCombo.DateText211 0001:000 0D410ORDtTm.TORDateCombo.DayChanged212 0001:000 0C48C ORDtTm.TORDateCombo.Destroy213 0001:000 0DE70 ORDtTm.TORDateCombo.DoChange214 0001:000 0DB98ORDtTm.TORDateCombo.GetFMDate215 0001:000 0C508 ORDtTm.TORDateCombo.GetYearSize216 0001:000 0C54CORDtTm.TORDateCombo.InitDays217 0001:000 0C708ORDtTm.TORDateCombo.InitMonths218 0001:000 0D6E8ORDtTm.TORDateCombo.Loaded219 0001:000 0D460ORDtTm.TORDateCombo.MonthChanged220 0001:000 0D714ORDtTm.TORDateCombo.Paint221 0001:000 0C870ORDtTm.TORDateCombo.Rebuild222 0001:000 0DE9C ORDtTm.TORDateCombo.Resized223 0001:000 0CFA4ORDtTm.TORDateCombo.SetBlackColorMode224 0001:000 0CFF8ORDtTm.TORDateCombo.SetDay225 0001:000 0DC18 ORDtTm.TORDateCombo.SetFMDate226 0001:000 0D0B4ORDtTm.TORDateCombo.SetIncludeBtn227 0001:000 0D0ECORDtTm.TORDateCombo.SetIncludeDay228 0001:000 0D148ORDtTm.TORDateCombo.SetIncludeMonth229 0001:000 0D22CORDtTm.TORDateCombo.SetLongMonths230 0001:000 0D1A4ORDtTm.TORDateCombo.SetMonth231 0001:000 0E0E0 ORDtTm.TORDateCombo.SetTemplateField232 0001:000 0D264ORDtTm.TORDateCombo.SetYear233 0001:000 0DEE0 ORDtTm.TORDateCombo.Text234 0001:000 0D4B8ORDtTm.TORDateCombo.YearChanged235 0001:000 0DAA8ORDtTm.TORDateCombo.YearKeyPress236 0001:000 0D8FCORDtTm.TORDateCombo.YearUDChange237 0001:000 0B5FCORDtTm.TORDateEdit.CreateParams238 0001:000 0B1C0 ORDtTm.TORDateTimeDlg.Create239 0001:000 0B22C ORDtTm.TORDateTimeDlg.Execute240 0001:000 0B534ORDtTm.TORDateTimeDlg.GetFMDateTime241 0001:000 0B558ORDtTm.TORDateTimeDlg.SetDateOnly242 0001:000 0B59CORDtTm.TORDateTimeDlg.SetFMDateTime243 0001:000 0B5D0ORDtTm.TORDateTimeDlg.SetRequireTime244 0001:000 0AAFCORDtTm.TORfrmDtTm.calSelectChange245 0001:000 0B184 ORDtTm.TORfrmDtTm.cmdCancelClick246 0001:000 0AF80ORDtTm.TORfrmDtTm.cmdMidnightClick247 0001:000 0AEE0ORDtTm.TORfrmDtTm.cmdNowClick248 0001:000 0AFB4ORDtTm.TORfrmDtTm.cmdOKClick249 0001:000 0AC74ORDtTm.TORfrmDtTm.cmdTodayClick250 0001:000 0AABCORDtTm.TORfrmDtTm.FormCreate251 0001:000 0AC04ORDtTm.TORfrmDtTm.imgNextMonthClick252 0001:000 0ABBCORDtTm.TORfrmDtTm.imgNextMonthMouseDown253 0001:000 0AC4CORDtTm.TORfrmDtTm.imgNextMonthMouseUp254 0001:000 0ABE4ORDtTm.TORfrmDtTm.imgPrevMonthClick255 0001:000 0AB94ORDtTm.TORfrmDtTm.imgPrevMonthMouseDown256 0001:000 0AC24ORDtTm.TORfrmDtTm.imgPrevMonthMouseUp257 0001:000 0B1A4 ORDtTm.TORfrmDtTm.Loaded258 0001:000 0AD28ORDtTm.TORfrmDtTm.lstHourClick259 0001:000 0ADDCORDtTm.TORfrmDtTm.lstMinuteClick260 0001:000 0ACD8ORDtTm.TORfrmDtTm.txtTimeChange261 0001:000 0C398 ORDtTm.TORYearEdit.SetTemplateField262 0004:00000 04CORDtTm.uServerToday486 0002:00000124 OR2006Compatibility.OR2006Compatibility 487 0001:0000215C OR2006Compatibility.Tfrm2006Compatibility.CreateNew 488 0004:000004D0 ORDtTm..01 489 0001:00043E84 ORDtTm..TORDateBox 490 0001:00043AD0 ORDtTm..TORDateButton 491 0001:0004457C ORDtTm..TORDateCombo 492 0001:00043C38 ORDtTm..TORDateEdit 493 0001:00043998 ORDtTm..TORDateTimeDlg 494 0001:000440DC ORDtTm..TORDayCombo 495 0001:00043590 ORDtTm..TORfrmDtTm 496 0001:00044230 ORDtTm..TORMonthCombo 497 0001:0004438C ORDtTm..TORYearEdit 498 0001:0004491C ORDtTm.ActiveBroker 499 0003:000009CC ORDtTm.DaysInMonth 500 0001:00046654 ORDtTm.DaysPerMonth 501 0001:000483A8 ORDtTm.Finalization 502 0001:00046608 ORDtTm.IsLeapYear 503 0001:00044CA0 ORDtTm.LoadEllipsis 504 0002:000005E8 ORDtTm.ORDtTm 505 0001:0004832C ORDtTm.Register 506 0001:00044B1C ORDtTm.RelativeDateTime 507 0001:00044948 ORDtTm.ServerFMNow 508 0001:000449EC ORDtTm.ServerNow 509 0001:00044A74 ORDtTm.ServerParseFMDate 510 0001:00044A24 ORDtTm.ServerToday 511 0001:00045B6C ORDtTm.TORDateBox.ButtonClick 512 0001:00045D1C ORDtTm.TORDateBox.Change 513 0001:000458E0 ORDtTm.TORDateBox.Create 514 0001:000465B4 ORDtTm.TORDateBox.GetCaption 515 0001:000465D8 ORDtTm.TORDateBox.GetDynamicProperty 516 0001:00045D80 ORDtTm.TORDateBox.GetFMDateTime 517 0001:00045E2C ORDtTm.TORDateBox.GetRelativeTime 518 0001:000463E8 ORDtTm.TORDateBox.IsValid 519 0001:00045D38 ORDtTm.TORDateBox.KeyDown 520 0001:00046498 ORDtTm.TORDateBox.SetBlackColorMode 521 0001:000464E0 ORDtTm.TORDateBox.SetCaption 522 0001:00045F74 ORDtTm.TORDateBox.SetDateOnly 523 0001:000460DC ORDtTm.TORDateBox.SetEditRect 524 0001:00046588 ORDtTm.TORDateBox.SetEnabled 525 0001:00046024 ORDtTm.TORDateBox.SetFMDateTime 526 0001:00046050 ORDtTm.TORDateBox.SetRequireTime 527 0001:00045A8C ORDtTm.TORDateBox.SetTemplateField 528 0001:00045B50 ORDtTm.TORDateBox.SupportsDynamicProperty 529 0001:00046144 ORDtTm.TORDateBox.UpdateText 530 0001:0004625C ORDtTm.TORDateBox.Validate 531 0001:00045A00 ORDtTm.TORDateBox.WMSize 532 0001:000479C4 ORDtTm.TORDateCombo.BtnClicked 533 0001:00047888 ORDtTm.TORDateCombo.CheckDays 534 0001:00048128 ORDtTm.TORDateCombo.CMFontChanged 535 0001:000466F0 ORDtTm.TORDateCombo.Create 536 0001:00047F94 ORDtTm.TORDateCombo.DateText 537 0001:00047694 ORDtTm.TORDateCombo.DayChanged 538 0001:0004679C ORDtTm.TORDateCombo.Destroy 539 0001:000480E0 ORDtTm.TORDateCombo.DoChange 540 0001:00047E1C ORDtTm.TORDateCombo.GetFMDate 541 0001:00046818 ORDtTm.TORDateCombo.GetYearSize 542 0001:00046854 ORDtTm.TORDateCombo.InitDays 543 0001:000469E4 ORDtTm.TORDateCombo.InitMonths 544 0001:0004796C ORDtTm.TORDateCombo.Loaded 545 0001:000476E4 ORDtTm.TORDateCombo.MonthChanged 546 0001:00047998 ORDtTm.TORDateCombo.Paint 547 0001:00046B44 ORDtTm.TORDateCombo.Rebuild 548 0001:0004810C ORDtTm.TORDateCombo.Resized 549 0001:00047228 ORDtTm.TORDateCombo.SetBlackColorMode 550 0001:0004727C ORDtTm.TORDateCombo.SetDay 551 0001:00047E78 ORDtTm.TORDateCombo.SetFMDate 552 0001:00047338 ORDtTm.TORDateCombo.SetIncludeBtn 553 0001:00047370 ORDtTm.TORDateCombo.SetIncludeDay 554 0001:000473CC ORDtTm.TORDateCombo.SetIncludeMonth 555 0001:000474B0 ORDtTm.TORDateCombo.SetLongMonths 556 0001:00047428 ORDtTm.TORDateCombo.SetMonth 557 0001:00048370 ORDtTm.TORDateCombo.SetTemplateField 558 0001:000474E8 ORDtTm.TORDateCombo.SetYear 559 0001:00048150 ORDtTm.TORDateCombo.Text 560 0001:0004773C ORDtTm.TORDateCombo.YearChanged 561 0001:00047D2C ORDtTm.TORDateCombo.YearKeyPress 562 0001:00047B80 ORDtTm.TORDateCombo.YearUDChange 563 0001:000458B0 ORDtTm.TORDateEdit.CreateParams 564 0001:00045480 ORDtTm.TORDateTimeDlg.Create 565 0001:000454EC ORDtTm.TORDateTimeDlg.Execute 566 0001:000457E8 ORDtTm.TORDateTimeDlg.GetFMDateTime 567 0001:0004580C ORDtTm.TORDateTimeDlg.SetDateOnly 568 0001:00045850 ORDtTm.TORDateTimeDlg.SetFMDateTime 569 0001:00045884 ORDtTm.TORDateTimeDlg.SetRequireTime 570 0001:00044D88 ORDtTm.TORfrmDtTm.calSelectChange 571 0001:00045444 ORDtTm.TORfrmDtTm.cmdCancelClick 572 0001:00045208 ORDtTm.TORfrmDtTm.cmdMidnightClick 573 0001:00045164 ORDtTm.TORfrmDtTm.cmdNowClick 574 0001:0004523C ORDtTm.TORfrmDtTm.cmdOKClick 575 0001:00044F00 ORDtTm.TORfrmDtTm.cmdTodayClick 576 0001:00044D48 ORDtTm.TORfrmDtTm.FormCreate 577 0001:00044E90 ORDtTm.TORfrmDtTm.imgNextMonthClick 578 0001:00044E48 ORDtTm.TORfrmDtTm.imgNextMonthMouseDown 579 0001:00044ED8 ORDtTm.TORfrmDtTm.imgNextMonthMouseUp 580 0001:00044E70 ORDtTm.TORfrmDtTm.imgPrevMonthClick 581 0001:00044E20 ORDtTm.TORfrmDtTm.imgPrevMonthMouseDown 582 0001:00044EB0 ORDtTm.TORfrmDtTm.imgPrevMonthMouseUp 583 0001:00045464 ORDtTm.TORfrmDtTm.Loaded 584 0001:00044FB4 ORDtTm.TORfrmDtTm.lstHourClick 585 0001:00045068 ORDtTm.TORfrmDtTm.lstMinuteClick 586 0001:00044F64 ORDtTm.TORfrmDtTm.txtTimeChange 587 0001:000466A8 ORDtTm.TORYearEdit.SetTemplateField 588 0004:000004D4 ORDtTm.uServerToday 263 589 0004:00000014 ORDtTmCal..2 264 0001:0000 0FA8 ORDtTmCal..TORCalendar265 0001:00001 364ORDtTmCal.Finalization266 0002:000001 2C ORDtTmCal.ORDtTmCal267 0001:00001 334 ORDtTmCal.Register268 0001:00001 138 ORDtTmCal.TORCalendar.DrawCell269 0001:00001 2C0ORDtTmCal.TORCalendar.KeyDown270 0004:00000 054ORDtTmRng..3271 0001:000 0E37C ORDtTmRng..TORDateRangeDlg272 0001:000 0E148 ORDtTmRng..TORfrmDateRange273 0001:000 0ED38ORDtTmRng.Finalization274 0002:00000 2ECORDtTmRng.ORDtTmRng275 0001:000 0EC1CORDtTmRng.Register276 0001:000 0E5F0 ORDtTmRng.TORDateRangeDlg.Create277 0001:000 0E6C0ORDtTmRng.TORDateRangeDlg.Execute278 0001:000 0E940ORDtTmRng.TORDateRangeDlg.SetDateOnly279 0001:000 0EA3CORDtTmRng.TORDateRangeDlg.SetFMDateStart280 0001:000 0EAA0ORDtTmRng.TORDateRangeDlg.SetFMDateStop281 0001:000 0E9D8ORDtTmRng.TORDateRangeDlg.SetRequireTime282 0001:000 0EB04ORDtTmRng.TORDateRangeDlg.SetTextOfStart283 0001:000 0EB24 ORDtTmRng.TORDateRangeDlg.SetTextOfStop284 0001:000 0EC10ORDtTmRng.TORfrmDateRange.cmdCancelClick285 0001:000 0EB44ORDtTmRng.TORfrmDateRange.cmdOKClick286 0001:000 0EC4CORDtTmRng.TORfrmDateRange.FormCreate287 0001:000 0ECFCORDtTmRng.TORfrmDateRange.FormDestroy288 0001:000 0ED1C ORDtTmRng.TORfrmDateRange.Loaded289 0004:00000 020ORFn..1290 0001:000 017FCORFn..EFMDateTimeError291 0001:000 044B8ORFn..QuickAddError292 0001:000 03FE0ORFn..QuickCopyError293 0001:000 076E0ORFn..TIdleCaller294 0001:000 06320ORFn.AdjustForWindowsXPStyleTitleBar295 0004:00000 028ORFn.AlignList296 0004:00000 02CORFn.AnchorList297 0001:000 05CECORFn.AnchorsToStr298 0001:000 04F40ORFn.BaseFont299 0001:000 06DD8ORFn.BlackColorScheme300 0001:000 06EB0ORFn.BlackColorSchemeUpdate301 0003:00000 02C ORFn.BOOLCHAR302 0001:000 07A3CORFn.CallWhenIdle303 0001:000 07AACORFn.CallWhenIdleNotifyWhenDone304 0001:000 025C4ORFn.CharAt305 0001:000 06C9CORFn.CheckColorScheme306 0001:000 038D8ORFn.ComparePieces307 0001:000 07040ORFn.ComponentUpdateColorsFor508Compliance308 0001:000 02608ORFn.ContainsAlpha309 0001:000 026C0ORFn.ContainsUpCarretChar310 0001:000 02668ORFn.ContainsVisibleChar311 0001:000 02718ORFn.ConvertSpecialStrings312 0001:000 074ECORFn.CPRSInstances313 0003:00000 11C ORFn.CRC32_TABLE314 0001:000 0283CORFn.CRCForFile315 0001:000 028ECORFn.CRCForStrings316 0001:000 0185CORFn.DateTimeToFMDateTime317 0001:000 03F10ORFn.DelimCount318 0001:000 07C80ORFn.EnterIsPressed319 0001:000 02C04ORFn.ExpandTabsFilter320 0001:000 03054ORFn.ExtractDefault321 0001:000 02F4CORFn.ExtractFloat322 0001:000 02E50ORFn.ExtractInteger323 0001:000 031FCORFn.ExtractItems324 0001:000 03398ORFn.ExtractText325 0001:000 04A7CORFn.FastAddStrings326 0001:000 04944ORFn.FastAssign327 0004:00000 024ORFn.FBaseFont328 0001:000 029F0ORFn.FilteredString329 0001:000 07E00ORFn.Finalization330 0001:000 01BC8ORFn.FMDateTimeOffsetBy331 0001:000 01938ORFn.FMDateTimeToDateTime332 0001:000 05018ORFn.FontWidthPixel333 0001:000 04FA0ORFn.FontWidthSubPixel334 0001:000 05BD0ORFn.ForceInsideWorkArea335 0001:000 01C6CORFn.FormatFMDateTime336 0001:000 0226CORFn.FormatFMDateTimeStr337 0001:000 06E18ORFn.Get508CompliantColor338 0001:000 04514ORFn.GetStrings339 0001:000 0403CORFn.GetStrings340 0001:000 024ECORFn.HigherOf341 0003:00000 538 ORFn.IdleCaller342 0001:000 04D84ORFn.InfoBox343 0001:000 03534ORFn.InvertStringList344 0001:000 022B4ORFn.IsFMDateTime345 0001:000 075ECORFn.KillObj346 0001:000 04DC8ORFn.LimitEditWidth347 0001:000 04BC0ORFn.LimitStringLength348 0001:000 07230ORFn.ListGridDrawCell349 0001:000 07320ORFn.ListGridDrawLines350 0001:000 07468ORFn.ListGridRowHeight351 0001:000 02514ORFn.LowerOf352 0001:000 04F54ORFn.MainFont353 0001:000 05068ORFn.MainFontHeight354 0001:000 04F88ORFn.MainFontSize355 0001:000 05050ORFn.MainFontWidth356 0001:000 0239CORFn.MakeFMDateTime357 0001:000 07B20ORFn.menuHideAllBut358 0001:000 0359CORFn.MixedCase359 0001:000 037B8ORFn.MixedCaseByPiece360 0001:000 03720ORFn.MixedCaseList361 0003:00000 064 ORFn.MONTH_NAMES_LONG362 0003:00000 034 ORFn.MONTH_NAMES_SHORT363 0001:000 06DF8ORFn.NormalColorScheme364 0001:000 068B0ORFn.NumCharsFitInWidth365 0002:00000 1BCORFn.ORFn366 0001:000 03884ORFn.Piece367 0001:000 038ACORFn.Pieces368 0001:000 03A58ORFn.PiecesToList369 0001:000 06A04ORFn.PopupComponent370 0003:00000 530 ORFn.PURE_BLACK371 0001:000 04874ORFn.QuickAdd372 0001:000 043A0ORFn.QuickCopy373 0001:000 02578ORFn.RectContains374 0001:000 050A8ORFn.RedrawActivate375 0001:000 0508CORFn.RedrawSuspend376 0001:000 06A58ORFn.ReformatMemoParagraph377 0003:00000 0FC ORFn.ReplaceChars378 0001:000 050D0ORFn.ResetSelectedForList379 0001:000 0619CORFn.ResizeAnchoredFormToFont380 0001:000 05844ORFn.ResizeChartFonts381 0001:000 053F4ORFn.ResizeCheckListBox382 0001:000 05388ORFn.ResizeComboBox383 0001:000 05428ORFn.ResizeDescendants384 0001:000 05A40ORFn.ResizeFontsInDescendants385 0001:000 05FFCORFn.ResizeFormToFont386 0001:000 05270ORFn.ResizeHeaderControl387 0001:000 05170ORFn.ResizeHeight388 0001:000 053C0ORFn.ResizeListBox389 0001:000 052ECORFn.ResizeListView390 0001:000 051F0ORFn.ResizeToFont391 0001:000 0511CORFn.ResizeWidth392 0001:000 05F10ORFn.RestoreAlign393 0001:000 03B04ORFn.ReverseStr394 0001:000 070DCORFn.ScanAllComponents395 0003:00000 030 ORFn.ScrollBarHeight396 0001:000 07D40ORFn.ScrollControl397 0003:00000 0DC ORFn.SearchChars398 0001:000 07C98ORFn.SendMoveMessage399 0001:000 0642CORFn.SetEqualTabStops400 0001:000 023DCORFn.SetListFMDateTime401 0001:000 03B94ORFn.SetPiece402 0001:000 03CD0ORFn.SetPieces403 0001:000 07C30ORFn.ShiftTabIsPressed404 0001:000 06588ORFn.ShowMsgOn405 0001:000 03DA4ORFn.SortByPiece406 0001:000 06538ORFn.StatusText407 0001:000 05D60ORFn.StrToAnchors408 0001:000 0253CORFn.StrToFloatDef409 0001:000 05E28ORFn.SuspendAlign410 0001:000 07BE0ORFn.TabIsPressed411 0001:000 06668ORFn.TextHeightByFont412 0001:000 065B8ORFn.TextWidthByFont413 0001:000 07900ORFn.TIdleCaller.Add414 0001:000 078A4ORFn.TIdleCaller.AppIdle415 0001:000 07738ORFn.TIdleCaller.Create416 0001:000 07820ORFn.TIdleCaller.Destroy417 0001:000 0796CORFn.TIdleCaller.TimerDone418 0001:000 01C00ORFn.TrimFormatCount419 0003:00000 520 ORFn.uBlackColorScheme420 0003:00000 534 ORFn.uBorderlessWindowColorWhenBlack421 0003:00000 52C ORFn.uCheckColorScheme422 0003:00000 528 ORFn.uMaroonColorWhenBlack423 0003:00000 51C ORFn.uNormalColorScheme424 0001:000 071A4ORFn.UpdateColorsFor508Compliance425 0001:000 027B4ORFn.UpdateCrc32426 0001:000 071D4ORFn.UpdateReadOnlyColorScheme427 0003:00000 524 ORFn.uWhiteColorScheme428 0001:000 04B3CORFn.ValidFileName429 0001:000 06728ORFn.WrappedTextHeightByFont430 0004:00000 038ORNet..1431 0003:00000 53C ORNet.AppStartedCursorForm432 0001:000 08C14ORNet.AuthorizedOption433 0003:00000 548 ORNet.BoolChar434 0001:000 08B98 ORNet.CallBroker435 0001:000 085B0 ORNet.CallBrokerInContext436 0001:000 09224ORNet.CallRPCWhenIdle437 0001:000 08FB0 ORNet.CallV438 0001:000 08C5C ORNet.ConnectToServer439 0001:000 0917CORNet.DottedIPStr440 0001:000 07E84ORNet.EnsureBroker441 0001:000 09284ORNet.Finalization442 0001:000 08F54 ORNet.GetRPCCursor443 0001:000 09144ORNet.GetRPCMax444 0001:000 08588ORNet.IsBaseContext445 0001:000 0914CORNet.LoadRPCData446 0001:000 08EF8 ORNet.MRef447 0002:00000 24CORNet.ORNet448 0001:000 0912CORNet.RetainedRPCCount449 0004:00000 030ORNet.RPCBrokerV450 0001:000 091F0ORNet.RPCIdleCallDone451 0004:00000 034ORNet.RPCLastCall452 0001:000 09004ORNet.sCallV453 0001:000 08BACORNet.SetBrokerServer454 0001:000 07EF0ORNet.SetList455 0001:000 07FA8ORNet.SetParams456 0001:000 09138ORNet.SetRetainedRPCMax457 0001:000 09274ORNet.ShowRPCList458 0001:000 09090ORNet.tCallV459 0003:00000 540 ORNet.uBaseContext460 0004:00000 03CORNet.uCallList461 0003:00000 544 ORNet.uCurrentContext462 0004:00000 040ORNet.uMaxCalls463 0001:000 084D0ORNet.UpdateContext464 0004:00000 044ORNet.uShowRPCs465 0001:0000 0ED4 SysInit.@InitPkg466 0001:0000 0F38 SysInit.@PackageLoad467 0001:0000 0F44 SysInit.@PackageUnload468 0001:0000 0DC4 SysInit.AllocTlsBuffer469 0001:0000 0E80 SysInit.ExitProcessTLS470 0001:0000 0E48 SysInit.ExitThreadTLS471 0001:0000 0D8C SysInit.FreeLibrary472 0001:0000 0DD0 SysInit.GetTlsSize590 0001:00001B78 ORDtTmCal..TORCalendar 591 0001:00001F00 ORDtTmCal.Finalization 592 0002:0000010C ORDtTmCal.ORDtTmCal 593 0001:00001ED4 ORDtTmCal.Register 594 0001:00001D08 ORDtTmCal.TORCalendar.DrawCell 595 0001:00001E64 ORDtTmCal.TORCalendar.KeyDown 596 0004:000004DC ORDtTmRng..3 597 0001:0004860C ORDtTmRng..TORDateRangeDlg 598 0001:000483D8 ORDtTmRng..TORfrmDateRange 599 0001:00048FA4 ORDtTmRng.Finalization 600 0002:00000600 ORDtTmRng.ORDtTmRng 601 0001:00048E98 ORDtTmRng.Register 602 0001:00048880 ORDtTmRng.TORDateRangeDlg.Create 603 0001:0004894C ORDtTmRng.TORDateRangeDlg.Execute 604 0001:00048BCC ORDtTmRng.TORDateRangeDlg.SetDateOnly 605 0001:00048CC0 ORDtTmRng.TORDateRangeDlg.SetFMDateStart 606 0001:00048D24 ORDtTmRng.TORDateRangeDlg.SetFMDateStop 607 0001:00048C60 ORDtTmRng.TORDateRangeDlg.SetRequireTime 608 0001:00048D88 ORDtTmRng.TORDateRangeDlg.SetTextOfStart 609 0001:00048DA4 ORDtTmRng.TORDateRangeDlg.SetTextOfStop 610 0001:00048E8C ORDtTmRng.TORfrmDateRange.cmdCancelClick 611 0001:00048DC0 ORDtTmRng.TORfrmDateRange.cmdOKClick 612 0001:00048EC4 ORDtTmRng.TORfrmDateRange.FormCreate 613 0001:00048F70 ORDtTmRng.TORfrmDateRange.FormDestroy 614 0001:00048F8C ORDtTmRng.TORfrmDateRange.Loaded 615 0004:000004A8 ORFn..1 616 0001:0003BAB4 ORFn..EFMDateTimeError 617 0001:0003E770 ORFn..QuickAddError 618 0001:0003E298 ORFn..QuickCopyError 619 0001:000419A8 ORFn..TIdleCaller 620 0001:000405E8 ORFn.AdjustForWindowsXPStyleTitleBar 621 0004:000004B0 ORFn.AlignList 622 0004:000004B4 ORFn.AnchorList 623 0001:0003FFB4 ORFn.AnchorsToStr 624 0001:0003F1F8 ORFn.BaseFont 625 0001:000410A0 ORFn.BlackColorScheme 626 0001:00041178 ORFn.BlackColorSchemeUpdate 627 0003:000004AC ORFn.BOOLCHAR 628 0001:00041D04 ORFn.CallWhenIdle 629 0001:00041D74 ORFn.CallWhenIdleNotifyWhenDone 630 0001:0003C87C ORFn.CharAt 631 0001:00040F64 ORFn.CheckColorScheme 632 0001:0003DB90 ORFn.ComparePieces 633 0001:00041308 ORFn.ComponentUpdateColorsFor508Compliance 634 0001:0003C8C0 ORFn.ContainsAlpha 635 0001:0003C978 ORFn.ContainsUpCarretChar 636 0001:0003C920 ORFn.ContainsVisibleChar 637 0001:0003C9D0 ORFn.ConvertSpecialStrings 638 0001:000417B4 ORFn.CPRSInstances 639 0003:0000059C ORFn.CRC32_TABLE 640 0001:0003CAF4 ORFn.CRCForFile 641 0001:0003CBA4 ORFn.CRCForStrings 642 0001:0003BB14 ORFn.DateTimeToFMDateTime 643 0001:0003E1C8 ORFn.DelimCount 644 0001:00041F48 ORFn.EnterIsPressed 645 0001:0003CEBC ORFn.ExpandTabsFilter 646 0001:0003D30C ORFn.ExtractDefault 647 0001:0003D204 ORFn.ExtractFloat 648 0001:0003D108 ORFn.ExtractInteger 649 0001:0003D4B4 ORFn.ExtractItems 650 0001:0003D650 ORFn.ExtractText 651 0001:0003ED34 ORFn.FastAddStrings 652 0001:0003EBFC ORFn.FastAssign 653 0004:000004AC ORFn.FBaseFont 654 0001:0003CCA8 ORFn.FilteredString 655 0001:000420C8 ORFn.Finalization 656 0001:0003BE80 ORFn.FMDateTimeOffsetBy 657 0001:0003BBF0 ORFn.FMDateTimeToDateTime 658 0001:0003F2D0 ORFn.FontWidthPixel 659 0001:0003F258 ORFn.FontWidthSubPixel 660 0001:0003FE98 ORFn.ForceInsideWorkArea 661 0001:0003BF24 ORFn.FormatFMDateTime 662 0001:0003C524 ORFn.FormatFMDateTimeStr 663 0001:000410E0 ORFn.Get508CompliantColor 664 0001:0003E7CC ORFn.GetStrings 665 0001:0003E2F4 ORFn.GetStrings 666 0001:0003C7A4 ORFn.HigherOf 667 0003:000009B8 ORFn.IdleCaller 668 0001:0003F03C ORFn.InfoBox 669 0001:0003D7EC ORFn.InvertStringList 670 0001:0003C56C ORFn.IsFMDateTime 671 0001:000418B4 ORFn.KillObj 672 0001:0003F080 ORFn.LimitEditWidth 673 0001:0003EE78 ORFn.LimitStringLength 674 0001:000414F8 ORFn.ListGridDrawCell 675 0001:000415E8 ORFn.ListGridDrawLines 676 0001:00041730 ORFn.ListGridRowHeight 677 0001:0003C7CC ORFn.LowerOf 678 0001:0003F20C ORFn.MainFont 679 0001:0003F320 ORFn.MainFontHeight 680 0001:0003F240 ORFn.MainFontSize 681 0001:0003F308 ORFn.MainFontWidth 682 0001:0003C654 ORFn.MakeFMDateTime 683 0001:00041DE8 ORFn.menuHideAllBut 684 0001:0003D854 ORFn.MixedCase 685 0001:0003DA70 ORFn.MixedCaseByPiece 686 0001:0003D9D8 ORFn.MixedCaseList 687 0003:000004E4 ORFn.MONTH_NAMES_LONG 688 0003:000004B4 ORFn.MONTH_NAMES_SHORT 689 0001:000410C0 ORFn.NormalColorScheme 690 0001:00040B78 ORFn.NumCharsFitInWidth 691 0002:000004D4 ORFn.ORFn 692 0001:0003DB3C ORFn.Piece 693 0001:0003DB64 ORFn.Pieces 694 0001:0003DD10 ORFn.PiecesToList 695 0001:00040CCC ORFn.PopupComponent 696 0003:000009B0 ORFn.PURE_BLACK 697 0001:0003EB2C ORFn.QuickAdd 698 0001:0003E658 ORFn.QuickCopy 699 0001:0003C830 ORFn.RectContains 700 0001:0003F360 ORFn.RedrawActivate 701 0001:0003F344 ORFn.RedrawSuspend 702 0001:00040D20 ORFn.ReformatMemoParagraph 703 0003:0000057C ORFn.ReplaceChars 704 0001:0003F388 ORFn.ResetSelectedForList 705 0001:00040464 ORFn.ResizeAnchoredFormToFont 706 0001:0003FAFC ORFn.ResizeChartFonts 707 0001:0003F6AC ORFn.ResizeCheckListBox 708 0001:0003F640 ORFn.ResizeComboBox 709 0001:0003F6E0 ORFn.ResizeDescendants 710 0001:0003FD08 ORFn.ResizeFontsInDescendants 711 0001:000402C4 ORFn.ResizeFormToFont 712 0001:0003F528 ORFn.ResizeHeaderControl 713 0001:0003F428 ORFn.ResizeHeight 714 0001:0003F678 ORFn.ResizeListBox 715 0001:0003F5A4 ORFn.ResizeListView 716 0001:0003F4A8 ORFn.ResizeToFont 717 0001:0003F3D4 ORFn.ResizeWidth 718 0001:000401D8 ORFn.RestoreAlign 719 0001:0003DDBC ORFn.ReverseStr 720 0001:000413A4 ORFn.ScanAllComponents 721 0003:000004B0 ORFn.ScrollBarHeight 722 0001:00042008 ORFn.ScrollControl 723 0003:0000055C ORFn.SearchChars 724 0001:00041F60 ORFn.SendMoveMessage 725 0001:000406F4 ORFn.SetEqualTabStops 726 0001:0003C694 ORFn.SetListFMDateTime 727 0001:0003DE4C ORFn.SetPiece 728 0001:0003DF88 ORFn.SetPieces 729 0001:00041EF8 ORFn.ShiftTabIsPressed 730 0001:00040850 ORFn.ShowMsgOn 731 0001:0003E05C ORFn.SortByPiece 732 0001:00040800 ORFn.StatusText 733 0001:00040028 ORFn.StrToAnchors 734 0001:0003C7F4 ORFn.StrToFloatDef 735 0001:000400F0 ORFn.SuspendAlign 736 0001:00041EA8 ORFn.TabIsPressed 737 0001:00040930 ORFn.TextHeightByFont 738 0001:00040880 ORFn.TextWidthByFont 739 0001:00041BC8 ORFn.TIdleCaller.Add 740 0001:00041B6C ORFn.TIdleCaller.AppIdle 741 0001:00041A00 ORFn.TIdleCaller.Create 742 0001:00041AE8 ORFn.TIdleCaller.Destroy 743 0001:00041C34 ORFn.TIdleCaller.TimerDone 744 0001:0003BEB8 ORFn.TrimFormatCount 745 0003:000009A0 ORFn.uBlackColorScheme 746 0003:000009B4 ORFn.uBorderlessWindowColorWhenBlack 747 0003:000009AC ORFn.uCheckColorScheme 748 0003:000009A8 ORFn.uMaroonColorWhenBlack 749 0003:0000099C ORFn.uNormalColorScheme 750 0001:0004146C ORFn.UpdateColorsFor508Compliance 751 0001:0003CA6C ORFn.UpdateCrc32 752 0001:0004149C ORFn.UpdateReadOnlyColorScheme 753 0003:000009A4 ORFn.uWhiteColorScheme 754 0001:0003EDF4 ORFn.ValidFileName 755 0001:000409F0 ORFn.WrappedTextHeightByFont 756 0004:000004C0 ORNet..1 757 0003:000009BC ORNet.AppStartedCursorForm 758 0001:00042EB8 ORNet.AuthorizedOption 759 0003:000009C8 ORNet.BoolChar 760 0001:00042E48 ORNet.CallBroker 761 0001:00042870 ORNet.CallBrokerInContext 762 0001:000434B0 ORNet.CallRPCWhenIdle 763 0001:00043250 ORNet.CallV 764 0001:00042EFC ORNet.ConnectToServer 765 0001:00043410 ORNet.DottedIPStr 766 0001:0004214C ORNet.EnsureBroker 767 0001:00043510 ORNet.Finalization 768 0001:000431F4 ORNet.GetRPCCursor 769 0001:000433DC ORNet.GetRPCMax 770 0001:0004284C ORNet.IsBaseContext 771 0001:000433E4 ORNet.LoadRPCData 772 0001:00043198 ORNet.MRef 773 0002:00000564 ORNet.ORNet 774 0001:000433C4 ORNet.RetainedRPCCount 775 0004:000004B8 ORNet.RPCBrokerV 776 0001:0004347C ORNet.RPCIdleCallDone 777 0004:000004BC ORNet.RPCLastCall 778 0001:0004329C ORNet.sCallV 779 0001:00042E58 ORNet.SetBrokerServer 780 0001:000421B4 ORNet.SetList 781 0001:0004225C ORNet.SetParams 782 0001:000433D0 ORNet.SetRetainedRPCMax 783 0001:00043500 ORNet.ShowRPCList 784 0001:00043328 ORNet.tCallV 785 0003:000009C0 ORNet.uBaseContext 786 0004:000004C4 ORNet.uCallList 787 0003:000009C4 ORNet.uCurrentContext 788 0004:000004C8 ORNet.uMaxCalls 789 0001:00042794 ORNet.UpdateContext 790 0004:000004CC ORNet.uShowRPCs 791 0001:00001AA4 SysInit.@InitPkg 792 0001:00001B08 SysInit.@PackageLoad 793 0001:00001B14 SysInit.@PackageUnload 794 0001:00001994 SysInit.AllocTlsBuffer 795 0001:00001A50 SysInit.ExitProcessTLS 796 0001:00001A18 SysInit.ExitThreadTLS 797 0001:0000195C SysInit.FreeLibrary 798 0001:000019A0 SysInit.GetTlsSize 473 799 0004:0000000C SysInit.HInstance 474 0001:0000 0EA4 SysInit.InitializeModule475 0001:0000 0E1C SysInit.InitProcessTLS476 0001:0000 0DD8 SysInit.InitThreadTLS477 0001:0000 0D94 SysInit.LocalAlloc478 0001:0000 0D9C SysInit.LocalFree479 0003:0000000 4SysInit.Module800 0001:00001A74 SysInit.InitializeModule 801 0001:000019EC SysInit.InitProcessTLS 802 0001:000019A8 SysInit.InitThreadTLS 803 0001:00001964 SysInit.LocalAlloc 804 0001:0000196C SysInit.LocalFree 805 0003:00000008 SysInit.Module 480 806 0004:00000008 SysInit.ModuleIsLib 481 807 0004:00000009 SysInit.ModuleIsPackage 482 0001:00000DA4 SysInit.TlsAlloc 808 0003:00000004 SysInit.PtrToNil 809 0001:00001974 SysInit.TlsAlloc 483 810 0004:00000010 SysInit.tlsBuffer 484 0001:0000 0DAC SysInit.TlsFree485 0001:0000 0DB4 SysInit.TlsGetValue811 0001:0000197C SysInit.TlsFree 812 0001:00001984 SysInit.TlsGetValue 486 813 0003:00000000 SysInit.TlsIndex 487 814 0005:00000000 SysInit.TlsLast 488 0003:0000001C SysInit.TlsProc 489 0001:00000DBC SysInit.TlsSetValue 490 0001:00000EB0 SysInit.UninitializeModule 815 0003:00000020 SysInit.TlsProc 816 0001:0000198C SysInit.TlsSetValue 817 0001:00001A80 SysInit.UninitializeModule 818 0004:00000490 TeCanvas..02 819 0001:00009358 TeCanvas..TButtonColor 820 0001:00008D88 TeCanvas..TCanvas3D 821 0001:00008060 TeCanvas..TChartBrush 822 0001:00007D80 TeCanvas..TChartHiddenPen 823 0001:00007C68 TeCanvas..TChartPen 824 0001:000094CC TeCanvas..TComboFlat 825 0001:0000865C TeCanvas..TCustomTeeGradient 826 0001:00007F08 TeCanvas..TDarkGrayPen 827 0001:00007E34 TeCanvas..TDottedGrayPen 828 0001:000083CC TeCanvas..TTeeBlend 829 0001:0000919C TeCanvas..TTeeButton 830 0001:00008B6C TeCanvas..TTeeCanvas 831 0001:00008F74 TeCanvas..TTeeCanvas3D 832 0001:00008968 TeCanvas..TTeeFont 833 0001:000088A8 TeCanvas..TTeeFontGradient 834 0001:000086FC TeCanvas..TTeeGradient 835 0001:00008448 TeCanvas..TTeeShadow 836 0001:00008194 TeCanvas..TView3DOptions 837 0001:00007FB8 TeCanvas..TWhitePen 838 0003:000000D0 TeCanvas.AlphaBlendProc 839 0001:0000D8D8 TeCanvas.ApplyBright 840 0001:0000D884 TeCanvas.ApplyDark 841 0001:00010B18 TeCanvas.BottomCover 842 0001:0001117C TeCanvas.CalcArrowPoint 843 0001:0000D040 TeCanvas.CalcBrushColor 844 0001:0000F090 TeCanvas.CalcCenter 845 0001:0000CF0C TeCanvas.CalcColor 846 0001:000116E8 TeCanvas.CalcDelta 847 0001:000139C0 TeCanvas.CalcHorizSubSampling 848 0001:00013B70 TeCanvas.CalcHorizSuperSampling 849 0001:0000EAE8 TeCanvas.CalcPoint 850 0001:0000EB4C TeCanvas.CalcPoint2 851 0001:0000FA1C TeCanvas.CalcPointH 852 0001:0000F9AC TeCanvas.CalcPointV 853 0001:0000F924 TeCanvas.CalcPointZ 854 0001:00013E30 TeCanvas.CalcVerticalSubSampling 855 0001:00013FE0 TeCanvas.CalcVerticalSuperSampling 856 0003:000000CC TeCanvas.CanUseWinAlphaBlend 857 0001:0000CFF4 TeCanvas.CheckFastBrush 858 0001:0001470C TeCanvas.CheckWinAlphaBlend 859 0001:0000BFC4 TeCanvas.ClipCanvas 860 0001:0000C060 TeCanvas.ClipEllipse 861 0001:0000C160 TeCanvas.ClipPolygon 862 0001:0000C0E8 TeCanvas.ClipRoundRectangle 863 0001:0000FA90 TeCanvas.CoverAtLeft 864 0001:00014824 TeCanvas.CreateEmptyRegion 865 0001:0000B2B0 TeCanvas.CreateFontPath 866 0001:0000D94C TeCanvas.Culling 867 0003:00000068 TeCanvas.DarkColorQuantity 868 0003:00000064 TeCanvas.DarkerColorQuantity 869 0001:00014838 TeCanvas.DeleteEmptyRegion 870 0001:0000D4DC TeCanvas.DiagonalGradient 871 0003:000000C0 TeCanvas.Divisor 872 0001:0000D458 TeCanvas.DoDrawRadial 873 0001:00012524 TeCanvas.DoHoriz 874 0001:00013CDC TeCanvas.DoLoop 875 0001:0001414C TeCanvas.DoLoop 876 0001:00011DCC TeCanvas.DoRadialGradient 877 0001:0001248C TeCanvas.DoVert 878 0001:0000EF40 TeCanvas.Draw3DPie 879 0001:0000FB5C TeCanvas.DrawCover 880 0001:0000F1D0 TeCanvas.DrawPieTop 881 0001:00013450 TeCanvas.EditColor 882 0001:000134F8 TeCanvas.EditColorDialog 883 0001:00013DBC TeCanvas.FilterHorizontally 884 0001:00014234 TeCanvas.FilterVertically 885 0001:00014850 TeCanvas.Finalization 886 0001:0000F178 TeCanvas.FinishSide 887 0001:0000D300 TeCanvas.FromCenter 888 0001:0000D1DC TeCanvas.FromCorner 889 0003:00000074 TeCanvas.GetDefaultFontName 890 0003:00000070 TeCanvas.GetDefaultFontSize 891 0003:0000006C TeCanvas.IsWindowsNT 892 0001:000145B8 TeCanvas.Lanczos3Filter 893 0003:00000088 TeCanvas.OldRegion 894 0001:00009828 TeCanvas.OrientRectangle 895 0003:000000A0 TeCanvas.PenModes 896 0003:0000008C TeCanvas.PenStyles 897 0001:00009860 TeCanvas.Point3D 898 0001:000138B4 TeCanvas.PointAtDistance 899 0001:000097EC TeCanvas.PointInRect 900 0001:000097D0 TeCanvas.PointInRect 901 0001:000098A8 TeCanvas.PolygonBounds 902 0001:0000EE88 TeCanvas.PolygonGradient 903 0001:00010870 TeCanvas.PyramidFrontWall 904 0001:00010994 TeCanvas.PyramidSideWall 905 0001:0000C21C TeCanvas.QuickSortAngle 906 0001:00009888 TeCanvas.RectCenter 907 0001:0000C18C TeCanvas.RectFromPolygon 908 0001:0000C200 TeCanvas.RectFromTriangle 909 0001:0000D0B8 TeCanvas.RectGradient 910 0001:00009874 TeCanvas.RectSize 911 0001:0000B1E0 TeCanvas.RectText 912 0001:0000A200 TeCanvas.RGBValue 913 0001:0000BF94 TeCanvas.SetCanvasRegion 914 0001:000142DC TeCanvas.SmoothStretch 915 0001:000146D4 TeCanvas.SmoothStretch 916 0001:000146DC TeCanvas.SmoothStretch 917 0001:00012B50 TeCanvas.SwapDouble 918 0001:00012B78 TeCanvas.SwapInteger 919 0001:00013514 TeCanvas.TButtonColor.Click 920 0001:000135BC TeCanvas.TButtonColor.DrawSymbol 921 0001:00013550 TeCanvas.TButtonColor.GetSymbolColor 922 0001:00013594 TeCanvas.TButtonColor.SetSymbolColor 923 0001:0000A80C TeCanvas.TCanvas3D.Arrow 924 0001:0000A840 TeCanvas.TCanvas3D.Assign 925 0001:0000ED64 TeCanvas.TCanvas3D.CalcPieAngles 926 0001:0000A85C TeCanvas.TCanvas3D.CalcRect3D 927 0001:0000A8D4 TeCanvas.TCanvas3D.Calculate3DPosition 928 0001:0000A8B0 TeCanvas.TCanvas3D.Calculate3DPosition 929 0001:0000A908 TeCanvas.TCanvas3D.Cube 930 0001:0000A93C TeCanvas.TCanvas3D.DisableRotation 931 0001:0000A940 TeCanvas.TCanvas3D.EnableRotation 932 0001:0000A944 TeCanvas.TCanvas3D.FourPointsFromRect 933 0001:0000A9E8 TeCanvas.TCanvas3D.FrontPlaneBegin 934 0001:0000AA00 TeCanvas.TCanvas3D.FrontPlaneEnd 935 0001:0000AA5C TeCanvas.TCanvas3D.LineTo3D 936 0001:0000AA14 TeCanvas.TCanvas3D.LineWithZ 937 0001:0000AA40 TeCanvas.TCanvas3D.MoveTo3D 938 0001:0000AA78 TeCanvas.TCanvas3D.PlaneWithZ 939 0001:0000AAA0 TeCanvas.TCanvas3D.Rectangle 940 0001:0000AAC0 TeCanvas.TCanvas3D.Rectangle 941 0001:0000AAF4 TeCanvas.TCanvas3D.RectFromRectZ 942 0001:0000AB24 TeCanvas.TCanvas3D.RotatedEllipse 943 0001:0000AD78 TeCanvas.TCanvas3D.StretchDraw 944 0001:00009B9C TeCanvas.TChartBrush.Assign 945 0001:00009BCC TeCanvas.TChartBrush.Clear 946 0001:00009B18 TeCanvas.TChartBrush.Create 947 0001:00009B6C TeCanvas.TChartBrush.Destroy 948 0001:00009C14 TeCanvas.TChartBrush.GetImage 949 0001:00009BE4 TeCanvas.TChartBrush.SetImage 950 0001:00009A24 TeCanvas.TChartHiddenPen.Create 951 0001:0000996C TeCanvas.TChartPen.Assign 952 0001:00009918 TeCanvas.TChartPen.Create 953 0001:000099AC TeCanvas.TChartPen.Hide 954 0001:000099BC TeCanvas.TChartPen.IsEndStored 955 0001:000099C8 TeCanvas.TChartPen.IsVisibleStored 956 0001:000099D4 TeCanvas.TChartPen.SetEndStyle 957 0001:000099E8 TeCanvas.TChartPen.SetSmallDots 958 0001:000099FC TeCanvas.TChartPen.SetSmallSpace 959 0001:00009A10 TeCanvas.TChartPen.SetVisible 960 0001:000099B4 TeCanvas.TChartPen.Show 961 0001:0001382C TeCanvas.TComboFlat.CMFocusChanged 962 0001:000137EC TeCanvas.TComboFlat.CMMouseEnter 963 0001:0001380C TeCanvas.TComboFlat.CMMouseLeave 964 0001:00013624 TeCanvas.TComboFlat.Create 965 0001:00013680 TeCanvas.TComboFlat.GetDropWidth 966 0001:0001369C TeCanvas.TComboFlat.IsDropWidthStored 967 0001:000136B0 TeCanvas.TComboFlat.SetDropWidth 968 0001:000136D0 TeCanvas.TComboFlat.WMPaint 969 0001:00011D68 TeCanvas.TCustomTeeGradient.Assign 970 0001:00011C34 TeCanvas.TCustomTeeGradient.Create 971 0001:00011CBC TeCanvas.TCustomTeeGradient.DoChanged 972 0001:00012624 TeCanvas.TCustomTeeGradient.Draw 973 0001:00012804 TeCanvas.TCustomTeeGradient.Draw 974 0001:000127AC TeCanvas.TCustomTeeGradient.Draw 975 0001:000122E4 TeCanvas.TCustomTeeGradient.Draw 976 0001:0001229C TeCanvas.TCustomTeeGradient.DrawRadial 977 0001:00011CAC TeCanvas.TCustomTeeGradient.GetMidColor 978 0001:00011CE0 TeCanvas.TCustomTeeGradient.SetBalance 979 0001:00011D08 TeCanvas.TCustomTeeGradient.SetColorProperty 980 0001:00011CEC TeCanvas.TCustomTeeGradient.SetDirection 981 0001:00011D20 TeCanvas.TCustomTeeGradient.SetEndColor 982 0001:00011CFC TeCanvas.TCustomTeeGradient.SetIntegerProperty 983 0001:00011D2C TeCanvas.TCustomTeeGradient.SetMidColor 984 0001:00012794 TeCanvas.TCustomTeeGradient.SetRadialX 985 0001:000127A0 TeCanvas.TCustomTeeGradient.SetRadialY 986 0001:00011D14 TeCanvas.TCustomTeeGradient.SetStartColor 987 0001:00011CD0 TeCanvas.TCustomTeeGradient.SetVisible 988 0001:00011C9C TeCanvas.TCustomTeeGradient.UseMiddleColor 989 0001:00009AC8 TeCanvas.TDarkGrayPen.Create 990 0001:00009A70 TeCanvas.TDottedGrayPen.Create 991 0002:000001F0 TeCanvas.TeCanvas 992 0001:00012DD0 TeCanvas.TeeBlendBitmaps 993 0003:0000004C TeCanvas.TeeCheckPenWidth 994 0001:0000A214 TeCanvas.TeeCreatePenSmallDots 995 0001:000097BC TeCanvas.TeeCull 996 0001:00009798 TeCanvas.TeeCull 997 0003:00000078 TeCanvas.TeeCustomEditColors 998 0003:00000060 TeCanvas.TeeDefaultConePercent 999 0001:00012D34 TeCanvas.TeeDefaultFont 1000 0001:00013960 TeCanvas.TeeDistance 1001 0003:0000007C TeCanvas.TeeFontAntiAlias 1002 0001:00014804 TeCanvas.TeeFreeLibrary 1003 0003:000000D8 TeCanvas.TeeGDI32 1004 0003:000000C8 TeCanvas.TeeGradientPrecision 1005 0001:00013318 TeCanvas.TeeGrayScale 1006 0001:000147F8 TeCanvas.TeeLoadLibrary 1007 0003:000000D4 TeCanvas.TeeMSIMG32 1008 0003:00000080 TeCanvas.TeeNumCylinderSides 1009 0003:00000044 TeCanvas.TeePiStep 1010 0001:000097C8 TeCanvas.TeePoint 1011 0001:0000980C TeCanvas.TeeRect 1012 0004:00000488 TeCanvas.TeeSetDCBrushColor 1013 0004:0000048C TeCanvas.TeeSetDCPenColor 1014 0001:0000A270 TeCanvas.TeeSetTeePen 1015 0001:0000CEB4 TeCanvas.TeeSigmoid 1016 0003:00000050 TeCanvas.TeeZeroRect 1017 0001:00010B58 TeCanvas.TopCover 1018 0001:00014684 TeCanvas.TriangleFilter 1019 0001:000125B8 TeCanvas.TryGrayColor 1020 0001:00014770 TeCanvas.TryLoadSetDC 1021 0001:00012FF8 TeCanvas.TTeeBlend.Create 1022 0001:00013044 TeCanvas.TTeeBlend.Destroy 1023 0001:000131CC TeCanvas.TTeeBlend.DoBlend 1024 0001:00013074 TeCanvas.TTeeBlend.SetRectangle 1025 0001:00012CD4 TeCanvas.TTeeButton.CMEnabledChanged 1026 0001:00012C0C TeCanvas.TTeeButton.CMTextChanged 1027 0001:00012B84 TeCanvas.TTeeButton.DrawSymbol 1028 0001:00012CEC TeCanvas.TTeeButton.LinkProperty 1029 0001:00012C24 TeCanvas.TTeeButton.PaintWindow 1030 0001:00012B88 TeCanvas.TTeeButton.SymbolRectangle 1031 0001:00012BD4 TeCanvas.TTeeButton.WMPaint 1032 0001:0000A050 TeCanvas.TTeeCanvas.AssignBrush 1033 0001:0000A070 TeCanvas.TTeeCanvas.AssignBrushColor 1034 0001:0000A48C TeCanvas.TTeeCanvas.AssignFont 1035 0001:0000A1AC TeCanvas.TTeeCanvas.AssignVisiblePen 1036 0001:0000A398 TeCanvas.TTeeCanvas.AssignVisiblePenColor 1037 0001:0000A7DC TeCanvas.TTeeCanvas.BeginBlending 1038 0001:0000C07C TeCanvas.TTeeCanvas.ClipEllipse 1039 0001:0000C02C TeCanvas.TTeeCanvas.ClipPolygon 1040 0001:0000C108 TeCanvas.TTeeCanvas.ClipRectangle 1041 0001:0000C320 TeCanvas.TTeeCanvas.ConvexHull 1042 0001:0000A1E4 TeCanvas.TTeeCanvas.DoRectangle 1043 0001:0000A64C TeCanvas.TTeeCanvas.Ellipse 1044 0001:0000A7F4 TeCanvas.TTeeCanvas.EndBlending 1045 0001:0000A668 TeCanvas.TTeeCanvas.Frame3D 1046 0001:00009F54 TeCanvas.TTeeCanvas.GetFontHeight 1047 0001:00009F20 TeCanvas.TTeeCanvas.InternalDark 1048 0001:0000A7C0 TeCanvas.TTeeCanvas.Line 1049 0001:0000A1C8 TeCanvas.TTeeCanvas.Rectangle 1050 0001:00009FA4 TeCanvas.TTeeCanvas.ResetState 1051 0001:0000A760 TeCanvas.TTeeCanvas.RoundRect 1052 0001:00009F6C TeCanvas.TTeeCanvas.SetCanvas 1053 0001:0000A5A4 TeCanvas.TTeeCanvas.TextExtent 1054 0001:0000A568 TeCanvas.TTeeCanvas.TextHeight 1055 0001:0000A610 TeCanvas.TTeeCanvas.TextHeight 1056 0001:0000A78C TeCanvas.TTeeCanvas.TextOut 1057 0001:0000A52C TeCanvas.TTeeCanvas.TextWidth 1058 0001:0000A5D8 TeCanvas.TTeeCanvas.TextWidth 1059 0001:0000EAAC TeCanvas.TTeeCanvas3D.Arc 1060 0001:000111E4 TeCanvas.TTeeCanvas3D.Arrow 1061 0001:0000B798 TeCanvas.TTeeCanvas3D.Calc3DPoint 1062 0001:0000B91C TeCanvas.TTeeCanvas3D.Calc3DPoint 1063 0001:0000E4C8 TeCanvas.TTeeCanvas3D.Calc3DPoints 1064 0001:0000BA88 TeCanvas.TTeeCanvas3D.Calc3DPos 1065 0001:0000B744 TeCanvas.TTeeCanvas3D.Calc3DTPoint 1066 0001:0000B750 TeCanvas.TTeeCanvas3D.Calc3DTPoint3D 1067 0001:0000C950 TeCanvas.TTeeCanvas3D.CalcPerspective 1068 0001:0000C9A8 TeCanvas.TTeeCanvas3D.CalcTrigValues 1069 0001:0000B7C4 TeCanvas.TTeeCanvas3D.Calculate2DPosition 1070 0001:0000B764 TeCanvas.TTeeCanvas3D.Calculate3DPosition 1071 0001:0000C60C TeCanvas.TTeeCanvas3D.ClipCube 1072 0001:0000C020 TeCanvas.TTeeCanvas3D.ClipRectangle 1073 0001:0000BC48 TeCanvas.TTeeCanvas3D.Cone 1074 0001:0000B0A4 TeCanvas.TTeeCanvas3D.Create 1075 0001:0000D9C8 TeCanvas.TTeeCanvas3D.Cube 1076 0001:000100B0 TeCanvas.TTeeCanvas3D.Cylinder 1077 0001:0000B104 TeCanvas.TTeeCanvas3D.DeleteBitmap 1078 0001:0000B110 TeCanvas.TTeeCanvas3D.Destroy 1079 0001:0000E25C TeCanvas.TTeeCanvas3D.DisableRotation 1080 0001:0000BF2C TeCanvas.TTeeCanvas3D.DoHorizLine 1081 0001:0000EBAC TeCanvas.TTeeCanvas3D.Donut 1082 0001:0000BF64 TeCanvas.TTeeCanvas3D.DoVertLine 1083 0001:0000CE7C TeCanvas.TTeeCanvas3D.Draw 1084 0001:0000E77C TeCanvas.TTeeCanvas3D.Ellipse 1085 0001:0000E898 TeCanvas.TTeeCanvas3D.EllipseWithZ 1086 0001:0000E274 TeCanvas.TTeeCanvas3D.EnableRotation 1087 0001:0000D858 TeCanvas.TTeeCanvas3D.EraseBackground 1088 0001:0000D860 TeCanvas.TTeeCanvas3D.FillRect 1089 0001:0000B190 TeCanvas.TTeeCanvas3D.GetBackColor 1090 0001:0000B140 TeCanvas.TTeeCanvas3D.GetBackMode 1091 0001:0000E7A8 TeCanvas.TTeeCanvas3D.GetCirclePoints 1092 0001:0000BC3C TeCanvas.TTeeCanvas3D.GetHandle 1093 0001:00010E90 TeCanvas.TTeeCanvas3D.GetMonochrome 1094 0001:0000EA74 TeCanvas.TTeeCanvas3D.GetPixel 1095 0001:00010D60 TeCanvas.TTeeCanvas3D.GetPixel3D 1096 0001:00010E04 TeCanvas.TTeeCanvas3D.GetSupports3DText 1097 0001:00010E08 TeCanvas.TTeeCanvas3D.GetSupportsFullRotation 1098 0001:00010E0C TeCanvas.TTeeCanvas3D.GetTextAlign 1099 0001:00010E20 TeCanvas.TTeeCanvas3D.GetUseBuffer 1100 0001:0000D6F4 TeCanvas.TTeeCanvas3D.GradientFill 1101 0001:00010EBC TeCanvas.TTeeCanvas3D.HorizLine3D 1102 0001:0000CB98 TeCanvas.TTeeCanvas3D.InitWindow 1103 0001:0000FD10 TeCanvas.TTeeCanvas3D.InternalCylinder 1104 0001:0000E284 TeCanvas.TTeeCanvas3D.Invalidate 1105 0001:0000E3F4 TeCanvas.TTeeCanvas3D.Line 1106 0001:0000B650 TeCanvas.TTeeCanvas3D.LineTo 1107 0001:0000BE08 TeCanvas.TTeeCanvas3D.LineTo3D 1108 0001:0000E428 TeCanvas.TTeeCanvas3D.LineWithZ 1109 0001:0000B630 TeCanvas.TTeeCanvas3D.MoveTo 1110 0001:0000BDC8 TeCanvas.TTeeCanvas3D.MoveTo3D 1111 0001:0000ED28 TeCanvas.TTeeCanvas3D.Pie 1112 0001:0000F214 TeCanvas.TTeeCanvas3D.Pie3D 1113 0001:0000F830 TeCanvas.TTeeCanvas3D.Plane3D 1114 0001:00010C94 TeCanvas.TTeeCanvas3D.PlaneFour3D 1115 0001:0000B68C TeCanvas.TTeeCanvas3D.PlaneWithZ 1116 0001:0000E4A8 TeCanvas.TTeeCanvas3D.Polygon 1117 0001:0000E534 TeCanvas.TTeeCanvas3D.Polygon3D 1118 0001:0000B670 TeCanvas.TTeeCanvas3D.PolygonFour 1119 0001:0000E634 TeCanvas.TTeeCanvas3D.PolygonWithZ 1120 0001:0000E6D8 TeCanvas.TTeeCanvas3D.Polyline 1121 0001:0000E488 TeCanvas.TTeeCanvas3D.Polyline 1122 0001:0000C8C0 TeCanvas.TTeeCanvas3D.Projection 1123 0001:000100DC TeCanvas.TTeeCanvas3D.Pyramid 1124 0001:00010BB4 TeCanvas.TTeeCanvas3D.PyramidTrunc 1125 0001:0000B5B8 TeCanvas.TTeeCanvas3D.Rectangle 1126 0001:0000BE48 TeCanvas.TTeeCanvas3D.RectangleWithZ 1127 0001:0000E18C TeCanvas.TTeeCanvas3D.RectangleY 1128 0001:0000E0BC TeCanvas.TTeeCanvas3D.RectangleZ 1129 0001:0000CDF4 TeCanvas.TTeeCanvas3D.ReDrawBitmap 1130 0001:0000E2D0 TeCanvas.TTeeCanvas3D.RotateLabel 1131 0001:0000E28C TeCanvas.TTeeCanvas3D.RotateLabel3D 1132 0001:0000B5E4 TeCanvas.TTeeCanvas3D.RoundRect 1133 0001:0000B170 TeCanvas.TTeeCanvas3D.SetBackColor 1134 0001:0000B154 TeCanvas.TTeeCanvas3D.SetBackMode 1135 0001:00010E98 TeCanvas.TTeeCanvas3D.SetMonochrome 1136 0001:0000EA80 TeCanvas.TTeeCanvas3D.SetPixel 1137 0001:00010D94 TeCanvas.TTeeCanvas3D.SetPixel3D 1138 0001:0000B618 TeCanvas.TTeeCanvas3D.SetTextAlign 1139 0001:00010E28 TeCanvas.TTeeCanvas3D.SetUseBuffer 1140 0001:0000CE20 TeCanvas.TTeeCanvas3D.ShowImage 1141 0001:0000BC74 TeCanvas.TTeeCanvas3D.Sphere 1142 0001:0000CE6C TeCanvas.TTeeCanvas3D.StretchDraw 1143 0001:0000BCB0 TeCanvas.TTeeCanvas3D.Surface3D 1144 0001:0000B300 TeCanvas.TTeeCanvas3D.TextOut 1145 0001:0000B1A4 TeCanvas.TTeeCanvas3D.TextOut 1146 0001:0000BCB8 TeCanvas.TTeeCanvas3D.TextOut3D 1147 0001:0000CD9C TeCanvas.TTeeCanvas3D.TransferBitmap 1148 0001:00011010 TeCanvas.TTeeCanvas3D.Triangle3D 1149 0001:000110C4 TeCanvas.TTeeCanvas3D.TriangleWithZ 1150 0001:0000C8B4 TeCanvas.TTeeCanvas3D.UnClipRectangle 1151 0001:00010F2C TeCanvas.TTeeCanvas3D.VertLine3D 1152 0001:00010F98 TeCanvas.TTeeCanvas3D.ZLine3D 1153 0001:00012970 TeCanvas.TTeeFont.Assign 1154 0001:0001289C TeCanvas.TTeeFont.Create 1155 0001:00012930 TeCanvas.TTeeFont.Destroy 1156 0001:00012B04 TeCanvas.TTeeFont.GetGradient 1157 0001:000129D8 TeCanvas.TTeeFont.GetOutLine 1158 0001:00012A24 TeCanvas.TTeeFont.GetShadow 1159 0001:00012AF8 TeCanvas.TTeeFont.IsColorStored 1160 0001:00012A70 TeCanvas.TTeeFont.IsHeightStored 1161 0001:00012A88 TeCanvas.TTeeFont.IsNameStored 1162 0001:00012AE0 TeCanvas.TTeeFont.IsStyleStored 1163 0001:00012B28 TeCanvas.TTeeFont.SetGradient 1164 0001:000129BC TeCanvas.TTeeFont.SetInterCharSize 1165 0001:000129FC TeCanvas.TTeeFont.SetOutLine 1166 0001:00012A48 TeCanvas.TTeeFont.SetShadow 1167 0001:00013858 TeCanvas.TTeeFontGradient.SetBooleanProperty 1168 0001:0001384C TeCanvas.TTeeFontGradient.SetOutline 1169 0001:00011548 TeCanvas.TTeeShadow.Assign 1170 0001:00011590 TeCanvas.TTeeShadow.Changed 1171 0001:000114F0 TeCanvas.TTeeShadow.Create 1172 0001:000116E0 TeCanvas.TTeeShadow.Draw 1173 0001:0001173C TeCanvas.TTeeShadow.Draw 1174 0001:00011AB8 TeCanvas.TTeeShadow.DrawEllipse 1175 0001:000116D0 TeCanvas.TTeeShadow.FinishBlending 1176 0001:000115D8 TeCanvas.TTeeShadow.GetSize 1177 0001:00011C10 TeCanvas.TTeeShadow.IsColorStored 1178 0001:00011C1C TeCanvas.TTeeShadow.IsHorizStored 1179 0001:00011C28 TeCanvas.TTeeShadow.IsVertStored 1180 0001:00011620 TeCanvas.TTeeShadow.PrepareCanvas 1181 0001:000115B0 TeCanvas.TTeeShadow.SetColor 1182 0001:000115C0 TeCanvas.TTeeShadow.SetHorizSize 1183 0001:000115A4 TeCanvas.TTeeShadow.SetIntegerProperty 1184 0001:000115E4 TeCanvas.TTeeShadow.SetSize 1185 0001:00011600 TeCanvas.TTeeShadow.SetSmooth 1186 0001:00011610 TeCanvas.TTeeShadow.SetTransparency 1187 0001:000115CC TeCanvas.TTeeShadow.SetVertSize 1188 0001:00009E38 TeCanvas.TView3DOptions.Assign 1189 0001:00009EA4 TeCanvas.TView3DOptions.CalcOrthoRatio 1190 0001:00009C44 TeCanvas.TView3DOptions.Create 1191 0001:00009CE0 TeCanvas.TView3DOptions.GetElevation 1192 0001:00009D48 TeCanvas.TView3DOptions.GetRotation 1193 0001:00009CBC TeCanvas.TView3DOptions.Repaint 1194 0001:00009CD4 TeCanvas.TView3DOptions.SetBooleanProperty 1195 0001:00009D08 TeCanvas.TView3DOptions.SetElevation 1196 0001:00009CF0 TeCanvas.TView3DOptions.SetElevationInteger 1197 0001:00009D30 TeCanvas.TView3DOptions.SetFontZoom 1198 0001:00009DA4 TeCanvas.TView3DOptions.SetHorizOffset 1199 0001:00009CC8 TeCanvas.TView3DOptions.SetIntegerProperty 1200 0001:00009DEC TeCanvas.TView3DOptions.SetOrthoAngle 1201 0001:00009DF8 TeCanvas.TView3DOptions.SetOrthogonal 1202 0001:00009D3C TeCanvas.TView3DOptions.SetPerspective 1203 0001:00009D70 TeCanvas.TView3DOptions.SetRotation 1204 0001:00009D58 TeCanvas.TView3DOptions.SetRotationInteger 1205 0001:00009D98 TeCanvas.TView3DOptions.SetTilt 1206 0001:00009DC8 TeCanvas.TView3DOptions.SetVertOffset 1207 0001:00009E04 TeCanvas.TView3DOptions.SetZoom 1208 0001:00009E2C TeCanvas.TView3DOptions.SetZoomText 1209 0001:00013864 TeCanvas.TWhitePen.Create 1210 0001:0000C878 TeCanvas.UnClipCanvas 1211 0003:00000084 TeCanvas.WasOldRegion 1212 0004:00000470 TeeConst..1 1213 0001:00004D80 TeeConst.Finalization 1214 0004:000001D0 TeeConst.tcAdditional 1215 0004:000001D4 TeeConst.tcDControls 1216 0004:000001D8 TeeConst.tcQReport 1217 0002:0000018C TeeConst.TeeConst 1218 0001:00004D3C TeeConst.TeeDefaultFilterExtension 1219 0003:00000034 TeeConst.TeeEnglishLanguage 1220 0003:00000038 TeeConst.TeeLanguage 1221 0003:00000040 TeeConst.TeeLanguageCanUpper 1222 0003:0000003C TeeConst.TeeLanguageHotKeyAtEnd 1223 0004:0000005C TeeConst.TeeMsg_3dPercent 1224 0004:000001CC TeeConst.TeeMsg_About 1225 0004:00000408 TeeConst.TeeMsg_AddNewGroup 1226 0004:00000400 TeeConst.TeeMsg_ADOConnection 1227 0004:000002C8 TeeConst.TeeMsg_All 1228 0004:00000404 TeeConst.TeeMsg_Apply 1229 0004:000002D4 TeeConst.TeeMsg_AsBMP 1230 0004:000002DC TeeConst.TeeMsg_AsEMF 1231 0004:00000394 TeeConst.TeeMsg_AsGIF 1232 0004:0000038C TeeConst.TeeMsg_AsJPEG 1233 0004:000001E0 TeeConst.TeeMsg_AskDataSet 1234 0004:000001E8 TeeConst.TeeMsg_AskDataSource 1235 0004:000003B4 TeeConst.TeeMsg_AskLanguage 1236 0004:000003A4 TeeConst.TeeMsg_AsPCX 1237 0004:000003DC TeeConst.TeeMsg_AsPDF 1238 0004:0000039C TeeConst.TeeMsg_AsPNG 1239 0004:000003E4 TeeConst.TeeMsg_AsPS 1240 0004:00000460 TeeConst.TeeMsg_AsSVG 1241 0004:000003AC TeeConst.TeeMsg_AsVML 1242 0004:00000048 TeeConst.TeeMsg_AxisIncrementNeg 1243 0004:00000080 TeeConst.TeeMsg_AxisLabels 1244 0004:00000044 TeeConst.TeeMsg_AxisLabelSep 1245 0004:00000054 TeeConst.TeeMsg_AxisLogBase 1246 0004:0000003C TeeConst.TeeMsg_AxisLogDateTime 1247 0004:00000040 TeeConst.TeeMsg_AxisLogNotPositive 1248 0004:00000050 TeeConst.TeeMsg_AxisMaxMin 1249 0004:0000004C TeeConst.TeeMsg_AxisMinMax 1250 0004:0000007C TeeConst.TeeMsg_AxisTitle 1251 0004:000003FC TeeConst.TeeMsg_BDEAlias 1252 0004:000002D8 TeeConst.TeeMsg_BMPFilter 1253 0004:00000148 TeeConst.TeeMsg_BottomAxis 1254 0004:00000200 TeeConst.TeeMsg_BrowseImage 1255 0004:0000025C TeeConst.TeeMsg_CalcPeriod 1256 0004:000002C4 TeeConst.TeeMsg_Cancel 1257 0004:00000374 TeeConst.TeeMsg_CanNotCreateTempChart 1258 0004:00000378 TeeConst.TeeMsg_CanNotEmailChart 1259 0004:00000370 TeeConst.TeeMsg_CanNotFindTempPath 1260 0004:00000384 TeeConst.TeeMsg_CannotLoadChartFromURL 1261 0004:00000388 TeeConst.TeeMsg_CannotLoadSeriesDataFromURL 1262 0004:0000040C TeeConst.TeeMsg_ChangeGroupName 1263 0004:00000138 TeeConst.TeeMsg_ChangeSeriesTitle 1264 0004:0000028C TeeConst.TeeMsg_Chart3DCategoryDesc 1265 0004:00000288 TeeConst.TeeMsg_Chart3DCategoryName 1266 0004:00000274 TeeConst.TeeMsg_ChartAxesCategoryDesc 1267 0004:00000270 TeeConst.TeeMsg_ChartAxesCategoryName 1268 0004:00000284 TeeConst.TeeMsg_ChartTitlesCategoryDesc 1269 0004:00000280 TeeConst.TeeMsg_ChartTitlesCategoryName 1270 0004:0000027C TeeConst.TeeMsg_ChartWallsCategoryDesc 1271 0004:00000278 TeeConst.TeeMsg_ChartWallsCategoryName 1272 0004:000001C8 TeeConst.TeeMsg_CheckPointerSize 1273 0004:0000031C TeeConst.TeeMsg_Circle 1274 0004:00000060 TeeConst.TeeMsg_CircularSeries 1275 0004:000001FC TeeConst.TeeMsg_ClearImage 1276 0004:000002F4 TeeConst.TeeMsg_Colors 1277 0004:00000020 TeeConst.TeeMsg_Copyright 1278 0004:00000324 TeeConst.TeeMsg_Cross 1279 0004:00000368 TeeConst.TeeMsg_Cube 1280 0004:000000F4 TeeConst.TeeMsg_CustomAxes 1281 0004:00000290 TeeConst.TeeMsg_CustomAxesEditor 1282 0004:000003F4 TeeConst.TeeMsg_DarkPen 1283 0004:000001DC TeeConst.TeeMsg_DataSet 1284 0004:00000140 TeeConst.TeeMsg_DateTime 1285 0004:00000158 TeeConst.TeeMsg_DateTimeFormat 1286 0004:0000015C TeeConst.TeeMsg_Default 1287 0004:0000018C TeeConst.TeeMsg_DefaultEditorHeight 1288 0004:00000188 TeeConst.TeeMsg_DefaultEditorSize 1289 0004:000001C4 TeeConst.TeeMsg_DefaultFontName 1290 0004:00000184 TeeConst.TeeMsg_DefaultFontSize 1291 0004:00000068 TeeConst.TeeMsg_DefaultPercentOf 1292 0004:0000006C TeeConst.TeeMsg_DefaultPercentOf2 1293 0004:00000078 TeeConst.TeeMsg_DefLogValueFormat 1294 0004:00000070 TeeConst.TeeMsg_DefPercentFormat 1295 0004:00000074 TeeConst.TeeMsg_DefValueFormat 1296 0004:000002B8 TeeConst.TeeMsg_Delete 1297 0004:0000020C TeeConst.TeeMsg_DepthAxis 1298 0004:00000420 TeeConst.TeeMsg_DepthTopAxis 1299 0004:0000016C TeeConst.TeeMsg_DesiredIncrement 1300 0004:0000036C TeeConst.TeeMsg_DiagCross 1301 0004:00000328 TeeConst.TeeMsg_Diamond 1302 0004:000002F0 TeeConst.TeeMsg_Dotted 1303 0004:00000320 TeeConst.TeeMsg_DownTri 1304 0004:000002BC TeeConst.TeeMsg_Edit 1305 0004:000000E8 TeeConst.TeeMsg_EditChart 1306 0004:000000D8 TeeConst.TeeMsg_Editing 1307 0004:00000338 TeeConst.TeeMsg_Ellipse 1308 0004:000002E0 TeeConst.TeeMsg_EMFFilter 1309 0004:0000026C TeeConst.TeeMsg_EmptyTeeFile 1310 0004:00000174 TeeConst.TeeMsg_EnterDateTime 1311 0004:00000448 TeeConst.TeeMsg_ExcelFilter 1312 0004:00000104 TeeConst.TeeMsg_ExpFinish 1313 0004:0000034C TeeConst.TeeMsg_Exploded 1314 0004:00000108 TeeConst.TeeMsg_ExpNext 1315 0004:000000F0 TeeConst.TeeMsg_ExportChart 1316 0004:000002E4 TeeConst.TeeMsg_ExportPanelNotSet 1317 0004:00000208 TeeConst.TeeMsg_FieldNotFound 1318 0004:000002A0 TeeConst.TeeMsg_FileSize 1319 0004:000002F8 TeeConst.TeeMsg_Filled 1320 0004:00000038 TeeConst.TeeMsg_FillSample 1321 0004:000002A4 TeeConst.TeeMsg_First 1322 0004:00000250 TeeConst.TeeMsg_Foot 1323 0004:00000190 TeeConst.TeeMsg_FunctionAdd 1324 0004:000001A8 TeeConst.TeeMsg_FunctionAverage 1325 0004:000003D8 TeeConst.TeeMsg_FunctionCustom 1326 0004:0000019C TeeConst.TeeMsg_FunctionDivide 1327 0004:000001A0 TeeConst.TeeMsg_FunctionHigh 1328 0004:000001A4 TeeConst.TeeMsg_FunctionLow 1329 0004:00000414 TeeConst.TeeMsg_FunctionMedian 1330 0004:00000418 TeeConst.TeeMsg_FunctionMode 1331 0004:00000198 TeeConst.TeeMsg_FunctionMultiply 1332 0004:000001B4 TeeConst.TeeMsg_FunctionNone 1333 0004:000001F0 TeeConst.TeeMsg_FunctionPeriod 1334 0004:00000194 TeeConst.TeeMsg_FunctionSubtract 1335 0004:00000094 TeeConst.TeeMsg_GalleryArea 1336 0004:00000100 TeeConst.TeeMsg_GalleryArrow 1337 0004:00000098 TeeConst.TeeMsg_GalleryBar 1338 0004:000001B0 TeeConst.TeeMsg_GalleryBubble 1339 0004:000000A8 TeeConst.TeeMsg_GalleryCircled 1340 0004:000000E0 TeeConst.TeeMsg_GalleryExtended 1341 0004:000000AC TeeConst.TeeMsg_GalleryFastLine 1342 0004:000000E4 TeeConst.TeeMsg_GalleryFunctions 1343 0004:0000010C TeeConst.TeeMsg_GalleryGantt 1344 0004:000003EC TeeConst.TeeMsg_GalleryHorizArea 1345 0004:0000009C TeeConst.TeeMsg_GalleryHorizBar 1346 0004:000000B0 TeeConst.TeeMsg_GalleryHorizLine 1347 0004:0000008C TeeConst.TeeMsg_GalleryLine 1348 0004:000000D4 TeeConst.TeeMsg_GalleryLogoFont 1349 0004:000000A4 TeeConst.TeeMsg_GalleryPie 1350 0004:00000090 TeeConst.TeeMsg_GalleryPoint 1351 0004:000001AC TeeConst.TeeMsg_GalleryShape 1352 0004:000000DC TeeConst.TeeMsg_GalleryStandard 1353 0004:00000110 TeeConst.TeeMsg_GanttSample1 1354 0004:00000134 TeeConst.TeeMsg_GanttSample10 1355 0004:00000114 TeeConst.TeeMsg_GanttSample2 1356 0004:00000118 TeeConst.TeeMsg_GanttSample3 1357 0004:0000011C TeeConst.TeeMsg_GanttSample4 1358 0004:00000120 TeeConst.TeeMsg_GanttSample5 1359 0004:00000124 TeeConst.TeeMsg_GanttSample6 1360 0004:00000128 TeeConst.TeeMsg_GanttSample7 1361 0004:0000012C TeeConst.TeeMsg_GanttSample8 1362 0004:00000130 TeeConst.TeeMsg_GanttSample9 1363 0004:00000398 TeeConst.TeeMsg_GIFFilter 1364 0004:000003B8 TeeConst.TeeMsg_Gradient 1365 0004:00000410 TeeConst.TeeMsg_GroupName 1366 0004:00000308 TeeConst.TeeMsg_Height 1367 0004:0000030C TeeConst.TeeMsg_Hollow 1368 0004:00000360 TeeConst.TeeMsg_HorizLine 1369 0004:00000444 TeeConst.TeeMsg_HTMLFilter 1370 0004:000003D4 TeeConst.TeeMsg_Image 1371 0004:00000170 TeeConst.TeeMsg_IncorrectMaxMinValue 1372 0004:000002CC TeeConst.TeeMsg_Index 1373 0004:000002B4 TeeConst.TeeMsg_Insert 1374 0004:000000F8 TeeConst.TeeMsg_InvalidEditorClass 1375 0004:00000264 TeeConst.TeeMsg_InvalidTeeFile 1376 0004:0000033C TeeConst.TeeMsg_InvPyramid 1377 0004:00000390 TeeConst.TeeMsg_JPEGFilter 1378 0004:000002B0 TeeConst.TeeMsg_Last 1379 0004:0000014C TeeConst.TeeMsg_LeftAxis 1380 0004:00000248 TeeConst.TeeMsg_Legend 1381 0004:0000002C TeeConst.TeeMsg_LegendColorWidth 1382 0004:00000028 TeeConst.TeeMsg_LegendFirstValue 1383 0004:00000364 TeeConst.TeeMsg_Line 1384 0004:000002FC TeeConst.TeeMsg_Marks 1385 0004:00000164 TeeConst.TeeMsg_Maximum 1386 0004:00000058 TeeConst.TeeMsg_MaxPointsPerPage 1387 0004:00000168 TeeConst.TeeMsg_Minimum 1388 0004:000000FC TeeConst.TeeMsg_MissingEditorClass 1389 0004:000003C0 TeeConst.TeeMsg_NativeFilter 1390 0004:0000013C TeeConst.TeeMsg_NewSeriesTitle 1391 0004:000002AC TeeConst.TeeMsg_Next 1392 0004:000003D0 TeeConst.TeeMsg_No 1393 0004:000002EC TeeConst.TeeMsg_NoBorder 1394 0004:0000032C TeeConst.TeeMsg_NoLines 1395 0004:000001B8 TeeConst.TeeMsg_None 1396 0004:000002E8 TeeConst.TeeMsg_Normal 1397 0004:00000380 TeeConst.TeeMsg_NoSeriesSelected 1398 0004:0000041C TeeConst.TeeMsg_Options 1399 0004:00000428 TeeConst.TeeMsg_Outline 1400 0004:0000029C TeeConst.TeeMsg_PageOfPages 1401 0004:00000348 TeeConst.TeeMsg_Patterns 1402 0004:000003A8 TeeConst.TeeMsg_PCXFilter 1403 0004:000003E0 TeeConst.TeeMsg_PDFFilter 1404 0004:00000254 TeeConst.TeeMsg_Period 1405 0004:00000258 TeeConst.TeeMsg_PeriodRange 1406 0004:00000210 TeeConst.TeeMsg_PieOther 1407 0004:000000B4 TeeConst.TeeMsg_PieSample1 1408 0004:000000B8 TeeConst.TeeMsg_PieSample2 1409 0004:000000BC TeeConst.TeeMsg_PieSample3 1410 0004:000000C0 TeeConst.TeeMsg_PieSample4 1411 0004:000000C4 TeeConst.TeeMsg_PieSample5 1412 0004:000000C8 TeeConst.TeeMsg_PieSample6 1413 0004:000000CC TeeConst.TeeMsg_PieSample7 1414 0004:000000D0 TeeConst.TeeMsg_PieSample8 1415 0004:000003A0 TeeConst.TeeMsg_PNGFilter 1416 0004:00000310 TeeConst.TeeMsg_Point2D 1417 0004:00000304 TeeConst.TeeMsg_Points 1418 0004:000002C0 TeeConst.TeeMsg_Post 1419 0004:000000EC TeeConst.TeeMsg_PrintPreview 1420 0004:000002A8 TeeConst.TeeMsg_Prior 1421 0004:000001BC TeeConst.TeeMsg_PrivateDeclarations 1422 0004:000003C4 TeeConst.TeeMsg_Property 1423 0004:000003E8 TeeConst.TeeMsg_PSFilter 1424 0004:000001C0 TeeConst.TeeMsg_PublicDeclarations 1425 0004:00000334 TeeConst.TeeMsg_Pyramid 1426 0004:00000358 TeeConst.TeeMsg_Rectangle 1427 0004:00000180 TeeConst.TeeMsg_RefreshData 1428 0004:00000084 TeeConst.TeeMsg_RefreshInterval 1429 0004:00000150 TeeConst.TeeMsg_RightAxis 1430 0004:0000017C TeeConst.TeeMsg_SelectedSeries 1431 0004:000003F8 TeeConst.TeeMsg_SelectFolder 1432 0004:000003F0 TeeConst.TeeMsg_SelfStack 1433 0004:00000354 TeeConst.TeeMsg_SemiPie 1434 0004:00000294 TeeConst.TeeMsg_Series 1435 0004:0000037C TeeConst.TeeMsg_SeriesDelete 1436 0004:00000034 TeeConst.TeeMsg_SeriesInvDataSource 1437 0004:00000298 TeeConst.TeeMsg_SeriesList 1438 0004:00000088 TeeConst.TeeMsg_SeriesParentNoSelf 1439 0004:00000030 TeeConst.TeeMsg_SeriesSetDataSource 1440 0004:00000350 TeeConst.TeeMsg_Shadow 1441 0004:00000214 TeeConst.TeeMsg_ShapeGallery1 1442 0004:00000218 TeeConst.TeeMsg_ShapeGallery2 1443 0004:00000344 TeeConst.TeeMsg_SideAll 1444 0004:00000340 TeeConst.TeeMsg_Sides 1445 0004:000001E4 TeeConst.TeeMsg_SingleRecord 1446 0004:00000260 TeeConst.TeeMsg_SmallDotsPen 1447 0004:000000A0 TeeConst.TeeMsg_Stack 1448 0004:00000330 TeeConst.TeeMsg_Stack100 1449 0004:00000300 TeeConst.TeeMsg_Stairs 1450 0004:00000318 TeeConst.TeeMsg_Star 1451 0004:0000046C TeeConst.TeeMsg_SubFoot 1452 0004:00000468 TeeConst.TeeMsg_SubTitle 1453 0004:000001EC TeeConst.TeeMsg_Summary 1454 0004:00000178 TeeConst.TeeMsg_SureToApply 1455 0004:00000154 TeeConst.TeeMsg_SureToDelete 1456 0004:00000464 TeeConst.TeeMsg_SVGFilter 1457 0004:000001F8 TeeConst.TeeMsg_TeeChartWizard 1458 0003:00000030 TeeConst.TeeMsg_TeeExtension 1459 0004:00000024 TeeConst.TeeMsg_Test 1460 0004:000002D0 TeeConst.TeeMsg_Text 1461 0004:0000042C TeeConst.TeeMsg_TextFilter1 1462 0004:00000430 TeeConst.TeeMsg_TextFilter2 1463 0004:00000434 TeeConst.TeeMsg_TextFilter3 1464 0004:00000438 TeeConst.TeeMsg_TextFilter4 1465 0004:0000043C TeeConst.TeeMsg_TextFilter5 1466 0004:0000024C TeeConst.TeeMsg_Title 1467 0004:00000144 TeeConst.TeeMsg_TopAxis 1468 0004:00000314 TeeConst.TeeMsg_Triangle 1469 0004:000003C8 TeeConst.TeeMsg_Value 1470 0004:0000022C TeeConst.TeeMsg_ValuesAngle 1471 0004:00000240 TeeConst.TeeMsg_ValuesArrowEndX 1472 0004:00000244 TeeConst.TeeMsg_ValuesArrowEndY 1473 0004:00000228 TeeConst.TeeMsg_ValuesBar 1474 0004:0000023C TeeConst.TeeMsg_ValuesBubbleRadius 1475 0004:00000160 TeeConst.TeeMsg_ValuesFormat 1476 0004:00000234 TeeConst.TeeMsg_ValuesGanttEnd 1477 0004:00000238 TeeConst.TeeMsg_ValuesGanttNextTask 1478 0004:00000230 TeeConst.TeeMsg_ValuesGanttStart 1479 0004:00000224 TeeConst.TeeMsg_ValuesPie 1480 0004:0000021C TeeConst.TeeMsg_ValuesX 1481 0004:00000220 TeeConst.TeeMsg_ValuesY 1482 0004:0000035C TeeConst.TeeMsg_VertLine 1483 0004:00000424 TeeConst.TeeMsg_View2D 1484 0004:00000454 TeeConst.TeeMsg_View3DFront 1485 0004:0000045C TeeConst.TeeMsg_View3DLeft 1486 0004:00000458 TeeConst.TeeMsg_View3DRight 1487 0004:00000450 TeeConst.TeeMsg_ViewOrthoLeft 1488 0004:0000044C TeeConst.TeeMsg_ViewOrthoRight 1489 0004:000003B0 TeeConst.TeeMsg_VMLFilter 1490 0004:000003BC TeeConst.TeeMsg_WantToSave 1491 0004:00000064 TeeConst.TeeMsg_WarningHiColor 1492 0004:00000204 TeeConst.TeeMsg_WizardSureToClose 1493 0004:000001F4 TeeConst.TeeMsg_WizardTab 1494 0004:00000268 TeeConst.TeeMsg_WrongTeeFileFormat 1495 0004:00000440 TeeConst.TeeMsg_XMLFilter 1496 0004:000003CC TeeConst.TeeMsg_Yes 1497 0001:000022AC TeeConst.TeeSetConstants 1498 0004:0000047C TeeHtml..1 1499 0001:00005888 TeeHtml..HtmlParserException 1500 0001:00006CA8 TeeHtml.DoImage 1501 0001:000066C8 TeeHtml.DoStringReplace 1502 0001:000070F4 TeeHtml.DoToken 1503 0001:00007BE4 TeeHtml.Finalization 1504 0001:00005D20 TeeHtml.FontWeight 1505 0001:00005BE4 TeeHtml.GetToken 1506 0004:00000478 TeeHtml.GraphicDownload 1507 0004:00000474 TeeHtml.GraphicFileExtension 1508 0001:00005FC0 TeeHtml.HexToColor 1509 0001:00005960 TeeHtml.HtmlField 1510 0001:000058E8 TeeHtml.HtmlNumFields 1511 0001:00007B68 TeeHtml.HtmlTextExtent 1512 0001:00007B84 TeeHtml.HtmlTextOut 1513 0001:00006108 TeeHtml.HtmlToColor 1514 0001:00006AF0 TeeHtml.ImageNotFound 1515 0001:00007ACC TeeHtml.InternalHtmlText 1516 0001:000070C8 TeeHtml.NewSize 1517 0001:000067D4 TeeHtml.OutputText 1518 0001:00005B98 TeeHtml.PopFont 1519 0001:00005B4C TeeHtml.PopState 1520 0001:000062C8 TeeHtml.ProcessFont 1521 0001:00005E90 TeeHtml.PushCurrentFont 1522 0001:00005B3C TeeHtml.PushFont 1523 0001:00005B2C TeeHtml.PushState 1524 0001:00006BE0 TeeHtml.RemoveQuotes 1525 0001:00006AA8 TeeHtml.SetBackFont 1526 0004:00000480 TeeHtml.State 1527 0004:00000484 TeeHtml.StateFont 1528 0002:000001C4 TeeHtml.TeeHtml 1529 0004:0000049C TeEngine..84 1530 0001:0001B480 TeEngine..AxisException 1531 0001:0001F124 TeEngine..ChartException 1532 0001:0001B5CC TeEngine..TAxisGridPen 1533 0001:0001B6AC TeEngine..TAxisItem 1534 0001:0001B8C8 TeEngine..TAxisItems 1535 0001:0001DD24 TeEngine..TCallout 1536 0001:0001CB48 TeEngine..TChartAxes 1537 0001:0001BB2C TeEngine..TChartAxis 1538 0001:0001B9A0 TeEngine..TChartAxisPen 1539 0001:0001B34C TeEngine..TChartAxisTitle 1540 0001:0001CDA8 TeEngine..TChartChangePage 1541 0001:0001CBD8 TeEngine..TChartCustomAxes 1542 0001:0001C348 TeEngine..TChartDepthAxis 1543 0001:0001EF00 TeEngine..TChartSeries 1544 0001:0001C85C TeEngine..TChartSeriesList 1545 0001:0001CFE0 TeEngine..TChartTools 1546 0001:0001B1F0 TeEngine..TChartValueList 1547 0001:0001E9A8 TeEngine..TChartValueLists 1548 0001:0001D2C4 TeEngine..TCustomAxisPanel 1549 0001:0001B068 TeEngine..TCustomChartElement 1550 0001:0001EADC TeEngine..TCustomChartSeries 1551 0001:0001C7C0 TeEngine..TCustomSeriesList 1552 0001:0001EE64 TeEngine..TDataSourcesList 1553 0001:0001EDD4 TeEngine..TLabelsList 1554 0001:0001DECC TeEngine..TMarksCallout 1555 0001:0001D5E0 TeEngine..TMarksItem 1556 0001:0001D7CC TeEngine..TMarksItems 1557 0001:0001C734 TeEngine..TSeriesEnumerator 1558 0001:0001C938 TeEngine..TSeriesGroup 1559 0001:0001CA4C TeEngine..TSeriesGroups 1560 0001:0001D4AC TeEngine..TSeriesMarkPosition 1561 0001:0001E19C TeEngine..TSeriesMarks 1562 0001:0001D904 TeEngine..TSeriesMarksGradient 1563 0001:0001D53C TeEngine..TSeriesMarksPositions 1564 0001:0001DFA4 TeEngine..TSeriesMarksSymbol 1565 0001:0001DACC TeEngine..TSeriesPointer 1566 0001:0001CC8C TeEngine..TTeeCustomDesigner 1567 0001:0001CF08 TeEngine..TTeeCustomTool 1568 0001:0001D158 TeEngine..TTeeCustomToolAxis 1569 0001:0001D070 TeEngine..TTeeCustomToolSeries 1570 0001:0001E744 TeEngine..TTeeFunction 1571 0001:0001E8A8 TeEngine..TTeeMovingFunction 1572 0001:0001D23C TeEngine..TTeeSeriesEvent 1573 0001:0001F1E8 TeEngine..TTeeSeriesSource 1574 0001:0001EBEC TeEngine..TTeeSeriesType 1575 0001:00023AF0 TeEngine.AddTick 1576 0003:00000264 TeEngine.Aligns 1577 0001:0001FEE4 TeEngine.AnySeriesHasLessThan 1578 0001:0002E408 TeEngine.ApplyMaxMinOffsets 1579 0001:0002E3C4 TeEngine.ApplyOffsets 1580 0001:0002342C TeEngine.AProc 1581 0003:00000278 TeEngine.ArrowColors 1582 0001:0002B330 TeEngine.AssignColors 1583 0001:00024058 TeEngine.AxisLabelsSeries 1584 0001:00023FC4 TeEngine.CalcAllSeries 1585 0001:0002E26C TeEngine.CalcAxisRect 1586 0001:00023F30 TeEngine.CalcFirstLastAllSeries 1587 0001:0002509C TeEngine.CalcLabelsRect 1588 0001:00029484 TeEngine.CalcMinMaxValue 1589 0001:0002CF20 TeEngine.CalcNumPages 1590 0001:00029A0C TeEngine.CalcPercentSt 1591 0001:0002E4B0 TeEngine.CalcSeriesAxisRect 1592 0001:0002E5D4 TeEngine.CalcSeriesRect 1593 0001:000301B8 TeEngine.CalcTriangle3D 1594 0001:000274FC TeEngine.CalculateFunctionMany 1595 0001:00029908 TeEngine.CalcXValue 1596 0001:0002DBB4 TeEngine.ClipRegionCreate 1597 0001:0002DC24 TeEngine.ClipRegionDone 1598 0003:00000254 TeEngine.clTeeGallery1 1599 0003:00000258 TeEngine.clTeeGallery2 1600 0001:00024AE8 TeEngine.DepthAxisLabels 1601 0001:0002283C TeEngine.DoCalculation 1602 0001:00024950 TeEngine.DoCustomLabels 1603 0001:00024688 TeEngine.DoDefaultLabels 1604 0001:0002449C TeEngine.DoDefaultLogLabels 1605 0001:0003036C TeEngine.DoGradient 1606 0001:00024910 TeEngine.DoNotCustomLabels 1607 0001:00028EA4 TeEngine.DoSetDataSource 1608 0001:0002E194 TeEngine.DrawAllAxis 1609 0001:0002E614 TeEngine.DrawAllSeries 1610 0001:0002DCA0 TeEngine.DrawAllSeriesValue 1611 0001:00023064 TeEngine.DrawAxisLine 1612 0001:00024A3C TeEngine.DrawAxisTitle 1613 0001:00030104 TeEngine.DrawCross 1614 0001:00024C30 TeEngine.DrawCustomLabels 1615 0001:00030030 TeEngine.DrawDiagonalCross 1616 0001:0002162C TeEngine.DrawExponentLabel 1617 0001:0002349C TeEngine.DrawLogMinorTicks 1618 0001:0002DD80 TeEngine.DrawMarksSeries 1619 0001:0002DDCC TeEngine.DrawSeries 1620 0001:00026540 TeEngine.DrawTextLine 1621 0001:00023B48 TeEngine.DrawThisLabel 1622 0001:00023994 TeEngine.DrawTicksGrid 1623 0001:0002F70C TeEngine.FillSeriesItems 1624 0001:00031564 TeEngine.Finalization 1625 0004:000004A0 TeEngine.FTeeSources 1626 0001:0002A7C4 TeEngine.GetAValue 1627 0001:00023DAC TeEngine.GetAxisSeriesLabel 1628 0001:0002A830 TeEngine.GetAXValue 1629 0001:0002F8E8 TeEngine.HasColors 1630 0001:0002F944 TeEngine.HasLabels 1631 0001:0002F840 TeEngine.HasNoMandatoryValues 1632 0001:00022F28 TeEngine.HorizMode 1633 0001:000305F0 TeEngine.HorizTriangle 1634 0001:00025634 TeEngine.IncrementArray 1635 0001:0001FFA8 TeEngine.InternalCalcLabelsIncrement 1636 0001:0001FA08 TeEngine.InternalCalcPos 1637 0001:000242CC TeEngine.InternalDrawLabel 1638 0001:00022CB4 TeEngine.InternalDrawTick 1639 0001:0002FBD4 TeEngine.InternalInsert 1640 0001:0002A7FC TeEngine.LabelOrValue 1641 0001:00020C3C TeEngine.MaxLabelsValueWidth 1642 0003:00000234 TeEngine.MinAxisIncrement 1643 0003:0000023C TeEngine.MinAxisRange 1644 0001:00023924 TeEngine.ProcessMinor 1645 0001:000235A8 TeEngine.ProcessMinorTicks 1646 0001:000238A4 TeEngine.ProcessTicks 1647 0001:000284D4 TeEngine.ReadColor 1648 0001:000284F4 TeEngine.ReadLabel 1649 0001:00028538 TeEngine.ReadSeriesPoint 1650 0001:000204CC TeEngine.RecalcAdjustedMinMax 1651 0001:0002E234 TeEngine.RecalcPositions 1652 0001:0001F738 TeEngine.ResetSeriesAxes 1653 0001:0002CD20 TeEngine.ResetToolsAxis 1654 0001:0002B2F0 TeEngine.SelfSetDataSources 1655 0001:0001F3BC TeEngine.SeriesGuessContents 1656 0001:0002F658 TeEngine.SeriesTitleOrName 1657 0001:000225BC TeEngine.SetInternals 1658 0001:0002E044 TeEngine.SetSeriesZOrder 1659 0001:0002E150 TeEngine.SetSeriesZPositions 1660 0001:0002F80C TeEngine.ShowMessageUser 1661 0001:0003103C TeEngine.TAxisGridPen.IsZStored 1662 0001:0003104C TeEngine.TAxisGridPen.SetCentered 1663 0001:00031060 TeEngine.TAxisGridPen.SetZ 1664 0001:000310B8 TeEngine.TAxisItem.Repaint 1665 0001:00031090 TeEngine.TAxisItem.SetText 1666 0001:000310D0 TeEngine.TAxisItem.SetValue 1667 0001:00031194 TeEngine.TAxisItems.Add 1668 0001:000311E0 TeEngine.TAxisItems.Add 1669 0001:00031258 TeEngine.TAxisItems.Clear 1670 0001:00031208 TeEngine.TAxisItems.CopyFrom 1671 0001:000310F8 TeEngine.TAxisItems.Create 1672 0001:00031164 TeEngine.TAxisItems.Destroy 1673 0001:00031298 TeEngine.TAxisItems.Get 1674 0001:00030D4C TeEngine.TCallout.Assign 1675 0001:00030CA8 TeEngine.TCallout.Create 1676 0001:00030D1C TeEngine.TCallout.Destroy 1677 0001:00030DB8 TeEngine.TCallout.Draw 1678 0001:00030DAC TeEngine.TCallout.SetArrow 1679 0001:00030F4C TeEngine.TCallout.SetArrowHead 1680 0001:00030F68 TeEngine.TCallout.SetArrowHeadSize 1681 0001:00030D90 TeEngine.TCallout.SetDistance 1682 0001:0002C62C TeEngine.TChartAxes.Clear 1683 0001:0002C650 TeEngine.TChartAxes.Get 1684 0001:0002C6CC TeEngine.TChartAxes.GetBehind 1685 0001:0002C694 TeEngine.TChartAxes.GetBottomAxis 1686 0001:0002C658 TeEngine.TChartAxes.GetDepthAxis 1687 0001:0002C664 TeEngine.TChartAxes.GetDepthTopAxis 1688 0001:0002C670 TeEngine.TChartAxes.GetLeftAxis 1689 0001:0002C688 TeEngine.TChartAxes.GetRightAxis 1690 0001:0002C67C TeEngine.TChartAxes.GetTopAxis 1691 0001:0002C6D8 TeEngine.TChartAxes.GetVisible 1692 0001:0002C724 TeEngine.TChartAxes.Hide 1693 0001:0002C6FC TeEngine.TChartAxes.Reset 1694 0001:0002C6E4 TeEngine.TChartAxes.SetBehind 1695 0001:0002C6A0 TeEngine.TChartAxes.SetFastCalc 1696 0001:0002C6F0 TeEngine.TChartAxes.SetVisible 1697 0001:00020788 TeEngine.TChartAxis.AdjustMaxMin 1698 0001:00020540 TeEngine.TChartAxis.AdjustMaxMinRect 1699 0001:00022920 TeEngine.TChartAxis.ApplyPosition 1700 0001:000207C8 TeEngine.TChartAxis.Assign 1701 0001:00022490 TeEngine.TChartAxis.AxisRect 1702 0001:0001FD90 TeEngine.TChartAxis.CalcDateTimeIncrement 1703 0001:000203B4 TeEngine.TChartAxis.CalcIncrement 1704 0001:000201AC TeEngine.TChartAxis.CalcLabelsIncrement 1705 0001:00020C28 TeEngine.TChartAxis.CalcLabelStyle 1706 0001:000205F8 TeEngine.TChartAxis.CalcMinMax 1707 0001:0001FA70 TeEngine.TChartAxis.CalcPosPoint 1708 0001:000250C4 TeEngine.TChartAxis.CalcRect 1709 0001:00022414 TeEngine.TChartAxis.CalcSizeValue 1710 0001:00020334 TeEngine.TChartAxis.CalcXYIncrement 1711 0001:000215D8 TeEngine.TChartAxis.CalcZPos 1712 0001:00022520 TeEngine.TChartAxis.Clicked 1713 0001:00025248 TeEngine.TChartAxis.Create 1714 0001:0001F518 TeEngine.TChartAxis.Create 1715 0001:0002274C TeEngine.TChartAxis.CustomDraw 1716 0001:00022710 TeEngine.TChartAxis.CustomDrawMinMax 1717 0001:00022608 TeEngine.TChartAxis.CustomDrawMinMaxStartEnd 1718 0001:00022788 TeEngine.TChartAxis.CustomDrawStartEnd 1719 0001:00020EE4 TeEngine.TChartAxis.DepthAxisAlign 1720 0001:00020EF8 TeEngine.TChartAxis.DepthAxisPos 1721 0001:0001F7B8 TeEngine.TChartAxis.Destroy 1722 0001:00024D44 TeEngine.TChartAxis.Draw 1723 0001:0002191C TeEngine.TChartAxis.DrawAxisLabel 1724 0001:000229E4 TeEngine.TChartAxis.DrawGridLine 1725 0001:00022BC0 TeEngine.TChartAxis.DrawGrids 1726 0001:00021530 TeEngine.TChartAxis.DrawTitle 1727 0001:0002531C TeEngine.TChartAxis.GetGridCentered 1728 0001:00020EB4 TeEngine.TChartAxis.GetLabels 1729 0001:00020EC0 TeEngine.TChartAxis.GetLabelsFont 1730 0001:000229B8 TeEngine.TChartAxis.GetRectangleEdge 1731 0001:0001F880 TeEngine.TChartAxis.IncDecDateTime 1732 0001:00025040 TeEngine.TChartAxis.InflateAxisPos 1733 0001:00025070 TeEngine.TChartAxis.InflateAxisRect 1734 0001:00022090 TeEngine.TChartAxis.InternalCalcDepthPosValue 1735 0001:00020B18 TeEngine.TChartAxis.InternalCalcLabelStyle 1736 0001:000228B4 TeEngine.TChartAxis.InternalCalcPositions 1737 0001:00020654 TeEngine.TChartAxis.InternalCalcRange 1738 0001:00024F80 TeEngine.TChartAxis.InternalCalcSize 1739 0001:00020244 TeEngine.TChartAxis.InternalLabelSize 1740 0001:00020FFC TeEngine.TChartAxis.InternalSetInverted 1741 0001:000214C4 TeEngine.TChartAxis.InternalSetMaximum 1742 0001:000213BC TeEngine.TChartAxis.InternalSetMinimum 1743 0001:00020FB8 TeEngine.TChartAxis.IsAxisValuesFormatStored 1744 0001:0001F9B4 TeEngine.TChartAxis.IsCustom 1745 0001:0001F8BC TeEngine.TChartAxis.IsDateTime 1746 0001:0001F998 TeEngine.TChartAxis.IsEndStored 1747 0001:00025304 TeEngine.TChartAxis.IsLogBaseStored 1748 0001:0002030C TeEngine.TChartAxis.IsMaxStored 1749 0001:00020320 TeEngine.TChartAxis.IsMinStored 1750 0001:0001F960 TeEngine.TChartAxis.IsPosStored 1751 0001:0001F97C TeEngine.TChartAxis.IsStartStored 1752 0001:00025288 TeEngine.TChartAxis.IsZStored 1753 0001:00020230 TeEngine.TChartAxis.LabelHeight 1754 0001:00020A0C TeEngine.TChartAxis.LabelValue 1755 0001:0002021C TeEngine.TChartAxis.LabelWidth 1756 0001:000220E0 TeEngine.TChartAxis.LogXPosValue 1757 0001:00022184 TeEngine.TChartAxis.LogYPosValue 1758 0001:00020DE4 TeEngine.TChartAxis.MaxLabelsWidth 1759 0001:00022808 TeEngine.TChartAxis.RecalcSizeCenter 1760 0001:0001FE94 TeEngine.TChartAxis.RoundLogPower 1761 0001:00021FEC TeEngine.TChartAxis.Scroll 1762 0001:00020F34 TeEngine.TChartAxis.SetAutomatic 1763 0001:00020FA8 TeEngine.TChartAxis.SetAutomaticMaximum 1764 0001:00020F98 TeEngine.TChartAxis.SetAutomaticMinimum 1765 0001:00020F60 TeEngine.TChartAxis.SetAutoMinMax 1766 0001:0001F954 TeEngine.TChartAxis.SetAxis 1767 0001:0001FC94 TeEngine.TChartAxis.SetAxisTitle 1768 0001:000210F8 TeEngine.TChartAxis.SetCalcPosValue 1769 0001:0001FC80 TeEngine.TChartAxis.SetDateTimeFormat 1770 0001:000212E0 TeEngine.TChartAxis.SetDesiredIncrement 1771 0001:0001FCC0 TeEngine.TChartAxis.SetEndPosition 1772 0001:0002129C TeEngine.TChartAxis.SetExactDateTime 1773 0001:0001F930 TeEngine.TChartAxis.SetGrid 1774 0001:0001F948 TeEngine.TChartAxis.SetGridCentered 1775 0001:0001F9D4 TeEngine.TChartAxis.SetHorizontal 1776 0001:00020FE8 TeEngine.TChartAxis.SetInverted 1777 0001:00020ECC TeEngine.TChartAxis.SetLabels 1778 0001:000211DC TeEngine.TChartAxis.SetLabelsAlign 1779 0001:000211F8 TeEngine.TChartAxis.SetLabelsAlternate 1780 0001:0002120C TeEngine.TChartAxis.SetLabelsAngle 1781 0001:0001FD28 TeEngine.TChartAxis.SetLabelsExponent 1782 0001:00020ED8 TeEngine.TChartAxis.SetLabelsFont 1783 0001:0001FD14 TeEngine.TChartAxis.SetLabelsMultiLine 1784 0001:00021288 TeEngine.TChartAxis.SetLabelsOnAxis 1785 0001:00021230 TeEngine.TChartAxis.SetLabelsSeparation 1786 0001:00021260 TeEngine.TChartAxis.SetLabelsSize 1787 0001:000212B0 TeEngine.TChartAxis.SetLabelStyle 1788 0001:00021064 TeEngine.TChartAxis.SetLogarithmic 1789 0001:00021004 TeEngine.TChartAxis.SetLogarithmicBase 1790 0001:000213D8 TeEngine.TChartAxis.SetMaximum 1791 0001:000252DC TeEngine.TChartAxis.SetMaximumOffset 1792 0001:00021374 TeEngine.TChartAxis.SetMinimum 1793 0001:000252F0 TeEngine.TChartAxis.SetMinimumOffset 1794 0001:00021420 TeEngine.TChartAxis.SetMinMax 1795 0001:0001F93C TeEngine.TChartAxis.SetMinorGrid 1796 0001:00021508 TeEngine.TChartAxis.SetMinorTickCount 1797 0001:000214F4 TeEngine.TChartAxis.SetMinorTickLength 1798 0001:0001F918 TeEngine.TChartAxis.SetMinorTicks 1799 0001:0001F9F4 TeEngine.TChartAxis.SetOtherSide 1800 0001:0001FCE0 TeEngine.TChartAxis.SetPositionPercent 1801 0001:00025324 TeEngine.TChartAxis.SetPosUnits 1802 0001:0001FD00 TeEngine.TChartAxis.SetRoundFirstLabel 1803 0001:0001FCA0 TeEngine.TChartAxis.SetStartPosition 1804 0001:0002151C TeEngine.TChartAxis.SetTickInnerLength 1805 0001:000214E0 TeEngine.TChartAxis.SetTickLength 1806 0001:0001FD7C TeEngine.TChartAxis.SetTickOnLabelsOnly 1807 0001:0001F90C TeEngine.TChartAxis.SetTicks 1808 0001:0001F924 TeEngine.TChartAxis.SetTicksInner 1809 0001:00021274 TeEngine.TChartAxis.SetTitleSize 1810 0001:00020FD4 TeEngine.TChartAxis.SetValuesFormat 1811 0001:000212CC TeEngine.TChartAxis.SetVisible 1812 0001:0001FD3C TeEngine.TChartAxis.SetZPosition 1813 0001:00024F58 TeEngine.TChartAxis.SizeLabels 1814 0001:00024F10 TeEngine.TChartAxis.SizeTickAxis 1815 0001:0002235C TeEngine.TChartAxis.XPosValue 1816 0001:0002222C TeEngine.TChartAxis.XPosValueCheck 1817 0001:000223B8 TeEngine.TChartAxis.YPosValue 1818 0001:000222C4 TeEngine.TChartAxis.YPosValueCheck 1819 0001:0001F4B4 TeEngine.TChartAxisPen.Create 1820 0001:0001F504 TeEngine.TChartAxisPen.SetLineMode 1821 0001:0001F440 TeEngine.TChartAxisTitle.Assign 1822 0001:0001F478 TeEngine.TChartAxisTitle.IsAngleStored 1823 0001:0001F484 TeEngine.TChartAxisTitle.SetAngle 1824 0001:0001F4A4 TeEngine.TChartAxisTitle.SetCaption 1825 0001:0002C72C TeEngine.TChartCustomAxes.Get 1826 0001:0002C740 TeEngine.TChartCustomAxes.Put 1827 0001:0002C760 TeEngine.TChartCustomAxes.ResetScales 1828 0001:00025348 TeEngine.TChartDepthAxis.InternalCalcLabelStyle 1829 0001:00025410 TeEngine.TChartDepthAxis.SetInverted 1830 0001:0002A414 TeEngine.TChartSeries.Add 1831 0001:0002A398 TeEngine.TChartSeries.AddArray 1832 0001:00029704 TeEngine.TChartSeries.AddChartValue 1833 0001:0002815C TeEngine.TChartSeries.Added 1834 0001:0002983C TeEngine.TChartSeries.AddedValue 1835 0001:0002BF60 TeEngine.TChartSeries.AddLinkedSeries 1836 0001:0002A334 TeEngine.TChartSeries.AddNull 1837 0001:0002A354 TeEngine.TChartSeries.AddNull 1838 0001:0002A370 TeEngine.TChartSeries.AddNullXY 1839 0001:0002AF3C TeEngine.TChartSeries.AddSampleValues 1840 0001:00029D00 TeEngine.TChartSeries.AddValues 1841 0001:0002A474 TeEngine.TChartSeries.AddX 1842 0001:0002A4DC TeEngine.TChartSeries.AddXY 1843 0001:0002A4A8 TeEngine.TChartSeries.AddY 1844 0001:0002B3BC TeEngine.TChartSeries.Assign 1845 0001:0002B184 TeEngine.TChartSeries.AssignFormat 1846 0001:00029DE0 TeEngine.TChartSeries.AssignValues 1847 0001:0002B784 TeEngine.TChartSeries.AssociatedToAxis 1848 0001:0002BFB8 TeEngine.TChartSeries.BeginUpdate 1849 0001:000281C8 TeEngine.TChartSeries.CalcDepthPositions 1850 0001:0002C290 TeEngine.TChartSeries.CalcFirstLastPage 1851 0001:000294FC TeEngine.TChartSeries.CalcFirstLastVisibleIndex 1852 0001:0002BA78 TeEngine.TChartSeries.CalcPosValue 1853 0001:0002BB28 TeEngine.TChartSeries.CalcXPos 1854 0001:0002BA08 TeEngine.TChartSeries.CalcXPosValue 1855 0001:0002BA40 TeEngine.TChartSeries.CalcXSizeValue 1856 0001:0002BB4C TeEngine.TChartSeries.CalcYPos 1857 0001:0002BA58 TeEngine.TChartSeries.CalcYPosValue 1858 0001:0002BB10 TeEngine.TChartSeries.CalcYSizeValue 1859 0001:0002B9AC TeEngine.TChartSeries.CalcZOrder 1860 0001:0002812C TeEngine.TChartSeries.CanAddRandomPoints 1861 0001:00028144 TeEngine.TChartSeries.ChangeInternalColor 1862 0001:00028C68 TeEngine.TChartSeries.CheckDataSource 1863 0001:00028224 TeEngine.TChartSeries.CheckMouse 1864 0001:0002B08C TeEngine.TChartSeries.CheckOrder 1865 0001:000291D8 TeEngine.TChartSeries.CheckOtherSeries 1866 0001:0002B70C TeEngine.TChartSeries.Clear 1867 0001:0002B6B8 TeEngine.TChartSeries.ClearLists 1868 0001:00029264 TeEngine.TChartSeries.Clicked 1869 0001:00029260 TeEngine.TChartSeries.Clicked 1870 0001:000291E8 TeEngine.TChartSeries.ColorRange 1871 0001:0002C320 TeEngine.TChartSeries.CompareLabelIndex 1872 0001:0002A610 TeEngine.TChartSeries.Count 1873 0001:0002A61C TeEngine.TChartSeries.CountLegendItems 1874 0001:00027EC8 TeEngine.TChartSeries.Create 1875 0001:0002C248 TeEngine.TChartSeries.CreateSubGallery 1876 0001:000283C4 TeEngine.TChartSeries.DefineProperties 1877 0001:0002BC74 TeEngine.TChartSeries.Delete 1878 0001:0002BB70 TeEngine.TChartSeries.Delete 1879 0001:000296F0 TeEngine.TChartSeries.DeletedValue 1880 0001:00028058 TeEngine.TChartSeries.Destroy 1881 0001:00029F00 TeEngine.TChartSeries.DoAfterDrawValues 1882 0001:00029EE0 TeEngine.TChartSeries.DoBeforeDrawValues 1883 0001:00028C0C TeEngine.TChartSeries.DrawAllValues 1884 0001:0002B7F0 TeEngine.TChartSeries.DrawLegend 1885 0001:0002B7D0 TeEngine.TChartSeries.DrawLegendShape 1886 0001:0002A27C TeEngine.TChartSeries.DrawMark 1887 0001:00029F20 TeEngine.TChartSeries.DrawMarks 1888 0001:00028BFC TeEngine.TChartSeries.DrawSeriesForward 1889 0001:000296B4 TeEngine.TChartSeries.DrawValue 1890 0001:00028BC4 TeEngine.TChartSeries.DrawValuesForward 1891 0001:0002BFC0 TeEngine.TChartSeries.EndUpdate 1892 0001:0002B0C0 TeEngine.TChartSeries.FillSampleValues 1893 0001:0002A2F0 TeEngine.TChartSeries.FirstDisplayedIndex 1894 0001:00029E78 TeEngine.TChartSeries.FirstInZOrder 1895 0001:000282CC TeEngine.TChartSeries.GetChildren 1896 0001:00028CD8 TeEngine.TChartSeries.GetCursorValueIndex 1897 0001:00028D0C TeEngine.TChartSeries.GetCursorValues 1898 0001:00028D6C TeEngine.TChartSeries.GetDataSource 1899 0001:0002A8A4 TeEngine.TChartSeries.GetMarkText 1900 0001:0002A7A4 TeEngine.TChartSeries.GetMarkValue 1901 0001:0002A788 TeEngine.TChartSeries.GetOriginValue 1902 0001:0002BDFC TeEngine.TChartSeries.GetSeriesColor 1903 0001:0002B608 TeEngine.TChartSeries.GetValueColor 1904 0001:0002C3BC TeEngine.TChartSeries.GetXLabel 1905 0001:0002B554 TeEngine.TChartSeries.GetxValue 1906 0001:0002B574 TeEngine.TChartSeries.GetyValue 1907 0001:00029118 TeEngine.TChartSeries.GetYValueList 1908 0001:0002C1D0 TeEngine.TChartSeries.GetZOrder 1909 0001:0002B648 TeEngine.TChartSeries.GrowColors 1910 0001:00028D90 TeEngine.TChartSeries.InternalAddDataSource 1911 0001:0002B5EC TeEngine.TChartSeries.InternalColor 1912 0001:00029048 TeEngine.TChartSeries.InternalRemoveDataSource 1913 0001:00028F30 TeEngine.TChartSeries.InternalSetDataSource 1914 0001:0002C3E4 TeEngine.TChartSeries.IsColorStored 1915 0001:0002A314 TeEngine.TChartSeries.IsNull 1916 0001:000296D4 TeEngine.TChartSeries.IsPercentFormatStored 1917 0001:000290B0 TeEngine.TChartSeries.IsValidDataSource 1918 0001:000290E8 TeEngine.TChartSeries.IsValidSeriesSource 1919 0001:000290A8 TeEngine.TChartSeries.IsValidSourceOf 1920 0001:000296B8 TeEngine.TChartSeries.IsValueFormatStored 1921 0001:0002B7E0 TeEngine.TChartSeries.LegendItemColor 1922 0001:00029A90 TeEngine.TChartSeries.LegendString 1923 0001:00029904 TeEngine.TChartSeries.LegendToValueIndex 1924 0001:0002C0E0 TeEngine.TChartSeries.Loaded 1925 0001:0002C3F0 TeEngine.TChartSeries.MandatoryAxis 1926 0001:0002A64C TeEngine.TChartSeries.MarkPercent 1927 0001:0002BF0C TeEngine.TChartSeries.MaxMarkWidth 1928 0001:0002BE64 TeEngine.TChartSeries.MaxXValue 1929 0001:0002BE7C TeEngine.TChartSeries.MaxYValue 1930 0001:0002BEC4 TeEngine.TChartSeries.MaxZValue 1931 0001:0002BE94 TeEngine.TChartSeries.MinXValue 1932 0001:0002BEAC TeEngine.TChartSeries.MinYValue 1933 0001:0002BEE8 TeEngine.TChartSeries.MinZValue 1934 0001:00029E10 TeEngine.TChartSeries.MoreSameZOrder 1935 0001:00028380 TeEngine.TChartSeries.Notification 1936 0001:0002BE14 TeEngine.TChartSeries.NotifyColorChanged 1937 0001:0002A2B0 TeEngine.TChartSeries.NotifyNewValue 1938 0001:0002BFE0 TeEngine.TChartSeries.NotifyValue 1939 0001:0002ACB8 TeEngine.TChartSeries.NumSampleValues 1940 0001:0002AC00 TeEngine.TChartSeries.PrepareForGallery 1941 0001:0002B9A4 TeEngine.TChartSeries.PrepareLegendCanvas 1942 0001:0002ACC8 TeEngine.TChartSeries.RandomBounds 1943 0001:0002ACC0 TeEngine.TChartSeries.RandomValue 1944 0001:0002930C TeEngine.TChartSeries.ReadCustomHorizAxis 1945 0001:00029338 TeEngine.TChartSeries.ReadCustomVertAxis 1946 0001:00028740 TeEngine.TChartSeries.ReadData 1947 0001:000287FC TeEngine.TChartSeries.ReadDataSources 1948 0001:00029288 TeEngine.TChartSeries.RecalcGetAxis 1949 0001:00029DE8 TeEngine.TChartSeries.RefreshSeries 1950 0001:00028E4C TeEngine.TChartSeries.RemoveAllLinkedSeries 1951 0001:0002819C TeEngine.TChartSeries.Removed 1952 0001:0002BF80 TeEngine.TChartSeries.RemoveDataSource 1953 0001:0002BFA8 TeEngine.TChartSeries.RemoveLinkedSeries 1954 0001:0002B4B8 TeEngine.TChartSeries.ReplaceList 1955 0001:00029414 TeEngine.TChartSeries.SetChartValueList 1956 0001:0002B4A4 TeEngine.TChartSeries.SetColorEachPoint 1957 0001:00028C88 TeEngine.TChartSeries.SetColorSource 1958 0001:0002C1A0 TeEngine.TChartSeries.SetCustomHorizAxis 1959 0001:0002C218 TeEngine.TChartSeries.SetCustomVertAxis 1960 0001:00029094 TeEngine.TChartSeries.SetDataSource 1961 0001:0002C264 TeEngine.TChartSeries.SetDepth 1962 0001:0002833C TeEngine.TChartSeries.SetFunction 1963 0001:000293A4 TeEngine.TChartSeries.SetHorizAxis 1964 0001:0002C270 TeEngine.TChartSeries.SetHorizontal 1965 0001:00028CB0 TeEngine.TChartSeries.SetLabelsSource 1966 0001:0002BDEC TeEngine.TChartSeries.SetMarks 1967 0001:0002ABD4 TeEngine.TChartSeries.SetMarkText 1968 0001:0002BF8C TeEngine.TChartSeries.SetNull 1969 0001:000282F8 TeEngine.TChartSeries.SetParentChart 1970 0001:0002ABF0 TeEngine.TChartSeries.SetPercentFormat 1971 0001:0002BE30 TeEngine.TChartSeries.SetSeriesColor 1972 0001:0002C260 TeEngine.TChartSeries.SetSubGallery 1973 0001:0002B680 TeEngine.TChartSeries.SetValueColor 1974 0001:0002ABE0 TeEngine.TChartSeries.SetValueFormat 1975 0001:000293DC TeEngine.TChartSeries.SetVertAxis 1976 0001:0002C3D8 TeEngine.TChartSeries.SetXLabel 1977 0001:0002B5C0 TeEngine.TChartSeries.SetXValue 1978 0001:0002942C TeEngine.TChartSeries.SetXValues 1979 0001:0002B594 TeEngine.TChartSeries.SetYValue 1980 0001:0002943C TeEngine.TChartSeries.SetYValues 1981 0001:0002C1E8 TeEngine.TChartSeries.SetZOrder 1982 0001:0002B040 TeEngine.TChartSeries.SortByLabels 1983 0001:0002BD84 TeEngine.TChartSeries.SwapValueIndex 1984 0001:0002C0DC TeEngine.TChartSeries.UseAxis 1985 0001:0002944C TeEngine.TChartSeries.ValueListOfAxis 1986 0001:0002A628 TeEngine.TChartSeries.VisibleCount 1987 0001:00029364 TeEngine.TChartSeries.WriteCustomHorizAxis 1988 0001:00029384 TeEngine.TChartSeries.WriteCustomVertAxis 1989 0001:00028B14 TeEngine.TChartSeries.WriteData 1990 0001:00028B84 TeEngine.TChartSeries.WriteDataSources 1991 0001:0002BA28 TeEngine.TChartSeries.XScreenToValue 1992 0001:0002BAB8 TeEngine.TChartSeries.XValueToText 1993 0001:0002BAF8 TeEngine.TChartSeries.YScreenToValue 1994 0001:0002BAD8 TeEngine.TChartSeries.YValueToText 1995 0001:0002C578 TeEngine.TChartSeriesList.AddGroup 1996 0001:0002C5A4 TeEngine.TChartSeriesList.Destroy 1997 0001:0002C5D4 TeEngine.TChartSeriesList.GetAllActive 1998 0001:0002C600 TeEngine.TChartSeriesList.SetAllActive 1999 0001:0002C820 TeEngine.TChartTools.Add 2000 0001:0002C834 TeEngine.TChartTools.Clear 2001 0001:0002C858 TeEngine.TChartTools.Get 2002 0001:0002C860 TeEngine.TChartTools.SetActive 2003 0001