Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r2e5b444e91e9bd39e83725489f1c01505df84f76 -r182840d822bd08ac3af15c9ca1eec802e0c76062 --- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 2e5b444e91e9bd39e83725489f1c01505df84f76) +++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 182840d822bd08ac3af15c9ca1eec802e0c76062) @@ -40,7 +40,7 @@ // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Resources { @@ -2927,6 +2927,16 @@ } /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + public static System.Drawing.Bitmap ProbabilisticCalculationIcon { + get { + object obj = ResourceManager.GetObject("ProbabilisticCalculationIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// /// Looks up a localized string similar to De waarde kon niet geïnterpreteerd worden als een kans.. /// public static string Probability_Could_not_parse_string_to_probability { @@ -3331,6 +3341,16 @@ } /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + public static System.Drawing.Bitmap SemiProbabilisticCalculationIcon { + get { + object obj = ResourceManager.GetObject("SemiProbabilisticCalculationIcon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// /// Looks up a localized string similar to Neem de informatie over de illustratiepunten op in het berekeningsresultaat.. /// public static string ShouldIllustrationPointsBeCalculated_Description { Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx =================================================================== diff -u -r2e5b444e91e9bd39e83725489f1c01505df84f76 -r182840d822bd08ac3af15c9ca1eec802e0c76062 --- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 2e5b444e91e9bd39e83725489f1c01505df84f76) +++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.resx (.../Resources.resx) (revision 182840d822bd08ac3af15c9ca1eec802e0c76062) @@ -1607,4 +1607,10 @@ Vakinformatie + + ..\Resources\ProbabilisticCalculationIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\SemiProbabilisticCalculationIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file Index: Riskeer/Common/src/Riskeer.Common.Forms/Resources/ProbabilisticCalculationIcon.png =================================================================== diff -u Binary files differ Index: Riskeer/Common/src/Riskeer.Common.Forms/Resources/SemiProbabilisticCalculationIcon.png =================================================================== diff -u Binary files differ