Removed animated gif
This commit is contained in:
parent
de88dc029b
commit
29b9caa9bb
10
AppResource.Designer.cs
generated
10
AppResource.Designer.cs
generated
@ -128,16 +128,6 @@ namespace BookmarkManager {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap loading_block {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("loading_block", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to https://www.hiimray.co.uk/software-bookmark-manager.
|
||||
/// </summary>
|
||||
|
@ -139,9 +139,6 @@
|
||||
<data name="hexagon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\hexagon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="loading_block" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>Resources\loading-block.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="url_help" xml:space="preserve">
|
||||
<value>https://www.hiimray.co.uk/software-bookmark-manager</value>
|
||||
</data>
|
||||
|
@ -344,7 +344,7 @@ namespace FizzyLauncher
|
||||
{
|
||||
isBusy = value;
|
||||
|
||||
ThreadControl.SetValue(pictureBox2, (isBusy ? AppResource.loading_block : null));
|
||||
ThreadControl.SetValue(pictureBox2, (isBusy ? RyzStudio.UIResource.loading_block : null));
|
||||
|
||||
ThreadControl.SetEnable(textBox1, !isBusy);
|
||||
ThreadControl.SetEnable(textBox2, !isBusy);
|
||||
|
@ -272,7 +272,7 @@ namespace FizzyLauncher
|
||||
{
|
||||
isBusy = value;
|
||||
|
||||
ThreadControl.SetValue(pictureBox2, (isBusy ? AppResource.loading_block : null));
|
||||
ThreadControl.SetValue(pictureBox2, (isBusy ? RyzStudio.UIResource.loading_block : null));
|
||||
|
||||
ThreadControl.SetEnable(pickerBox1, !isBusy);
|
||||
button2.LabelText = (isBusy ? "&Stop" : "&Run");
|
||||
|
Loading…
Reference in New Issue
Block a user