Skip to content

Commit bdcc4b5

Browse files
committed
Added compressed file counter
Modified outputs to show compressed size relative to the total folder size, rather than relative to the size of the compressed items themselves Fixed inaccurate compression readings Added information tooltip to file counter Increased the size a folder has to be before it is rounded up to the next unit (e.g. KB -> MB) Minor layout tweaks
1 parent e6758d8 commit bdcc4b5

File tree

5 files changed

+220
-57
lines changed

5 files changed

+220
-57
lines changed

WindowsApp1/Compact.Designer.vb

Lines changed: 79 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WindowsApp1/Compact.resx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,18 @@
126126
<metadata name="progressTimer.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
127127
<value>330, 17</value>
128128
</metadata>
129+
<metadata name="ToolTipFilesCompressed.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
130+
<value>460, 17</value>
131+
</metadata>
132+
<data name="Label13.ToolTip" xml:space="preserve">
133+
<value>The number of files compressed may not necessarily equal the total number of files in the folder.
134+
This is often normal, as some files cannot be compressed, or are protected by the system.
135+
136+
If the number of compressed files appears too small:
137+
• Ensure the "Compress files in subfolders as well" checkbox is ticked.
138+
• Try running CompactGUI as an Administrator
139+
</value>
140+
</data>
129141
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
130142
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
131143
<value>

0 commit comments

Comments
 (0)