|
|
|
@ -140,11 +140,13 @@ |
|
|
|
Background="LightBlue" /> |
|
|
|
Background="LightBlue" /> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
</TabItem> |
|
|
|
</TabItem> |
|
|
|
|
|
|
|
|
|
|
|
<TabItem |
|
|
|
<TabItem |
|
|
|
Header="{Binding TabDependencyMatrix}"> |
|
|
|
Header="{Binding TabDependencyMatrix}"> |
|
|
|
<Graph:TreeMatrixControl |
|
|
|
<Graph:TreeMatrixControl |
|
|
|
x:Name="matrixControl"></Graph:TreeMatrixControl> |
|
|
|
x:Name="matrixControl"></Graph:TreeMatrixControl> |
|
|
|
</TabItem> |
|
|
|
</TabItem> |
|
|
|
|
|
|
|
|
|
|
|
<TabItem |
|
|
|
<TabItem |
|
|
|
Header="{Binding TabMetrics}" |
|
|
|
Header="{Binding TabMetrics}" |
|
|
|
IsEnabled="{Binding MetrixTabEnable}"> |
|
|
|
IsEnabled="{Binding MetrixTabEnable}"> |
|
|
|
@ -274,6 +276,7 @@ |
|
|
|
<ColumnDefinition |
|
|
|
<ColumnDefinition |
|
|
|
Width="*" /> |
|
|
|
Width="*" /> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
|
|
|
|
|
|
|
|
<ToolBarTray |
|
|
|
<ToolBarTray |
|
|
|
Background="White" |
|
|
|
Background="White" |
|
|
|
Grid.Row="0" |
|
|
|
Grid.Row="0" |
|
|
|
@ -291,6 +294,8 @@ |
|
|
|
<util:ComboBoxWithCommand Width="200" Margin="4,0,0,0" |
|
|
|
<util:ComboBoxWithCommand Width="200" Margin="4,0,0,0" |
|
|
|
ItemsSource="{Binding Source={StaticResource Metrics}}" |
|
|
|
ItemsSource="{Binding Source={StaticResource Metrics}}" |
|
|
|
Command="{Binding ShowTreeMap}"> |
|
|
|
Command="{Binding ShowTreeMap}"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<util:ComboBoxWithCommand.ItemTemplate> |
|
|
|
<util:ComboBoxWithCommand.ItemTemplate> |
|
|
|
<DataTemplate> |
|
|
|
<DataTemplate> |
|
|
|
<Label Content="{Binding Path=.,Mode=OneWay, |
|
|
|
<Label Content="{Binding Path=.,Mode=OneWay, |
|
|
|
@ -311,6 +316,7 @@ |
|
|
|
<t:TreeMaps |
|
|
|
<t:TreeMaps |
|
|
|
Grid.Row="1" |
|
|
|
Grid.Row="1" |
|
|
|
Grid.Column="0" |
|
|
|
Grid.Column="0" |
|
|
|
|
|
|
|
Loaded="TreeMaps_Loaded" |
|
|
|
ItemsSource="{Binding Nodes}" |
|
|
|
ItemsSource="{Binding Nodes}" |
|
|
|
Background="LightGray" |
|
|
|
Background="LightGray" |
|
|
|
ItemTemplate="{StaticResource TreeMapDataTemplate}" |
|
|
|
ItemTemplate="{StaticResource TreeMapDataTemplate}" |
|
|
|
@ -318,8 +324,8 @@ |
|
|
|
</t:TreeMaps> |
|
|
|
</t:TreeMaps> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
</TabItem> |
|
|
|
</TabItem> |
|
|
|
|
|
|
|
|
|
|
|
</TabControl> |
|
|
|
</TabControl> |
|
|
|
|
|
|
|
|
|
|
|
<StatusBar |
|
|
|
<StatusBar |
|
|
|
Grid.Row="2"> |
|
|
|
Grid.Row="2"> |
|
|
|
<StatusBarItem |
|
|
|
<StatusBarItem |
|
|
|
@ -393,5 +399,6 @@ |
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
</StatusBarItem> |
|
|
|
</StatusBarItem> |
|
|
|
</StatusBar> |
|
|
|
</StatusBar> |
|
|
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
</Window> |
|
|
|
</Window> |