Files
egtbeamwall/EgtBEAMWALL.Optimizer/Panel/LeftPanelBottomV.xaml
T
Demetrio Cassarino 4b9ed93a7a EgtBEAMWALL 3.1.5.1:
-cambio versione
-pulizia codice
2026-05-13 11:26:01 +02:00

25 lines
1006 B
XML

<Grid x:Class="LeftPanelBottomV"
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 Left_Grid}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="1*"/>
<ColumnDefinition Width="Auto"/>
</Grid.ColumnDefinitions>
<Border Grid.ColumnSpan="2"
Style="{StaticResource Optimizer_Border}"/>
<WrapPanel Grid.Column="1"
Width="{Binding ActualWidth}"
Style="{StaticResource Bottom_WrapPanel}">
<OPTIMIZER:InstrumentPanelV DataContext="{StaticResource InstrumentPanelVM}"/>
<OPTIMIZER:ShowPanelV DataContext="{StaticResource ShowPanelVM}"/>
<OPTIMIZER:ShowBeamPanelV DataContext="{StaticResource ShowBeamPanelVM}"/>
<OPTIMIZER:ViewPanelV DataContext="{StaticResource ViewPanelVM}"/>
</WrapPanel>
<OPTIMIZER:SceneHostV Margin="4,4,0,4"/>
</Grid>