diff --git a/V_EditorPro/MainForm.cs b/V_EditorPro/MainForm.cs
index 4054d63..bbd1b02 100644
--- a/V_EditorPro/MainForm.cs
+++ b/V_EditorPro/MainForm.cs
@@ -1,4 +1,5 @@
using System;
+using System.Drawing;
using System.IO;
using System.Runtime.InteropServices;
using System.Windows.Forms;
@@ -12,6 +13,7 @@ namespace V_EditorPro
InitializeComponent();
this.KeyPreview = true;
this.KeyDown += new KeyEventHandler(MainForm_KeyDown);
+ this.Icon = new Icon("..\\..\\Veditorproicon.ico");
}
private void MainForm_KeyDown(object sender, KeyEventArgs e)
diff --git a/V_EditorPro/MainForm.resx b/V_EditorPro/MainForm.resx
new file mode 100644
index 0000000..d5494e3
--- /dev/null
+++ b/V_EditorPro/MainForm.resx
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/V_EditorPro/V_EditorPro.csproj b/V_EditorPro/V_EditorPro.csproj
index c3cc9dc..95b73ac 100644
--- a/V_EditorPro/V_EditorPro.csproj
+++ b/V_EditorPro/V_EditorPro.csproj
@@ -32,6 +32,9 @@
prompt
4
+
+ Veditorproicon.ico
+
@@ -79,5 +82,8 @@
+
+
+
\ No newline at end of file
diff --git a/V_EditorPro/Veditorproicon.ico b/V_EditorPro/Veditorproicon.ico
new file mode 100644
index 0000000..624ed9f
Binary files /dev/null and b/V_EditorPro/Veditorproicon.ico differ