diff --git a/.gitignore b/.gitignore
index 8cfc925..f2b4073 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,4 @@
/bin
/obj
/*.user
-/Properties/PublishProfiles/*.user
+/Properties/PublishProfiles/*.user
\ No newline at end of file
diff --git a/AppResource.Designer.cs b/AppResource.Designer.cs
index 8484054..6914030 100644
--- a/AppResource.Designer.cs
+++ b/AppResource.Designer.cs
@@ -61,12 +61,11 @@ namespace RandomFileRunner {
}
///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
+ /// Looks up a localized string similar to https://www.hiimray.co.uk/software-random-file-runner.
///
- internal static System.Drawing.Bitmap loading_block {
+ internal static string AppHelpURL {
get {
- object obj = ResourceManager.GetObject("loading_block", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
+ return ResourceManager.GetString("AppHelpURL", resourceCulture);
}
}
}
diff --git a/AppResource.resx b/AppResource.resx
index 499f667..382dada 100644
--- a/AppResource.resx
+++ b/AppResource.resx
@@ -117,8 +117,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Resources\loading-block.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
+
+ https://www.hiimray.co.uk/software-random-file-runner
\ No newline at end of file
diff --git a/MainForm.cs b/MainForm.cs
index 7703dba..8d2f919 100644
--- a/MainForm.cs
+++ b/MainForm.cs
@@ -116,7 +116,7 @@ namespace RandomFileRunner
{
isBusy = value;
- ThreadControl.SetValue(pictureBox1, (isBusy ? AppResource.loading_block : null));
+ ThreadControl.SetValue(pictureBox1, (isBusy ? RyzStudio.UIResource.loading_block : null));
ThreadControl.SetEnable(textBox1, !isBusy);
//ThreadControl.SetEnable(button2, !isBusy);
button2.LabelText = (isBusy? "&Cancel" : "&Search");
@@ -232,7 +232,7 @@ namespace RandomFileRunner
{
System.Diagnostics.Process.Start(new ProcessStartInfo()
{
- FileName = "https://www.hiimray.co.uk/software-random-file-runner",
+ FileName = AppResource.AppHelpURL,
UseShellExecute = true
});
}
diff --git a/RandomFileRunner.csproj b/RandomFileRunner.csproj
index 0f438f3..119e549 100644
--- a/RandomFileRunner.csproj
+++ b/RandomFileRunner.csproj
@@ -11,7 +11,7 @@
Ray Lam
favicon.ico
true
- 0.1.0.019
+ 0.1.1.005
@@ -20,50 +20,23 @@
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
+
-
-
-
- UserControl
-
-
-
-
-
-
+
+ References\RyzStudio3.dll
+
@@ -72,14 +45,6 @@
True
AppResource.resx
-
- UserControl
-
-
- True
- True
- UIResource.resx
-
@@ -87,10 +52,6 @@
ResXFileCodeGenerator
AppResource.Designer.cs
-
- ResXFileCodeGenerator
- UIResource.Designer.cs
-
\ No newline at end of file
diff --git a/References/RyzStudio3.dll b/References/RyzStudio3.dll
new file mode 100644
index 0000000..7fa0e80
Binary files /dev/null and b/References/RyzStudio3.dll differ
diff --git a/RandomFileRunner.sln b/skye.sln
similarity index 100%
rename from RandomFileRunner.sln
rename to skye.sln