Skip to content

Commit e204faf

Browse files
committed
Visual changes
Updated Icon Updated Info popup
1 parent 23f9e52 commit e204faf

File tree

9 files changed

+12405
-107
lines changed

9 files changed

+12405
-107
lines changed

WindowsApp1/Compact.resx

+6,168-89
Large diffs are not rendered by default.

WindowsApp1/Compact.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Imports Ookii.Dialogs
66
Imports System.Management
77

88
Public Class Compact
9-
Dim version = "1.3.6"
9+
Dim version = "1.4.0_rc0"
1010
Private WithEvents MyProcess As Process
1111
Private Delegate Sub AppendOutputTextDelegate(ByVal text As String)
1212

WindowsApp1/CompactGUI.vbproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
5252
</PropertyGroup>
5353
<PropertyGroup>
54-
<ApplicationIcon>compactico.ico</ApplicationIcon>
54+
<ApplicationIcon>icon.ico</ApplicationIcon>
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Ookii.Dialogs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0c15020868fd6249, processorArchitecture=MSIL">
@@ -151,7 +151,7 @@
151151
<EmbeddedResource Include="Resources\Ookii.Dialogs.dll" />
152152
</ItemGroup>
153153
<ItemGroup>
154-
<Content Include="compactico.ico" />
154+
<Content Include="icon.ico" />
155155
<Content Include="Resources\SC.png" />
156156
</ItemGroup>
157157
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />

WindowsApp1/Info.Designer.vb

+56-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)