Correggi titolo splash screen
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user