diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Navigator/Controls Navigator/KryptonNavigator.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Navigator/Controls Navigator/KryptonNavigator.cs
index 6ccd6540..06970b65 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Navigator/Controls Navigator/KryptonNavigator.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Navigator/Controls Navigator/KryptonNavigator.cs
@@ -29,7 +29,7 @@ namespace ComponentFactory.Krypton.Navigator
[ToolboxBitmap(typeof(KryptonNavigator), "ToolboxBitmaps.KryptonNavigator.bmp")]
[DefaultEvent("SelectedIndexChanged")]
[DefaultProperty("Pages")]
- [Designer("ComponentFactory.Krypton.Navigator.KryptonNavigatorDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Navigator.KryptonNavigatorDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Allows navigation between pages.")]
[Docking(DockingBehavior.Ask)]
@@ -369,7 +369,7 @@ public override bool AutoSize
[Category("Visuals")]
[Description("Collection of pages in the navigator control.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Navigator.NavigatorPageCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Navigator.NavigatorPageCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonPageCollection Pages { get; private set; }
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Navigator/Page/KryptonPage.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Navigator/Page/KryptonPage.cs
index 76a055c8..33b8a203 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Navigator/Page/KryptonPage.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Navigator/Page/KryptonPage.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Navigator
[ToolboxBitmap(typeof(KryptonPage), "ToolboxBitmaps.KryptonPage.bmp")]
[DefaultEvent("Click")]
[DefaultProperty("Text")]
- [Designer("ComponentFactory.Krypton.Navigator.KryptonPageDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Navigator.KryptonPageDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
public class KryptonPage : VisualPanel
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonGallery.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonGallery.cs
index 2154a47e..138ad8df 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonGallery.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonGallery.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Ribbon
[ToolboxBitmap(typeof(KryptonGallery), "ToolboxBitmaps.KryptonGallery.bmp")]
[DefaultEvent("SelectedIndexChanged")]
[DefaultProperty("SelectedIndex")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonGalleryDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonGalleryDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Select from a group of possible images.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbon.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbon.cs
index 8c8dae3c..65fc4513 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbon.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbon.cs
@@ -30,7 +30,7 @@ namespace ComponentFactory.Krypton.Ribbon
[ToolboxBitmap(typeof(KryptonRibbon), "ToolboxBitmaps.KryptonRibbon.bmp")]
[DefaultEvent("SelectedTabChanged")]
[DefaultProperty("RibbonTabs")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Ribbon control presents a tabbed set of user options.")]
[Docking(DockingBehavior.Never)]
@@ -748,7 +748,7 @@ private void ResetSelectedContext()
[Category("Values")]
[Description("Collection of ribbon quick access toolbar buttons.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonQATButtonCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonQATButtonCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonRibbonQATButtonCollection QATButtons { get; private set; }
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonGroup.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonGroup.cs
index 3e562030..d0385eca 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonGroup.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonGroup.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroup), "ToolboxBitmaps.KryptonRibbonGroup.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DefaultEvent("DialogBoxLauncherClick")]
[DefaultProperty("TextLine1")]
[DesignerCategory("code")]
@@ -447,7 +447,7 @@ public int MaximumWidth
[Category("Visuals")]
[Description("Collection of ribbon group items.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupContainerCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupContainerCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonRibbonGroupContainerCollection Items { get; }
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonTab.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonTab.cs
index 0a52b77e..f79815aa 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonTab.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonTab.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonTab), "ToolboxBitmaps.KryptonRibbonTab.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonTabDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonTabDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DefaultProperty("Text")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupButton.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupButton.cs
index 7052b957..0e9c869b 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupButton.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupButton.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupButton), "ToolboxBitmaps.KryptonRibbonGroupButton.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("Click")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCheckBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCheckBox.cs
index 7101794b..5ee3582d 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCheckBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCheckBox.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupCheckBox), "ToolboxBitmaps.KryptonRibbonGroupCheckBox.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCheckBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCheckBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("CheckedChanged")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCluster.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCluster.cs
index d5f4bfd2..6e8d5690 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCluster.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCluster.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupCluster), "ToolboxBitmaps.KryptonRibbonGroupCluster.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Visible")]
@@ -302,7 +302,7 @@ public override ViewBase CreateView(KryptonRibbon ribbon,
[Category("Visuals")]
[Description("Collection of ribbon group button cluster items.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonRibbonGroupClusterCollection Items { get; }
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterButton.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterButton.cs
index 4d7762c6..54b8c256 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterButton.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterButton.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupClusterButton), "ToolboxBitmaps.KryptonRibbonGroupClusterButton.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("Click")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterColorButton.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterColorButton.cs
index 39b19c14..477c4c65 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterColorButton.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterColorButton.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupClusterColorButton), "ToolboxBitmaps.KryptonRibbonGroupClusterColorButton.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterColorButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterColorButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("SelectedColorChanged")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupColorButton.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupColorButton.cs
index f9a7d0c9..1a83e2cd 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupColorButton.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupColorButton.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupColorButton), "ToolboxBitmaps.KryptonRibbonGroupColorButton.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupColorButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupColorButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("SelectedColorChanged")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupComboBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupComboBox.cs
index 6ef09cc5..2d0d01d8 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupComboBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupComboBox.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupComboBox), "ToolboxBitmaps.KryptonRibbonGroupComboBox.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupComboBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupComboBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("SelectedTextChanged")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCustomControl.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCustomControl.cs
index db5e40cf..fd985951 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCustomControl.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCustomControl.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupCustomControl), "ToolboxBitmaps.KryptonRibbonGroupCustomControl.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCustomControlDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCustomControlDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Visible")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDateTimePicker.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDateTimePicker.cs
index 0bf53fe0..b2c763cc 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDateTimePicker.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDateTimePicker.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupDateTimePicker), "ToolboxBitmaps.KryptonRibbonGroupDateTimePicker.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDateTimePickerDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDateTimePickerDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("ValueChanged")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDomainUpDown.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDomainUpDown.cs
index 254a1d7f..ba6640b0 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDomainUpDown.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDomainUpDown.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupDomainUpDown), "ToolboxBitmaps.KryptonRibbonGroupDomainUpDown.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDomainUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDomainUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("SelectedItemChanged")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupGallery.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupGallery.cs
index c26036a1..830b0546 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupGallery.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupGallery.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupGallery), "ToolboxBitmaps.KryptonGallery.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupGalleryDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupGalleryDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Visible")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLabel.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLabel.cs
index e0ab9d43..4c3ea779 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLabel.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLabel.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupLabel), "ToolboxBitmaps.KryptonRibbonGroupLabel.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLabelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLabelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Text")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLines.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLines.cs
index c2d091af..643261ab 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLines.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLines.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupLines), "ToolboxBitmaps.KryptonRibbonGroupLines.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLinesDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLinesDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Visible")]
@@ -448,7 +448,7 @@ public override ViewBase CreateView(KryptonRibbon ribbon,
[Category("Visuals")]
[Description("Collection of ribbon group line items.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLinesCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLinesCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonRibbonGroupLinesCollection Items { get; }
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupMaskedTextBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupMaskedTextBox.cs
index d3b7b903..2a0f58ca 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupMaskedTextBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupMaskedTextBox.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupMaskedTextBox), "ToolboxBitmaps.KryptonRibbonGroupMaskedTextBox.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupMaskedTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupMaskedTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("TextChanged")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupNumericUpDown.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupNumericUpDown.cs
index 76a25d80..e35772da 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupNumericUpDown.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupNumericUpDown.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupNumericUpDown), "ToolboxBitmaps.KryptonRibbonGroupNumericUpDown.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupNumericUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupNumericUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("ValueChanged")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRadioButton.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRadioButton.cs
index d8dbb78f..a8e27644 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRadioButton.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRadioButton.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupRadioButton), "ToolboxBitmaps.KryptonRibbonGroupRadioButton.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRadioButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRadioButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("CheckedChanged")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRichTextBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRichTextBox.cs
index 530a686d..164d8bdd 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRichTextBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRichTextBox.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupRichTextBox), "ToolboxBitmaps.KryptonRibbonGroupRichTextBox.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("TextChanged")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupSeparator.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupSeparator.cs
index fed0cfb7..826cdde3 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupSeparator.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupSeparator.cs
@@ -21,7 +21,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupSeparator), "ToolboxBitmaps.KryptonRibbonGroupSeparator.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupSeparatorDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupSeparatorDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Visible")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTextBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTextBox.cs
index 35a81c5b..6b75e238 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTextBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTextBox.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupTextBox), "ToolboxBitmaps.KryptonRibbonGroupTextBox.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("TextChanged")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTrackBar.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTrackBar.cs
index 6e5aeacc..5c034822 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTrackBar.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTrackBar.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupTrackBar), "ToolboxBitmaps.KryptonRibbonGroupTrackBar.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTrackBarDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTrackBarDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("ValueChanged")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTriple.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTriple.cs
index ada43d55..7b8fc455 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTriple.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTriple.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupTriple), "ToolboxBitmaps.KryptonRibbonGroupTriple.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTripleDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTripleDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Visible")]
@@ -465,7 +465,7 @@ public override ViewBase CreateView(KryptonRibbon ribbon,
[Category("Visuals")]
[Description("Collection of ribbon group triple items.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTripleCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTripleCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonRibbonGroupTripleCollection Items { get; }
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Palette/RibbonAppButton.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Palette/RibbonAppButton.cs
index df867b6b..209f10bb 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Palette/RibbonAppButton.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Ribbon/Palette/RibbonAppButton.cs
@@ -251,7 +251,7 @@ public string AppButtonText
[Category("Values")]
[Description("Context menu items for the application button.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
- [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public virtual KryptonContextMenuItemCollection AppButtonMenuItems => _appButtonMenuItems.Items;
#endregion
@@ -263,7 +263,7 @@ public string AppButtonText
[Category("Values")]
[Description("Recent document entries for the application buttton.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
- [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonRecentDocCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonRecentDocCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public virtual KryptonRibbonRecentDocCollection AppButtonRecentDocs { get; }
#endregion
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuCollections.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuCollections.cs
index 0c5bd8e6..7ccb9b59 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuCollections.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuCollections.cs
@@ -19,7 +19,7 @@ namespace ComponentFactory.Krypton.Toolkit
///
/// Manage the items that can be added to a top level context menu collection.
///
- [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public class KryptonContextMenuCollection : TypedRestrictCollection
{
#region Static Fields
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItem.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItem.cs
index fdc53e48..03cc3ce2 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItem.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItem.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Toolkit
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonContextMenuItem), "ToolboxBitmaps.KryptonContextMenuItem.bmp")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Text")]
@@ -557,7 +557,7 @@ public CheckState CheckState
[Category("Data")]
[Description("Collection of sub-menu items.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
- [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public KryptonContextMenuCollection Items { get; }
///
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItems.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItems.cs
index 44f69f37..2ff5754c 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItems.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItems.cs
@@ -21,7 +21,7 @@ namespace ComponentFactory.Krypton.Toolkit
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonContextMenuItems), "ToolboxBitmaps.KryptonContextMenuItems.bmp")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemsDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemsDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Items")]
@@ -130,7 +130,7 @@ public override ViewBase GenerateView(IContextMenuProvider provider,
[Category("Data")]
[Description("Collection of standard menu items.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
- [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public KryptonContextMenuItemCollection Items { get; }
///
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBorderEdge.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBorderEdge.cs
index 48bbe15a..189da826 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBorderEdge.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBorderEdge.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonBorderEdge), "ToolboxBitmaps.KryptonBorderEdge.bmp")]
[DefaultEvent("Paint")]
[DefaultProperty("Orientation")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonBorderEdgeDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonBorderEdgeDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Displays a vertical or horizontal border edge.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumb.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumb.cs
index bf8bcc12..2abf07d4 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumb.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumb.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonBreadCrumb), "ToolboxBitmaps.KryptonBreadCrumb.bmp")]
[DefaultEvent("SelectedItemChanged")]
[DefaultProperty("RootItem")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Flat navigation of hierarchical data.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumbItem.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumbItem.cs
index 6554cb27..afd3e4cc 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumbItem.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumbItem.cs
@@ -22,14 +22,14 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonBreadCrumb), "ToolboxBitmaps.KryptonBreadCrumbItem.bmp")]
[DesignTimeVisible(false)]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbItemDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbItemDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
public class KryptonBreadCrumbItem : KryptonListItem
{
#region Type Definitons
///
/// Manages a collection of KryptonBreadCrumbItems
///
- [Editor("ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbItemsEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbItemsEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public class BreadCrumbItems : TypedCollection
{
#region Instance Fields
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonButton.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonButton.cs
index 17d54ec0..8eed219c 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonButton.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonButton.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonButton), "ToolboxBitmaps.KryptonButton.bmp")]
[DefaultEvent("Click")]
[DefaultProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Raises an event when the user clicks it.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckBox.cs
index d6326170..200eaba3 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckBox.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("CheckedChanged")]
[DefaultProperty("Text")]
[DefaultBindingProperty("CheckState")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Allow user to set or clear the associated option.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckButton.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckButton.cs
index 315267e9..2071b808 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckButton.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckButton.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonCheckButton), "ToolboxBitmaps.KryptonCheckButton.bmp")]
[DefaultEvent("Click")]
[DefaultProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Toggles checked state when user clicks button.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckSet.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckSet.cs
index 4112a73c..49fb1d4e 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckSet.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckSet.cs
@@ -27,7 +27,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("CheckedButtonChanged")]
[DefaultProperty("CheckButtons")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckSetDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckSetDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Provide exclusive checked logic for a set of KryptonCheckButton controls.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
@@ -419,7 +419,7 @@ public int CheckedIndex
[Category("Behavior")]
[Description("Determine which of the associated buttons is checked.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
- [Editor("ComponentFactory.Krypton.Toolkit.KryptonCheckButtonCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.KryptonCheckButtonCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[RefreshProperties(RefreshProperties.All)]
public KryptonCheckButtonCollection CheckButtons { get; }
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckedListBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckedListBox.cs
index 3f23aae6..4153c767 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckedListBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckedListBox.cs
@@ -28,7 +28,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("SelectedIndexChanged")]
[DefaultProperty("Items")]
[DefaultBindingProperty("SelectedValue")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckedListBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckedListBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Represents a checked list box control that allows single or multiple item selection.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonColorButton.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonColorButton.cs
index 06de9e84..51d4e57b 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonColorButton.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonColorButton.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonColorButton), "ToolboxBitmaps.KryptonColorButton.bmp")]
[DefaultEvent("SelectedColorChanged")]
[DefaultProperty("SelectedColor")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonColorButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonColorButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Raises an event when the user clicks it.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonComboBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonComboBox.cs
index c40d9578..b9eee356 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonComboBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonComboBox.cs
@@ -28,7 +28,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultProperty("Text")]
[DefaultBindingProperty("Text")]
[LookupBindingProperties("DataSource", "DisplayMember", "ValueMember", "SelectedValue")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonComboBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonComboBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Displays an editable textbox with a drop-down list of permitted values.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCommand.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCommand.cs
index 4b60d75f..9dc12d3b 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCommand.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCommand.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("Click")]
[DefaultProperty("Text")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonCommandDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonCommandDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Defines state and events for a single command.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonContextMenu.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonContextMenu.cs
index e502f3f4..abc6d755 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonContextMenu.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonContextMenu.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("Opening")]
[DefaultProperty("PaletteMode")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonContextMenuDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonContextMenuDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Displays a shortcut menu in popup window.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridView.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridView.cs
index 93951f0a..007e3c64 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridView.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridView.cs
@@ -29,7 +29,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxItem(true)]
[ToolboxBitmap(typeof(KryptonDataGridView), "ToolboxBitmaps.KryptonDataGridView.bmp")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Display rows and columns of data if a grid you can customize.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridViewColumns.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridViewColumns.cs
index 84059fca..23e7472b 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridViewColumns.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridViewColumns.cs
@@ -86,7 +86,7 @@ public DataGridViewButtonSpecClickEventArgs(DataGridViewColumn column,
///
/// Hosts a collection of KryptonDataGridViewTextBoxCell cells.
///
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonTextBoxColumnDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonTextBoxColumnDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[ToolboxBitmap(typeof(KryptonDataGridViewTextBoxColumn), "ToolboxBitmaps.KryptonTextBox.bmp")]
public class KryptonDataGridViewTextBoxColumn : DataGridViewColumn
{
@@ -2705,7 +2705,7 @@ private LinkState LinkStateInternal
///
/// Hosts a collection of KryptonDataGridViewNumericUpDownCell cells.
///
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonNumericUpDownColumnDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonNumericUpDownColumnDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[ToolboxBitmap(typeof(KryptonDataGridViewNumericUpDownColumn), "ToolboxBitmaps.KryptonNumericUpDown.bmp")]
public class KryptonDataGridViewNumericUpDownColumn : DataGridViewColumn
{
@@ -3954,7 +3954,7 @@ private void NotifyDataGridViewOfValueChange()
///
/// Hosts a collection of KryptonDataGridViewDomainUpDownCell cells.
///
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonDomainUpDownColumnDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonDomainUpDownColumnDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[ToolboxBitmap(typeof(KryptonDataGridViewDomainUpDownColumn), "ToolboxBitmaps.KryptonDomainUpDown.bmp")]
public class KryptonDataGridViewDomainUpDownColumn : DataGridViewColumn
{
@@ -4575,7 +4575,7 @@ private void NotifyDataGridViewOfValueChange()
///
/// Hosts a collection of KryptonDataGridViewComboBoxCell cells.
///
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonComboBoxColumnDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonComboBoxColumnDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[ToolboxBitmap(typeof(KryptonDataGridViewComboBoxColumn), "ToolboxBitmaps.KryptonComboBox.bmp")]
public class KryptonDataGridViewComboBoxColumn : DataGridViewColumn
{
@@ -5773,7 +5773,7 @@ private void NotifyDataGridViewOfValueChange()
///
/// Hosts a collection of KryptonDataGridViewDateTimePickerCell cells.
///
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonDateTimePickerColumnDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonDateTimePickerColumnDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[ToolboxBitmap(typeof(KryptonDataGridViewDateTimePickerColumn), "ToolboxBitmaps.KryptonDateTimePicker.bmp")]
public class KryptonDataGridViewDateTimePickerColumn : DataGridViewColumn
{
@@ -7909,7 +7909,7 @@ private void NotifyDataGridViewOfValueChange()
///
/// Hosts a collection of KryptonDataGridViewMaskedTextBoxCell cells.
///
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBoxColumnDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBoxColumnDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[ToolboxBitmap(typeof(KryptonDataGridViewMaskedTextBoxColumn), "ToolboxBitmaps.KryptonMaskedTextBox.bmp")]
public class KryptonDataGridViewMaskedTextBoxColumn : DataGridViewColumn
{
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDateTimePicker.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDateTimePicker.cs
index ac6d58e6..9b2b8327 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDateTimePicker.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDateTimePicker.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("ValueChanged")]
[DefaultProperty("Value")]
[DefaultBindingProperty("Value")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonDateTimePickerDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonDateTimePickerDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Enables the user to select a date and time, and to display that date and time in a specified format.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDomainUpDown.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDomainUpDown.cs
index 77222e38..fff97251 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDomainUpDown.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDomainUpDown.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("SelectedItemChanged")]
[DefaultProperty("Items")]
[DefaultBindingProperty("SelectedItem")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonDomainUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonDomainUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Represents a Windows spin box (also known as an up-down control) that displays string values.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDropButton.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDropButton.cs
index b6424741..faed7007 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDropButton.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDropButton.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonDropButton), "ToolboxBitmaps.KryptonDropButton.bmp")]
[DefaultEvent("Click")]
[DefaultProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonDropButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonDropButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Raises an event when the user clicks it.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroup.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroup.cs
index c9101f7b..51ecb52d 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroup.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroup.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonGroup), "ToolboxBitmaps.KryptonGroup.bmp")]
[DefaultEvent("Paint")]
[DefaultProperty("GroupBackStyle")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonGroupDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonGroupDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Enables you to group collections of controls.")]
[Docking(DockingBehavior.Ask)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupBox.cs
index 31b26115..e24a55ab 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupBox.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonGroupBox), "ToolboxBitmaps.KryptonGroupBox.bmp")]
[DefaultEvent("Paint")]
[DefaultProperty("ValuesPrimary")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonGroupBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonGroupBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Display frame around a group of related controls with an optional caption.")]
[Docking(DockingBehavior.Ask)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupPanel.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupPanel.cs
index 242507d1..86b05165 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupPanel.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupPanel.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxItem(false)]
[DesignerCategory("code")]
[ToolboxBitmap(typeof(KryptonGroupPanel), "ToolboxBitmaps.KryptonGroupPanel.bmp")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonGroupPanelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonGroupPanelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Enables you to group collections of controls.")]
[Docking(DockingBehavior.Never)]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeader.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeader.cs
index e17fe5b5..df363005 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeader.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeader.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonHeader), "ToolboxBitmaps.KryptonHeader.bmp")]
[DefaultEvent("Paint")]
[DefaultProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonHeaderDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonHeaderDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Display a descriptive caption.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeaderGroup.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeaderGroup.cs
index 9839e22a..69d50fa4 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeaderGroup.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeaderGroup.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonHeaderGroup), "ToolboxBitmaps.KryptonHeaderGroup.bmp")]
[DefaultEvent("Paint")]
[DefaultProperty("ValuesPrimary")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonHeaderGroupDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonHeaderGroupDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Group a collection of controls with a descriptive caption.")]
[Docking(DockingBehavior.Ask)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLabel.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLabel.cs
index 26a4a543..c4868f7f 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLabel.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLabel.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("Paint")]
[DefaultProperty("Text")]
[DefaultBindingProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonLabelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonLabelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Displays descriptive information.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLinkLabel.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLinkLabel.cs
index e247521b..c312e8e6 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLinkLabel.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLinkLabel.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("LinkClicked")]
[DefaultProperty("Text")]
[DefaultBindingProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonLinkLabelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonLinkLabelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Displays descriptive information as a hyperlink.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonListBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonListBox.cs
index 3d24275c..d75f7461 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonListBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonListBox.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("SelectedIndexChanged")]
[DefaultProperty("Items")]
[DefaultBindingProperty("SelectedValue")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonListBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonListBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Represents a list box control that allows single or multiple item selection.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonManager.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonManager.cs
index f063d476..595b5470 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonManager.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonManager.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
///
[ToolboxItem(true)]
[ToolboxBitmap(typeof(KryptonManager), "ToolboxBitmaps.KryptonManager.bmp")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonManagerDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonManagerDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DefaultProperty("GlobalPaletteMode")]
[Description("Access global Krypton settings.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMaskedTextBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMaskedTextBox.cs
index b9365357..5ff02d9e 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMaskedTextBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMaskedTextBox.cs
@@ -27,7 +27,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("MaskInputRejected")]
[DefaultProperty("Mask")]
[DefaultBindingProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Uses a mask to distinguish between proper and improper user input.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMonthCalendar.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMonthCalendar.cs
index b0bd253c..5d923aa9 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMonthCalendar.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMonthCalendar.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("DateChanged")]
[DefaultProperty("SelectionRange")]
[DefaultBindingProperty("SelectionRange")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonMonthCalendarDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonMonthCalendarDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Select a date using a visual monthly calendar display.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonNumericUpDown.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonNumericUpDown.cs
index 4ea5816e..36d713a5 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonNumericUpDown.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonNumericUpDown.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("ValueChanged")]
[DefaultProperty("Value")]
[DefaultBindingProperty("Value")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonNumericUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonNumericUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Represents a Windows spin box (also known as an up-down control) that displays numeric values.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPalette.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPalette.cs
index 848eb0be..9f312fd2 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPalette.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPalette.cs
@@ -34,7 +34,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("PalettePaint")]
[DefaultProperty("BasePaletteMode")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonPaletteDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonPaletteDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Customisable palette component.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPanel.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPanel.cs
index 9917e4df..3cbc841f 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPanel.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPanel.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonPanel), "ToolboxBitmaps.KryptonPanel.bmp")]
[DefaultEvent("Paint")]
[DefaultProperty("PanelStyle")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonPanelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonPanelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Enables you to group collections of controls.")]
[Docking(DockingBehavior.Ask)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRadioButton.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRadioButton.cs
index f0057e4f..69e3dca5 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRadioButton.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRadioButton.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("CheckedChanged")]
[DefaultProperty("Text")]
[DefaultBindingProperty("Checked")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonRadioButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonRadioButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Allow user to set or clear the associated option.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRichTextBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRichTextBox.cs
index 96e1c3e6..c814fa8d 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRichTextBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRichTextBox.cs
@@ -27,7 +27,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("TextChanged")]
[DefaultProperty("Text")]
[DefaultBindingProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonRichTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonRichTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Enables the user to enter text, and provides multi-line editing and password character masking.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSeparator.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSeparator.cs
index 75f80cfe..f2b96b89 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSeparator.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSeparator.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("SplitterMoved")]
[DefaultProperty("Orientation")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonSeparatorDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonSeparatorDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Display a separator generated events to operation.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitContainer.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitContainer.cs
index 894e73f0..672b2411 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitContainer.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitContainer.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("SplitterMoved")]
[DefaultProperty("Orientation")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonSplitContainerDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonSplitContainerDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Divide the container inside two resizable panels.")]
[Docking(DockingBehavior.AutoDock)]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitterPanel.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitterPanel.cs
index a3a902c7..4b0b7c54 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitterPanel.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitterPanel.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxItem(false)]
[DesignerCategory("code")]
[ToolboxBitmap(typeof(KryptonSplitterPanel), "ToolboxBitmaps.KryptonGroupPanel.bmp")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonSplitterPanelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonSplitterPanelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Enables you to group collections of controls.")]
[Docking(DockingBehavior.Never)]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTextBox.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTextBox.cs
index 69974fab..30a6cfac 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTextBox.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTextBox.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("TextChanged")]
[DefaultProperty("Text")]
[DefaultBindingProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Enables the user to enter text, and provides multiline editing and password character masking.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTrackBar.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTrackBar.cs
index f6503e17..abf6fe36 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTrackBar.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTrackBar.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonTrackBar), "ToolboxBitmaps.KryptonTrackBar.bmp")]
[DefaultEvent("ValueChanged")]
[DefaultProperty("Value")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonTrackBarDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonTrackBarDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Allow user to scroll between a range of values.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTreeView.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTreeView.cs
index 43946eef..1d838c99 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTreeView.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTreeView.cs
@@ -28,7 +28,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonTreeView), "ToolboxBitmaps.KryptonTreeView.bmp")]
[DefaultEvent("AfterSelect")]
[DefaultProperty("Nodes")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonTreeViewDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonTreeViewDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Displays a hierarchical collection of labeled items, each represented by a TreeNode")]
[Docking(DockingBehavior.Ask)]
@@ -847,7 +847,7 @@ public bool HotTracking
[Category("Behavior")]
[Description("The default image index for nodes.")]
[Localizable(true)]
- [TypeConverter("ComponentFactory.Krypton.Toolkit.NoneExcludedImageIndexConverter, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [TypeConverter("ComponentFactory.Krypton.Toolkit.NoneExcludedImageIndexConverter, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(UITypeEditor))]
[RefreshProperties(RefreshProperties.Repaint)]
[RelatedImageList("ImageList")]
@@ -930,7 +930,7 @@ public bool Scrollable
[Category("Behavior")]
[Description("The default image index for selected nodes.")]
[Localizable(true)]
- [TypeConverter("ComponentFactory.Krypton.Toolkit.NoneExcludedImageIndexConverter, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [TypeConverter("ComponentFactory.Krypton.Toolkit.NoneExcludedImageIndexConverter, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(UITypeEditor))]
[RelatedImageList("ImageList")]
[DefaultValue(-1)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonWrapLabel.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonWrapLabel.cs
index fa9ab012..9479815c 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonWrapLabel.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonWrapLabel.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonWrapLabel), "ToolboxBitmaps.KryptonWrapLabel.bmp")]
[DefaultProperty("Text")]
[DefaultBindingProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonWrapLabelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonWrapLabelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Displays descriptive information.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Palette Base/PaletteBorder/PaletteBorder.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Palette Base/PaletteBorder/PaletteBorder.cs
index 512052c9..9008fbd6 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Palette Base/PaletteBorder/PaletteBorder.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Toolkit/Palette Base/PaletteBorder/PaletteBorder.cs
@@ -210,7 +210,7 @@ public InheritBool Draw
[Description("Specify which borders should be drawn.")]
[DefaultValue(typeof(PaletteDrawBorders), "Inherit")]
[RefreshPropertiesAttribute(RefreshProperties.All)]
- [Editor("ComponentFactory.Krypton.Toolkit.PaletteDrawBordersEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.PaletteDrawBordersEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public PaletteDrawBorders DrawBorders
{
get => _storage?.BorderDrawBorders ?? PaletteDrawBorders.Inherit;
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspace.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspace.cs
index 776bc623..80a9fe6c 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspace.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspace.cs
@@ -32,7 +32,7 @@ namespace ComponentFactory.Krypton.Workspace
[ToolboxBitmap(typeof(KryptonWorkspace), "ToolboxBitmaps.KryptonWorkspace.bmp")]
[DefaultEvent("WorkspaceCellAdded")]
[DefaultProperty("Root")]
- [Designer("ComponentFactory.Krypton.Workspace.KryptonWorkspaceDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Workspace.KryptonWorkspaceDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Layout a hierarchy of KryptonNavigator instances.")]
[Docking(DockingBehavior.Ask)]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceCell.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceCell.cs
index e1992913..00f26bda 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceCell.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceCell.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Workspace
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonWorkspaceCell), "ToolboxBitmaps.KryptonWorkspaceCell.bmp")]
- [Designer("ComponentFactory.Krypton.Workspace.KryptonWorkspaceCellDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Workspace.KryptonWorkspaceCellDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Pages")]
diff --git a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceSequence.cs b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceSequence.cs
index 1334bc01..1313e790 100644
--- a/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceSequence.cs
+++ b/Source/Failsafe/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceSequence.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Workspace
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonWorkspaceSequence), "ToolboxBitmaps.KryptonWorkspaceSequence.bmp")]
[TypeConverter(typeof(KryptonWorkspaceSequenceConverter))]
- [Designer("ComponentFactory.Krypton.Workspace.KryptonWorkspaceSequenceDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Workspace.KryptonWorkspaceSequenceDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignTimeVisible(false)]
[DesignerCategory("code")]
[DefaultProperty("Children")]
@@ -123,7 +123,7 @@ public override string ToString()
[Category("Workspace")]
[Description("Collection of child workspace items.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Workspace.KryptonWorkspaceCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Workspace.KryptonWorkspaceCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonWorkspaceCollection Children { get; }
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Navigator/Controls Navigator/KryptonNavigator.cs b/Source/Krypton Components/ComponentFactory.Krypton.Navigator/Controls Navigator/KryptonNavigator.cs
index 6ccd6540..06970b65 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Navigator/Controls Navigator/KryptonNavigator.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Navigator/Controls Navigator/KryptonNavigator.cs
@@ -29,7 +29,7 @@ namespace ComponentFactory.Krypton.Navigator
[ToolboxBitmap(typeof(KryptonNavigator), "ToolboxBitmaps.KryptonNavigator.bmp")]
[DefaultEvent("SelectedIndexChanged")]
[DefaultProperty("Pages")]
- [Designer("ComponentFactory.Krypton.Navigator.KryptonNavigatorDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Navigator.KryptonNavigatorDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Allows navigation between pages.")]
[Docking(DockingBehavior.Ask)]
@@ -369,7 +369,7 @@ public override bool AutoSize
[Category("Visuals")]
[Description("Collection of pages in the navigator control.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Navigator.NavigatorPageCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Navigator.NavigatorPageCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonPageCollection Pages { get; private set; }
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Navigator/Page/KryptonPage.cs b/Source/Krypton Components/ComponentFactory.Krypton.Navigator/Page/KryptonPage.cs
index 76a055c8..33b8a203 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Navigator/Page/KryptonPage.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Navigator/Page/KryptonPage.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Navigator
[ToolboxBitmap(typeof(KryptonPage), "ToolboxBitmaps.KryptonPage.bmp")]
[DefaultEvent("Click")]
[DefaultProperty("Text")]
- [Designer("ComponentFactory.Krypton.Navigator.KryptonPageDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Navigator.KryptonPageDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
public class KryptonPage : VisualPanel
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonGallery.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonGallery.cs
index 2154a47e..138ad8df 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonGallery.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonGallery.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Ribbon
[ToolboxBitmap(typeof(KryptonGallery), "ToolboxBitmaps.KryptonGallery.bmp")]
[DefaultEvent("SelectedIndexChanged")]
[DefaultProperty("SelectedIndex")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonGalleryDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonGalleryDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Select from a group of possible images.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbon.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbon.cs
index 8c8dae3c..65fc4513 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbon.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbon.cs
@@ -30,7 +30,7 @@ namespace ComponentFactory.Krypton.Ribbon
[ToolboxBitmap(typeof(KryptonRibbon), "ToolboxBitmaps.KryptonRibbon.bmp")]
[DefaultEvent("SelectedTabChanged")]
[DefaultProperty("RibbonTabs")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Ribbon control presents a tabbed set of user options.")]
[Docking(DockingBehavior.Never)]
@@ -748,7 +748,7 @@ private void ResetSelectedContext()
[Category("Values")]
[Description("Collection of ribbon quick access toolbar buttons.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonQATButtonCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonQATButtonCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonRibbonQATButtonCollection QATButtons { get; private set; }
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonGroup.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonGroup.cs
index 3e562030..d0385eca 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonGroup.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonGroup.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroup), "ToolboxBitmaps.KryptonRibbonGroup.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DefaultEvent("DialogBoxLauncherClick")]
[DefaultProperty("TextLine1")]
[DesignerCategory("code")]
@@ -447,7 +447,7 @@ public int MaximumWidth
[Category("Visuals")]
[Description("Collection of ribbon group items.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupContainerCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupContainerCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonRibbonGroupContainerCollection Items { get; }
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonTab.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonTab.cs
index 0a52b77e..f79815aa 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonTab.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Controls Ribbon/KryptonRibbonTab.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonTab), "ToolboxBitmaps.KryptonRibbonTab.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonTabDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonTabDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DefaultProperty("Text")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupButton.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupButton.cs
index 7052b957..0e9c869b 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupButton.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupButton.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupButton), "ToolboxBitmaps.KryptonRibbonGroupButton.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("Click")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCheckBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCheckBox.cs
index 7101794b..5ee3582d 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCheckBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCheckBox.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupCheckBox), "ToolboxBitmaps.KryptonRibbonGroupCheckBox.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCheckBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCheckBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("CheckedChanged")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCluster.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCluster.cs
index d5f4bfd2..6e8d5690 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCluster.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCluster.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupCluster), "ToolboxBitmaps.KryptonRibbonGroupCluster.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Visible")]
@@ -302,7 +302,7 @@ public override ViewBase CreateView(KryptonRibbon ribbon,
[Category("Visuals")]
[Description("Collection of ribbon group button cluster items.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonRibbonGroupClusterCollection Items { get; }
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterButton.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterButton.cs
index 4d7762c6..54b8c256 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterButton.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterButton.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupClusterButton), "ToolboxBitmaps.KryptonRibbonGroupClusterButton.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("Click")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterColorButton.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterColorButton.cs
index 39b19c14..477c4c65 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterColorButton.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupClusterColorButton.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupClusterColorButton), "ToolboxBitmaps.KryptonRibbonGroupClusterColorButton.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterColorButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupClusterColorButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("SelectedColorChanged")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupColorButton.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupColorButton.cs
index f9a7d0c9..1a83e2cd 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupColorButton.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupColorButton.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupColorButton), "ToolboxBitmaps.KryptonRibbonGroupColorButton.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupColorButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupColorButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("SelectedColorChanged")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupComboBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupComboBox.cs
index 6ef09cc5..2d0d01d8 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupComboBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupComboBox.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupComboBox), "ToolboxBitmaps.KryptonRibbonGroupComboBox.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupComboBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupComboBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("SelectedTextChanged")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCustomControl.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCustomControl.cs
index db5e40cf..fd985951 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCustomControl.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupCustomControl.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupCustomControl), "ToolboxBitmaps.KryptonRibbonGroupCustomControl.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCustomControlDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupCustomControlDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Visible")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDateTimePicker.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDateTimePicker.cs
index 0bf53fe0..b2c763cc 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDateTimePicker.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDateTimePicker.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupDateTimePicker), "ToolboxBitmaps.KryptonRibbonGroupDateTimePicker.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDateTimePickerDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDateTimePickerDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("ValueChanged")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDomainUpDown.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDomainUpDown.cs
index 254a1d7f..ba6640b0 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDomainUpDown.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupDomainUpDown.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupDomainUpDown), "ToolboxBitmaps.KryptonRibbonGroupDomainUpDown.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDomainUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDomainUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("SelectedItemChanged")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupGallery.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupGallery.cs
index c26036a1..830b0546 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupGallery.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupGallery.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupGallery), "ToolboxBitmaps.KryptonGallery.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupGalleryDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupGalleryDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Visible")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLabel.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLabel.cs
index e0ab9d43..4c3ea779 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLabel.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLabel.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupLabel), "ToolboxBitmaps.KryptonRibbonGroupLabel.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLabelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLabelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Text")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLines.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLines.cs
index c2d091af..643261ab 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLines.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupLines.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupLines), "ToolboxBitmaps.KryptonRibbonGroupLines.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLinesDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLinesDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Visible")]
@@ -448,7 +448,7 @@ public override ViewBase CreateView(KryptonRibbon ribbon,
[Category("Visuals")]
[Description("Collection of ribbon group line items.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLinesCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupLinesCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonRibbonGroupLinesCollection Items { get; }
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupMaskedTextBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupMaskedTextBox.cs
index d3b7b903..2a0f58ca 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupMaskedTextBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupMaskedTextBox.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupMaskedTextBox), "ToolboxBitmaps.KryptonRibbonGroupMaskedTextBox.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupMaskedTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupMaskedTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("TextChanged")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupNumericUpDown.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupNumericUpDown.cs
index 76a25d80..e35772da 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupNumericUpDown.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupNumericUpDown.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupNumericUpDown), "ToolboxBitmaps.KryptonRibbonGroupNumericUpDown.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupNumericUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupNumericUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("ValueChanged")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRadioButton.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRadioButton.cs
index d8dbb78f..a8e27644 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRadioButton.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRadioButton.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupRadioButton), "ToolboxBitmaps.KryptonRibbonGroupRadioButton.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRadioButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRadioButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("CheckedChanged")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRichTextBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRichTextBox.cs
index 530a686d..164d8bdd 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRichTextBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupRichTextBox.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupRichTextBox), "ToolboxBitmaps.KryptonRibbonGroupRichTextBox.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("TextChanged")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupSeparator.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupSeparator.cs
index fed0cfb7..826cdde3 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupSeparator.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupSeparator.cs
@@ -21,7 +21,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupSeparator), "ToolboxBitmaps.KryptonRibbonGroupSeparator.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupSeparatorDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupSeparatorDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Visible")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTextBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTextBox.cs
index 35a81c5b..6b75e238 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTextBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTextBox.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupTextBox), "ToolboxBitmaps.KryptonRibbonGroupTextBox.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("TextChanged")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTrackBar.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTrackBar.cs
index 6e5aeacc..5c034822 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTrackBar.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTrackBar.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupTrackBar), "ToolboxBitmaps.KryptonRibbonGroupTrackBar.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTrackBarDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTrackBarDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultEvent("ValueChanged")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTriple.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTriple.cs
index ada43d55..7b8fc455 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTriple.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Group Contents/KryptonRibbonGroupTriple.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Ribbon
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonRibbonGroupTriple), "ToolboxBitmaps.KryptonRibbonGroupTriple.bmp")]
- [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTripleDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTripleDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Visible")]
@@ -465,7 +465,7 @@ public override ViewBase CreateView(KryptonRibbon ribbon,
[Category("Visuals")]
[Description("Collection of ribbon group triple items.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTripleCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupTripleCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonRibbonGroupTripleCollection Items { get; }
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Palette/RibbonAppButton.cs b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Palette/RibbonAppButton.cs
index df867b6b..209f10bb 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Palette/RibbonAppButton.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Ribbon/Palette/RibbonAppButton.cs
@@ -251,7 +251,7 @@ public string AppButtonText
[Category("Values")]
[Description("Context menu items for the application button.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
- [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public virtual KryptonContextMenuItemCollection AppButtonMenuItems => _appButtonMenuItems.Items;
#endregion
@@ -263,7 +263,7 @@ public string AppButtonText
[Category("Values")]
[Description("Recent document entries for the application buttton.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
- [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonRecentDocCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Ribbon.KryptonRibbonRecentDocCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public virtual KryptonRibbonRecentDocCollection AppButtonRecentDocs { get; }
#endregion
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuCollections.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuCollections.cs
index 0c5bd8e6..7ccb9b59 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuCollections.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuCollections.cs
@@ -19,7 +19,7 @@ namespace ComponentFactory.Krypton.Toolkit
///
/// Manage the items that can be added to a top level context menu collection.
///
- [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public class KryptonContextMenuCollection : TypedRestrictCollection
{
#region Static Fields
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItem.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItem.cs
index fdc53e48..03cc3ce2 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItem.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItem.cs
@@ -22,7 +22,7 @@ namespace ComponentFactory.Krypton.Toolkit
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonContextMenuItem), "ToolboxBitmaps.KryptonContextMenuItem.bmp")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Text")]
@@ -557,7 +557,7 @@ public CheckState CheckState
[Category("Data")]
[Description("Collection of sub-menu items.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
- [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public KryptonContextMenuCollection Items { get; }
///
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItems.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItems.cs
index 44f69f37..2ff5754c 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItems.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/ContextMenu/KryptonContextMenuItems.cs
@@ -21,7 +21,7 @@ namespace ComponentFactory.Krypton.Toolkit
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonContextMenuItems), "ToolboxBitmaps.KryptonContextMenuItems.bmp")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemsDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemsDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Items")]
@@ -130,7 +130,7 @@ public override ViewBase GenerateView(IContextMenuProvider provider,
[Category("Data")]
[Description("Collection of standard menu items.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
- [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.KryptonContextMenuItemCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public KryptonContextMenuItemCollection Items { get; }
///
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBorderEdge.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBorderEdge.cs
index 48bbe15a..189da826 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBorderEdge.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBorderEdge.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonBorderEdge), "ToolboxBitmaps.KryptonBorderEdge.bmp")]
[DefaultEvent("Paint")]
[DefaultProperty("Orientation")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonBorderEdgeDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonBorderEdgeDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Displays a vertical or horizontal border edge.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumb.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumb.cs
index bf8bcc12..2abf07d4 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumb.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumb.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonBreadCrumb), "ToolboxBitmaps.KryptonBreadCrumb.bmp")]
[DefaultEvent("SelectedItemChanged")]
[DefaultProperty("RootItem")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Flat navigation of hierarchical data.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumbItem.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumbItem.cs
index 6554cb27..afd3e4cc 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumbItem.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonBreadCrumbItem.cs
@@ -22,14 +22,14 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonBreadCrumb), "ToolboxBitmaps.KryptonBreadCrumbItem.bmp")]
[DesignTimeVisible(false)]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbItemDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbItemDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
public class KryptonBreadCrumbItem : KryptonListItem
{
#region Type Definitons
///
/// Manages a collection of KryptonBreadCrumbItems
///
- [Editor("ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbItemsEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.KryptonBreadCrumbItemsEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public class BreadCrumbItems : TypedCollection
{
#region Instance Fields
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonButton.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonButton.cs
index 17d54ec0..8eed219c 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonButton.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonButton.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonButton), "ToolboxBitmaps.KryptonButton.bmp")]
[DefaultEvent("Click")]
[DefaultProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Raises an event when the user clicks it.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckBox.cs
index d6326170..200eaba3 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckBox.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("CheckedChanged")]
[DefaultProperty("Text")]
[DefaultBindingProperty("CheckState")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Allow user to set or clear the associated option.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckButton.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckButton.cs
index 315267e9..2071b808 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckButton.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckButton.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonCheckButton), "ToolboxBitmaps.KryptonCheckButton.bmp")]
[DefaultEvent("Click")]
[DefaultProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Toggles checked state when user clicks button.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckSet.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckSet.cs
index 4112a73c..49fb1d4e 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckSet.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckSet.cs
@@ -27,7 +27,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("CheckedButtonChanged")]
[DefaultProperty("CheckButtons")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckSetDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckSetDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Provide exclusive checked logic for a set of KryptonCheckButton controls.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
@@ -419,7 +419,7 @@ public int CheckedIndex
[Category("Behavior")]
[Description("Determine which of the associated buttons is checked.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
- [Editor("ComponentFactory.Krypton.Toolkit.KryptonCheckButtonCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.KryptonCheckButtonCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[RefreshProperties(RefreshProperties.All)]
public KryptonCheckButtonCollection CheckButtons { get; }
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckedListBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckedListBox.cs
index 3f23aae6..4153c767 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckedListBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCheckedListBox.cs
@@ -28,7 +28,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("SelectedIndexChanged")]
[DefaultProperty("Items")]
[DefaultBindingProperty("SelectedValue")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckedListBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonCheckedListBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Represents a checked list box control that allows single or multiple item selection.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonColorButton.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonColorButton.cs
index 06de9e84..51d4e57b 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonColorButton.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonColorButton.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonColorButton), "ToolboxBitmaps.KryptonColorButton.bmp")]
[DefaultEvent("SelectedColorChanged")]
[DefaultProperty("SelectedColor")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonColorButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonColorButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Raises an event when the user clicks it.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonComboBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonComboBox.cs
index c40d9578..b9eee356 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonComboBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonComboBox.cs
@@ -28,7 +28,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultProperty("Text")]
[DefaultBindingProperty("Text")]
[LookupBindingProperties("DataSource", "DisplayMember", "ValueMember", "SelectedValue")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonComboBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonComboBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Displays an editable textbox with a drop-down list of permitted values.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCommand.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCommand.cs
index 4b60d75f..9dc12d3b 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCommand.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonCommand.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("Click")]
[DefaultProperty("Text")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonCommandDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonCommandDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Defines state and events for a single command.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonContextMenu.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonContextMenu.cs
index e502f3f4..abc6d755 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonContextMenu.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonContextMenu.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("Opening")]
[DefaultProperty("PaletteMode")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonContextMenuDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonContextMenuDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Displays a shortcut menu in popup window.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridView.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridView.cs
index 93951f0a..007e3c64 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridView.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridView.cs
@@ -29,7 +29,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxItem(true)]
[ToolboxBitmap(typeof(KryptonDataGridView), "ToolboxBitmaps.KryptonDataGridView.bmp")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Display rows and columns of data if a grid you can customize.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridViewColumns.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridViewColumns.cs
index 84059fca..23e7472b 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridViewColumns.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDataGridViewColumns.cs
@@ -86,7 +86,7 @@ public DataGridViewButtonSpecClickEventArgs(DataGridViewColumn column,
///
/// Hosts a collection of KryptonDataGridViewTextBoxCell cells.
///
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonTextBoxColumnDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonTextBoxColumnDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[ToolboxBitmap(typeof(KryptonDataGridViewTextBoxColumn), "ToolboxBitmaps.KryptonTextBox.bmp")]
public class KryptonDataGridViewTextBoxColumn : DataGridViewColumn
{
@@ -2705,7 +2705,7 @@ private LinkState LinkStateInternal
///
/// Hosts a collection of KryptonDataGridViewNumericUpDownCell cells.
///
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonNumericUpDownColumnDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonNumericUpDownColumnDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[ToolboxBitmap(typeof(KryptonDataGridViewNumericUpDownColumn), "ToolboxBitmaps.KryptonNumericUpDown.bmp")]
public class KryptonDataGridViewNumericUpDownColumn : DataGridViewColumn
{
@@ -3954,7 +3954,7 @@ private void NotifyDataGridViewOfValueChange()
///
/// Hosts a collection of KryptonDataGridViewDomainUpDownCell cells.
///
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonDomainUpDownColumnDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonDomainUpDownColumnDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[ToolboxBitmap(typeof(KryptonDataGridViewDomainUpDownColumn), "ToolboxBitmaps.KryptonDomainUpDown.bmp")]
public class KryptonDataGridViewDomainUpDownColumn : DataGridViewColumn
{
@@ -4575,7 +4575,7 @@ private void NotifyDataGridViewOfValueChange()
///
/// Hosts a collection of KryptonDataGridViewComboBoxCell cells.
///
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonComboBoxColumnDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonComboBoxColumnDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[ToolboxBitmap(typeof(KryptonDataGridViewComboBoxColumn), "ToolboxBitmaps.KryptonComboBox.bmp")]
public class KryptonDataGridViewComboBoxColumn : DataGridViewColumn
{
@@ -5773,7 +5773,7 @@ private void NotifyDataGridViewOfValueChange()
///
/// Hosts a collection of KryptonDataGridViewDateTimePickerCell cells.
///
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonDateTimePickerColumnDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonDateTimePickerColumnDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[ToolboxBitmap(typeof(KryptonDataGridViewDateTimePickerColumn), "ToolboxBitmaps.KryptonDateTimePicker.bmp")]
public class KryptonDataGridViewDateTimePickerColumn : DataGridViewColumn
{
@@ -7909,7 +7909,7 @@ private void NotifyDataGridViewOfValueChange()
///
/// Hosts a collection of KryptonDataGridViewMaskedTextBoxCell cells.
///
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBoxColumnDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBoxColumnDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[ToolboxBitmap(typeof(KryptonDataGridViewMaskedTextBoxColumn), "ToolboxBitmaps.KryptonMaskedTextBox.bmp")]
public class KryptonDataGridViewMaskedTextBoxColumn : DataGridViewColumn
{
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDateTimePicker.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDateTimePicker.cs
index ac6d58e6..9b2b8327 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDateTimePicker.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDateTimePicker.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("ValueChanged")]
[DefaultProperty("Value")]
[DefaultBindingProperty("Value")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonDateTimePickerDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonDateTimePickerDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Enables the user to select a date and time, and to display that date and time in a specified format.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDomainUpDown.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDomainUpDown.cs
index 77222e38..fff97251 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDomainUpDown.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDomainUpDown.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("SelectedItemChanged")]
[DefaultProperty("Items")]
[DefaultBindingProperty("SelectedItem")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonDomainUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonDomainUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Represents a Windows spin box (also known as an up-down control) that displays string values.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDropButton.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDropButton.cs
index b6424741..faed7007 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDropButton.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonDropButton.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonDropButton), "ToolboxBitmaps.KryptonDropButton.bmp")]
[DefaultEvent("Click")]
[DefaultProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonDropButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonDropButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Raises an event when the user clicks it.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroup.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroup.cs
index c9101f7b..51ecb52d 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroup.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroup.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonGroup), "ToolboxBitmaps.KryptonGroup.bmp")]
[DefaultEvent("Paint")]
[DefaultProperty("GroupBackStyle")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonGroupDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonGroupDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Enables you to group collections of controls.")]
[Docking(DockingBehavior.Ask)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupBox.cs
index 31b26115..e24a55ab 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupBox.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonGroupBox), "ToolboxBitmaps.KryptonGroupBox.bmp")]
[DefaultEvent("Paint")]
[DefaultProperty("ValuesPrimary")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonGroupBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonGroupBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Display frame around a group of related controls with an optional caption.")]
[Docking(DockingBehavior.Ask)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupPanel.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupPanel.cs
index 242507d1..86b05165 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupPanel.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonGroupPanel.cs
@@ -23,7 +23,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxItem(false)]
[DesignerCategory("code")]
[ToolboxBitmap(typeof(KryptonGroupPanel), "ToolboxBitmaps.KryptonGroupPanel.bmp")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonGroupPanelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonGroupPanelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Enables you to group collections of controls.")]
[Docking(DockingBehavior.Never)]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeader.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeader.cs
index e17fe5b5..df363005 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeader.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeader.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonHeader), "ToolboxBitmaps.KryptonHeader.bmp")]
[DefaultEvent("Paint")]
[DefaultProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonHeaderDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonHeaderDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Display a descriptive caption.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeaderGroup.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeaderGroup.cs
index 9839e22a..69d50fa4 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeaderGroup.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonHeaderGroup.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonHeaderGroup), "ToolboxBitmaps.KryptonHeaderGroup.bmp")]
[DefaultEvent("Paint")]
[DefaultProperty("ValuesPrimary")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonHeaderGroupDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonHeaderGroupDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Group a collection of controls with a descriptive caption.")]
[Docking(DockingBehavior.Ask)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLabel.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLabel.cs
index 26a4a543..c4868f7f 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLabel.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLabel.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("Paint")]
[DefaultProperty("Text")]
[DefaultBindingProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonLabelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonLabelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Displays descriptive information.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLinkLabel.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLinkLabel.cs
index e247521b..c312e8e6 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLinkLabel.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonLinkLabel.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("LinkClicked")]
[DefaultProperty("Text")]
[DefaultBindingProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonLinkLabelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonLinkLabelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Displays descriptive information as a hyperlink.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonListBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonListBox.cs
index 3d24275c..d75f7461 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonListBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonListBox.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("SelectedIndexChanged")]
[DefaultProperty("Items")]
[DefaultBindingProperty("SelectedValue")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonListBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonListBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Represents a list box control that allows single or multiple item selection.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonManager.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonManager.cs
index f063d476..595b5470 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonManager.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonManager.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
///
[ToolboxItem(true)]
[ToolboxBitmap(typeof(KryptonManager), "ToolboxBitmaps.KryptonManager.bmp")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonManagerDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonManagerDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DefaultProperty("GlobalPaletteMode")]
[Description("Access global Krypton settings.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMaskedTextBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMaskedTextBox.cs
index b9365357..5ff02d9e 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMaskedTextBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMaskedTextBox.cs
@@ -27,7 +27,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("MaskInputRejected")]
[DefaultProperty("Mask")]
[DefaultBindingProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonMaskedTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Uses a mask to distinguish between proper and improper user input.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMonthCalendar.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMonthCalendar.cs
index b0bd253c..5d923aa9 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMonthCalendar.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonMonthCalendar.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("DateChanged")]
[DefaultProperty("SelectionRange")]
[DefaultBindingProperty("SelectionRange")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonMonthCalendarDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonMonthCalendarDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Select a date using a visual monthly calendar display.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonNumericUpDown.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonNumericUpDown.cs
index 4ea5816e..36d713a5 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonNumericUpDown.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonNumericUpDown.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("ValueChanged")]
[DefaultProperty("Value")]
[DefaultBindingProperty("Value")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonNumericUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonNumericUpDownDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Represents a Windows spin box (also known as an up-down control) that displays numeric values.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPalette.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPalette.cs
index 848eb0be..9f312fd2 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPalette.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPalette.cs
@@ -34,7 +34,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("PalettePaint")]
[DefaultProperty("BasePaletteMode")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonPaletteDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonPaletteDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Customisable palette component.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPanel.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPanel.cs
index 9917e4df..3cbc841f 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPanel.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonPanel.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonPanel), "ToolboxBitmaps.KryptonPanel.bmp")]
[DefaultEvent("Paint")]
[DefaultProperty("PanelStyle")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonPanelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonPanelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Enables you to group collections of controls.")]
[Docking(DockingBehavior.Ask)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRadioButton.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRadioButton.cs
index f0057e4f..69e3dca5 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRadioButton.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRadioButton.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("CheckedChanged")]
[DefaultProperty("Text")]
[DefaultBindingProperty("Checked")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonRadioButtonDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonRadioButtonDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Allow user to set or clear the associated option.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRichTextBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRichTextBox.cs
index 96e1c3e6..c814fa8d 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRichTextBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonRichTextBox.cs
@@ -27,7 +27,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("TextChanged")]
[DefaultProperty("Text")]
[DefaultBindingProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonRichTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonRichTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Enables the user to enter text, and provides multi-line editing and password character masking.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSeparator.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSeparator.cs
index 75f80cfe..f2b96b89 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSeparator.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSeparator.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("SplitterMoved")]
[DefaultProperty("Orientation")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonSeparatorDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonSeparatorDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Display a separator generated events to operation.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
[ComVisible(true)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitContainer.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitContainer.cs
index 894e73f0..672b2411 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitContainer.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitContainer.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("SplitterMoved")]
[DefaultProperty("Orientation")]
[DesignerCategory("code")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonSplitContainerDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonSplitContainerDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Divide the container inside two resizable panels.")]
[Docking(DockingBehavior.AutoDock)]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitterPanel.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitterPanel.cs
index a3a902c7..4b0b7c54 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitterPanel.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonSplitterPanel.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxItem(false)]
[DesignerCategory("code")]
[ToolboxBitmap(typeof(KryptonSplitterPanel), "ToolboxBitmaps.KryptonGroupPanel.bmp")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonSplitterPanelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonSplitterPanelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Description("Enables you to group collections of controls.")]
[Docking(DockingBehavior.Never)]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTextBox.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTextBox.cs
index 69974fab..30a6cfac 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTextBox.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTextBox.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[DefaultEvent("TextChanged")]
[DefaultProperty("Text")]
[DefaultBindingProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonTextBoxDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Enables the user to enter text, and provides multiline editing and password character masking.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTrackBar.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTrackBar.cs
index f6503e17..abf6fe36 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTrackBar.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTrackBar.cs
@@ -24,7 +24,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonTrackBar), "ToolboxBitmaps.KryptonTrackBar.bmp")]
[DefaultEvent("ValueChanged")]
[DefaultProperty("Value")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonTrackBarDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonTrackBarDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Allow user to scroll between a range of values.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTreeView.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTreeView.cs
index 43946eef..1d838c99 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTreeView.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonTreeView.cs
@@ -28,7 +28,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonTreeView), "ToolboxBitmaps.KryptonTreeView.bmp")]
[DefaultEvent("AfterSelect")]
[DefaultProperty("Nodes")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonTreeViewDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonTreeViewDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Displays a hierarchical collection of labeled items, each represented by a TreeNode")]
[Docking(DockingBehavior.Ask)]
@@ -847,7 +847,7 @@ public bool HotTracking
[Category("Behavior")]
[Description("The default image index for nodes.")]
[Localizable(true)]
- [TypeConverter("ComponentFactory.Krypton.Toolkit.NoneExcludedImageIndexConverter, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [TypeConverter("ComponentFactory.Krypton.Toolkit.NoneExcludedImageIndexConverter, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(UITypeEditor))]
[RefreshProperties(RefreshProperties.Repaint)]
[RelatedImageList("ImageList")]
@@ -930,7 +930,7 @@ public bool Scrollable
[Category("Behavior")]
[Description("The default image index for selected nodes.")]
[Localizable(true)]
- [TypeConverter("ComponentFactory.Krypton.Toolkit.NoneExcludedImageIndexConverter, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [TypeConverter("ComponentFactory.Krypton.Toolkit.NoneExcludedImageIndexConverter, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(UITypeEditor))]
[RelatedImageList("ImageList")]
[DefaultValue(-1)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonWrapLabel.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonWrapLabel.cs
index fa9ab012..9479815c 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonWrapLabel.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Controls Toolkit/KryptonWrapLabel.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Toolkit
[ToolboxBitmap(typeof(KryptonWrapLabel), "ToolboxBitmaps.KryptonWrapLabel.bmp")]
[DefaultProperty("Text")]
[DefaultBindingProperty("Text")]
- [Designer("ComponentFactory.Krypton.Toolkit.KryptonWrapLabelDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Toolkit.KryptonWrapLabelDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Displays descriptive information.")]
[ClassInterface(ClassInterfaceType.AutoDispatch)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Palette Base/PaletteBorder/PaletteBorder.cs b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Palette Base/PaletteBorder/PaletteBorder.cs
index 512052c9..9008fbd6 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Palette Base/PaletteBorder/PaletteBorder.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Toolkit/Palette Base/PaletteBorder/PaletteBorder.cs
@@ -210,7 +210,7 @@ public InheritBool Draw
[Description("Specify which borders should be drawn.")]
[DefaultValue(typeof(PaletteDrawBorders), "Inherit")]
[RefreshPropertiesAttribute(RefreshProperties.All)]
- [Editor("ComponentFactory.Krypton.Toolkit.PaletteDrawBordersEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Toolkit.PaletteDrawBordersEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
public PaletteDrawBorders DrawBorders
{
get => _storage?.BorderDrawBorders ?? PaletteDrawBorders.Inherit;
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspace.cs b/Source/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspace.cs
index 776bc623..80a9fe6c 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspace.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspace.cs
@@ -32,7 +32,7 @@ namespace ComponentFactory.Krypton.Workspace
[ToolboxBitmap(typeof(KryptonWorkspace), "ToolboxBitmaps.KryptonWorkspace.bmp")]
[DefaultEvent("WorkspaceCellAdded")]
[DefaultProperty("Root")]
- [Designer("ComponentFactory.Krypton.Workspace.KryptonWorkspaceDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Workspace.KryptonWorkspaceDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[Description("Layout a hierarchy of KryptonNavigator instances.")]
[Docking(DockingBehavior.Ask)]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceCell.cs b/Source/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceCell.cs
index e1992913..00f26bda 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceCell.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceCell.cs
@@ -25,7 +25,7 @@ namespace ComponentFactory.Krypton.Workspace
///
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonWorkspaceCell), "ToolboxBitmaps.KryptonWorkspaceCell.bmp")]
- [Designer("ComponentFactory.Krypton.Workspace.KryptonWorkspaceCellDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Workspace.KryptonWorkspaceCellDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignerCategory("code")]
[DesignTimeVisible(false)]
[DefaultProperty("Pages")]
diff --git a/Source/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceSequence.cs b/Source/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceSequence.cs
index 1334bc01..1313e790 100644
--- a/Source/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceSequence.cs
+++ b/Source/Krypton Components/ComponentFactory.Krypton.Workspace/Controls Workspace/KryptonWorkspaceSequence.cs
@@ -26,7 +26,7 @@ namespace ComponentFactory.Krypton.Workspace
[ToolboxItem(false)]
[ToolboxBitmap(typeof(KryptonWorkspaceSequence), "ToolboxBitmaps.KryptonWorkspaceSequence.bmp")]
[TypeConverter(typeof(KryptonWorkspaceSequenceConverter))]
- [Designer("ComponentFactory.Krypton.Workspace.KryptonWorkspaceSequenceDesigner, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
+ [Designer("ComponentFactory.Krypton.Workspace.KryptonWorkspaceSequenceDesigner, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e")]
[DesignTimeVisible(false)]
[DesignerCategory("code")]
[DefaultProperty("Children")]
@@ -123,7 +123,7 @@ public override string ToString()
[Category("Workspace")]
[Description("Collection of child workspace items.")]
[MergableProperty(false)]
- [Editor("ComponentFactory.Krypton.Workspace.KryptonWorkspaceCollectionEditor, ComponentFactory.Krypton.Design, Version=4.70.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
+ [Editor("ComponentFactory.Krypton.Workspace.KryptonWorkspaceCollectionEditor, ComponentFactory.Krypton.Design, Version=4.71.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e", typeof(UITypeEditor))]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public KryptonWorkspaceCollection Children { get; }
diff --git a/Source/Krypton Navigator Examples/Basic Events/Form1.cs b/Source/Krypton Navigator Examples/Basic Events/Form1.cs
index 09d7a6c1..bf322a02 100644
--- a/Source/Krypton Navigator Examples/Basic Events/Form1.cs
+++ b/Source/Krypton Navigator Examples/Basic Events/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Basic Events/Program.cs b/Source/Krypton Navigator Examples/Basic Events/Program.cs
index 67f522c7..e4ecdfc6 100644
--- a/Source/Krypton Navigator Examples/Basic Events/Program.cs
+++ b/Source/Krypton Navigator Examples/Basic Events/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Expanding Pages/Form1.cs b/Source/Krypton Navigator Examples/Expanding Pages/Form1.cs
index 763ce1bf..403270a2 100644
--- a/Source/Krypton Navigator Examples/Expanding Pages/Form1.cs
+++ b/Source/Krypton Navigator Examples/Expanding Pages/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Expanding Pages/Program.cs b/Source/Krypton Navigator Examples/Expanding Pages/Program.cs
index 7c679d79..21ddb2ce 100644
--- a/Source/Krypton Navigator Examples/Expanding Pages/Program.cs
+++ b/Source/Krypton Navigator Examples/Expanding Pages/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Navigator Context Menus/Form1.cs b/Source/Krypton Navigator Examples/Navigator Context Menus/Form1.cs
index 6efd53c3..1ebc8a6c 100644
--- a/Source/Krypton Navigator Examples/Navigator Context Menus/Form1.cs
+++ b/Source/Krypton Navigator Examples/Navigator Context Menus/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Navigator Context Menus/Program.cs b/Source/Krypton Navigator Examples/Navigator Context Menus/Program.cs
index 57369a8e..d325c432 100644
--- a/Source/Krypton Navigator Examples/Navigator Context Menus/Program.cs
+++ b/Source/Krypton Navigator Examples/Navigator Context Menus/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Navigator Modes/Form1.cs b/Source/Krypton Navigator Examples/Navigator Modes/Form1.cs
index abd009e0..37c85313 100644
--- a/Source/Krypton Navigator Examples/Navigator Modes/Form1.cs
+++ b/Source/Krypton Navigator Examples/Navigator Modes/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Navigator Modes/Program.cs b/Source/Krypton Navigator Examples/Navigator Modes/Program.cs
index d827935e..33ff7931 100644
--- a/Source/Krypton Navigator Examples/Navigator Modes/Program.cs
+++ b/Source/Krypton Navigator Examples/Navigator Modes/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Navigator Palettes/Form1.cs b/Source/Krypton Navigator Examples/Navigator Palettes/Form1.cs
index 0ec28455..6d8c9223 100644
--- a/Source/Krypton Navigator Examples/Navigator Palettes/Form1.cs
+++ b/Source/Krypton Navigator Examples/Navigator Palettes/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Navigator Palettes/Program.cs b/Source/Krypton Navigator Examples/Navigator Palettes/Program.cs
index cfec553e..ea013a92 100644
--- a/Source/Krypton Navigator Examples/Navigator Palettes/Program.cs
+++ b/Source/Krypton Navigator Examples/Navigator Palettes/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Navigator Playground/Form1.cs b/Source/Krypton Navigator Examples/Navigator Playground/Form1.cs
index ab19d758..b524cb30 100644
--- a/Source/Krypton Navigator Examples/Navigator Playground/Form1.cs
+++ b/Source/Krypton Navigator Examples/Navigator Playground/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Navigator Playground/Program.cs b/Source/Krypton Navigator Examples/Navigator Playground/Program.cs
index 5f218063..bf9de70f 100644
--- a/Source/Krypton Navigator Examples/Navigator Playground/Program.cs
+++ b/Source/Krypton Navigator Examples/Navigator Playground/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Navigator ToolTips/Form1.cs b/Source/Krypton Navigator Examples/Navigator ToolTips/Form1.cs
index bdd2f5bc..9f4678ea 100644
--- a/Source/Krypton Navigator Examples/Navigator ToolTips/Form1.cs
+++ b/Source/Krypton Navigator Examples/Navigator ToolTips/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Navigator ToolTips/Program.cs b/Source/Krypton Navigator Examples/Navigator ToolTips/Program.cs
index 14061d76..cf0d0ca2 100644
--- a/Source/Krypton Navigator Examples/Navigator ToolTips/Program.cs
+++ b/Source/Krypton Navigator Examples/Navigator ToolTips/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/OneNote Tabs/Form1.cs b/Source/Krypton Navigator Examples/OneNote Tabs/Form1.cs
index 92bfd632..ce154f59 100644
--- a/Source/Krypton Navigator Examples/OneNote Tabs/Form1.cs
+++ b/Source/Krypton Navigator Examples/OneNote Tabs/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/OneNote Tabs/Program.cs b/Source/Krypton Navigator Examples/OneNote Tabs/Program.cs
index e4bb25d2..f43de0bf 100644
--- a/Source/Krypton Navigator Examples/OneNote Tabs/Program.cs
+++ b/Source/Krypton Navigator Examples/OneNote Tabs/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Orientation + Alignment/Form1.cs b/Source/Krypton Navigator Examples/Orientation + Alignment/Form1.cs
index 0308affa..14acd05f 100644
--- a/Source/Krypton Navigator Examples/Orientation + Alignment/Form1.cs
+++ b/Source/Krypton Navigator Examples/Orientation + Alignment/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Orientation + Alignment/Program.cs b/Source/Krypton Navigator Examples/Orientation + Alignment/Program.cs
index 8b946b88..c3a7964a 100644
--- a/Source/Krypton Navigator Examples/Orientation + Alignment/Program.cs
+++ b/Source/Krypton Navigator Examples/Orientation + Alignment/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Outlook Mockup/Form1.cs b/Source/Krypton Navigator Examples/Outlook Mockup/Form1.cs
index 2bd4fbca..7cce0949 100644
--- a/Source/Krypton Navigator Examples/Outlook Mockup/Form1.cs
+++ b/Source/Krypton Navigator Examples/Outlook Mockup/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Outlook Mockup/Program.cs b/Source/Krypton Navigator Examples/Outlook Mockup/Program.cs
index 73a5f4af..2e387148 100644
--- a/Source/Krypton Navigator Examples/Outlook Mockup/Program.cs
+++ b/Source/Krypton Navigator Examples/Outlook Mockup/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Per-Tab Buttons/Form1.cs b/Source/Krypton Navigator Examples/Per-Tab Buttons/Form1.cs
index bac7f0f0..e9f02cd7 100644
--- a/Source/Krypton Navigator Examples/Per-Tab Buttons/Form1.cs
+++ b/Source/Krypton Navigator Examples/Per-Tab Buttons/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Per-Tab Buttons/Program.cs b/Source/Krypton Navigator Examples/Per-Tab Buttons/Program.cs
index db99c60b..9be87bc2 100644
--- a/Source/Krypton Navigator Examples/Per-Tab Buttons/Program.cs
+++ b/Source/Krypton Navigator Examples/Per-Tab Buttons/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Popup Pages/Form1.cs b/Source/Krypton Navigator Examples/Popup Pages/Form1.cs
index 54770773..f07d909d 100644
--- a/Source/Krypton Navigator Examples/Popup Pages/Form1.cs
+++ b/Source/Krypton Navigator Examples/Popup Pages/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Popup Pages/Program.cs b/Source/Krypton Navigator Examples/Popup Pages/Program.cs
index e1563d21..f3ec6bcb 100644
--- a/Source/Krypton Navigator Examples/Popup Pages/Program.cs
+++ b/Source/Krypton Navigator Examples/Popup Pages/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Singleline + Multiline/Form1.cs b/Source/Krypton Navigator Examples/Singleline + Multiline/Form1.cs
index ffed5984..b151f427 100644
--- a/Source/Krypton Navigator Examples/Singleline + Multiline/Form1.cs
+++ b/Source/Krypton Navigator Examples/Singleline + Multiline/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Singleline + Multiline/Program.cs b/Source/Krypton Navigator Examples/Singleline + Multiline/Program.cs
index e9d39408..4701f32a 100644
--- a/Source/Krypton Navigator Examples/Singleline + Multiline/Program.cs
+++ b/Source/Krypton Navigator Examples/Singleline + Multiline/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Tab Border Styles/Form1.cs b/Source/Krypton Navigator Examples/Tab Border Styles/Form1.cs
index d8ed8a7c..c6c2be78 100644
--- a/Source/Krypton Navigator Examples/Tab Border Styles/Form1.cs
+++ b/Source/Krypton Navigator Examples/Tab Border Styles/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/Tab Border Styles/Program.cs b/Source/Krypton Navigator Examples/Tab Border Styles/Program.cs
index 631ea829..b6c367e9 100644
--- a/Source/Krypton Navigator Examples/Tab Border Styles/Program.cs
+++ b/Source/Krypton Navigator Examples/Tab Border Styles/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/User Page Creation/Form1.cs b/Source/Krypton Navigator Examples/User Page Creation/Form1.cs
index a58184b6..0935bac3 100644
--- a/Source/Krypton Navigator Examples/User Page Creation/Form1.cs
+++ b/Source/Krypton Navigator Examples/User Page Creation/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Navigator Examples/User Page Creation/Program.cs b/Source/Krypton Navigator Examples/User Page Creation/Program.cs
index 22e54a6c..bb83c628 100644
--- a/Source/Krypton Navigator Examples/User Page Creation/Program.cs
+++ b/Source/Krypton Navigator Examples/User Page Creation/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.5000.0 www.ComponentFactory.com
+// Version 4.71.5000.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Application Menu/Form1.cs b/Source/Krypton Ribbon Examples/Application Menu/Form1.cs
index 54963222..07dfa76c 100644
--- a/Source/Krypton Ribbon Examples/Application Menu/Form1.cs
+++ b/Source/Krypton Ribbon Examples/Application Menu/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Auto Shrinking Groups/Form1.cs b/Source/Krypton Ribbon Examples/Auto Shrinking Groups/Form1.cs
index a2a10e82..4213f2a5 100644
--- a/Source/Krypton Ribbon Examples/Auto Shrinking Groups/Form1.cs
+++ b/Source/Krypton Ribbon Examples/Auto Shrinking Groups/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Auto Shrinking Groups/Program.cs b/Source/Krypton Ribbon Examples/Auto Shrinking Groups/Program.cs
index 355579a1..d2ec31c2 100644
--- a/Source/Krypton Ribbon Examples/Auto Shrinking Groups/Program.cs
+++ b/Source/Krypton Ribbon Examples/Auto Shrinking Groups/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Contextual Tabs/Form1.cs b/Source/Krypton Ribbon Examples/Contextual Tabs/Form1.cs
index 73fb3f3e..04b795c6 100644
--- a/Source/Krypton Ribbon Examples/Contextual Tabs/Form1.cs
+++ b/Source/Krypton Ribbon Examples/Contextual Tabs/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Contextual Tabs/Program.cs b/Source/Krypton Ribbon Examples/Contextual Tabs/Program.cs
index 6adb72c9..9bb4cb25 100644
--- a/Source/Krypton Ribbon Examples/Contextual Tabs/Program.cs
+++ b/Source/Krypton Ribbon Examples/Contextual Tabs/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/KeyTips + Keyboard Access/Form1.cs b/Source/Krypton Ribbon Examples/KeyTips + Keyboard Access/Form1.cs
index cfc7b266..3ea8186e 100644
--- a/Source/Krypton Ribbon Examples/KeyTips + Keyboard Access/Form1.cs
+++ b/Source/Krypton Ribbon Examples/KeyTips + Keyboard Access/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/KeyTips + Keyboard Access/Program.cs b/Source/Krypton Ribbon Examples/KeyTips + Keyboard Access/Program.cs
index 173fb054..380da39b 100644
--- a/Source/Krypton Ribbon Examples/KeyTips + Keyboard Access/Program.cs
+++ b/Source/Krypton Ribbon Examples/KeyTips + Keyboard Access/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/KryptonGallery Examples/Form1.cs b/Source/Krypton Ribbon Examples/KryptonGallery Examples/Form1.cs
index 9d7eb23a..6e581ce1 100644
--- a/Source/Krypton Ribbon Examples/KryptonGallery Examples/Form1.cs
+++ b/Source/Krypton Ribbon Examples/KryptonGallery Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/KryptonGallery Examples/Program.cs b/Source/Krypton Ribbon Examples/KryptonGallery Examples/Program.cs
index 06cd6247..4c7a590a 100644
--- a/Source/Krypton Ribbon Examples/KryptonGallery Examples/Program.cs
+++ b/Source/Krypton Ribbon Examples/KryptonGallery Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/MDI Ribbon/Form1.cs b/Source/Krypton Ribbon Examples/MDI Ribbon/Form1.cs
index a3010171..2fa727be 100644
--- a/Source/Krypton Ribbon Examples/MDI Ribbon/Form1.cs
+++ b/Source/Krypton Ribbon Examples/MDI Ribbon/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/MDI Ribbon/Form2.cs b/Source/Krypton Ribbon Examples/MDI Ribbon/Form2.cs
index 71e6b8fe..a2646d64 100644
--- a/Source/Krypton Ribbon Examples/MDI Ribbon/Form2.cs
+++ b/Source/Krypton Ribbon Examples/MDI Ribbon/Form2.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/MDI Ribbon/Form3.cs b/Source/Krypton Ribbon Examples/MDI Ribbon/Form3.cs
index 93103428..36dd7ef8 100644
--- a/Source/Krypton Ribbon Examples/MDI Ribbon/Form3.cs
+++ b/Source/Krypton Ribbon Examples/MDI Ribbon/Form3.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/MDI Ribbon/Program.cs b/Source/Krypton Ribbon Examples/MDI Ribbon/Program.cs
index 3b654c71..8821f031 100644
--- a/Source/Krypton Ribbon Examples/MDI Ribbon/Program.cs
+++ b/Source/Krypton Ribbon Examples/MDI Ribbon/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Outlook Mail Clone/Form1.cs b/Source/Krypton Ribbon Examples/Outlook Mail Clone/Form1.cs
index 9b4206c0..cbc5ebeb 100644
--- a/Source/Krypton Ribbon Examples/Outlook Mail Clone/Form1.cs
+++ b/Source/Krypton Ribbon Examples/Outlook Mail Clone/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Outlook Mail Clone/Program.cs b/Source/Krypton Ribbon Examples/Outlook Mail Clone/Program.cs
index 10f68db2..b3cf4f9b 100644
--- a/Source/Krypton Ribbon Examples/Outlook Mail Clone/Program.cs
+++ b/Source/Krypton Ribbon Examples/Outlook Mail Clone/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Quick Access Toolbar/Form1.cs b/Source/Krypton Ribbon Examples/Quick Access Toolbar/Form1.cs
index 4b89488c..261b771f 100644
--- a/Source/Krypton Ribbon Examples/Quick Access Toolbar/Form1.cs
+++ b/Source/Krypton Ribbon Examples/Quick Access Toolbar/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Quick Access Toolbar/Program.cs b/Source/Krypton Ribbon Examples/Quick Access Toolbar/Program.cs
index 2c905cba..9be3329a 100644
--- a/Source/Krypton Ribbon Examples/Quick Access Toolbar/Program.cs
+++ b/Source/Krypton Ribbon Examples/Quick Access Toolbar/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Ribbon + Navigator + Workspace/Form1.cs b/Source/Krypton Ribbon Examples/Ribbon + Navigator + Workspace/Form1.cs
index de5843a7..cc7ad011 100644
--- a/Source/Krypton Ribbon Examples/Ribbon + Navigator + Workspace/Form1.cs
+++ b/Source/Krypton Ribbon Examples/Ribbon + Navigator + Workspace/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Ribbon + Navigator + Workspace/Program.cs b/Source/Krypton Ribbon Examples/Ribbon + Navigator + Workspace/Program.cs
index 13256c1c..e8336179 100644
--- a/Source/Krypton Ribbon Examples/Ribbon + Navigator + Workspace/Program.cs
+++ b/Source/Krypton Ribbon Examples/Ribbon + Navigator + Workspace/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Ribbon Controls/Form1.cs b/Source/Krypton Ribbon Examples/Ribbon Controls/Form1.cs
index 650013d6..a251615b 100644
--- a/Source/Krypton Ribbon Examples/Ribbon Controls/Form1.cs
+++ b/Source/Krypton Ribbon Examples/Ribbon Controls/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Ribbon Controls/Program.cs b/Source/Krypton Ribbon Examples/Ribbon Controls/Program.cs
index ab984edd..8d74ea8b 100644
--- a/Source/Krypton Ribbon Examples/Ribbon Controls/Program.cs
+++ b/Source/Krypton Ribbon Examples/Ribbon Controls/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Ribbon Gallery/Form1.cs b/Source/Krypton Ribbon Examples/Ribbon Gallery/Form1.cs
index 0f96f018..a80a11fd 100644
--- a/Source/Krypton Ribbon Examples/Ribbon Gallery/Form1.cs
+++ b/Source/Krypton Ribbon Examples/Ribbon Gallery/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Ribbon Gallery/Program.cs b/Source/Krypton Ribbon Examples/Ribbon Gallery/Program.cs
index 32a42a6a..f18b2340 100644
--- a/Source/Krypton Ribbon Examples/Ribbon Gallery/Program.cs
+++ b/Source/Krypton Ribbon Examples/Ribbon Gallery/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Ribbon ToolTips/Form1.cs b/Source/Krypton Ribbon Examples/Ribbon ToolTips/Form1.cs
index a2f9e6da..df2beee9 100644
--- a/Source/Krypton Ribbon Examples/Ribbon ToolTips/Form1.cs
+++ b/Source/Krypton Ribbon Examples/Ribbon ToolTips/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Ribbon Examples/Ribbon ToolTips/Program.cs b/Source/Krypton Ribbon Examples/Ribbon ToolTips/Program.cs
index 0a48d1ff..6aa517d2 100644
--- a/Source/Krypton Ribbon Examples/Ribbon ToolTips/Program.cs
+++ b/Source/Krypton Ribbon Examples/Ribbon ToolTips/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/ButtonSpec Playground/Form1.cs b/Source/Krypton Toolkit Examples/ButtonSpec Playground/Form1.cs
index 33b6e9b8..0c502075 100644
--- a/Source/Krypton Toolkit Examples/ButtonSpec Playground/Form1.cs
+++ b/Source/Krypton Toolkit Examples/ButtonSpec Playground/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/ButtonSpec Playground/Program.cs b/Source/Krypton Toolkit Examples/ButtonSpec Playground/Program.cs
index d786f0ce..273481df 100644
--- a/Source/Krypton Toolkit Examples/ButtonSpec Playground/Program.cs
+++ b/Source/Krypton Toolkit Examples/ButtonSpec Playground/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Child Control Stack/Form1.cs b/Source/Krypton Toolkit Examples/Child Control Stack/Form1.cs
index 915518e0..6092ca2d 100644
--- a/Source/Krypton Toolkit Examples/Child Control Stack/Form1.cs
+++ b/Source/Krypton Toolkit Examples/Child Control Stack/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Child Control Stack/Program.cs b/Source/Krypton Toolkit Examples/Child Control Stack/Program.cs
index 1cdd490e..bbae19ce 100644
--- a/Source/Krypton Toolkit Examples/Child Control Stack/Program.cs
+++ b/Source/Krypton Toolkit Examples/Child Control Stack/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Custom Control using Palettes/Form1.cs b/Source/Krypton Toolkit Examples/Custom Control using Palettes/Form1.cs
index a8b85cae..ad38d15d 100644
--- a/Source/Krypton Toolkit Examples/Custom Control using Palettes/Form1.cs
+++ b/Source/Krypton Toolkit Examples/Custom Control using Palettes/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Custom Control using Palettes/MyUserControl.cs b/Source/Krypton Toolkit Examples/Custom Control using Palettes/MyUserControl.cs
index 6f29b694..57f80080 100644
--- a/Source/Krypton Toolkit Examples/Custom Control using Palettes/MyUserControl.cs
+++ b/Source/Krypton Toolkit Examples/Custom Control using Palettes/MyUserControl.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Custom Control using Palettes/Program.cs b/Source/Krypton Toolkit Examples/Custom Control using Palettes/Program.cs
index f614f009..094434b1 100644
--- a/Source/Krypton Toolkit Examples/Custom Control using Palettes/Program.cs
+++ b/Source/Krypton Toolkit Examples/Custom Control using Palettes/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Custom Control using Renderers/Form1.cs b/Source/Krypton Toolkit Examples/Custom Control using Renderers/Form1.cs
index fdd1ec4e..cc9f4678 100644
--- a/Source/Krypton Toolkit Examples/Custom Control using Renderers/Form1.cs
+++ b/Source/Krypton Toolkit Examples/Custom Control using Renderers/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Custom Control using Renderers/MyUserControl.cs b/Source/Krypton Toolkit Examples/Custom Control using Renderers/MyUserControl.cs
index 3fefdc0f..898837b1 100644
--- a/Source/Krypton Toolkit Examples/Custom Control using Renderers/MyUserControl.cs
+++ b/Source/Krypton Toolkit Examples/Custom Control using Renderers/MyUserControl.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Custom Control using Renderers/Program.cs b/Source/Krypton Toolkit Examples/Custom Control using Renderers/Program.cs
index 12a7597e..854ef7b0 100644
--- a/Source/Krypton Toolkit Examples/Custom Control using Renderers/Program.cs
+++ b/Source/Krypton Toolkit Examples/Custom Control using Renderers/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Expanding HeaderGroups (DockStyle)/Form1.cs b/Source/Krypton Toolkit Examples/Expanding HeaderGroups (DockStyle)/Form1.cs
index 0a9346df..f31cb17e 100644
--- a/Source/Krypton Toolkit Examples/Expanding HeaderGroups (DockStyle)/Form1.cs
+++ b/Source/Krypton Toolkit Examples/Expanding HeaderGroups (DockStyle)/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Expanding HeaderGroups (DockStyle)/Program.cs b/Source/Krypton Toolkit Examples/Expanding HeaderGroups (DockStyle)/Program.cs
index 0c4854be..be68e78d 100644
--- a/Source/Krypton Toolkit Examples/Expanding HeaderGroups (DockStyle)/Program.cs
+++ b/Source/Krypton Toolkit Examples/Expanding HeaderGroups (DockStyle)/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Splitters)/Form1.cs b/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Splitters)/Form1.cs
index a79c9150..4ec75302 100644
--- a/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Splitters)/Form1.cs
+++ b/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Splitters)/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Splitters)/Program.cs b/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Splitters)/Program.cs
index 481834af..b47c2660 100644
--- a/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Splitters)/Program.cs
+++ b/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Splitters)/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Stack)/Form1.cs b/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Stack)/Form1.cs
index 70e39f79..7a593f3f 100644
--- a/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Stack)/Form1.cs
+++ b/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Stack)/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Stack)/Program.cs b/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Stack)/Program.cs
index c92c8589..da498bba 100644
--- a/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Stack)/Program.cs
+++ b/Source/Krypton Toolkit Examples/Expanding HeaderGroups (Stack)/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Input Form/Form1.cs b/Source/Krypton Toolkit Examples/Input Form/Form1.cs
index 2c4c0793..e342e8f3 100644
--- a/Source/Krypton Toolkit Examples/Input Form/Form1.cs
+++ b/Source/Krypton Toolkit Examples/Input Form/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Input Form/Program.cs b/Source/Krypton Toolkit Examples/Input Form/Program.cs
index 6ae5f1c0..64c7ba24 100644
--- a/Source/Krypton Toolkit Examples/Input Form/Program.cs
+++ b/Source/Krypton Toolkit Examples/Input Form/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonBorderEdge Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonBorderEdge Examples/Form1.cs
index 1c6ed907..b9b9b053 100644
--- a/Source/Krypton Toolkit Examples/KryptonBorderEdge Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonBorderEdge Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonBorderEdge Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonBorderEdge Examples/Program.cs
index 865d0cc8..b39e93ab 100644
--- a/Source/Krypton Toolkit Examples/KryptonBorderEdge Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonBorderEdge Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonBreadCrumb Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonBreadCrumb Examples/Form1.cs
index d9cdf0b8..ba321494 100644
--- a/Source/Krypton Toolkit Examples/KryptonBreadCrumb Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonBreadCrumb Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonBreadCrumb Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonBreadCrumb Examples/Program.cs
index 1c0e6da2..88fb3260 100644
--- a/Source/Krypton Toolkit Examples/KryptonBreadCrumb Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonBreadCrumb Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonButton Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonButton Examples/Form1.cs
index 653261eb..75a7335f 100644
--- a/Source/Krypton Toolkit Examples/KryptonButton Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonButton Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonButton Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonButton Examples/Program.cs
index 3fea978b..d2149583 100644
--- a/Source/Krypton Toolkit Examples/KryptonButton Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonButton Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonCheckBox Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonCheckBox Examples/Form1.cs
index 2f02f306..a090b168 100644
--- a/Source/Krypton Toolkit Examples/KryptonCheckBox Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonCheckBox Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonCheckBox Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonCheckBox Examples/Program.cs
index 2a339459..ec91aacd 100644
--- a/Source/Krypton Toolkit Examples/KryptonCheckBox Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonCheckBox Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonCheckButton Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonCheckButton Examples/Form1.cs
index 0fb76400..27f95e0d 100644
--- a/Source/Krypton Toolkit Examples/KryptonCheckButton Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonCheckButton Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonCheckButton Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonCheckButton Examples/Program.cs
index bef6899c..30166751 100644
--- a/Source/Krypton Toolkit Examples/KryptonCheckButton Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonCheckButton Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonCheckSet Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonCheckSet Examples/Form1.cs
index 7c63f705..559e18e5 100644
--- a/Source/Krypton Toolkit Examples/KryptonCheckSet Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonCheckSet Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonCheckSet Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonCheckSet Examples/Program.cs
index 9cd2a83c..37b5c3dc 100644
--- a/Source/Krypton Toolkit Examples/KryptonCheckSet Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonCheckSet Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonCheckedListBox Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonCheckedListBox Examples/Form1.cs
index fd2d379e..8ac981b2 100644
--- a/Source/Krypton Toolkit Examples/KryptonCheckedListBox Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonCheckedListBox Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonCheckedListBox Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonCheckedListBox Examples/Program.cs
index 9c624e4a..9451544b 100644
--- a/Source/Krypton Toolkit Examples/KryptonCheckedListBox Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonCheckedListBox Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonColorButton Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonColorButton Examples/Form1.cs
index 731ccdd4..a55cffab 100644
--- a/Source/Krypton Toolkit Examples/KryptonColorButton Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonColorButton Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonColorButton Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonColorButton Examples/Program.cs
index c8658dc9..912f47d2 100644
--- a/Source/Krypton Toolkit Examples/KryptonColorButton Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonColorButton Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonComboBox Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonComboBox Examples/Form1.cs
index 0679c3a4..358da972 100644
--- a/Source/Krypton Toolkit Examples/KryptonComboBox Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonComboBox Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonComboBox Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonComboBox Examples/Program.cs
index 9e0eeece..1c2653af 100644
--- a/Source/Krypton Toolkit Examples/KryptonComboBox Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonComboBox Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonCommand Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonCommand Examples/Form1.cs
index 6d6e9e00..768e26dc 100644
--- a/Source/Krypton Toolkit Examples/KryptonCommand Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonCommand Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonCommand Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonCommand Examples/Program.cs
index c9f31ead..0aaeb64d 100644
--- a/Source/Krypton Toolkit Examples/KryptonCommand Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonCommand Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonContextMenu Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonContextMenu Examples/Form1.cs
index 85a46577..45ccfaca 100644
--- a/Source/Krypton Toolkit Examples/KryptonContextMenu Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonContextMenu Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonContextMenu Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonContextMenu Examples/Program.cs
index 4b8d5762..af208312 100644
--- a/Source/Krypton Toolkit Examples/KryptonContextMenu Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonContextMenu Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonDataGridView Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonDataGridView Examples/Form1.cs
index 676ccde4..29dd0daa 100644
--- a/Source/Krypton Toolkit Examples/KryptonDataGridView Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonDataGridView Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonDataGridView Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonDataGridView Examples/Program.cs
index 6509a760..a6c1de67 100644
--- a/Source/Krypton Toolkit Examples/KryptonDataGridView Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonDataGridView Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonDateTimePicker Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonDateTimePicker Examples/Form1.cs
index 617547ed..6b11996c 100644
--- a/Source/Krypton Toolkit Examples/KryptonDateTimePicker Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonDateTimePicker Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonDateTimePicker Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonDateTimePicker Examples/Program.cs
index 006f7b72..28e4e0c5 100644
--- a/Source/Krypton Toolkit Examples/KryptonDateTimePicker Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonDateTimePicker Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonDomainUpDown Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonDomainUpDown Examples/Form1.cs
index d1e10c8d..003e6168 100644
--- a/Source/Krypton Toolkit Examples/KryptonDomainUpDown Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonDomainUpDown Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonDomainUpDown Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonDomainUpDown Examples/Program.cs
index 1e07600d..f8eb05d2 100644
--- a/Source/Krypton Toolkit Examples/KryptonDomainUpDown Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonDomainUpDown Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonDropButton Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonDropButton Examples/Form1.cs
index 300b1e48..12046305 100644
--- a/Source/Krypton Toolkit Examples/KryptonDropButton Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonDropButton Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonDropButton Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonDropButton Examples/Program.cs
index 9d003d51..65dd0e7e 100644
--- a/Source/Krypton Toolkit Examples/KryptonDropButton Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonDropButton Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonForm Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonForm Examples/Form1.cs
index e388fabb..00b23945 100644
--- a/Source/Krypton Toolkit Examples/KryptonForm Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonForm Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonForm Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonForm Examples/Program.cs
index 6ba09f64..c376a212 100644
--- a/Source/Krypton Toolkit Examples/KryptonForm Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonForm Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonGroup Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonGroup Examples/Form1.cs
index 3b561f6c..8f514ad2 100644
--- a/Source/Krypton Toolkit Examples/KryptonGroup Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonGroup Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonGroup Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonGroup Examples/Program.cs
index bc6a6c27..6d0338b2 100644
--- a/Source/Krypton Toolkit Examples/KryptonGroup Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonGroup Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonGroupBox Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonGroupBox Examples/Form1.cs
index bf8c13eb..cc4f80b1 100644
--- a/Source/Krypton Toolkit Examples/KryptonGroupBox Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonGroupBox Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonGroupBox Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonGroupBox Examples/Program.cs
index 76afe556..c0db7ed2 100644
--- a/Source/Krypton Toolkit Examples/KryptonGroupBox Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonGroupBox Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonHeader Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonHeader Examples/Form1.cs
index 3046160d..26c17671 100644
--- a/Source/Krypton Toolkit Examples/KryptonHeader Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonHeader Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonHeader Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonHeader Examples/Program.cs
index 37347eed..c78de347 100644
--- a/Source/Krypton Toolkit Examples/KryptonHeader Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonHeader Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonHeaderGroup Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonHeaderGroup Examples/Form1.cs
index 8dccf0fb..0a9b6665 100644
--- a/Source/Krypton Toolkit Examples/KryptonHeaderGroup Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonHeaderGroup Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonHeaderGroup Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonHeaderGroup Examples/Program.cs
index 42215bc3..5eeba78d 100644
--- a/Source/Krypton Toolkit Examples/KryptonHeaderGroup Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonHeaderGroup Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonInputBox Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonInputBox Examples/Form1.cs
index 8daaf9b1..b46d8157 100644
--- a/Source/Krypton Toolkit Examples/KryptonInputBox Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonInputBox Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonInputBox Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonInputBox Examples/Program.cs
index 150fabb5..cd514c66 100644
--- a/Source/Krypton Toolkit Examples/KryptonInputBox Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonInputBox Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
using System.Windows.Forms;
diff --git a/Source/Krypton Toolkit Examples/KryptonLabel Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonLabel Examples/Form1.cs
index 853bea77..36522001 100644
--- a/Source/Krypton Toolkit Examples/KryptonLabel Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonLabel Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonLabel Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonLabel Examples/Program.cs
index 976d5b32..20e4a8bd 100644
--- a/Source/Krypton Toolkit Examples/KryptonLabel Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonLabel Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonLinkLabel Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonLinkLabel Examples/Form1.cs
index 8319af3c..1ae35f14 100644
--- a/Source/Krypton Toolkit Examples/KryptonLinkLabel Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonLinkLabel Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonLinkLabel Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonLinkLabel Examples/Program.cs
index 3f1e5bbf..86eef104 100644
--- a/Source/Krypton Toolkit Examples/KryptonLinkLabel Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonLinkLabel Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonListBox Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonListBox Examples/Form1.cs
index 60ab6cd3..0813aa98 100644
--- a/Source/Krypton Toolkit Examples/KryptonListBox Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonListBox Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonListBox Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonListBox Examples/Program.cs
index a7b7a52c..17975202 100644
--- a/Source/Krypton Toolkit Examples/KryptonListBox Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonListBox Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonMaskedTextBox Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonMaskedTextBox Examples/Form1.cs
index f3a88a8f..fcf2826c 100644
--- a/Source/Krypton Toolkit Examples/KryptonMaskedTextBox Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonMaskedTextBox Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonMaskedTextBox Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonMaskedTextBox Examples/Program.cs
index 61c68f26..e02a0b86 100644
--- a/Source/Krypton Toolkit Examples/KryptonMaskedTextBox Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonMaskedTextBox Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonMessageBox Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonMessageBox Examples/Form1.cs
index 929ac8ed..d315addc 100644
--- a/Source/Krypton Toolkit Examples/KryptonMessageBox Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonMessageBox Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonMessageBox Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonMessageBox Examples/Program.cs
index ecfecd18..41a63e69 100644
--- a/Source/Krypton Toolkit Examples/KryptonMessageBox Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonMessageBox Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
using System.Windows.Forms;
diff --git a/Source/Krypton Toolkit Examples/KryptonMonthCalendar Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonMonthCalendar Examples/Form1.cs
index c61b5139..55ade58d 100644
--- a/Source/Krypton Toolkit Examples/KryptonMonthCalendar Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonMonthCalendar Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonMonthCalendar Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonMonthCalendar Examples/Program.cs
index 25592ac2..443219ba 100644
--- a/Source/Krypton Toolkit Examples/KryptonMonthCalendar Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonMonthCalendar Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonNumericUpDown Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonNumericUpDown Examples/Form1.cs
index 6d8eb061..a51660f6 100644
--- a/Source/Krypton Toolkit Examples/KryptonNumericUpDown Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonNumericUpDown Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonNumericUpDown Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonNumericUpDown Examples/Program.cs
index a418a75f..27aa805e 100644
--- a/Source/Krypton Toolkit Examples/KryptonNumericUpDown Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonNumericUpDown Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonPalette Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonPalette Examples/Form1.cs
index 65c1356f..2e6dd83f 100644
--- a/Source/Krypton Toolkit Examples/KryptonPalette Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonPalette Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonPalette Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonPalette Examples/Program.cs
index 882df78f..21953b3a 100644
--- a/Source/Krypton Toolkit Examples/KryptonPalette Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonPalette Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonPanel Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonPanel Examples/Form1.cs
index 4cfdc000..e5d0e193 100644
--- a/Source/Krypton Toolkit Examples/KryptonPanel Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonPanel Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonPanel Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonPanel Examples/Program.cs
index eb7ca619..336937a3 100644
--- a/Source/Krypton Toolkit Examples/KryptonPanel Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonPanel Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonRadioButton Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonRadioButton Examples/Form1.cs
index 0504d416..dc9e5c39 100644
--- a/Source/Krypton Toolkit Examples/KryptonRadioButton Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonRadioButton Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonRadioButton Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonRadioButton Examples/Program.cs
index 908cd94b..378157ff 100644
--- a/Source/Krypton Toolkit Examples/KryptonRadioButton Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonRadioButton Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonRichTextBox Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonRichTextBox Examples/Form1.cs
index f5f420c2..b1117281 100644
--- a/Source/Krypton Toolkit Examples/KryptonRichTextBox Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonRichTextBox Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonRichTextBox Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonRichTextBox Examples/Program.cs
index b4921cc7..5d4412cf 100644
--- a/Source/Krypton Toolkit Examples/KryptonRichTextBox Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonRichTextBox Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonSeparator Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonSeparator Examples/Form1.cs
index ebbd678f..7f6610db 100644
--- a/Source/Krypton Toolkit Examples/KryptonSeparator Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonSeparator Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonSeparator Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonSeparator Examples/Program.cs
index 70d9b2f5..65de62d7 100644
--- a/Source/Krypton Toolkit Examples/KryptonSeparator Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonSeparator Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonSplitContainer Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonSplitContainer Examples/Form1.cs
index 6cca0c34..2a5f066f 100644
--- a/Source/Krypton Toolkit Examples/KryptonSplitContainer Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonSplitContainer Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonSplitContainer Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonSplitContainer Examples/Program.cs
index ca1a6865..7464128a 100644
--- a/Source/Krypton Toolkit Examples/KryptonSplitContainer Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonSplitContainer Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonTaskDialog Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonTaskDialog Examples/Form1.cs
index d3c6a698..6a0d21ac 100644
--- a/Source/Krypton Toolkit Examples/KryptonTaskDialog Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonTaskDialog Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonTaskDialog Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonTaskDialog Examples/Program.cs
index 1652a0f3..d41463ac 100644
--- a/Source/Krypton Toolkit Examples/KryptonTaskDialog Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonTaskDialog Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonTextBox Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonTextBox Examples/Form1.cs
index 1902be9b..3adcc172 100644
--- a/Source/Krypton Toolkit Examples/KryptonTextBox Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonTextBox Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonTextBox Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonTextBox Examples/Program.cs
index 7feb9591..2e51fca7 100644
--- a/Source/Krypton Toolkit Examples/KryptonTextBox Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonTextBox Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonWrapLabel Examples/Form1.cs b/Source/Krypton Toolkit Examples/KryptonWrapLabel Examples/Form1.cs
index e7edf4c6..9a3a3bbd 100644
--- a/Source/Krypton Toolkit Examples/KryptonWrapLabel Examples/Form1.cs
+++ b/Source/Krypton Toolkit Examples/KryptonWrapLabel Examples/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/KryptonWrapLabel Examples/Program.cs b/Source/Krypton Toolkit Examples/KryptonWrapLabel Examples/Program.cs
index 344bcac5..0d7c3926 100644
--- a/Source/Krypton Toolkit Examples/KryptonWrapLabel Examples/Program.cs
+++ b/Source/Krypton Toolkit Examples/KryptonWrapLabel Examples/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/MDI Application/Form1.cs b/Source/Krypton Toolkit Examples/MDI Application/Form1.cs
index 1c746972..4d0537d8 100644
--- a/Source/Krypton Toolkit Examples/MDI Application/Form1.cs
+++ b/Source/Krypton Toolkit Examples/MDI Application/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/MDI Application/Form2.cs b/Source/Krypton Toolkit Examples/MDI Application/Form2.cs
index 3bee3328..588041fd 100644
--- a/Source/Krypton Toolkit Examples/MDI Application/Form2.cs
+++ b/Source/Krypton Toolkit Examples/MDI Application/Form2.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/MDI Application/Program.cs b/Source/Krypton Toolkit Examples/MDI Application/Program.cs
index beafd760..86c62673 100644
--- a/Source/Krypton Toolkit Examples/MDI Application/Program.cs
+++ b/Source/Krypton Toolkit Examples/MDI Application/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Test Text Clipping/Form1.cs b/Source/Krypton Toolkit Examples/Test Text Clipping/Form1.cs
index 25baa4d2..c5457a39 100644
--- a/Source/Krypton Toolkit Examples/Test Text Clipping/Form1.cs
+++ b/Source/Krypton Toolkit Examples/Test Text Clipping/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Test Text Clipping/Program.cs b/Source/Krypton Toolkit Examples/Test Text Clipping/Program.cs
index 86a58677..48df55ca 100644
--- a/Source/Krypton Toolkit Examples/Test Text Clipping/Program.cs
+++ b/Source/Krypton Toolkit Examples/Test Text Clipping/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Three Pane Application (Basic)/Form1.cs b/Source/Krypton Toolkit Examples/Three Pane Application (Basic)/Form1.cs
index 32736216..ad3bda1d 100644
--- a/Source/Krypton Toolkit Examples/Three Pane Application (Basic)/Form1.cs
+++ b/Source/Krypton Toolkit Examples/Three Pane Application (Basic)/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Three Pane Application (Basic)/Program.cs b/Source/Krypton Toolkit Examples/Three Pane Application (Basic)/Program.cs
index 86a58677..48df55ca 100644
--- a/Source/Krypton Toolkit Examples/Three Pane Application (Basic)/Program.cs
+++ b/Source/Krypton Toolkit Examples/Three Pane Application (Basic)/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Three Pane Application (Extended)/Form1.cs b/Source/Krypton Toolkit Examples/Three Pane Application (Extended)/Form1.cs
index 45b849cd..c85bd0ff 100644
--- a/Source/Krypton Toolkit Examples/Three Pane Application (Extended)/Form1.cs
+++ b/Source/Krypton Toolkit Examples/Three Pane Application (Extended)/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Examples/Three Pane Application (Extended)/Program.cs b/Source/Krypton Toolkit Examples/Three Pane Application (Extended)/Program.cs
index 86a58677..48df55ca 100644
--- a/Source/Krypton Toolkit Examples/Three Pane Application (Extended)/Program.cs
+++ b/Source/Krypton Toolkit Examples/Three Pane Application (Extended)/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Toolkit Updater/Krypton Toolkit Updater/UI/UpdaterMainForm.cs b/Source/Krypton Toolkit Updater/Krypton Toolkit Updater/UI/UpdaterMainForm.cs
index 6fc75fac..c4621c38 100644
--- a/Source/Krypton Toolkit Updater/Krypton Toolkit Updater/UI/UpdaterMainForm.cs
+++ b/Source/Krypton Toolkit Updater/Krypton Toolkit Updater/UI/UpdaterMainForm.cs
@@ -54,7 +54,7 @@ private void UpdaterMainForm_FormClosing(object sender, System.Windows.Forms.For
private void kllHelp_LinkClicked(object sender, System.EventArgs e)
{
- KryptonMessageBox.Show("This utility will enable you to check for and download updates for Krypton .NET 4.70.", "Help", MessageBoxButtons.OK, MessageBoxIcon.Information);
+ KryptonMessageBox.Show("This utility will enable you to check for and download updates for Krypton .NET 4.71.", "Help", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
}
}
\ No newline at end of file
diff --git a/Source/Krypton Workspace Examples/Advanced Page Drag + Drop/Form1.cs b/Source/Krypton Workspace Examples/Advanced Page Drag + Drop/Form1.cs
index be5f4d02..7d724412 100644
--- a/Source/Krypton Workspace Examples/Advanced Page Drag + Drop/Form1.cs
+++ b/Source/Krypton Workspace Examples/Advanced Page Drag + Drop/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Advanced Page Drag + Drop/PageDragTreeView.cs b/Source/Krypton Workspace Examples/Advanced Page Drag + Drop/PageDragTreeView.cs
index 430588ca..2027b49e 100644
--- a/Source/Krypton Workspace Examples/Advanced Page Drag + Drop/PageDragTreeView.cs
+++ b/Source/Krypton Workspace Examples/Advanced Page Drag + Drop/PageDragTreeView.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Advanced Page Drag + Drop/Program.cs b/Source/Krypton Workspace Examples/Advanced Page Drag + Drop/Program.cs
index a658d629..b385c913 100644
--- a/Source/Krypton Workspace Examples/Advanced Page Drag + Drop/Program.cs
+++ b/Source/Krypton Workspace Examples/Advanced Page Drag + Drop/Program.cs
@@ -4,7 +4,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Basic Page Drag + Drop/Form1.cs b/Source/Krypton Workspace Examples/Basic Page Drag + Drop/Form1.cs
index 121b8529..9a929c2e 100644
--- a/Source/Krypton Workspace Examples/Basic Page Drag + Drop/Form1.cs
+++ b/Source/Krypton Workspace Examples/Basic Page Drag + Drop/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Basic Page Drag + Drop/Program.cs b/Source/Krypton Workspace Examples/Basic Page Drag + Drop/Program.cs
index 850136b5..80bf7046 100644
--- a/Source/Krypton Workspace Examples/Basic Page Drag + Drop/Program.cs
+++ b/Source/Krypton Workspace Examples/Basic Page Drag + Drop/Program.cs
@@ -4,7 +4,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Cell Maximize + Restore/Form1.cs b/Source/Krypton Workspace Examples/Cell Maximize + Restore/Form1.cs
index 60664e03..2589d897 100644
--- a/Source/Krypton Workspace Examples/Cell Maximize + Restore/Form1.cs
+++ b/Source/Krypton Workspace Examples/Cell Maximize + Restore/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Cell Maximize + Restore/Program.cs b/Source/Krypton Workspace Examples/Cell Maximize + Restore/Program.cs
index 96a65f6a..bbed2cdb 100644
--- a/Source/Krypton Workspace Examples/Cell Maximize + Restore/Program.cs
+++ b/Source/Krypton Workspace Examples/Cell Maximize + Restore/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Memo Editor/Form1.cs b/Source/Krypton Workspace Examples/Memo Editor/Form1.cs
index c59aceef..d068c43a 100644
--- a/Source/Krypton Workspace Examples/Memo Editor/Form1.cs
+++ b/Source/Krypton Workspace Examples/Memo Editor/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Memo Editor/Program.cs b/Source/Krypton Workspace Examples/Memo Editor/Program.cs
index 87ff5fff..96a25bef 100644
--- a/Source/Krypton Workspace Examples/Memo Editor/Program.cs
+++ b/Source/Krypton Workspace Examples/Memo Editor/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Workspace Cell Layout/Form1.cs b/Source/Krypton Workspace Examples/Workspace Cell Layout/Form1.cs
index 00e883d2..9d26daf4 100644
--- a/Source/Krypton Workspace Examples/Workspace Cell Layout/Form1.cs
+++ b/Source/Krypton Workspace Examples/Workspace Cell Layout/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Workspace Cell Layout/Program.cs b/Source/Krypton Workspace Examples/Workspace Cell Layout/Program.cs
index 2b30ea60..2d514dc0 100644
--- a/Source/Krypton Workspace Examples/Workspace Cell Layout/Program.cs
+++ b/Source/Krypton Workspace Examples/Workspace Cell Layout/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Workspace Cell Modes/Form1.cs b/Source/Krypton Workspace Examples/Workspace Cell Modes/Form1.cs
index 9a90000f..d7687e66 100644
--- a/Source/Krypton Workspace Examples/Workspace Cell Modes/Form1.cs
+++ b/Source/Krypton Workspace Examples/Workspace Cell Modes/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Workspace Cell Modes/Program.cs b/Source/Krypton Workspace Examples/Workspace Cell Modes/Program.cs
index 2eda2e33..459756fb 100644
--- a/Source/Krypton Workspace Examples/Workspace Cell Modes/Program.cs
+++ b/Source/Krypton Workspace Examples/Workspace Cell Modes/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Workspace Persistence/Form1.cs b/Source/Krypton Workspace Examples/Workspace Persistence/Form1.cs
index bccc70da..7aaa5230 100644
--- a/Source/Krypton Workspace Examples/Workspace Persistence/Form1.cs
+++ b/Source/Krypton Workspace Examples/Workspace Persistence/Form1.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;
diff --git a/Source/Krypton Workspace Examples/Workspace Persistence/Program.cs b/Source/Krypton Workspace Examples/Workspace Persistence/Program.cs
index 684b88ab..9c157fb5 100644
--- a/Source/Krypton Workspace Examples/Workspace Persistence/Program.cs
+++ b/Source/Krypton Workspace Examples/Workspace Persistence/Program.cs
@@ -5,7 +5,7 @@
// proprietary information of Component Factory Pty Ltd, PO Box 1504,
// Glen Waverley, Vic 3150, Australia and are supplied subject to licence terms.
//
-// Version 4.70.0.0 www.ComponentFactory.com
+// Version 4.71.0.0 www.ComponentFactory.com
// *****************************************************************************
using System;