home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / pascal / zoom_10 / readme.txt < prev    next >
Encoding:
Text File  |  1993-01-31  |  1.8 KB  |  46 lines

  1. This is Zoom!, a utility like ZoomIn from the SDK. It has some features however
  2. that i needed for developing my CustomWn unit: it is able to update the
  3. contents every 'n' milliseconds, it displays a raster when a certain
  4. magnification is reached and remembers it's position. It serves also as a demo
  5. for my CustomWn unit, that implements the base of a totally custom window
  6. object: all non-client painting is done by this tWindow descendant by itself,
  7. you can have a small system-menu box, a small system menu, small size corners
  8. and so on.
  9.  
  10. It here is how it works: start Zoom!, the Zoom Window appears. Click
  11. with the left mouse button in the client area of Zoom!'s Window and
  12. drag (holding down the button) the mouse over the desktop area - where
  13. you move the mouse, the desktop contents is magnified in Zoom!'s client
  14. area. If you release the mouse button, Zoom! updates it's window contents
  15. every 'Time' milliseconds.
  16.  
  17. Clicking with the right button in Zoom!'s client area increases the magnification factor.
  18.  
  19. Options of Zoom! in Win.Ini:
  20.  
  21. [Zoom!]
  22. StayOnTop=1                               ; stay on top
  23. Time=1500                                 ; update every 1.5 seconds
  24. Width=275
  25. Height=159
  26. xPos=519
  27. yPos=415
  28. xFocus=539
  29. yFocus=371
  30. Magnification=11                          ; current magnification
  31. DrawGrid=4                                ; draw grid for magnification>=4
  32.  
  33. Source for Zoom! is included in this archive, the source for unit
  34. DialogWn however can be found in the archive JanusW.Zip and the source
  35. for CustomWn in the archive CustWn.Zip.
  36.  
  37.              Peter Sawatzki (PS)
  38.              Buchenhof 3, D-5800 Hagen 1, Germany
  39.  CompuServe: 100031,3002
  40.        FIDO: 2:245/5800.17
  41.  
  42.   Copyright (c) 1993 Peter Sawatzki. All Rights Reserved.
  43.  
  44.  
  45. Release: 28.1.93
  46.