home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 June / PC_Shareware-1997-06.iso / programy / binclk / _setup.1 / BinaryClock.txt < prev   
Encoding:
Text File  |  1997-04-05  |  4.6 KB  |  87 lines

  1.  
  2. The Binary Clock version 1.4 for 1997.
  3.  
  4.  
  5. You should run the setup program to install the clock.  It can be uninstalled
  6. through the add/remove programs from your control panel.  Once the clock
  7. starts simply right click it for the options window.
  8.  
  9. A binary clock display for your Windows 95 desktop.
  10.  
  11. This program is freeware.
  12. By Patrick Dugan (patrickd@usti.com)
  13.  
  14.  
  15. New Items since V1.3:
  16.  
  17. 1.  The LEDs can be altered to any color and almost any size you want.
  18. 2.  The background can be black, a custom bitmap or clear to blend with desktop.
  19. 3.  Upper time display, colons, seconds, PM light can be turned on or off.
  20. 4.  Clock will "remember" where you left it so it reapears in same spot.
  21. 5.  Windows standard help file now used.
  22. 6.  Full install/uninstall features.
  23.  
  24. This is a simple binary clock display.  The far left column of leds
  25. represents the hour, the next two columns represent the minutes and the next
  26. two represent the seconds.  A single led in the upper right displays PM.  You
  27. can move the clock around by dragging it with the left mouse button, and
  28. clicking the right mouse button will bring up a configuration window.  The
  29. clock only displays in standard time (not military)
  30.  
  31.  
  32.  
  33. The main clock display will show up when you start the program.  If you do not
  34. know how to read binary format then I will TRY to explain the numbering scheme.
  35. The lowest LED in each colum represents the number 1, the next LED up is 2,
  36. the next up 4 and the top LED is 8.  For example if the two middle LEDS of a
  37. column are lit then the number would be 6 (4 and 2).  It takes a while to get
  38. used to reading the time that way but after a short time it becomes second
  39. nature.  The clock can be moved by dragging it around by holding down the left
  40. mouse button on the clock and dragging it to a new location then release the
  41. mouse button to let go.  Each time you release the left mouse button the clock
  42. will attempt to re-draw itself.  If you press the right mouse button it will
  43. bring up the following options window.
  44.  
  45.  
  46.  
  47. The upper left area is where you can set the LED colors for ON and OFF colors.
  48. The colors range from 0 to 255 in values and start at red on the top, to green,
  49. then blue.  Just experiment with changing the values and the words "ON" and
  50. "OFF" above the settings will change color along with the LEDS so you can
  51. easily see what colors you are mixing.  To the far right is a small panel with
  52. a question mark.  Pressing this will display the help file.  Below that is the
  53. Restore and Redraw buttons.  The restore sets the size and colors of the LEDs
  54. back to the original red color and 16 size. (LED size ranges from 4 to 32)
  55. The Size setting below the Restore/Redraw area allows you to alter the size of
  56. the LEDS (and the size of the window they are in as well.)  In the middle of
  57. the window are 5 settings that control the clock.  First is MOVABLE and this
  58. determines if the clock can be moved by dragging it around.  Upper Display is
  59. the normal time display that appears at the top of the clock.  Useful for a
  60. reference to get used to reading the thing.  The Seconds are whether the
  61. seconds LEDs are displayed or not.  The Colons turn the flashing colons on and
  62. off.  Last the PM light will toggle the PM LED indicator on or off.  The lower
  63. part of the window allows you to choose a black background, custom picture
  64. (loaded from the browse button or type in the full path/filename in the box.
  65.  
  66. If you choose the browse button the browse window will appear:
  67. Simply select the directory and then in the lower window double-click the
  68. image to use for a background in the clock.  You can only load in BMP files.
  69. If the BMP file is smaller than the clock it can cause the clock to flicker.
  70. You should load BMP files that are as large or larger than the clock.  The
  71. last thing in the options window is the exit button which will terminate the
  72. program.  When making any changes to the options you should click the redraw
  73. button to make those options fully take effect.  Also when using the clear mode
  74. you may have to press the redraw several times to get it to copy the desktop
  75. below it correctly.
  76.  
  77.  
  78. The program was written purely for fun and to learn a little about programming
  79. in Delphi 2.  I am willing to also  explain any "tricks" to any Delphi
  80. programmers that wish to know how to set tray icons, animate tray icons,
  81. create odd-shaped forms, hiding forms on start up, grabbing system wide
  82. keyboard input, creating clear forms and copying the desktop, etc.  This
  83. program is also available as a Delphi 2 source code (except for the help file)
  84. so the source code can be examined for any use that can be gleamed from it
  85. if any.
  86.  
  87.