Correggi titolo splash screen

This commit is contained in:
Livio Merola
2026-07-28 08:40:17 +02:00
parent b9d0c0f7b9
commit c820261908
9 changed files with 16 additions and 16 deletions
@@ -16,9 +16,9 @@
<ProductName>LMEMoxaTransfer</ProductName> <ProductName>LMEMoxaTransfer</ProductName>
<PublisherName>Compomac SPA</PublisherName> <PublisherName>Compomac SPA</PublisherName>
<SuiteName>Compomac SPA</SuiteName> <SuiteName>Compomac SPA</SuiteName>
<ApplicationVersion>1.0.10.0</ApplicationVersion> <ApplicationVersion>1.0.11.0</ApplicationVersion>
<UpdateRequired>true</UpdateRequired> <UpdateRequired>true</UpdateRequired>
<MinimumRequiredVersion>1.0.10.0</MinimumRequiredVersion> <MinimumRequiredVersion>1.0.11.0</MinimumRequiredVersion>
<GenerateManifests>true</GenerateManifests> <GenerateManifests>true</GenerateManifests>
<PublishSingleFile>false</PublishSingleFile> <PublishSingleFile>false</PublishSingleFile>
<SelfContained>true</SelfContained> <SelfContained>true</SelfContained>
@@ -8,7 +8,7 @@ Public Class SplashForm
Public Sub New() Public Sub New()
FormBorderStyle = FormBorderStyle.None FormBorderStyle = FormBorderStyle.None
StartPosition = FormStartPosition.CenterScreen StartPosition = FormStartPosition.CenterScreen
ClientSize = New Size(520, 260) ClientSize = New Size(560, 260)
BackColor = Color.FromArgb(12, 18, 24) BackColor = Color.FromArgb(12, 18, 24)
ShowInTaskbar = False ShowInTaskbar = False
@@ -31,7 +31,7 @@ Public Class SplashForm
.Font = New Font("Segoe UI", 24.0F, FontStyle.Bold), .Font = New Font("Segoe UI", 24.0F, FontStyle.Bold),
.Left = 205, .Left = 205,
.Top = 62, .Top = 62,
.Width = 290, .Width = 335,
.Height = 44 .Height = 44
} }
Controls.Add(title) Controls.Add(title)
@@ -42,7 +42,7 @@ Public Class SplashForm
.Font = New Font("Segoe UI", 10.5F), .Font = New Font("Segoe UI", 10.5F),
.Left = 208, .Left = 208,
.Top = 112, .Top = 112,
.Width = 290, .Width = 330,
.Height = 28 .Height = 28
} }
Controls.Add(subtitle) Controls.Add(subtitle)
@@ -53,7 +53,7 @@ Public Class SplashForm
.Font = New Font("Segoe UI", 9.0F), .Font = New Font("Segoe UI", 9.0F),
.Left = 208, .Left = 208,
.Top = 154, .Top = 154,
.Width = 290, .Width = 330,
.Height = 28 .Height = 28
} }
Controls.Add(versionLabel) Controls.Add(versionLabel)
@@ -9,7 +9,7 @@
<AssemblyTitle>LMEMoxaTransfer</AssemblyTitle> <AssemblyTitle>LMEMoxaTransfer</AssemblyTitle>
<Company>Compomac SPA</Company> <Company>Compomac SPA</Company>
<Authors>Livio Merola</Authors> <Authors>Livio Merola</Authors>
<Version>1.0.10.0</Version> <Version>1.0.11.0</Version>
<ApplicationIcon>Assets\app-icon.ico</ApplicationIcon> <ApplicationIcon>Assets\app-icon.ico</ApplicationIcon>
<StartupObject>Sub Main</StartupObject> <StartupObject>Sub Main</StartupObject>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
+4 -4
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2"> <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<assemblyIdentity name="LMEMoxaTransfer.application" version="1.0.10.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> <assemblyIdentity name="LMEMoxaTransfer.application" version="1.0.11.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="Compomac SPA" co.v1:suiteName="Compomac SPA" asmv2:product="LMEMoxaTransfer" xmlns="urn:schemas-microsoft-com:asm.v1" /> <description asmv2:publisher="Compomac SPA" co.v1:suiteName="Compomac SPA" asmv2:product="LMEMoxaTransfer" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="true" minimumRequiredVersion="1.0.10.0"> <deployment install="true" minimumRequiredVersion="1.0.11.0">
<subscription> <subscription>
<update> <update>
<beforeApplicationStartup /> <beforeApplicationStartup />
@@ -15,13 +15,13 @@
</compatibleFrameworks> </compatibleFrameworks>
<dependency> <dependency>
<dependentAssembly dependencyType="install" codebase="LMEMoxaTransfer.dll.manifest" size="108977"> <dependentAssembly dependencyType="install" codebase="LMEMoxaTransfer.dll.manifest" size="108977">
<assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.10.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> <assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.11.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<hash> <hash>
<dsig:Transforms> <dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms> </dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>SSOitd5nOvFxH0O/BiqGPdSyt0tk22Nc8XC+0apx+SM=</dsig:DigestValue> <dsig:DigestValue>sCABLxeshbAUcV224AdKNp2NWs1ueDYQnObW6UF/3u4=</dsig:DigestValue>
</hash> </hash>
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>
+2 -2
View File
@@ -7,7 +7,7 @@
"targets": { "targets": {
".NETCoreApp,Version=v8.0": {}, ".NETCoreApp,Version=v8.0": {},
".NETCoreApp,Version=v8.0/win-x64": { ".NETCoreApp,Version=v8.0/win-x64": {
"LMEMoxaTransfer/1.0.10.0": { "LMEMoxaTransfer/1.0.11.0": {
"dependencies": { "dependencies": {
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "8.0.29", "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "8.0.29",
"runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "8.0.29" "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "8.0.29"
@@ -964,7 +964,7 @@
} }
}, },
"libraries": { "libraries": {
"LMEMoxaTransfer/1.0.10.0": { "LMEMoxaTransfer/1.0.11.0": {
"type": "project", "type": "project",
"serviceable": false, "serviceable": false,
"sha512": "" "sha512": ""
Binary file not shown.
+3 -3
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2"> <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<asmv1:assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.10.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" /> <asmv1:assemblyIdentity name="LMEMoxaTransfer.exe" version="1.0.11.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<description asmv2:iconFile="Assets\app-icon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" /> <description asmv2:iconFile="Assets\app-icon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application /> <application />
<entryPoint> <entryPoint>
@@ -321,7 +321,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms> </dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Zbu/xHg5atv7vYdLyDX0UqbnwI2NiztFYtWSZJfyuEg=</dsig:DigestValue> <dsig:DigestValue>hsYmvvHAtAv9ANPVxbyV9A87fT833XS2PCIKVi2NtCY=</dsig:DigestValue>
</hash> </hash>
</file> </file>
<file name="LMEMoxaTransfer.exe" size="161280"> <file name="LMEMoxaTransfer.exe" size="161280">
@@ -330,7 +330,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms> </dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>hwnc89XnL/TR7BwqZI6g3XKjvsKmxxwkXG8X5fUcq3Y=</dsig:DigestValue> <dsig:DigestValue>YFXI19+7rU3O4eFGPo+RgFLHO9nJDxnPWw9aSuLx+fo=</dsig:DigestValue>
</hash> </hash>
</file> </file>
<file name="Microsoft.CSharp.dll" size="1005352"> <file name="Microsoft.CSharp.dll" size="1005352">
Binary file not shown.
Binary file not shown.