diff --git a/Eve-O-Preview/Configuration/WindowProperties.cs b/Eve-O-Preview/Configuration/WindowProperties.cs
new file mode 100644
index 0000000..00df984
--- /dev/null
+++ b/Eve-O-Preview/Configuration/WindowProperties.cs
@@ -0,0 +1,11 @@
+namespace EveOPreview
+{
+ public class WindowProperties
+ {
+ public int X { get; set; }
+ public int Y { get; set; }
+
+ public int Width { get; set; }
+ public int Height { get; set; }
+ }
+}
\ No newline at end of file
diff --git a/Eve-O-Preview/Eve-O-Preview.csproj b/Eve-O-Preview/Eve-O-Preview.csproj
index e11f4c5..70e2f42 100644
--- a/Eve-O-Preview/Eve-O-Preview.csproj
+++ b/Eve-O-Preview/Eve-O-Preview.csproj
@@ -116,22 +116,22 @@
-
+
-
-
+
+
-
+
-
-
+
+
Form
@@ -139,13 +139,13 @@
MainForm.cs
-
-
-
-
+
+
+
+
Form
-
+
ThumbnailOverlay.cs
@@ -154,7 +154,7 @@
Designer
MainForm.cs
-
+
ThumbnailOverlay.cs
@@ -162,9 +162,9 @@
Resources.Designer.cs
Designer
-
+
Designer
- ThumbnailWindow.cs
+ ThumbnailView.cs
True
@@ -184,11 +184,11 @@
Settings.settings
True
-
+
Form
-
- ThumbnailWindow.cs
+
+ ThumbnailView.cs
@@ -220,7 +220,9 @@
-
+
+
+