Changed the workflow to remove the copy to clipboard button and hid the URL text box.
Copied indicator has been added. Added Update button to the About form. Fix the spinny boy on the About page Removed the sound the played
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
Public Class About
|
||||
|
||||
End Class
|
||||
@@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
|
||||
<Assembly: AssemblyTitle("Shipping Tracker")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("TNT Tracking Link Creator")>
|
||||
<Assembly: AssemblyProduct("Shipping Tracker")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2025 Ben Nicholson")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
||||
' by using the '*' as shown below:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.5.3")>
|
||||
<Assembly: AssemblyFileVersion("1.0.5.3")>
|
||||
<Assembly: AssemblyVersion("1.0.6.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.6.0")>
|
||||
<Assembly: NeutralResourcesLanguage("en-AU")>
|
||||
|
||||
9
HelloWorld/My Project/Resources.Designer.vb
generated
9
HelloWorld/My Project/Resources.Designer.vb
generated
@@ -59,14 +59,5 @@ Namespace My.Resources
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property WindowsXPCriticalStop() As System.IO.UnmanagedMemoryStream
|
||||
Get
|
||||
Return ResourceManager.GetStream("WindowsXPCriticalStop", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="WindowsXPCriticalStop" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<!-- <data name="WindowsXPCriticalStop" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\WindowsXPCriticalStop.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
</data> -->
|
||||
</root>
|
||||
Reference in New Issue
Block a user