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>
<PublisherName>Compomac SPA</PublisherName>
<SuiteName>Compomac SPA</SuiteName>
<ApplicationVersion>1.0.10.0</ApplicationVersion>
<ApplicationVersion>1.0.11.0</ApplicationVersion>
<UpdateRequired>true</UpdateRequired>
<MinimumRequiredVersion>1.0.10.0</MinimumRequiredVersion>
<MinimumRequiredVersion>1.0.11.0</MinimumRequiredVersion>
<GenerateManifests>true</GenerateManifests>
<PublishSingleFile>false</PublishSingleFile>
<SelfContained>true</SelfContained>
@@ -8,7 +8,7 @@ Public Class SplashForm
Public Sub New()
FormBorderStyle = FormBorderStyle.None
StartPosition = FormStartPosition.CenterScreen
ClientSize = New Size(520, 260)
ClientSize = New Size(560, 260)
BackColor = Color.FromArgb(12, 18, 24)
ShowInTaskbar = False
@@ -31,7 +31,7 @@ Public Class SplashForm
.Font = New Font("Segoe UI", 24.0F, FontStyle.Bold),
.Left = 205,
.Top = 62,
.Width = 290,
.Width = 335,
.Height = 44
}
Controls.Add(title)
@@ -42,7 +42,7 @@ Public Class SplashForm
.Font = New Font("Segoe UI", 10.5F),
.Left = 208,
.Top = 112,
.Width = 290,
.Width = 330,
.Height = 28
}
Controls.Add(subtitle)
@@ -53,7 +53,7 @@ Public Class SplashForm
.Font = New Font("Segoe UI", 9.0F),
.Left = 208,
.Top = 154,
.Width = 290,
.Width = 330,
.Height = 28
}
Controls.Add(versionLabel)
@@ -9,7 +9,7 @@
<AssemblyTitle>LMEMoxaTransfer</AssemblyTitle>
<Company>Compomac SPA</Company>
<Authors>Livio Merola</Authors>
<Version>1.0.10.0</Version>
<Version>1.0.11.0</Version>
<ApplicationIcon>Assets\app-icon.ico</ApplicationIcon>
<StartupObject>Sub Main</StartupObject>
<UseWindowsForms>true</UseWindowsForms>