Create icons.
This commit is contained in:
parent
a609c7f93c
commit
4cb2999297
BIN
gimp/icon.xcf
Normal file
BIN
gimp/icon.xcf
Normal file
Binary file not shown.
BIN
gimp/installbanner-small.xcf
Normal file
BIN
gimp/installbanner-small.xcf
Normal file
Binary file not shown.
BIN
gimp/installbanner.xcf
Normal file
BIN
gimp/installbanner.xcf
Normal file
Binary file not shown.
BIN
publish/setup-files/icon.bmp
Normal file
BIN
publish/setup-files/icon.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 204 KiB |
BIN
publish/setup-files/icon.ico
Normal file
BIN
publish/setup-files/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
publish/setup-files/installbanner-small.bmp
Normal file
BIN
publish/setup-files/installbanner-small.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
BIN
publish/setup-files/installbanner.bmp
Normal file
BIN
publish/setup-files/installbanner.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 153 KiB |
@ -67,9 +67,9 @@ AppSupportURL=http://zaa.nephrowiki.de
|
|||||||
AppUpdatesURL=http://zaa.nephrowiki.de
|
AppUpdatesURL=http://zaa.nephrowiki.de
|
||||||
|
|
||||||
; Setup wizard
|
; Setup wizard
|
||||||
;SetupIconFile=setup-files\xltoolbox.ico
|
SetupIconFile=setup-files\icon.ico
|
||||||
;WizardImageFile=setup-files\installbanner.bmp
|
WizardImageFile=setup-files\installbanner.bmp
|
||||||
;WizardSmallImageFile=setup-files\icon-48.bmp
|
WizardSmallImageFile=setup-files\installbanner-small.bmp
|
||||||
ArchitecturesAllowed=x86 x64
|
ArchitecturesAllowed=x86 x64
|
||||||
ArchitecturesInstallIn64BitMode=x64
|
ArchitecturesInstallIn64BitMode=x64
|
||||||
DisableProgramGroupPage=true
|
DisableProgramGroupPage=true
|
||||||
|
BIN
zaaReloaded2/Icons/icon.png
Normal file
BIN
zaaReloaded2/Icons/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
@ -57,7 +57,7 @@ namespace zaaReloaded2.ViewModels
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return String.Format("(c) Copyright {0} {1}",
|
return String.Format("© Copyright {0} {1}",
|
||||||
PubYear,
|
PubYear,
|
||||||
Properties.Settings.Default.Authors);
|
Properties.Settings.Default.Authors);
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
xmlns:b="clr-namespace:Bovender.Mvvm.Views.Settings;assembly=Bovender"
|
xmlns:b="clr-namespace:Bovender.Mvvm.Views.Settings;assembly=Bovender"
|
||||||
SizeToContent="WidthAndHeight" ResizeMode="NoResize" ShowInTaskbar="False"
|
Width="360" Height="320" ResizeMode="NoResize" ShowInTaskbar="False"
|
||||||
b:WindowState.CenterScreen="True"
|
b:WindowState.CenterScreen="True"
|
||||||
Title="Über..."
|
Title="Über..."
|
||||||
>
|
>
|
||||||
@ -28,13 +28,14 @@
|
|||||||
<ResourceDictionary Source="/zaaReloaded2;component/Style.xaml" />
|
<ResourceDictionary Source="/zaaReloaded2;component/Style.xaml" />
|
||||||
</Window.Resources>
|
</Window.Resources>
|
||||||
<StackPanel Margin="20">
|
<StackPanel Margin="20">
|
||||||
|
<Image Source="/zaaReloaded2;component/Icons/icon.png" Width="64" VerticalAlignment="Center" Margin="0 0 0 10" />
|
||||||
<TextBlock TextAlignment="Center" Text="{Binding AddinName}" FontSize="20" FontWeight="Bold" />
|
<TextBlock TextAlignment="Center" Text="{Binding AddinName}" FontSize="20" FontWeight="Bold" />
|
||||||
<TextBlock TextAlignment="Center" Text="{Binding Version}" Margin="0, 5, 0, 10" />
|
<TextBlock TextAlignment="Center" Text="{Binding Version}" Margin="0, 5, 0, 10" />
|
||||||
<TextBlock TextAlignment="Center" Text="{Binding CopyrightString}" Margin="0, 0, 0, 10" />
|
<TextBlock TextAlignment="Center" Text="{Binding CopyrightString}" Margin="0, 0, 0, 10" />
|
||||||
<TextBlock TextAlignment="Center" Margin="0, 10, 0, 10">
|
<TextBlock TextAlignment="Center" Margin="0, 10, 0, 10">
|
||||||
Homepage:
|
Homepage:
|
||||||
<Hyperlink Command="{Binding GotoHomepageCommand}">
|
<Hyperlink Command="{Binding GotoHomepageCommand}">
|
||||||
<TextBlock Text="{Binding Homepage}" />
|
<TextBlock Text="zaa.nephrowiki.de" />
|
||||||
</Hyperlink>
|
</Hyperlink>
|
||||||
<LineBreak />
|
<LineBreak />
|
||||||
Lizenz:
|
Lizenz:
|
||||||
|
@ -408,7 +408,9 @@
|
|||||||
<Resource Include="Icons\down.png" />
|
<Resource Include="Icons\down.png" />
|
||||||
<Resource Include="Icons\up.png" />
|
<Resource Include="Icons\up.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup />
|
<ItemGroup>
|
||||||
|
<Resource Include="Icons\icon.png" />
|
||||||
|
</ItemGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||||
|
Loading…
Reference in New Issue
Block a user