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:04] prokusheven:docs:win16:applications:clock [2023/12/23 10:48] (current) prokushev
Line 1: Line 1:
 +{{logos:win16.gif}}
 +
 ====== Clock ====== ====== Clock ======
  
Line 15: Line 17:
 ===== Title bar and Icon clock ===== ===== Title bar and Icon clock =====
  
-Title bar of Clock window can be hide by mouse double-click on clock face or via **Settings** menu. While title bar is hidden window can be moved by mouse click and move on any part of window, except frame.  Mouse double-click or Esc key can be used to restore title bar. 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.+Title bar of Clock window can be hide by mouse double-click on clock face or via **Settings** menu. While title bar is hidden window can be moved by mouse click and move on any part of window, except frame.  Mouse double-click or Esc key can be used to restore title bar. 
 + 
 +{{:en:docs:win16:applications:notitle.png|Clock without title}} 
 + 
 +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}}