|
|
@ -81,7 +81,10 @@ |
|
|
<Setter Property="BorderThickness" Value="0"/> |
|
|
<Setter Property="BorderThickness" Value="0"/> |
|
|
<Setter Property="MinWidth" Value="20"/> |
|
|
<Setter Property="MinWidth" Value="20"/> |
|
|
<Style.Triggers> |
|
|
<Style.Triggers> |
|
|
<Trigger Property="IsSelected" Value="False"> |
|
|
<Trigger Property="IsSelected" Value="True"> |
|
|
|
|
|
<Setter Property="Background" Value="#FFC0C0C0"/> |
|
|
|
|
|
<Setter Property="BorderBrush" Value="#FFC0C0C0"/> |
|
|
|
|
|
<Setter Property="Foreground" Value="#000000"/> |
|
|
</Trigger> |
|
|
</Trigger> |
|
|
</Style.Triggers> |
|
|
</Style.Triggers> |
|
|
</Style> |
|
|
</Style> |
|
|
@ -112,7 +115,7 @@ |
|
|
<ComboBoxItem Content="粉体助剂"></ComboBoxItem> |
|
|
<ComboBoxItem Content="粉体助剂"></ComboBoxItem> |
|
|
</ComboBox> |
|
|
</ComboBox> |
|
|
<TextBlock HorizontalAlignment="Left" Height="30" Margin="560,0,0,100" TextWrapping="Wrap" Text="原料类型" VerticalAlignment="Bottom" Width="100" FontSize="20"/> |
|
|
<TextBlock HorizontalAlignment="Left" Height="30" Margin="560,0,0,100" TextWrapping="Wrap" Text="原料类型" VerticalAlignment="Bottom" Width="100" FontSize="20"/> |
|
|
<TextBox x:Name="stuff_Color" MouseDoubleClick="stuff_Color_MouseDoubleClick" HorizontalAlignment="Left" Height="30" Margin="445,0,0,50" Text="" VerticalAlignment="Bottom" Width="80" FontSize="16" MaxLines="1" MaxLength="25" IsReadOnly="True"/> |
|
|
<TextBox x:Name="stuff_Color" MouseDoubleClick="Stuff_Color_MouseDoubleClick" HorizontalAlignment="Left" Height="30" Margin="445,0,0,50" Text="" VerticalAlignment="Bottom" Width="80" FontSize="16" MaxLines="1" MaxLength="25" IsReadOnly="True"/> |
|
|
<TextBlock HorizontalAlignment="Left" Height="30" Margin="400,0,0,50" TextWrapping="Wrap" Text="色彩" VerticalAlignment="Bottom" Width="50" FontSize="20"/> |
|
|
<TextBlock HorizontalAlignment="Left" Height="30" Margin="400,0,0,50" TextWrapping="Wrap" Text="色彩" VerticalAlignment="Bottom" Width="50" FontSize="20"/> |
|
|
<TextBox x:Name="stuff_ProductUnit" HorizontalAlignment="Left" Height="30" Margin="105,0,0,50" Text="" VerticalAlignment="Bottom" Width="130" FontSize="16" MaxLines="1" MaxLength="25"/> |
|
|
<TextBox x:Name="stuff_ProductUnit" HorizontalAlignment="Left" Height="30" Margin="105,0,0,50" Text="" VerticalAlignment="Bottom" Width="130" FontSize="16" MaxLines="1" MaxLength="25"/> |
|
|
<TextBlock HorizontalAlignment="Left" Height="30" Margin="15,0,0,50" TextWrapping="Wrap" Text="供应商" VerticalAlignment="Bottom" Width="80" FontSize="20"/> |
|
|
<TextBlock HorizontalAlignment="Left" Height="30" Margin="15,0,0,50" TextWrapping="Wrap" Text="供应商" VerticalAlignment="Bottom" Width="80" FontSize="20"/> |
|
|
|