|
|
@ -10,7 +10,7 @@ |
|
|
|
mc:Ignorable="d" KeyDown="W_KeyDown" |
|
|
|
Title="SUNLIGHT 838 b0.0.1 (2024/08/10)" |
|
|
|
Height="720" Width="1280"> |
|
|
|
<!--WindowState ="Maximized" WindowStyle="None"--> |
|
|
|
<!--WindowState ="Maximized" WindowStyle="None"--> |
|
|
|
<Window.Resources> |
|
|
|
<Style x:Key="RadioButtonStyle" TargetType="{x:Type RadioButton}"> |
|
|
|
<Setter Property="FocusVisualStyle" Value="{DynamicResource {x:Static SystemParameters.FocusVisualStyleKey}}"/> |
|
|
@ -92,16 +92,17 @@ |
|
|
|
TextWrapping="Wrap" VerticalAlignment="Top" Width="200" FontSize="20" |
|
|
|
Background="{x:Null}" BorderBrush="{x:Null}" SelectionBrush="{x:Null}" |
|
|
|
IsReadOnly="True" IsUndoEnabled="False" MaxLines="1" IsEnabled="False"/> |
|
|
|
|
|
|
|
<TextBox Text="{Binding Status_Str}" HorizontalAlignment="Center" Height="50" Margin="0,0,0,0" |
|
|
|
TextWrapping="Wrap" VerticalAlignment="Top" Width="700" FontSize="35" |
|
|
|
Background="{x:Null}" BorderBrush="{x:Null}" SelectionBrush="{x:Null}" |
|
|
|
IsReadOnly="True" IsUndoEnabled="False" MaxLines="1" IsEnabled="False"/> |
|
|
|
|
|
|
|
<TextBox Text="{Binding Sys_Time}" HorizontalAlignment="Right" Height="50" Margin="0,0,5,0" |
|
|
|
TextWrapping="Wrap" VerticalAlignment="Top" Width="150" FontSize="20" |
|
|
|
Background="{x:Null}" BorderBrush="{x:Null}" SelectionBrush="{x:Null}" |
|
|
|
IsReadOnly="True" IsUndoEnabled="False" MaxLines="1" IsEnabled="False"/> |
|
|
|
<Image HorizontalAlignment="Right" Height="40" VerticalAlignment="Top" Width="40" Margin="0,5,220,5" Source="/link.png"/> |
|
|
|
<Image HorizontalAlignment="Right" Height="40" VerticalAlignment="Top" Width="40" Margin="0,5,270,5" Source="/LOCK.png"/> |
|
|
|
|
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
</Window> |
|
|
|