|
|
@@ -1192,6 +1192,8 @@ |
|
|
|
<Setter Property="Background"> |
|
|
|
<Setter.Value> |
|
|
|
<ImageBrush ImageSource="/BPASmartClient.CustomResource;component/Image/表格标题背景2.png" Opacity="0.2" /> |
|
|
|
<!--<ImageBrush ImageSource="/BPASmartClient.CustomResource;component/Image/窗体样式/datagrid/data_标题栏背景.png" Opacity="0.3"/>--> |
|
|
|
|
|
|
|
</Setter.Value> |
|
|
|
</Setter> |
|
|
|
<Setter Property="BorderThickness" Value="0" /> |
|
|
@@ -1218,8 +1220,9 @@ |
|
|
|
BorderBrush="#FFBD2A2A" /> |
|
|
|
<Thumb |
|
|
|
x:Name="PART_RightHeaderGripper" |
|
|
|
Width="2" |
|
|
|
HorizontalAlignment="Right" |
|
|
|
Background="#FF175C86" |
|
|
|
Background="#FF1D9B9E" |
|
|
|
Style="{StaticResource ColumnHeaderGripperStyle}" /> |
|
|
|
</Grid> |
|
|
|
</ControlTemplate> |
|
|
@@ -1233,7 +1236,7 @@ |
|
|
|
<Setter Property="Height" Value="30" /> |
|
|
|
<Setter Property="Background"> |
|
|
|
<Setter.Value> |
|
|
|
<ImageBrush ImageSource="/BPASmartClient.CustomResource;component/Image/表头背景.png" /> |
|
|
|
<ImageBrush ImageSource="/BPASmartClient.CustomResource;component/Image/窗体样式/datagrid/data_标题栏背景.png" /> |
|
|
|
</Setter.Value> |
|
|
|
</Setter> |
|
|
|
<Setter Property="BorderThickness" Value="0" /> |
|
|
@@ -1270,6 +1273,7 @@ |
|
|
|
<Setter Property="HorizontalContentAlignment" Value="Center" /> |
|
|
|
<Setter Property="SnapsToDevicePixels" Value="true" /> |
|
|
|
<Setter Property="Foreground" Value="#abf4ff" /> |
|
|
|
<Setter Property="BorderBrush" Value="#abf4ff"></Setter> |
|
|
|
<Setter Property="FontSize" Value="10" /> |
|
|
|
<Setter Property="Template"> |
|
|
|
<Setter.Value> |
|
|
@@ -1341,8 +1345,8 @@ |
|
|
|
|
|
|
|
<Style TargetType="{x:Type DataGridCell}"> |
|
|
|
<Setter Property="Background" Value="Transparent" /> |
|
|
|
<Setter Property="BorderBrush" Value="Transparent" /> |
|
|
|
<Setter Property="BorderThickness" Value="1" /> |
|
|
|
<Setter Property="BorderBrush" Value="#FF31879E" /> |
|
|
|
<Setter Property="BorderThickness" Value="0" /> |
|
|
|
<Setter Property="Template"> |
|
|
|
<Setter.Value> |
|
|
|
<ControlTemplate TargetType="{x:Type DataGridCell}"> |
|
|
|