home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 May / Chip_1999-05_cd.bin / zkuste / PersWebServer / mtsiis.inf < prev    next >
Windows Setup INFormation  |  1997-11-14  |  83KB  |  3,335 lines

  1.  
  2. ;=====================================================================
  3. ;
  4. ; Master OCM INF for MTS
  5. ;
  6. ;=====================================================================
  7. [Version]
  8.  
  9. Signature="$Windows 95$"
  10.  
  11.  
  12.  
  13.  
  14. ;=====================================================================
  15. ; String Section (LOCALIZE)
  16. ;=====================================================================
  17. [Strings]
  18. MTS_DESC="Transaction Server"
  19. MTS_TIP="Installs the DCOM based MTS Transaction Manager, which enables the user to create transactional components."
  20. MTS_CORE_DESC="Transaction Server Core Components"
  21. MTS_CORE_TIP="Installs the minimum set of operational executables for MTS"
  22. MTS_MMC_DESC="Microsoft Management Console"
  23. MTS_MMC_TIP="Installs Microsoft Management Console for Windows NT"
  24.  
  25. MTS_CORE_DOCS_DESC="Transaction Server Core Documentation"
  26. MTS_CORE_DOCS_TIP="Installs the administration and readme documentation and help for the MTS core component"
  27.  
  28.  
  29.  
  30.  
  31.  
  32. MTSDEV_DESC="Transaction Server Development"
  33. MTSDEV_TIP="Installs the headers, libraries, and samples typically used by developers that want to create transaction components"
  34. MTSDEV_CORE_DESC="Transaction Server Development"
  35. MTSDEV_CORE_TIP="Installs the headers, libraries, and samples typically used by developers"
  36.  
  37. MTSDEV_CORE_DOCS_DESC="Transaction Server Development Documentation"
  38. MTSDEV_CORE_DOCS_TIP="Installs help and documents that outline the development features of MTS"
  39.  
  40.  
  41. MTSDEV_VBADDIN_DESC="Visual Basic Transaction Server Add-In"
  42. MTSDEV_VBADDIN_TIP="Automatically updates MTS components when they are recompiled in the VB IDE"
  43.  
  44.  
  45. ;=====================================================================
  46. ;
  47. ; Wizard page definitions
  48. ;
  49. ;=====================================================================
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. [PageAdd]
  58. early = mts
  59. prenet = mts
  60. postnet = mts
  61. late = mts
  62.  
  63. ;=====================================================================
  64. ;
  65. ; Components
  66. ;
  67. ;=====================================================================
  68. [Optional Components]
  69. mts
  70.  
  71.  
  72.  
  73. mts_mtsdev
  74. mts_core
  75.  
  76. mts_core_docs
  77.  
  78.  
  79.  
  80.  
  81. mts_mtsdev_core
  82.  
  83. mts_mtsdev_core_docs
  84.  
  85. mts_mtsdev_vbaddin
  86.  
  87. [mts]
  88. OptionDesc=%MTS_DESC%
  89. Tip=%MTS_TIP%
  90. IconIndex=*
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. [mts_core]
  104. Parent=mts
  105.  
  106.  
  107.  
  108. Needs=iis_common,dac_drv_brazos,dac_drv_sqlsrv,dac_drv_oracle
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122. OptionDesc=%MTS_CORE_DESC%
  123. Tip=%MTS_CORE_TIP%
  124. IconIndex=*
  125. Modes=0,1,3
  126.  
  127.  
  128. [mts_core_docs]
  129. Parent=mts
  130. Needs=mts_core
  131. OptionDesc=%MTS_CORE_DOCS_DESC%
  132. Tip=%MTS_CORE_DOCS_TIP%
  133. IconIndex=*
  134. Modes=0,1,3
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146. [mts_mtsdev]
  147. Parent=mts
  148. OptionDesc=%MTSDEV_DESC%
  149. Tip=%MTSDEV_TIP%
  150. IconIndex=*
  151.  
  152. [mts_mtsdev_core]
  153. Parent=mts_mtsdev
  154.  
  155.  
  156.  
  157. Needs=mts_core
  158.  
  159. OptionDesc=%MTSDEV_CORE_DESC%
  160. Tip=%MTSDEV_CORE_TIP%
  161. IconIndex=*
  162.  
  163.  
  164. [mts_mtsdev_core_docs]
  165. Parent=mts_mtsdev
  166. Needs=mts_mtsdev_core,mts_core_docs
  167. OptionDesc=%MTSDEV_CORE_DOCS_DESC%
  168. Tip=%MTSDEV_CORE_DOCS_TIP%
  169. IconIndex=*
  170.  
  171.  
  172. [mts_mtsdev_vbaddin]
  173. Parent=mts_mtsdev
  174. Needs=mts_mtsdev_core
  175. OptionDesc=%MTSDEV_VBADDIN_DESC%
  176. Tip=%MTSDEV_VBADDIN_TIP%
  177. IconIndex=*
  178.  
  179. [mts_core_install]
  180. CopyFiles=MTXHelp \
  181. ,JAVAClasses \
  182. ,MTXSystem \
  183. ,MTXSystemReg \
  184. ,DTCLog \
  185. ,DTCCore \
  186. ,MTXHelpBin \
  187. ,MTXSystem32RT \
  188. ,MTXRT \
  189. ,MTXSupport \
  190. ,Setup
  191. DelFiles=MTXBeta2Cleanup,MTXSetupFiles_REMOVE,MTXHelpBin_Cleanup
  192.  
  193.  
  194.  
  195. AddReg=mts_core_reg
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215. [mts_core_docs_install]
  216. CopyFiles= \
  217. MTXAdminDocs \
  218. ,MTXAdminHHC \
  219. ,MTXAdminGraphics \
  220. ,MTXReadmeDocs \
  221. ,MTXReadmeGraphics 
  222. DelFiles=MTX_BETA2_LEGACY_HELP
  223.  
  224.  
  225. [mts_odbc_install]
  226. CopyFiles=ODBC,SQLDriver,ADOBin,OLEDBBin
  227.  
  228. [mts_mtsdev_core_install]
  229. CopyFiles=        \
  230. VbbankSrc        \
  231. ,BankPkg        \
  232. ,TicTacToePkg   \
  233. ,VjacctODBC        \
  234. ,VjacctSQL        \
  235. ,VjacctAccount    \
  236. ,VjacctSrc        \
  237. ,VcacctSrc        \
  238. ,TClientSrc     \
  239. ,TServerSrc     \
  240. ,WSHSrc         \
  241. ,JavaTxt        \
  242. ,VbacctStep1    \
  243. ,VbacctStep2    \
  244. ,VbacctStep3    \
  245. ,VbacctStep4    \
  246. ,VbacctStep5    \
  247. ,VbacctStep6    \
  248. ,VbacctStep7    \
  249. ,VbacctStep8    \
  250. ,VbacctSrc        \
  251. ,MTXSamples        \
  252. ,MTXTools        \
  253. ,MTXLib            \
  254. ,MTXInclude        \
  255. ,MTXDsn         \
  256. ,DTCLib            \
  257. ,DTCSamples     
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. DelFiles= \
  274. VjacctCleanup    \
  275. ,BankVJCleanup  \
  276. ,VcacctCleanup
  277.  
  278.  
  279.  
  280. [mts_mtsdev_core_docs_install]
  281. CopyFiles= \
  282. MTXDevDocs \
  283. ,MTXDevHHC \
  284. ,MTXDevGraphics
  285. DelFiles=MTX_BETA2_LEGACY_HELP
  286.  
  287.  
  288. [mts_mtsdev_vbaddin_install]
  289. CopyFiles=MTXAddin
  290.  
  291. [mts_mtsdev_vbaddin_uninstall]
  292. DelFiles=MTXAddin
  293.  
  294. [mts_mtsdev_core_uninstall]
  295. DelFiles=        \
  296. VbbankSrc        \
  297. ,BankPkg        \
  298. ,TicTacToePkg   \
  299. ,GeneratedPackages \
  300. ,GeneratedCLEX    \
  301. ,VjacctODBC        \
  302. ,VjacctSQL        \
  303. ,VjacctAccount    \
  304. ,VjacctSrc        \
  305. ,VcacctSrc        \
  306. ,TClientSrc     \
  307. ,TServerSrc     \
  308. ,WSHSrc         \
  309. ,JavaTxt        \
  310. ,VbacctStep1    \
  311. ,VbacctStep2    \
  312. ,VbacctStep3    \
  313. ,VbacctStep4    \
  314. ,VbacctStep5    \
  315. ,VbacctStep6    \
  316. ,VbacctStep7    \
  317. ,VbacctStep8    \
  318. ,VbacctSrc        \
  319. ,MTXTools        \
  320. ,MTXSamples        \
  321. ,MTXLib            \
  322. ,MTXInclude        \
  323. ,MTXDsn            \
  324. ,DTCInclude        \
  325. ,DTCLib            \
  326. ,DTCSamples
  327.  
  328. [mts_core_uninstall]
  329. DelFiles=        \
  330. MTXHelp \
  331. ,MTXHelp_REMOVE \
  332. ,JAVAClasses    \
  333. ,MTXSystem32RT_REMOVE \
  334. ,MTXRT_REMOVE \
  335. ,MTXSupport_REMOVE \
  336. ,Setup
  337.  
  338.  
  339.  
  340. DelReg=mts_core_unreg
  341.  
  342. [mts_core_docs_uninstall]
  343. DelFiles= \
  344. MTXAdminDocs \
  345. ,MTXAdminHHC \
  346. ,MTXAdminGraphics \
  347. ,MTXReadmeDocs \
  348. ,MTXReadmeGraphics 
  349.  
  350. [mts_mtsdev_core_docs_uninstall]
  351. DelFiles= \
  352. MTXDevDocs \
  353. ,MTXDevHHC \
  354. ,MTXDevGraphics
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365. [mts_core_reg]
  366.  
  367.  
  368.  
  369. HKLM,"SOFTWARE\Microsoft\Transaction Server\Local Computer\My Computer","Package Directory",,"%39100%\Packages"
  370. HKLM,"SOFTWARE\Microsoft\Transaction Server\Local Computer\My Computer","Remote Components",,"%39100%\Remote"
  371. HKLM,"SOFTWARE\Microsoft\Transaction Server\Local Computer\My Computer","Install Path",,"%11%"
  372. HKLM,"SOFTWARE\Microsoft\Transaction Server\Local Computer\My Computer","OracleSqlLib",,"sqllib18.dll"
  373. HKLM,"SOFTWARE\Microsoft\Transaction Server\Local Computer\My Computer","OracleXaLib",,"xa73.dll"
  374. HKLM,"SOFTWARE\Microsoft\Transaction Server\Components","","",""
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384. HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Transaction Server","EventMessageFile",,"%11%\Mts\enumtx.dll"
  385. HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Transaction Server","CategoryMessageFile",,"%11%\Mts\enumtx.dll"
  386. HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Transaction Server","TypesSupported",0x00010001,7
  387. HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Transaction Server","CategoryCount",0x00010001,6
  388.  
  389. [mts_core_unreg]
  390.  
  391. HKLM,"SOFTWARE\Microsoft\Transaction Server\Extenders"
  392.  
  393. HKLM,"SOFTWARE\Microsoft\Transaction Server\Local Computer\My Computer"
  394. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Transaction Server"
  395. HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Transaction Server","EventMessageFile"
  396. HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Transaction Server","CategoryMessageFile"
  397. HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Transaction Server","TypesSupported"
  398. HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Transaction Server","CategoryCount"
  399. HKLM,"SYSTEM\CurrentControlSet\Services\EventLog\Application\Transaction Server"
  400.  
  401. [mts_setup_install]
  402. CopyFiles=MTXSetupFiles
  403.  
  404. [mts_setup_uninstall]
  405. DelFiles=MTXSetupFiles_REMOVE
  406.  
  407. ;=====================================================================
  408. ; Directories section
  409. ;=====================================================================
  410. [DestinationDirs]
  411. MTXSetupFiles=11
  412. MTXSetupFiles_REMOVE=11
  413. VbbankSrc=39100,Samples
  414. BankPkg=39100,Samples\Packages
  415. MTXDsn=39110
  416. GeneratedPackages=39100,Samples\Packages
  417. GeneratedCLEX=39100,Samples\Packages\clients
  418. TicTacToePkg=39100,Samples\Packages
  419. VjacctODBC=39100,Samples
  420. VjacctSQL=39100,Samples
  421. VjacctAccount=39100,Samples
  422. VjacctSrc=39100,Samples
  423. VjacctCleanup=39100,Samples
  424. VcacctCleanup=39100,Samples
  425. BankVJCleanup=39100,Samples
  426. VcacctSrc=39100,Samples
  427. TClientSrc=39100,Samples
  428. TServerSrc=39100,Samples
  429. WSHSrc=39100,Samples
  430. JavaTxt=39100,Samples
  431. VbacctStep1=39100,Samples
  432. VbacctStep2=39100,Samples
  433. VbacctStep3=39100,Samples
  434. VbacctStep4=39100,Samples
  435. VbacctStep5=39100,Samples
  436. VbacctStep6=39100,Samples
  437. VbacctStep7=39100,Samples
  438. VbacctStep8=39100,Samples
  439. VbacctSrc=39100,Samples
  440. MTXHelp=10,Help\Mts\Winhelp
  441. MTXHelp_REMOVE=10,Help\Mts\Winhelp
  442. MTXHelpBin=11
  443. MTXHelpBin_Cleanup=10,Help\Mts\bin
  444.  
  445. MTXAdminHHC=10,Help\Mts\misc
  446. MTXAdminDocs=10,Help\Mts\html
  447. MTXAdminGraphics=10,Help\Mts\html\images
  448. MTXReadmeDocs=10,Help\Mts\html
  449. MTXReadmeGraphics=10,Help\Mts\html
  450. MTXDevHHC=10,Help\Mts\misc
  451. MTXDevDocs=10,Help\Mts\html
  452. MTXDevGraphics=10,Help\Mts\html\images
  453. MTX_BETA2_LEGACY_HELP=10,Help\Mts
  454.  
  455. JAVAClasses=39101,com\ms\mtx
  456. MTXTools=39100
  457. MTXSamples=39100
  458. MTXSystem=11
  459. MTXSystemReg=11
  460. MTXLib=39100,Lib
  461. MTXInclude=39100,Include
  462. MTXAddin=39100
  463. MTXSystem32RT=11
  464. MTXRT=11,Mts
  465. MTXSupport=39100
  466. MTXSystem32RT_REMOVE=11
  467. MTXRT_REMOVE=11,Mts
  468. MTXBeta2Cleanup=39100
  469. MTXSupport_REMOVE=39100
  470. MMC=11
  471. MMC_HELP=10,Help
  472. MMC_HELP_HTM=10,Help\mmc\htm
  473. MMC_HELP_HTM_CLEANUP=10,Help\mmc\htm
  474. MMC_HELP_MISC=10,Help\mmc\misc
  475.  
  476.  
  477.  
  478. ODBC=39103
  479. SQLDriver=39104
  480. ADOBin=39108
  481. OLEDBBin=39109
  482. DTCLog=39106
  483. DTCLib=39100,Lib
  484. DTCSamples=39100
  485. DTCCore=39105
  486. Setup=11,Setup
  487. MTX10_MTX_HELP=39100
  488. MTX10_MTX_INCLUDE=39100
  489. MTX10_MTX=39100
  490. MTX10_MTX_LIB=39100
  491. MTX10_MTX_LOG=39100
  492. MTX10_MTX_PACKAGES=39100
  493. MTX10_MTX_REMOTE=39100
  494. MTX10_MTX_SAMPLES_ACCOUNTVB=39100
  495. MTX10_MTX_SAMPLES_ACCOUNTVC=39100
  496. MTX10_MTX_SAMPLES_VJ_ACCOUNT=39100
  497. MTX10_MTX_SAMPLES_VJ_JAVA=39100
  498. MTX10_MTX_SAMPLES_VJ_JAVA_SQL=39100
  499. MTX10_MTX_SAMPLES_VJ=39100
  500. MTX10_MTX_SAMPLES_VJ_ODBC=39100
  501. MTX10_MTX_BANKVB=39100
  502. MTX10_MTX_SAMPLES=39100
  503. MTX10_MTX_SAMPLE_PACKAGES=39100
  504. MTX10_MTX_SETUP=39100
  505. MTX10_MTX_TOOLS=39100
  506.  
  507. [Setup]
  508.  
  509.  
  510.  
  511.  
  512.  
  513. [DTCCore]
  514. .\adme.dll,adme.dll,,32
  515. .\dac.exe,dac.exe,,32
  516. .\dacdll.dll,dacdll.dll,,6
  517. .\dtcadmc.dll,dtcadmc.dll,,32
  518. .\dtccm.dll,dtccm.dll,,32
  519. .\dtctrace.dll,dtctrace.dll,,32
  520. .\dtctrace.exe,dtctrace.exe,,32
  521. .\dtcuic.dll,dtcuic.dll,,32
  522. .\dtcuis.dll,dtcuis.dll,,32
  523. .\dtcutil.dll,dtcutil.dll,,32
  524. .\logmgr.dll,logmgr.dll,,32
  525. .\msdtc.exe,msdtc.exe,,32
  526. .\msdtc.dll,msdtc.dll,,32
  527. .\msdtcprx.dll,msdtcprx.dll,,32
  528. .\msdtctm.dll,msdtctm.dll,,32
  529. .\dtcxatm.dll,dtcxatm.dll,,32
  530. .\xolehlp.dll,xolehlp.dll,,32
  531. .\dtccfg.cpl,dtccfg.cpl,,32
  532. .\svcsrvl.dll,svcsrvl.dll,,32
  533. .\enudtc.dll,enudtc.dll,,32
  534.  
  535. .\msdtcw.exe,msdtcw.exe,,32
  536.  
  537.  
  538. [DTCSamples]
  539. .\SampDtcC.exe,SampDtcC.exe,,32
  540. .\SampDtcR.dll,SampDtcR.dll,,32
  541. .\SampDtcS.exe,SampDtcS.exe,,32
  542. .\svr1.ini,svr1.ini,,32
  543. .\svr2.ini,svr2.ini,,32
  544. .\svr3.ini,svr3.ini,,32
  545.  
  546. [DTCLib]
  547. .\xaswitch.lib,xaswitch.lib,,32
  548. .\xolehlp.lib,xolehlp.lib,,32
  549. .\xaswitch.pdb,xaswitch.pdb,,32
  550.  
  551. [DTCLog]
  552. .\msdtc.log,msdtc.log,,16 
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610. [MTXSystem32RT]
  611. .\mtx.exe,mtx.exe,,32
  612. .\mtxstop.exe,mtxstop.exe,,32
  613. .\daccom.dll,daccom.dll,,32
  614. .\mtxex.dll,mtxex.dll,,32
  615. .\mtxexpd.dll,mtxexpd.dll,,32
  616.  
  617. .\mtxjava.dll,mtxjava.dll,,32
  618. .\jdbcdemo.dll,jdbcdemo.dll,,32
  619.  
  620. .\mtxlegih.dll,mtxlegih.dll,,32
  621. .\mtxoci.dll,mtxoci.dll,,32
  622. .\mtxtrk.dll,mtxtrk.dll,,32
  623. .\mtsevents.dll,mtsevents.dll,,32
  624. .\mtxcatu.dll,mtxcatu.dll,,32
  625.  
  626.  
  627.  
  628. .\mfcsubs.dll,mfcsubs.dll,,32
  629. .\mtxcat.dll,mtxcat.dll,,32
  630. .\mtxclu.dll,mtxclu.dll,,32
  631. .\mtxinfr1.dll,mtxinfr1.dll,,32
  632. .\mtxinfr2.dll,mtxinfr2.dll,,32
  633. .\mtxrn.dll,mtxrn.dll,,32
  634. .\mtxperf.dll,mtxperf.dll,,32
  635.  
  636. [MTXSetupFiles]
  637. .\mfcsubs.dll,mfcsubs.dll,,32
  638. .\mtxcat.dll,mtxcat.dll,,32
  639. .\mtxclu.dll,mtxclu.dll,,32
  640. .\mtxinfr1.dll,mtxinfr1.dll,,32
  641. .\mtxinfr2.dll,mtxinfr2.dll,,32
  642. .\mtxrn.dll,mtxrn.dll,,32
  643. .\mtxperf.dll,mtxperf.dll,,32
  644.  
  645.  
  646.  
  647. [MTXSetupFiles_REMOVE]
  648. .\mfcsubs.dll,mfcsubs.dll,,1
  649. .\mtxcat.dll,mtxcat.dll,,1
  650. .\mtxinfr1.dll,mtxinfr1.dll,,1
  651. .\mtxinfr2.dll,mtxinfr2.dll,,1
  652. .\mtxrn.dll,mtxrn.dll,,1
  653. .\mtxperf.dll,mtxperf.dll,,1
  654.  
  655.  
  656.  
  657.  
  658. [MTXRT]
  659. .\mtxcatex.dll,mtxcatex.dll,,32
  660. .\mtxutil.pak,mtxutil.pak,,32
  661. .\mtxextrk.dll,mtxextrk.dll,,32
  662. .\enumtx.dll,enumtx.dll,,32
  663. .\mtxspm.dll,mtxspm.dll,,32
  664. .\mtxextps.dll,mtxextps.dll,,32
  665. .\mtxtrkps.dll,mtxtrkps.dll,,32
  666. .\mtxas.dll,mtxas.dll,,32
  667. .\mtxadmin.dll,mtxadmin.dll,,32
  668. .\mtxact.dll,mtxact.dll,,32
  669. .\txctx.dll,txctx.dll,,32
  670. .\txctxps.dll,txctxps.dll,,32
  671. .\mtxwcps.dll,mtxwcps.dll,,32
  672. .\mtxtsps.dll,mtxtsps.dll,,32
  673. .\mtxgrp.dll,mtxgrp.dll,,32
  674. .\mtxtish.dll,mtxtish.dll,,32
  675.  
  676.  
  677. .\mtxsys.pak,w95_mtxsys.pak,,32
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691. [MTXSupport]
  692. .\mtxrereg.exe,mtxrereg.exe,,32
  693. .\mtxiidel.exe,mtxiidel.exe,,32
  694.  
  695.  
  696.  
  697. .\mtxexp.exe,mtxexp.exe,,32
  698.  
  699.  
  700. .\TestOracleXAConfig.Exe,TestOracleXAConfig.Exe,,32
  701. .\mtxjava.dll,mtxjava.dll,,32
  702. .\javaguid.exe,javaguid.exe,,32
  703.  
  704. .\instcat.sql,instcat.sql,,32
  705.  
  706. [MTXSystem32RT_REMOVE]
  707. .\mtx.exe,mtx.exe,,1
  708. .\~mtx.exe,~mtx.exe,,1
  709. .\mtxstop.exe,mtxstop.exe,,1
  710. .\daccom.dll,daccom.dll,,1
  711. .\mtxex.dll,mtxex.dll,,1
  712. .\mtxexpd.dll,mtxexpd.dll,,1
  713.  
  714. .\mtxjava.dll,mtxjava.dll,,1
  715. .\jdbcdemo.dll,jdbcdemo.dll,,1
  716.  
  717. .\mtxlegih.dll,mtxlegih.dll,,1
  718. .\mtsevents.dll,mtsevents.dll,,1
  719. .\mtxoci.dll,mtxoci.dll,,1
  720. .\mtxtrk.dll,mtxtrk.dll,,1
  721. .\mtxcatu.dll,mtxcatu.dll,,1
  722.  
  723.  
  724.  
  725.  
  726. [MTXRT_REMOVE]
  727. .\mtxcatex.dll,mtxcatex.dll,,1
  728. .\mtxsys.pak,mtxsys.pak,,1
  729. .\mtxutil.pak,mtxutil.pak,,1
  730. .\mtxextrk.dll,mtxextrk.dll,,1
  731.  
  732.  
  733.  
  734. .\enumtx.dll,enumtx.dll,,1
  735. .\mtxspm.dll,mtxspm.dll,,1
  736. .\mtxextps.dll,mtxextps.dll,,1
  737. .\mtxtrkps.dll,mtxtrkps.dll,,1
  738. .\mtxas.dll,mtxas.dll,,1
  739. .\mtxadmin.dll,mtxadmin.dll,,1
  740. .\mtxact.dll,mtxact.dll,,1
  741. .\txctx.dll,txctx.dll,,1
  742. .\txctxps.dll,txctxps.dll,,1
  743. .\mtxwcps.dll,mtxwcps.dll,,1
  744. .\mtxtsps.dll,mtxtsps.dll,,1
  745. .\mtxgrp.dll,mtxgrp.dll,,1
  746. .\mtxtish.dll,mtxtish.dll,,1
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753. [MTXBeta2Cleanup]
  754. .\mtxcatex.dll,mtxcatex.dll,,1
  755. .\mtxstop.exe,mtxstop.exe,,1
  756. .\mtxextrk.dll,mtxextrk.dll,,1
  757.  
  758.  
  759.  
  760. .\enumtx.dll,enumtx.dll,,1
  761. .\mtxspm.dll,mtxspm.dll,,1
  762. .\mtxextps.dll,mtxextps.dll,,1
  763. .\mtxtrkps.dll,mtxtrkps.dll,,1
  764. .\mtxas.dll,mtxas.dll,,1
  765. .\mtxadmin.dll,mtxadmin.dll,,1
  766. .\mtxact.dll,mtxact.dll,,1
  767. .\txctx.dll,txctx.dll,,1
  768. .\txctxps.dll,txctxps.dll,,1
  769. .\mtxwcps.dll,mtxwcps.dll,,1
  770. .\mtxtsps.dll,mtxtsps.dll,,1
  771.  
  772.  
  773.  
  774.  
  775. .\mtx.exe,mtx.exe,,1
  776. .\daccom.dll,daccom.dll,,1
  777. .\mtxcat.dll,mtxcat.dll,,1
  778. .\mtxex.dll,mtxex.dll,,1
  779. .\mtxperf.dll,mtxperf.dll,,1
  780. .\mtxexpd.dll,mtxexpd.dll,,1
  781. .\mfcsubs.dll,mfcsubs.dll,,1
  782. .\mtxinfr1.dll,mtxinfr1.dll,,1
  783. .\mtxinfr2.dll,mtxinfr2.dll,,1
  784.  
  785. .\jdbcdemo.dll,jdbcdemo.dll,,1
  786. .\mtxjava.dll,mtxjava.dll,,1
  787.  
  788. .\mtxlegih.dll,mtxlegih.dll,,1
  789. .\mtxoci.dll,mtxoci.dll,,1
  790. .\mtxrn.dll,mtxrn.dll,,1
  791. .\mtxtrk.dll,mtxtrk.dll,,1
  792. .\mtxcatu.dll,mtxcatu.dll,,1
  793. .\hocksvr.dll,hocksvr.dll,,1
  794. .\hockps.dll,hockps.dll,,1
  795. .\hlp95en.dll,hlp95en.dll,,1
  796. .\tpong32.exe,tpong32.exe,,1
  797. Samples\Account.VC\dlldatax.h,,,1
  798. Samples\Account.VC\account.dsw,,,1
  799.  
  800. [MTXSupport_REMOVE]
  801. .\mtxrereg.exe,mtxrereg.exe,,1
  802. .\mtxiidel.exe,mtxiidel.exe,,1
  803.  
  804.  
  805.  
  806. .\mtxexp.exe,mtxexp.exe,,1
  807.  
  808.  
  809. .\TestOracleXAConfig.Exe,TestOracleXAConfig.Exe,,1
  810. .\mtxjava.dll,mtxjava.dll,,1
  811. .\javaguid.exe,javaguid.exe,,1
  812.  
  813. .\instcat.sql,instcat.sql,,1
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872. [MTXAddin]
  873. .\mtxaddin.dll,mtxaddin.dll,,32
  874.  
  875. [MTXInclude]
  876. .\mtxattr.h,mtxattr.h,,32
  877. .\mtx.h,mtx.h,,32
  878. .\txctx.h,txctx.h,,32
  879. .\mtxspm.h,mtxspm.h,,32
  880.  
  881. .\JavaAttr.h,JavaAttr.h,,32
  882.  
  883. .\oletx2xa.h,oletx2xa.h,,32
  884. .\adoint.h,adoint.h,,32
  885. .\adoid.h,adoid.h,,32
  886.  
  887. [MTXLib]
  888. .\mtxih.lib,mtxih.lib,,32
  889. .\mtx.lib,mtx.lib,,32
  890. .\mtxguid.lib,mtxguid.lib,,32
  891. .\mtxoci.lib,mtxoci.lib,,32
  892. .\mtxih.pdb,mtxih.pdb,,32
  893. .\mtxguid.pdb,mtxguid.pdb,,32
  894. .\adoid.lib,adoid.lib,,32
  895.  
  896. [MTXDsn]
  897. .\MTSSamples.dsn,MTSSamples.dsn,,32
  898.  
  899. [MTXSystem]
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928. .\msvcirt.dll,msvcirt.dll,,32
  929.  
  930.  
  931. .\setupapi.dll,setupapi.dll,,32
  932. .\cfgmgr32.dll,cfgmgr32.dll,,32
  933.  
  934.  
  935. .\mtxdm.dll,mtxdm.dll,,32
  936.  
  937.  
  938. .\ven2232.olb,ven2232.olb,,32
  939. .\ctl3d32.dll,ctl3d32.dll,,32
  940.  
  941.  
  942. .\msvbvm50.dll,msvbvm50.dll,,32
  943.  
  944.  
  945. [MTXSystemReg]
  946.  
  947.  
  948.  
  949. .\msrdo20.dll,msrdo20.dll,,32
  950.  
  951.  
  952.  
  953.  
  954. [MTXSamples]
  955. .\vbbank.exe,vbbank.exe,,32
  956. .\tClient.exe,tClient.exe,,32
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966. [MTXTools]
  967.  
  968. .\exegen.exe,exegen.exe,32
  969.  
  970.  
  971. [JAVAClasses]
  972.  
  973. .\ienumnames.class,ienumnames.class,,32
  974. .\igetcontextproperties.class,igetcontextproperties.class,,32
  975. .\iobjectcontext.class,iobjectcontext.class,,32
  976. .\iobjectcontrol.class,iobjectcontrol.class,,32
  977. .\isharedproperty.class,isharedproperty.class,,32
  978. .\isharedpropertygroup.class,isharedpropertygroup.class,,32
  979. .\isharedpropertygroupmanager.class,isharedpropertygroupmanager.class,,32
  980. .\itransactioncontextex.class,itransactioncontextex.class,,32
  981. .\MTx.class,MTx.class,,32
  982. .\SharedPropertyGroupManager.class,SharedPropertyGroupManager.class,,32
  983. .\TransactionContextEx.class,TransactionContextEx.class,,32
  984.  
  985.  
  986.  
  987. [MTXAdminHHC]
  988. .\mts20adm.hhc,mts20adm.hhc,,32
  989.  
  990.  
  991. [MTXAdminDocs]
  992. ;.\mtsrel.h\mtsrel.tm,,,32
  993. .\AdminNode.html,AdminNode.html,,32
  994. .\MTSWelcome.html,MTSWelcome.html,,32
  995. .\SetupNode.html,SetupNode.html,,32
  996. .\StartedNode.html,StartedNode.html,,32
  997. .\TourNode.html,TourNode.html,,32
  998. .\create.htm,create.htm,,32
  999. .\create_1.htm,create_1.htm,,32
  1000. .\create_10.htm,create_10.htm,,32
  1001. .\create_2.htm,create_2.htm,,32
  1002. .\create_3.htm,create_3.htm,,32
  1003. .\create_4.htm,create_4.htm,,32
  1004. .\create_5.htm,create_5.htm,,32
  1005. .\create_6.htm,create_6.htm,,32
  1006. .\create_7.htm,create_7.htm,,32
  1007. .\create_8.htm,create_8.htm,,32
  1008. .\create_9.htm,create_9.htm,,32
  1009. .\distribute.htm,distribute.htm,,32
  1010. .\distribute_1.htm,distribute_1.htm,,32
  1011. .\distribute_2.htm,distribute_2.htm,,32
  1012. .\distribute_3.htm,distribute_3.htm,,32
  1013. .\gettingstarted.htm,gettingstarted.htm,,32
  1014. .\gettingstarted_1.htm,gettingstarted_1.htm,,32
  1015. .\gettingstarted_2.htm,gettingstarted_2.htm,,32
  1016. .\gettingstarted_3.htm,gettingstarted_3.htm,,32
  1017. .\gettingstarted_4.htm,gettingstarted_4.htm,,32
  1018. .\install.htm,install.htm,,32
  1019. .\install_1.htm,install_1.htm,,32
  1020. .\install_2.htm,install_2.htm,,32
  1021. .\install_3.htm,install_3.htm,,32
  1022. .\install_4.htm,install_4.htm,,32
  1023. .\install_5.htm,install_5.htm,,32
  1024. .\install_6.htm,install_6.htm,,32
  1025. .\install_7.htm,install_7.htm,,32
  1026. .\maintain.htm,maintain.htm,,32
  1027. .\maintain_1.htm,maintain_1.htm,,32
  1028. .\maintain_2.htm,maintain_2.htm,,32
  1029. .\maintain_3.htm,maintain_3.htm,,32
  1030. .\maintain_4.htm,maintain_4.htm,,32
  1031. .\roadmap.htm,roadmap.htm,,32
  1032. .\roadmap_1.htm,roadmap_1.htm,,32
  1033. .\roadmap_10.htm,roadmap_10.htm,,32
  1034. .\roadmap_11.htm,roadmap_11.htm,,32
  1035. .\roadmap_12.htm,roadmap_12.htm,,32
  1036. .\roadmap_13.htm,roadmap_13.htm,,32
  1037. .\roadmap_14.htm,roadmap_14.htm,,32
  1038. .\roadmap_15.htm,roadmap_15.htm,,32
  1039. .\roadmap_16.htm,roadmap_16.htm,,32
  1040. .\roadmap_17.htm,roadmap_17.htm,,32
  1041. .\roadmap_18.htm,roadmap_18.htm,,32
  1042. .\roadmap_19.htm,roadmap_19.htm,,32
  1043. .\roadmap_2.htm,roadmap_2.htm,,32
  1044. .\roadmap_20.htm,roadmap_20.htm,,32
  1045. .\roadmap_21.htm,roadmap_21.htm,,32
  1046. .\roadmap_22.htm,roadmap_22.htm,,32
  1047. .\roadmap_23.htm,roadmap_23.htm,,32
  1048. .\roadmap_24.htm,roadmap_24.htm,,32
  1049. .\roadmap_25.htm,roadmap_25.htm,,32
  1050. .\roadmap_26.htm,roadmap_26.htm,,32
  1051. .\roadmap_27.htm,roadmap_27.htm,,32
  1052. .\roadmap_28.htm,roadmap_28.htm,,32
  1053. .\roadmap_29.htm,roadmap_29.htm,,32
  1054. .\roadmap_3.htm,roadmap_3.htm,,32
  1055. .\roadmap_30.htm,roadmap_30.htm,,32
  1056. .\roadmap_31.htm,roadmap_31.htm,,32
  1057. .\roadmap_32.htm,roadmap_32.htm,,32
  1058. .\roadmap_33.htm,roadmap_33.htm,,32
  1059. .\roadmap_34.htm,roadmap_34.htm,,32
  1060. .\roadmap_35.htm,roadmap_35.htm,,32
  1061. .\roadmap_36.htm,roadmap_36.htm,,32
  1062. .\roadmap_37.htm,roadmap_37.htm,,32
  1063. .\roadmap_38.htm,roadmap_38.htm,,32
  1064. .\roadmap_39.htm,roadmap_39.htm,,32
  1065. .\roadmap_4.htm,roadmap_4.htm,,32
  1066. .\roadmap_40.htm,roadmap_40.htm,,32
  1067. .\roadmap_41.htm,roadmap_41.htm,,32
  1068. .\roadmap_42.htm,roadmap_42.htm,,32
  1069. .\roadmap_43.htm,roadmap_43.htm,,32
  1070. .\roadmap_44.htm,roadmap_44.htm,,32
  1071. .\roadmap_45.htm,roadmap_45.htm,,32
  1072. .\roadmap_46.htm,roadmap_46.htm,,32
  1073. .\roadmap_47.htm,roadmap_47.htm,,32
  1074. .\roadmap_48.htm,roadmap_48.htm,,32
  1075. .\roadmap_5.htm,roadmap_5.htm,,32
  1076. .\roadmap_6.htm,roadmap_6.htm,,32
  1077. .\roadmap_7.htm,roadmap_7.htm,,32
  1078. .\roadmap_8.htm,roadmap_8.htm,,32
  1079. .\roadmap_9.htm,roadmap_9.htm,,32
  1080. .\scriptable.htm,scriptable.htm,,32
  1081. .\scriptable_1.htm,scriptable_1.htm,,32
  1082. .\scriptable_10.htm,scriptable_10.htm,,32
  1083. .\scriptable_11.htm,scriptable_11.htm,,32
  1084. .\scriptable_12.htm,scriptable_12.htm,,32
  1085. .\scriptable_13.htm,scriptable_13.htm,,32
  1086. .\scriptable_14.htm,scriptable_14.htm,,32
  1087. .\scriptable_15.htm,scriptable_15.htm,,32
  1088. .\scriptable_16.htm,scriptable_16.htm,,32
  1089. .\scriptable_17.htm,scriptable_17.htm,,32
  1090. .\scriptable_18.htm,scriptable_18.htm,,32
  1091. .\scriptable_19.htm,scriptable_19.htm,,32
  1092. .\scriptable_2.htm,scriptable_2.htm,,32
  1093. .\scriptable_20.htm,scriptable_20.htm,,32
  1094. .\scriptable_21.htm,scriptable_21.htm,,32
  1095. .\scriptable_22.htm,scriptable_22.htm,,32
  1096. .\scriptable_23.htm,scriptable_23.htm,,32
  1097. .\scriptable_24.htm,scriptable_24.htm,,32
  1098. .\scriptable_3.htm,scriptable_3.htm,,32
  1099. .\scriptable_4.htm,scriptable_4.htm,,32
  1100. .\scriptable_5.htm,scriptable_5.htm,,32
  1101. .\scriptable_6.htm,scriptable_6.htm,,32
  1102. .\scriptable_7.htm,scriptable_7.htm,,32
  1103. .\scriptable_8.htm,scriptable_8.htm,,32
  1104. .\scriptable_9.htm,scriptable_9.htm,,32
  1105. .\vipdef01.htm,vipdef01.htm,,32
  1106. .\menus2.htm,menus2.htm,,32
  1107. .\menus2_1.htm,menus2_1.htm,,32
  1108. .\menus2_2.htm,menus2_2.htm,,32
  1109. .\menus2_3.htm,menus2_3.htm,,32
  1110. .\menus2_4.htm,menus2_4.htm,,32
  1111. .\menus2_5.htm,menus2_5.htm,,32
  1112. .\menus2_6.htm,menus2_6.htm,,32
  1113. .\quicktour.htm,quicktour.htm,,32
  1114. .\quicktour_1.htm,quicktour_1.htm,,32
  1115. .\quicktour_2.htm,quicktour_2.htm,,32
  1116. .\quicktour_3.htm,quicktour_3.htm,,32
  1117. .\quicktour_4.htm,quicktour_4.htm,,32
  1118. .\quicktour_5.htm,quicktour_5.htm,,32
  1119. .\settingup.htm,settingup.htm,,32
  1120. .\settingup_1.htm,settingup_1.htm,,32
  1121. .\settingup_2.htm,settingup_2.htm,,32
  1122. .\settingup_3.htm,settingup_3.htm,,32
  1123. .\settingup_4.htm,settingup_4.htm,,32
  1124. .\settingup_5.htm,settingup_5.htm,,32
  1125. .\settingup_6.htm,settingup_6.htm,,32
  1126. .\settingup_7.htm,settingup_7.htm,,32
  1127. .\settingup_8.htm,settingup_8.htm,,32
  1128. .\settingup_9.htm,settingup_9.htm,,32
  1129. .\transactions.htm,transactions.htm,,32
  1130. .\transactions_1.htm,transactions_1.htm,,32
  1131. .\transactions_2.htm,transactions_2.htm,,32
  1132. .\transactions_3.htm,transactions_3.htm,,32
  1133. .\transactions_4.htm,transactions_4.htm,,32
  1134. .\transactions_5.htm,transactions_5.htm,,32
  1135. .\transactions_6.htm,transactions_6.htm,,32
  1136.  
  1137.  
  1138.  
  1139. [MTXAdminGraphics]
  1140. .\aborted.gif,admin_aborted.gif,,32
  1141. .\aborting.gif,admin_aborting.gif,,32
  1142. .\chiclet.gif,admin_chiclet.gif,,32
  1143. .\prcarrow.gif,admin_prcarrow.gif,,32
  1144. .\comit.gif,admin_comit.gif,,32
  1145. .\dtcintro01.gif,admin_dtcintro01.gif,,32
  1146. .\dtcintro02.gif,admin_dtcintro02.gif,,32
  1147. .\dtcintro12.gif,admin_dtcintro12.gif,,32
  1148. .\dtcintro15.gif,admin_dtcintro15.gif,,32
  1149. .\error.gif,admin_error.gif,,32
  1150. .\filenew.gif,admin_filenew.gif,,32
  1151. .\forceab.gif,admin_forceab.gif,,32
  1152. .\indoubt.gif,admin_indoubt.gif,,32
  1153. .\info.gif,admin_info.gif,,32
  1154. .\largeico.gif,admin_largeico.gif,,32
  1155. .\list.gif,admin_list.gif,,32
  1156. .\methhier.gif,admin_methhier.gif,,32
  1157. .\newrole.gif,admin_newrole.gif,,32
  1158. .\newuser1.gif,admin_newuser1.gif,,32
  1159. .\notifyc.gif,admin_notifyc.gif,,32
  1160. .\onlyfail.gif,admin_onlyfail.gif,,32
  1161. .\open.gif,admin_open.gif,,32
  1162. .\prepard.gif,admin_prepard.gif,,32
  1163. .\preprng.gif,admin_preprng.gif,,32
  1164. .\property.gif,admin_property.gif,,32
  1165. .\pulling.gif,admin_pulling.gif,,32
  1166. .\pushing.gif,admin_pushing.gif,,32
  1167. .\refresh.gif,admin_refresh.gif,,32
  1168. .\smallico.gif,admin_smallico.gif,,32
  1169. .\snapin.gif,admin_snapin.gif,,32
  1170. .\snapin2.gif,admin_snapin2.gif,,32
  1171. .\status.gif,admin_status.gif,,32
  1172. .\trlist.gif,admin_trlist.gif,,32
  1173. .\trstatus.gif,admin_trstatus.gif,,32
  1174. .\trtrace.gif,admin_trtrace.gif,,32
  1175. .\txforced.gif,admin_txforced.gif,,32
  1176. .\viag0301.gif,admin_viag0301.gif,,32
  1177. .\viag0302.gif,admin_viag0302.gif,,32
  1178. .\viag0303.gif,admin_viag0303.gif,,32
  1179. .\viagaa03.gif,admin_viagaa03.gif,,32
  1180. .\viagaa05.gif,admin_viagaa05.gif,,32
  1181. .\viagaa06.gif,admin_viagaa06.gif,,32
  1182. .\viagaa07.gif,admin_viagaa07.gif,,32
  1183. .\viagaa08.gif,admin_viagaa08.gif,,32
  1184. .\vigs01.gif,admin_vigs01.gif,,32
  1185. .\vigs04.gif,admin_vigs04.gif,,32
  1186. .\vigs05.gif,admin_vigs05.gif,,32
  1187. .\vipa01.gif,admin_vipa01.gif,,32
  1188. .\vipa02.gif,admin_vipa02.gif,,32
  1189. .\warning.gif,admin_warning.gif,,32
  1190. .\mts_banr.gif,admin_mts_banr.gif,,32
  1191.  
  1192. [MTXReadmeDocs]
  1193. .\mtslegal.htm,mtslegal.htm,,32
  1194. .\mtxstart.htm,mtxstart.htm,,32
  1195.  
  1196. [MTXReadmeGraphics]
  1197. .\PRCARROW.gif,README_PRCARROW.gif,,32
  1198. .\arrow.gif,arrow.gif,,32
  1199. .\button.gif,button.gif,,32
  1200. .\mts.gif,mts.gif,,32
  1201. .\mtslogo.gif,mtslogo.gif,,32
  1202. .\spacer.gif,spacer.gif,,32
  1203. .\vintdev.JPG,vintdev.JPG,,32
  1204.  
  1205.  
  1206. [MTXHelp]
  1207. .\mts20.cnt,mts20.cnt,,32
  1208. .\mts20.hlp,mts20.hlp,,32
  1209. .\readme.cnt,readme.cnt,,32
  1210. .\readme.hlp,readme.hlp,,32
  1211.  
  1212. [MTXHelp_REMOVE]
  1213. .\mts20.GID,mts20.GID,,1
  1214.  
  1215. [MTXHelpBin]
  1216. .\HLP95EN.DLL,HLP95EN.DLL,,32
  1217.  
  1218. [MTXHelpBin_Cleanup]
  1219. .\HLP95EN.DLL,HLP95EN.DLL,,1
  1220.  
  1221.  
  1222.  
  1223. [MTXDevHHC]
  1224. .\mts20pr.hhc,mts20pr.hhc,,32
  1225.  
  1226. [MTXDevDocs]
  1227. .\ProgNode.html,ProgNode.html,,32
  1228. .\adminref.htm,adminref.htm,,32
  1229. .\adminref_1.htm,adminref_1.htm,,32
  1230. .\adminref_10.htm,adminref_10.htm,,32
  1231. .\adminref_11.htm,adminref_11.htm,,32
  1232. .\adminref_12.htm,adminref_12.htm,,32
  1233. .\adminref_13.htm,adminref_13.htm,,32
  1234. .\adminref_14.htm,adminref_14.htm,,32
  1235. .\adminref_15.htm,adminref_15.htm,,32
  1236. .\adminref_16.htm,adminref_16.htm,,32
  1237. .\adminref_17.htm,adminref_17.htm,,32
  1238. .\adminref_18.htm,adminref_18.htm,,32
  1239. .\adminref_19.htm,adminref_19.htm,,32
  1240. .\adminref_2.htm,adminref_2.htm,,32
  1241. .\adminref_20.htm,adminref_20.htm,,32
  1242. .\adminref_21.htm,adminref_21.htm,,32
  1243. .\adminref_22.htm,adminref_22.htm,,32
  1244. .\adminref_23.htm,adminref_23.htm,,32
  1245. .\adminref_24.htm,adminref_24.htm,,32
  1246. .\adminref_25.htm,adminref_25.htm,,32
  1247. .\adminref_26.htm,adminref_26.htm,,32
  1248. .\adminref_27.htm,adminref_27.htm,,32
  1249. .\adminref_28.htm,adminref_28.htm,,32
  1250. .\adminref_29.htm,adminref_29.htm,,32
  1251. .\adminref_3.htm,adminref_3.htm,,32
  1252. .\adminref_30.htm,adminref_30.htm,,32
  1253. .\adminref_31.htm,adminref_31.htm,,32
  1254. .\adminref_32.htm,adminref_32.htm,,32
  1255. .\adminref_33.htm,adminref_33.htm,,32
  1256. .\adminref_34.htm,adminref_34.htm,,32
  1257. .\adminref_35.htm,adminref_35.htm,,32
  1258. .\adminref_36.htm,adminref_36.htm,,32
  1259. .\adminref_37.htm,adminref_37.htm,,32
  1260. .\adminref_38.htm,adminref_38.htm,,32
  1261. .\adminref_39.htm,adminref_39.htm,,32
  1262. .\adminref_4.htm,adminref_4.htm,,32
  1263. .\adminref_40.htm,adminref_40.htm,,32
  1264. .\adminref_41.htm,adminref_41.htm,,32
  1265. .\adminref_42.htm,adminref_42.htm,,32
  1266. .\adminref_43.htm,adminref_43.htm,,32
  1267. .\adminref_44.htm,adminref_44.htm,,32
  1268. .\adminref_45.htm,adminref_45.htm,,32
  1269. .\adminref_46.htm,adminref_46.htm,,32
  1270. .\adminref_47.htm,adminref_47.htm,,32
  1271. .\adminref_48.htm,adminref_48.htm,,32
  1272. .\adminref_49.htm,adminref_49.htm,,32
  1273. .\adminref_5.htm,adminref_5.htm,,32
  1274. .\adminref_50.htm,adminref_50.htm,,32
  1275. .\adminref_51.htm,adminref_51.htm,,32
  1276. .\adminref_52.htm,adminref_52.htm,,32
  1277. .\adminref_53.htm,adminref_53.htm,,32
  1278. .\adminref_54.htm,adminref_54.htm,,32
  1279. .\adminref_55.htm,adminref_55.htm,,32
  1280. .\adminref_56.htm,adminref_56.htm,,32
  1281. .\adminref_57.htm,adminref_57.htm,,32
  1282. .\adminref_58.htm,adminref_58.htm,,32
  1283. .\adminref_59.htm,adminref_59.htm,,32
  1284. .\adminref_6.htm,adminref_6.htm,,32
  1285. .\adminref_60.htm,adminref_60.htm,,32
  1286. .\adminref_61.htm,adminref_61.htm,,32
  1287. .\adminref_62.htm,adminref_62.htm,,32
  1288. .\adminref_63.htm,adminref_63.htm,,32
  1289. .\adminref_64.htm,adminref_64.htm,,32
  1290. .\adminref_65.htm,adminref_65.htm,,32
  1291. .\adminref_66.htm,adminref_66.htm,,32
  1292. .\adminref_67.htm,adminref_67.htm,,32
  1293. .\adminref_68.htm,adminref_68.htm,,32
  1294. .\adminref_69.htm,adminref_69.htm,,32
  1295. .\adminref_7.htm,adminref_7.htm,,32
  1296. .\adminref_70.htm,adminref_70.htm,,32
  1297. .\adminref_71.htm,adminref_71.htm,,32
  1298. .\adminref_72.htm,adminref_72.htm,,32
  1299. .\adminref_73.htm,adminref_73.htm,,32
  1300. .\adminref_74.htm,adminref_74.htm,,32
  1301. .\adminref_75.htm,adminref_75.htm,,32
  1302. .\adminref_76.htm,adminref_76.htm,,32
  1303. .\adminref_77.htm,adminref_77.htm,,32
  1304. .\adminref_78.htm,adminref_78.htm,,32
  1305. .\adminref_79.htm,adminref_79.htm,,32
  1306. .\adminref_8.htm,adminref_8.htm,,32
  1307. .\adminref_80.htm,adminref_80.htm,,32
  1308. .\adminref_81.htm,adminref_81.htm,,32
  1309. .\adminref_82.htm,adminref_82.htm,,32
  1310. .\adminref_83.htm,adminref_83.htm,,32
  1311. .\adminref_84.htm,adminref_84.htm,,32
  1312. .\adminref_85.htm,adminref_85.htm,,32
  1313. .\adminref_86.htm,adminref_86.htm,,32
  1314. .\adminref_87.htm,adminref_87.htm,,32
  1315. .\adminref_88.htm,adminref_88.htm,,32
  1316. .\adminref_89.htm,adminref_89.htm,,32
  1317. .\adminref_9.htm,adminref_9.htm,,32
  1318. .\adminref_90.htm,adminref_90.htm,,32
  1319. .\adminref_91.htm,adminref_91.htm,,32
  1320. .\adminref_92.htm,adminref_92.htm,,32
  1321. .\adminref_93.htm,adminref_93.htm,,32
  1322. .\adminref_94.htm,adminref_94.htm,,32
  1323. .\adminref_95.htm,adminref_95.htm,,32
  1324. .\adminref_96.htm,adminref_96.htm,,32
  1325. .\adminref_97.htm,adminref_97.htm,,32
  1326. .\adminref_98.htm,adminref_98.htm,,32
  1327. .\adminref_99.htm,adminref_99.htm,,32
  1328. .\building.htm,building.htm,,32
  1329. .\building_1.htm,building_1.htm,,32
  1330. .\building_10.htm,building_10.htm,,32
  1331. .\building_11.htm,building_11.htm,,32
  1332. .\building_12.htm,building_12.htm,,32
  1333. .\building_13.htm,building_13.htm,,32
  1334. .\building_2.htm,building_2.htm,,32
  1335. .\building_3.htm,building_3.htm,,32
  1336. .\building_4.htm,building_4.htm,,32
  1337. .\building_5.htm,building_5.htm,,32
  1338. .\building_6.htm,building_6.htm,,32
  1339. .\building_7.htm,building_7.htm,,32
  1340. .\building_8.htm,building_8.htm,,32
  1341. .\building_9.htm,building_9.htm,,32
  1342. .\disamb01.htm,disamb01.htm,,32
  1343. .\disamb01_1.htm,disamb01_1.htm,,32
  1344. .\disamb01_10.htm,disamb01_10.htm,,32
  1345. .\disamb01_11.htm,disamb01_11.htm,,32
  1346. .\disamb01_12.htm,disamb01_12.htm,,32
  1347. .\disamb01_13.htm,disamb01_13.htm,,32
  1348. .\disamb01_14.htm,disamb01_14.htm,,32
  1349. .\disamb01_15.htm,disamb01_15.htm,,32
  1350. .\disamb01_16.htm,disamb01_16.htm,,32
  1351. .\disamb01_17.htm,disamb01_17.htm,,32
  1352. .\disamb01_18.htm,disamb01_18.htm,,32
  1353. .\disamb01_19.htm,disamb01_19.htm,,32
  1354. .\disamb01_2.htm,disamb01_2.htm,,32
  1355. .\disamb01_20.htm,disamb01_20.htm,,32
  1356. .\disamb01_21.htm,disamb01_21.htm,,32
  1357. .\disamb01_22.htm,disamb01_22.htm,,32
  1358. .\disamb01_23.htm,disamb01_23.htm,,32
  1359. .\disamb01_24.htm,disamb01_24.htm,,32
  1360. .\disamb01_25.htm,disamb01_25.htm,,32
  1361. .\disamb01_26.htm,disamb01_26.htm,,32
  1362. .\disamb01_27.htm,disamb01_27.htm,,32
  1363. .\disamb01_28.htm,disamb01_28.htm,,32
  1364. .\disamb01_3.htm,disamb01_3.htm,,32
  1365. .\disamb01_4.htm,disamb01_4.htm,,32
  1366. .\disamb01_5.htm,disamb01_5.htm,,32
  1367. .\disamb01_6.htm,disamb01_6.htm,,32
  1368. .\disamb01_7.htm,disamb01_7.htm,,32
  1369. .\disamb01_8.htm,disamb01_8.htm,,32
  1370. .\disamb01_9.htm,disamb01_9.htm,,32
  1371. .\errorcodes.htm,errorcodes.htm,,32
  1372. .\errorcodes_1.htm,errorcodes_1.htm,,32
  1373. .\mtxpg03.htm,mtxpg03.htm,,32
  1374. .\mtxpg03_1.htm,mtxpg03_1.htm,,32
  1375. .\mtxpg03_2.htm,mtxpg03_2.htm,,32
  1376. .\mtxpg03_3.htm,mtxpg03_3.htm,,32
  1377. .\mtxpg03_4.htm,mtxpg03_4.htm,,32
  1378. .\mtxpg03_5.htm,mtxpg03_5.htm,,32
  1379. .\mtxpg03_6.htm,mtxpg03_6.htm,,32
  1380. .\mtxpg03_7.htm,mtxpg03_7.htm,,32
  1381. .\mtxpg04.htm,mtxpg04.htm,,32
  1382. .\mtxpg04_1.htm,mtxpg04_1.htm,,32
  1383. .\mtxpg04_10.htm,mtxpg04_10.htm,,32
  1384. .\mtxpg04_11.htm,mtxpg04_11.htm,,32
  1385. .\mtxpg04_12.htm,mtxpg04_12.htm,,32
  1386. .\mtxpg04_13.htm,mtxpg04_13.htm,,32
  1387. .\mtxpg04_14.htm,mtxpg04_14.htm,,32
  1388. .\mtxpg04_15.htm,mtxpg04_15.htm,,32
  1389. .\mtxpg04_16.htm,mtxpg04_16.htm,,32
  1390. .\mtxpg04_17.htm,mtxpg04_17.htm,,32
  1391. .\mtxpg04_18.htm,mtxpg04_18.htm,,32
  1392. .\mtxpg04_19.htm,mtxpg04_19.htm,,32
  1393. .\mtxpg04_2.htm,mtxpg04_2.htm,,32
  1394. .\mtxpg04_3.htm,mtxpg04_3.htm,,32
  1395. .\mtxpg04_4.htm,mtxpg04_4.htm,,32
  1396. .\mtxpg04_5.htm,mtxpg04_5.htm,,32
  1397. .\mtxpg04_6.htm,mtxpg04_6.htm,,32
  1398. .\mtxpg04_7.htm,mtxpg04_7.htm,,32
  1399. .\mtxpg04_8.htm,mtxpg04_8.htm,,32
  1400. .\mtxpg04_9.htm,mtxpg04_9.htm,,32
  1401. .\mtxpg05vb.htm,mtxpg05vb.htm,,32
  1402. .\mtxpg05vb_1.htm,mtxpg05vb_1.htm,,32
  1403. .\mtxpg05vb_2.htm,mtxpg05vb_2.htm,,32
  1404. .\mtxpg05vb_3.htm,mtxpg05vb_3.htm,,32
  1405. .\mtxpg05vb_4.htm,mtxpg05vb_4.htm,,32
  1406. .\mtxpg05vb_5.htm,mtxpg05vb_5.htm,,32
  1407. .\mtxpg05vb_6.htm,mtxpg05vb_6.htm,,32
  1408. .\mtxpg05vb_7.htm,mtxpg05vb_7.htm,,32
  1409. .\mtxpg06vb.htm,mtxpg06vb.htm,,32
  1410. .\mtxpg06vb_1.htm,mtxpg06vb_1.htm,,32
  1411. .\mtxpg06vb_2.htm,mtxpg06vb_2.htm,,32
  1412. .\mtxpg06vb_3.htm,mtxpg06vb_3.htm,,32
  1413. .\mtxpg07vb.htm,mtxpg07vb.htm,,32
  1414. .\mtxpg07vb_1.htm,mtxpg07vb_1.htm,,32
  1415. .\mtxpg07vb_2.htm,mtxpg07vb_2.htm,,32
  1416. .\mtxpg07vb_3.htm,mtxpg07vb_3.htm,,32
  1417. .\mtxpg07vb_4.htm,mtxpg07vb_4.htm,,32
  1418. .\mtxpg08vb.htm,mtxpg08vb.htm,,32
  1419. .\mtxpg08vb_1.htm,mtxpg08vb_1.htm,,32
  1420. .\mtxpg08vb_2.htm,mtxpg08vb_2.htm,,32
  1421. .\mtxpg08vb_3.htm,mtxpg08vb_3.htm,,32
  1422. .\mtxpg09vb.htm,mtxpg09vb.htm,,32
  1423. .\mtxpg09vb_1.htm,mtxpg09vb_1.htm,,32
  1424. .\mtxpg09vb_2.htm,mtxpg09vb_2.htm,,32
  1425. .\mtxpg09vb_3.htm,mtxpg09vb_3.htm,,32
  1426. .\mtxpg10vb.htm,mtxpg10vb.htm,,32
  1427. .\mtxpg10vb_1.htm,mtxpg10vb_1.htm,,32
  1428. .\mtxpg10vb_2.htm,mtxpg10vb_2.htm,,32
  1429. .\mtxpg10vb_3.htm,mtxpg10vb_3.htm,,32
  1430. .\mtxpg11vb.htm,mtxpg11vb.htm,,32
  1431. .\mtxpg11vb_1.htm,mtxpg11vb_1.htm,,32
  1432. .\mtxpg11vb_2.htm,mtxpg11vb_2.htm,,32
  1433. .\mtxpg11vb_3.htm,mtxpg11vb_3.htm,,32
  1434. .\objctrlvb.htm,objctrlvb.htm,,32
  1435. .\objctrlvb_1.htm,objctrlvb_1.htm,,32
  1436. .\objctrlvb_2.htm,objctrlvb_2.htm,,32
  1437. .\objctrlvb_3.htm,objctrlvb_3.htm,,32
  1438. .\objctrlvb_4.htm,objctrlvb_4.htm,,32
  1439. .\objctrlvb_5.htm,objctrlvb_5.htm,,32
  1440. .\objctrlvb_6.htm,objctrlvb_6.htm,,32
  1441. .\objctrlvc.htm,objctrlvc.htm,,32
  1442. .\objctrlvc_1.htm,objctrlvc_1.htm,,32
  1443. .\objctrlvc_2.htm,objctrlvc_2.htm,,32
  1444. .\objctrlvc_3.htm,objctrlvc_3.htm,,32
  1445. .\objctrlvc_4.htm,objctrlvc_4.htm,,32
  1446. .\objctrlvc_5.htm,objctrlvc_5.htm,,32
  1447. .\objctrlvc_6.htm,objctrlvc_6.htm,,32
  1448. .\objctrlvj.htm,objctrlvj.htm,,32
  1449. .\objctrlvj_1.htm,objctrlvj_1.htm,,32
  1450. .\objctrlvj_2.htm,objctrlvj_2.htm,,32
  1451. .\objctrlvj_3.htm,objctrlvj_3.htm,,32
  1452. .\objctrlvj_4.htm,objctrlvj_4.htm,,32
  1453. .\objctrlvj_5.htm,objctrlvj_5.htm,,32
  1454. .\objctrlvj_6.htm,objctrlvj_6.htm,,32
  1455. .\objctxvb.htm,objctxvb.htm,,32
  1456. .\objctxvb_1.htm,objctxvb_1.htm,,32
  1457. .\objctxvb_10.htm,objctxvb_10.htm,,32
  1458. .\objctxvb_11.htm,objctxvb_11.htm,,32
  1459. .\objctxvb_12.htm,objctxvb_12.htm,,32
  1460. .\objctxvb_13.htm,objctxvb_13.htm,,32
  1461. .\objctxvb_14.htm,objctxvb_14.htm,,32
  1462. .\objctxvb_15.htm,objctxvb_15.htm,,32
  1463. .\objctxvb_16.htm,objctxvb_16.htm,,32
  1464. .\objctxvb_17.htm,objctxvb_17.htm,,32
  1465. .\objctxvb_2.htm,objctxvb_2.htm,,32
  1466. .\objctxvb_3.htm,objctxvb_3.htm,,32
  1467. .\objctxvb_4.htm,objctxvb_4.htm,,32
  1468. .\objctxvb_5.htm,objctxvb_5.htm,,32
  1469. .\objctxvb_6.htm,objctxvb_6.htm,,32
  1470. .\objctxvb_7.htm,objctxvb_7.htm,,32
  1471. .\objctxvb_8.htm,objctxvb_8.htm,,32
  1472. .\objctxvb_9.htm,objctxvb_9.htm,,32
  1473. .\objctxvc.htm,objctxvc.htm,,32
  1474. .\objctxvc_1.htm,objctxvc_1.htm,,32
  1475. .\objctxvc_10.htm,objctxvc_10.htm,,32
  1476. .\objctxvc_11.htm,objctxvc_11.htm,,32
  1477. .\objctxvc_12.htm,objctxvc_12.htm,,32
  1478. .\objctxvc_13.htm,objctxvc_13.htm,,32
  1479. .\objctxvc_14.htm,objctxvc_14.htm,,32
  1480. .\objctxvc_15.htm,objctxvc_15.htm,,32
  1481. .\objctxvc_16.htm,objctxvc_16.htm,,32
  1482. .\objctxvc_17.htm,objctxvc_17.htm,,32
  1483. .\objctxvc_2.htm,objctxvc_2.htm,,32
  1484. .\objctxvc_3.htm,objctxvc_3.htm,,32
  1485. .\objctxvc_4.htm,objctxvc_4.htm,,32
  1486. .\objctxvc_5.htm,objctxvc_5.htm,,32
  1487. .\objctxvc_6.htm,objctxvc_6.htm,,32
  1488. .\objctxvc_7.htm,objctxvc_7.htm,,32
  1489. .\objctxvc_8.htm,objctxvc_8.htm,,32
  1490. .\objctxvc_9.htm,objctxvc_9.htm,,32
  1491. .\objctxvj.htm,objctxvj.htm,,32
  1492. .\objctxvj_1.htm,objctxvj_1.htm,,32
  1493. .\objctxvj_10.htm,objctxvj_10.htm,,32
  1494. .\objctxvj_11.htm,objctxvj_11.htm,,32
  1495. .\objctxvj_12.htm,objctxvj_12.htm,,32
  1496. .\objctxvj_13.htm,objctxvj_13.htm,,32
  1497. .\objctxvj_14.htm,objctxvj_14.htm,,32
  1498. .\objctxvj_15.htm,objctxvj_15.htm,,32
  1499. .\objctxvj_16.htm,objctxvj_16.htm,,32
  1500. .\objctxvj_17.htm,objctxvj_17.htm,,32
  1501. .\objctxvj_2.htm,objctxvj_2.htm,,32
  1502. .\objctxvj_3.htm,objctxvj_3.htm,,32
  1503. .\objctxvj_4.htm,objctxvj_4.htm,,32
  1504. .\objctxvj_5.htm,objctxvj_5.htm,,32
  1505. .\objctxvj_6.htm,objctxvj_6.htm,,32
  1506. .\objctxvj_7.htm,objctxvj_7.htm,,32
  1507. .\objctxvj_8.htm,objctxvj_8.htm,,32
  1508. .\objctxvj_9.htm,objctxvj_9.htm,,32
  1509. .\parti.htm,parti.htm,,32
  1510. .\partiii.htm,partiii.htm,,32
  1511. .\partiii_1.htm,partiii_1.htm,,32
  1512. .\partiii_10.htm,partiii_10.htm,,32
  1513. .\partiii_11.htm,partiii_11.htm,,32
  1514. .\partiii_12.htm,partiii_12.htm,,32
  1515. .\partiii_2.htm,partiii_2.htm,,32
  1516. .\partiii_3.htm,partiii_3.htm,,32
  1517. .\partiii_4.htm,partiii_4.htm,,32
  1518. .\partiii_5.htm,partiii_5.htm,,32
  1519. .\partiii_6.htm,partiii_6.htm,,32
  1520. .\partiii_7.htm,partiii_7.htm,,32
  1521. .\partiii_8.htm,partiii_8.htm,,32
  1522. .\partiii_9.htm,partiii_9.htm,,32
  1523. .\partiivb.htm,partiivb.htm,,32
  1524. .\sampcodevb.htm,sampcodevb.htm,,32
  1525. .\sampcodevb_1.htm,sampcodevb_1.htm,,32
  1526. .\sampcodevb_10.htm,sampcodevb_10.htm,,32
  1527. .\sampcodevb_2.htm,sampcodevb_2.htm,,32
  1528. .\sampcodevb_3.htm,sampcodevb_3.htm,,32
  1529. .\sampcodevb_4.htm,sampcodevb_4.htm,,32
  1530. .\sampcodevb_5.htm,sampcodevb_5.htm,,32
  1531. .\sampcodevb_6.htm,sampcodevb_6.htm,,32
  1532. .\sampcodevb_7.htm,sampcodevb_7.htm,,32
  1533. .\sampcodevb_8.htm,sampcodevb_8.htm,,32
  1534. .\sampcodevb_9.htm,sampcodevb_9.htm,,32
  1535. .\spamrefvb.htm,spamrefvb.htm,,32
  1536. .\spamrefvb_1.htm,spamrefvb_1.htm,,32
  1537. .\spamrefvb_10.htm,spamrefvb_10.htm,,32
  1538. .\spamrefvb_11.htm,spamrefvb_11.htm,,32
  1539. .\spamrefvb_12.htm,spamrefvb_12.htm,,32
  1540. .\spamrefvb_13.htm,spamrefvb_13.htm,,32
  1541. .\spamrefvb_2.htm,spamrefvb_2.htm,,32
  1542. .\spamrefvb_3.htm,spamrefvb_3.htm,,32
  1543. .\spamrefvb_4.htm,spamrefvb_4.htm,,32
  1544. .\spamrefvb_5.htm,spamrefvb_5.htm,,32
  1545. .\spamrefvb_6.htm,spamrefvb_6.htm,,32
  1546. .\spamrefvb_7.htm,spamrefvb_7.htm,,32
  1547. .\spamrefvb_8.htm,spamrefvb_8.htm,,32
  1548. .\spamrefvb_9.htm,spamrefvb_9.htm,,32
  1549. .\spamrefvc.htm,spamrefvc.htm,,32
  1550. .\spamrefvc_1.htm,spamrefvc_1.htm,,32
  1551. .\spamrefvc_10.htm,spamrefvc_10.htm,,32
  1552. .\spamrefvc_11.htm,spamrefvc_11.htm,,32
  1553. .\spamrefvc_12.htm,spamrefvc_12.htm,,32
  1554. .\spamrefvc_13.htm,spamrefvc_13.htm,,32
  1555. .\spamrefvc_14.htm,spamrefvc_14.htm,,32
  1556. .\spamrefvc_15.htm,spamrefvc_15.htm,,32
  1557. .\spamrefvc_16.htm,spamrefvc_16.htm,,32
  1558. .\spamrefvc_2.htm,spamrefvc_2.htm,,32
  1559. .\spamrefvc_3.htm,spamrefvc_3.htm,,32
  1560. .\spamrefvc_4.htm,spamrefvc_4.htm,,32
  1561. .\spamrefvc_5.htm,spamrefvc_5.htm,,32
  1562. .\spamrefvc_6.htm,spamrefvc_6.htm,,32
  1563. .\spamrefvc_7.htm,spamrefvc_7.htm,,32
  1564. .\spamrefvc_8.htm,spamrefvc_8.htm,,32
  1565. .\spamrefvc_9.htm,spamrefvc_9.htm,,32
  1566. .\spamrefvj.htm,spamrefvj.htm,,32
  1567. .\spamrefvj_1.htm,spamrefvj_1.htm,,32
  1568. .\spamrefvj_10.htm,spamrefvj_10.htm,,32
  1569. .\spamrefvj_11.htm,spamrefvj_11.htm,,32
  1570. .\spamrefvj_12.htm,spamrefvj_12.htm,,32
  1571. .\spamrefvj_13.htm,spamrefvj_13.htm,,32
  1572. .\spamrefvj_14.htm,spamrefvj_14.htm,,32
  1573. .\spamrefvj_15.htm,spamrefvj_15.htm,,32
  1574. .\spamrefvj_16.htm,spamrefvj_16.htm,,32
  1575. .\spamrefvj_2.htm,spamrefvj_2.htm,,32
  1576. .\spamrefvj_3.htm,spamrefvj_3.htm,,32
  1577. .\spamrefvj_4.htm,spamrefvj_4.htm,,32
  1578. .\spamrefvj_5.htm,spamrefvj_5.htm,,32
  1579. .\spamrefvj_6.htm,spamrefvj_6.htm,,32
  1580. .\spamrefvj_7.htm,spamrefvj_7.htm,,32
  1581. .\spamrefvj_8.htm,spamrefvj_8.htm,,32
  1582. .\spamrefvj_9.htm,spamrefvj_9.htm,,32
  1583. .\transctxvb.htm,transctxvb.htm,,32
  1584. .\transctxvb_1.htm,transctxvb_1.htm,,32
  1585. .\transctxvb_2.htm,transctxvb_2.htm,,32
  1586. .\transctxvb_3.htm,transctxvb_3.htm,,32
  1587. .\transctxvb_4.htm,transctxvb_4.htm,,32
  1588. .\transctxvb_5.htm,transctxvb_5.htm,,32
  1589. .\transctxvc.htm,transctxvc.htm,,32
  1590. .\transctxvc_1.htm,transctxvc_1.htm,,32
  1591. .\transctxvc_2.htm,transctxvc_2.htm,,32
  1592. .\transctxvc_3.htm,transctxvc_3.htm,,32
  1593. .\transctxvc_4.htm,transctxvc_4.htm,,32
  1594. .\transctxvc_5.htm,transctxvc_5.htm,,32
  1595. .\transctxvj.htm,transctxvj.htm,,32
  1596. .\transctxvj_1.htm,transctxvj_1.htm,,32
  1597. .\transctxvj_2.htm,transctxvj_2.htm,,32
  1598. .\transctxvj_3.htm,transctxvj_3.htm,,32
  1599. .\transctxvj_4.htm,transctxvj_4.htm,,32
  1600. .\transctxvj_5.htm,transctxvj_5.htm,,32
  1601. .\GetCtxtPropvc.htm,GetCtxtPropvc.htm,,32
  1602. .\GetCtxtPropvc_1.htm,GetCtxtPropvc_1.htm,,32
  1603. .\GetCtxtPropvc_2.htm,GetCtxtPropvc_2.htm,,32
  1604. .\GetCtxtPropvc_3.htm,GetCtxtPropvc_3.htm,,32
  1605. .\GetCtxtPropvc_4.htm,GetCtxtPropvc_4.htm,,32
  1606. .\GetCtxtPropvj.htm,GetCtxtPropvj.htm,,32
  1607. .\GetCtxtPropvj_1.htm,GetCtxtPropvj_1.htm,,32
  1608. .\GetCtxtPropvj_2.htm,GetCtxtPropvj_2.htm,,32
  1609. .\GetCtxtPropvj_3.htm,GetCtxtPropvj_3.htm,,32
  1610. .\GetCtxtPropvj_4.htm,GetCtxtPropvj_4.htm,,32
  1611. .\ObjCtxActivity.htm,ObjCtxActivity.htm,,32
  1612. .\ObjCtxActivity_1.htm,ObjCtxActivity_1.htm,,32
  1613. .\ObjCtxActivity_2.htm,ObjCtxActivity_2.htm,,32
  1614. .\ProgSecRefvb.htm,ProgSecRefvb.htm,,32
  1615. .\ProgSecRefvb_1.htm,ProgSecRefvb_1.htm,,32
  1616. .\ProgSecRefvb_2.htm,ProgSecRefvb_2.htm,,32
  1617. .\ProgSecRefvb_3.htm,ProgSecRefvb_3.htm,,32
  1618. .\ProgSecRefvb_4.htm,ProgSecRefvb_4.htm,,32
  1619. .\ProgSecRefvb_5.htm,ProgSecRefvb_5.htm,,32
  1620. .\ProgSecRefvb_6.htm,ProgSecRefvb_6.htm,,32
  1621. .\ProgSecRefvb_7.htm,ProgSecRefvb_7.htm,,32
  1622. .\ProgSecRefvb_8.htm,ProgSecRefvb_8.htm,,32
  1623. .\ProgSecRefvc.htm,ProgSecRefvc.htm,,32
  1624. .\ProgSecRefvc_1.htm,ProgSecRefvc_1.htm,,32
  1625. .\ProgSecRefvc_2.htm,ProgSecRefvc_2.htm,,32
  1626. .\ProgSecRefvc_3.htm,ProgSecRefvc_3.htm,,32
  1627. .\ProgSecRefvc_4.htm,ProgSecRefvc_4.htm,,32
  1628. .\ProgSecRefvc_5.htm,ProgSecRefvc_5.htm,,32
  1629. .\ProgSecRefvc_6.htm,ProgSecRefvc_6.htm,,32
  1630. .\ProgSecRefvc_7.htm,ProgSecRefvc_7.htm,,32
  1631. .\ProgSecRefvc_8.htm,ProgSecRefvc_8.htm,,32
  1632. .\ProgSecRefvc_9.htm,ProgSecRefvc_9.htm,,32
  1633. .\disamb01_29.htm,disamb01_29.htm,,32
  1634. .\disamb01_30.htm,disamb01_30.htm,,32
  1635. .\disamb01_31.htm,disamb01_31.htm,,32
  1636. .\disamb01_32.htm,disamb01_32.htm,,32
  1637. .\disamb01_33.htm,disamb01_33.htm,,32
  1638. .\disamb01_34.htm,disamb01_34.htm,,32
  1639. .\disamb01_35.htm,disamb01_35.htm,,32
  1640. .\disamb01_36.htm,disamb01_36.htm,,32
  1641. .\disamb01_37.htm,disamb01_37.htm,,32
  1642. .\adminref_100.htm,adminref_100.htm,,32
  1643. .\adminref_101.htm,adminref_101.htm,,32
  1644. .\adminref_102.htm,adminref_102.htm,,32
  1645. .\adminref_103.htm,adminref_103.htm,,32
  1646. .\adminref_104.htm,adminref_104.htm,,32
  1647. .\adminref_105.htm,adminref_105.htm,,32
  1648. .\adminref_106.htm,adminref_106.htm,,32
  1649. .\mtxpg04_20.htm,mtxpg04_20.htm,,32
  1650. .\mtxpg04_21.htm,mtxpg04_21.htm,,32
  1651. .\objctxvb_18.htm,objctxvb_18.htm,,32
  1652. .\objctxvb_19.htm,objctxvb_19.htm,,32
  1653. .\objctxvb_20.htm,objctxvb_20.htm,,32
  1654. .\objctxvb_21.htm,objctxvb_21.htm,,32
  1655. .\objctxvb_22.htm,objctxvb_22.htm,,32
  1656.  
  1657.  
  1658.  
  1659. [MTXDevGraphics]
  1660. .\context1.gif,sdk_context1.gif,,32
  1661. .\context2.gif,sdk_context2.gif,,32
  1662. .\context3.gif,sdk_context3.gif,,32
  1663. .\application.gif,sdk_application.gif,,32
  1664. .\call1.gif,sdk_call1.gif,,32
  1665. .\datahei.gif,sdk_datahei.gif,,32
  1666. .\errordialogue.gif,sdk_errordialogue.gif,,32
  1667. .\host.gif,sdk_host.gif,,32
  1668. .\objsp.gif,sdk_objsp.gif,,32
  1669. .\objspg.gif,sdk_objspg.gif,,32
  1670. .\objspgm.gif,sdk_objspgm.gif,,32
  1671. .\parchild.gif,sdk_parchild.gif,,32
  1672. .\space.gif,sdk_space.gif,,32
  1673. .\state1.gif,sdk_state1.gif,,32
  1674. .\state2.gif,sdk_state2.gif,,32
  1675. .\state3.gif,sdk_state3.gif,,32
  1676. .\vi0301.gif,sdk_vi0301.gif,,32
  1677. .\vi0302.gif,sdk_vi0302.gif,,32
  1678. .\vi0401.gif,sdk_vi0401.gif,,32
  1679. .\vi0402.gif,sdk_vi0402.gif,,32
  1680. .\vi0403.gif,sdk_vi0403.gif,,32
  1681. .\vi0404.gif,sdk_vi0404.gif,,32
  1682. .\vi0405.gif,sdk_vi0405.gif,,32
  1683. .\vi0406.gif,sdk_vi0406.gif,,32
  1684. .\vi0407.gif,sdk_vi0407.gif,,32
  1685. .\vi0408.gif,sdk_vi0408.gif,,32
  1686. .\vi0409.gif,sdk_vi0409.gif,,32
  1687. .\vi0410.gif,sdk_vi0410.gif,,32
  1688. .\vi0501.gif,sdk_vi0501.gif,,32
  1689. .\vi0502.gif,sdk_vi0502.gif,,32
  1690. .\vi0503.gif,sdk_vi0503.gif,,32
  1691. .\vi0601.gif,sdk_vi0601.gif,,32
  1692. .\vi0602.gif,sdk_vi0602.gif,,32
  1693. .\vi0603.gif,sdk_vi0603.gif,,32
  1694. .\vi0701.gif,sdk_vi0701.gif,,32
  1695. .\vi0702.gif,sdk_vi0702.gif,,32
  1696. .\vi0801.gif,sdk_vi0801.gif,,32
  1697. .\vi0901.gif,sdk_vi0901.gif,,32
  1698. .\vi0902.gif,sdk_vi0902.gif,,32
  1699. .\vi1001.gif,sdk_vi1001.gif,,32
  1700. .\vi1101.gif,sdk_vi1101.gif,,32
  1701. .\vi1102.gif,sdk_vi1102.gif,,32
  1702. .\viic01.gif,sdk_viic01.gif,,32
  1703. .\viic02.gif,sdk_viic02.gif,,32
  1704. .\viic03.gif,sdk_viic03.gif,,32
  1705. .\viic04.gif,sdk_viic04.gif,,32
  1706. .\viic05.gif,sdk_viic05.gif,,32
  1707. .\viicno.gif,sdk_viicno.gif,,32
  1708. .\viicsc.gif,sdk_viicsc.gif,,32
  1709. .\vips01.gif,sdk_vips01.gif,,32
  1710. .\vips02.gif,sdk_vips02.gif,,32
  1711. .\vips03.gif,sdk_vips03.gif,,32
  1712. .\vips04.gif,sdk_vips04.gif,,32
  1713. .\vips05.gif,sdk_vips05.gif,,32
  1714. .\vips06.gif,sdk_vips06.gif,,32
  1715. .\param1.gif,sdk_param1.gif,,32
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780.  
  1781.  
  1782.  
  1783.  
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794.  
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806.  
  1807.  
  1808.  
  1809.  
  1810.  
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880.  
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  
  1909.  
  1910.  
  1911.  
  1912.  
  1913.  
  1914.  
  1915.  
  1916.  
  1917.  
  1918.  
  1919.  
  1920.  
  1921.  
  1922.  
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928.  
  1929.  
  1930.  
  1931.  
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944.  
  1945.  
  1946.  
  1947.  
  1948. [VbacctSrc]
  1949. Account.VB\account.vbp,Account.VB_account.vbp,,32
  1950. Account.VB\account.cls,Account.VB_account.cls,,32
  1951. Account.VB\MoveMoney.cls,Account.VB_MoveMoney.cls,,32
  1952. Account.VB\Receipt.cls,Account.VB_Receipt.cls,,32
  1953. Account.VB\ReceiptUpd.cls,Account.VB_ReceiptUpd.cls,,32
  1954. Account.VB\CreateTable.cls,Account.VB_CreateTable.cls,,32
  1955.  
  1956. [VbacctStep1]
  1957. Account.VB\Step1\account.cls,Account.VB_Step1_account.cls,,32
  1958. Account.VB\Step1\account.vbp,Account.VB_Step1_account.vbp,,32
  1959.  
  1960. [VbacctStep2]
  1961. Account.VB\Step2\account.cls,Account.VB_Step2_account.cls,,32
  1962. Account.VB\Step2\account.vbp,Account.VB_Step2_account.vbp,,32
  1963. Account.VB\Step2\CreateTable.cls,Account.VB_Step2_CreateTable.cls,,32
  1964.  
  1965. [VbacctStep3]
  1966. Account.VB\Step3\account.cls,Account.VB_Step3_account.cls,,32
  1967. Account.VB\Step3\account.vbp,Account.VB_Step3_account.vbp,,32
  1968. Account.VB\Step3\CreateTable.cls,Account.VB_Step3_CreateTable.cls,,32
  1969.  
  1970. [VbacctStep4]
  1971. Account.VB\Step4\account.cls,Account.VB_Step4_account.cls,,32
  1972. Account.VB\Step4\account.vbp,Account.VB_Step4_account.vbp,,32
  1973. Account.VB\Step4\CreateTable.cls,Account.VB_Step4_CreateTable.cls,,32
  1974. Account.VB\Step4\MoveMoney.cls,Account.VB_Step4_MoveMoney.cls,,32
  1975.  
  1976. [VbacctStep5]
  1977. Account.VB\Step5\account.cls,Account.VB_Step5_account.cls,,32
  1978. Account.VB\Step5\account.vbp,Account.VB_Step5_account.vbp,,32
  1979. Account.VB\Step5\CreateTable.cls,Account.VB_Step5_CreateTable.cls,,32
  1980. Account.VB\Step5\MoveMoney.cls,Account.VB_Step5_MoveMoney.cls,,32
  1981. Account.VB\Step5\receipt.cls,Account.VB_Step5_receipt.cls,,32
  1982.  
  1983. [VbacctStep6]
  1984. Account.VB\Step6\account.cls,Account.VB_Step6_account.cls,,32
  1985. Account.VB\Step6\account.vbp,Account.VB_Step6_account.vbp,,32
  1986. Account.VB\Step6\CreateTable.cls,Account.VB_Step6_CreateTable.cls,,32
  1987. Account.VB\Step6\MoveMoney.cls,Account.VB_Step6_MoveMoney.cls,,32
  1988. Account.VB\Step6\receipt.cls,Account.VB_Step6_receipt.cls,,32
  1989.  
  1990. [VbacctStep7]
  1991. Account.VB\Step7\account.cls,Account.VB_Step7_account.cls,,32
  1992. Account.VB\Step7\account.vbp,Account.VB_Step7_account.vbp,,32
  1993. Account.VB\Step7\CreateTable.cls,Account.VB_Step7_CreateTable.cls,,32
  1994. Account.VB\Step7\MoveMoney.cls,Account.VB_Step7_MoveMoney.cls,,32
  1995. Account.VB\Step7\receipt.cls,Account.VB_Step7_receipt.cls,,32
  1996. Account.VB\Step7\ReceiptUpd.cls,Account.VB_Step7_ReceiptUpd.cls,,32
  1997.  
  1998. [VbacctStep8]
  1999. Account.VB\Step8\account.cls,Account.VB_Step8_account.cls,,32
  2000. Account.VB\Step8\account.vbp,Account.VB_Step8_account.vbp,,32
  2001. Account.VB\Step8\CreateTable.cls,Account.VB_Step8_CreateTable.cls,,32
  2002. Account.VB\Step8\MoveMoney.cls,Account.VB_Step8_MoveMoney.cls,,32
  2003. Account.VB\Step8\receipt.cls,Account.VB_Step8_receipt.cls,,32
  2004. Account.VB\Step8\ReceiptUpd.cls,Account.VB_Step8_ReceiptUpd.cls,,32
  2005.  
  2006. [VcacctSrc]
  2007. Account.VC\Account.cpp,Account.VC_Account.cpp,,32
  2008. Account.VC\Account.def,Account.VC_Account.def,,32
  2009. Account.VC\account.dsp,Account.VC_account.dsp,,32
  2010. Account.VC\Account.idl,Account.VC_Account.idl,,32
  2011. Account.VC\Account.mak,Account.VC_Account.mak,,32
  2012. Account.VC\Account.rc,Account.VC_Account.rc,,32
  2013. Account.VC\Accountps.def,Account.VC_Accountps.def,,32
  2014. Account.VC\Accountps.mak,Account.VC_Accountps.mak,,32
  2015. Account.VC\CAccount.cpp,Account.VC_CAccount.cpp,,32
  2016. Account.VC\CAccount.h,Account.VC_CAccount.h,,32
  2017. Account.VC\CAccount.rgs,Account.VC_CAccount.rgs,,32
  2018. Account.VC\GetReceipt.cpp,Account.VC_GetReceipt.cpp,,32
  2019. Account.VC\GetReceipt.h,Account.VC_GetReceipt.h,,32
  2020. Account.VC\GetReceipt.rgs,Account.VC_GetReceipt.rgs,,32
  2021. Account.VC\MoveMoney.cpp,Account.VC_MoveMoney.cpp,,32
  2022. Account.VC\MoveMoney.h,Account.VC_MoveMoney.h,,32
  2023. Account.VC\MoveMoney.rgs,Account.VC_MoveMoney.rgs,,32
  2024. Account.VC\Resource.h,Account.VC_Resource.h,,32
  2025. Account.VC\StdAfx.cpp,Account.VC_StdAfx.cpp,,32
  2026. Account.VC\StdAfx.h,Account.VC_StdAfx.h,,32
  2027. Account.VC\tlbcheck.dat,Account.VC_tlbcheck.dat,,32
  2028. Account.VC\updatere.bin,Account.VC_updatere.bin,,32
  2029. Account.VC\UpdateReceipt.cpp,Account.VC_UpdateReceipt.cpp,,32
  2030. Account.VC\UpdateReceipt.h,Account.VC_UpdateReceipt.h,,32
  2031. Account.VC\UpdateReceipt.rgs,Account.VC_UpdateReceipt.rgs,,32
  2032.  
  2033. [TClientSrc]
  2034. TClient\BigO.bmp,TClient_BigO.bmp,,32
  2035. TClient\BigX.bmp,TClient_BigX.bmp,,32
  2036. TClient\frmMain.frm,TClient_frmMain.frm,,32
  2037. TClient\frmMain.frx,TClient_frmMain.frx,,32
  2038. TClient\Null.bmp,TClient_Null.bmp,,32
  2039. TClient\O.bmp,TClient_O.bmp,,32
  2040. TClient\Screen.bmp,TClient_Screen.bmp,,32
  2041. TClient\tClient.vbp,TClient_tClient.vbp,,32
  2042. TClient\X.bmp,TClient_X.bmp,,32
  2043.  
  2044. [TServerSrc]
  2045. TServer\computer.bin,TServer_computer.bin,,32
  2046. TServer\Computer.cpp,TServer_Computer.cpp,,32
  2047. TServer\Computer.h,TServer_Computer.h,,32
  2048. TServer\Computer.rgs,TServer_Computer.rgs,,32
  2049. TServer\human.bin,TServer_human.bin,,32
  2050. TServer\Human.cpp,TServer_Human.cpp,,32
  2051. TServer\Human.h,TServer_Human.h,,32
  2052. TServer\Human.rgs,TServer_Human.rgs,,32
  2053. TServer\resource.h,TServer_resource.h,,32
  2054. TServer\StdAfx.cpp,TServer_StdAfx.cpp,,32
  2055. TServer\StdAfx.h,TServer_StdAfx.h,,32
  2056. TServer\tServer.cpp,TServer_tServer.cpp,,32
  2057. TServer\tServer.def,TServer_tServer.def,,32
  2058. TServer\tServer.dsp,TServer_tServer.dsp,,32
  2059. TServer\tServer.idl,TServer_tServer.idl,,32
  2060. TServer\tServer.mak,TServer_tServer.mak,,32
  2061. TServer\tServer.rc,TServer_tServer.rc,,32
  2062. TServer\tServerps.def,TServer_tServerps.def,,32
  2063. TServer\tServerps.mk,TServer_tServerps.mk,,32
  2064.  
  2065. [WSHSrc]
  2066. .\instpak.vbs,wsh_instpak.vbs,,32
  2067. .\instdll.vbs,wsh_instdll.vbs,,32
  2068. .\instpakcli.vbs,wsh_instpakcli.vbs,,32
  2069. .\instdllcli.vbs,wsh_instdllcli.vbs,,32
  2070. .\uninst.vbs,wsh_uninst.vbs,,32
  2071.  
  2072.  
  2073.  
  2074.  
  2075. [JavaTxt]
  2076. .\javasamp.txt,javasamp.txt,,32
  2077.  
  2078. [VjacctSrc]
  2079. Account.VJ\SetJavaDev.bat,Account.VJ_SetJavaDev.bat,,32
  2080. Account.VJ\mkdll.bat,Account.VJ_mkdll.bat,,32
  2081. Account.VJ\Account.dsp,Account.VJ_Account.dsp,,32
  2082. Account.VJ\Account.dsw,Account.VJ_Account.dsw,,32
  2083. Account.VJ\Accountlib.idl,Account.VJ_Accountlib.idl,,32
  2084. Account.VJ\Account\Account.java,Account.VJ_Account_Account.java,,32
  2085. Account.VJ\Account\GetReceipt.java,Account.VJ_Account_GetReceipt.java,,32
  2086. Account.VJ\Account\MoveMoney.java,Account.VJ_Account_MoveMoney.java,,32
  2087. Account.VJ\Account\UpdateReceipt.java,Account.VJ_Account_UpdateReceipt.java,,32
  2088.  
  2089. [VcacctCleanup]
  2090. Account.VC\Guids.cpp,,,1
  2091. Account.VC\Account.mdp,,,1
  2092.  
  2093. [VjacctCleanup]
  2094. Account.VJ\Account.class,,,1
  2095. Account.VJ\Account.java,,,1
  2096. Account.VJ\Account.reg,,,1
  2097. Account.VJ\Accountlib.tlb,,,1
  2098. Account.VJ\GetReceipt.class,,,1
  2099. Account.VJ\GetReceipt.java,,,1
  2100. Account.VJ\GetReceipt.reg,,,1
  2101. Account.VJ\GetReceiptlib.idl,,,1
  2102. Account.VJ\GetReceiptlib.tlb,,,1
  2103. Account.VJ\mkdll.bat,,,1
  2104. Account.VJ\MoveMoney.class,,,1
  2105. Account.VJ\MoveMoney.java,,,1
  2106. Account.VJ\MoveMoney.reg,,,1
  2107. Account.VJ\MoveMoneylib.idl,,,1
  2108. Account.VJ\MoveMoneylib.tlb,,,1
  2109. Account.VJ\tlbcheck.dat,,,1
  2110. Account.VJ\UpdateReceipt.class,,,1
  2111. Account.VJ\UpdateReceipt.java,,,1
  2112. Account.VJ\UpdateReceipt.reg,,,1
  2113. Account.VJ\UpdateReceiptlib.idl,,,1
  2114. Account.VJ\UpdateReceiptlib.tlb,,,1
  2115. Account.VJ\Account\MoveMoneyObj.java,,,1
  2116. Account.VJ\Account\AccountObj.java,,,1
  2117. Account.VJ\odbc_connection.h,,,1
  2118. Account.VJ\account.mak,,,1
  2119. Account.VJ\account.mdp,,,1
  2120. Account.VJ\account.tlb,,,1
  2121. Account.VJ\jdbcdemo.cpp,,,1
  2122. Account.VJ\jdbcdemo.mak,,,1
  2123. Account.VJ\jdbcdemo.mdp,,,1
  2124. Account.VJ\account.idl,,,1
  2125. Account.VJ\odbc_statement.h,,,1
  2126. Account.VJ\odbc\Statement.java,,,1
  2127. Account.VJ\odbc\Connection.java,,,1
  2128. Account.VJ\java\sql\DriverManager.java,,,1
  2129. Account.VJ\java\sql\Connection.java,,,1
  2130. Account.VJ\java\sql\ResultSet.java,,,1
  2131. Account.VJ\java\sql\SQLException.java,,,1
  2132. Account.VJ\java\sql\Statement.java,,,1
  2133.  
  2134. [BankVJCleanup]
  2135. Bank.VJ\Bank.class,,,1
  2136. Bank.VJ\Bank.java,,,1
  2137. Bank.VJ\BankError.class,,,1
  2138. Bank.VJ\BankError.java,,,1
  2139. Bank.VJ\BankEvents.class,,,1
  2140. Bank.VJ\BankEvents.java,,,1
  2141. Bank.VJ\BankFrame.class,,,1
  2142. Bank.VJ\BankFrame.java,,,1
  2143. Bank.VJ\JavaBank.dsp,,,1
  2144. Bank.VJ\JavaBank.dsw,,,1
  2145. Bank.VJ\JavaBank.ncb,,,1
  2146. Bank.VJ\tlbcheck.dat,,,1
  2147.  
  2148.  
  2149. [BankPkg]
  2150.  
  2151. .\vjacct.dll,vjacct.dll,,32
  2152.  
  2153. .\vbacct.dll,vbacct.dll,,32
  2154. .\vcacct.dll,vcacct.dll,,32
  2155.  
  2156. [TicTacToePkg]
  2157. .\tServer.dll,tServer.dll,,32
  2158.  
  2159. [GeneratedPackages]
  2160. "Sample Bank.PAK",,,1
  2161. .\Tic-Tac-Toe.PAK,Tic-Tac-Toe.PAK,,1
  2162.  
  2163. [GeneratedCLEX]
  2164. .\SampleBank.exe,SampleBank.exe,,1
  2165. .\Tic-Tac-Toe.exe,Tic-Tac-Toe.exe,,1
  2166.  
  2167. [VbbankSrc]
  2168. Bank.VB\VBBank.frm,Bank.VB_VBBank.frm,,32
  2169. Bank.VB\bank.vbp,Bank.VB_bank.vbp,,32
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186.  
  2187. [MTX10_MTX_HELP]
  2188. help\mscreate.dir,,,1
  2189. help\mtx10.cnt,,,1
  2190. help\mtx10.hlp,,,1
  2191. help\mtx10pss.cnt,,,1
  2192. help\mtx10pss.hlp,,,1
  2193. help\readme.cnt,,,1
  2194. help\readme.hlp,,,1
  2195.  
  2196. [MTX10_MTX_INCLUDE]
  2197. include\mscreate.dir,,,1
  2198.  
  2199. [MTX10_MTX]
  2200. .\javareg.exe,javareg.exe,,1
  2201. .\mscreate.dir,mscreate.dir,,1
  2202. .\mtxexctl.exe,mtxexctl.exe,,1
  2203. .\mtxexdef.dll,mtxexdef.dll,,1
  2204. .\readme.txt,readme.txt,,1
  2205. .\setup.stf,setup.stf,,1
  2206. .\setup.lnk,setup.lnk,,1
  2207. .\regsvr32.exe,regsvr32.exe,,1
  2208. .\fixidentity.exe,fixidentity.exe,,1
  2209. .\MTXEXP.EXE,MTXEXP.EXE,,1
  2210. Mtxclex\MSCREATE.DIR,,,1
  2211.  
  2212.  
  2213. [MTX10_MTX_LIB]
  2214. lib\mscreate.dir,,,1
  2215.  
  2216. [MTX10_MTX_LOG]
  2217. log\mscreate.dir,,,1
  2218.  
  2219. [MTX10_MTX_PACKAGES]
  2220. packages\mscreate.dir,,,1
  2221.  
  2222. [MTX10_MTX_REMOTE]
  2223. remote\mscreate.dir,,,1
  2224.  
  2225. [MTX10_MTX_SAMPLES_ACCOUNTVB]
  2226. samples\account.vb\mscreate.dir,,,1
  2227. samples\account.vb\submain.bas,,,1
  2228.  
  2229. [MTX10_MTX_SAMPLES_ACCOUNTVC]
  2230. samples\account.vc\mscreate.dir,,,1
  2231.  
  2232. [MTX10_MTX_SAMPLES_VJ_ACCOUNT]
  2233. samples\account.vj\account\mscreate.dir,,,1
  2234.  
  2235. [MTX10_MTX_SAMPLES_VJ_JAVA]
  2236. samples\account.vj\java\mscreate.dir,,,1
  2237.  
  2238. [MTX10_MTX_SAMPLES_VJ_JAVA_SQL]
  2239. samples\account.vj\java\sql\mscreate.dir,,,1
  2240.  
  2241. [MTX10_MTX_SAMPLES_VJ]
  2242. samples\account.vj\mscreate.dir,,,1
  2243.  
  2244. [MTX10_MTX_SAMPLES_VJ_ODBC]
  2245. samples\account.vj\odbc\mscreate.dir,,,1
  2246.  
  2247. [MTX10_MTX_BANKVB]
  2248. samples\bank.vb\mscreate.dir,,,1
  2249. samples\bank.vb\vbbank.frm,,,1
  2250. Samples\Bank.VB\Step1\MSCREATE.DIR,,,1
  2251. Samples\Bank.VB\Step1\ACCOUNT.CLS,,,1
  2252. Samples\Bank.VB\Step1\ACCOUNT.VBP,,,1
  2253. Samples\Bank.VB\Step2\MSCREATE.DIR,,,1
  2254. Samples\Bank.VB\Step2\ACCOUNT.CLS,,,1
  2255. Samples\Bank.VB\Step2\ACCOUNT.VBP,,,1
  2256. Samples\Bank.VB\Step2\createtable.cls,,,1
  2257. Samples\Bank.VB\Step3\MSCREATE.DIR,,,1
  2258. Samples\Bank.VB\Step3\ACCOUNT.CLS,,,1
  2259. Samples\Bank.VB\Step3\ACCOUNT.VBP,,,1
  2260. Samples\Bank.VB\Step3\createtable.cls,,,1
  2261. Samples\Bank.VB\Step4\MSCREATE.DIR,,,1
  2262. Samples\Bank.VB\Step4\ACCOUNT.CLS,,,1
  2263. Samples\Bank.VB\Step4\ACCOUNT.VBP,,,1
  2264. Samples\Bank.VB\Step4\createtable.cls,,,1
  2265. Samples\Bank.VB\Step4\MoveMoney.cls,,,1
  2266. Samples\Bank.VB\Step5\MSCREATE.DIR,,,1
  2267. Samples\Bank.VB\Step5\ACCOUNT.CLS,,,1
  2268. Samples\Bank.VB\Step5\ACCOUNT.VBP,,,1
  2269. Samples\Bank.VB\Step5\createtable.cls,,,1
  2270. Samples\Bank.VB\Step5\MoveMoney.cls,,,1
  2271. Samples\Bank.VB\Step5\RECEIPT.CLS,,,1
  2272. Samples\Bank.VB\Step6\MSCREATE.DIR,,,1
  2273. Samples\Bank.VB\Step6\ACCOUNT.CLS,,,1
  2274. Samples\Bank.VB\Step6\ACCOUNT.VBP,,,1
  2275. Samples\Bank.VB\Step6\createtable.cls,,,1
  2276. Samples\Bank.VB\Step6\MoveMoney.cls,,,1
  2277. Samples\Bank.VB\Step6\RECEIPT.CLS,,,1
  2278. Samples\Bank.VB\Step7\MSCREATE.DIR,,,1
  2279. Samples\Bank.VB\Step7\ACCOUNT.CLS,,,1
  2280. Samples\Bank.VB\Step7\ACCOUNT.VBP,,,1
  2281. Samples\Bank.VB\Step7\createtable.cls,,,1
  2282. Samples\Bank.VB\Step7\MoveMoney.cls,,,1
  2283. Samples\Bank.VB\Step7\RECEIPT.CLS,,,1
  2284. Samples\Bank.VB\Step7\ReceiptUpd.cls,,,1
  2285. Samples\Bank.VB\Step8\MSCREATE.DIR,,,1
  2286. Samples\Bank.VB\Step8\ACCOUNT.CLS,,,1
  2287. Samples\Bank.VB\Step8\ACCOUNT.VBP,,,1
  2288. Samples\Bank.VB\Step8\createtable.cls,,,1
  2289. Samples\Bank.VB\Step8\MoveMoney.cls,,,1
  2290. Samples\Bank.VB\Step8\RECEIPT.CLS,,,1
  2291. Samples\Bank.VB\Step8\ReceiptUpd.cls,,,1
  2292.  
  2293. [MTX10_MTX_SAMPLES]
  2294. samples\mscreate.dir,,,1
  2295.  
  2296. [MTX10_MTX_SAMPLE_PACKAGES]
  2297. samples\packages\mscreate.dir,,,1
  2298.  
  2299. [MTX10_MTX_SETUP]
  2300. setup\acmsetup.exe,,,1
  2301. setup\acmsetup.hlp,,,1
  2302. setup\mscreate.dir,,,1
  2303. setup\mssetup.dll,,,1
  2304. setup\odbckey.inf,,,1
  2305. setup\odbcstf.dll,,,1
  2306. setup\setup.exe,,,1
  2307. setup\setup.lst,,,1
  2308. setup\viphook.dll,,,1
  2309. setup\viprel.inf,,,1
  2310. setup\vipset.dll,,,1
  2311. setup\wwsetup.ttf,,,1
  2312.  
  2313. [MTX10_MTX_TOOLS]
  2314. tools,,,1
  2315. tools\exegen.exe,,,1
  2316. tools\midl.exe,,,1
  2317. tools\mscreate.dir,,,1
  2318. tools\rpcndr.h,,,1
  2319. tools\rpcproxy.h,,,1
  2320.  
  2321. [MTX_BETA2_LEGACY_HELP]
  2322. html\faqs.htm
  2323. html\gettingstarted_10.htm
  2324. html\gettingstarted_11.htm
  2325. html\gettingstarted_12.htm
  2326. html\gettingstarted_5.htm
  2327. html\gettingstarted_6.htm
  2328. html\gettingstarted_7.htm
  2329. html\gettingstarted_8.htm
  2330. html\gettingstarted_9.htm
  2331. html\install_8.htm
  2332. html\maintain_5.htm
  2333. html\maintain_6.htm
  2334. html\placeholder.htm
  2335. html\placeholder_1.htm
  2336. html\placeholder_10.htm
  2337. html\placeholder_11.htm
  2338. html\placeholder_12.htm
  2339. html\placeholder_13.htm
  2340. html\placeholder_14.htm
  2341. html\placeholder_15.htm
  2342. html\placeholder_16.htm
  2343. html\placeholder_17.htm
  2344. html\placeholder_18.htm
  2345. html\placeholder_19.htm
  2346. html\placeholder_2.htm
  2347. html\placeholder_3.htm
  2348. html\placeholder_4.htm
  2349. html\placeholder_5.htm
  2350. html\placeholder_6.htm
  2351. html\placeholder_7.htm
  2352. html\placeholder_8.htm
  2353. html\placeholder_9.htm
  2354. html\progsecref.htm
  2355. html\progsecref_1.htm
  2356. html\progsecref_2.htm
  2357. html\progsecref_3.htm
  2358. html\progsecref_4.htm
  2359. html\progsecref_5.htm
  2360. html\progsecref_6.htm
  2361. html\progsecref_7.htm
  2362. html\progsecref_8.htm
  2363. html\progsecref_9.htm
  2364. html\readme.htm
  2365. html\readme_1.htm
  2366. html\readme_2.htm
  2367. html\readme_3.htm
  2368. html\readme_4.htm
  2369. html\images\vigs02.gif
  2370. html\images\vigs03.gif
  2371. ;*** BEGIN **********************************************************
  2372. ;**                                                                **
  2373. ;** Automatically generated on: Fri Nov 14 05:49:53 1997           **
  2374. ;**                                                                **
  2375. ;** Diamond Version: (32) 1.00.0520 (12/16/94)                     **
  2376. ;**                                                                **
  2377. ;*** BEGIN **********************************************************
  2378. ;LAYOUT.INF
  2379. ;Disk Layout file for Microsoft Transation Server Setup
  2380. ;Copyright (c) 1993-1997 Microsoft Corporation
  2381.  
  2382. [version]
  2383. signature="$Windows NT$"
  2384. SetupClass=BASE
  2385.  
  2386.  "1","Microsoft Transaction Server Disk","dtc1.CAB","","dmf"
  2387. [SourceDisksNames]
  2388. ; Cabinet file names and associated disks
  2389. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  2390. 0="Microsoft Transaction Server CD-ROM","",0
  2391. 1="Microsoft Transaction Server CD-ROM","MTS1.CAB",0
  2392. 2="Microsoft Transaction Server CD-ROM","MTS2.CAB",0
  2393. 3="Microsoft Transaction Server CD-ROM","MTS3.CAB",0
  2394. 4="Microsoft Transaction Server CD-ROM","MTS4.CAB",0
  2395. [SourceDisksFiles]
  2396. ;<file> = <cabinet number>,<subdir>,<size>
  2397. ;Note: File is not in a cabinet if cab# is 0
  2398.  
  2399. cfgmgr32.dll=0,,41984
  2400. mtssetup.dll=0,,618256
  2401. sysocmgr.exe=0,,48240
  2402. setupapi.dll=0,,341264
  2403. ocmanage.dll=0,,68288
  2404. msvcirt.dll=0,,70656
  2405. adme.dll=0,,60176
  2406. dtcutil.dll=0,,26384
  2407. dtctrace.dll=0,,18704
  2408. mtxcat.dll=0,,187664
  2409. mtxclu.dll=0,,191580
  2410. mtxrn.dll=0,,48912
  2411. mtxcatex.dll=0,,183568
  2412. mfcsubs.dll=0,,32016
  2413. mtxinfr1.dll=0,,28944
  2414. mtxinfr2.dll=0,,38160
  2415. mtxperf.dll=0,,9488
  2416. mtxex.dll=0,,437008
  2417. mts95.inf=0,,228
  2418. vcacct.dll=1,,47616
  2419. vbbank.exe=1,,34304
  2420. tclient.exe=1,,82432
  2421. tserver.dll=1,,104448
  2422. vbacct.dll=1,,34304
  2423. mtxutil.pak=1,,1280
  2424. w95_mtxsys.pak=1,,3415
  2425. vjacct.dll=1,,78848
  2426. msrdo20.dll=1,,376080
  2427. msvbvm50.dll=1,,1334032
  2428. instcat.sql=1,,654612
  2429. TestOracleXAConfig.Exe=1,,30720
  2430. jdbcdemo.dll=1,,28160
  2431. ven2232.olb=1,,37376
  2432. ctl3d32.dll=1,,26624
  2433. SampDtcC.exe=1,,78608
  2434. dac.exe=1,,23824
  2435. dtctrace.exe=1,,39184
  2436. msdtc.exe=1,,8464
  2437. SampDtcS.exe=1,,49936
  2438. mtx.exe=1,,15632
  2439. mtxrereg.exe=1,,8976
  2440. mtxiidel.exe=1,,12048
  2441. mtxstop.exe=1,,8976
  2442. mtxextps.dll=1,,25872
  2443. dtccm.dll=1,,110352
  2444. dtcuic.dll=1,,43792
  2445. dtcuis.dll=1,,33552
  2446. logmgr.dll=1,,59664
  2447. msdtc.dll=1,,23312
  2448. msdtcprx.dll=1,,184080
  2449. msdtctm.dll=1,,456976
  2450. SampDtcR.dll=1,,23824
  2451. svcsrvl.dll=1,,22288
  2452. xolehlp.dll=1,,22288
  2453. mtxact.dll=1,,25872
  2454. mtxtrk.dll=1,,33040
  2455. mtxextrk.dll=1,,31504
  2456. mtxdm.dll=1,,29456
  2457. mtxtrkps.dll=1,,25360
  2458. mtxas.dll=1,,42768
  2459. mtxwcps.dll=1,,26384
  2460. mtxexpd.dll=1,,561424
  2461. mtxtsps.dll=1,,24848
  2462. mtxcatu.dll=1,,88848
  2463. mtxspm.dll=1,,69392
  2464. daccom.dll=1,,29456
  2465. txctxps.dll=1,,24848
  2466. txctx.dll=1,,21776
  2467. mtxlegih.dll=1,,13072
  2468. mtxaddin.dll=1,,39184
  2469. dtcxatm.dll=1,,143120
  2470. dtcadmc.dll=1,,75024
  2471. mtxadmin.dll=1,,89360
  2472. mtsevents.dll=1,,96528
  2473. mtxgrp.dll=1,,26896
  2474. mtxtish.dll=1,,49424
  2475. mtxoci.dll=1,,64272
  2476. enudtc.dll=1,,77072
  2477. enumtx.dll=1,,18192
  2478. javaguid.exe=1,,173568
  2479. mtxjava.dll=1,,8464
  2480. msdtcw.exe=1,,9488
  2481. dacdll.dll=1,,87040
  2482. msdtc.log=1,,4194304
  2483. mtxexp.exe=1,,253712
  2484. IEnumNames.class=1,,795
  2485. IGetContextProperties.class=1,,786
  2486. IObjectContext.class=1,,1222
  2487. IObjectControl.class=1,,686
  2488. ISharedProperty.class=1,,730
  2489. ISharedPropertyGroup.class=1,,1148
  2490. ISharedPropertyGroupManager.class=1,,1197
  2491. ITransactionContextEx.class=1,,829
  2492. MTx.class=1,,440
  2493. SharedPropertyGroupManager.class=1,,840
  2494. TransactionContextEx.class=1,,792
  2495. dtccfg.cpl=1,,27920
  2496. svr1.ini=1,,124
  2497. svr2.ini=1,,124
  2498. svr3.ini=1,,124
  2499. mtxtest.exe=1,,12048
  2500. mtxtstop.exe=1,,7952
  2501. exegen.exe=1,,56832
  2502. mts20.cnt=2,,30710
  2503. mts20.hlp=2,,1177070
  2504. readme.cnt=2,,329
  2505. readme.hlp=2,,31819
  2506. HLP95EN.DLL=2,,31744
  2507. mts20adm.hhc=3,,24498
  2508. AdminNode.html=3,,2685
  2509. MTSWelcome.html=3,,3239
  2510. SetupNode.html=3,,3260
  2511. StartedNode.html=3,,2635
  2512. TourNode.html=3,,2276
  2513. create.htm=3,,3948
  2514. create_1.htm=3,,4336
  2515. create_10.htm=3,,3061
  2516. create_2.htm=3,,5708
  2517. create_3.htm=3,,3067
  2518. create_4.htm=3,,3051
  2519. create_5.htm=3,,5089
  2520. create_6.htm=3,,5122
  2521. create_7.htm=3,,3419
  2522. create_8.htm=3,,4892
  2523. create_9.htm=3,,4340
  2524. distribute.htm=3,,2451
  2525. distribute_1.htm=3,,6348
  2526. distribute_2.htm=3,,3502
  2527. distribute_3.htm=3,,10627
  2528. gettingstarted.htm=3,,2483
  2529. gettingstarted_1.htm=3,,8863
  2530. gettingstarted_2.htm=3,,5022
  2531. gettingstarted_3.htm=3,,5287
  2532. gettingstarted_4.htm=3,,1693
  2533. install.htm=3,,2947
  2534. install_1.htm=3,,4675
  2535. install_2.htm=3,,2618
  2536. install_3.htm=3,,10505
  2537. install_4.htm=3,,3476
  2538. install_5.htm=3,,2907
  2539. install_6.htm=3,,2972
  2540. install_7.htm=3,,1241
  2541. maintain.htm=3,,2297
  2542. maintain_1.htm=3,,4310
  2543. maintain_2.htm=3,,3673
  2544. maintain_3.htm=3,,4034
  2545. maintain_4.htm=3,,12068
  2546. roadmap.htm=3,,5199
  2547. roadmap_1.htm=3,,3358
  2548. roadmap_10.htm=3,,5023
  2549. roadmap_11.htm=3,,2517
  2550. roadmap_12.htm=3,,2259
  2551. roadmap_13.htm=3,,2917
  2552. roadmap_14.htm=3,,2564
  2553. roadmap_15.htm=3,,2196
  2554. roadmap_16.htm=3,,1871
  2555. roadmap_17.htm=3,,2269
  2556. roadmap_18.htm=3,,2325
  2557. roadmap_19.htm=3,,2671
  2558. roadmap_2.htm=3,,3694
  2559. roadmap_20.htm=3,,2837
  2560. roadmap_21.htm=3,,4572
  2561. roadmap_22.htm=3,,4146
  2562. roadmap_23.htm=3,,6437
  2563. roadmap_24.htm=3,,1937
  2564. roadmap_25.htm=3,,1798
  2565. roadmap_26.htm=3,,3064
  2566. roadmap_27.htm=3,,4220
  2567. roadmap_28.htm=3,,2474
  2568. roadmap_29.htm=3,,2141
  2569. roadmap_3.htm=3,,3098
  2570. roadmap_30.htm=3,,2185
  2571. roadmap_31.htm=3,,2266
  2572. roadmap_32.htm=3,,2439
  2573. roadmap_33.htm=3,,2677
  2574. roadmap_34.htm=3,,2302
  2575. roadmap_35.htm=3,,2594
  2576. roadmap_36.htm=3,,1965
  2577. roadmap_37.htm=3,,3351
  2578. roadmap_38.htm=3,,2047
  2579. roadmap_39.htm=3,,2146
  2580. roadmap_4.htm=3,,2658
  2581. roadmap_40.htm=3,,1842
  2582. roadmap_41.htm=3,,2443
  2583. roadmap_42.htm=3,,1991
  2584. roadmap_43.htm=3,,2295
  2585. roadmap_44.htm=3,,1889
  2586. roadmap_45.htm=3,,1991
  2587. roadmap_46.htm=3,,1952
  2588. roadmap_47.htm=3,,1769
  2589. roadmap_48.htm=3,,1855
  2590. roadmap_5.htm=3,,2851
  2591. roadmap_6.htm=3,,3985
  2592. roadmap_7.htm=3,,5091
  2593. roadmap_8.htm=3,,2471
  2594. roadmap_9.htm=3,,3014
  2595. scriptable.htm=3,,3358
  2596. scriptable_1.htm=3,,3704
  2597. scriptable_10.htm=3,,5075
  2598. scriptable_11.htm=3,,10243
  2599. scriptable_12.htm=3,,2689
  2600. scriptable_13.htm=3,,3192
  2601. scriptable_14.htm=3,,3952
  2602. scriptable_15.htm=3,,3726
  2603. scriptable_16.htm=3,,3749
  2604. scriptable_17.htm=3,,4260
  2605. scriptable_18.htm=3,,2513
  2606. scriptable_19.htm=3,,4014
  2607. scriptable_2.htm=3,,2054
  2608. scriptable_20.htm=3,,3893
  2609. scriptable_21.htm=3,,5387
  2610. scriptable_22.htm=3,,3330
  2611. scriptable_23.htm=3,,3377
  2612. scriptable_24.htm=3,,3850
  2613. scriptable_3.htm=3,,2282
  2614. scriptable_4.htm=3,,2259
  2615. scriptable_5.htm=3,,2156
  2616. scriptable_6.htm=3,,1959
  2617. scriptable_7.htm=3,,2289
  2618. scriptable_8.htm=3,,2651
  2619. scriptable_9.htm=3,,2975
  2620. vipdef01.htm=3,,35347
  2621. menus2.htm=3,,2206
  2622. menus2_1.htm=3,,1592
  2623. menus2_2.htm=3,,1593
  2624. menus2_3.htm=3,,1575
  2625. menus2_4.htm=3,,8152
  2626. menus2_5.htm=3,,2819
  2627. menus2_6.htm=3,,1686
  2628. quicktour.htm=3,,2304
  2629. quicktour_1.htm=3,,3864
  2630. quicktour_2.htm=3,,3556
  2631. quicktour_3.htm=3,,7416
  2632. quicktour_4.htm=3,,3325
  2633. quicktour_5.htm=3,,3203
  2634. settingup.htm=3,,2828
  2635. settingup_1.htm=3,,12047
  2636. settingup_2.htm=3,,3966
  2637. settingup_3.htm=3,,5481
  2638. settingup_4.htm=3,,8156
  2639. settingup_5.htm=3,,18751
  2640. settingup_6.htm=3,,6452
  2641. settingup_7.htm=3,,3028
  2642. settingup_8.htm=3,,5096
  2643. settingup_9.htm=3,,2668
  2644. transactions.htm=3,,2477
  2645. transactions_1.htm=3,,2650
  2646. transactions_2.htm=3,,4266
  2647. transactions_3.htm=3,,4997
  2648. transactions_4.htm=3,,3904
  2649. transactions_5.htm=3,,7121
  2650. transactions_6.htm=3,,10688
  2651. ADMIN_ABORTED.gif=3,,1042
  2652. ADMIN_ABORTING.gif=3,,1077
  2653. ADMIN_CHICLET.gif=3,,845
  2654. ADMIN_PRCARROW.gif=3,,821
  2655. ADMIN_COMIT.gif=3,,1035
  2656. ADMIN_dtcintro01.gif=3,,1820
  2657. ADMIN_dtcintro02.gif=3,,4082
  2658. ADMIN_dtcintro12.gif=3,,4585
  2659. ADMIN_dtcintro15.gif=3,,3862
  2660. ADMIN_ERROR.gif=3,,875
  2661. ADMIN_filenew.gif=3,,971
  2662. ADMIN_ForceAb.gif=3,,1055
  2663. ADMIN_INDOUBT.gif=3,,1055
  2664. ADMIN_INFO.gif=3,,874
  2665. ADMIN_largeico.gif=3,,930
  2666. ADMIN_list.gif=3,,933
  2667. ADMIN_methhier.gif=3,,7676
  2668. ADMIN_Newrole.gif=3,,3340
  2669. ADMIN_Newuser1.gif=3,,8223
  2670. ADMIN_NOTIFYC.gif=3,,1068
  2671. ADMIN_onlyfail.gif=3,,1054
  2672. ADMIN_OPEN.gif=3,,1035
  2673. ADMIN_PREPARD.gif=3,,1036
  2674. ADMIN_PREPRNG.gif=3,,1072
  2675. ADMIN_Property.gif=3,,926
  2676. ADMIN_pulling.gif=3,,9746
  2677. ADMIN_pushing.gif=3,,18616
  2678. ADMIN_refresh.gif=3,,950
  2679. ADMIN_smallico.gif=3,,915
  2680. ADMIN_snapin.gif=3,,12094
  2681. ADMIN_snapin2.gif=3,,8762
  2682. ADMIN_status.gif=3,,933
  2683. ADMIN_trlist.gif=3,,935
  2684. ADMIN_trstatus.gif=3,,934
  2685. ADMIN_trtrace.gif=3,,923
  2686. ADMIN_txforced.gif=3,,1052
  2687. ADMIN_viag0301.gif=3,,5640
  2688. ADMIN_viag0302.gif=3,,5658
  2689. ADMIN_viag0303.gif=3,,5613
  2690. ADMIN_viagaa03.gif=3,,1032
  2691. ADMIN_viagaa05.gif=3,,1138
  2692. ADMIN_viagaa06.gif=3,,990
  2693. ADMIN_viagaa07.gif=3,,1136
  2694. ADMIN_viagaa08.gif=3,,1054
  2695. ADMIN_vigs01.gif=3,,12626
  2696. ADMIN_vigs04.gif=3,,8081
  2697. ADMIN_vigs05.gif=3,,5092
  2698. ADMIN_vipa01.gif=3,,12887
  2699. ADMIN_vipa02.gif=3,,4596
  2700. ADMIN_WARNING.gif=3,,870
  2701. ADMIN_MTS_BANR.gif=3,,2265
  2702. mtxstart.htm=3,,4850
  2703. mtslegal.htm=3,,1728
  2704. arrow.gif=3,,141
  2705. button.GIF=3,,1542
  2706. mts.gif=3,,23389
  2707. mtslogo.gif=3,,13092
  2708. README_PRCARROW.gif=3,,821
  2709. spacer.gif=3,,49
  2710. vintdev.JPG=3,,30391
  2711. mts20pr.hhc=4,,76823
  2712. ProgNode.html=4,,2332
  2713. adminref.htm=4,,2543
  2714. adminref_1.htm=4,,2155
  2715. adminref_10.htm=4,,3000
  2716. adminref_11.htm=4,,4527
  2717. adminref_12.htm=4,,2520
  2718. adminref_13.htm=4,,6746
  2719. adminref_14.htm=4,,4744
  2720. adminref_15.htm=4,,3499
  2721. adminref_16.htm=4,,4881
  2722. adminref_17.htm=4,,3229
  2723. adminref_18.htm=4,,2597
  2724. adminref_19.htm=4,,3003
  2725. adminref_2.htm=4,,2164
  2726. adminref_20.htm=4,,2463
  2727. adminref_21.htm=4,,3794
  2728. adminref_22.htm=4,,3276
  2729. adminref_23.htm=4,,3557
  2730. adminref_24.htm=4,,8587
  2731. adminref_25.htm=4,,4844
  2732. adminref_26.htm=4,,2626
  2733. adminref_27.htm=4,,2317
  2734. adminref_28.htm=4,,2292
  2735. adminref_29.htm=4,,2377
  2736. adminref_3.htm=4,,2795
  2737. adminref_30.htm=4,,3101
  2738. adminref_31.htm=4,,2342
  2739. adminref_32.htm=4,,1970
  2740. adminref_33.htm=4,,1968
  2741. adminref_34.htm=4,,2168
  2742. adminref_35.htm=4,,2297
  2743. adminref_36.htm=4,,2734
  2744. adminref_37.htm=4,,2631
  2745. adminref_38.htm=4,,2409
  2746. adminref_39.htm=4,,2316
  2747. adminref_4.htm=4,,2964
  2748. adminref_40.htm=4,,2362
  2749. adminref_41.htm=4,,2839
  2750. adminref_42.htm=4,,2792
  2751. adminref_43.htm=4,,2665
  2752. adminref_44.htm=4,,2646
  2753. adminref_45.htm=4,,2234
  2754. adminref_46.htm=4,,2330
  2755. adminref_47.htm=4,,1966
  2756. adminref_48.htm=4,,3351
  2757. adminref_49.htm=4,,1865
  2758. adminref_5.htm=4,,4455
  2759. adminref_50.htm=4,,1866
  2760. adminref_51.htm=4,,3107
  2761. adminref_52.htm=4,,1852
  2762. adminref_53.htm=4,,2173
  2763. adminref_54.htm=4,,1932
  2764. adminref_55.htm=4,,2335
  2765. adminref_56.htm=4,,2086
  2766. adminref_57.htm=4,,2210
  2767. adminref_58.htm=4,,2261
  2768. adminref_59.htm=4,,2109
  2769. adminref_6.htm=4,,2648
  2770. adminref_60.htm=4,,2166
  2771. adminref_61.htm=4,,2874
  2772. adminref_62.htm=4,,6155
  2773. adminref_63.htm=4,,1867
  2774. adminref_64.htm=4,,2326
  2775. adminref_65.htm=4,,2510
  2776. adminref_66.htm=4,,2168
  2777. adminref_67.htm=4,,2107
  2778. adminref_68.htm=4,,2876
  2779. adminref_69.htm=4,,1988
  2780. adminref_7.htm=4,,3043
  2781. adminref_70.htm=4,,2411
  2782. adminref_71.htm=4,,2114
  2783. adminref_72.htm=4,,2332
  2784. adminref_73.htm=4,,2742
  2785. adminref_74.htm=4,,3491
  2786. adminref_75.htm=4,,2719
  2787. adminref_76.htm=4,,1995
  2788. adminref_77.htm=4,,2189
  2789. adminref_78.htm=4,,2085
  2790. adminref_79.htm=4,,2227
  2791. adminref_8.htm=4,,2803
  2792. adminref_80.htm=4,,2379
  2793. adminref_81.htm=4,,2134
  2794. adminref_82.htm=4,,2140
  2795. adminref_83.htm=4,,2170
  2796. adminref_84.htm=4,,2137
  2797. adminref_85.htm=4,,2393
  2798. adminref_86.htm=4,,2533
  2799. adminref_87.htm=4,,3298
  2800. adminref_88.htm=4,,3298
  2801. adminref_89.htm=4,,2491
  2802. adminref_9.htm=4,,2752
  2803. adminref_90.htm=4,,2545
  2804. adminref_91.htm=4,,2214
  2805. adminref_92.htm=4,,1983
  2806. adminref_93.htm=4,,3989
  2807. adminref_94.htm=4,,3290
  2808. adminref_95.htm=4,,2684
  2809. adminref_96.htm=4,,1988
  2810. adminref_97.htm=4,,3335
  2811. adminref_98.htm=4,,2835
  2812. adminref_99.htm=4,,2997
  2813. building.htm=4,,2264
  2814. building_1.htm=4,,8040
  2815. building_10.htm=4,,6097
  2816. building_11.htm=4,,8721
  2817. building_12.htm=4,,8595
  2818. building_13.htm=4,,8432
  2819. building_2.htm=4,,3496
  2820. building_3.htm=4,,7517
  2821. building_4.htm=4,,7170
  2822. building_5.htm=4,,5785
  2823. building_6.htm=4,,8376
  2824. building_7.htm=4,,10722
  2825. building_8.htm=4,,2740
  2826. building_9.htm=4,,7553
  2827. disamb01.htm=4,,1689
  2828. disamb01_1.htm=4,,1629
  2829. disamb01_10.htm=4,,1735
  2830. disamb01_11.htm=4,,1783
  2831. disamb01_12.htm=4,,1680
  2832. disamb01_13.htm=4,,1686
  2833. disamb01_14.htm=4,,1693
  2834. disamb01_15.htm=4,,1681
  2835. disamb01_16.htm=4,,1699
  2836. disamb01_17.htm=4,,1693
  2837. disamb01_18.htm=4,,1751
  2838. disamb01_19.htm=4,,1855
  2839. disamb01_2.htm=4,,1737
  2840. disamb01_20.htm=4,,1788
  2841. disamb01_21.htm=4,,1729
  2842. disamb01_22.htm=4,,1789
  2843. disamb01_23.htm=4,,1689
  2844. disamb01_24.htm=4,,1750
  2845. disamb01_25.htm=4,,1838
  2846. disamb01_26.htm=4,,1773
  2847. disamb01_27.htm=4,,1684
  2848. disamb01_28.htm=4,,1657
  2849. disamb01_3.htm=4,,1683
  2850. disamb01_4.htm=4,,1699
  2851. disamb01_5.htm=4,,1702
  2852. disamb01_6.htm=4,,1708
  2853. disamb01_7.htm=4,,1717
  2854. disamb01_8.htm=4,,1723
  2855. disamb01_9.htm=4,,1717
  2856. errorcodes.htm=4,,3110
  2857. errorcodes_1.htm=4,,3351
  2858. mtxpg03.htm=4,,2214
  2859. mtxpg03_1.htm=4,,5237
  2860. mtxpg03_2.htm=4,,2204
  2861. mtxpg03_3.htm=4,,2421
  2862. mtxpg03_4.htm=4,,2384
  2863. mtxpg03_5.htm=4,,3101
  2864. mtxpg03_6.htm=4,,2471
  2865. mtxpg03_7.htm=4,,1867
  2866. mtxpg04.htm=4,,1989
  2867. mtxpg04_1.htm=4,,12219
  2868. mtxpg04_10.htm=4,,3855
  2869. mtxpg04_11.htm=4,,7495
  2870. mtxpg04_12.htm=4,,4718
  2871. mtxpg04_13.htm=4,,2274
  2872. mtxpg04_14.htm=4,,2760
  2873. mtxpg04_15.htm=4,,3482
  2874. mtxpg04_16.htm=4,,5375
  2875. mtxpg04_17.htm=4,,5823
  2876. mtxpg04_18.htm=4,,3454
  2877. mtxpg04_19.htm=4,,5758
  2878. mtxpg04_2.htm=4,,5627
  2879. mtxpg04_3.htm=4,,4034
  2880. mtxpg04_4.htm=4,,5755
  2881. mtxpg04_5.htm=4,,2837
  2882. mtxpg04_6.htm=4,,5568
  2883. mtxpg04_7.htm=4,,7761
  2884. mtxpg04_8.htm=4,,5755
  2885. mtxpg04_9.htm=4,,6051
  2886. mtxpg05vb.htm=4,,4503
  2887. mtxpg05vb_1.htm=4,,3557
  2888. mtxpg05vb_2.htm=4,,3237
  2889. mtxpg05vb_3.htm=4,,3340
  2890. mtxpg05vb_4.htm=4,,2650
  2891. mtxpg05vb_5.htm=4,,4377
  2892. mtxpg05vb_6.htm=4,,3878
  2893. mtxpg05vb_7.htm=4,,4201
  2894. mtxpg06vb.htm=4,,3311
  2895. mtxpg06vb_1.htm=4,,2818
  2896. mtxpg06vb_2.htm=4,,6391
  2897. mtxpg06vb_3.htm=4,,5103
  2898. mtxpg07vb.htm=4,,3361
  2899. mtxpg07vb_1.htm=4,,2685
  2900. mtxpg07vb_2.htm=4,,5797
  2901. mtxpg07vb_3.htm=4,,3863
  2902. mtxpg07vb_4.htm=4,,3616
  2903. mtxpg08vb.htm=4,,2952
  2904. mtxpg08vb_1.htm=4,,2988
  2905. mtxpg08vb_2.htm=4,,6649
  2906. mtxpg08vb_3.htm=4,,3879
  2907. mtxpg09vb.htm=4,,2782
  2908. mtxpg09vb_1.htm=4,,2426
  2909. mtxpg09vb_2.htm=4,,4290
  2910. mtxpg09vb_3.htm=4,,5944
  2911. mtxpg10vb.htm=4,,2705
  2912. mtxpg10vb_1.htm=4,,2948
  2913. mtxpg10vb_2.htm=4,,4526
  2914. mtxpg10vb_3.htm=4,,3882
  2915. mtxpg11vb.htm=4,,2791
  2916. mtxpg11vb_1.htm=4,,2202
  2917. mtxpg11vb_2.htm=4,,5780
  2918. mtxpg11vb_3.htm=4,,5582
  2919. objctrlvb.htm=4,,4888
  2920. objctrlvb_1.htm=4,,4094
  2921. objctrlvb_2.htm=4,,1771
  2922. objctrlvb_3.htm=4,,7483
  2923. objctrlvb_4.htm=4,,1714
  2924. objctrlvb_5.htm=4,,3738
  2925. objctrlvb_6.htm=4,,1658
  2926. objctrlvc.htm=4,,5262
  2927. objctrlvc_1.htm=4,,4445
  2928. objctrlvc_2.htm=4,,1869
  2929. objctrlvc_3.htm=4,,7664
  2930. objctrlvc_4.htm=4,,1643
  2931. objctrlvc_5.htm=4,,3635
  2932. objctrlvc_6.htm=4,,1733
  2933. objctrlvj.htm=4,,5197
  2934. objctrlvj_1.htm=4,,3987
  2935. objctrlvj_2.htm=4,,1736
  2936. objctrlvj_3.htm=4,,7642
  2937. objctrlvj_4.htm=4,,1632
  2938. objctrlvj_5.htm=4,,3444
  2939. objctrlvj_6.htm=4,,1580
  2940. objctxvb.htm=4,,2473
  2941. objctxvb_1.htm=4,,1762
  2942. objctxvb_10.htm=4,,1559
  2943. objctxvb_11.htm=4,,4266
  2944. objctxvb_12.htm=4,,2077
  2945. objctxvb_13.htm=4,,2853
  2946. objctxvb_14.htm=4,,1748
  2947. objctxvb_15.htm=4,,2917
  2948. objctxvb_16.htm=4,,2730
  2949. objctxvb_17.htm=4,,1939
  2950. objctxvb_2.htm=4,,2714
  2951. objctxvb_3.htm=4,,1781
  2952. objctxvb_4.htm=4,,8175
  2953. objctxvb_5.htm=4,,1952
  2954. objctxvb_6.htm=4,,3769
  2955. objctxvb_7.htm=4,,3832
  2956. objctxvb_8.htm=4,,1563
  2957. objctxvb_9.htm=4,,2824
  2958. objctxvc.htm=4,,4413
  2959. objctxvc_1.htm=4,,1866
  2960. objctxvc_10.htm=4,,4678
  2961. objctxvc_11.htm=4,,2211
  2962. objctxvc_12.htm=4,,2648
  2963. objctxvc_13.htm=4,,1840
  2964. objctxvc_14.htm=4,,2699
  2965. objctxvc_15.htm=4,,3658
  2966. objctxvc_16.htm=4,,1946
  2967. objctxvc_17.htm=4,,3737
  2968. objctxvc_2.htm=4,,4004
  2969. objctxvc_3.htm=4,,1890
  2970. objctxvc_4.htm=4,,7551
  2971. objctxvc_5.htm=4,,5348
  2972. objctxvc_6.htm=4,,4438
  2973. objctxvc_7.htm=4,,1665
  2974. objctxvc_8.htm=4,,3141
  2975. objctxvc_9.htm=4,,1659
  2976. objctxvj.htm=4,,3430
  2977. objctxvj_1.htm=4,,1768
  2978. objctxvj_10.htm=4,,3894
  2979. objctxvj_11.htm=4,,2014
  2980. objctxvj_12.htm=4,,2660
  2981. objctxvj_13.htm=4,,1674
  2982. objctxvj_14.htm=4,,2724
  2983. objctxvj_15.htm=4,,3157
  2984. objctxvj_16.htm=4,,1795
  2985. objctxvj_17.htm=4,,3266
  2986. objctxvj_2.htm=4,,3015
  2987. objctxvj_3.htm=4,,1789
  2988. objctxvj_4.htm=4,,7605
  2989. objctxvj_5.htm=4,,4380
  2990. objctxvj_6.htm=4,,3618
  2991. objctxvj_7.htm=4,,1558
  2992. objctxvj_8.htm=4,,2608
  2993. objctxvj_9.htm=4,,1554
  2994. parti.htm=4,,1860
  2995. partiii.htm=4,,2079
  2996. partiii_1.htm=4,,1537
  2997. partiii_10.htm=4,,2082
  2998. partiii_11.htm=4,,3127
  2999. partiii_12.htm=4,,3795
  3000. partiii_2.htm=4,,2009
  3001. partiii_3.htm=4,,2859
  3002. partiii_4.htm=4,,1654
  3003. partiii_5.htm=4,,3870
  3004. partiii_6.htm=4,,1533
  3005. partiii_7.htm=4,,2221
  3006. partiii_8.htm=4,,3419
  3007. partiii_9.htm=4,,4488
  3008. partiivb.htm=4,,3439
  3009. sampcodevb.htm=4,,1800
  3010. sampcodevb_1.htm=4,,4314
  3011. sampcodevb_10.htm=4,,4751
  3012. sampcodevb_2.htm=4,,4438
  3013. sampcodevb_3.htm=4,,3855
  3014. sampcodevb_4.htm=4,,2857
  3015. sampcodevb_5.htm=4,,4254
  3016. sampcodevb_6.htm=4,,1713
  3017. sampcodevb_7.htm=4,,2992
  3018. sampcodevb_8.htm=4,,3304
  3019. sampcodevb_9.htm=4,,4567
  3020. spamrefvb.htm=4,,6271
  3021. spamrefvb_1.htm=4,,8598
  3022. spamrefvb_10.htm=4,,2054
  3023. spamrefvb_11.htm=4,,3345
  3024. spamrefvb_12.htm=4,,2219
  3025. spamrefvb_13.htm=4,,2222
  3026. spamrefvb_2.htm=4,,2410
  3027. spamrefvb_3.htm=4,,4020
  3028. spamrefvb_4.htm=4,,3630
  3029. spamrefvb_5.htm=4,,3908
  3030. spamrefvb_6.htm=4,,2168
  3031. spamrefvb_7.htm=4,,2913
  3032. spamrefvb_8.htm=4,,2047
  3033. spamrefvb_9.htm=4,,2988
  3034. spamrefvc.htm=4,,6678
  3035. spamrefvc_1.htm=4,,8752
  3036. spamrefvc_10.htm=4,,2679
  3037. spamrefvc_11.htm=4,,3341
  3038. spamrefvc_12.htm=4,,2528
  3039. spamrefvc_13.htm=4,,3482
  3040. spamrefvc_14.htm=4,,2353
  3041. spamrefvc_15.htm=4,,2531
  3042. spamrefvc_16.htm=4,,2862
  3043. spamrefvc_2.htm=4,,2595
  3044. spamrefvc_3.htm=4,,3681
  3045. spamrefvc_4.htm=4,,2161
  3046. spamrefvc_5.htm=4,,3907
  3047. spamrefvc_6.htm=4,,3968
  3048. spamrefvc_7.htm=4,,4282
  3049. spamrefvc_8.htm=4,,2755
  3050. spamrefvc_9.htm=4,,3230
  3051. spamrefvj.htm=4,,6622
  3052. spamrefvj_1.htm=4,,8416
  3053. spamrefvj_10.htm=4,,2196
  3054. spamrefvj_11.htm=4,,2878
  3055. spamrefvj_12.htm=4,,2140
  3056. spamrefvj_13.htm=4,,3278
  3057. spamrefvj_14.htm=4,,1990
  3058. spamrefvj_15.htm=4,,2071
  3059. spamrefvj_16.htm=4,,2533
  3060. spamrefvj_2.htm=4,,2256
  3061. spamrefvj_3.htm=4,,3065
  3062. spamrefvj_4.htm=4,,1929
  3063. spamrefvj_5.htm=4,,3699
  3064. spamrefvj_6.htm=4,,3642
  3065. spamrefvj_7.htm=4,,3953
  3066. spamrefvj_8.htm=4,,2518
  3067. spamrefvj_9.htm=4,,2862
  3068. transctxvb.htm=4,,6322
  3069. transctxvb_1.htm=4,,2732
  3070. transctxvb_2.htm=4,,1975
  3071. transctxvb_3.htm=4,,3282
  3072. transctxvb_4.htm=4,,4066
  3073. transctxvb_5.htm=4,,1831
  3074. transctxvc.htm=4,,6490
  3075. transctxvc_1.htm=4,,2899
  3076. transctxvc_2.htm=4,,2255
  3077. transctxvc_3.htm=4,,3516
  3078. transctxvc_4.htm=4,,5385
  3079. transctxvc_5.htm=4,,1983
  3080. transctxvj.htm=4,,6295
  3081. transctxvj_1.htm=4,,2543
  3082. transctxvj_2.htm=4,,2081
  3083. transctxvj_3.htm=4,,3098
  3084. transctxvj_4.htm=4,,4739
  3085. transctxvj_5.htm=4,,1851
  3086. GetCtxtPropvc.htm=4,,2476
  3087. GetCtxtPropvc_1.htm=4,,2024
  3088. GetCtxtPropvc_2.htm=4,,2877
  3089. GetCtxtPropvc_3.htm=4,,2878
  3090. GetCtxtPropvc_4.htm=4,,2854
  3091. GetCtxtPropvj.htm=4,,2498
  3092. GetCtxtPropvj_1.htm=4,,1763
  3093. GetCtxtPropvj_2.htm=4,,2469
  3094. GetCtxtPropvj_3.htm=4,,2589
  3095. GetCtxtPropvj_4.htm=4,,2486
  3096. ObjCtxActivity.htm=4,,2589
  3097. ObjCtxActivity_1.htm=4,,2264
  3098. ObjCtxActivity_2.htm=4,,2215
  3099. ProgSecRefvb.htm=4,,3357
  3100. ProgSecRefvb_1.htm=4,,3896
  3101. ProgSecRefvb_2.htm=4,,1700
  3102. ProgSecRefvb_3.htm=4,,3746
  3103. ProgSecRefvb_4.htm=4,,1706
  3104. ProgSecRefvb_5.htm=4,,4352
  3105. ProgSecRefvb_6.htm=4,,1712
  3106. ProgSecRefvb_7.htm=4,,3749
  3107. ProgSecRefvb_8.htm=4,,1718
  3108. ProgSecRefvc.htm=4,,3659
  3109. ProgSecRefvc_1.htm=4,,4374
  3110. ProgSecRefvc_2.htm=4,,2020
  3111. ProgSecRefvc_3.htm=4,,4228
  3112. ProgSecRefvc_4.htm=4,,2021
  3113. ProgSecRefvc_5.htm=4,,4805
  3114. ProgSecRefvc_6.htm=4,,2029
  3115. ProgSecRefvc_7.htm=4,,4205
  3116. ProgSecRefvc_8.htm=4,,2079
  3117. ProgSecRefvc_9.htm=4,,2926
  3118. disamb01_29.htm=4,,1651
  3119. disamb01_30.htm=4,,1639
  3120. disamb01_31.htm=4,,1583
  3121. disamb01_32.htm=4,,1593
  3122. disamb01_33.htm=4,,1626
  3123. disamb01_34.htm=4,,1628
  3124. disamb01_35.htm=4,,1633
  3125. disamb01_36.htm=4,,1638
  3126. disamb01_37.htm=4,,1643
  3127. adminref_100.htm=4,,3056
  3128. adminref_101.htm=4,,1870
  3129. adminref_102.htm=4,,3336
  3130. adminref_103.htm=4,,3400
  3131. adminref_104.htm=4,,1827
  3132. adminref_105.htm=4,,2781
  3133. adminref_106.htm=4,,2917
  3134. mtxpg04_20.htm=4,,4631
  3135. mtxpg04_21.htm=4,,4412
  3136. objctxvb_18.htm=4,,2277
  3137. objctxvb_19.htm=4,,1730
  3138. objctxvb_20.htm=4,,3372
  3139. objctxvb_21.htm=4,,1899
  3140. objctxvb_22.htm=4,,3481
  3141. SDK_context1.gif=4,,5614
  3142. SDK_context2.gif=4,,3896
  3143. SDK_context3.gif=4,,3882
  3144. SDK_Application.gif=4,,29339
  3145. SDK_call1.gif=4,,7479
  3146. SDK_CHICLET.gif=4,,845
  3147. SDK_PRCARROW.gif=4,,821
  3148. SDK_datahei.gif=4,,4716
  3149. SDK_errordialogue.gif=4,,1928
  3150. SDK_Host.gif=4,,2208
  3151. SDK_methhier.gif=4,,7676
  3152. SDK_OBJSP.gif=4,,1070
  3153. SDK_OBJSPG.gif=4,,1147
  3154. SDK_OBJSPGM.gif=4,,1224
  3155. SDK_PARCHILD.gif=4,,857
  3156. SDK_SPACE.gif=4,,829
  3157. SDK_state1.gif=4,,6055
  3158. SDK_state2.gif=4,,2241
  3159. SDK_state3.gif=4,,2467
  3160. SDK_vi0301.gif=4,,5093
  3161. SDK_vi0302.gif=4,,2588
  3162. SDK_vi0401.gif=4,,9074
  3163. SDK_vi0402.gif=4,,5386
  3164. SDK_vi0403.gif=4,,2234
  3165. SDK_vi0404.gif=4,,2079
  3166. SDK_vi0405.gif=4,,2262
  3167. SDK_vi0406.gif=4,,1700
  3168. SDK_vi0407.gif=4,,4679
  3169. SDK_vi0408.gif=4,,3686
  3170. SDK_vi0409.gif=4,,2442
  3171. SDK_vi0410.gif=4,,7190
  3172. SDK_vi0501.gif=4,,1578
  3173. SDK_vi0502.gif=4,,1972
  3174. SDK_vi0503.gif=4,,17655
  3175. SDK_vi0601.gif=4,,1527
  3176. SDK_vi0602.gif=4,,7917
  3177. SDK_vi0603.gif=4,,5510
  3178. SDK_vi0701.gif=4,,2936
  3179. SDK_vi0702.gif=4,,3852
  3180. SDK_vi0801.gif=4,,3099
  3181. SDK_vi0901.gif=4,,4638
  3182. SDK_vi0902.gif=4,,4015
  3183. SDK_vi1001.gif=4,,4286
  3184. SDK_vi1101.gif=4,,3343
  3185. SDK_vi1102.gif=4,,3997
  3186. SDK_viic01.gif=4,,995
  3187. SDK_viic02.gif=4,,996
  3188. SDK_viic03.gif=4,,995
  3189. SDK_viic04.gif=4,,996
  3190. SDK_viic05.gif=4,,996
  3191. SDK_viicno.gif=4,,1214
  3192. SDK_viicsc.gif=4,,1227
  3193. SDK_vipa01.gif=4,,12887
  3194. SDK_vips01.gif=4,,5408
  3195. SDK_vips02.gif=4,,5468
  3196. SDK_vips03.gif=4,,7907
  3197. SDK_vips04.gif=4,,5479
  3198. SDK_vips05.gif=4,,5308
  3199. SDK_vips06.gif=4,,5286
  3200. SDK_param1.gif=4,,4405
  3201. xaswitch.lib=4,,22734
  3202. xolehlp.lib=4,,5542
  3203. mtx.lib=4,,6176
  3204. mtxih.lib=4,,112588
  3205. mtxguid.lib=4,,4714
  3206. mtxoci.lib=4,,27488
  3207. xaswitch.pdb=4,,69632
  3208. mtxih.pdb=4,,77824
  3209. mtxguid.pdb=4,,45056
  3210. adoid.lib=4,,5996
  3211. MTSSamples.dsn=4,,141
  3212. mtxattr.h=4,,1527
  3213. mtxspm.h=4,,27546
  3214. mtx.h=4,,32092
  3215. txctx.h=4,,14133
  3216. JavaAttr.h=4,,1200
  3217. oletx2xa.h=4,,17035
  3218. adoint.h=4,,213634
  3219. adoid.h=4,,3533
  3220. Account.VB_account.vbp=4,,1341
  3221. Account.VB_account.cls=4,,3694
  3222. Account.VB_MoveMoney.cls=4,,4136
  3223. Account.VB_Receipt.cls=4,,2581
  3224. Account.VB_ReceiptUpd.cls=4,,2427
  3225. Account.VB_CreateTable.cls=4,,2932
  3226. Account.VB_Step1_account.cls=4,,1020
  3227. Account.VB_Step1_account.vbp=4,,1893
  3228. Account.VB_Step2_account.cls=4,,3270
  3229. Account.VB_Step2_account.vbp=4,,1929
  3230. Account.VB_Step2_CreateTable.cls=4,,2936
  3231. Account.VB_Step3_account.cls=4,,3420
  3232. Account.VB_Step3_account.vbp=4,,1929
  3233. Account.VB_Step3_CreateTable.cls=4,,2936
  3234. Account.VB_Step4_account.cls=4,,3420
  3235. Account.VB_Step4_account.vbp=4,,1961
  3236. Account.VB_Step4_CreateTable.cls=4,,2936
  3237. Account.VB_Step4_MoveMoney.cls=4,,3107
  3238. Account.VB_Step5_account.cls=4,,3420
  3239. Account.VB_Step5_account.vbp=4,,1992
  3240. Account.VB_Step5_CreateTable.cls=4,,2936
  3241. Account.VB_Step5_MoveMoney.cls=4,,3468
  3242. Account.VB_Step5_receipt.cls=4,,2139
  3243. Account.VB_Step6_account.cls=4,,3420
  3244. Account.VB_Step6_account.vbp=4,,1992
  3245. Account.VB_Step6_CreateTable.cls=4,,2936
  3246. Account.VB_Step6_MoveMoney.cls=4,,3664
  3247. Account.VB_Step6_receipt.cls=4,,2139
  3248. Account.VB_Step7_account.cls=4,,3420
  3249. Account.VB_Step7_account.vbp=4,,2029
  3250. Account.VB_Step7_CreateTable.cls=4,,2936
  3251. Account.VB_Step7_MoveMoney.cls=4,,3662
  3252. Account.VB_Step7_receipt.cls=4,,2583
  3253. Account.VB_Step7_ReceiptUpd.cls=4,,2429
  3254. Account.VB_Step8_account.cls=4,,3696
  3255. Account.VB_Step8_account.vbp=4,,2012
  3256. Account.VB_Step8_CreateTable.cls=4,,2936
  3257. Account.VB_Step8_MoveMoney.cls=4,,3940
  3258. Account.VB_Step8_receipt.cls=4,,2583
  3259. Account.VB_Step8_ReceiptUpd.cls=4,,2429
  3260. Account.VC_Account.cpp=4,,3935
  3261. Account.VC_Account.def=4,,342
  3262. Account.VC_account.dsp=4,,18054
  3263. Account.VC_Account.idl=4,,2789
  3264. Account.VC_Account.mak=4,,32664
  3265. Account.VC_Account.rc=4,,3375
  3266. Account.VC_Accountps.def=4,,207
  3267. Account.VC_Accountps.mak=4,,408
  3268. Account.VC_CAccount.cpp=4,,5956
  3269. Account.VC_CAccount.h=4,,1375
  3270. Account.VC_CAccount.rgs=4,,486
  3271. Account.VC_GetReceipt.cpp=4,,5070
  3272. Account.VC_GetReceipt.h=4,,1667
  3273. Account.VC_GetReceipt.rgs=4,,507
  3274. Account.VC_MoveMoney.cpp=4,,5425
  3275. Account.VC_MoveMoney.h=4,,1456
  3276. Account.VC_MoveMoney.rgs=4,,500
  3277. Account.VC_Resource.h=4,,852
  3278. Account.VC_StdAfx.cpp=4,,383
  3279. Account.VC_StdAfx.h=4,,1466
  3280. Account.VC_tlbcheck.dat=4,,185
  3281. Account.VC_updatere.bin=4,,528
  3282. Account.VC_UpdateReceipt.cpp=4,,4583
  3283. Account.VC_UpdateReceipt.h=4,,1710
  3284. Account.VC_UpdateReceipt.rgs=4,,528
  3285. TClient_BigO.bmp=4,,2038
  3286. TClient_BigX.bmp=4,,2038
  3287. TClient_frmMain.frm=4,,26216
  3288. TClient_frmMain.frx=4,,35260
  3289. TClient_Null.bmp=4,,370
  3290. TClient_O.bmp=4,,370
  3291. TClient_Screen.bmp=4,,30002
  3292. TClient_tClient.vbp=4,,906
  3293. TClient_X.bmp=4,,370
  3294. WSH_InstPak.vbs=4,,1410
  3295. WSH_InstDLL.vbs=4,,3444
  3296. WSH_InstPakCLI.vbs=4,,1560
  3297. WSH_InstDLLCLI.vbs=4,,3611
  3298. WSH_Uninst.vbs=4,,1167
  3299. TServer_computer.bin=4,,493
  3300. TServer_Computer.cpp=4,,16501
  3301. TServer_Computer.h=4,,2398
  3302. TServer_Computer.rgs=4,,986
  3303. TServer_human.bin=4,,472
  3304. TServer_Human.cpp=4,,21035
  3305. TServer_Human.h=4,,2250
  3306. TServer_Human.rgs=4,,944
  3307. TServer_resource.h=4,,635
  3308. TServer_StdAfx.cpp=4,,315
  3309. TServer_StdAfx.h=4,,1732
  3310. TServer_tServer.cpp=4,,3637
  3311. TServer_tServer.def=4,,222
  3312. TServer_tServer.dsp=4,,16780
  3313. TServer_tServer.idl=4,,2203
  3314. TServer_tServer.mak=4,,27587
  3315. TServer_tServer.rc=4,,3122
  3316. TServer_tServerps.def=4,,249
  3317. TServer_tServerps.mk=4,,443
  3318. javasamp.txt=4,,908
  3319. Account.VJ_SetJavaDev.bat=4,,670
  3320. Account.VJ_mkdll.bat=4,,93
  3321. Account.VJ_Account.dsp=4,,2292
  3322. Account.VJ_Account.dsw=4,,537
  3323. Account.VJ_Accountlib.idl=4,,3110
  3324. Account.VJ_Account_Account.java=4,,4247
  3325. Account.VJ_Account_GetReceipt.java=4,,7103
  3326. Account.VJ_Account_MoveMoney.java=4,,3846
  3327. Account.VJ_Account_UpdateReceipt.java=4,,3279
  3328. Bank.VB_VBBank.frm=4,,17951
  3329. Bank.VB_bank.vbp=4,,994
  3330. ;*** END ************************************************************
  3331. ;**                                                                **
  3332. ;** Automatically generated on: Fri Nov 14 05:49:53 1997           **
  3333. ;**                                                                **
  3334. ;*** END ************************************************************
  3335.