OmagVIEWPlus :

- piccole sistemazioni a icona e immagini.
This commit is contained in:
Dario Sassi
2019-02-27 12:11:54 +00:00
parent be34a982b4
commit b42b7bdeec
7 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
DataContext="{StaticResource MainWindowVM}"
Style="{DynamicResource {x:Type EgtWPFLib5:EgtCustomWindow}}"
Title="{Binding Title}"
Icon="/Resources/OmagCUT.ico"
Icon="/Resources/OmagVIEWPlus.ico"
MinHeight="600" MinWidth="800"
AboutBoxCommand="{Binding AboutBoxCommand}">
<!--WindowStyle="None" ResizeMode="NoResize"
+1 -1
View File
@@ -30,7 +30,7 @@ Imports System.Windows
#End If
<Assembly: AssemblyCompany("EgalTech s.r.l.")>
<Assembly: AssemblyProduct("OmagVIEWPlus")>
<Assembly: AssemblyCopyright("Copyright © 2018-2018 by EgalTech s.r.l.")>
<Assembly: AssemblyCopyright("Copyright © 2018-2019 by EgalTech s.r.l.")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(false)>
+6 -1
View File
@@ -89,6 +89,9 @@
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\OmagVIEWPlus.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="EgtUILib">
<HintPath>..\..\EgtProg\DllD32\EgtUILib.dll</HintPath>
@@ -226,7 +229,6 @@
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\LogoOmag.jpg" />
<Resource Include="Resources\OmagCUT.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\Pallet.png" />
@@ -262,6 +264,9 @@
<ItemGroup>
<Resource Include="Resources\Rack.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\OmagVIEWPlus.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<PropertyGroup>
<PostBuildEvent>IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\OmagVIEWPlus\OmagVIEWPlusR32.exe
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB