From fbcda1ae758576bf6270d8898db0b6d0c5ecfdfd Mon Sep 17 00:00:00 2001 From: Andy <88590076+AAndyProgram@users.noreply.github.com> Date: Sat, 4 Jun 2022 02:43:46 +0300 Subject: [PATCH] 2022.6.4.0 Added pause automation Extended automation information Updated automation checker --- SCrawler/Content/Pictures/Pause_Blue_16.png | Bin 0 -> 345 bytes SCrawler/Download/AutoDownloader.vb | 29 +++++++++++++++--- .../AutoDownloaderEditorForm.Designer.vb | 5 +-- SCrawler/Download/AutoDownloaderEditorForm.vb | 2 +- SCrawler/MainFrame.Designer.vb | 11 ++++++- SCrawler/MainFrame.vb | 4 +++ SCrawler/My Project/AssemblyInfo.vb | 4 +-- SCrawler/My Project/Resources.Designer.vb | 10 ++++++ SCrawler/My Project/Resources.resx | 3 ++ SCrawler/SCrawler.vbproj | 1 + 10 files changed, 59 insertions(+), 10 deletions(-) create mode 100644 SCrawler/Content/Pictures/Pause_Blue_16.png diff --git a/SCrawler/Content/Pictures/Pause_Blue_16.png b/SCrawler/Content/Pictures/Pause_Blue_16.png new file mode 100644 index 0000000000000000000000000000000000000000..080871dc7ed43c11661a2e1e064334036c2606ef GIT binary patch literal 345 zcmV-f0jB78Ae1!MTH9 zVIt1v2OP4BgW02Mbu - - + + diff --git a/SCrawler/My Project/Resources.Designer.vb b/SCrawler/My Project/Resources.Designer.vb index c130c2b..bc5c4ce 100644 --- a/SCrawler/My Project/Resources.Designer.vb +++ b/SCrawler/My Project/Resources.Designer.vb @@ -170,6 +170,16 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized resource of type System.Drawing.Bitmap. + ''' + Friend ReadOnly Property Pause_Blue_16() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("Pause_Blue_16", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' diff --git a/SCrawler/My Project/Resources.resx b/SCrawler/My Project/Resources.resx index ba1a7ba..c749120 100644 --- a/SCrawler/My Project/Resources.resx +++ b/SCrawler/My Project/Resources.resx @@ -196,4 +196,7 @@ ..\Content\Icons\GroupBy_284.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Content\Pictures\Pause_Blue_16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/SCrawler/SCrawler.vbproj b/SCrawler/SCrawler.vbproj index 652e263..45ceeb7 100644 --- a/SCrawler/SCrawler.vbproj +++ b/SCrawler/SCrawler.vbproj @@ -410,6 +410,7 @@ + PreserveNewest