mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-02-17 23:13:18 +03:00
完善校对时间功能1
This commit is contained in:
parent
ca7132c244
commit
9754dab3cf
@ -18,7 +18,17 @@
|
|||||||
<RowDefinition></RowDefinition>
|
<RowDefinition></RowDefinition>
|
||||||
<RowDefinition></RowDefinition>
|
<RowDefinition></RowDefinition>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<Button x:Name="ButtonTestTime" Content="检测时间误差是否在合理" Grid.Column="0" Grid.Row="0" Margin="5" Click="ButtonTestTime_Click"/>
|
<RadioButton x:Name="RadioButtonNetworkTime" Content="网络校时" Grid.Column="0" Grid.Row="0" Margin="40"></RadioButton>
|
||||||
|
<TextBlock Text="将本地时间与远程主机时间同时校正为网络时间" TextWrapping="Wrap" Grid.Column="0" Grid.Row="1" Margin="30"></TextBlock>
|
||||||
|
|
||||||
|
<RadioButton x:Name="RadioButtonVPStime" Content="远程主机时间" Grid.Column="1" Grid.Row="0" Margin="40"></RadioButton>
|
||||||
|
<TextBlock Text="将本地时间校正为远程主机时间" TextWrapping="Wrap" Grid.Column="1" Grid.Row="1" Margin="30"></TextBlock>
|
||||||
|
|
||||||
|
<RadioButton x:Name="RadioButtonLocalTime" Content="本地时间" Grid.Column="2" Grid.Row="0" Margin="40"></RadioButton>
|
||||||
|
<TextBlock Text="将远程主机时间校正为本地时间" TextWrapping="Wrap" Grid.Column="2" Grid.Row="1" Margin="30"></TextBlock>
|
||||||
|
|
||||||
|
<Button x:Name="ButtonTestTime" Content="检测时间误差" Grid.Column="0" Grid.Row="2" Margin="40" Click="ButtonTestTime_Click"/>
|
||||||
|
<Button x:Name="ButtonProofreading" Content="校对时间" Grid.Column="2" Grid.Row="2" Margin="40"></Button>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user