en:docs:win16:applications:clock

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:win16:applications:clock [2023/12/23 03:31] prokusheven:docs:win16:applications:clock [2023/12/23 10:48] (current) prokushev
Line 1: Line 1:
 +{{logos:win16.gif}}
 +
 ====== Clock ====== ====== Clock ======
  
Line 19: Line 21:
 {{:en:docs:win16:applications:notitle.png|Clock without title}} {{:en:docs:win16:applications:notitle.png|Clock without title}}
  
-If you **Minimize** window, then simplified clock shown on Icon. To prevent overlapping of Clock by other windows you can set **Always on top** mode via **System** menu.+If you **Minimize** window, then simplified clock shown on Icon. 
 + 
 +{{:en:docs:win16:applications:icon.png|Icon clock}} 
 + 
 +To prevent overlapping of Clock by other windows you can set **Always on top** mode via **System** menu.
  
 ===== Date and Time format ===== ===== Date and Time format =====
  
-Date and time format can be adjusted via Control Panel. Restart Clock to apply changes.+Date and time format can be adjusted via [[en:docs:win16:applications:control|Control Panel]]. Restart Clock to apply changes. 
 + 
 +===== CLOCK.INI ===== 
 + 
 +Clock saves and restores its settings via CLOCK.INI file. All settings stored in Clock section 
 + 
 +  * Maximized = 1 | 0 
 +  * sFont = Facename 
 +  * Options = bAnalog, bMinimized, bSeconds, bWithoutTitle, bAlwaysOnTop, bDate 
 +  * Position = x1, y1, x2, y2
  
 +===== Download =====
  
 +You can download source code and binaries from [[https://github.com/osfree-project/clock|GitHub]]. Clock comes under LGPL-2.1 license.
  
 +{{page>en:templates:win16app}}