123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- <UserControl x:Class="Aitex.Triton160.UI.Views.HardwareConfigView"
- 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" x:Name="self"
- Height="800" Width="1920" Background="#669ACC">
- <StackPanel Margin="10">
- <Grid Margin="5" HorizontalAlignment="Center">
- <Grid.RowDefinitions>
- <RowDefinition Height="40"/>
- <RowDefinition Height="35"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="180" />
- <ColumnDefinition Width="60" />
- <ColumnDefinition Width="120" />
- <ColumnDefinition Width="90" />
- <ColumnDefinition Width="110" />
- <ColumnDefinition Width="110" />
- <ColumnDefinition Width="110" />
- <ColumnDefinition Width="110" />
- <ColumnDefinition Width="90" />
- </Grid.ColumnDefinitions>
- <Rectangle Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="9" FontSize="18" TextAlignment="Center" Text="{DynamicResource GlobalLableConfigTitleGas}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="0" FontSize="15" Text="#" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableConfigEnable}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text="{DynamicResource GlobalLableConfigDisplayName}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="3" FontSize="15" Text="{DynamicResource GlobalLableConfigN2Scale}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="4" FontSize="15" Text="{DynamicResource GlobalLableConfigScaleFactor}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="5" FontSize="15" Text="{DynamicResource GlobalLableConfigAlarmRange}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="6" FontSize="15" Text="{DynamicResource GlobalLableConfigAlarmTime}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="7" FontSize="15" Text="{DynamicResource GlobalLableConfigEnableAlarm}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Rectangle Grid.Row="2" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigGas1}" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigGas2}" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigGas3}" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigGas4}" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigGas5}" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox x:Name="Enablegas1" Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas1Enable}" />
- <Rectangle Grid.Row="3" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox x:Name="Enablegas2" Grid.Row="3" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas2Enable}" />
- <Rectangle Grid.Row="4" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox x:Name="Enablegas3" Grid.Row="4" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas3Enable}" />
- <Rectangle Grid.Row="5" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox x:Name="Enablegas4" Grid.Row="5" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas4Enable}" />
- <Rectangle Grid.Row="6" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox x:Name="Enablegas5" Grid.Row="6" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas5Enable}" />
- <Rectangle Grid.Row="2" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="2" Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas1Name}" IsEnabled="{Binding ElementName=Enablegas1,Path=IsChecked}" />
- <Rectangle Grid.Row="3" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="3" Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas2Name}" IsEnabled="{Binding ElementName=Enablegas2,Path=IsChecked}" />
- <Rectangle Grid.Row="4" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="4" Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas3Name}" IsEnabled="{Binding ElementName=Enablegas3,Path=IsChecked}" />
- <Rectangle Grid.Row="5" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="5" Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas4Name}" IsEnabled="{Binding ElementName=Enablegas4,Path=IsChecked}" />
- <Rectangle Grid.Row="6" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="6" Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas5Name}" IsEnabled="{Binding ElementName=Enablegas5,Path=IsChecked}" />
- <Rectangle Grid.Row="2" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox IsEnabled="{Binding ElementName=Enablegas1,Path=IsChecked}" Grid.Row="2" Grid.Column="3" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas1MfcN2Scale}" />
- <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" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas2MfcN2Scale}" IsEnabled="{Binding ElementName=Enablegas2,Path=IsChecked}" />
- <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" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas3MfcN2Scale}" IsEnabled="{Binding ElementName=Enablegas3,Path=IsChecked}" />
- <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" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas4MfcN2Scale}" IsEnabled="{Binding ElementName=Enablegas4,Path=IsChecked}" />
- <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" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas5MfcN2Scale}" IsEnabled="{Binding ElementName=Enablegas5,Path=IsChecked}" />
- <Rectangle Grid.Row="2" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="2" Grid.Column="4" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas1MfcScaleFactor}" IsEnabled="{Binding ElementName=Enablegas1,Path=IsChecked}" />
- <Rectangle Grid.Row="3" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="3" Grid.Column="4" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas2MfcScaleFactor}" IsEnabled="{Binding ElementName=Enablegas2,Path=IsChecked}" />
- <Rectangle Grid.Row="4" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="4" Grid.Column="4" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas3MfcScaleFactor}" IsEnabled="{Binding ElementName=Enablegas3,Path=IsChecked}" />
- <Rectangle Grid.Row="5" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="5" Grid.Column="4" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas4MfcScaleFactor}" IsEnabled="{Binding ElementName=Enablegas4,Path=IsChecked}" />
- <Rectangle Grid.Row="6" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="6" Grid.Column="4" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas5MfcScaleFactor}" IsEnabled="{Binding ElementName=Enablegas5,Path=IsChecked}" />
- <Rectangle Grid.Row="2" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="2" Grid.Column="5" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas1MfcAlarmRange}" IsEnabled="{Binding ElementName=Enablegas1,Path=IsChecked}" />
- <Rectangle Grid.Row="3" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="3" Grid.Column="5" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas2MfcAlarmRange}" IsEnabled="{Binding ElementName=Enablegas2,Path=IsChecked}" />
- <Rectangle Grid.Row="4" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="4" Grid.Column="5" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas3MfcAlarmRange}" IsEnabled="{Binding ElementName=Enablegas3,Path=IsChecked}" />
- <Rectangle Grid.Row="5" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="5" Grid.Column="5" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas4MfcAlarmRange}" IsEnabled="{Binding ElementName=Enablegas4,Path=IsChecked}" />
- <Rectangle Grid.Row="6" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="6" Grid.Column="5" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas5MfcAlarmRange}" IsEnabled="{Binding ElementName=Enablegas5,Path=IsChecked}" />
- <Rectangle Grid.Row="2" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="2" Grid.Column="7" HorizontalAlignment="Center" VerticalAlignment="Center" IsEnabled="{Binding ElementName=Enablegas1,Path=IsChecked}" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas1MfcEnableAlarm}" />
- <Rectangle Grid.Row="3" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="3" Grid.Column="7" HorizontalAlignment="Center" VerticalAlignment="Center" IsEnabled="{Binding ElementName=Enablegas2,Path=IsChecked}" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas2MfcEnableAlarm}" />
- <Rectangle Grid.Row="4" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="4" Grid.Column="7" HorizontalAlignment="Center" VerticalAlignment="Center" IsEnabled="{Binding ElementName=Enablegas3,Path=IsChecked}" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas3MfcEnableAlarm}" />
- <Rectangle Grid.Row="5" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="5" Grid.Column="7" HorizontalAlignment="Center" VerticalAlignment="Center" IsEnabled="{Binding ElementName=Enablegas4,Path=IsChecked}" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas4MfcEnableAlarm}" />
- <Rectangle Grid.Row="6" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="6" Grid.Column="7" HorizontalAlignment="Center" VerticalAlignment="Center" IsEnabled="{Binding ElementName=Enablegas5,Path=IsChecked}" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas5MfcEnableAlarm}" />
- <Rectangle Grid.Row="2" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="2" Grid.Column="6" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas1MfcAlarmTime}" IsEnabled="{Binding ElementName=Enablegas1,Path=IsChecked}" />
- <Rectangle Grid.Row="3" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="3" Grid.Column="6" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas2MfcAlarmTime}" IsEnabled="{Binding ElementName=Enablegas2,Path=IsChecked}" />
- <Rectangle Grid.Row="4" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="4" Grid.Column="6" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas3MfcAlarmTime}" IsEnabled="{Binding ElementName=Enablegas3,Path=IsChecked}" />
- <Rectangle Grid.Row="5" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="5" Grid.Column="6" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas4MfcAlarmTime}" IsEnabled="{Binding ElementName=Enablegas4,Path=IsChecked}" />
- <Rectangle Grid.Row="6" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="6" Grid.Column="6" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.GasLineConfig.Gas5MfcAlarmTime}" IsEnabled="{Binding ElementName=Enablegas5,Path=IsChecked}" />
- <Rectangle Grid.Row="2" Grid.Column="8" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Rectangle Grid.Row="3" Grid.Column="8" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Rectangle Grid.Row="4" Grid.Column="8" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Rectangle Grid.Row="5" Grid.Column="8" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Rectangle Grid.Row="6" Grid.Column="8" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Button Grid.Row="2" Grid.Column="8" Content="{DynamicResource GlobalLableConfigButtonSet}" Command="{Binding SetConfigCommand}" CommandParameter="ConfigSetPoint.GasLineConfig.Gas1Enable;ConfigSetPoint.GasLineConfig.Gas1Name;ConfigSetPoint.GasLineConfig.Gas1MfcN2Scale;ConfigSetPoint.GasLineConfig.Gas1MfcScaleFactor;ConfigSetPoint.GasLineConfig.Gas1MfcAlarmRange;ConfigSetPoint.GasLineConfig.Gas1MfcAlarmTime;ConfigSetPoint.GasLineConfig.Gas1MfcEnableAlarm" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center" />
- <Button Grid.Row="3" Grid.Column="8" Content="{DynamicResource GlobalLableConfigButtonSet}" Command="{Binding SetConfigCommand}" CommandParameter="ConfigSetPoint.GasLineConfig.Gas2Enable;ConfigSetPoint.GasLineConfig.Gas2Name;ConfigSetPoint.GasLineConfig.Gas2MfcN2Scale;ConfigSetPoint.GasLineConfig.Gas2MfcScaleFactor;ConfigSetPoint.GasLineConfig.Gas2MfcAlarmRange;ConfigSetPoint.GasLineConfig.Gas2MfcAlarmTime;ConfigSetPoint.GasLineConfig.Gas2MfcEnableAlarm" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center" />
- <Button Grid.Row="4" Grid.Column="8" Content="{DynamicResource GlobalLableConfigButtonSet}" Command="{Binding SetConfigCommand}" CommandParameter="ConfigSetPoint.GasLineConfig.Gas3Enable;ConfigSetPoint.GasLineConfig.Gas3Name;ConfigSetPoint.GasLineConfig.Gas3MfcN2Scale;ConfigSetPoint.GasLineConfig.Gas3MfcScaleFactor;ConfigSetPoint.GasLineConfig.Gas3MfcAlarmRange;ConfigSetPoint.GasLineConfig.Gas3MfcAlarmTime;ConfigSetPoint.GasLineConfig.Gas3MfcEnableAlarm" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center" />
- <Button Grid.Row="5" Grid.Column="8" Content="{DynamicResource GlobalLableConfigButtonSet}" Command="{Binding SetConfigCommand}" CommandParameter="ConfigSetPoint.GasLineConfig.Gas4Enable;ConfigSetPoint.GasLineConfig.Gas4Name;ConfigSetPoint.GasLineConfig.Gas4MfcN2Scale;ConfigSetPoint.GasLineConfig.Gas4MfcScaleFactor;ConfigSetPoint.GasLineConfig.Gas4MfcAlarmRange;ConfigSetPoint.GasLineConfig.Gas4MfcAlarmTime;ConfigSetPoint.GasLineConfig.Gas4MfcEnableAlarm" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center" />
- <Button Grid.Row="6" Grid.Column="8" Content="{DynamicResource GlobalLableConfigButtonSet}" Command="{Binding SetConfigCommand}" CommandParameter="ConfigSetPoint.GasLineConfig.Gas5Enable;ConfigSetPoint.GasLineConfig.Gas5Name;ConfigSetPoint.GasLineConfig.Gas5MfcN2Scale;ConfigSetPoint.GasLineConfig.Gas5MfcScaleFactor;ConfigSetPoint.GasLineConfig.Gas5MfcAlarmRange;ConfigSetPoint.GasLineConfig.Gas5MfcAlarmTime;ConfigSetPoint.GasLineConfig.Gas5MfcEnableAlarm" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center" />
- </Grid>
- <Grid Margin="5" HorizontalAlignment="Center">
- <Grid.RowDefinitions>
- <RowDefinition Height="40"/>
- <RowDefinition Height="35"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="30"/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="130" />
- <ColumnDefinition Width="150" />
- <ColumnDefinition Width="150" />
- <ColumnDefinition Width="90" />
- <ColumnDefinition Width="150" />
- <ColumnDefinition Width="130" />
- <ColumnDefinition Width="90" />
- <ColumnDefinition Width="90" />
- </Grid.ColumnDefinitions>
- <Rectangle Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="8" FontSize="18" TextAlignment="Center" Text="{DynamicResource GlobalLableConfigStatistics}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="0" FontSize="15" Text="#" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableConfigLastPMTime}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text="{DynamicResource GlobalLableConfigFromLastPM}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Rectangle Grid.Row="1" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="4" FontSize="15" Text="{DynamicResource GlobalLableConfigTotal}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="5" FontSize="15" Text="{DynamicResource GlobalLableConfigPMInterval}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="6" FontSize="15" Text="{DynamicResource GlobalLableConfigEnable}" TextWrapping="Wrap" TextAlignment="Center" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="7" FontSize="15" Text="{DynamicResource GlobalLableConfigButtonSet}" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigRFOnTime}" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigPumpOnTime}" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Rectangle Grid.Row="3" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Rectangle Grid.Row="2" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="2" Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="150" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.System.RfOnTimeFromLastPM}" IsEnabled="False" />
- <Rectangle Grid.Row="3" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="3" Grid.Column="2" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="150" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.System.PumpOnTimeFromLastPM}" IsEnabled="False" />
- <Rectangle Grid.Row="2" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox IsEnabled="False" Grid.Row="2" Grid.Column="1" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="150" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.System.RfOnTimeLastPMTime}" />
- <Rectangle Grid.Row="3" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="3" Grid.Column="1" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="150" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.System.PumpOnTimeLastPMTime}" IsEnabled="False" />
- <Button Grid.Row="2" Grid.Column="3" Content="{DynamicResource GlobalLableConfigReset}" Command="{Binding ResetCommand}" CommandParameter="StatisticsRfOnTime" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <Button Grid.Row="3" Grid.Column="3" Content="{DynamicResource GlobalLableConfigReset}" Command="{Binding ResetCommand}" CommandParameter="StatisticsPumpOnTime" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <Rectangle Grid.Row="2" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="2" Grid.Column="4" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="150" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.System.RfOnTimeTotal}" IsEnabled="False" />
- <Rectangle Grid.Row="3" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="3" Grid.Column="4" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="150" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.System.PumpOnTimeTotal}" IsEnabled="False" />
- <Rectangle Grid.Row="2" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="2" Grid.Column="5" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="120" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.System.RfOnTimePMInterval}" />
- <Rectangle Grid.Row="3" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="3" Grid.Column="5" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="120" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.System.PumpOnTimePMInterval}" />
- <Rectangle Grid.Row="2" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="2" Grid.Column="6" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.System.RfOnTimeEnableAlarm}" />
- <Rectangle Grid.Row="3" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="3" Grid.Column="6" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.System.PumpOnTimeEnableAlarm}" />
- <Rectangle Grid.Row="2" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Button Grid.Row="2" Grid.Column="7" Content="{DynamicResource GlobalLableConfigButtonSet}" Command="{Binding SetConfigCommand}" CommandParameter="ConfigSetPoint.System.RfOnTimePMInterval;ConfigSetPoint.System.RfOnTimeEnableAlarm" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <Rectangle Grid.Row="3" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Button Grid.Row="3" Grid.Column="7" Content="{DynamicResource GlobalLableConfigButtonSet}" Command="{Binding SetConfigCommand}" CommandParameter="ConfigSetPoint.System.PumpOnTimePMInterval;ConfigSetPoint.System.PumpOnTimeEnableAlarm" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- </Grid>
- <StackPanel Orientation="Horizontal" HorizontalAlignment="Center">
- <StackPanel Orientation="Vertical" HorizontalAlignment="Center">
- <Grid Margin="5" HorizontalAlignment="Center">
- <Grid.RowDefinitions>
- <RowDefinition Height="40"/>
- <RowDefinition Height="35"/>
- <RowDefinition Height="40"/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="150" />
- <ColumnDefinition Width="150" />
- <ColumnDefinition Width="90" />
- </Grid.ColumnDefinitions>
- <Rectangle Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" FontSize="18" TextAlignment="Center" Text="RF " Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="0" FontSize="15" Text="#" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableConfigPulsingFunction}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text="{DynamicResource GlobalLableConfigPowerRange}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="3" FontSize="15" Text=" " Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="0" FontSize="15" Text="RF" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.RfConfig.EnablePulsingFunction}" />
- <Rectangle Grid.Row="2" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="2" Grid.Column="2" PreviewTextInput="OnPreviewTextInput" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center" FontSize="13" Width="80" Height="25" Margin="0" Text="{Binding Path=ConfigSetPoint.RfConfig.PowerRange}" />
- <Rectangle Grid.Row="2" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Button Grid.Row="2" Grid.Column="3" Content="{DynamicResource GlobalLableConfigButtonSet}" Command="{Binding SetConfigCommand}" CommandParameter="ConfigSetPoint.RfConfig.EnablePulsingFunction;ConfigSetPoint.RfConfig.PowerRange" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- </Grid>
- <Grid Margin="5" HorizontalAlignment="Center">
- <Grid.RowDefinitions>
- <RowDefinition Height="40"/>
- <RowDefinition Height="35"/>
- <RowDefinition Height="40"/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="150" />
- <ColumnDefinition Width="250" />
- <ColumnDefinition Width="90" />
- </Grid.ColumnDefinitions>
- <Rectangle Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" FontSize="18" TextAlignment="Center" Text="Barcode " Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigEnableBarcode}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableConfigEnableSelectRecipeInAutoRun}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text=" " Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="0" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="2" Grid.Column="0" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.BarcodeConfig.EnableBarcode}" />
- <Rectangle Grid.Row="2" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.BarcodeConfig.EnableSelectRecipeInAutoRun}" />
- <Rectangle Grid.Row="2" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Button Grid.Row="2" Grid.Column="2" Content="{DynamicResource GlobalLableConfigButtonSet}" Command="{Binding SetConfigCommand}" CommandParameter="ConfigSetPoint.BarcodeConfig.EnableBarcode;ConfigSetPoint.BarcodeConfig.EnableSelectRecipeInAutoRun" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- </Grid>
- <Grid Margin="5,5,5,5" HorizontalAlignment="Center">
- <Grid.RowDefinitions>
- <RowDefinition Height="40"/>
- <RowDefinition Height="35"/>
- <RowDefinition Height="40"/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="150" />
- <ColumnDefinition Width="250" />
- <ColumnDefinition Width="90" />
- </Grid.ColumnDefinitions>
- <Rectangle Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" FontSize="18" TextAlignment="Center" Text="{DynamicResource GlobalLableConfigDeviceControl}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="0" TextWrapping="Wrap" FontSize="15" Text="{DynamicResource GlobalLableConfigTestMode}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="1" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.System.IsTestMode}" />
- <Rectangle Grid.Row="1" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Button Grid.Row="1" Grid.Column="2" Content="{DynamicResource GlobalLableConfigButtonSet}" Command="{Binding SetConfigCommand}" CommandParameter="ConfigSetPoint.System.IsTestMode" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- </Grid>
- </StackPanel>
- <StackPanel Orientation="Vertical" HorizontalAlignment="Center">
- <Grid Margin="5" HorizontalAlignment="Center">
- <Grid.RowDefinitions>
- <RowDefinition Height="40"/>
- <RowDefinition Height="35"/>
- <RowDefinition Height="40"/>
- <RowDefinition Height="40"/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="150" />
- <ColumnDefinition Width="240" />
- <ColumnDefinition Width="90" />
- </Grid.ColumnDefinitions>
- <Rectangle Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" FontSize="18" TextAlignment="Center" Text="{DynamicResource GlobalLableConfigVacuumSystem}" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="0" FontSize="15" Text="#" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableConfigEnable}" TextWrapping="Wrap" TextAlignment="Center" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text=" " Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="0" TextWrapping="Wrap" FontSize="15" Text="{DynamicResource GlobalLableConfigPressureControl}" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.PressureControlConfig.IsIndependentControl}" />
- <Rectangle Grid.Row="2" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Button Grid.Row="2" Grid.Column="2" Content="{DynamicResource GlobalLableConfigButtonSet}" Command="{Binding SetConfigCommand}" CommandParameter="ConfigSetPoint.PressureControlConfig.IsIndependentControl" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <Rectangle Grid.Row="3" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="0" TextWrapping="Wrap" FontSize="15" Text="{DynamicResource GlobalLableConfigDryPump}" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="3" Grid.Column="1" x:Name="ControlEnableDryPump" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.PressureControlConfig.EnableDryPump}" />
- <Rectangle Grid.Row="3" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <Button Grid.Row="3" Grid.Column="2" Content="{DynamicResource GlobalLableConfigButtonSet}" Command="{Binding SetConfigCommand}" CommandParameter="ConfigSetPoint.PressureControlConfig.EnableDryPump" FontSize="16" Width="80" Height="26" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- </Grid>
- </StackPanel>
- </StackPanel>
- </StackPanel>
- </UserControl>
|