059b45043d
-sistemato dizionario e grafica
23 lines
844 B
XML
23 lines
844 B
XML
<Grid x:Class="RawPartManagerWndV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:OPTIMIZER="clr-namespace:EgtBEAMWALL.Optimizer"
|
|
Style="{StaticResource RawPartManagerWnd_Grid}">
|
|
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="Auto"/>
|
|
<RowDefinition Height="1*"/>
|
|
</Grid.RowDefinitions>
|
|
|
|
<Border Grid.RowSpan="2"
|
|
Style="{StaticResource Optimizer_Border}"/>
|
|
|
|
<OPTIMIZER:RawPartManagerV/>
|
|
|
|
<OPTIMIZER:RawPartListV Grid.Row="1"
|
|
DataContext="{StaticResource RawPartListVM}"
|
|
Tag="{Binding Tag.MachGroupPanelVM, RelativeSource={RelativeSource AncestorType={x:Type OPTIMIZER:RawPartManagerWndV}}}"
|
|
Margin="0,0,2,0"/>
|
|
|
|
</Grid>
|