Commit Graph

13 Commits

Author SHA1 Message Date
Robin
27a5ad0c6e DarkDialog & DarkMessageBox
Added a dynamic dialog window and message box.
2015-09-18 11:40:14 +01:00
Robin
e0be7e0d0a Added 'FlatBorder' property to DarkForm
FlatBorder can be used to set whether a single pixel border is rendered
around the form or not.
2015-09-18 10:41:33 +01:00
Robin
0d46ab2790 DarkTextBox control 2015-09-18 10:36:50 +01:00
Robin
784e3b69b7 DarkSeparator control 2015-09-18 10:33:51 +01:00
Robin
7e7cf7c9f2 Removed unnecessary property attributes
Apparently using 'new' to override a superclass property doesn't require
you to duplicate designer attributes. Huh.
2015-09-18 10:28:56 +01:00
Robin
038171c588 DarkScrollBar 2015-09-18 10:22:52 +01:00
Robin
4d5bf78403 Added DarkLabel 2015-09-18 10:03:24 +01:00
Robin
7e94c286d7 Added DarkStatusStrip 2015-09-18 10:00:08 +01:00
Robin
f2b887ddf1 DarkMenuStrip & DarkToolStrip
Added DarkMenuStrip and DarkToolStrip controls. Added examples to
example project.
2015-09-18 09:54:32 +01:00
Robin
2246e6e645 ToolStrip & Menu renderers
Added toolstrip & menu renderers. Added extension methods for changing
bitmap colours and upgraded to .NET 4.0 for easier implementation of
these methods.
2015-09-18 09:46:52 +01:00
Robin
a0112f3e99 Menu icons 2015-09-18 09:46:11 +01:00
Robin
b45f0d1d82 Added DarkForm 2015-09-18 09:34:02 +01:00
Robin
62c6fce171 Created project 2015-09-18 09:28:59 +01:00