|
@@ -351,10 +351,9 @@
|
|
</Border>
|
|
</Border>
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="4" Grid.Column="0">
|
|
<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="4" Grid.Column="0">
|
|
<TextBlock Text="Robot Control" VerticalAlignment="Center" HorizontalAlignment="Center">
|
|
<TextBlock Text="Robot Control" VerticalAlignment="Center" HorizontalAlignment="Center">
|
|
-
|
|
|
|
|
|
+
|
|
</TextBlock>
|
|
</TextBlock>
|
|
</Border>
|
|
</Border>
|
|
-
|
|
|
|
<Border Padding="5" BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="4" Grid.Column="2">
|
|
<Border Padding="5" BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="4" Grid.Column="2">
|
|
<StackPanel Orientation="Horizontal">
|
|
<StackPanel Orientation="Horizontal">
|
|
<Button Content="Online" Width="110"></Button>
|
|
<Button Content="Online" Width="110"></Button>
|
|
@@ -362,8 +361,334 @@
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</Border>
|
|
</Border>
|
|
</Grid>
|
|
</Grid>
|
|
|
|
+ <Grid Grid.Row="1" Margin="0,30,0,0" Visibility="{Binding IsShowTable}">
|
|
|
|
+ <Grid.RowDefinitions>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ <RowDefinition Height="35"></RowDefinition>
|
|
|
|
+ </Grid.RowDefinitions>
|
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
|
+ <ColumnDefinition Width="220"></ColumnDefinition>
|
|
|
|
+ <ColumnDefinition Width="110"></ColumnDefinition>
|
|
|
|
+ <ColumnDefinition Width="120"></ColumnDefinition>
|
|
|
|
+ <ColumnDefinition Width="140"></ColumnDefinition>
|
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1" Grid.Row="0" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="Name" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Grid.Row="0" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="Unit" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Grid.Row="0" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="SetValue" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Grid.Row="0" Grid.Column="3">
|
|
|
|
+ <TextBlock Text="" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Grid.Row="0" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="Alarm" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="1" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[0].Name}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="1" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[0].Unit}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="1" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[0].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="1" Grid.Column="3">
|
|
|
|
+ <!--<TextBlock Text="{Binding SDUseWarningLimit}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>-->
|
|
|
|
+ <Button Content="Set" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="3">
|
|
|
|
+ <i:Interaction.Triggers>
|
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
|
+ <micro:ActionMessage MethodName="SetValue">
|
|
|
|
+ <micro:Parameter Value="{Binding ConfigItems[0]}"/>
|
|
|
|
+ </micro:ActionMessage>
|
|
|
|
+ </i:EventTrigger>
|
|
|
|
+ </i:Interaction.Triggers>
|
|
|
|
+ </Button>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="1" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="2" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[1].Name}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="2" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[1].Unit}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="2" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[1].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="2" Grid.Column="3">
|
|
|
|
+ <!--<TextBlock Text="" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>-->
|
|
|
|
+ <Button Content="Set" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="3">
|
|
|
|
+ <i:Interaction.Triggers>
|
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
|
+ <micro:ActionMessage MethodName="SetValue">
|
|
|
|
+ <micro:Parameter Value="{Binding ConfigItems[1]}"/>
|
|
|
|
+ </micro:ActionMessage>
|
|
|
|
+ </i:EventTrigger>
|
|
|
|
+ </i:Interaction.Triggers>
|
|
|
|
+ </Button>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="2" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="{Binding SDUseAlarmLimit}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="3" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[2].Name}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="3" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[2].Unit}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="3" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[2].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="3" Grid.Column="3">
|
|
|
|
+ <!--<TextBlock Text="{Binding SDUseWarningTimeLimit}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>-->
|
|
|
|
+ <Button Content="Set" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="3">
|
|
|
|
+ <i:Interaction.Triggers>
|
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
|
+ <micro:ActionMessage MethodName="SetValue">
|
|
|
|
+ <micro:Parameter Value="{Binding ConfigItems[2]}"/>
|
|
|
|
+ </micro:ActionMessage>
|
|
|
|
+ </i:EventTrigger>
|
|
|
|
+ </i:Interaction.Triggers>
|
|
|
|
+ </Button>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="3" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="4" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[3].Name}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="4" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[3].Unit}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="4" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[3].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="4" Grid.Column="3">
|
|
|
|
+ <!--<TextBlock Text="" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>-->
|
|
|
|
+ <Button Content="Set" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="3">
|
|
|
|
+ <i:Interaction.Triggers>
|
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
|
+ <micro:ActionMessage MethodName="SetValue">
|
|
|
|
+ <micro:Parameter Value="{Binding ConfigItems[3]}"/>
|
|
|
|
+ </micro:ActionMessage>
|
|
|
|
+ </i:EventTrigger>
|
|
|
|
+ </i:Interaction.Triggers>
|
|
|
|
+ </Button>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="4" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="{Binding SDUseAlarmTimeLimit}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="5" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[4].Name}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="5" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[4].Unit}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="5" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[4].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="5" Grid.Column="3">
|
|
|
|
+ <!--<TextBlock Text="{Binding SDUseWarningThicknessLimit}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>-->
|
|
|
|
+ <Button Content="Set" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="3">
|
|
|
|
+ <i:Interaction.Triggers>
|
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
|
+ <micro:ActionMessage MethodName="SetValue">
|
|
|
|
+ <micro:Parameter Value="{Binding ConfigItems[4]}"/>
|
|
|
|
+ </micro:ActionMessage>
|
|
|
|
+ </i:EventTrigger>
|
|
|
|
+ </i:Interaction.Triggers>
|
|
|
|
+ </Button>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="5" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="6" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[5].Name}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="6" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[5].Unit}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="6" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[5].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="6" Grid.Column="3">
|
|
|
|
+ <!--<TextBlock Text="{Binding ConfigItems[5].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>-->
|
|
|
|
+ <Button Content="Set" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="3">
|
|
|
|
+ <i:Interaction.Triggers>
|
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
|
+ <micro:ActionMessage MethodName="SetValue">
|
|
|
|
+ <micro:Parameter Value="{Binding ConfigItems[5]}"/>
|
|
|
|
+ </micro:ActionMessage>
|
|
|
|
+ </i:EventTrigger>
|
|
|
|
+ </i:Interaction.Triggers>
|
|
|
|
+ </Button>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="6" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="{Binding SDUseAlarmThicknessLimit}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="7" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[6].Name}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="7" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[6].Unit}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="7" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[6].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="7" Grid.Column="3">
|
|
|
|
+ <!--<TextBlock Text="{Binding EDUseWarningLimit}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>-->
|
|
|
|
+ <Button Content="Set" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="3">
|
|
|
|
+ <i:Interaction.Triggers>
|
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
|
+ <micro:ActionMessage MethodName="SetValue">
|
|
|
|
+ <micro:Parameter Value="{Binding ConfigItems[6]}"/>
|
|
|
|
+ </micro:ActionMessage>
|
|
|
|
+ </i:EventTrigger>
|
|
|
|
+ </i:Interaction.Triggers>
|
|
|
|
+ </Button>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="7" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="8" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[7].Name}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="8" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[7].Unit}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="8" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[7].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="8" Grid.Column="3">
|
|
|
|
+ <!--<TextBlock Text="" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>-->
|
|
|
|
+ <Button Content="Set" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="3">
|
|
|
|
+ <i:Interaction.Triggers>
|
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
|
+ <micro:ActionMessage MethodName="SetValue">
|
|
|
|
+ <micro:Parameter Value="{Binding ConfigItems[7]}"/>
|
|
|
|
+ </micro:ActionMessage>
|
|
|
|
+ </i:EventTrigger>
|
|
|
|
+ </i:Interaction.Triggers>
|
|
|
|
+ </Button>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="8" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="{Binding EDUseAlarmLimit}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="9" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[8].Name}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="9" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[8].Unit}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="9" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[8].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="9" Grid.Column="3">
|
|
|
|
+ <!--<TextBlock Text="{Binding EDUseWarningTimeLimit}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>-->
|
|
|
|
+ <Button Content="Set" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="3">
|
|
|
|
+ <i:Interaction.Triggers>
|
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
|
+ <micro:ActionMessage MethodName="SetValue">
|
|
|
|
+ <micro:Parameter Value="{Binding ConfigItems[8]}"/>
|
|
|
|
+ </micro:ActionMessage>
|
|
|
|
+ </i:EventTrigger>
|
|
|
|
+ </i:Interaction.Triggers>
|
|
|
|
+ </Button>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="9" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="10" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[9].Name}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="10" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[9].Unit}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="10" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[9].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="10" Grid.Column="3">
|
|
|
|
+ <!--<TextBlock Text="" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>-->
|
|
|
|
+ <Button Content="Set" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="3">
|
|
|
|
+ <i:Interaction.Triggers>
|
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
|
+ <micro:ActionMessage MethodName="SetValue">
|
|
|
|
+ <micro:Parameter Value="{Binding ConfigItems[9]}"/>
|
|
|
|
+ </micro:ActionMessage>
|
|
|
|
+ </i:EventTrigger>
|
|
|
|
+ </i:Interaction.Triggers>
|
|
|
|
+ </Button>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="10" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="{Binding EDUseAlarmTimeLimit}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="11" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[10].Name}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="11" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[10].Unit}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="11" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[10].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="11" Grid.Column="3">
|
|
|
|
+ <!--<TextBlock Text="{Binding EDUseWarningThicknessLimit}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>-->
|
|
|
|
+ <Button Content="Set" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="3">
|
|
|
|
+ <i:Interaction.Triggers>
|
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
|
+ <micro:ActionMessage MethodName="SetValue">
|
|
|
|
+ <micro:Parameter Value="{Binding ConfigItems[10]}"/>
|
|
|
|
+ </micro:ActionMessage>
|
|
|
|
+ </i:EventTrigger>
|
|
|
|
+ </i:Interaction.Triggers>
|
|
|
|
+ </Button>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="11" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Grid.Row="12" Grid.Column="0">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[11].Name}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="12" Grid.Column="1">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[11].Unit}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="12" Grid.Column="2">
|
|
|
|
+ <TextBlock Text="{Binding ConfigItems[11].CurrentValue}" VerticalAlignment="Center" HorizontalAlignment="Left" Padding="5,0"/>
|
|
|
|
+ </Border>
|
|
|
|
+ <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="12" Grid.Column="3">
|
|
|
|
+ <!--<TextBlock Text="" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>-->
|
|
|
|
+ <Button Content="Set" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Margin="3">
|
|
|
|
+ <i:Interaction.Triggers>
|
|
|
|
+ <i:EventTrigger EventName="Click">
|
|
|
|
+ <micro:ActionMessage MethodName="SetValue">
|
|
|
|
+ <micro:Parameter Value="{Binding ConfigItems[11]}"/>
|
|
|
|
+ </micro:ActionMessage>
|
|
|
|
+ </i:EventTrigger>
|
|
|
|
+ </i:Interaction.Triggers>
|
|
|
|
+ </Button>
|
|
|
|
+ </Border>
|
|
|
|
+ <!--<Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Grid.Row="12" Grid.Column="4">
|
|
|
|
+ <TextBlock Text="{Binding EDUseAlarmThicknessLimit}" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
|
|
|
|
+ </Border>-->
|
|
|
|
+ </Grid>
|
|
|
|
|
|
- <Grid Margin="0,30,0,0" Grid.Row="1" Visibility="{Binding IsShowAUX}">
|
|
|
|
|
|
+ <Grid Grid.Row="1" Visibility="{Binding IsShowAUX}">
|
|
<Grid.RowDefinitions>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition/>
|
|
<RowDefinition/>
|
|
<RowDefinition Height="80"/>
|
|
<RowDefinition Height="80"/>
|
|
@@ -432,7 +757,7 @@
|
|
</Grid>
|
|
</Grid>
|
|
</Grid>
|
|
</Grid>
|
|
|
|
|
|
- <ListBox Grid.Row="1" ItemsSource="{Binding NameList}" Margin="0,30,0,0" Visibility="{Binding IsListData}">
|
|
|
|
|
|
+ <ListBox Grid.Row="1" ItemsSource="{Binding NameList}" Margin="10" Visibility="{Binding IsListData}">
|
|
<ListBox.ItemTemplate>
|
|
<ListBox.ItemTemplate>
|
|
<DataTemplate>
|
|
<DataTemplate>
|
|
<StackPanel Orientation="Vertical">
|
|
<StackPanel Orientation="Vertical">
|