diff --git a/02_Windows_App/Perun_v1/Properties/Resources.Designer.cs b/02_Windows_App/Perun_v1/Properties/Resources.Designer.cs
index f337db3..5736650 100644
--- a/02_Windows_App/Perun_v1/Properties/Resources.Designer.cs
+++ b/02_Windows_App/Perun_v1/Properties/Resources.Designer.cs
@@ -59,5 +59,55 @@ namespace Perun_v1.Properties {
resourceCulture = value;
}
}
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap ico_db {
+ get {
+ object obj = ResourceManager.GetObject("ico_db", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap ico_error {
+ get {
+ object obj = ResourceManager.GetObject("ico_error", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap ico_game {
+ get {
+ object obj = ResourceManager.GetObject("ico_game", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap ico_lotatc {
+ get {
+ object obj = ResourceManager.GetObject("ico_lotatc", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
+ ///
+ internal static System.Drawing.Bitmap ico_srs {
+ get {
+ object obj = ResourceManager.GetObject("ico_srs", resourceCulture);
+ return ((System.Drawing.Bitmap)(obj));
+ }
+ }
}
}
diff --git a/02_Windows_App/Perun_v1/Properties/Resources.resx b/02_Windows_App/Perun_v1/Properties/Resources.resx
index 1af7de1..3bef010 100644
--- a/02_Windows_App/Perun_v1/Properties/Resources.resx
+++ b/02_Windows_App/Perun_v1/Properties/Resources.resx
@@ -117,4 +117,20 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ..\Resources\ico_db.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\ico_error.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\ico_game.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\ico_lotatc.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+
+ ..\Resources\ico_srs.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
\ No newline at end of file
diff --git a/02_Windows_App/Perun_v1/Resources/ico_db.png b/02_Windows_App/Perun_v1/Resources/ico_db.png
new file mode 100644
index 0000000..fb78464
Binary files /dev/null and b/02_Windows_App/Perun_v1/Resources/ico_db.png differ
diff --git a/02_Windows_App/Perun_v1/Resources/ico_error.png b/02_Windows_App/Perun_v1/Resources/ico_error.png
new file mode 100644
index 0000000..cd9246a
Binary files /dev/null and b/02_Windows_App/Perun_v1/Resources/ico_error.png differ
diff --git a/02_Windows_App/Perun_v1/Resources/ico_game.png b/02_Windows_App/Perun_v1/Resources/ico_game.png
new file mode 100644
index 0000000..d906fde
Binary files /dev/null and b/02_Windows_App/Perun_v1/Resources/ico_game.png differ
diff --git a/02_Windows_App/Perun_v1/Resources/ico_lotatc.png b/02_Windows_App/Perun_v1/Resources/ico_lotatc.png
new file mode 100644
index 0000000..7826b4c
Binary files /dev/null and b/02_Windows_App/Perun_v1/Resources/ico_lotatc.png differ
diff --git a/02_Windows_App/Perun_v1/Resources/ico_srs.png b/02_Windows_App/Perun_v1/Resources/ico_srs.png
new file mode 100644
index 0000000..4b2d5fa
Binary files /dev/null and b/02_Windows_App/Perun_v1/Resources/ico_srs.png differ
diff --git a/02_Windows_App/Perun_v1/Resources/img_db.png b/02_Windows_App/Perun_v1/Resources/img_db.png
new file mode 100644
index 0000000..3e9d6ed
Binary files /dev/null and b/02_Windows_App/Perun_v1/Resources/img_db.png differ