* Theme.cs: Added a little helper to SystemResPool to get the Dark,
authorAlexander Olk <aolk@mono-cvs.ximian.com>
Wed, 29 Mar 2006 14:07:40 +0000 (14:07 -0000)
committerAlexander Olk <aolk@mono-cvs.ximian.com>
Wed, 29 Mar 2006 14:07:40 +0000 (14:07 -0000)
commit1fee1508731433cb3c72d7328b2fc1288baff54d
treecefbcb26f51160a4d511adcc94808fb44a3ed68b
parent4d496509f0337d36450483582e471a1800d3032f
* Theme.cs: Added a little helper to SystemResPool to get the Dark,
  DarkDark, Light and LightLight colors for a specific color
* ThemeWin32Classic.cs:
  - Use Button drawing code to draw RadioButtons and CheckBoxes with
    Appearance = Button
  - Make use of the new ResPool helper CPColor
  - Draw ProgressBar and StatusBar with correct 3D borders

2006-03-29  Alexander Olk  <alex.olk@googlemail.com>

svn path=/trunk/mcs/; revision=58727
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Theme.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThemeWin32Classic.cs