home *** CD-ROM | disk | FTP | other *** search
/ Asymetrix Demo / Asymetrix.iso / prg / mtb30 / samples / scrapbk.tbk (.txt) < prev    next >
Encoding:
Asymetrix ToolBook File  |  1994-07-11  |  1.4 MB  |  5,365 lines

  1. clipart 101
  2. clipart 86
  3. clipart 87
  4. clipart 88
  5. clipart 89
  6. clipart 90
  7. Arrows
  8. Group "11"
  9. Group "12"
  10. Group "13"
  11. Group "14"
  12. Group "21"
  13. Group "22"
  14. freespot
  15. numPages
  16. FALSE
  17. Group id 5 of Page id 131
  18. actualObj
  19. page "clipart 90"
  20. actualPage
  21. Point Up
  22. actualName
  23. Arrow,Pointer
  24. keywords
  25. Arrows
  26. category
  27. 720,705
  28. realSize
  29. Group id 12 of Page id 133
  30. actualObj
  31. page "clipart 91"
  32. actualPage
  33. Arrows
  34. actualName
  35. Next,Previous
  36. keywords
  37. Arrows
  38. category
  39. 1170,750
  40. realSize
  41. Group id 3 of Page id 134
  42. actualObj
  43. page "clipart 92"
  44. actualPage
  45. Point Up/Left
  46. actualName
  47. Arrows,Pointer
  48. keywords
  49. Arrows
  50. category
  51. 434,444
  52. realSize
  53. Group id 3 of Page id 135
  54. actualObj
  55. page "clipart 93"
  56. actualPage
  57. Point Down/Left
  58. actualName
  59. Arrows,Pointer
  60. keywords
  61. Arrows
  62. category
  63. 428,435
  64. realSize
  65. Group id 3 of Page id 136
  66. actualObj
  67. page "clipart 94"
  68. actualPage
  69. Point Up/Right
  70. actualName
  71. Arrows,Pointer
  72. keywords
  73. Arrows
  74. category
  75. 436,450
  76. realSize
  77. Group id 3 of Page id 137
  78. actualObj
  79. page "clipart 95"
  80. actualPage
  81. Point Down/Right
  82. actualName
  83. Arrows,Pointer
  84. keywords
  85. Arrows
  86. category
  87. 426,455
  88. realSize
  89. clipart 91
  90. clipart 92
  91. clipart 93
  92. clipart 94
  93. clipart 95
  94. clipart 96
  95. clipart 97
  96. clipart 98
  97. clipart 99
  98. \    U    6
  99. clipart 100
  100. clipart 100
  101. ED     DIB 
  102. AMPLES TBK 
  103. AMPLES1TBK 
  104. SCRAPBK TBK 
  105. SCRAPBK1TBK 
  106. SMALL   "]
  107. clipart 69
  108. clipart 70
  109. clipart 71
  110. phone
  111. -- Script moved 
  112. userproperty scrapbook_script 
  113. HScrapBook
  114. notifyAfter make
  115.     show objects of self
  116. notifyAfter author
  117.     show objects of self
  118. notifyAfter reader
  119.     show group 1 of self
  120.     step i from 2 to 6
  121.         hide group i of self
  122. notifybefore enterPage
  123.     show group 1 of self
  124.     step i from 2 to 6
  125.         hide group i of self
  126. to handle buttonclick
  127.     step i from 2 to 6
  128.         show group i of self
  129.         hide group (i-1) of self
  130.     show group 1 of self
  131.     hide group 6 of self
  132. scrapbook_script
  133.     Q    91
  134. Z`n    m
  135. clipart 72
  136. camera
  137. -- Script moved 
  138. userproperty scrapbook_script 
  139. HScrapBook
  140. notifyAfter make
  141.     show objects of self
  142. notifyAfter author
  143.     show objects of self
  144. notifyAfter reader
  145.     step i from 1 to 5
  146.         hide group i of self
  147. notifybefore enterPage
  148.     step i from 1 to 5
  149.         hide group i of self
  150. to handle buttonclick
  151.     show group 1 of self
  152.     step i from 2 to 5
  153.         show group i of self
  154.         hide group (i-1) of self
  155.     hide group 5 of self
  156. scrapbook_script
  157. `    C    `    
  158.     ,.     U
  159.     \656
  160. clipart 73
  161. cash register
  162. -- Script moved 
  163. userproperty scrapbook_script 
  164. HScrapBook
  165. notifyAfter make
  166.     spot = stopSpot of group "drawer"
  167.     item 1 of spot = item 1 of spot*item 1 of syspageunitsperpixel
  168.     item 2 of spot = item 2 of spot*item 2 of syspageunitsperpixel
  169.     move group "drawer" by spot
  170. notifybefore enterPage
  171.     move group "drawer" to position of rectangle "spot"
  172. to handle buttonclick
  173.     spot = stopSpot of group "drawer"
  174.     numsteps = 5
  175.     x = item 1 of spot*item 1 of syspageunitsperpixel/numsteps
  176.     y = item 2 of spot*item 2 of syspageunitsperpixel/numsteps
  177.     step i from 1 to numSteps
  178.         move group "drawer" by x,y
  179.     pause 1 seconds
  180.     move group "drawer" to position of rectangle "spot"
  181. scrapbook_script
  182. x    >B\
  183. drawer
  184. 3167,2707
  185. startSpot
  186. 66,41
  187. stopSpot
  188. clipart 74
  189. plane
  190. -- Script moved 
  191. userproperty scrapbook_script 
  192. HScrapBook
  193. notifyAfter author
  194.     item 1 of position of self = 0
  195. notifyAfter enterPage
  196.     item 1 of position of self = 0-(item 1 of syspageunitsperpixel)-(item 1 of size of self)
  197.     numSteps = 20
  198.     stepSize = ((item 1 of size of this window * item 1 of syspageunitsperpixel) + item 1 of size of self)/numSteps
  199.     step i from 1 to numSteps
  200.         move self by stepSize,0
  201. scrapbook_script
  202. +Y"x    
  203. "l    h#k
  204. "    %!l    %
  205. b%S 1
  206. +S X    
  207. "l    h#k
  208. "    %!l    
  209. TYPE YOUR TEXT HERE
  210. clipart 75
  211. fish bowl
  212. school
  213. -- Script moved 
  214. userproperty scrapbook_script 
  215. HScrapBook
  216. notifyAfter make
  217.     show objects of self
  218. notifyAfter author
  219.     show objects of self
  220. notifyAfter reader
  221.     show group 1 of self
  222.     step i from 2 to 10
  223.         hide group i of self
  224. notifybefore enterPage
  225.     show group 1 of self
  226.     step i from 2 to 10
  227.         hide group i of self
  228. to handle buttonclick
  229.     step i from 2 to 10
  230.         show group i of self
  231.         hide group (i-1) of self
  232.     hide group 10 of self
  233.     show group 1 of self
  234. scrapbook_script
  235. `Yw    i
  236. |    bfb
  237. $r.    ;
  238. h(" E|
  239. clipart 76
  240. slam dunk
  241. -- Script moved 
  242. userproperty scrapbook_script 
  243. HScrapBook
  244. notifyAfter make
  245.     show objects of self
  246. notifyAfter author
  247.     show objects of self
  248. notifyAfter reader
  249.     show group 1 of self
  250.     step i from 2 to 6
  251.         hide group i of self
  252. notifybefore enterPage
  253.     show group 1 of self
  254.     step i from 2 to 6
  255.         hide group i of self
  256. to handle buttonclick
  257.     step i from 2 to 6
  258.         show group i of self
  259.         hide group (i-1) of self
  260.     hide group 6 of self
  261.     show group 1 of self
  262. scrapbook_script
  263. }-2    m.
  264. ".b    <
  265. r    .Hc
  266. 'r&H-
  267. #p&@)
  268. 7    0I    I
  269. .X#%_
  270.     P~)~
  271. 1&,&2
  272. !.-e!
  273.  F-5!q
  274. ~+-&N1
  275.  @/8"=
  276. 1"$+3r%k
  277. *; u.
  278. 0@# 10$
  279. /x$H0
  280. clipart 77
  281. 15,15
  282. lastUnits
  283. air mail
  284. -- Script moved 
  285. userproperty scrapbook_script 
  286. HScrapBook
  287. notifyAfter make
  288.     show objects of self
  289. notifyAfter author
  290.     show objects of self
  291. notifyAfter reader
  292.     step i from 1 to 5
  293.         hide group i of self
  294. notifybefore enterPage
  295.     step i from 1 to 5
  296.     hide group i of self
  297. to handle buttonclick
  298.     show group 1 of self
  299.     step i from 2 to 5
  300.         show group i of self
  301.         hide group (i-1) of self
  302.         if i = 2
  303.             hide group "start" of self
  304.         end
  305.     hide group 5 of self
  306.     show group "start" of self
  307. scrapbook_script
  308.     V7/7
  309. 6    ,N-
  310. start
  311. %"%`$b%
  312.     l%/    
  313. clipart 78
  314. clipart 79
  315. clipart 80
  316. Arrows
  317. Group "11"
  318. Group "12"
  319. Group "13"
  320. Group "14"
  321. Group "21"
  322. Group "22"
  323. Group "23"
  324. Group "24"
  325. freespot
  326. numPages
  327. Group id 8 of Page id 120
  328. actualObj
  329. page "clipart 80"
  330. actualPage
  331. Arrows
  332. actualName
  333. Next,Previous
  334. keywords
  335. Arrows
  336. category
  337. 964,409
  338. realSize
  339. Group id 8 of Page id 124
  340. actualObj
  341. page "clipart 83"
  342. actualPage
  343. Arrows
  344. actualName
  345. Next,Previous
  346. keywords
  347. Arrows
  348. category
  349. 421,330
  350. realSize
  351.     &    ;    
  352. Group id 8 of Page id 125
  353. actualObj
  354. page "clipart 84"
  355. actualPage
  356. Arrows
  357. actualName
  358. Next,Previous
  359. keywords
  360. Arrows
  361. category
  362. 353,395
  363. realSize
  364. Group id 8 of Page id 126
  365. actualObj
  366. page "clipart 85"
  367. actualPage
  368. Arrows
  369. actualName
  370. Next,Previous
  371. keywords
  372. Arrows
  373. category
  374. 294,300
  375. realSize
  376. Group id 8 of Page id 127
  377. actualObj
  378. page "clipart 86"
  379. actualPage
  380. Arrows
  381. actualName
  382. Next,Previous
  383. keywords
  384. Arrows
  385. category
  386. 344,270
  387. realSize
  388. Group id 3 of Page id 128
  389. actualObj
  390. page "clipart 87"
  391. actualPage
  392. Arrow
  393. actualName
  394. Next,Previous
  395. keywords
  396. Arrows
  397. category
  398. 787,755
  399. realSize
  400. Group id 5 of Page id 129
  401. actualObj
  402. page "clipart 88"
  403. actualPage
  404. Pointing Hand
  405. actualName
  406. Pointer
  407. keywords
  408. Arrows
  409. category
  410. 1755,945
  411. realSize
  412. Group id 4 of Page id 130
  413. actualObj
  414. page "clipart 89"
  415. actualPage
  416. Point Down
  417. actualName
  418. Arrow,Pointer
  419. keywords
  420. Arrows
  421. category
  422. 720,720
  423. realSize
  424. clipart 83
  425. clipart 84
  426. clipart 85
  427. clipart 85
  428. clipart 53
  429. clipart 54
  430. clipart 55
  431.     0    o    
  432. clipart 56
  433.     3    o    Q    B    
  434.     ~    Q    
  435. clipart 57
  436. clipart 58
  437. B    B    1
  438.     `    B    
  439. clipart 59
  440. clipart 60
  441. clipart 61
  442. clipart 62
  443.     o    3    Q    
  444. clipart 63
  445. clipart 64
  446. clipart 65
  447. clipart 66
  448. clipart 67
  449. clipart 68
  450. clipart 68
  451. clipart 37
  452. Q    3    Q    ~    $    ~    R
  453. clipart 38
  454. clipart 39
  455. ~    Q    _
  456.     Q    ~    
  457.     B    ~    3    ~    
  458. clipart 40
  459. clipart 41
  460. clipart 42
  461. clipart 43
  462. w    @@@
  463. clipart 44
  464. :    0    V
  465. clipart 45
  466. clipart 46
  467. v    z#f
  468. clipart 47
  469. clipart 48
  470. clipart 49
  471. clipart 50
  472. clipart 51
  473. clipart 52
  474. clipart 86
  475. clipart 22
  476. clipart 26
  477. clipart 62
  478. clipart 66
  479. clipart 23
  480. Gas Station
  481. actualName
  482. Building
  483. keywords
  484. Buildings
  485. category
  486. clipart 23
  487. clipart 32
  488. clipart 36
  489. clipart 63
  490. clipart 24
  491. clipart 25
  492. clipart 26
  493. clipart 27
  494. clipart 28
  495. clipart 29
  496. clipart 30
  497.     ~    ~    ~    
  498.     B    B    
  499.     Q    Q    B    $    `    B    
  500.     o    Q    
  501. clipart 31
  502. clipart 32
  503. clipart 33
  504.     ~    `    
  505. `    ~    $    
  506. clipart 34
  507.     3    $    
  508.     `    3    B    
  509. clipart 35
  510. M    f5/
  511. clipart 36
  512. clipart 36
  513. clipart 10
  514. Banner
  515. actualName
  516. Banner
  517. keywords
  518. Banners
  519. category
  520. clipart 10
  521. clipart 18
  522. clipart 47
  523. clipart 49
  524. clipart 74
  525. clipart 100
  526. clipart 94
  527. clipart 11
  528. Name Plate
  529. actualName
  530. Plate
  531. keywords
  532. Banners
  533. category
  534. clipart 11
  535. clipart 35
  536. clipart 53
  537. clipart 77
  538. clipart 79
  539. clipart 99
  540. clipart 97
  541. clipart 101
  542. clipart 12
  543. Name Plate
  544. actualName
  545. Plate
  546. keywords
  547. Banners
  548. category
  549. clipart 13
  550. Skyscraper
  551. actualName
  552. Building
  553. keywords
  554. Buildings
  555. category
  556. clipart 14
  557. Hotel
  558. actualName
  559. Building
  560. keywords
  561. Buildings
  562. category
  563. clipart 15
  564. actualName
  565. Building
  566. keywords
  567. Buildings
  568. category
  569. clipart 16
  570. actualName
  571. Building
  572. keywords
  573. Buildings
  574. category
  575. clipart 17
  576. Government
  577. actualName
  578. Building
  579. keywords
  580. Buildings
  581. category
  582. clipart 17
  583. clipart 19
  584. clipart 33
  585. clipart 55
  586. clipart 71
  587. clipart 91
  588. clipart 18
  589. Hospital
  590. actualName
  591. Building
  592. keywords
  593. Buildings
  594. category
  595.     3    ~    B    
  596. clipart 19
  597. Stadium
  598. actualName
  599. Building
  600. keywords
  601. Buildings
  602. category
  603.     ~    <    B    (    Y    
  604. clipart 20
  605. University
  606. actualName
  607. Building
  608. keywords
  609. Buildings
  610. category
  611. 0    ;    ,
  612. clipart 21
  613. Condo
  614. actualName
  615. Building
  616. keywords
  617. Buildings
  618. category
  619. clipart 22
  620. Residential
  621. actualName
  622. Building
  623. keywords
  624. Buildings
  625. category
  626. clipart 22
  627. Animated
  628. Group 11
  629. Group 12
  630. freespot
  631. numPages
  632. FALSE
  633. page "clipart 73"
  634. actualPage
  635. Cash Register
  636. actualName
  637. Cash Register
  638. keywords
  639. Animated
  640. category
  641. 3495,2880
  642. realSize
  643. Group id 164 of Page id 113
  644. actualObj
  645. drawer
  646. 3167,2707
  647. startSpot
  648. 66,41
  649. stopSpot
  650. VErEo
  651. page "clipart 74"
  652. actualPage
  653. Flying Plane
  654. actualName
  655. Biplane,Plane,Banner
  656. keywords
  657. Animated
  658. category
  659. 9511,1356
  660. realSize
  661. Group id 98 of Page id 114
  662. actualObj
  663. 8X:    L
  664. $i*    Q
  665. >Y:    M
  666. "\L    `
  667. ,^G    ]
  668. X_B    L
  669. T[B    `
  670. ^]L    `
  671. p`k    V
  672. 8at    `
  673. Bc|    `
  674. $de    M
  675. Deu    L
  676. tbt    `
  677. TYPE YOUR TEXT HERE
  678. Animated
  679. Group 11
  680. freespot
  681. numPages
  682. FALSE
  683. page "clipart 75"
  684. actualPage
  685. Swimming Goldfish
  686. actualName
  687. Fish Bowl,Fish
  688. keywords
  689. Animated
  690. category
  691. 6489,4649
  692. realSize
  693. Group id 217 of Page id 116
  694. actualObj
  695. school
  696. Animated
  697. Group 11
  698. freespot
  699. numPages
  700. FALSE
  701. page "clipart 76"
  702. actualPage
  703. Slam Dunk
  704. actualName
  705. Basketball,Sports
  706. keywords
  707. Animated
  708. category
  709. 6933,5854
  710. realSize
  711. Group id 281 of Page id 117
  712. actualObj
  713. }-2    m.g
  714. r&H-)4
  715. 'r&H-m6
  716. #p&@)
  717. C+ (CQ
  718. 3~1Sd
  719. 1&,&2
  720. !.-e!
  721.  F-5!#q
  722. ~+-&N1
  723.  @/8"+u
  724. 1"$+3r%Az
  725. *; u.
  726. 0@# 10$u
  727. /x$H0
  728. Animated
  729. Group 11
  730. freespot
  731. numPages
  732. FALSE
  733. page "clipart 77"
  734. actualPage
  735. Flying Msil
  736. actualName
  737. Air Mail,Envelope
  738. keywords
  739. Animated
  740. category
  741. 5423,5524
  742. realSize
  743. Group id 453 of Page id 118
  744. actualObj
  745. start
  746. %"%`$b%
  747.     l%/    
  748. art 1
  749. clipart 2
  750. actualName
  751. Arrows
  752. keywords
  753. Directional Arrows
  754. category
  755. Arrows
  756. tScript
  757. FALSE
  758. FALSE
  759. clipart 3
  760. actualName
  761. Arrows
  762. keywords
  763. Directional Arrows
  764. category
  765. Arrows
  766. tScript
  767. FALSE
  768. FALSE
  769. clipart 3
  770. clipart 30
  771. clipart 38
  772. clipart 45
  773. clipart 54
  774. clipart 83
  775. clipart 4
  776. actualName
  777. Arrows
  778. keywords
  779. Directional Arrows
  780. category
  781. Arrows
  782. tScript
  783. FALSE
  784. FALSE
  785. clipart 5
  786. actualName
  787. Curved Arrow
  788. keywords
  789. Directional Arrows
  790. category
  791. Arrows
  792. tScript
  793. FALSE
  794. FALSE
  795. clipart 5
  796. clipart 34
  797. clipart 43
  798. clipart 50
  799. clipart 58
  800. clipart 85
  801. clipart 6
  802. actualName
  803. Arrows
  804. keywords
  805. Directional Arrows
  806. category
  807. Arrows
  808. tScript
  809. FALSE
  810. FALSE
  811. clipart 7
  812. Award Plate
  813. actualName
  814. Plate,Banner
  815. keywords
  816. Banners
  817. category
  818. clipart 8
  819. Prize Ribbons
  820. actualName
  821. Ribbons
  822. keywords
  823. Banners
  824. category
  825. clipart 9
  826. Banner
  827. actualName
  828. Banner
  829. keywords
  830. Banners
  831. category
  832. People
  833. numPages
  834. Group 11
  835. Group 12
  836. Group 13
  837. Group 14
  838. Group 21
  839. Group 22
  840. Group 23
  841. freeSpot
  842. FALSE
  843. page "clipart 30"
  844. actualPage
  845. Children
  846. actualName
  847. Kids,Book
  848. keywords
  849. People
  850. category
  851. 3135,2539
  852. realSize
  853. Group id 91 of Page id 60
  854. actualObj
  855.     ~    ~    ~    
  856.     B    B    
  857.     Q    Q    B    $    `    B    
  858.     o    Q    
  859. page "clipart 31"
  860. actualPage
  861. Cash Machine
  862. actualName
  863. Woman
  864. keywords
  865. People
  866. category
  867. 2892,2235
  868. realSize
  869. Group id 85 of Page id 62
  870. actualObj
  871. page "clipart 32"
  872. actualPage
  873. Graduate
  874. actualName
  875. Man,College
  876. keywords
  877. People
  878. category
  879. 2250,2505
  880. realSize
  881. Group id 80 of Page id 63
  882. actualObj
  883. page "clipart 33"
  884. actualPage
  885. Business Woman
  886. actualName
  887. Woman
  888. keywords
  889. People
  890. category
  891. 1770,4107
  892. realSize
  893. Group id 61 of Page id 64
  894. actualObj
  895.     ~    `    
  896. `    ~    $    
  897. page "clipart 34"
  898. actualPage
  899. Business Man
  900. actualName
  901. keywords
  902. People
  903. category
  904. 1788,4126
  905. realSize
  906. Group id 83 of Page id 65
  907. actualObj
  908.     3    $    
  909.     `    3    B    
  910. page "clipart 35"
  911. actualPage
  912. Business Meeting
  913. actualName
  914. People
  915. keywords
  916. People
  917. category
  918. 4328,2130
  919. realSize
  920. Group id 204 of Page id 66
  921. actualObj
  922. page "clipart 56"
  923. actualPage
  924. Carpenter
  925. actualName
  926. Woman
  927. keywords
  928. People
  929. category
  930. 2025,4029
  931. realSize
  932. Group id 62 of Page id 91
  933. actualObj
  934.     3    o    Q    B    
  935.     ~    Q    
  936. People
  937. clipart 2
  938. clipart 6
  939. clipart 20
  940. clipart 28
  941. clipart 68
  942. clipart 60
  943. clipart 86
  944. People
  945. Group 11
  946. Group 12
  947. Group 13
  948. Group 14
  949. Group 21
  950. Group 22
  951. Group 23
  952. Group 24
  953. freespot
  954. numPages
  955. page "clipart 36"
  956. actualPage
  957. Man at Computer
  958. actualName
  959. Man,Computer
  960. keywords
  961. People
  962. category
  963. 2791,2730
  964. realSize
  965. Group id 87 of Page id 67
  966. actualObj
  967. ^.z.o
  968. page "clipart 37"
  969. actualPage
  970. Woman at Copier
  971. actualName
  972. Woman,Copy Machine
  973. keywords
  974. People
  975. category
  976. 2889,3684
  977. realSize
  978. Group id 88 of Page id 69
  979. actualObj
  980. Q    3    Q    ~    $    ~    R
  981. page "clipart 38"
  982. actualPage
  983. Man at Copier
  984. actualName
  985. Man,Copy Machine
  986. keywords
  987. People
  988. category
  989. 3090,3680
  990. realSize
  991. Group id 79 of Page id 70
  992. actualObj
  993. page "clipart 39"
  994. actualPage
  995. Woman on Phone
  996. actualName
  997. Woman,Desk,Computer,Phone
  998. keywords
  999. People
  1000. category
  1001. 2893,3165
  1002. realSize
  1003. Group id 96 of Page id 71
  1004. actualObj
  1005. ~    Q    _
  1006.     Q    ~    
  1007.     B    ~    3    ~    
  1008. page "clipart 55"
  1009. actualPage
  1010. Astronaut
  1011. actualName
  1012. Space
  1013. keywords
  1014. People
  1015. category
  1016. 2280,3984
  1017. realSize
  1018. Group id 69 of Page id 90
  1019. actualObj
  1020.     0    o    
  1021. page "clipart 57"
  1022. actualPage
  1023. actualName
  1024. Man,Cook
  1025. keywords
  1026. People
  1027. category
  1028. 2865,3302
  1029. realSize
  1030. Group id 62 of Page id 92
  1031. actualObj
  1032. page "clipart 58"
  1033. actualPage
  1034. Farmer
  1035. actualName
  1036. Man,Tractor
  1037. keywords
  1038. People
  1039. category
  1040. 3120,3417
  1041. realSize
  1042. Group id 111 of Page id 93
  1043. actualObj
  1044. B    B    1
  1045.     `    B    
  1046. 7    @@@
  1047. '    @@@
  1048. ?    @@@
  1049. page "clipart 60"
  1050. actualPage
  1051. Painter
  1052. actualName
  1053. Woman
  1054. keywords
  1055. People
  1056. category
  1057. 2295,3928
  1058. realSize
  1059. Group id 63 of Page id 96
  1060. actualObj
  1061. People
  1062. Group 11
  1063. Group 12
  1064. Group 13
  1065. freespot
  1066. numPages
  1067. FALSE
  1068. page "clipart 59"
  1069. actualPage
  1070. Auto Mechanic
  1071. actualName
  1072. Man,Engine,Car
  1073. keywords
  1074. People
  1075. category
  1076. 3864,2760
  1077. realSize
  1078. Group id 90 of Page id 94
  1079. actualObj
  1080. page "clipart 61"
  1081. actualPage
  1082. Policeman
  1083. actualName
  1084. Man,Cop
  1085. keywords
  1086. People
  1087. category
  1088. 2565,4094
  1089. realSize
  1090. Group id 70 of Page id 97
  1091. actualObj
  1092. page "clipart 62"
  1093. actualPage
  1094. Welder
  1095. actualName
  1096. Woman
  1097. keywords
  1098. People
  1099. category
  1100. 3403,3270
  1101. realSize
  1102. Group id 55 of Page id 98
  1103. actualObj
  1104.     o    3    Q    
  1105. Office
  1106. numPages
  1107. Group 11
  1108. Group 12
  1109. Group 13
  1110. Group 14
  1111. Group 21
  1112. Group 22
  1113. Group 23
  1114. Group 24
  1115. freeSpot
  1116. page "clipart 24"
  1117. actualPage
  1118. Pen and Paper
  1119. actualName
  1120. Paper,Pen,Notepad
  1121. keywords
  1122. Office
  1123. category
  1124. 2865,3990
  1125. realSize
  1126. Group id 71 of Page id 53
  1127. actualObj
  1128. page "clipart 25"
  1129. actualPage
  1130. actualName
  1131. Post-It,Tack
  1132. keywords
  1133. Office
  1134. category
  1135. 2315,2055
  1136. realSize
  1137. Group id 17 of Page id 55
  1138. actualObj
  1139. page "clipart 26"
  1140. actualPage
  1141. File Cabinet
  1142. actualName
  1143. Files
  1144. keywords
  1145. Office
  1146. category
  1147. 2173,3263
  1148. realSize
  1149. Group id 19 of Page id 56
  1150. actualObj
  1151. page "clipart 27"
  1152. actualPage
  1153. actualName
  1154. Files
  1155. keywords
  1156. Office
  1157. category
  1158. 3495,2325
  1159. realSize
  1160. Group id 6 of Page id 57
  1161. actualObj
  1162. **F*o
  1163. page "clipart 28"
  1164. actualPage
  1165. Rolodex
  1166. actualName
  1167. Cardfile
  1168. keywords
  1169. Office
  1170. category
  1171. 2370,1935
  1172. realSize
  1173. Group id 27 of Page id 58
  1174. actualObj
  1175. [    *-Q
  1176. page "clipart 29"
  1177. actualPage
  1178. Calendar
  1179. actualName
  1180. Calendar
  1181. keywords
  1182. Office
  1183. category
  1184. 4253,2430
  1185. realSize
  1186. Group id 28 of Page id 59
  1187. actualObj
  1188. page "clipart 40"
  1189. actualPage
  1190. Briefcase
  1191. actualName
  1192. Briefcase
  1193. keywords
  1194. Office
  1195. category
  1196. 4996,3347
  1197. realSize
  1198. Group id 68 of Page id 72
  1199. actualObj
  1200. page "clipart 47"
  1201. actualPage
  1202. actualName
  1203. Letter,Envelope
  1204. keywords
  1205. Office
  1206. category
  1207. 2966,1650
  1208. realSize
  1209. Group id 29 of Page id 80
  1210. actualObj
  1211. Office
  1212. clipart 25
  1213. clipart 52
  1214. clipart 56
  1215. clipart 65
  1216. Office
  1217. Group 11
  1218. freespot
  1219. numPages
  1220. FALSE
  1221. FALSE
  1222. tScript
  1223. page "clipart 48"
  1224. actualPage
  1225. actualName
  1226. Letter,Envelope
  1227. keywords
  1228. Office
  1229. category
  1230. 4966,2430
  1231. realSize
  1232. Group id 26 of Page id 81
  1233. actualObj
  1234. Building
  1235. numPages
  1236. Group 11
  1237. Group 12
  1238. Group 13
  1239. Group 14
  1240. Group 21
  1241. Group 22
  1242. Group 23
  1243. freeSpot
  1244. FALSE
  1245. Office
  1246. actualName
  1247. Building
  1248. keywords
  1249. Building
  1250. category
  1251. page "clipart 13"
  1252. actualPage
  1253. 2743,4264
  1254. realSize
  1255. Group id 81 of Page id 38
  1256. actualObj
  1257. 0+L+o
  1258. Hotel
  1259. actualName
  1260. Building
  1261. keywords
  1262. Building
  1263. category
  1264. page "clipart 14"
  1265. actualPage
  1266. 4360,3415
  1267. realSize
  1268. Group id 99 of Page id 40
  1269. actualObj
  1270. *EFEo
  1271. Restaurant
  1272. actualName
  1273. Building,Cafe
  1274. keywords
  1275. Building
  1276. category
  1277. page "clipart 15"
  1278. actualPage
  1279. 3285,2773
  1280. realSize
  1281. Group id 97 of Page id 43
  1282. actualObj
  1283. actualName
  1284. Building
  1285. keywords
  1286. Building
  1287. category
  1288. page "clipart 16"
  1289. actualPage
  1290. 4075,2445
  1291. realSize
  1292. Group id 108 of Page id 44
  1293. actualObj
  1294. School
  1295. actualName
  1296. Building,Library
  1297. keywords
  1298. Building
  1299. category
  1300. page "clipart 17"
  1301. actualPage
  1302. 3840,2652
  1303. realSize
  1304. Group id 130 of Page id 45
  1305. actualObj
  1306. Hospital
  1307. actualName
  1308. Building,Ambulance
  1309. keywords
  1310. Building
  1311. category
  1312. page "clipart 18"
  1313. actualPage
  1314. 3852,2805
  1315. realSize
  1316. Group id 88 of Page id 46
  1317. actualObj
  1318.     3    ~    B    
  1319. Stadium
  1320. actualName
  1321. Building
  1322. keywords
  1323. Building
  1324. category
  1325. page "clipart 19"
  1326. actualPage
  1327. 4761,2235
  1328. realSize
  1329. Group id 72 of Page id 47
  1330. actualObj
  1331.     ~    <    B    (    Y    
  1332. Building
  1333. clipart 27
  1334. clipart 29
  1335. clipart 67
  1336. clipart 69
  1337. clipart 76
  1338. clipart 72
  1339. clipart 96
  1340. clipart 92
  1341. Building
  1342. Group 11
  1343. Group 12
  1344. Group 13
  1345. Group 14
  1346. freespot
  1347. numPages
  1348. FALSE
  1349. Town Hall
  1350. actualName
  1351. Building
  1352. keywords
  1353. Building
  1354. category
  1355. page "clipart 20"
  1356. actualPage
  1357. 3915,3915
  1358. realSize
  1359. Group id 191 of Page id 48
  1360. actualObj
  1361. R;n;o
  1362. Condominium
  1363. actualName
  1364. Building
  1365. keywords
  1366. Building
  1367. category
  1368. page "clipart 21"
  1369. actualPage
  1370. 3421,2710
  1371. realSize
  1372. Group id 135 of Page id 50
  1373. actualObj
  1374. HB#    6
  1375. House
  1376. actualName
  1377. Building,Residential
  1378. keywords
  1379. Building
  1380. category
  1381. page "clipart 22"
  1382. actualPage
  1383. 4737,2235
  1384. realSize
  1385. Group id 61 of Page id 51
  1386. actualObj
  1387. Gas Station
  1388. actualName
  1389. Building,Gas Pump
  1390. keywords
  1391. Building
  1392. category
  1393. page "clipart 23"
  1394. actualPage
  1395. 4111,2760
  1396. realSize
  1397. Group id 95 of Page id 52
  1398. actualObj
  1399. Banners
  1400. numPages
  1401. Group 11
  1402. Group 12
  1403. Group 13
  1404. Group 14
  1405. Group 21
  1406. Group 22
  1407. freeSpot
  1408. FALSE
  1409. Chrome Plate
  1410. actualName
  1411. Plate,Steel
  1412. keywords
  1413. Banners
  1414. category
  1415. page "clipart 7"
  1416. actualPage
  1417. 3690,1740
  1418. realSize
  1419. Group id 74 of Page id 29
  1420. actualObj
  1421. Blue Ribbon
  1422. actualName
  1423. Ribbon,Award
  1424. keywords
  1425. Banners
  1426. category
  1427. page "clipart 8"
  1428. actualPage
  1429. 1215,2655
  1430. realSize
  1431. Group id 46 of Page id 31
  1432. actualObj
  1433. Banner
  1434. actualName
  1435. Ribbon,Scroll
  1436. keywords
  1437. Banners
  1438. category
  1439. page "clipart 9"
  1440. actualPage
  1441. 4275,780
  1442. realSize
  1443. Group id 33 of Page id 34
  1444. actualObj
  1445. Ribbon
  1446. actualName
  1447. Banner,Scroll
  1448. keywords
  1449. Banners
  1450. category
  1451. page "clipart 10"
  1452. actualPage
  1453. 3195,1140
  1454. realSize
  1455. Group id 35 of Page id 35
  1456. actualObj
  1457. \NxNo
  1458. Gold Plate
  1459. actualName
  1460. Plate,Brass
  1461. keywords
  1462. Banners
  1463. category
  1464. page "clipart 11"
  1465. actualPage
  1466. 3870,825
  1467. realSize
  1468. Group id 29 of Page id 36
  1469. actualObj
  1470. Silver Plate
  1471. actualName
  1472. Plate,Steel
  1473. keywords
  1474. Banners
  1475. category
  1476. page "clipart 12"
  1477. actualPage
  1478. 3870,855
  1479. realSize
  1480. Group id 37 of Page id 37
  1481. actualObj
  1482. D`M    T
  1483. |`.    {
  1484. \a&    v
  1485. Banners
  1486. clipart 24
  1487. clipart 42
  1488. clipart 46
  1489. clipart 64
  1490. Arrows
  1491. numPages
  1492. Group 11
  1493. Group 12
  1494. Group 13
  1495. IrregularPolygon 14
  1496. Group 21
  1497. Group 22
  1498. Group "23"
  1499. Group "24"
  1500. freeSpot
  1501. 4 Point Arrow
  1502. actualName
  1503. Arrow
  1504. keywords
  1505. Arrows
  1506. category
  1507. page "clipart 2"
  1508. actualPage
  1509. Group id 5 of Page id 23
  1510. actualObj
  1511. 4 Point Arrow
  1512. actualName
  1513. Arrow
  1514. keywords
  1515. Arrows
  1516. category
  1517. page "clipart 3"
  1518. actualPage
  1519. Group id 5 of Page id 25
  1520. actualObj
  1521. X    t    o
  1522. 4 Point Arrow
  1523. actualName
  1524. Arrow
  1525. keywords
  1526. Arrows
  1527. category
  1528. page "clipart 4"
  1529. actualPage
  1530. Group id 5 of Page id 26
  1531. actualObj
  1532. Circular Arrow
  1533. actualName
  1534. Arrow
  1535. keywords
  1536. Arrows
  1537. category
  1538. IrregularPolygon id 0 of Page id 27
  1539. acutalObj
  1540. page "clipart 5"
  1541. actualPage
  1542. 1680,1890
  1543. realSize
  1544. 4 Point Arrow
  1545. actualName
  1546. Arrow
  1547. keywords
  1548. Arrows
  1549. category
  1550. page "clipart 6"
  1551. actualPage
  1552. Group id 5 of Page id 28
  1553. actualObj
  1554. page "clipart 54"
  1555. actualPage
  1556. Pointing Hands
  1557. actualName
  1558. Hands
  1559. keywords
  1560. Arrows
  1561. category
  1562. 3330,3030
  1563. realSize
  1564. Group id 41 of Page id 89
  1565. actualObj
  1566. Group id 2 of Page id 118
  1567. actualObj
  1568. page "clipart 78"
  1569. actualPage
  1570. Arrows
  1571. actualName
  1572. Next,Previous
  1573. keywords
  1574. Arrows
  1575. category
  1576. 913,358
  1577. realSize
  1578. Group id 2 of Page id 119
  1579. actualObj
  1580. page "clipart 79"
  1581. actualPage
  1582. Arrows
  1583. actualName
  1584. Next,Previous
  1585. keywords
  1586. Arrows
  1587. category
  1588. 912,358
  1589. realSize
  1590. Arrows
  1591. clipart 12
  1592. clipart 16
  1593. clipart 21
  1594. clipart 61
  1595. Animated
  1596. numPages
  1597. Group 11
  1598. Group 12
  1599. freeSpot
  1600. FALSE
  1601. page "clipart 71"
  1602. actualPage
  1603. Ringing Phone
  1604. actualName
  1605. Telephone,Phone
  1606. keywords
  1607. Animated
  1608. category
  1609. 6338,5562
  1610. realSize
  1611. Group id 258 of Page id 111
  1612. actualObj
  1613.     Q    !:
  1614.     Q    }G
  1615.     Q    iT
  1616. page "clipart 72"
  1617. actualPage
  1618. Camera with flash
  1619. actualName
  1620. 35mm,camera,flash
  1621. keywords
  1622. Animated
  1623. category
  1624. 3969,5591
  1625. realSize
  1626. Group id 158 of Page id 112
  1627. actualObj
  1628. `    C    `    
  1629. Animated
  1630. clipart 15
  1631. clipart 37
  1632. clipart 39
  1633. clipart 51
  1634. clipart 93
  1635. clipart 73
  1636. Animated
  1637. about
  1638. w,    #?
  1639. w,    #?
  1640.  3str_toolbook
  1641. !Oversion
  1642. str_version
  1643. str_appName
  1644. =oldReaderRightClick
  1645. version
  1646. title
  1647. enterPage
  1648. =oldReaderRightClick
  1649. leavePage
  1650. "title" = str_toolbook()&&str_appName()
  1651. "version" = str_version()&&
  1652.     oldReaderRightClick 
  1653. = sysReaderRightClick
  1654. k = FALSE
  1655. 'k = 
  1656. oldReaderRightClick
  1657. version
  1658. title
  1659. ToolBook ScrapBookBookser
  1660. dialog
  1661. buttonclick
  1662. buttonclick
  1663.     close 
  1664. "dialog"
  1665. Created with ToolBook 3.0
  1666. Copyright 
  1667.  1994
  1668. Asymetrix Corporationonionon
  1669. version
  1670. Version 1.16203ookBrowser
  1671. str_infoString1
  1672. FALSE
  1673. str_infoString2
  1674. hilite
  1675. buttonClick
  1676. rightButtonUp
  1677. buttonClick
  1678. "info" = str_infoString1()
  1679. "hi" 
  1680. "hilite" 
  1681. ring2()
  1682. = FALSE
  1683. = NOT rb 
  1684. FALSE
  1685. hilite
  1686. ScrapBook
  1687. wwwwwwwp
  1688. wwwwwwwp
  1689. wwwwwp
  1690. wwwwwp
  1691. wwwwwwwp
  1692. about
  1693. clipart 4
  1694. clipart 40
  1695. clipart 48
  1696. clipart 84
  1697. info2
  1698. Available Resources:
  1699. info1
  1700. buttonclick
  1701. buttonclick
  1702.     close 
  1703. "info"
  1704. title
  1705. ToolBook ScrapBookBookser
  1706. FALSE
  1707. hilite
  1708. progress
  1709. progress
  1710. progress
  1711. AUTHOR
  1712. enterpage
  1713. ~<> AUTHOR
  1714. progress 
  1715. progress
  1716. maxCount
  1717. value
  1718. maxSize
  1719. Commenting
  1720. progress
  1721. Commenting item 0 of 1{
  1722. frame
  1723. progress
  1724. imager
  1725. freespot
  1726. numPages
  1727. 12,12
  1728. lastUnits
  1729. 15,15
  1730. imager
  1731. clipart 13
  1732. clipart 31
  1733. clipart 57
  1734. clipart 59
  1735. clipart 95
  1736. clipart 75
  1737. Miscellaneous
  1738. Transportation
  1739. numPages
  1740. Group 11
  1741. Group 12
  1742. Group 13
  1743. Group 14
  1744. Group 21
  1745. Group 22
  1746. Group 23
  1747. Group "24"
  1748. freeSpot
  1749. 15,15
  1750. lastUnits
  1751. page "clipart 63"
  1752. actualPage
  1753. Tractor Trailer
  1754. actualName
  1755. Semi,Truck,18 Wheeler
  1756. keywords
  1757. Transportation
  1758. category
  1759. 4031,2625
  1760. realSize
  1761. Group id 145 of Page id 99
  1762. actualObj
  1763. page "clipart 64"
  1764. actualPage
  1765. Private Plane
  1766. actualName
  1767. Airplane
  1768. keywords
  1769. Transportation
  1770. category
  1771. 4273,2610
  1772. realSize
  1773. Group id 45 of Page id 101
  1774. actualObj
  1775. 0JLJo
  1776. page "clipart 65"
  1777. actualPage
  1778. actualName
  1779. Automobile,Car
  1780. keywords
  1781. Transportation
  1782. category
  1783. 4004,2550
  1784. realSize
  1785. Group id 69 of Page id 102
  1786. actualObj
  1787. page "clipart 66"
  1788. actualPage
  1789. Bicycle
  1790. actualName
  1791. Man,Bike
  1792. keywords
  1793. Transportation
  1794. category
  1795. 2325,3488
  1796. realSize
  1797. Group id 156 of Page id 103
  1798. actualObj
  1799. page "clipart 67"
  1800. actualPage
  1801. Motorcycle
  1802. actualName
  1803. Motorcycle
  1804. keywords
  1805. Transportation
  1806. category
  1807. 3240,2785
  1808. realSize
  1809. Group id 69 of Page id 104
  1810. actualObj
  1811. page "clipart 68"
  1812. actualPage
  1813. Taxi Cab
  1814. actualName
  1815. Automobile,Car
  1816. keywords
  1817. Transportation
  1818. category
  1819. 5125,2115
  1820. realSize
  1821. Group id 75 of Page id 105
  1822. actualObj
  1823. page "clipart 69"
  1824. actualPage
  1825. Light Rail
  1826. actualName
  1827. Train,Mass Transit
  1828. keywords
  1829. Transportation
  1830. category
  1831. 4888,2565
  1832. realSize
  1833. Group id 130 of Page id 106
  1834. actualObj
  1835. Group id 29 of Page id 142
  1836. actualObj
  1837. page "clipart 100"
  1838. actualPage
  1839. Sailboat
  1840. actualName
  1841. keywords
  1842. Transportation
  1843. category
  1844. 3765,2905
  1845. realSize
  1846. Transportation
  1847. Transportation
  1848. Group 11
  1849. freespot
  1850. numPages
  1851. FALSE
  1852. FALSE
  1853. tScript
  1854. page "clipart 70"
  1855. actualPage
  1856. Train
  1857. actualName
  1858. Train
  1859. keywords
  1860. Transportation
  1861. category
  1862. 4731,2565
  1863. realSize
  1864. Group id 69 of Page id 107
  1865. actualObj
  1866. Miscellaneous
  1867. numPages
  1868. Group 11
  1869. Group 12
  1870. Group 13
  1871. Group 14
  1872. Group 21
  1873. Group 22
  1874. Group 23
  1875. Group 24
  1876. freeSpot
  1877. page "clipart 41"
  1878. actualPage
  1879. Glasses
  1880. actualName
  1881. Glasses
  1882. keywords
  1883. Miscellaneous
  1884. category
  1885. 3592,1695
  1886. realSize
  1887. Group id 24 of Page id 73
  1888. actualObj
  1889. page "clipart 42"
  1890. actualPage
  1891. Key Ring
  1892. actualName
  1893. keywords
  1894. Miscellaneous
  1895. category
  1896. 3214,1620
  1897. realSize
  1898. Group id 23 of Page id 75
  1899. actualObj
  1900. page "clipart 43"
  1901. actualPage
  1902. Camera
  1903. actualName
  1904. 35mm,SLR
  1905. keywords
  1906. Miscellaneous
  1907. category
  1908. 4365,3419
  1909. realSize
  1910. Group id 78 of Page id 76
  1911. actualObj
  1912. page "clipart 44"
  1913. actualPage
  1914. Vacation
  1915. actualName
  1916. Sun Glasses,Drink
  1917. keywords
  1918. Miscellaneous
  1919. category
  1920. 3495,3784
  1921. realSize
  1922. Group id 85 of Page id 77
  1923. actualObj
  1924. page "clipart 45"
  1925. actualPage
  1926. Magazine
  1927. actualName
  1928. Magazine
  1929. keywords
  1930. Miscellaneous
  1931. category
  1932. 4108,3165
  1933. realSize
  1934. Group id 42 of Page id 78
  1935. actualObj
  1936. ;    FY?
  1937. (    @^ 
  1938. 8fTfo
  1939. page "clipart 46"
  1940. actualPage
  1941. Newspaper
  1942. actualName
  1943. Newspaper
  1944. keywords
  1945. Miscellaneous
  1946. category
  1947. 6436,2666
  1948. realSize
  1949. Group id 146 of Page id 79
  1950. actualObj
  1951. page "clipart 49"
  1952. actualPage
  1953. Globe
  1954. actualName
  1955. keywords
  1956. Miscellaneous
  1957. category
  1958. 3011,3510
  1959. realSize
  1960. Group id 25 of Page id 83
  1961. actualObj
  1962. page "clipart 50"
  1963. actualPage
  1964. actualName
  1965. Map,Flashlight
  1966. keywords
  1967. Miscellaneous
  1968. category
  1969. 3760,4508
  1970. realSize
  1971. Group id 47 of Page id 84
  1972. actualObj
  1973. Miscellaneous
  1974. Group 11
  1975. Group 12
  1976. Group 13
  1977. Group "14"
  1978. Group "21"
  1979. Group "22"
  1980. Group "23"
  1981. Group "24"
  1982. freespot
  1983. numPages
  1984. page "clipart 51"
  1985. actualPage
  1986. Magnifying Glass
  1987. actualName
  1988. Magnifying Glass
  1989. keywords
  1990. Miscellaneous
  1991. category
  1992. 1710,3630
  1993. realSize
  1994. Group id 17 of Page id 85
  1995. actualObj
  1996. page "clipart 52"
  1997. actualPage
  1998. Binoculars
  1999. actualName
  2000. Binoculars
  2001. keywords
  2002. Miscellaneous
  2003. category
  2004. 5127,2690
  2005. realSize
  2006. Group id 36 of Page id 87
  2007. actualObj
  2008. page "clipart 53"
  2009. actualPage
  2010. Compass
  2011. actualName
  2012. Compass
  2013. keywords
  2014. Miscellaneous
  2015. category
  2016. 3396,1770
  2017. realSize
  2018. Group id 18 of Page id 88
  2019. actualObj
  2020. : V o
  2021. Group id 10 of Page id 138
  2022. actualObj
  2023. page "clipart 96"
  2024. actualPage
  2025. actualName
  2026. keywords
  2027. Miscellaneous
  2028. category
  2029. 767,365
  2030. realSize
  2031. >$Z$o
  2032. Group id 6 of Page id 139
  2033. actualObj
  2034. page "clipart 97"
  2035. actualPage
  2036. actualName
  2037. keywords
  2038. Miscellaneous
  2039. category
  2040. 765,390
  2041. realSize
  2042. ,'H'o
  2043. Group id 42 of Page id 140
  2044. actualObj
  2045. page "clipart 98"
  2046. actualPage
  2047. Europe
  2048. actualName
  2049. keywords
  2050. Miscellaneous
  2051. category
  2052. 2834,3239
  2053. realSize
  2054. 5    6    G    A    
  2055. Group id 89 of Page id 141
  2056. actualObj
  2057. page "clipart 99"
  2058. actualPage
  2059. Keyboard
  2060. actualName
  2061. Piano,Keys
  2062. keywords
  2063. Miscellaneous
  2064. category
  2065. 6750,710
  2066. realSize
  2067. U    <Pv
  2068. U    hP~
  2069.     U     R
  2070. U    TS 
  2071. U    8U@
  2072. Group id 97 of Page id 143
  2073. actualObj
  2074. page "clipart 101"
  2075. actualPage
  2076. Stopwatch
  2077. actualName
  2078. Timer,Watch
  2079. keywords
  2080. Miscellaneous
  2081. category
  2082. 885,1050
  2083. realSize
  2084. `    @hP
  2085. 2    ,ra
  2086. %    xra
  2087. progress
  2088. progress
  2089. imager
  2090. oldCursor
  2091. dragrect
  2092. dragrect
  2093. dragRect
  2094. dragrect
  2095. dragrect
  2096. dragRect
  2097. dragrect
  2098. dragrect
  2099. dragrect
  2100. dragRect
  2101. .    >    |]
  2102. dragRect
  2103. dragRect
  2104. dragRect
  2105. dragrect
  2106. dragRect
  2107. dragRect
  2108. imager
  2109. artCount
  2110. FALSE
  2111. imager
  2112. author
  2113. update
  2114. leavepage
  2115. `9lastTab
  2116. imager
  2117. dflipTabs
  2118. update
  2119. update
  2120. enterpage
  2121. default
  2122. mouseEnter
  2123. the imager 
  2124. ,mode
  2125.     update 
  2126. 8= FALSE
  2127. ^tabs only 
  2128. we need 
  2129. 8= NULL
  2130. lastTab 
  2131. 8<> 0
  2132. flipTabs (
  2133. = default
  2134. 13,24
  2135. selectChars
  2136. cursor "hand"
  2137. searchString
  2138. 15,15
  2139. lastUnits
  2140. Building
  2141. Officeng
  2142. Peopleng
  2143. Miscellaneous
  2144. Transportation
  2145. controls
  2146. !8str_helpText
  2147. statusbar
  2148. mouseEnter
  2149. statusbar
  2150. mouseLeave
  2151. statusbar = str_helpText(
  2152. 0SPACE
  2153. search
  2154. search
  2155. default
  2156. str_keywordSearch
  2157. syscuror
  2158. 5UdoDialog
  2159. buttonClick
  2160. dialog
  2161. buttonClick
  2162. doDialog "
  2163. ",str_keywordSearch(),TRUE
  2164.     syscuror = default
  2165. clipboard
  2166. direct copy
  2167. flipCategory
  2168. catPage
  2169. mnumPages
  2170. actualCategoryPage
  2171. `currentCategoryPage
  2172. numPages
  2173. flipleft
  2174. flipright
  2175. actPage
  2176. Update
  2177. notifyAfter Update
  2178. isObject(currentCategoryPage 
  2179.         catPage = 
  2180.         actPage = actualCategoryPage 
  2181.         numPages = 
  2182. \<> NULL 
  2183. enabled 
  2184. B"flipleft" = FALSE
  2185. B"flipright" = TRUE
  2186. flipLeft
  2187. imager
  2188. previous
  2189. `currentCategoryPage
  2190. flipRight
  2191. PYflipPage
  2192. buttonClick
  2193. buttonClick
  2194. `= NULL
  2195. "imager"
  2196.         startPage = 
  2197. (currentCategoryPage 
  2198.         pagenum = 
  2199. pageNum > 0
  2200. flipPage "
  2201.             enabled 
  2202. B"flipRight" 
  2203. "main" = TRUE
  2204. 8= currentPage 
  2205. = FALSE
  2206. flipRight
  2207. imager
  2208. mnumPages
  2209. `currentCategoryPage
  2210. numpages
  2211. flipLeft
  2212. PYflipPage
  2213. buttonClick
  2214. buttonClick
  2215. `= NULL
  2216. "imager"
  2217.         pagenum = 
  2218. (currentCategoryPage 
  2219.         numpages = numPages 
  2220. pageNum <= 
  2221. flipPage "
  2222.             enabled 
  2223. B"flipLeft" 
  2224. "main" = TRUE
  2225. = FALSE
  2226. flipTab
  2227. backwardTab
  2228. tabOffset
  2229. forwardTab
  2230. actualCategoryPage
  2231. `9lastTab
  2232. dflipTabs
  2233. a9lastTab
  2234. currentItem
  2235. currentItem
  2236. tabOffset
  2237. buttonClick
  2238. tabOffset
  2239. Update
  2240. buttonClick loc, isShift, isControl
  2241. `= NULL
  2242. tabOffset 
  2243. lastTab 
  2244. b(1,currentItem 
  2245.         actualCategoryPage 
  2246. flipTabs (
  2247. "tabs" 
  2248.         enabled 
  2249. B"forwardTab" = TRUE
  2250. 8- 1 < 0
  2251. = FALSE
  2252. notifyAfter Update
  2253. 8- 1 < 0
  2254. forwardTab
  2255. author
  2256. reader
  2257. Update
  2258. enterbook
  2259. search
  2260. wwwwwwwwwp
  2261. wwwwwwwwwp
  2262. wwwwwpwp
  2263. wwwwwwwwwp
  2264. wwwwwwwwww 
  2265. wwwwwwwwww
  2266. clipart 8
  2267. clipart 44
  2268. clipart 80
  2269. clipart 88
  2270. search
  2271. search list
  2272. Mart_listtotextline
  2273. 'art_sortTextlines
  2274. keyword list
  2275. keywords
  2276. enterpage
  2277. list" 
  2278.     selectedtextlines 
  2279. "keyword 
  2280. = NULL
  2281. = art_sortTextlines(art_listtotextline(keywords 
  2282. 15,15
  2283. lastUnits
  2284. acceptDrop
  2285. draggable
  2286. Keyword List
  2287. acceptDrop
  2288. draggable
  2289. Search List
  2290. frame
  2291. search list
  2292. frameUpdate
  2293. notifyBefore frameUpdate
  2294.     b = 
  2295. list"
  2296.     x = 
  2297. syspageunitsperpixel
  2298.     y = 
  2299. b)-x,(
  2300. b)-y, (
  2301. b)+x, (
  2302. acceptDrop
  2303. draggable
  2304. search list
  2305. acceptDrop
  2306. draggable
  2307. frame
  2308. keyword list
  2309. frameUpdate
  2310. notifyBefore frameUpdate
  2311.     b = 
  2312. "keyword list"
  2313.     x = 
  2314. syspageunitsperpixel
  2315.     y = 
  2316. b)-x,(
  2317. b)-y, (
  2318. b)+x, (
  2319. acceptDrop
  2320. draggable
  2321. keyword list
  2322. search list
  2323. search
  2324. found
  2325. buttondoubleclick
  2326. <> NULL 
  2327. selectedtextlines 
  2328. list"
  2329. [found 
  2330. acceptDrop
  2331. draggable
  2332. words
  2333. lastChecked
  2334. buttonClick
  2335. buttonClick
  2336.     lastChecked 
  2337. lastChecked
  2338. Match Whole Words Only
  2339. AcceptDrop
  2340. draggable
  2341. &Find
  2342. cancel
  2343. search list
  2344. keyword list
  2345. buttonclick
  2346. buttonclick
  2347. list"
  2348.     selectedtextlines 
  2349. "keyword 
  2350. " = NULL
  2351. AcceptDrop
  2352. draggable
  2353. &Clear
  2354. FALSE
  2355. found
  2356. update
  2357. dialog
  2358. Search
  2359. buttonClick
  2360. buttonClick
  2361.     found 
  2362. "Search" = NULL
  2363.     update 
  2364. 8= FALSE
  2365. isOpen 
  2366. "dialog"
  2367.         close 
  2368. AcceptDrop
  2369. draggable
  2370. &Done
  2371. frameUpdate
  2372. search
  2373. picker
  2374. clipart 7
  2375. clipart 9
  2376. clipart 14
  2377. clipart 70
  2378. clipart 41
  2379. clipart 87
  2380. clipart 78
  2381. clipart 90
  2382. clipart 89
  2383. clipart 98
  2384. category
  2385. imager
  2386. keyword
  2387. currentCategory
  2388. category
  2389. enterpage
  2390. combobox "keyword" 
  2391. category" 
  2392. currentCategory 
  2393. 8<> "imager"
  2394. 15,15
  2395. lastUnits
  2396. Select or Enter an object category
  2397. Enter a name for the objectyyegory
  2398. Select or enter keywords for searching
  2399. frame
  2400. frameUpdate
  2401. notifyBefore frameUpdate
  2402.     b = 
  2403.     x = 
  2404. syspageunitsperpixel
  2405.     y = 
  2406. b)-x,(
  2407. b)-y, (
  2408. b)+x, (
  2409. acceptDrop
  2410. draggable
  2411. frame
  2412. keyword
  2413. frameUpdate
  2414. notifyBefore frameUpdate
  2415.     b = 
  2416. combobox "keyword"
  2417.     x = 
  2418. syspageunitsperpixel
  2419.     y = 
  2420. b)-x,(
  2421. b)-y, (
  2422. b)+x, (
  2423. acceptDrop
  2424. draggable
  2425. keyword
  2426. keywords
  2427. Mart_listToTextline
  2428. enterdropdown
  2429. ,%H.%
  2430. RDnewItem
  2431. keywords
  2432. whatText
  2433. keywords
  2434. checkNewItem
  2435. w,    "V
  2436. ,%H.%
  2437. FALSE
  2438. keywords
  2439. newItem
  2440. enterdropdown
  2441.     dropdownItems 
  2442. = art_listToTextline(keywords 
  2443. checkNewItem
  2444.     whatText = 
  2445. cQUOTE 
  2446. X<> NULL 
  2447. newItem(
  2448. FALSE
  2449. frame
  2450. category
  2451. frameUpdate
  2452. notifyBefore frameUpdate
  2453.     b = 
  2454. combobox "category"
  2455.     x = 
  2456. syspageunitsperpixel
  2457.     y = 
  2458. b)-x,(
  2459. b)-y, (
  2460. b)+x, (
  2461. acceptDrop
  2462. draggable
  2463. category
  2464. categories
  2465. Mart_listToTextline
  2466. enterdropdown
  2467. RDnewItem
  2468. categories
  2469. categories
  2470. currentTab
  2471. whatText
  2472. checkNewItem
  2473. w,    "V
  2474. ,%H.%
  2475. FALSE
  2476. categories
  2477. currentTab
  2478. newItem
  2479. enterdropdown
  2480.     dropdownItems 
  2481. = art_listToTextline(categories 
  2482. checkNewItem
  2483.     whatText = 
  2484. cQUOTE 
  2485. c"," 
  2486. ~(",",
  2487. newItem(
  2488.         currentTab 
  2489. FALSE
  2490. msgBox
  2491. checkNewItem
  2492. keyword
  2493. pstr_mustEnter
  2494. OkCancel
  2495. response
  2496. dialog
  2497. str_objectDescription
  2498. category
  2499. buttonClick
  2500. buttonClick
  2501.     -- see 
  2502. there are 
  2503. checkNewItem 
  2504. combobox "keyword"
  2505. category"
  2506.     -- have 
  2507.  = NULL
  2508.         response = msgBox(str_objectDescription(), str_mustEnter(), "Stop", "OkCancel", 1, "task")
  2509. "dialog"
  2510. Cancel
  2511. dialog
  2512. buttonClick
  2513. buttonClick
  2514.     close 
  2515. "dialog"
  2516. Cancel
  2517. frameUpdate
  2518. Transportation
  2519. category
  2520. picker
  2521. 15,15
  2522. lastUnits
  2523. Currently selected item(s)
  2524. Select book to copy selection fromhing
  2525. dialog
  2526. buttonClick
  2527. buttonClick
  2528. "dialog"
  2529. Cancel
  2530. dialog
  2531. buttonClick
  2532. buttonClick
  2533.     close 
  2534. "dialog"
  2535. Cancel
  2536. frame
  2537. book list
  2538. frameUpdate
  2539. notifyBefore frameUpdate
  2540.     b = 
  2541. 8list"
  2542.     x = 
  2543. syspageunitsperpixel
  2544.     y = 
  2545. b)-x,(
  2546. b)-y, (
  2547. b)+x, (
  2548. acceptDrop
  2549. draggable
  2550. book list
  2551. selected items
  2552. whatItems
  2553. Mart_listToTextline
  2554. buttonClick
  2555. buttonClick
  2556. oselectedTextlines <> NULL
  2557. = art_listToTextline(
  2558. oselectedtextlines) 
  2559. whatItems 
  2560. Group id 208 of Page id 30
  2561. whatItems
  2562. frame
  2563. selected items
  2564. frameUpdate
  2565. notifyBefore frameUpdate
  2566.     b = 
  2567. "selected 
  2568.     x = 
  2569. syspageunitsperpixel
  2570.     y = 
  2571. b)-x,(
  2572. b)-y, (
  2573. b)+x, (
  2574. acceptDrop
  2575. draggable
  2576. selected items
  2577. frameUpdate
  2578. print pages
  2579. 15,15
  2580. lastUnits
  2581. Select the desired object to print.
  2582. clipart
  2583. 3QcurrentObject
  2584. imager
  2585. thumbnail
  2586. object
  2587. actualPage
  2588. dialog
  2589. IdoPrint
  2590. category
  2591. ( option
  2592. print options
  2593. buttonClick
  2594. sets up the 
  2595. options 
  2596. calls 
  2597. DOPRINT handler
  2598. buttonClick
  2599.     SYSTEM s_art_dragObj
  2600.     LOCAL PAGE startPage
  2601. l" = "
  2602. currentObject 
  2603. 8<> NULL
  2604. C = actualPage 
  2605. 4= 1,1
  2606. doPrint 
  2607. " = "category"
  2608.  = currentPage 
  2609. "imager"
  2610. 4= 1,1
  2611. " = "thumbnail" 
  2612. C > 1
  2613. 4= 1,4
  2614. y -1)
  2615. " = "clipart" 
  2616. 4= 1,2
  2617.     close 
  2618. "dialog"
  2619. Cancel
  2620. dialog
  2621. buttonClick
  2622. buttonClick
  2623.     close 
  2624. "dialog"
  2625. Cancel
  2626. Cancel
  2627. buttonClick
  2628. buttonClick
  2629. art_sendKeys("%S",0)
  2630. printSetup
  2631. &Setup
  2632. inside
  2633. outside
  2634. enterpage
  2635. notifybefore 
  2636. e= TRUE
  2637.     x = 
  2638. syspageunitsperpixel
  2639.     y = 
  2640. "inside" 
  2641. "outside" 
  2642. H(2*x)
  2643. H(2*y)
  2644. e= FALSE
  2645. outside
  2646. inside
  2647. outside
  2648. frameUpdate
  2649. notifyBefore frameUpdate
  2650.     b = 
  2651. "outside"
  2652.     x = 
  2653. syspageunitsperpixel
  2654.     y = 
  2655. b)+x,(
  2656. b)+y, (
  2657. b)-x, (
  2658. print options
  2659. clipart
  2660. ) option
  2661. thumbnail
  2662. object
  2663. lastChecked
  2664. scale
  2665. ( option
  2666. category
  2667. buttonClick
  2668. buttonClick
  2669.     option 
  2670. = "clipart"
  2671.             enabled 
  2672. B"scale" = TRUE
  2673. lastChecked 
  2674. = "category"
  2675. = "thumbnail"
  2676. ]FALSE
  2677. object
  2678. option
  2679. object
  2680. Selected O&bject
  2681. category
  2682. Selected Category &Page
  2683. thumbnail
  2684. All &Thumbnail Pages
  2685. clipart
  2686. &All Clipart Pages
  2687. Scale
  2688. lastChecked
  2689. buttonClick
  2690. buttonClick
  2691.     lastChecked 
  2692. FALSE
  2693. lastChecked
  2694. Scale to &Fit Page.
  2695. enterpage
  2696. frameUpdate
  2697. FALSE
  2698. FALSE
  2699. print pages
  2700. 15,15
  2701. lastUnits
  2702. Select the desired object to print.
  2703. System
  2704. Arial
  2705. Arial
  2706. rrentItem
  2707. MS Sans Serif
  2708. FALSE
  2709. Arial
  2710. lastTab
  2711. Arial
  2712. Arial
  2713. tabOffset
  2714. Arial
  2715. keywords
  2716. Times New Roman
  2717. arial
  2718. yPage
  2719. categories
  2720. FALSE
  2721. oldCursor
  2722. FALSE
  2723. FALSE
  2724. FALSE
  2725. Book "D:\JXWORK\SCRAPBK\SCRAPBK.TBK"
  2726. Group id 9 of Page id 121
  2727. tation
  2728. FALSE
  2729. Page id 11 of Book "D:\HOOKWORK\SCRAPBK.TBK"
  2730. FALSE
  2731. FALSE
  2732. FALSE
  2733. lastSaved
  2734. FALSE
  2735. yPage
  2736. targetScript
  2737. rrentObject
  2738. currentcategory
  2739. Transportation,Miscellaneous,People,Office,Building,Banners,Arrows,Animated
  2740. FALSE
  2741. f Page id 132
  2742. FALSE
  2743. Group id 19 of Page id 132
  2744. FALSE
  2745. FALSE
  2746. RAPBK.TBK"
  2747. Page id 11 of Book "D:\HOOKWORK\SCRAPBK.TBK"
  2748. ,Gas Pump,Residential,Ambulance,Library,Cafe,Building,Office,Brass,Scroll,Award,Ribbon,Steel,Plate,Arrow,Air Mail,Envelope,Mail,Basketball,Fish Bowl,Fish,Biplane,Banner,Airplane,Cash Register,Flash,Camera,Telephone
  2749. version
  2750. FALSE
  2751. rrentItem
  2752. rrentTab
  2753. FALSE
  2754. Group id 194 of Page id 14
  2755. FALSE
  2756. Book "D:\JXWORK\SCRAPBK\SCRAPBK.TBK"
  2757. Group id 23 of Page id 132
  2758. FALSE
  2759. Group id 31 of Page id 132
  2760. FALSE
  2761. FALSE
  2762. FALSE
  2763. Group id 27 of Page id 132
  2764. FALSE
  2765. Group id 35 of Page id 132
  2766. FALSE
  2767. \JXWORK\SCRAPBK\SCRAPBK.TBK"
  2768. Group id 791 of Page id 11
  2769. FALSE
  2770. D:\JXWORK\SCRAPBK\SCRAPBK.TBK"
  2771. uter,People,College,Man,Woman,Book,Kids,Calendar,Cardfile,Files,Tack,Post-It,Notepad,Pen,Paper,Gas Pump,Residential,Ambulance,Library,Cafe,Building,Office,Brass,Scroll,Award,Ribbon,Steel,Plate,Arrow,Air Mail,Envelope,Mail,Basketball,Fish Bowl,Fish,Biplane,Banner,Airplane,Cash Register,Flash,Camera,Telephone
  2772. Group id 284 of Page id 14
  2773. currentItem
  2774. Page id 11 of Book "D:\HOOKWORK\SCRAPBK.TBK"
  2775. 07/11/94 11:10 AM
  2776. tation
  2777. HOOKWORK\SCRAPBK.TBK"
  2778. Transportation
  2779. HOOKWORK\SCRAPBK.TBK"
  2780. currentCategoryPage
  2781. tation
  2782. file,Files,Tack,Post-It,Notepad,Pen,Paper,Gas Pump,Residential,Ambulance,Library,Cafe,Building,Office,Brass,Scroll,Award,Ribbon,Steel,Plate,Arrow,Air Mail,Envelope,Mail,Basketball,Fish Bowl,Fish,Biplane,Banner,Airplane,Cash Register,Flash,Camera,Telephone
  2783. Page id 11 of Book "D:\JXWORK\SCRAPBK\SCRAPBK.TBK"
  2784. yPage
  2785. 07/11/94 11:07 AM
  2786. uck,Semi,Cop,Car,Engine,Tractor,Cook,Space,Hands,Compass,Binoculars,Flashlight,Map,Letter,Newspaper,Magazine,Drink,Sun Glasses,SLR,35mm,Keys,Glasses,Briefcase,Phone,Desk,Copy Machine,Computer,People,College,Man,Woman,Book,Kids,Calendar,Cardfile,Files,Tack,Post-It,Notepad,Pen,Paper,Gas Pump,Residential,Ambulance,Library,Cafe,Building,Office,Brass,Scroll,Award,Ribbon,Steel,Plate,Arrow,Air Mail,Envelope,Mail,Basketball,Fish Bowl,Fish,Biplane,Banner,Airplane,Cash Register,Flash,Camera,Telephone
  2787. Watch,Timer,Boat,Piano,Key,Arrows,Pointer,Previous,Next,Magnifying Glass,Sports,Plane,Mass Transit,Train,Motorcycle,Bike,Automobile,18 Wheeler,Truck,Semi,Cop,Car,Engine,Tractor,Cook,Space,Hands,Compass,Binoculars,Flashlight,Map,Letter,Newspaper,Magazine,Drink,Sun Glasses,SLR,35mm,Keys,Glasses,Briefcase,Phone,Desk,Copy Machine,Computer,People,College,Man,Woman,Book,Kids,Calendar,Cardfile,Files,Tack,Post-It,Notepad,Pen,Paper,Gas Pump,Residential,Ambulance,Library,Cafe,Building,Office,Brass,Scroll,Award,Ribbon,Steel,Plate,Arrow,Air Mail,Envelope,Mail,Basketball,Fish Bowl,Fish,Biplane,Banner,Airplane,Cash Register,Flash,Camera,Telephone
  2788.     ter,Previous,Next,Magnifying Glass,Sports,Plane,Mass Transit,Train,Motorcycle,Bike,Automobile,18 Wheeler,Truck,Semi,Cop,Car,Engine,Tractor,Cook,Space,Hands,Compass,Binoculars,Flashlight,Map,Letter,Newspaper,Magazine,Drink,Sun Glasses,SLR,35mm,Keys,Glasses,Briefcase,Phone,Desk,Copy Machine,Computer,People,College,Man,Woman,Book,Kids,Calendar,Cardfile,Files,Tack,Post-It,Notepad,Pen,Paper,Gas Pump,Residential,Ambulance,Library,Cafe,Building,Office,Brass,Scroll,Award,Ribbon,Steel,Plate,Arrow,Air Mail,Envelope,Mail,Basketball,Fish Bowl,Fish,Biplane,Banner,Airplane,Cash Register,Flash,Camera,Telephone
  2789. neous
  2790. ter,Previous,Next,Magnifying Glass,Sports,Plane,Mass Transit,Train,Motorcycle,Bike,Automobile,18 Wheeler,Truck,Semi,Cop,Car,Engine,Tractor,Cook,Space,Hands,Compass,Binoculars,Flashlight,Map,Letter,Newspaper,Magazine,Drink,Sun Glasses,SLR,35mm,Keys,Glasses,Briefcase,Phone,Desk,Copy Machine,Computer,People,College,Man,Woman,Book,Kids,Calendar,Cardfile,Files,Tack,Post-It,Notepad,Pen,Paper,Gas Pump,Residential,Ambulance,Library,Cafe,Building,Office,Brass,Scroll,Award,Ribbon,Steel,Plate,Arrow,Air Mail,Envelope,Mail,Basketball,Fish Bowl,Fish,Biplane,Banner,Airplane,Cash Register,Flash,Camera,Telephone
  2791. rapBook
  2792. sportation
  2793. imager
  2794. page "imager"
  2795. imager
  2796. =initTranslatedMsgs
  2797. openwindow
  2798. imager
  2799. closeWindow
  2800. imager
  2801. shown
  2802. imager
  2803. hidden
  2804. openwindow
  2805. == pageUnitsToClient(
  2806. "imager" 
  2807. /"main")
  2808. initTranslatedMsgs
  2809. closeWindow
  2810.     untranslateAllWindowMessages 
  2811. clientHandle 
  2812. shown
  2813. hidden
  2814. lastPosition
  2815. 4470,615
  2816. progress
  2817. ScrapBook
  2818. page "progress"
  2819. display
  2820. 3375,1335
  2821. page "art"
  2822. dialog
  2823. Object Category
  2824. page "category"
  2825. closeWindow
  2826. closeWindow
  2827.     defaultposition 
  2828. ScrapBook - Transportation
  2829. Arrows - Arrows
  2830. ibbon
  2831. ScrapBook System Information
  2832. page "info"
  2833. found
  2834. closeWindow
  2835. closeWindow
  2836.     defaultposition 
  2837.     found 
  2838. = NULL
  2839. 975,1380
  2840. lastPosition
  2841. page "main"
  2842. no drop
  2843. reader menu
  2844. &File
  2845. &Open    Ctrl+O
  2846. &Save    Ctrl+S
  2847. Save &As...
  2848. saveas
  2849. &Compact ScrapBook
  2850. Compress the file to as small as possible.
  2851. Print Set&up...
  2852. printsetup
  2853. &Print Pages...    Ctrl+P
  2854. printpages
  2855. E&xit    Alt+F4
  2856. &Edit
  2857. &Copy Object    Ctrl+C
  2858. copyObj
  2859. Copy current object to clipboard.
  2860. &Delete Object    Del
  2861. deleteObj
  2862. Delete current object.
  2863. &Edit Object    Ctrl+E
  2864. editObj
  2865. Edit category of current object.
  2866. &View Full Size    Ctrl+F
  2867. viewObj
  2868. Remove All Objects
  2869. Erase all items and reset the book.
  2870. &Help
  2871. Contents    F1
  2872. About ToolBook...
  2873. About ScrapBook...
  2874. &System Info...    Ctrl+I
  2875. sheet1
  2876. sheet5
  2877. sheet4
  2878. sheet3
  2879. sheet2
  2880. sheet1
  2881. imager
  2882. default
  2883. mouseEnter
  2884. <> default
  2885. routine 
  2886. finds a 
  2887. that has enough room 
  2888. -- hold the image 
  2889. Fsteps through 
  2890. freespot array
  2891. empty 
  2892. -- arguments:    obj = 
  2893. be placed
  2894. -- returns:        a two digit 
  2895. "row&col"
  2896. findFreeSpot 
  2897.     LOCAL ARRAY freeSpot[2][4]
  2898.     whatPage = currentCategory 
  2899.     howBig = 102-percentfreespace 
  2900. /"art"
  2901. (full 
  2902.             actualCategoryPage 
  2903. i][j] = NULL
  2904. i = 2 
  2905. j = 4
  2906. = TRUE
  2907. (i&j)
  2908. makeNewPage 
  2909. /"main"
  2910. handler sizes 
  2911. positions 
  2912. thumbnail
  2913. whatSpot = 
  2914. thumbNail 
  2915. INT pixelX, pixelY, biggest, i
  2916. STACK realSize, targetSize, targetBounds
  2917.     mySelection = 
  2918. sysPageUnitsPerPixel
  2919. \) >= 
  2920. /) - (2 * 
  2921. centerObj 
  2922. locates 
  2923.  category 
  2924. sets up 
  2925. be user later 
  2926. correct 
  2927. If no 
  2928. found, 
  2929. created.
  2930. findPage
  2931. t[2][4]
  2932.     tabOffset = 
  2933.     lastTab = 
  2934. /"imager"
  2935.             currentItem 
  2936. 8= findItem(
  2937. taboffset 
  2938.             currentCategoryPage 
  2939. numpages 
  2940. (i + j) 
  2941.     -- no 
  2942.     numPages 
  2943. = FALSE
  2944. -- centers 
  2945. another
  2946. targetObj = 
  2947. Oover (use 
  2948. obj, 
  2949. *)/2,(
  2950. v)/2,
  2951. -- modifies 
  2952. look good 
  2953. %thumbnails
  2954. modify
  2955. massageObj 
  2956.         objList = 
  2957. whatObj
  2958.         objType = 
  2959.         drawdirect 
  2960. ;"STAGE"
  2961. outerbevelwidth 
  2962. c = 5
  2963. innerbevelwidth 
  2964. ~ = 5
  2965. borderwidth 
  2966. "BUTTON"
  2967.  / ((
  2968. currentObject 
  2969. 8) / (
  2970. excludeTab 
  2971. stretchgraphic 
  2972. "COMBOBOX"
  2973.  / ((
  2974. 8) / (
  2975. "RECORDFIELD"
  2976.  / ((
  2977. 8) / (
  2978.  / ((
  2979. 8) / (
  2980.  = "picture" 
  2981.  = "paint 
  2982.  <> 0
  2983.  <> 0 
  2984.  <> 1
  2985. called whether pasting 
  2986. clipboard 
  2987. coping 
  2988. complete 
  2989. final common functions.
  2990. targetRect = 2 
  2991. specifing where 
  2992.  should 
  2993. wrapItUp 
  2994. setFreeSpot 
  2995. 8= obj
  2996.     currentPage 
  2997.     update 
  2998. shows 
  2999. 7    dialog 
  3000. results
  3001. getCategory 
  3002. doDialog "
  3003.     ", str_objectCategory(), 
  3004. isOpen 
  3005.         close 
  3006.         actualName 
  3007.         keywords 
  3008. comboBox "
  3009. -- handles flipping 
  3010. flipPage whatWay
  3011. flushHighlight
  3012. /= "inset"
  3013.             transition "
  3014. resetThumbnails
  3015. -- resets 
  3016.  bacground 
  3017. t[2][4]
  3018.         thispage = 
  3019. [i][j] = 
  3020. (i&j) 
  3021. clears 
  3022. selected itme on 
  3023. (i&j) 
  3024.  <> LIGHTGRAY
  3025. (i&j) 
  3026. -- creates a 
  3027. flag = 
  3028.  means 
  3029. existing 
  3030. t[2][4]
  3031. = currentcategory 
  3032. -- loads 
  3033. {reference 
  3034. obect 
  3035. t[2][4]
  3036. obj&"E&
  3037. buttonClick loc, isShift, isControl
  3038. `= NULL
  3039.     tabOffset = 
  3040.     lastTab = 
  3041. (categories 
  3042. 8) - 
  3043.         actualCategoryPage 
  3044.         currentItem 
  3045. flipTabs (
  3046. "tabs" 
  3047.         enabled 
  3048. B"backwardTab" = TRUE
  3049.     sendnotifyAfter update 
  3050. Update
  3051. 8+ 1 >
  3052. = FALSE
  3053.     -- This 
  3054. handles adding 
  3055. the ScrapBook
  3056. -- via direct copying 
  3057. another instance
  3058. buttonClick
  3059.     LOCAL ARRAY bookList[32][3]
  3060. INT counter
  3061. )STRING buffer
  3062. a list 
  3063. listBooks 
  3064. \1][1] <> NULL
  3065.         -- load 
  3066. picker dialog
  3067. [whatItems 
  3068. ][1] <> 
  3069. booklist[
  3070. ][1]&CRLF 
  3071. ][2]&
  3072.         selectedTextLines 
  3073. " = 1
  3074. " = art_listToTextline(
  3075.         -- 
  3076. there 
  3077. only one 
  3078. eautomatically
  3079. ) = 1
  3080.             hWnd = 
  3081. 1][3]
  3082. doDirectCopy 
  3083. doDialog "
  3084. ", str_directCopy(), TRUE
  3085. isOpen 
  3086. close 
  3087.  = selectedTextlines 
  3088. msgBox(
  3089. str_NoItems(), "exclamation")
  3090. actually does 
  3091. -- arguments:    
  3092. source 
  3093.     SYSTEM STACK s_scriptObjList
  3094. "imager"
  3095. /"art"
  3096. artCount 
  3097. = "clipart"&&(
  3098.     -- find out 
  3099.     obj = evaluateTBKMessage(
  3100. getOut
  3101.     whatBook = 
  3102. progress 
  3103.     maxCount = 
  3104.     mode 
  3105. ." = str_copying()
  3106. Q" = 
  3107. resetProgress 
  3108.     sysSuspendMessages = 
  3109. (obj)
  3110.             executeString = "
  3111. windowRefFromhandle("&
  3112. i&";dest ="&
  3113. copyObject(
  3114. realname 
  3115. executeTBKMessage(
  3116.  = FALSE
  3117. = default
  3118. necessary
  3119. ) > 1
  3120.     whatObj = 
  3121. centerObj 
  3122. scripts 
  3123. user 
  3124.     status = walkObj (
  3125. "main"
  3126. update
  3127.     -- display 
  3128. cateory 
  3129. category", str_objectCategory(), 
  3130.     currentCategory 
  3131. combobox "
  3132. thumbnail
  3133. findPage 
  3134.     targetRect = findFreeSpot(
  3135.     newObj = 
  3136. [scrapbook_script 
  3137.     actualObj 
  3138.     actualPage 
  3139. "&"E&
  3140.     actualName 
  3141.     keywords 
  3142. comboBox "
  3143. wrapItUp 
  3144. -- This 
  3145. handles adding 
  3146. the ScrapBook
  3147. -- via 
  3148. windows clipboard
  3149. buttonClick
  3150.     SYSTEM STACK s_scriptObjList
  3151. "imager"
  3152. `= TRUE
  3153. /"art"
  3154. artCount 
  3155. = "clipart"&&(
  3156.     sysSuspendMessages = 
  3157. pasteSpecial
  3158. they cancelled out 
  3159. dialog, abort
  3160. = NULL
  3161. "main"
  3162. '= FALSE
  3163. = default
  3164. necessary
  3165. ) > 1
  3166.     whatObj = 
  3167. nscripts
  3168.     status = walkObj (
  3169. centerObj 
  3170. update
  3171. category 
  3172. doDialog "
  3173. ", str_objectCategory(), 
  3174. NOT isOpen 
  3175.         -- 
  3176.     close 
  3177.     currentCategory 
  3178. combobox "
  3179. thumbnail
  3180. findPage 
  3181.     targetRect = findFreeSpot(
  3182.     newObj = copyObject(
  3183. [scrapbook_script 
  3184.     actualObj 
  3185.     actualPage 
  3186. "&"E&
  3187.     actualName 
  3188.     keywords 
  3189. comboBox "
  3190. wrapItUp 
  3191. [the statusbar 
  3192. changing modes
  3193. notifyBefore 
  3194. += NULL
  3195. @= SPACE
  3196. -- display 
  3197. ahelp 
  3198. = str_category()&&
  3199. >&str_categoryChange()
  3200. -- figure out what 
  3201. 9was clicked
  3202. buttonclick loc, isShift, isControl
  3203.     LOCAL OBJECT obj
  3204. "imager"
  3205.     actualCategoryPage 
  3206. > <> "
  3207. c) <> 
  3208.         whatItem = (
  3209.         currentItem 
  3210. )+ tabOffset 
  3211. flipTabs (
  3212. = default
  3213. (str_enterNewName() 
  3214. whatText = IT
  3215. cQUOTE 
  3216. c"," 
  3217. ~(",",
  3218. (categories 
  3219. 8) = 
  3220. tabs 
  3221. correct 
  3222.     SYSTEM s_tab_offsets[5][5]
  3223. INT level, maxCount, 
  3224.     numTabs = 5
  3225.     numLayers = 
  3226.     reveseNum = 
  3227. u - lastTab 
  3228. `= TRUE
  3229. through 
  3230. their 
  3231. fillcolors
  3232.     -- positions have been loaded 
  3233. array (
  3234. ][]) 
  3235. speed
  3236.         obj = 
  3237. 9"&i)
  3238. ) <= 
  3239. 9"&i) = 
  3240. 9"&i) = 
  3241.  = 1 
  3242. <> 0 
  3243. `= str_appName()&&"-"&&
  3244. 9"&i)
  3245. 9"&i) = LIGHTGRAY
  3246. "mask" 
  3247. 9"&i) = 
  3248. 9"&i) = 
  3249. 9"&i) = 
  3250. 9"&i) = 
  3251. 9"&i) = 
  3252. 9"&i) = 
  3253. 9"&i) = 
  3254. 9"&i) = 1
  3255. flushHighlight
  3256.  = "inset"
  3257. `= FALSE
  3258. currentPage 
  3259. transition "slide 
  3260. isObject(
  3261.         currentCategoryPage 
  3262.     currentcategory 
  3263. resetThumbnails
  3264. update 
  3265. "main"
  3266. -- predetermine 
  3267. loadOffsets
  3268. s[5][5]
  3269. pixel
  3270. syspageunitsperpixel)
  3271. 9"&i)
  3272.         spot = 
  3273. i][j] = (
  3274. o*(j-1))),
  3275. ("sheet"&j) 
  3276. initial captions
  3277. loadCaptions
  3278. 8),5)
  3279. 9"&i) = 
  3280. resetTabs
  3281. notifyAfter 
  3282. G    -- 
  3283. searched the keywords 
  3284. {names 
  3285. buttonclick
  3286.     LOCAL ARRAY freeSpot[][]
  3287. list" = NULL
  3288.     searchString = 
  3289.     firstPage = currentPage 
  3290. "imager"
  3291.     maxCount = 
  3292. (categories 
  3293.     tabOffset 
  3294.     wordCheck = 
  3295.     -- found 
  3296. will be 
  3297. just starting
  3298. "Search" = 
  3299.         startItem = 1
  3300.         startPage = 1
  3301.         startRow = 1
  3302.         startCol = 1
  3303.         allFlag = TRUE
  3304. FALSE
  3305.     -- walk through 
  3306. thumbnail 
  3307. , looking 
  3308. )each 
  3309. desired 
  3310.         whatItem = 
  3311.         whatIndex = findItem(
  3312.         whatPage = 
  3313.         whatPageNum = 
  3314.         numpages = 
  3315. g<= 5
  3316.         -- 
  3317. numPages
  3318.             thisPage = 
  3319. +i-1)
  3320.             currentCategoryPage 
  3321. i > 1
  3322. actualCategoryPage 
  3323.             -- 
  3324. j][k] <> 
  3325. targetObj = (
  3326. j][k])&&"
  3327. foundFlag = 
  3328. targetText = 
  3329. match 
  3330. h(actualName 
  3331.         -- 
  3332. one, 
  3333.         currentItem 
  3334. flipTabs 
  3335. "tabs" 
  3336. "main"
  3337. flushHighlight 
  3338. nameString = 
  3339. "(unnamed)"
  3340. keyString = 
  3341. "(no 
  3342. statusString = 
  3343. z&&"-"&&
  3344. K&"."
  3345. statusbar = 
  3346. (j&k) 
  3347.      -- 
  3348. where we 
  3349. h,i,j,k
  3350. = default
  3351. >buttonClick
  3352.     -- didn't 
  3353. msgBox(str_search(), str_noMatch(), "INFORMATION", "OKCANCEL")
  3354.         -- 
  3355. _), str_backToStart(), "QUESTION", "YESNO")
  3356. B"OK"
  3357. ,mode), 
  3358. the timer
  3359.     SYSTEM s_hWNDInfo
  3360.  = NULL
  3361. isOpen 
  3362. "info"
  3363. startInfoTimer
  3364. "title" = str_toolbook()&&str_appName()
  3365. stop 
  3366. stopInfoTimer
  3367. doSystemInfo whatHandle, whatMsg, wparam, lpLow, lpHi
  3368. infoTimer
  3369. "hi" 
  3370. "hilite"
  3371.             freeMem = art_getFreeSpace(0)
  3372. zfreemem 
  3373. %"###,###"
  3374.             freeGDI = art_getFreeSystemResources(1)
  3375.             freeUSER = 
  3376.             fileSize = art_fileSize(
  3377. ,&&"unknown # 
  3378. %"###,###"
  3379.             freeSpace = art_freeSpace(
  3380. %"###,###"
  3381. "info1" 
  3382. 8&CRLF&\
  3383. str_compressed()&&(lastSaved 
  3384. &&str_bytes()&
  3385. (categories 
  3386. 8)&&str_categories()&
  3387. ")-1&&str_items()
  3388. "info2" 
  3389. x&str_ofMemory()&
  3390. &str_diskSpace()&
  3391. &"% GDI"&&str_resources()&
  3392. -- register a windows 
  3393.  (3 sec)
  3394. -- used 
  3395. update 
  3396.  every 3 
  3397. infoTimerID,
  3398.  = 4843
  3399.  = windowhandle 
  3400. 6 = art_SetTimer(
  3401. L,3000,0)         
  3402.     -- intialize 
  3403. dialog
  3404. "","",
  3405.     -- watch 
  3406.  message
  3407.     translateWindowMessage 
  3408.     on 275 
  3409. -- kill 
  3410. art_KillTimer(
  3411.         untranslateWindowMessage 275 
  3412. -- update the progress bar
  3413. whatValue
  3414.         inc 
  3415. "frame" 
  3416. / maxCount 
  3417. = mode 
  3418. ,maxSize 
  3419. -- initialize 
  3420. resetProgress
  3421.     x = 
  3422. sysPageUnitsPerPixel * 2
  3423.     y = 
  3424.  el * 2
  3425. = NULL
  3426. "bar" 
  3427. fullsize view on 
  3428. click
  3429. WM_RBUTTONUP whathandle, whatMsg, wParam, lpLow, lpHi
  3430.     SYSTEM s_art_dragObj
  3431. AUTHOR
  3432. extractObject 
  3433. viewObj
  3434. ready 
  3435. WM_LBUTTONDOWN 
  3436. WORD hWndPrevMouseCapture
  3437. bj, s_art_lastPos
  3438.  bitAND 8 = 8
  3439.             isControl = TRUE
  3440. FALSE
  3441. <4 = 4
  3442.             isShift = 
  3443.         -- 
  3444.  = NULL
  3445.         currentObject 
  3446.         lastPosition 
  3447. clipboard
  3448. copyObj
  3449. editObj
  3450. -- capture 
  3451. mouse messages
  3452. initMouseMoveMsgs
  3453. e = art_SetCapture(clienthandle 
  3454. "imager")
  3455. WM_LBUTTONUP 
  3456.     LOCAL DWORD mouseXY
  3457. POINT newPos
  3458. "STRING newObj
  3459. untranslateMouseMove
  3460. art_ReleaseCapture()
  3461. a = (
  3462. actualPage 
  3463.  = normalizeMouse(
  3464.     pagePos = clientToPageUnits(
  3465.     actualPos = pageUnitsToScreen(
  3466.     mouseY = (
  3467. D) bitShiftLeft 16
  3468.  / 2))
  3469.  / 2))
  3470.  = art_windowFromPoint(
  3471.         whatName = nameOfFile(
  3472. (str_TBEXE() 
  3473. str_MTBEXE() 
  3474. o<> cursor "no drop"
  3475. whatWin = nameOfWindow(hwnd)
  3476.  = sysclienthandle
  3477. art_getParent(
  3478. noOp()
  3479. status = executeTBKMessage(
  3480. windowreffromhandle("&
  3481. &");"&\
  3482. onBackground 
  3483. "    destination = 
  3484. currentpage 
  3485. "newobj = copyObject("&
  3486. j);"&\
  3487. "    newSpot = "&
  3488. &";"&\
  3489. screenToPageunits("&
  3490. );"&\
  3491.  = IT;"&\
  3492. "scrapObj 
  3493. evaluateTBKMessage(
  3494. walkobj(
  3495. msgBox("Copy Error",str_dragError(), "Stop", "Ok", 1, "task")
  3496. "PRINTMAN.EXE" 
  3497. startPage = 
  3498. 4= 1,1
  3499. doPrint 
  3500. e <> 
  3501. WM_MOUSEMOVE 
  3502. 3     = 
  3503. x,y location form 
  3504. windows 
  3505. convert
  3506. a point relative 
  3507. under 
  3508.             -- 
  3509. over a toolbook app
  3510. valid 
  3511.             -- 
  3512. manager
  3513. handler puts 
  3514. keywords 
  3515. thumbnail 
  3516.         oldCursor 
  3517. dragRect 
  3518.         -- 
  3519. bounding 
  3520. isObject("
  3521. >)&&"
  3522. actualObj 
  3523.         nameString = actualName 
  3524. %"(unnamed)"
  3525.         keyString = 
  3526. "(no 
  3527.         statusString = 
  3528. z&&"-"&&
  3529. , rightclick/
  3530. ISPACE
  3531. statusbar = 
  3532.  > 32767
  3533. -65535
  3534.  > 32767
  3535. -65535
  3536. -- findout 
  3537. ARRAY freeSpot[2][4]
  3538. flushHighlight 
  3539. /"main"
  3540.         loc = 
  3541.  = objectFromPoint(
  3542. #) ; -- 
  3543. "PAGEBACKGROUND"
  3544. "backdrop"
  3545. currentPage 
  3546. ] <> 
  3547.  1993,1994. Asymetrix Corporation. All Rights Reserved.            *
  3548. 9gives you permission 
  3549. e, revise, 
  3550. reuse the        *
  3551. --*    individual 
  3552. scripts 
  3553. your own        *
  3554. --*    applications.
  3555. You may 
  3556. P entire 
  3557. --*    substantial part 
  3558. redistribution 
  3559. i product.        *
  3560. retains 
  3561.  copyright on 
  3562.  original elements 
  3563.  . Include 
  3564.  notice:
  3565. --* "Portions 
  3566.  1993, 1994. 
  3567. they contain 
  3568. copied 
  3569. --*    Author: Michael Florence
  3570. --*    Information on how 
  3571. organized:
  3572. --*    The thumbnails are shown 
  3573. a child 
  3574. called "imager".
  3575. This     *
  3576. displays 
  3577. Xactual         *
  3578. --* full 
  3579. con the 
  3580. comments    *
  3581.  will refer 
  3582. ~ which should be        *
  3583. --*    interpeted 
  3584. fits 
  3585. /).        *
  3586. --* If 
  3587. looking 
  3588. --* Multi-instance drag 
  3589. drop code:
  3590. --*        
  3591. primarily 
  3592. --*        relies heavily overriding ToolBook behavior 
  3593. ]Windows     *
  3594. --*        API functions.
  3595. SDK documentation 
  3596. probably be        *
  3597. --*        helpful 
  3598. understanding 
  3599. --*    Using TBM_EVALUATE 
  3600. TBM_EXECUTE
  3601. --*        
  3602. uses 
  3603. --*        initTBMs, executeTBKMessage 
  3604. evaluateTBKMessage handlers.
  3605. --*        
  3606.  easy 
  3607. lift out 
  3608. another            *
  3609. --*        
  3610. progress 
  3611. --*        
  3612. shows 
  3613. --*        
  3614. /modify 
  3615. --*    Printing
  3616. --*        
  3617. dialog (
  3618. ") sets up 
  3619. options    *
  3620. --*         
  3621. calls 
  3622. doPrint 
  3623. --*    Handling Translated messages 
  3624. SaveAs
  3625. --*        
  3626.  about        *
  3627. --*        
  3628. resolve 
  3629. problem.
  3630. translating 
  3631. --*        
  3632. . (also see 
  3633. Script Library)    *
  3634. enterApplication
  3635.     SYSTEM LOGICAL s_oldRightClick
  3636.     -- reset 
  3637. screen
  3638.  = "inset"
  3639.     -- intialize 
  3640. initDLLs
  3641. structures 
  3642. initVars
  3643.  = sysReaderRightClick
  3644. k = FALSE
  3645. leaveApplication
  3646. lpExpression, lpRetValue, lpEvalStruct, lpBuffer
  3647.     -- release 
  3648. memory held 
  3649. freeWinPointer(
  3650. X"tb30dos.dll"
  3651. X"tb30dlg.
  3652. X"tb30win.
  3653. X"user"
  3654. X"kernel"
  3655. /= "art"
  3656. sysPageUnitsPerPixel <> lastUnits 
  3657. '= TRUE
  3658. fieldUpdate 
  3659. buttonUpdate 
  3660. frameUpdate 
  3661. --    INITIALIZATION HANDLERS        
  3662.         STRING     art_removeFile =            
  3663.         LONG     art_fileSize =
  3664. getFileSize
  3665. )    art_freeSpace =
  3666. getFreeDiskSpace        (
  3667. sortTextlines =            
  3668.     art_sortList =
  3669. listToTextline =        
  3670.     art_textlineToList =        
  3671.         INT     art_sendKeys = 
  3672. sendkeys
  3673.         WORD     art_registerWindowMessage =    RegisterWindowMessage    (
  3674. v        art_sendMessage    =            SendMessage
  3675. j,POINTER)
  3676. xfindWindow =             FindWindow
  3677. ,DWORD)
  3678. getWindow =             
  3679. getParent =
  3680. getWindowText =         GetWindowText            (
  3681. getClassWord =             GetClassWord            (
  3682.     art_windowFromPoint =         WindowFromPoint            (
  3683.     art_setCapture =             SetCapture
  3684.         INT        art_releaseCapture =         ReleaseCapture            ()
  3685. /messageBox =            MessageBox
  3686.     art_getFreeSystemResources= GetFreeSystemResources    (
  3687. tickCount =             GetTickCount            ()
  3688. tTimer =
  3689. SetTimer
  3690. killTimer =
  3691. KillTimer
  3692. ,INT)
  3693. postMessage =             PostMessage
  3694. getModuleFilename =     GetModuleFilename        (
  3695. art_globalAlloc =             GlobalAlloc
  3696. art_globalFree =             GlobalFree
  3697.  art_globalLock =             GlobalLock
  3698. art_globalUnlock =             GlobalUnlock
  3699. art_globalReAlloc =         GlobalReAlloc
  3700. Globalhandle =            
  3701. art_getTempFileName =        GetTempFileName
  3702.     (INT,
  3703.     art_getFreeSpace =            GetFreeSpace            (
  3704.  registers 
  3705. allocates 
  3706. necessary buffers 
  3707. build 
  3708. msgExecute, msgEvaluate
  3709. nRetValueLength, nMaxMsgSize
  3710. X = art_RegisterWindowMessage("
  3711. pointers
  3712. t = 4096
  3713. n = 1024
  3714. '     = getWinPointer(
  3715. 2     = 
  3716. 3     = 
  3717. 2     = 
  3718. g failed
  3719.      = NULL
  3720.  translates 
  3721. mouse 
  3722. initTranslatedMsgs
  3723. msgCallBack
  3724. imagerhandle
  3725.  = clienthandle 
  3726.     translateWindowMessage 
  3727.     on 513 
  3728. WM_LBUTTONDOWN 
  3729.     on 514 
  3730. WM_LBUTTONUP 
  3731.     on 515 
  3732. WM_LBUTTONDBLCLK 
  3733.     on 516 
  3734. WM_RBUTTONDOWN 
  3735.     on 517 
  3736. WM_RBUTTONUP 
  3737.  a custom callback 
  3738. be used 
  3739. translated 
  3740. a "SAVE AS".
  3741. SAVEAS 
  3742. doCallBack 
  3743. initMouseMoveMsgs
  3744.     on 512 
  3745. WM_MOUSEMOVE 
  3746. untranslateMouseMove
  3747.     untranslateWindowMessage 512 
  3748. -- initialize 
  3749.     tabOffset 
  3750. ; -- tracks what 
  3751. displayed
  3752.     actualCategoryPage 
  3753.     ; -- holds 
  3754. a category sub-
  3755.     currentCategoryPage 
  3756.     ; -- 
  3757.     lastTab 
  3758. ; -- 
  3759. 9clicked
  3760.     currentItem 
  3761. 8= 1            ; -- 
  3762.     update 
  3763. ; -- 
  3764. main 
  3765. needs updating
  3766. --    MEMORY 
  3767.  a block 
  3768. -- arguments:    memChunk = 
  3769. /desired
  3770. -- returns:        
  3771.     LOCAL memhandle, lPointer
  3772. (66, 
  3773. d)            ;-- FIXED,ZEROINIT
  3774. msgBox(str_NoMem(), str_NoAlloc(
  3775. ), "Stop", "OkCancel", 1, "task")
  3776. R 1, "
  3777. lpointer = 
  3778. success 
  3779. status
  3780. passFlag
  3781.  = art_Globalhandle(
  3782. w <> 0
  3783. memError(), str_memNoFree(), "
  3784.  <> 0
  3785. --    MENU 
  3786. EDIT 
  3787. selected
  3788. enterMenu whatMenu, whatAlias
  3789.      = "
  3790. $<> "
  3791. currentObject 
  3792.             disable 
  3793. e"copyObj"
  3794. e"deleteObj"
  3795. e"editObj"
  3796. e"viewObj"
  3797.             enable 
  3798. hard codes 
  3799. a lookup table 
  3800. -- If 
  3801. renamed, 
  3802. still be sent 
  3803. must be untranslated 
  3804. retranslated.
  3805.  saves 
  3806. -- comparison 
  3807. posted 
  3808. saveAs
  3809. s_art_currentBook, 
  3810. ourselves
  3811. art_PostMessage(
  3812. <    ,0,0)
  3813.  copies 
  3814. clipboard
  3815. whatPage, 
  3816. , obj
  3817. isObject(
  3818.         oldCursor = 
  3819. K = currentPage 
  3820. actualPage 
  3821.         -- replace 
  3822. gotScript 
  3823. walkobj(
  3824. statusbar = str_objectCopied()
  3825.  deletes 
  3826. ARRAY freeSpot[2][4]
  3827. , whatName, actualObj
  3828.     -- cache 
  3829. speed
  3830.         -- 
  3831. 8= findItem(
  3832.         -- 
  3833. appropriate 
  3834. placeholder array FREESPOT
  3835.         -- 
  3836. flushHighlight 
  3837. s_art_dragObj
  3838. " = currentcategory 
  3839. 8&&"-"&&actualName 
  3840.         currentpage 
  3841. keywords 
  3842. moves
  3843.         oldCategory = 
  3844.         -- can't 
  3845. ostandard 
  3846. routine because I want 
  3847. preload 
  3848. strings
  3849.         -- 
  3850. default 
  3851. itself 
  3852. " = "
  3853. combobox "
  3854. %modal
  3855.         -- 
  3856.  OK, 
  3857.  CANCEL
  3858.         -- 
  3859. closed 
  3860.         -- Only 
  3861. isOpen 
  3862. comboBox "
  3863.             -- 
  3864. findPage 
  3865. targetRect = findFreeSpot(
  3866. newObj = copyObject(
  3867. whatpage
  3868. (categories 
  3869. 8= i-1
  3870. lasttab 
  3871. "wrapItUp 
  3872. placing 
  3873. }thumnail
  3874. Q  does a 
  3875. te temp filename 
  3876. compactScrapBook
  3877. lpMem, tempFile
  3878. 4info 
  3879.     oldDate = 
  3880. = str_dateTime()
  3881.     lastSaved 
  3882.  = art_GetTempFileName(0,"
  3883.     fileName = 
  3884. startInfoTimer 
  3885. ! removes 
  3886. clipart 
  3887. resets 
  3888. removeAllObjects
  3889. freespot[2][4]
  3890. asure 
  3891. U(),str_OKtoReset(), "
  3892.         sysSuspendMessages = 
  3893. '% = 
  3894.         -- 
  3895.         -- 
  3896. % > 1
  3897.         -- 
  3898.         currentTab 
  3899.         artCount 
  3900. +  = 0
  3901.         -- 
  3902. {&tabs
  3903. 9"&i) 
  3904. fliptabs 0 
  3905.         -- 
  3906. &viewers
  3907.         defaultPosition 
  3908.     $" = "
  3909. $" = "
  3910. d'" = "
  3911. " = "
  3912. G% traps 
  3913. creroutes 
  3914. doDialog "
  3915. ", str_printOptions()
  3916. C$ box.
  3917. aboutScrapBook
  3918. ", str_about(), 
  3919. systemInfo
  3920. --    UTILITY 
  3921. windows messagebox
  3922. -- NOTE:
  3923. whatButtons, defaultButton, 
  3924. modality 
  3925. 4)optional parameters
  3926. -- defaults,    
  3927. a single OK 
  3928. appliciationModal
  3929.     whatCaption, whatMessage, whatIcon, 
  3930. "whatStyle
  3931.  hWnd
  3932. retValue
  3933. 5 = 0x0001
  3934.  = "AbortRetryIgnore"
  3935. ` = 0x0002
  3936.  = "YesNoCancel"
  3937.  = 0x0003
  3938.  = 0x0004
  3939.  = "RetryCancel"
  3940.  = 0x0005
  3941. H0x0010
  3942.  = "Question"
  3943. H0x0020
  3944.  = "Exclamation"
  3945. H0x0030
  3946. H0x0040
  3947. H0x0100
  3948. H0x0200
  3949. H0x1000
  3950. H0x2000
  3951.  = ""
  3952.  = ""
  3953. art_messageBox(sysWindowhandle,
  3954.  = "OK"
  3955.  = "Yes"
  3956.  = "No"
  3957.  key being pressed
  3958. Escape 
  3959. cdragging
  3960. (hWndPrevMouseCapture
  3961. 5re <> 
  3962. art_ReleaseCapture()
  3963. art_SetCapture(
  3964. j-common 
  3965. dialogs (except 
  3966. * = non 
  3967. ymeans MODAL
  3968. ( ; --KLUDGE
  3969. %+ <> 
  3970. -- If 
  3971. executed 
  3972. -- For more information, 
  3973. "/OpenScript Libarary 
  3974. s_hWNDInfo
  3975. _/same 
  3976.         untranslateAllWindowMessages 
  3977.         -- 
  3978. stopInfoTimer 
  3979.         -- 
  3980. -- walks 
  3981.  whatItem 
  3982. -- prints 
  3983. -startPage, numPages
  3984. ,cale
  3985. ( prevSize, prevSpot
  3986.     printerPageBitmap = 
  3987. be scaled
  3988.         printerScaling = "Printer"
  3989. )Actual"
  3990.         -- 
  3991. scaling 
  3992.             thisPage = 
  3993. numpages
  3994. groupFlag = 
  3995. >+ i - 1)
  3996. ) > 1
  3997. b(1250, 
  3998. b(50, 
  3999. --    MULTI-INSTANCE SUPPORT 
  4000. 3apps running 
  4001. finds 
  4002. 2instances.
  4003. Load up 
  4004. 4booklist 
  4005. passed 
  4006. listBooks 
  4007. bookList[][] 
  4008. Hreference
  4009. ,counter
  4010.  = art_getWindow(windowhandle 
  4011. 0,0) 
  4012.  <> 0
  4013.         -- 
  4014.  <> 0
  4015.  = nameOfFile(
  4016.             -- 
  4017. 's a 
  4018. str_TBEXE() 
  4019. str_MTBEXE() 
  4020. whatWin = nameOfWindow(
  4021. windowRefFromhandle(
  4022. ) <> 
  4023. parenthandle 
  4024. znothing
  4025. noOp()
  4026. str_toolBookCaption() 
  4027. #n())+1 
  4028. buffSize = 
  4029. x! = checkBuffer(
  4030. ! <> 
  4031. ][1] = 
  4032. ][2] = 
  4033. ][3] = 
  4034. art_getWindowText(
  4035. 1,80)
  4036.     modulehandle = art_getClassWord(
  4037. ,-16)
  4038. " = art_getModuleFilename(
  4039. 2,80)
  4040. , whatMsg
  4041. /wRetType
  4042. ) = 9
  4043. fa know value so we can test 
  4044. later
  4045. pointerSTRING(0,
  4046. 3"TBM_FAILED")
  4047. pointerPOINTER(0,
  4048. pointerWORD(4,
  4049. pointerINT(10,
  4050. xguarentee 
  4051. was successful
  4052. %appName(),"
  4053. :+ on:"&CRLF&
  4054. %", 1, "
  4055. bytes needed 
  4056.  newSize
  4057. 2- = 
  4058.         newlp = 
  4059. B'directCopy(),str_tooMany(), "
  4060. <'1, "
  4061. 26 = 
  4062. +only during dev 
  4063. ;be removed prior 
  4064. myReset
  4065. 8" = "
  4066. 9" = "
  4067. E<" = "
  4068. " = "
  4069. [dropdownitems 
  4070. "picker"
  4071. " = "
  4072.     lastChecked 
  4073. "info1" 
  4074. "info2" 
  4075. --    CODE COMMENTING 
  4076. scans 
  4077. -- mode    2 = 
  4078. @remote
  4079. --        3 = 
  4080. walkObj obj,
  4081. b+STACK 
  4082. p+whatObj
  4083. p = 2
  4084. <" = str_commenting()
  4085. =" = str_uncommenting()
  4086. /2 = getObjectList(
  4087. M"&obj&",
  4088. 9))")
  4089. 0+ = 
  4090. b+ = 
  4091. + <> 
  4092. resetProgress 
  4093.     targetScript 
  4094.     maxCount 
  4095. n>" = 
  4096. 3 <> 
  4097. commentScript 
  4098. ; property 
  4099. bring 
  4100. >     0 = 
  4101. --            1 = 
  4102. ? = 0
  4103.  = str_notice()
  4104.         scrapbook_script 
  4105. str_miniNotice() 
  4106.     . = 
  4107. \Cremainder 
  4108. entirely 
  4109. -- facilitate internationalization 
  4110. str_toolbook
  4111. "TB30.EXE"
  4112. "MTB30.
  4113. str_appName
  4114. str_version
  4115. "Version"
  4116. str_infoString1
  4117.     "Created 
  4118.             "Copyright 
  4119.  1994"&
  4120.              "
  4121. OGon"
  4122. str_infoString2
  4123. C3.0"&
  4124.  1994"&
  4125.              "
  4126. -- Memory Strings
  4127. str_noMem
  4128. "Out 
  4129. str_noAlloc 
  4130. "Could 
  4131. str_memError
  4132. Bbeen 
  4133. str_reset
  4134. A OK 
  4135. "mm/dd/yy hh:
  4136. jAMPM"
  4137. "About 
  4138. str_objectCategory
  4139. str_keywordSearch
  4140. "Keyword 
  4141. str_directCopy
  4142. "Direct 
  4143.  F- "
  4144. "There 
  4145. Gtoo many 
  4146. e. Either 
  4147. A some 
  4148. reduce 
  4149. str_dragError
  4150. "An ERROR occurred trying 
  4151. Try reducing 
  4152. -- Code Commenting 
  4153. str_warning
  4154. "WARNING!"
  4155. str_make
  4156.     -- MAKE 
  4157. Continue 
  4158. J risk."
  4159. userproperty 
  4160. -- TAB 
  4161. str_category
  4162. str_categoryChange
  4163. change 
  4164. str_enterNewName
  4165. "Enter a 
  4166. str_multipleObjects
  4167. "Multiple 
  4168. str_moreThanOne
  4169. [: one 
  4170. 92grouped 
  4171. H correctly"
  4172. str_NoItems
  4173. G books."
  4174.     Viewer 
  4175. str_copying
  4176. "Copying"
  4177. str_scanning
  4178. "Scanning"
  4179. "Uncommenting"
  4180. str_printing
  4181. str_search
  4182. str_noMatch
  4183. "No match found."
  4184. str_backToStart
  4185. beginning?"
  4186. str_objectDescription
  4187. str_mustEnter
  4188. rG a 
  4189. str_compressed
  4190. str_bytes
  4191. str_categories
  4192. str_items
  4193. str_ofMemory
  4194. str_diskSpace
  4195. str_resources
  4196. --    HELP TEXT
  4197. str_helpText 
  4198. "Paste 
  4199. {currently on 
  4200. B"flipleft" 
  4201. "Show 
  4202. B"flipright" 
  4203. B"backwardTab" 
  4204. }; = 
  4205. #*5)"
  4206. B"forwardTab" 
  4207. 5<. (
  4208. z*5)"
  4209. SPACE
  4210. @remo
  4211. ,%H.%
  4212. ,%H.%
  4213. actualCategoryPage
  4214. whatPage
  4215. makeNewPage
  4216. utfreespot
  4217. currentCategory
  4218. findFreeSpot
  4219. mrealSize
  4220. centerObj
  4221. mySelection
  4222. thumbNail
  4223. ,%H.%
  4224. `9lastTab
  4225. tabOffset
  4226. actualCategoryPage
  4227. tabOffset
  4228. FALSE
  4229. imager
  4230. mnumpages
  4231. `currentCategoryPage
  4232. vtfreeSpot
  4233. currentItem
  4234. whatPage
  4235. mnumPages
  4236. lastTab
  4237. tabOffset
  4238. a9lastTab
  4239. currentItem
  4240. _findItem
  4241. currentItem
  4242. taboffset
  4243. currentCategory
  4244. findPage
  4245. centerObj
  4246. 3QcurrentObject
  4247. objList
  4248. COMBOBOX
  4249. massageObj
  4250. group
  4251. paint object
  4252. objType
  4253. mrealSize
  4254. whatObj
  4255. STAGE
  4256. picture
  4257. RECORDFIELD
  4258. BUTTON
  4259. massageObj
  4260. imager
  4261. massageObj
  4262. setFreeSpot
  4263. 4QcurrentObject
  4264. update
  4265. thumbNail
  4266. update
  4267. wrapItUp
  4268. actualName
  4269. keyword
  4270. keywords
  4271. lcategory
  4272. t/str_objectCategory
  4273. dialog
  4274. 5UdoDialog
  4275. category
  4276. getCategory
  4277. push left fast
  4278. push right fast
  4279. imager
  4280. resetThumbnails
  4281. previous
  4282. zsflushHighlight
  4283. flipPage
  4284. ,%H.%
  4285. ,%H.%
  4286. utfreespot
  4287. imager
  4288. mnumpages
  4289. `currentCategoryPage
  4290. numpages
  4291. resetThumbnails
  4292. ,%H.%
  4293. ,%H.%
  4294. imager
  4295. 4QcurrentObject
  4296. flushHighlight
  4297. actualCategoryPage
  4298. FALSE
  4299. mnumPages
  4300. `currentCategoryPage
  4301. vtfreespot
  4302. `currentCategoryPage
  4303. mnumPages
  4304. currentcategory
  4305. makeNewPage
  4306. utfreespot
  4307. vtfreeSpot
  4308. setFreeSpot
  4309. w,    "V
  4310. w,    "V
  4311. w,    "V
  4312. `9lastTab
  4313. tabOffset
  4314. actualCategoryPage
  4315. tabOffset
  4316. categories
  4317. dflipTabs
  4318. backwardTab
  4319. lastTab
  4320. update
  4321. currentItem
  4322. tabOffset
  4323. buttonClick
  4324. w,    "V
  4325. tabOffset
  4326. `9lastTab
  4327. categories
  4328. Update
  4329. .&+    +
  4330. whatItems
  4331. msgBox
  4332. exclamation
  4333. str_directCopy
  4334. whatItem
  4335. str_NoItems
  4336. listBooks
  4337. picker
  4338. dialog
  4339. doDirectCopy
  4340. 5UdoDialog
  4341. selected items
  4342. whatItems
  4343. Mart_listToTextline
  4344. book list
  4345. buttonClick
  4346. .&+    +E
  4347. w,    #?
  4348. 1,    #>
  4349. ,%H.%
  4350. .&+    +E
  4351. .&+    +E
  4352. clipart
  4353. newObj
  4354. this book
  4355. {artCount
  4356. executeString
  4357. keywords
  4358. lcategory
  4359. t/str_objectCategory
  4360. currentCategory
  4361. whatObj
  4362. str_copying
  4363. progress
  4364. ;dest =
  4365. iresetProgress
  4366. {artCount
  4367.  getOut
  4368. category
  4369. update
  4370. findFreeSpot
  4371. executeTBKMessage
  4372. targetRect
  4373. keyword
  4374. actualName
  4375. imager
  4376. actualPage
  4377. );obj=
  4378. actualObj
  4379. maxCount
  4380. #{maxCount
  4381. ;get copyObject(obj,dest);name of obj = realname of obj;clear realname of obj;end
  4382. QfindPage
  4383. default
  4384. !evaluateTBKMessage
  4385. in windowRefFromhandle(
  4386. centerObj
  4387. dialog
  4388. wrapItUp
  4389. scrapbook_script
  4390. whatBook
  4391. 5UdoDialog
  4392. status
  4393. selection of this window
  4394. 7walkObj
  4395. progress
  4396. doDirectCopy
  4397. default
  4398. getOut
  4399. w,    #?
  4400. .&+    +E
  4401. clipart
  4402. targetRect
  4403. keyword
  4404. newObj
  4405. imager
  4406. actualPage
  4407. {artCount
  4408. keywords
  4409. lcategory
  4410. t/str_objectCategory
  4411. currentCategory
  4412. actualObj
  4413. actualName
  4414. QfindPage
  4415. 5UdoDialog
  4416. whatObj
  4417. centerObj
  4418. dialog
  4419. {artCount
  4420. wrapItUp
  4421. scrapbook_script
  4422. default
  4423. category
  4424. 7walkObj
  4425. update
  4426. findFreeSpot
  4427. status
  4428. buttonClick
  4429. statusbar
  4430. author
  4431. statusbar
  4432. reader
  4433. w,    #>
  4434. 9+str_category
  4435. !str_categoryChange
  4436. field
  4437. statusbar
  4438. mouseEnter
  4439. field
  4440. statusbar
  4441. mouseLeave
  4442. .&+    +E
  4443. ,%H.%
  4444. w,    /;
  4445. cancel
  4446. str_enterNewName
  4447. tabOffset
  4448. categories
  4449. actualCategoryPage
  4450. imager
  4451. dflipTabs
  4452. categories
  4453. group
  4454. field
  4455. currentItem
  4456. whatText
  4457. currentItem
  4458. default
  4459. buttonclick
  4460. w,    "V
  4461. w,    /;
  4462. w,    /;
  4463. `9lastTab
  4464. tabOffset
  4465. imager
  4466. categories
  4467. resetThumbnails
  4468. `currentCategoryPage
  4469. actualCategoryPage
  4470. slide out top fast
  4471. currentcategory
  4472. str_appName
  4473. s_tab_offsets
  4474. a9lastTab
  4475. currentItem
  4476. zsflushHighlight
  4477. currentItem
  4478. update
  4479. flipTabs
  4480. ,%H.%
  4481. ,%H.%
  4482. sheet
  4483. s_tab_offsets
  4484. loadOffsets
  4485. w,    "V
  4486. categories
  4487. loadCaptions
  4488. loadCaptions
  4489. loadOffsets
  4490. resetTabs
  4491. resetTabs
  4492. enterbook
  4493. w,    "V
  4494. .&+    +E
  4495. w,    "c
  4496. ,%H.%
  4497. w,    "V
  4498. 1,    "c
  4499. ,%H.%
  4500. ,%H.%
  4501. w,    "D
  4502. w,    "D
  4503. ,%H.%
  4504.     TRUE
  4505. foundFlag
  4506. str_noMatch
  4507. startItem
  4508. YESNO
  4509. search list
  4510. firstPage
  4511. tabOffset
  4512. FALSE
  4513. dflipTabs
  4514. str_search
  4515. targetText
  4516. allFlag
  4517. whatPage
  4518. actualCategoryPage
  4519. currentCategory
  4520. found
  4521. whatItem
  4522. nameString
  4523. actualName
  4524. statusbar
  4525. (no keywords)
  4526. currentItem
  4527. tabOffset
  4528. categories
  4529. whatIndex
  4530. keyString
  4531. (unnamed)
  4532. found
  4533. startRow
  4534. imager
  4535. mnumpages
  4536. str_backToStart
  4537. `currentCategoryPage
  4538. thisPage
  4539. targetObj
  4540. OKCANCEL
  4541. QUESTION
  4542. msgBox
  4543. numpages
  4544. statusString
  4545. _findItem
  4546. utfreeSpot
  4547. Search
  4548. zsflushHighlight
  4549. words
  4550. searchString
  4551. default
  4552. INFORMATION
  4553. keywords
  4554. startPage
  4555. buttonclick
  4556. w,    #?
  4557. startInfoTimer
  4558. s_hWNDInfo
  4559.  3str_toolbook
  4560. title
  4561. str_appName
  4562. enterpage
  4563. s_hWNDInfo
  4564. estopInfoTimer
  4565. leavePage
  4566. w,    #>
  4567. w,    #?
  4568. w,    #?
  4569. w,    "V
  4570. -$,    #>
  4571. w,    #?
  4572. V,    #>
  4573. w,    #?
  4574. w,    #?
  4575. w,    #?
  4576. w,    #?
  4577. w,    #?
  4578. w,    #?
  4579. w,    #?
  4580. NHstr_diskSpace
  4581. art_getFreeSpace
  4582. str_compressed
  4583. fstr_resources
  4584. % GDI
  4585. categories
  4586. art_getFreeSystemResources
  4587. fileSize
  4588. str_items
  4589. art_fileSize
  4590. str_bytes
  4591. freeSpace
  4592. freeMem
  4593. freeGDI
  4594. unknown # of
  4595. info2
  4596. ###,###
  4597. infoTimer
  4598. % USER
  4599. xstr_categories
  4600. hilite
  4601. 7str_ofMemory
  4602. 1art_freeSpace
  4603. info1
  4604. freeUSER
  4605. lastSaved
  4606. doSystemInfo
  4607. s_hWNDInfo
  4608. doSystemInfo
  4609. 5doSystemInfo
  4610. infoTimerID
  4611. infoTimer
  4612. (art_SetTimer
  4613. startInfoTimer
  4614. s_hWNDInfo
  4615. infoTimerID
  4616. Jart_KillTimer
  4617. infoTimer
  4618. stopInfoTimer
  4619. w,    #?
  4620. frame
  4621. progress
  4622. "{maxCount
  4623. "LmaxSize
  4624. progress
  4625. .&,    7
  4626. frame
  4627. progress
  4628. "{maxCount
  4629. #{maxCount
  4630. #LmaxSize
  4631. resetProgress
  4632. BKextractObject
  4633. AUTHOR
  4634. (BviewObj
  4635. WM_RBUTTONUP
  4636. hWndPrevMouseCapture
  4637. $BcopyObj
  4638. FALSE
  4639. imager
  4640. isShift
  4641. isControl
  4642. BKextractObject
  4643. s_art_dragObj
  4644. 4QcurrentObject
  4645. art_SetCapture
  4646. 0editObj
  4647. AUTHOR
  4648. n%initMouseMoveMsgs
  4649. m9lastPosition
  4650. WM_LBUTTONDOWN
  4651. .&+    +E
  4652. @WM_LBUTTONUP
  4653.     destination = parent of currentpage of whatWin;
  4654. scrapObj of this book
  4655. lockscreen of whatWin = TRUE;
  4656.     get screenToPageunits(
  4657. ,whatWin);
  4658. pagePos
  4659. Vstr_dragError
  4660.     selection of whatWin = newObj;
  4661. lockscreen of whatWin = FALSE;
  4662. );send make to
  4663. whatName
  4664. PRINTMAN.EXE
  4665. scrapObj of this book = newObj
  4666. untranslateMouseMove
  4667. 5#nameOfWindow
  4668. normalizeMouse
  4669. if newobj <> NULL;
  4670.     newSpot = 
  4671. AUTHOR
  4672. wyart_windowFromPoint
  4673. hWndPrevMouseCapture
  4674.     destination = currentpage of whatWin;
  4675. syscursor = 1;syslockscreen = TRUE;syslockscreen = FALSE
  4676. executeTBKMessage
  4677. clear scrapObj of this book
  4678. newobj = copyObject(
  4679. cIart_getParent
  4680. imager
  4681. 7walkobj
  4682. Copy Error
  4683. actualPage
  4684. msgBox
  4685. no drop
  4686. whatWin = windowreffromhandle(
  4687. ,destination);
  4688. s_art_dragObj
  4689. P art_ReleaseCapture
  4690. !evaluateTBKMessage
  4691. art_SetCapture
  4692. str_TBEXE
  4693. in windowreffromhandle(
  4694. else;
  4695. IdoPrint
  4696. str_MTBEXE
  4697. whatWin
  4698. newSpot
  4699. actualPos
  4700. status
  4701. nameOfFile
  4702.     position of newObj = IT;
  4703. startPage
  4704. if onBackground of whatWin;
  4705. WM_LBUTTONUP
  4706. G5WM_MOUSEMOVE
  4707. imager
  4708. cIart_getParent
  4709. AUTHOR
  4710. pagePos
  4711. normalizeMouse
  4712. l9lastPosition
  4713. s_art_dragObj
  4714. P art_ReleaseCapture
  4715. str_TBEXE
  4716. whatName
  4717. str_MTBEXE
  4718. actualPos
  4719. no drop
  4720. wyart_windowFromPoint
  4721. PRINTMAN.EXE
  4722. nameOfFile
  4723. WM_MOUSEMOVE
  4724. actualObj
  4725. group
  4726. author
  4727. (no keywords)
  4728. }]dragRect
  4729. .  (shift+click/copy, ctrl+click/edit, rightclick/view)
  4730. of this page
  4731. page,background
  4732. oldCursor
  4733. nameString
  4734. actualName
  4735. statusString
  4736. statusbar
  4737. keywords
  4738. keyString
  4739. (unnamed)
  4740. mouseEnter
  4741. mouseY
  4742. mouseX
  4743. normalizeMouse
  4744. zsflushHighlight
  4745. utfreeSpot
  4746. imager
  4747. }]dragRect
  4748. s_art_dragObj
  4749. 4QcurrentObject
  4750. normalizeMouse
  4751. backdrop
  4752. PAGEBACKGROUND
  4753. s_art_lastPos
  4754. extractObject
  4755. H@\4M 3
  4756. RiM'S
  4757. Syj T\
  4758. +Ut/qU
  4759. V0nTV
  4760. _NH@`
  4761. vinitTBMs
  4762. imager
  4763. {initVars
  4764. s_oldRightClick
  4765. oinitDLLs
  4766. enterApplication
  4767. freeWinPointer
  4768. tb30dos.dll
  4769. lpBuffer
  4770. tb30win.dll
  4771. lpEvalStruct
  4772. tb30dlg.dll
  4773. s_oldRightClick
  4774. lpRetValue
  4775. kernel
  4776. lpExpression
  4777. leaveApplication
  4778. lastUnits
  4779. imager
  4780. frameUpdate
  4781. lastUnits
  4782. fieldUpdate
  4783. 52buttonUpdate
  4784. enterpage
  4785. fieldUpdate
  4786. buttonUpdate
  4787. frameUpdate
  4788. GetModuleFilename
  4789. art_getModuleFilename
  4790. GlobalAlloc
  4791. art_globalAlloc
  4792. GlobalFree
  4793. art_globalFree
  4794. GlobalLock
  4795. art_globalLock
  4796. GlobalUnlock
  4797. art_globalUnlock
  4798. GlobalReAlloc
  4799. art_globalReAlloc
  4800. Globalhandle
  4801. art_Globalhandle
  4802. GetTempFileName
  4803. art_getTempFileName
  4804. GetFreeSpace
  4805. art_getFreeSpace
  4806. tb30dos.dll
  4807. tb30win.dll
  4808. tb30dlg.dll
  4809. RegisterWindowMessage
  4810. art_registerWindowMessage
  4811. SendMessage
  4812. art_sendMessage
  4813. FindWindow
  4814. art_findWindow
  4815. getWindow
  4816. art_getWindow
  4817. getParent
  4818. art_getParent
  4819. GetWindowText
  4820. art_getWindowText
  4821. GetClassWord
  4822. art_getClassWord
  4823. WindowFromPoint
  4824. art_windowFromPoint
  4825. SetCapture
  4826. art_setCapture
  4827. ReleaseCapture
  4828. art_releaseCapture
  4829. MessageBox
  4830. art_messageBox
  4831. GetFreeSystemResources
  4832. art_getFreeSystemResources
  4833. GetTickCount
  4834. art_tickCount
  4835. SetTimer
  4836. art_setTimer
  4837. KillTimer
  4838. art_killTimer
  4839. PostMessage
  4840. art_postMessage
  4841. removeFile
  4842. art_removeFile
  4843. getFileSize
  4844. art_fileSize
  4845. getFreeDiskSpace
  4846. art_freeSpace
  4847. sendkeys
  4848. art_sendKeys
  4849. kernel
  4850. sortTextlines
  4851. art_sortTextlines
  4852. sortList
  4853. art_sortList
  4854. listToTextline
  4855. art_listToTextline
  4856. textlineToList
  4857. art_textlineToList
  4858. initDLLs
  4859. $bgetWinPointer
  4860. nRetValueLength
  4861. lpBuffer
  4862. lpEvalStruct
  4863. TBM_EVALUATE
  4864. msgEvaluate
  4865. lpRetValue
  4866. msgExecute
  4867. uart_RegisterWindowMessage
  4868. TBM_EXECUTE
  4869. lpExpression
  4870. nMaxMsgSize
  4871. initTBMs
  4872. +#,#;
  4873. imager
  4874. WM_RBUTTONDOWN
  4875. WM_LBUTTONDOWN
  4876. uart_RegisterWindowMessage
  4877. WM_LBUTTONDBLCLK
  4878. doCallBack
  4879. WM_RBUTTONUP
  4880. msgCallBack
  4881. WM_LBUTTONUP
  4882. initTranslatedMsgs
  4883. imager
  4884. WM_MOUSEMOVE
  4885. initMouseMoveMsgs
  4886. imager
  4887. untranslateMouseMove
  4888. actualCategoryPage
  4889. `currentCategoryPage
  4890. a9lastTab
  4891. update
  4892. currentItem
  4893. tabOffset
  4894. initVars
  4895. str_NoAlloc
  4896. msgBox
  4897. OkCancel
  4898. _art_globalLock
  4899. art_globalAlloc
  4900. str_NoMem
  4901. getWinPointer
  4902. msgBox
  4903. iMstr_memNoFree
  4904. FALSE
  4905. OkCancel
  4906. art_globalUnlock
  4907. hYart_globalFree
  4908. art_Globalhandle
  4909. 03str_memError
  4910. freeWinPointer
  4911. deleteObj
  4912. 3QcurrentObject
  4913. author
  4914. viewObj
  4915. editObj
  4916. copyObj
  4917. enterMenu
  4918. art_PostMessage
  4919. msgCallBack
  4920. s_art_currentBook
  4921. saveAs
  4922. .&+    +E
  4923. gotScript
  4924. 3QcurrentObject
  4925. FALSE
  4926. imager
  4927. oldCursor
  4928. 7walkobj
  4929. actualPage
  4930. str_objectCopied
  4931. update
  4932. statusbar
  4933. copyObj
  4934. .&+    +E
  4935. 3QcurrentObject
  4936. FALSE
  4937. actualPage
  4938. oldCursor
  4939. vtfreeSpot
  4940. actualPage
  4941. update
  4942. _findItem
  4943. utfreeSpot
  4944. zsflushHighlight
  4945. currentItem
  4946. currentCategory
  4947. deleteObj
  4948. w,    #?
  4949. actualPage
  4950. display
  4951. s_art_dragObj
  4952. actualName
  4953. currentcategory
  4954. viewObj
  4955. w,    "V
  4956. ,%H.%
  4957. categories
  4958. targetRect
  4959. findFreeSpot
  4960. utfreeSpot
  4961. tabOffset
  4962. newObj
  4963. keyword
  4964. vtfreeSpot
  4965. oldCategory
  4966. actualName
  4967. keywords
  4968. lcategory
  4969. whatPage
  4970. FALSE
  4971. currentCategory
  4972. s_art_dragObj
  4973. QfindPage
  4974. a9lasttab
  4975. actualName
  4976. update
  4977. dialog
  4978. whatName
  4979. wrapItUp
  4980. Object Category
  4981. currentCategory
  4982. category
  4983. keywords
  4984. editObj
  4985. .&+    +E
  4986. fileName
  4987. $bgetWinPointer
  4988. startInfoTimer
  4989. freeWinPointer
  4990. oldDate
  4991. hDart_GetTempFileName
  4992. oart_removeFile
  4993. lastSaved
  4994. =initTranslatedMsgs
  4995. str_dateTime
  4996. default
  4997. compactScrapBook
  4998. .&+    +E
  4999. ,%H.%
  5000. dialog
  5001. str_reset
  5002. categories
  5003. msgBox
  5004. imager
  5005. dfliptabs
  5006. `currentCategoryPage
  5007. vtfreespot
  5008. yjstr_OKtoReset
  5009. keywords
  5010. OkCancel
  5011. center
  5012. display
  5013. progress
  5014. a9lastTab
  5015. {artCount
  5016. currentTab
  5017. currentItem
  5018. tabOffset
  5019. default
  5020. removeAllObjects
  5021. reader
  5022. print pages
  5023. str_printOptions
  5024. 5UdoDialog
  5025. printpages
  5026. str_about
  5027. about
  5028. 5UdoDialog
  5029. aboutScrapBook
  5030. systemInfo
  5031. Cancel
  5032. YesNo
  5033. Ignore
  5034. Exclamation
  5035. system
  5036. Information
  5037. AbortRetryIgnore
  5038. part_messageBox
  5039. OkCancel
  5040. Abort
  5041. Question
  5042. YesNoCancel
  5043. Retry
  5044. RetryCancel
  5045. msgBox
  5046. deleteObj
  5047. hWndPrevMouseCapture
  5048. untranslateMouseMove
  5049. art_SetCapture
  5050. default
  5051. P art_ReleaseCapture
  5052. keyDown
  5053. FALSE
  5054. update
  5055. dialog
  5056. doDialog
  5057. startInfoTimer
  5058. s_hWNDInfo
  5059. imager
  5060. estopInfoTimer
  5061. s_art_currentBook
  5062. =initTranslatedMsgs
  5063. doCallBack
  5064. ,%H.%
  5065. categories
  5066. categories
  5067. findItem
  5068. .&+    +E
  5069. FALSE
  5070. print pages
  5071. groupFlag
  5072. scale
  5073. default
  5074. doPrint
  5075. w,    "Q
  5076. 0nstr_toolBookCaption
  5077. charcount(selection of this window)
  5078. command [
  5079. !evaluateTBKMessage
  5080. checkBuffer
  5081. selection of this window
  5082. 5#nameOfWindow
  5083. str_TBEXE
  5084. YUart_getWindow
  5085. whatName
  5086. buffSize
  5087. str_MTBEXE
  5088. whatWin
  5089. nameOfFile
  5090. status
  5091. listBooks
  5092. lpBuffer
  5093. buffer
  5094. art_getWindowText
  5095. nameOfWindow
  5096. lpBuffer
  5097. art_getClassWord
  5098. modulehandle
  5099. art_getModuleFilename
  5100. status
  5101. nameOfFile
  5102. +",""m
  5103. nRetValueLength
  5104. art_sendMessage
  5105. lpEvalStruct
  5106. retVal
  5107. msgEvaluate
  5108. lpRetValue
  5109. TBM_FAILED
  5110. lpExpression
  5111. status
  5112. evaluateTBKMessage
  5113. retVal
  5114. msgExecute
  5115. lpExpression
  5116. art_sendMessage
  5117. executeTBKMessage
  5118. freeWinPointer
  5119. $bgetWinPointer
  5120. nRetValueLength
  5121. msgBox
  5122. newlp
  5123. str_directCopy
  5124. str_tooMany
  5125. OkCancel
  5126. FALSE
  5127. lpRetValue
  5128. checkBuffer
  5129. words
  5130. ) option
  5131. keyword
  5132. search list
  5133. search
  5134. FALSE
  5135. imager
  5136. dfliptabs
  5137. book list
  5138. `currentCategoryPage
  5139. info1
  5140. object
  5141. selected items
  5142. center
  5143. info2
  5144. display
  5145. progress
  5146. lastChecked
  5147. a9lastTab
  5148. keyword list
  5149. print pages
  5150. picker
  5151. dialog
  5152. print options
  5153. currentTab
  5154. scale
  5155. currentItem
  5156. tabOffset
  5157. category
  5158. myReset
  5159. = NULL
  5160. ,NULL,TRUE))
  5161. charcount(getObjectList(
  5162. script of
  5163. H/targetScript
  5164. checkBuffer
  5165. iresetProgress
  5166. FALSE
  5167. str_commenting
  5168. progress
  5169. str_uncommenting
  5170. @\commentScript
  5171. !evaluateTBKMessage
  5172. progress
  5173. getObjectList(
  5174. #{maxCount
  5175. buffSize
  5176. ,NULL,TRUE)
  5177. status
  5178. walkObj
  5179. 1,    "D
  5180. executeTBKMessage
  5181.  = scrapbook_script of 
  5182. str_notice
  5183. script of 
  5184. textline 1 of script of
  5185. !evaluateTBKMessage
  5186. scrapbook_script
  5187. scrapbook_script
  5188. str_miniNotice
  5189. clear scrapbook_script of 
  5190. status
  5191. commentScript
  5192. ToolBook
  5193. str_toolbook
  5194. TB30.EXE
  5195. str_TBEXE
  5196. MTB30.EXE
  5197. str_MTBEXE
  5198. ScrapBook
  5199. str_appName
  5200. Version
  5201. str_version
  5202. Asymetrix Corporation
  5203. Created by Michael Florence
  5204. Copyright 
  5205.  1994
  5206. str_infoString1
  5207. Asymetrix Corporation
  5208. Copyright 
  5209.  1994
  5210. Created with ToolBook 3.0
  5211. str_infoString2
  5212. Out of Memory
  5213. str_noMem
  5214. bytes of memory.
  5215. Could not allocate
  5216. str_noAlloc
  5217. Memory Error
  5218. str_memError
  5219. Could not free memory.
  5220. str_memNoFree
  5221. Object has been copied to clipboard.
  5222. str_objectCopied
  5223. Reset ScrapBook
  5224. str_reset
  5225. Click OK to remove ALL objects and reset the ScrapBook.
  5226. str_OKtoReset
  5227. mm/dd/yy hh:min AMPM
  5228. str_dateTime
  5229. Print Options
  5230. str_printOptions
  5231. About ScrapBook
  5232. str_about
  5233. Object Category
  5234. str_objectCategory
  5235. Keyword Search
  5236. str_keywordSearch
  5237. Direct Copy
  5238. str_directCopy
  5239. ToolBook - 
  5240. str_toolBookCaption
  5241. There are too many objects to copy. Either free some memory or reduce the number of objects selected
  5242. str_tooMany
  5243. An ERROR occurred trying to copy the image.  Try reducing the number of objects on the page.
  5244. str_dragError
  5245. WARNING!
  5246. str_warning
  5247. The object to be copied contains a MAKE handler.  Continue at your own risk.
  5248. str_make
  5249. w,    #?
  5250. str_appName
  5251. -- Script moved to userproperty scrapbook_script by
  5252. str_notice
  5253. w,    #?
  5254. scrapbook_script by
  5255. str_appName
  5256. str_miniNotice
  5257. Category -
  5258. str_category
  5259. . (ctrl+click to change category name)
  5260. str_categoryChange
  5261. Enter a new name for this category.
  5262. str_enterNewName
  5263. Multiple Objects
  5264. str_multipleObjects
  5265. The new object has more than one item.  It must be grouped to function correctly
  5266. str_moreThanOne
  5267. No items selected in any other books.
  5268. str_NoItems
  5269. Copying
  5270. str_copying
  5271. Scanning
  5272. str_scanning
  5273. Commenting
  5274. str_commenting
  5275. Uncommenting
  5276. str_uncommenting
  5277. Printing
  5278. str_printing
  5279. Search
  5280. str_search
  5281. No match found.
  5282. str_noMatch
  5283. No match found.  Continue from beginning?
  5284. str_backToStart
  5285. Object Description
  5286. str_objectDescription
  5287. You must enter a category for the object.
  5288. str_mustEnter
  5289. compressed on
  5290. str_compressed
  5291. bytes
  5292. str_bytes
  5293. categories
  5294. str_categories
  5295. items
  5296. str_items
  5297. of memory
  5298. str_ofMemory
  5299. of disk space
  5300. str_diskSpace
  5301. resources
  5302. str_resources
  5303. forwardTab
  5304. Paste object currently on clipboard.
  5305. Search for item by keywords.
  5306. search
  5307. Show the previous page of this category.
  5308. backwardTab
  5309. Direct-copy selected object in another ToolBook instance.
  5310. direct copy
  5311. Show the next category. (click = move one category / ctrl-click = moves 5)
  5312. clipboard
  5313. flipleft
  5314. flipright
  5315. Show the previous category. (click = move one category / ctrl-click = moves 5)
  5316. Show the next page of this category.
  5317. str_helpText
  5318. dialogs
  5319. CANCEL
  5320. button "CANCEL" of
  5321. button "OK" of
  5322. syscuror
  5323. default
  5324. keyDown
  5325. -- generic 
  5326. dialog handler
  5327. -- test 
  5328. Bexits 
  5329. so, does action
  5330. isObject("
  5331. B""CANCEL"" 
  5332. buttonclick 
  5333. syscuror = default
  5334. n = keyEnter
  5335. B""OK"" 
  5336. B"OK" 
  5337. border
  5338. dialogs
  5339. ck = moves 5)
  5340. Show the next page of this category.
  5341. str_helpText
  5342. dialogs
  5343. 0x%-06lx
  5344. [%d,%d,%d,%d]
  5345. %s=%s \, 
  5346. asymBitmap
  5347. asymBitmap
  5348. Stephen P. Bard
  5349. Stephen P. Bard
  5350. This is a basic bitmap class which displays bitmap images
  5351. asymStatic
  5352. asymStatic
  5353. Stephen P. Bard
  5354. Stephen P. Bard
  5355. This is a basic static text class which displays text strings
  5356. e+000
  5357. 1#SNAN
  5358. 1#QNAN
  5359. 1#INF
  5360. 1#IND
  5361. asymLibExit
  5362. asymLibInit
  5363. asymMemNew is creating another heap
  5364. asymMemNew failed
  5365.