BBSysmonPlus is a system monitor plugin for Blackbox for Windows.

Based on code by:
BBSysmon 0.8.1(Copyright 2003 Brad Bartolucci [Mortar], Mike Busch [ZenLC])
geOStatPlus 1.29(Copyright 2004 Dong-Liang Lee [dllee], Paul Wells [pdw63])

Network monitoring function was added by 540.


Mouse Controls:
Right Click                   Configuration Menu
Left Click & Drag             Move
Alt + Left Click & Drag       Resize


Revision History:
0.1.1b	2006-02-28
 - added autohide option.
 - fixed font color to match the style in UseRefFont mode.

0.1.0b	2006-01-09
 - added the locale setting for date and time format.
 - fixed a mistake in IP address string.

0.0.9b	2005-12-15
 - fixed GDI resource leak on Win9x.
 - fixed the Sticky function.

0.0.8b	2005-12-12
 - added information about the memory usage of blackbox.exe.
   %PM Physical Memory usage of BB (KB)
   %PN Peak Physical Memory usage of BB (KB)
   %PS Swap Memory usage of BB (KB)
   %PT Peak Swap Memory usage of BB (KB)
 - changed the following string format:
   %NP IP address
   %NU User name
   %NW Workstation name

0.0.7b	2005-10-12
 - fixed "WriteRCSettings" function.
 - fixed "Plugin Toggle" option.
 - fixed font dialog.

0.0.6b	2005-09-27
 - added universal time as '%TU' and timezone setting.
 - added selectable network interface number. 

0.0.5	2005-09-24
 - fixed pluginInfo for xoblite.

0.0.4	2005-09-07
 - added the percentage of free/used disk space as '%DP[A-Z]'/'%DQ[A-Z]'.
 - added the "Allow Tooltip" option.

0.0.3	2005-08-24
 - added clock function.
 - changed the following string format:
   %H HD Temperature
   %T Local Time

0.0.2	2005-08-18
 - added update interval settings.

0.0.1	2005-08-14
 - first release


String Format:
%CP Percent of CPU usage
%CN Number of Processes

%RP Percent of Physical Memory usage
%RT Total Physical Memory (MB)
%RF Free  Physical Memory (MB)
%RU Used  Physical Memory (MB)

%SP Percent of Swap Memory usage
%ST Total Swap Memory (MB)
%SF Free  Swap Memory (MB)
%SU Used  Swap Memory (MB)

%DT[A-Z] Total Disk Space
%DF[A-Z] Free  Disk Space
%DU[A-Z] Used  Disk Space
%DP[A-Z] Percent of Free Disk Space
%DQ[A-Z] Percent of Used Disk Space

%BP Percent of Battery usage
%BL Battery Lifetime

%ID Download speed (KB/sec)
%IU Upload speed (KB/sec)

%NP IP address
%NU User name
%NW Workstation name

%UW Uptime (week:day:hour:min)
%UD Uptime (day:hour:min)
%UH Uptime (hour:min)

%H HD Temperature

%TL Local Time
%TU Universal Time

%PM Physical Memory usage of BB (KB)
%PN Peak Physical Memory usage of BB (KB)
%PS Swap Memory usage of BB (KB)
%PT Peak Swap Memory usage of BB (KB)
%PG GDI objects of BB

\n insert a newline
%% percentage character


Clock Format:
%a Abbreviated weekday name 
%A Full weekday name 
%b Abbreviated month name 
%B Full month name 
%c Date and time representation appropriate for locale 
%d Day of month as decimal number (01 - 31) 
%H Hour in 24-hour format (00 - 23) 
%I Hour in 12-hour format (01 - 12) 
%j Day of year as decimal number (001 - 366) 
%m Month as decimal number (01 - 12) 
%M Minute as decimal number (00 - 59) 
%p Current locale's A.M./P.M. indicator for 12-hour clock 
%S Second as decimal number (00 - 59) 
%U Week of year as decimal number, with Sunday as first day of week (00 - 53) 
%w Weekday as decimal number (0 - 6; Sunday is 0) 
%W Week of year as decimal number, with Monday as first day of week (00 - 53) 
%x Date representation for current locale 
%X Time representation for current locale 
%y Year without century, as decimal number (00 - 99) 
%Y Year with century, as decimal number 
%z Either the time-zone name or time zone abbreviation, depending on registry settings; no characters if time zone is unknown 
%Z same as above 
%% Percent sign 

The # flag modifies some of the above as follows:
%#c Long date and time representation, appropriate for current locale. 
%#x Long date representation, appropriate to current locale. 
%#d,H,I,j,m,M,S,U,w,W,y,Y Remove leading zeros (if any). 
%#a,A,b,B,p,X,z,Z,% # flag is ignored 
