Index: Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml
===================================================================
diff -u -rd4e29a7ce2a255384b32daf61303c4f895a97001 -rb6d263f3f919ce64e84f4031b94a19e0995f202c
--- Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml (.../MainWindow.xaml) (revision d4e29a7ce2a255384b32daf61303c4f895a97001)
+++ Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml (.../MainWindow.xaml) (revision b6d263f3f919ce64e84f4031b94a19e0995f202c)
@@ -117,6 +117,9 @@
+
+
+
Index: Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml.cs
===================================================================
diff -u -rd4e29a7ce2a255384b32daf61303c4f895a97001 -rb6d263f3f919ce64e84f4031b94a19e0995f202c
--- Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml.cs (.../MainWindow.xaml.cs) (revision d4e29a7ce2a255384b32daf61303c4f895a97001)
+++ Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml.cs (.../MainWindow.xaml.cs) (revision b6d263f3f919ce64e84f4031b94a19e0995f202c)
@@ -81,7 +81,6 @@
private string lastNonContextualTab;
private IGui gui;
- private RichTextFile richTextFile;
///
/// Initializes a new instance of the class.
@@ -603,11 +602,6 @@
ButtonShowMessages.IsChecked = !active;
}
- private void OnFileHelpLicense_Clicked(object sender, RoutedEventArgs e)
- {
- viewController.DocumentViewController.OpenViewForData(richTextFile);
- }
-
private void OnFileHelpShowLog_Clicked(object sender, RoutedEventArgs e)
{
commands.ApplicationCommands.OpenLogFileExternal();
Index: Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs
===================================================================
diff -u -rd4e29a7ce2a255384b32daf61303c4f895a97001 -rb6d263f3f919ce64e84f4031b94a19e0995f202c
--- Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d4e29a7ce2a255384b32daf61303c4f895a97001)
+++ Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision b6d263f3f919ce64e84f4031b94a19e0995f202c)
@@ -1215,6 +1215,15 @@
}
///
+ /// Looks up a localized string similar to Start.
+ ///
+ public static string Ribbon_TabItem_Start {
+ get {
+ return ResourceManager.GetString("Ribbon_TabItem_Start", resourceCulture);
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Beeld.
///
public static string Ribbon_TabItem_View {
Index: Core/Common/src/Core.Common.Gui/Properties/Resources.resx
===================================================================
diff -u -rd4e29a7ce2a255384b32daf61303c4f895a97001 -rb6d263f3f919ce64e84f4031b94a19e0995f202c
--- Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision d4e29a7ce2a255384b32daf61303c4f895a97001)
+++ Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision b6d263f3f919ce64e84f4031b94a19e0995f202c)
@@ -577,4 +577,7 @@
..\Resources\project-16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ Start
+
\ No newline at end of file
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs
===================================================================
diff -u -r2317b0fac1e6995eb9b20917a7be076f1cdc4b6c -rb6d263f3f919ce64e84f4031b94a19e0995f202c
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 2317b0fac1e6995eb9b20917a7be076f1cdc4b6c)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision b6d263f3f919ce64e84f4031b94a19e0995f202c)
@@ -61,6 +61,26 @@
}
///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap AddAssessmentSectionFolder {
+ get {
+ object obj = ResourceManager.GetObject("AddAssessmentSectionFolder", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ public static System.Drawing.Bitmap AddAssessmentSectionFolderIcon {
+ get {
+ object obj = ResourceManager.GetObject("AddAssessmentSectionFolderIcon", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
/// Looks up a localized string similar to Traject.
///
public static string AssessmentSection_DisplayName {
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx
===================================================================
diff -u -r2317b0fac1e6995eb9b20917a7be076f1cdc4b6c -rb6d263f3f919ce64e84f4031b94a19e0995f202c
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 2317b0fac1e6995eb9b20917a7be076f1cdc4b6c)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision b6d263f3f919ce64e84f4031b94a19e0995f202c)
@@ -290,4 +290,10 @@
Naam
+
+ ..\Resources\AddFolder-stand32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\AddFolder-stand.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
\ No newline at end of file
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj
===================================================================
diff -u -r2317b0fac1e6995eb9b20917a7be076f1cdc4b6c -rb6d263f3f919ce64e84f4031b94a19e0995f202c
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj (.../Ringtoets.Integration.Forms.csproj) (revision 2317b0fac1e6995eb9b20917a7be076f1cdc4b6c)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj (.../Ringtoets.Integration.Forms.csproj) (revision b6d263f3f919ce64e84f4031b94a19e0995f202c)
@@ -255,6 +255,12 @@
+
+
+
+
+
+