|
|
@ -52,11 +52,11 @@ |
|
|
|
<DataGridTextColumn Header="Type" Binding="{Binding Value}" Width="200"/> |
|
|
|
</DataGrid.Columns> |
|
|
|
</DataGrid> |
|
|
|
<TextBlock Text="SUNLIGHT 838 b0.0.1 (master 2025/03/18)" HorizontalAlignment="Right" VerticalAlignment="Bottom" Height="30" Width="600" Margin="0,0,10,160" FontSize="22"/> |
|
|
|
|
|
|
|
<Button Content="{x:Static lang:Resources.Shutdown}" x:Name="Shutdown" FontSize="20" HorizontalAlignment="Right" Height="40" Margin="0,0,20,20" |
|
|
|
VerticalAlignment="Bottom" Width="200" Background="White" Click="Shutdown_Click"/> |
|
|
|
<Button Content="{x:Static lang:Resources.Quit}" x:Name="Quit" FontSize="20" HorizontalAlignment="Right" Height="40" Margin="0,0,300,20" |
|
|
|
VerticalAlignment="Bottom" Width="200" Background="White" Click="Quit_Click"/> |
|
|
|
|
|
|
|
</Grid> |
|
|
|
</UserControl> |
|
|
|