|
|
@ -142,7 +142,6 @@ |
|
|
</Style.Triggers> |
|
|
</Style.Triggers> |
|
|
</Style> |
|
|
</Style> |
|
|
</DataGrid.CellStyle> |
|
|
</DataGrid.CellStyle> |
|
|
|
|
|
|
|
|
<DataGrid.Resources> |
|
|
<DataGrid.Resources> |
|
|
<Style x:Key="CellStyle" TargetType="{x:Type DataGridCell}"> |
|
|
<Style x:Key="CellStyle" TargetType="{x:Type DataGridCell}"> |
|
|
<Setter Property="Focusable" Value="False"/> |
|
|
<Setter Property="Focusable" Value="False"/> |
|
|
@ -151,7 +150,6 @@ |
|
|
<Setter Property="Foreground" Value="#000000"/> |
|
|
<Setter Property="Foreground" Value="#000000"/> |
|
|
</Style> |
|
|
</Style> |
|
|
</DataGrid.Resources> |
|
|
</DataGrid.Resources> |
|
|
|
|
|
|
|
|
<DataGrid.Columns> |
|
|
<DataGrid.Columns> |
|
|
<!--列信息绑定--> |
|
|
<!--列信息绑定--> |
|
|
<DataGridTextColumn Header="序列" Width="50" FontSize="15" MaxWidth="50" MinWidth="50" Binding="{Binding ID}" IsReadOnly="True" CellStyle="{StaticResource CellStyle}"/> |
|
|
<DataGridTextColumn Header="序列" Width="50" FontSize="15" MaxWidth="50" MinWidth="50" Binding="{Binding ID}" IsReadOnly="True" CellStyle="{StaticResource CellStyle}"/> |
|
|
|