b290bdf8a1
-modificato grafica finestra newaddfeature -modificato stile onlyprodoptimizestatistics e onlyprodstatistics
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<Grid x:Class="RawPartManagerWndV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:EgtBEAMWALL="clr-namespace:EgtBEAMWALL.ViewerOptimizer">
|
|
<Grid.Background>
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.35,0">
|
|
<GradientStop Color="{StaticResource BeamWall_Mercury_Color}" Offset="0"/>
|
|
<GradientStop Color="{StaticResource BeamWall_Concrete_Color}" Offset="0.65"/>
|
|
<GradientStop Color="{StaticResource BeamWall_White_Color}" Offset="1"/>
|
|
</LinearGradientBrush>
|
|
</Grid.Background>
|
|
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="Auto"/>
|
|
<RowDefinition Height="1*"/>
|
|
</Grid.RowDefinitions>
|
|
|
|
<Border Grid.RowSpan="2" Style="{StaticResource OnlyProdPage_Border}"/>
|
|
|
|
<EgtBEAMWALL:OnlyProdRawPartManagerV />
|
|
|
|
<EgtBEAMWALL:OnlyProdRawPartListV Grid.Row="1"
|
|
DataContext="{StaticResource RawPartListVM}"
|
|
Tag="{Binding Tag.MachGroupPanelVM, RelativeSource={RelativeSource AncestorType={x:Type EgtBEAMWALL:RawPartManagerWndV}}}"
|
|
Margin="0,0,2,0"/>
|
|
|
|
</Grid>
|