개정판 266a2d4f
controller 수정
Change-Id: Idf0594d916581de9935e533dc62e16434ea18153
ConvertService/ServiceBase/Markus.Service.StationController/Views/MergeDataView.xaml | ||
---|---|---|
7 | 7 |
xmlns:local="clr-namespace:Markus.Service.StationController.ViewModel" |
8 | 8 |
mc:Ignorable="d" |
9 | 9 |
d:DesignHeight="450" d:DesignWidth="800"> |
10 |
<UserControl.Resources> |
|
11 |
</UserControl.Resources> |
|
10 | 12 |
<Grid> |
11 | 13 |
<Grid.RowDefinitions> |
12 | 14 |
<RowDefinition Height="3.5*"/> |
... | ... | |
16 | 18 |
<GroupBox Header="Service Alive Items" Style="{DynamicResource MaterialDesignGroupBox}" Margin="3" BorderThickness="0"> |
17 | 19 |
<Views:AliveView /> |
18 | 20 |
</GroupBox> |
19 |
<GroupBox Header="Error Items" Grid.Row="1" Style="{DynamicResource MaterialDesignGroupBox}" Margin="3" BorderThickness="0">
|
|
21 |
<GroupBox Header="Error Items" Grid.Row="1" materialDesign:ColorZoneAssist.Mode="Inverted" Style="{DynamicResource MaterialDesignGroupBox}" Margin="3" BorderThickness="0">
|
|
20 | 22 |
<Views:DataBaseByStatusView/> |
21 | 23 |
</GroupBox> |
22 |
<GroupBox Header="Completed Items" Grid.Row="2" Style="{DynamicResource MaterialDesignGroupBox}" Margin="3" BorderThickness="0"> |
|
24 |
<GroupBox Header="Completed Items" Grid.Row="2" Style="{DynamicResource MaterialDesignGroupBox}" Margin="3" BorderThickness="0">
|
|
23 | 25 |
<Views:DataBaseByStatusView/> |
24 | 26 |
</GroupBox> |
25 | 27 |
|
내보내기 Unified diff