Added Ribbon, function to save detail view as screenshot

This commit is contained in:
Andre Beging
2017-09-17 23:17:18 +02:00
parent a2e081ccdb
commit 1f4e3eb1bc
19 changed files with 303 additions and 67 deletions

View File

@@ -85,6 +85,7 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Windows.Controls.Ribbon" />
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>packages\MvvmLightLibs.5.3.0.0\lib\net45\System.Windows.Interactivity.dll</HintPath>
</Reference>
@@ -138,6 +139,9 @@
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="View\ScreenshotView.xaml.cs">
<DependentUpon>ScreenshotView.xaml</DependentUpon>
</Compile>
<Page Include="View\Dialogs\AddTransactionView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
@@ -158,6 +162,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\ScreenshotView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
@@ -216,6 +224,24 @@
<Resource Include="Content\money_green.ico" />
<Resource Include="Content\money_red.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Content\telegram.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Content\telegram.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Content\camera.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Content\camera.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Content\db_info.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Content\db_plus.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="packages\Fody.2.0.0\build\dotnet\Fody.targets" Condition="Exists('packages\Fody.2.0.0\build\dotnet\Fody.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">