Skip to content

Commit

Permalink
* Implement #60
Browse files Browse the repository at this point in the history
  • Loading branch information
PWagner1 committed Mar 28, 2021
1 parent 90191c6 commit fa8b425
Show file tree
Hide file tree
Showing 755 changed files with 10,566 additions and 751 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System;
using System.Drawing;
using System.Drawing.Text;
using System.Windows.Forms;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System;
using System.Drawing;
using System.Drawing.Text;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System;
using System.ComponentModel;
// ReSharper disable MemberCanBeProtected.Global
// ReSharper disable MemberCanBeInternal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System.Diagnostics;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System.Diagnostics;

namespace Krypton.Toolkit
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System;
using System.Collections;
using System.ComponentModel;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System.ComponentModel;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System.ComponentModel;
using System.Diagnostics;

namespace Krypton.Toolkit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System;
using System.Drawing;
using System.Windows.Forms;
using System.Reflection;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System;
using System.Windows.Forms;

namespace Krypton.Toolkit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System;
using System.Windows.Forms;

namespace Krypton.Toolkit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System.ComponentModel;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System.ComponentModel;

namespace Krypton.Toolkit
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System.Drawing;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System.Drawing;
using System.Windows.Forms;
using System.ComponentModel;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System.Windows.Forms;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System.Windows.Forms;
using System.Diagnostics;

namespace Krypton.Toolkit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System.Windows.Forms;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System.Windows.Forms;

namespace Krypton.Toolkit
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System.Drawing;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System.Drawing;
using System.Diagnostics;

namespace Krypton.Toolkit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
namespace Krypton.Toolkit
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

namespace Krypton.Toolkit
{
/// <summary>
/// Redirect requests for image/text colors to remap.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
namespace Krypton.Toolkit
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

namespace Krypton.Toolkit
{
/// <summary>
/// Redirect requests for image/text colors to remap.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System.Drawing;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System.Drawing;
using System.Diagnostics;

namespace Krypton.Toolkit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System;
using System.Drawing;
using System.ComponentModel;
using System.Windows.Forms;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System.Diagnostics;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System.Diagnostics;

namespace Krypton.Toolkit
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region BSD License
/*
*
* Original BSD 3-Clause License (https://github.com/ComponentFactory/Krypton/blob/master/LICENSE)
* © Component Factory Pty Ltd, 2006 - 2016, All rights reserved.
*
* New BSD 3-Clause License (https://github.com/Krypton-Suite/Standard-Toolkit/blob/master/LICENSE)
* Modifications by Peter Wagner(aka Wagnerp) & Simon Coghlan(aka Smurf-IV), et al. 2017 - 2021. All rights reserved.
* Version 6.0.0
*
*/
#endregion

using System;
using System.Drawing;
using System.Windows.Forms;
using System.ComponentModel;
Expand Down
Loading

0 comments on commit fa8b425

Please sign in to comment.