Files
egtbeamwall/EgtBEAMWALL.Optimizer/RawPartManager/RawPartManagerWndV.xaml
T
Demetrio Cassarino 059b45043d Optimizer 2.7.11.6
-sistemato dizionario e grafica
2025-11-14 14:56:40 +01:00

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>