b290bdf8a1
-modificato grafica finestra newaddfeature -modificato stile onlyprodoptimizestatistics e onlyprodstatistics
21 lines
1.3 KiB
XML
21 lines
1.3 KiB
XML
<EgtWPFLib5:EgtCustomWindow x:Class="OptimizerStatisticsWndV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:EgtWPFLib5="clr-namespace:EgtWPFLib5;assembly=EgtWPFLib5"
|
|
xmlns:EgtBEAMWALL="clr-namespace:EgtBEAMWALL.ViewerOptimizer"
|
|
xmlns:EgtBEAMWALLCORE="clr-namespace:EgtBEAMWALL.Core;assembly=EgtBEAMWALL.Core"
|
|
Style="{StaticResource OnlyProd_EgtCustomWindow}"
|
|
WindowStyle="None" ResizeMode="NoResize"
|
|
SizeToContent="Height"
|
|
WindowStartupLocation="CenterOwner"
|
|
IsClosable="True"
|
|
IsMinimizable="False"
|
|
IsResizable="False"
|
|
Title="OptimizerStatisticsWndV"
|
|
Name="OptimizerStatisticsWndV"
|
|
Width="1000">
|
|
|
|
<EgtBEAMWALL:OnlyProdOptimizerStatisticsV Tag="{Binding Tag, RelativeSource={RelativeSource AncestorType={x:Type EgtBEAMWALL:OptimizerStatisticsWndV}}}"/>
|
|
|
|
</EgtWPFLib5:EgtCustomWindow>
|