-sistemato pulsante per modifica feature

This commit is contained in:
Demetrio Cassarino
2025-04-15 16:59:02 +02:00
parent 0d38b47f24
commit 4bdbba6599
3 changed files with 14 additions and 12 deletions
@@ -516,9 +516,6 @@
<DependentUpon>RawPartListV.xaml</DependentUpon>
</Compile>
<Compile Include="ItemParamList\RawPartListVM.vb" />
<Compile Include="LeftPanel\LeftPanelV.xaml.vb">
<DependentUpon>LeftPanelV.xaml</DependentUpon>
</Compile>
<Compile Include="LeftPanel\LeftPanelVM.vb" />
<Compile Include="LeftPanel\OnlyProdLeftPanelV.xaml.vb">
<DependentUpon>OnlyProdLeftPanelV.xaml</DependentUpon>
@@ -791,10 +788,6 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="LeftPanel\LeftPanelV.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="LeftPanel\OnlyProdLeftPanelV.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
@@ -68,7 +68,7 @@
<TabControl Grid.Row="1"
Grid.Column="2"
BorderThickness="0"
Margin="0"
Margin="0,-3.8,0,-2"
SelectedIndex="{Binding SelManagerTab}">
<TabControl.ItemContainerStyle>
<Style TargetType="{x:Type TabItem}">
@@ -103,9 +103,18 @@
<RowDefinition Height="Auto"/>
<RowDefinition Height="1*"/>
</Grid.RowDefinitions>
<Border Grid.RowSpan="2" Grid.ColumnSpan="2" Style="{StaticResource OnlyProdPage_Border}"/>
<EgtBEAMWALL:OnlyProdFeatureManagerV DataContext="{StaticResource FeatureManagerVM}"
Tag="{Binding DataContext.BTLStructureVM.SelBTLPart.SelBTLFeatureVM, RelativeSource={RelativeSource AncestorType={x:Type EgtBEAMWALL:OnlyProdProjectV}}}"/>
<TabControl Grid.Row="1"
<EgtBEAMWALL:OnlyProdPParameterListV Grid.Row="1"
DataContext="{StaticResource PParameterListVM}"
Tag="{Binding DataContext.BTLStructureVM.SelBTLPart.SelBTLFeatureVM, RelativeSource={RelativeSource AncestorType={x:Type EgtBEAMWALL:OnlyProdProjectV}}}"
Margin="5"/>
<!--<TabControl Grid.Row="1"
Style="{StaticResource OnlyProd_TabControl}">
<TabItem Header="Parametri Geometrici">
<TabItem.Content>
@@ -127,7 +136,7 @@
</Border>
</TabItem.Content>
</TabItem>
</TabControl>
</TabControl>-->
</Grid>
</TabItem.Content>
+2 -2
View File
@@ -29,11 +29,11 @@
<RowDefinition Height="Auto"/>
<RowDefinition Height="{Binding GridDims[3].GridLen, Mode=TwoWay}"/>
</Grid.RowDefinitions>
<EgtBEAMWALL:LeftPanelV Grid.Column="0"
<!--<EgtBEAMWALL:LeftPanelV Grid.Column="0"
Grid.RowSpan="4"
DataContext="{StaticResource LeftPanelVM}"
Tag="{Binding DataContext.BTLStructureVM, RelativeSource={RelativeSource AncestorType={x:Type EgtBEAMWALL:ProjectV}}}"
Visibility="{Binding DataContext.LeftPanel_Visibility, RelativeSource={RelativeSource AncestorType={x:Type EgtBEAMWALL:ProjectV}}}"/>
Visibility="{Binding DataContext.LeftPanel_Visibility, RelativeSource={RelativeSource AncestorType={x:Type EgtBEAMWALL:ProjectV}}}"/>-->
<GridSplitter Grid.Column="1"
Grid.RowSpan="4"
Width="3"