Index: Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml =================================================================== diff -u -r1028113832506dab8d0613f9d739cb4408266058 -ra5e4ebcce8619e8154972b937bfde6495ade4836 --- Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml (.../MainWindow.xaml) (revision 1028113832506dab8d0613f9d739cb4408266058) +++ Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml (.../MainWindow.xaml) (revision a5e4ebcce8619e8154972b937bfde6495ade4836) @@ -67,101 +67,77 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml.cs =================================================================== diff -u -r3d088548dfdebfd5c3adbbd67075b42e134f5c03 -ra5e4ebcce8619e8154972b937bfde6495ade4836 --- Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml.cs (.../MainWindow.xaml.cs) (revision 3d088548dfdebfd5c3adbbd67075b42e134f5c03) +++ Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml.cs (.../MainWindow.xaml.cs) (revision a5e4ebcce8619e8154972b937bfde6495ade4836) @@ -459,9 +459,6 @@ FileManualButton.IsEnabled = File.Exists(settings.FixedSettings.ManualFilePath); - ButtonQuickAccessOpenProject.IsEnabled = ButtonMenuFileOpenProject.IsEnabled; - ButtonQuickAccessSaveProject.IsEnabled = ButtonMenuFileSaveProject.IsEnabled; - UpdateRibbonExtensions(gui); ValidateItems(); Index: Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs =================================================================== diff -u -r3d088548dfdebfd5c3adbbd67075b42e134f5c03 -ra5e4ebcce8619e8154972b937bfde6495ade4836 --- Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 3d088548dfdebfd5c3adbbd67075b42e134f5c03) +++ Core/Common/src/Core.Common.Gui/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a5e4ebcce8619e8154972b937bfde6495ade4836) @@ -227,16 +227,6 @@ } /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap ClosePreviewHH { - get { - object obj = ResourceManager.GetObject("ClosePreviewHH", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// /// Looks up a localized string similar to Alles i&nklappen. /// public static string Collapse_all { @@ -395,16 +385,6 @@ } /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap DocumentHS { - get { - object obj = ResourceManager.GetObject("DocumentHS", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// /// Looks up a localized string similar to DynamicPropertyOrderEvaluationMethod heeft een incorrect aantal argumenten. Zou er één moeten zijn. Klasse: {0}.. /// public static string DynamicPropertyOrderEvaluationMethod_incorrect_argument_count_must_be_one_string_argument_on_Class_0_ { @@ -1095,16 +1075,6 @@ /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap openfolderHS { - get { - object obj = ResourceManager.GetObject("openfolderHS", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// public static System.Drawing.Bitmap OpenIcon { get { object obj = ResourceManager.GetObject("OpenIcon", resourceCulture); @@ -1325,15 +1295,6 @@ } /// - /// Looks up a localized string similar to Weergeven/Verbergen. - /// - public static string Ribbon_GroupBox_Show_Hide { - get { - return ResourceManager.GetString("Ribbon_GroupBox_Show_Hide", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Berichten. /// public static string Ribbon_Messages { @@ -1379,24 +1340,6 @@ } /// - /// 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 { - get { - return ResourceManager.GetString("Ribbon_TabItem_View", resourceCulture); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// public static System.Drawing.Icon Riskeer { @@ -1407,16 +1350,6 @@ } /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap SaveAsHH { - get { - object obj = ResourceManager.GetObject("SaveAsHH", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// /// Looks up a localized string similar to Opslaan als. /// public static string SaveFileDialog_Title { @@ -1426,16 +1359,6 @@ } /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap saveHS { - get { - object obj = ResourceManager.GetObject("saveHS", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// /// Looks up a localized string similar to Initialiseren van opgeslagen project. /// public static string SaveProjectActivity_ProgressTextStepName_InitializeSavedProject { @@ -1544,16 +1467,6 @@ } /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap SplashScreenBackground { - get { - object obj = ResourceManager.GetObject("SplashScreenBackground", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// /// Looks up a localized string similar to Project afsluiten. /// public static string StorageCommandHandler_ClosingProject_Title { Index: Core/Common/src/Core.Common.Gui/Properties/Resources.resx =================================================================== diff -u -r6a1093e75bdf23c60232116445c086ebb5319558 -ra5e4ebcce8619e8154972b937bfde6495ade4836 --- Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision 6a1093e75bdf23c60232116445c086ebb5319558) +++ Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision a5e4ebcce8619e8154972b937bfde6495ade4836) @@ -121,30 +121,18 @@ Eigenschappen - - ..\Resources\SplashScreenBackground.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Nieuw Kan niet meerdere instanties van Riskeer starten. Sluit eerst de andere instantie. - - ..\Resources\ClosePreviewHH.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\exclamation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Onbekende kritieke fout opgetreden. - - Weergeven/Verbergen - - - ..\Resources\openfolderHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Opslaan @@ -160,18 +148,12 @@ ..\Resources\application_view_list.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\DocumentHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Het is niet mogelijk het logbestand te openen. In plaats hiervan wordt de folder waarin het logbestand staat geopend. ../Resources/DeleteHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\saveHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Geen enkele 'Importer' is beschikbaar voor dit element ({0}). @@ -202,18 +184,12 @@ Nieuw project aanmaken is gelukt. - - Beeld - Gebruikershandleiding Openen ..\Resources\folder.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\SaveAsHH.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Gestart in {0:f2} seconden. @@ -502,9 +478,6 @@ ..\Resources\project-16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Start - Kies wat u wilt exporteren