home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 June / PC_Shareware-1997-06.iso / programy / binclk / binaryclock.txt < prev    next >
Encoding:
Text File  |  1997-04-12  |  5.2 KB  |  97 lines

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