123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- <UserControl x:Class="Aitex.Triton160.UI.Views.ProcessConfigView"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- mc:Ignorable="d"
- Height="800" Width="1920" Background="#669ACC">
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="100"/>
- <RowDefinition Height="50"/>
- <RowDefinition Height="0"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="0"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="0"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="50"/>
-
-
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="*" />
- <ColumnDefinition Width="280" />
- <ColumnDefinition Width="90" />
- <ColumnDefinition Width="90" />
- <ColumnDefinition Width="90" />
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Rectangle Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="4" FontSize="18" TextAlignment="Center" Text="{DynamicResource GlobalLableProcessConfiguration}" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableVentTimeLimit}" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.VentTimeLimit, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="2" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="2" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="11" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.VentTimeLimit}" />
- <Button Content="Set" Grid.Row="2" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="VentTimeLimit" FontSize="16" Width="80" Height="26" Margin="0"/>
- <Rectangle Grid.Row="3" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLablePurgePumpTimeLimit}" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.PurgePumpTimeLimit, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="3" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="3" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.PurgePumpTimeLimit}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="3" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="PurgePumpTimeLimit" FontSize="16" Width="80" Height="26" Margin="0"/>
- <!--<Rectangle Grid.Row="4" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="1" FontSize="15" Text="Purge Pump Stable Time(s)" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.PurgePumpStableTime, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="4" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="4" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.PurgePumpStableTime}" />
- <Button Content="Set" Grid.Row="4" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="PurgePumpStableTime" FontSize="16" Width="80" Height="26" Margin="0"/>-->
- <Rectangle Grid.Row="5" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLablePurgePumpPressure}" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.PurgePumpPressure, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="5" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="5" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.PurgePumpPressure}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="5" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="PurgePumpPressure" FontSize="16" Width="80" Height="26" Margin="0"/>
- <Rectangle Grid.Row="6" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLablePurgeTimeLimit}" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.PurgeVentTimeLimit, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="6" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="6" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.PurgeVentTimeLimit}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="6" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="PurgeVentTimeLimit" FontSize="16" Width="80" Height="26" Margin="0"/>
- <!--<Rectangle Grid.Row="7" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="7" Grid.Column="1" FontSize="15" Text="Purge Vent Stable Time(s)" Foreground="White" />
- <Rectangle Grid.Row="7" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="7" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.PurgeVentStableTime, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="7" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="7" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.PurgeVentStableTime}" />
- <Button Content="Set" Grid.Row="7" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="PurgeVentStableTime" FontSize="16" Width="80" Height="26" Margin="0"/>-->
- <Rectangle Grid.Row="8" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="8" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLablePurgePressure}" Foreground="White" />
- <Rectangle Grid.Row="8" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="8" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.PurgeVentPressure, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="8" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="8" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.PurgeVentPressure}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="8" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="PurgeVentPressure" FontSize="16" Width="80" Height="26" Margin="0"/>
- <Rectangle Grid.Row="9" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="9" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLablePurgeCycleCount}" Foreground="White" />
- <Rectangle Grid.Row="9" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="9" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.PurgeCycleCount, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="9" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="9" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.PurgeCycleCount}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="9" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="PurgeCycleCount" FontSize="16" Width="80" Height="26" Margin="0"/>
- <Rectangle Grid.Row="10" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="10" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableGasFlowPressureAlarmTime}" Foreground="White" />
- <Rectangle Grid.Row="10" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="10" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.GasFlowPressureAlarmTime, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="10" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="10" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.GasFlowPressureAlarmTime}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="10" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="GasFlowPressureAlarmTime" FontSize="16" Width="80" Height="26" Margin="0"/>
- <Rectangle Grid.Row="11" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="11" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableGasFlowPressureAlarmRange}" Foreground="White" />
- <Rectangle Grid.Row="11" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="11" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.GasFlowPressureAlarmRange, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="11" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="11" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.GasFlowPressureAlarmRange}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="11" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="GasFlowPressureAlarmRange" FontSize="16" Width="80" Height="26" Margin="0"/>
- <Rectangle Grid.Row="12" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="12" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableRFPowerAlarmRange}" Foreground="White" />
- <Rectangle Grid.Row="12" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="12" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.RfPowerAlarmRange, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="12" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="12" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.RfPowerAlarmRange}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="12" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="RfPowerAlarmRange" FontSize="16" Width="80" Height="26" Margin="0"/>
- <Rectangle Grid.Row="13" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="13" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableRFPowerAlarmTime}" Foreground="White" />
- <Rectangle Grid.Row="13" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="13" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.RfPowerAlarmTime, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="13" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="13" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.RfPowerAlarmTime}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="13" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="RfPowerAlarmTime" FontSize="16" Width="80" Height="26" Margin="0"/>
- <Rectangle Grid.Row="14" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="14" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableRFReflectPowerAlarmRange}" Foreground="White" />
- <Rectangle Grid.Row="14" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="14" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.RfReflectPowerAlarmRange, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="14" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="14" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.RfReflectPowerAlarmRange}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="14" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="RfReflectPowerAlarmRange" FontSize="16" Width="80" Height="26" Margin="0"/>
- <Rectangle Grid.Row="15" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="15" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableRFReflectPowerAlarmTime}" Foreground="White" />
- <Rectangle Grid.Row="15" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="15" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.RfReflectPowerAlarmTime, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="15" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="15" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.RfReflectPowerAlarmTime}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="15" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="RfReflectPowerAlarmTime" FontSize="16" Width="80" Height="26" Margin="0"/>
- <Rectangle Grid.Row="16" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="16" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableVentTime}" Foreground="White" />
- <Rectangle Grid.Row="16" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="16" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.VentTime, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="16" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="16" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.VentTime}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="16" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="VentTime" FontSize="16" Width="80" Height="26" Margin="0"/>
-
- <!--<Rectangle Grid.Row="17" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="17" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableRFMatchRunningMode}" Foreground="White" />
- <Rectangle Grid.Row="17" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="17" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.MatchMode }" />
- <Rectangle Grid.Row="17" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <ComboBox Grid.Row="17" Grid.Column="3" IsEditable="False" Text="{Binding Path=SetPoint.MatchMode }" >
- <ComboBoxItem>Manual</ComboBoxItem>
- <ComboBoxItem>Auto</ComboBoxItem>
- </ComboBox>
- --><!--<TextBox Grid.Row="15" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.MatchMode}" />--><!--
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="17" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="MatchMode" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center"/>-->
- <!--<Rectangle Grid.Row="18" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="18" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableRFMatchPositionC1}" Foreground="White" />
- <Rectangle Grid.Row="18" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="18" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.MatchPositionC1, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="18" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="18" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.MatchPositionC1}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="18" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="MatchPositionC1" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center"/>
- <Rectangle Grid.Row="19" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="19" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableRFMatchPositionC2}" Foreground="White" />
- <Rectangle Grid.Row="19" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="19" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.MatchPositionC2, StringFormat={}{0:F0}}" />
- <Rectangle Grid.Row="19" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="19" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.MatchPositionC2}" />
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="19" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="MatchPositionC2" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center"/>-->
- <!--<Rectangle Grid.Row="17" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="17" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableRfMatchModeDuringProcess}" Foreground="White" />
- <Rectangle Grid.Row="17" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="17" Grid.Column="2" TextAlignment="Center" FontSize="13" Width="88" Height="25" Margin="3" Padding="0,0,0,0" Text="{Binding Path=Feedback.RfMatchModeDuringProcess }" />
- <Rectangle Grid.Row="17" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- --><!--<TextBox Grid.Row="18" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" TextAlignment="Center" FontSize="13" Height="25" Margin="3,3,0,0" Padding="0,0,0,0" Text="{Binding Path=SetPoint.IsMatchPresetMode}" />--><!--
- <ComboBox Grid.Row="17" Grid.Column="3" IsEditable="False" Text="{Binding Path=SetPoint.RfMatchModeDuringProcess }" >
- <ComboBoxItem>Manual</ComboBoxItem>
- <ComboBoxItem>Auto</ComboBoxItem>
- </ComboBox>
- <Button Content="{DynamicResource GlobalLableButtonSet}" Grid.Row="17" Grid.Column="4" Command="{Binding SetConfigCommand}" CommandParameter="RfMatchModeDuringProcess" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center"/>-->
-
- <StackPanel Orientation="Horizontal" Grid.Row="17" Grid.Column="1" Grid.ColumnSpan="4">
- <Button Content="Save Config As..." Command="{Binding SaveAsConfigCommand}" CommandParameter="IsMatchPresetMode" FontSize="16" Width="180" Height="26" Margin="10,0" VerticalAlignment="Center"/>
- <Button Content="Load Config" Command="{Binding LoadConfigCommand}" CommandParameter="IsMatchPresetMode" FontSize="16" Width="150" Height="26" Margin="10,0" VerticalAlignment="Center"/>
- <Button Content="Set All" Command="{Binding SetAllConfigCommand}" CommandParameter="IsMatchPresetMode" FontSize="16" Width="150" Height="26" Margin="0" VerticalAlignment="Center"/>
- </StackPanel>
- </Grid>
- </UserControl>
|