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