Nicht mehr Corrupt !! (FluentTheme / App.axaml)
This commit is contained in:
parent
f5e8d34cdb
commit
804b7285a7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -13,10 +13,10 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("AquaCare.Controller")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+146c994f852624ff1dfe4e5dc5a59c3d6cdc016e")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+779394132bfaf23fea1a693613c42ca82dc3a78d")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Controller")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Controller")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
0c43fd4b0eba9b42b2acea5e1db43e209e909d539c9c2cccca1565c93e9e928d
|
||||
1282edd95663dc86f0bf214ca74d7037942226c6a549e1911d1ba477daa1e204
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -13,10 +13,10 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("AquaCare.Model")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+146c994f852624ff1dfe4e5dc5a59c3d6cdc016e")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+779394132bfaf23fea1a693613c42ca82dc3a78d")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Model")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Model")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
c1a16649593f3968fd2dcb91b88fa98b10fb4f4f48fe05bd91ee26902fbe052a
|
||||
c7bb89bffc4235c4c3eac094c7619cb66c8ee1d969dda3793e28d28a3063c0f5
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -13,10 +13,10 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("AquaCare.Persistence")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+146c994f852624ff1dfe4e5dc5a59c3d6cdc016e")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+779394132bfaf23fea1a693613c42ca82dc3a78d")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.Persistence")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.Persistence")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
3339de6f2f027a4c94020836352c0a9965aaa6117e40226fedeffabd86117892
|
||||
57c3277149286d0ed4c1c075a55c6fa24ead45846b43c76099ce5f3ff6a2a738
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -4,4 +4,10 @@
|
||||
<Application.Styles>
|
||||
<StyleInclude Source="avares://AquaCare.View/Style.xaml"/>
|
||||
</Application.Styles>
|
||||
|
||||
<Application.Styles>
|
||||
<FluentTheme />
|
||||
</Application.Styles>
|
||||
</Application>
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
<Window xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
x:Class="AquaCare.View.PflegeWindow"
|
||||
xmlns:mc ="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
Title="Pflege Werte eintragen"
|
||||
Width="400" Height="350">
|
||||
<Grid>
|
||||
@ -23,8 +25,11 @@
|
||||
<TextBox x:Name="PhBox" Grid.Row="2" Grid.Column="0" Width="100"/>
|
||||
|
||||
<!-- Nitrat -->
|
||||
<StackPanel>
|
||||
<TextBlock Text="Nitrat (mg/l):" Grid.Row="3" Grid.Column="1" VerticalAlignment="Center"/>
|
||||
<TextBox x:Name="NitratBox" Grid.Row="3" Grid.Column="0" Width="100"/>
|
||||
<CheckBox x:Name="NitratCheckBox" Grid.Row="3" Grid.Column="2" Content="Nitratwert OK" Margin="10,0,0,0"/>
|
||||
</StackPanel>
|
||||
|
||||
<!-- Ammoniak -->
|
||||
<TextBlock Text="Ammoniak (mg/l):" Grid.Row="4" Grid.Column="1" VerticalAlignment="Center"/>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -13,10 +13,10 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("AquaCare.View")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+146c994f852624ff1dfe4e5dc5a59c3d6cdc016e")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+779394132bfaf23fea1a693613c42ca82dc3a78d")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("AquaCare.View")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("AquaCare.View")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
96b9dcfd8c16878d7c10dae7d1a076aa956563ca2e7b0d4450fd7fdc5e5dedff
|
||||
63ca45a83f383364b416566fc6a95d5b51982626be978d45879e43cc7b20014a
|
||||
|
||||
Binary file not shown.
@ -1 +1 @@
|
||||
2367ef0ddecac963f3f2d9e6d5bba45863983513bc946b5cd0bc19a0be674cca
|
||||
961d50d52c2d1145cf274571da99e28bce965eedb46be683799fbcd08cdd2beb
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user