Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
* See README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PWagner1 committed Jan 25, 2018
1 parent aebece3 commit e38a489
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 17 deletions.
Binary file added Help/Help3.cab
Binary file not shown.
Binary file added Help/Help3.mshc
Binary file not shown.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

=======

## 2018-01-25 KryptonTextBox.cs descriptions
* Added descriptions to 'OnTrackMouseEnter' and 'OnTrackMouseLeave' events to make more sense
* Added raw '.cab' and '.mshc' help files

=======

## 2018-01-24 Designer bug fix
* Fixed bug with ComponentFactory.Krypton.Design.dll to version 4.71.0.0 due to hard coded values in toolkit code. Thanks to Smurf-IV for pointing this out to me.
* New Nuget package, version 4.71.524, relating to the version of ComponentFactory.Krypton.Designer.dll (build date January 24th, 2018) will be uploaded to incorporate this fix.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.0.0")]
[assembly: AssemblyFileVersion("4.71.524.0")]
[assembly: AssemblyInformationalVersion("4.71.524.0")]
[assembly: AssemblyFileVersion("4.71.525.0")]
[assembly: AssemblyInformationalVersion("4.71.525.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Design")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Design.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.523.0")]
[assembly: AssemblyFileVersion("4.71.523.0")]
[assembly: AssemblyInformationalVersion("4.71.523.0")]
[assembly: AssemblyVersion("4.71.524.0")]
[assembly: AssemblyFileVersion("4.71.524.0")]
[assembly: AssemblyInformationalVersion("4.71.524.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Docking")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Docking.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.522.0")]
[assembly: AssemblyFileVersion("4.71.522.0")]
[assembly: AssemblyInformationalVersion("4.71.522.0")]
[assembly: AssemblyVersion("4.71.523.0")]
[assembly: AssemblyFileVersion("4.71.523.0")]
[assembly: AssemblyInformationalVersion("4.71.523.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Navigator")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Navigator.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.522.0")]
[assembly: AssemblyFileVersion("4.71.522.0")]
[assembly: AssemblyInformationalVersion("4.71.522.0")]
[assembly: AssemblyVersion("4.71.523.0")]
[assembly: AssemblyFileVersion("4.71.523.0")]
[assembly: AssemblyInformationalVersion("4.71.523.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Ribbon")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Ribbon.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,14 @@ protected override void WndProc(ref Message m)
/// Raises the TrackMouseEnter event.
/// </summary>
/// <param name="e">An EventArgs containing the event data.</param>
[Description("Raises the TrackMouseEnter event.")]
protected virtual void OnTrackMouseEnter(EventArgs e) => TrackMouseEnter?.Invoke(this, e);

/// <summary>
/// Raises the TrackMouseLeave event.
/// </summary>
/// <param name="e">An EventArgs containing the event data.</param>
[Description("Raises the TrackMouseLeave event.")]
protected virtual void OnTrackMouseLeave(EventArgs e) => TrackMouseLeave?.Invoke(this, e);
#endregion
}
Expand Down Expand Up @@ -1387,12 +1389,14 @@ protected void ForceControlLayout()
/// Raises the TrackMouseEnter event.
/// </summary>
/// <param name="e">An EventArgs containing the event data.</param>
[Description("Raises the TrackMouseEnter event.")]
protected virtual void OnTrackMouseEnter(EventArgs e) => TrackMouseEnter?.Invoke(this, e);

/// <summary>
/// Raises the TrackMouseLeave event.
/// </summary>
/// <param name="e">An EventArgs containing the event data.</param>
[Description("Raises the TrackMouseLeave event.")]
protected virtual void OnTrackMouseLeave(EventArgs e) => TrackMouseLeave?.Invoke(this, e);
#endregion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("4.71.523.0")]
[assembly: AssemblyFileVersion("4.71.523.0")]
[assembly: AssemblyInformationalVersion("4.71.523.0")]
[assembly: AssemblyVersion("4.71.524.0")]
[assembly: AssemblyFileVersion("4.71.524.0")]
[assembly: AssemblyInformationalVersion("4.71.524.0")]
[assembly: AssemblyCopyright("© Component Factory Pty Ltd, 2006-2018. Then modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) 2017-2018. All rights reserved.")]
[assembly: AssemblyProduct("Krypton Workspace")]
[assembly: AssemblyDefaultAlias("ComponentFactory.Krypton.Workspace.dll")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.71.14.0")]
[assembly: AssemblyFileVersion("4.71.14.0")]
[assembly: AssemblyInformationalVersion("4.71.14.0")]
[assembly: AssemblyVersion("4.71.15.0")]
[assembly: AssemblyFileVersion("4.71.15.0")]
[assembly: AssemblyInformationalVersion("4.71.15.0")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit e38a489

Please sign in to comment.