Index: Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj =================================================================== diff -u -r223b2a4edc4ac816051c7eeecb735c34a6246574 -rd8fbeb182d1b3615105c982ab5fc76ce8a2cad2f --- Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj (.../Core.Common.Gui.csproj) (revision 223b2a4edc4ac816051c7eeecb735c34a6246574) +++ Core/Common/src/Core.Common.Gui/Core.Common.Gui.csproj (.../Core.Common.Gui.csproj) (revision d8fbeb182d1b3615105c982ab5fc76ce8a2cad2f) @@ -205,12 +205,6 @@ MessageWindow.cs - - Form - - - OptionsDialog.cs - Component @@ -310,10 +304,6 @@ MessageWindowDialog.cs - - OptionsDialog.cs - Designer - ActivityProgressDialog.cs @@ -386,7 +376,6 @@ - @@ -397,9 +386,6 @@ - - - Index: Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml =================================================================== diff -u -r223b2a4edc4ac816051c7eeecb735c34a6246574 -rd8fbeb182d1b3615105c982ab5fc76ce8a2cad2f --- Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml (.../MainWindow.xaml) (revision 223b2a4edc4ac816051c7eeecb735c34a6246574) +++ Core/Common/src/Core.Common.Gui/Forms/MainWindow/MainWindow.xaml (.../MainWindow.xaml) (revision d8fbeb182d1b3615105c982ab5fc76ce8a2cad2f) @@ -97,11 +97,6 @@ - - - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - public static System.Drawing.Bitmap OptionsHS { - get { - object obj = ResourceManager.GetObject("OptionsHS", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// - public static System.Drawing.Icon OptionsHS1 { - get { - object obj = ResourceManager.GetObject("OptionsHS1", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// public static System.Drawing.Icon plus { get { object obj = ResourceManager.GetObject("plus", resourceCulture); @@ -1225,15 +1205,6 @@ } /// - /// Looks up a localized string similar to Opties. - /// - public static string Ribbon_Options { - get { - return ResourceManager.GetString("Ribbon_Options", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Eigenschappen. /// public static string Ribbon_Properties { Index: Core/Common/src/Core.Common.Gui/Properties/Resources.resx =================================================================== diff -u -r223b2a4edc4ac816051c7eeecb735c34a6246574 -rd8fbeb182d1b3615105c982ab5fc76ce8a2cad2f --- Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision 223b2a4edc4ac816051c7eeecb735c34a6246574) +++ Core/Common/src/Core.Common.Gui/Properties/Resources.resx (.../Resources.resx) (revision d8fbeb182d1b3615105c982ab5fc76ce8a2cad2f) @@ -127,9 +127,6 @@ ../Resources/brick_add.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Opties - Verkenner @@ -274,9 +271,6 @@ Gebruiker heeft het opstarten onderbroken. Het programma wordt afgesloten... - - ..\Resources\OptionsHS.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Over @@ -493,9 +487,6 @@ Fout - - ..\Resources\OptionsHS.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Faalkansruimte [1/jaar] Index: Core/Common/src/Core.Common.Gui/Resources/OptionsHS.ico =================================================================== diff -u -rc321601e82e383960d4bb357d72b56da81fae253 -rd8fbeb182d1b3615105c982ab5fc76ce8a2cad2f Binary files differ Index: Core/Common/src/Core.Common.Gui/Resources/OptionsHS.png =================================================================== diff -u -reee6c7815d1e418eac38c1c552fb279c0887ef55 -rd8fbeb182d1b3615105c982ab5fc76ce8a2cad2f Binary files differ