Citation:
|
; LClock.in
; LClock config file.
; Note: 0 = unset(false), 1 = set(true)
;
[Clock]
; Set to turn on LClock context menu
LClockContextMenu=0
; Set to turn off customization.
NoClock=0
; Set to disable double click
DisableDoubleClick=0
; Set to display 12:xx as 0:xx
HourZero=0
; Unset to display 12hour time.
Hour12=1
; Set to display two digits hour.
TwoDigitHour=0
; AM/PM symbols. Must be under 3 characters.
AMsymbol=MA
PMsymbol=AP
; Day of Week symbols. Must start with sunday and under 3 characters.
WeekdaySymbols=SU/MO/TU/WE/TH/FR/SA
; 0=nothing, 1=AM/PM, 2=Day of the week, 3=Day of the month
ShowExtraInfo=1
; Single click display a popup calendar
PopupCalendar=1
; Default "Franklin Gothic Medium"
Font=Franklin Gothic Medium
; Default 14
HourFontSize=14
; Default 0
HourBold=0
; Default 0
HourItalic=0
; Default 9
MinuteFontSize=9
; Default 0
MinuteBold=0
; Default 0
MinuteItalic=0
; Default 7
MeridiemFontSize=8
; Default 0
MeridiemBold=0
; Default 0
MeridiemItalic=0
; Set to customize text color/shadow.
CustomTextStyle=0
; Text Color
TextColor=0
; Shadow Color
ShadowColor=8355711
; Shadow Type:
; 0 = None
; 1 = Single
; 2 = Continuous
ShadowType=2
; Shadow Offset
ShadowOffsetX=1
ShadowOffsetY=1
[ClockPosition]
; Clock vertical offset. Default -1 pixel
VerPos=-1
; Hour vertical offset. Default 1 pixel
HourOffsetY=1
; Spacing between hour and minute. Default 1 pixel
HourMinuteGap=1
; AM/PM vertical offset. Default 0 pixel
MeridiemOffsetY=0
; AM/PM horizontal offset. Default 0 pixel
MeridiemOffsetX=0
[StartButton]
; Set to customize Start Button.
StartButton=0
; location of the Start Button bitmap, relative or absolute.
; The bitmap must be made from 3 smaller bitmaps of the
; same size. The bitmaps needs to be stacked vertically in this order:
; "default", "mouseover" and "clicked" states.
;
BackBmp=examplestartbtn.bmp
; Hide Start Button
Hide=0
; Start Menu from clock. Only used if Hide is set.
StartMenuClock=1
[Tooltip]
; Set the tooltip style.
BalloonFlg=1
[Alarm]
SoundFile=C:\WINDOWS\Media\chimes.wav
|