diff --git a/SessionTimeViewer/AboutWindow.xaml b/SessionTimeViewer/AboutWindow.xaml
index fa3d2ca..2858169 100644
--- a/SessionTimeViewer/AboutWindow.xaml
+++ b/SessionTimeViewer/AboutWindow.xaml
@@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Help & about"
- Height="230"
+ Height="350"
Width="400"
Loaded="Window_Loaded"
ShowInTaskbar="False"
@@ -14,6 +14,7 @@
+
@@ -43,7 +44,14 @@
Documentation
-
-
+
+
+
+
+
+
+
+
+
diff --git a/SessionTimeViewer/Resources.Designer.cs b/SessionTimeViewer/Resources.Designer.cs
new file mode 100644
index 0000000..63466f9
--- /dev/null
+++ b/SessionTimeViewer/Resources.Designer.cs
@@ -0,0 +1,73 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace SessionTime.SessionTimeViewer {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // 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", "15.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SessionTime.SessionTimeViewer.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap UllaIvan {
+ get {
+ object obj = ResourceManager.GetObject("UllaIvan", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+ }
+}
diff --git a/SessionTimeViewer/Resources.resx b/SessionTimeViewer/Resources.resx
new file mode 100644
index 0000000..5353dad
--- /dev/null
+++ b/SessionTimeViewer/Resources.resx
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ Resources\UllaIvan.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
\ No newline at end of file
diff --git a/SessionTimeViewer/Resources/UllaIvan.jpg b/SessionTimeViewer/Resources/UllaIvan.jpg
new file mode 100644
index 0000000..f222c95
Binary files /dev/null and b/SessionTimeViewer/Resources/UllaIvan.jpg differ
diff --git a/SessionTimeViewer/SessionTimeViewer.csproj b/SessionTimeViewer/SessionTimeViewer.csproj
index 2d5b3d8..403483d 100644
--- a/SessionTimeViewer/SessionTimeViewer.csproj
+++ b/SessionTimeViewer/SessionTimeViewer.csproj
@@ -57,6 +57,7 @@
+
@@ -73,6 +74,11 @@
MSBuild:Compile
Designer
+
+ True
+ True
+ Resources.resx
+
Designer
@@ -108,6 +114,13 @@
Settings.settings
True
+
+ Always
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+
ResXFileCodeGenerator