移除冗余字体设置
This commit is contained in:
+324
-324
File diff suppressed because it is too large
Load Diff
@@ -159,7 +159,7 @@
|
||||
Header="在鼠标模式下启用快捷键"
|
||||
OnContent=""
|
||||
OffContent=""
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
|
||||
FontWeight="Bold"
|
||||
Margin="0,0,10,0"
|
||||
Width="220" />
|
||||
|
||||
@@ -59,9 +59,9 @@
|
||||
<Label Content="请在下方输入名单,每行一人(建议直接粘贴表格姓名列)"
|
||||
Margin="10"
|
||||
Foreground="{DynamicResource NamesInputWindowForeground}"
|
||||
FontFamily="Microsoft YaHei UI"/>
|
||||
/>
|
||||
<TextBox Name="TextBoxNames"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
|
||||
VerticalScrollBarVisibility="Auto"
|
||||
AcceptsReturn="True"
|
||||
Margin="10,40,10,50"
|
||||
@@ -72,7 +72,7 @@
|
||||
VerticalAlignment="Bottom"
|
||||
HorizontalAlignment="Right"
|
||||
Content="关闭"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
|
||||
Width="100"
|
||||
Click="Button_Click"
|
||||
Background="{DynamicResource NamesInputWindowButtonBackground}"
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
VerticalScrollBarVisibility="Auto"
|
||||
HorizontalScrollBarVisibility="Disabled">
|
||||
<TextBox Name="TextBoxPrivacyContent"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
|
||||
VerticalScrollBarVisibility="Auto"
|
||||
AcceptsReturn="True"
|
||||
IsReadOnly="True"
|
||||
@@ -79,7 +79,7 @@
|
||||
<Button Name="ButtonCancel"
|
||||
Margin="0,0,10,0"
|
||||
Content="取消"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
|
||||
Width="100"
|
||||
Height="35"
|
||||
Click="ButtonCancel_Click"
|
||||
@@ -103,7 +103,7 @@
|
||||
</Button>
|
||||
<Button Name="ButtonAccept"
|
||||
Content="同意"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
|
||||
Width="100"
|
||||
Height="35"
|
||||
Click="ButtonAccept_Click"
|
||||
|
||||
@@ -59,9 +59,9 @@
|
||||
<Label Content="点名历史记录"
|
||||
Margin="10"
|
||||
Foreground="{DynamicResource RollCallHistoryWindowForeground}"
|
||||
FontFamily="Microsoft YaHei UI"/>
|
||||
/>
|
||||
<TextBox Name="TextBoxHistory"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
|
||||
VerticalScrollBarVisibility="Auto"
|
||||
AcceptsReturn="True"
|
||||
IsReadOnly="True"
|
||||
@@ -73,7 +73,7 @@
|
||||
VerticalAlignment="Bottom"
|
||||
HorizontalAlignment="Right"
|
||||
Content="关闭"
|
||||
FontFamily="Microsoft YaHei UI"
|
||||
|
||||
Width="100"
|
||||
Click="Button_Click"
|
||||
Background="{DynamicResource RollCallHistoryWindowButtonBackground}"
|
||||
|
||||
@@ -55,14 +55,14 @@
|
||||
</Viewbox>
|
||||
<TextBlock TextWrapping="Wrap" Name="Label" Margin="60,0,10,0" VerticalAlignment="Center"/>
|
||||
<ikw:SimpleStackPanel Grid.Row="1" HorizontalAlignment="Right" VerticalAlignment="Bottom" Orientation="Horizontal" Spacing="10">
|
||||
<Button Margin="0" Content="是" Width="100" FontFamily="Microsoft YaHei UI" Click="ButtonYes_Click" Foreground="White">
|
||||
<Button Margin="0" Content="是" Width="100" Click="ButtonYes_Click" Foreground="White">
|
||||
<Button.Resources>
|
||||
<SolidColorBrush x:Key="{x:Static ui:ThemeKeys.ButtonBackgroundKey}" Color="#15803d"/>
|
||||
<SolidColorBrush x:Key="{x:Static ui:ThemeKeys.ButtonBackgroundPointerOverKey}" Color="#15803d"/>
|
||||
<SolidColorBrush x:Key="{x:Static ui:ThemeKeys.ButtonBackgroundPressedKey}" Color="#166534"/>
|
||||
</Button.Resources>
|
||||
</Button>
|
||||
<Button Margin="0" Content="否" Width="100" FontFamily="Microsoft YaHei UI" Click="ButtonNo_Click" Foreground="#555555"/>
|
||||
<Button Margin="0" Content="否" Width="100" Click="ButtonNo_Click" Foreground="#555555"/>
|
||||
</ikw:SimpleStackPanel>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user