|
@@ -573,7 +573,7 @@
|
|
|
<TabItem Header="VCEB" Style="{StaticResource CustomTab}">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height=".5*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
<RowDefinition Height="*"/>
|
|
|
<RowDefinition Height="*"/>
|
|
|
<RowDefinition Height="*"/>
|
|
@@ -613,7 +613,7 @@
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
</Border>
|
|
|
- <Border Grid.Row="1" Grid.Column="0" Background="#95b3d7" Margin="5" Padding="20,40" CornerRadius="5">
|
|
|
+ <Border Grid.Row="1" Grid.Column="0" Background="#95b3d7" Margin="5" Padding="20,10" CornerRadius="5">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="*"/>
|
|
@@ -632,7 +632,7 @@
|
|
|
<Button Grid.Column="2" Grid.Row="2" Command="{Binding VCEClear}">Clear Error</Button>
|
|
|
</Grid>
|
|
|
</Border>
|
|
|
- <Border Grid.Row="2" Grid.Column="0" Padding="20,40" Background="#95b3d7" Margin="5" CornerRadius="5">
|
|
|
+ <Border Grid.Row="2" Grid.Column="0" Padding="20,10" Background="#95b3d7" Margin="5" CornerRadius="5">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="*"/>
|
|
@@ -657,7 +657,7 @@
|
|
|
<Button Grid.Column="2" Grid.Row="2" Command="{Binding HOMECommand}">Home plant</Button>
|
|
|
</Grid>
|
|
|
</Border>
|
|
|
- <Border Grid.Row="3" Grid.Column="0" Padding="20,40" Background="#95b3d7" Margin="5" CornerRadius="5">
|
|
|
+ <Border Grid.Row="3" Grid.Column="0" Padding="20,10" Background="#95b3d7" Margin="5" CornerRadius="5">
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="*"/>
|
|
@@ -699,10 +699,8 @@
|
|
|
<ColumnDefinition Width=".3*"/>
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
</Grid.ColumnDefinitions>
|
|
|
- <TextBlock Grid.Row="0" Grid.Column="0" TextAlignment="Center" VerticalAlignment="Center">Status</TextBlock>
|
|
|
<TextBlock Grid.Row="1" Grid.Column="0" TextAlignment="Center" VerticalAlignment="Center">Action Info</TextBlock>
|
|
|
<TextBox Grid.Row="1" Grid.Column="2" TextAlignment="Center" VerticalAlignment="Center">HOME OK</TextBox>
|
|
|
- <TextBox Grid.Row="0" Grid.Column="2" TextAlignment="Center" VerticalAlignment="Center">offline</TextBox>
|
|
|
<Grid Grid.Column="4" Grid.RowSpan="2">
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="*"></RowDefinition>
|