HardwareConfigView.xaml 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. <UserControl x:Class="Aitex.Triton160.UI.Views.HardwareConfigView"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. mc:Ignorable="d" x:Name="self"
  7. Height="800" Width="1920" Background="#669ACC">
  8. <StackPanel Margin="10">
  9. <Grid Margin="5" HorizontalAlignment="Center">
  10. <Grid.RowDefinitions>
  11. <RowDefinition Height="40"/>
  12. <RowDefinition Height="35"/>
  13. <RowDefinition Height="30"/>
  14. <RowDefinition Height="30"/>
  15. <RowDefinition Height="30"/>
  16. <RowDefinition Height="30"/>
  17. <RowDefinition Height="30"/>
  18. </Grid.RowDefinitions>
  19. <Grid.ColumnDefinitions>
  20. <ColumnDefinition Width="180" />
  21. <ColumnDefinition Width="60" />
  22. <ColumnDefinition Width="120" />
  23. <ColumnDefinition Width="90" />
  24. <ColumnDefinition Width="110" />
  25. <ColumnDefinition Width="110" />
  26. <ColumnDefinition Width="110" />
  27. <ColumnDefinition Width="110" />
  28. <ColumnDefinition Width="90" />
  29. </Grid.ColumnDefinitions>
  30. <Rectangle Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  31. <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="9" FontSize="18" TextAlignment="Center" Text="{DynamicResource GlobalLableConfigTitleGas}" Foreground="White" />
  32. <Rectangle Grid.Row="1" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  33. <TextBlock Grid.Row="1" Grid.Column="0" FontSize="15" Text="#" Foreground="White" />
  34. <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  35. <TextBlock Grid.Row="1" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableConfigEnable}" Foreground="White" />
  36. <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  37. <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text="{DynamicResource GlobalLableConfigDisplayName}" Foreground="White" />
  38. <Rectangle Grid.Row="1" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  39. <TextBlock Grid.Row="1" Grid.Column="3" FontSize="15" Text="{DynamicResource GlobalLableConfigN2Scale}" Foreground="White" />
  40. <Rectangle Grid.Row="1" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  41. <TextBlock Grid.Row="1" Grid.Column="4" FontSize="15" Text="{DynamicResource GlobalLableConfigScaleFactor}" Foreground="White" />
  42. <Rectangle Grid.Row="1" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  43. <TextBlock Grid.Row="1" Grid.Column="5" FontSize="15" Text="{DynamicResource GlobalLableConfigAlarmRange}" Foreground="White" />
  44. <Rectangle Grid.Row="1" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  45. <TextBlock Grid.Row="1" Grid.Column="6" FontSize="15" Text="{DynamicResource GlobalLableConfigAlarmTime}" Foreground="White" />
  46. <Rectangle Grid.Row="1" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  47. <TextBlock Grid.Row="1" Grid.Column="7" FontSize="15" Text="{DynamicResource GlobalLableConfigEnableAlarm}" Foreground="White" />
  48. <Rectangle Grid.Row="1" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  49. <Rectangle Grid.Row="2" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  50. <TextBlock Grid.Row="2" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigGas1}" Foreground="White" />
  51. <Rectangle Grid.Row="3" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  52. <TextBlock Grid.Row="3" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigGas2}" Foreground="White" />
  53. <Rectangle Grid.Row="4" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  54. <TextBlock Grid.Row="4" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigGas3}" Foreground="White" />
  55. <Rectangle Grid.Row="5" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  56. <TextBlock Grid.Row="5" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigGas4}" Foreground="White" />
  57. <Rectangle Grid.Row="6" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  58. <TextBlock Grid.Row="6" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigGas5}" Foreground="White" />
  59. <Rectangle Grid.Row="2" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  60. <CheckBox x:Name="Enablegas1" Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas1Enable}" />
  61. <Rectangle Grid.Row="3" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  62. <CheckBox x:Name="Enablegas2" Grid.Row="3" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas2Enable}" />
  63. <Rectangle Grid.Row="4" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  64. <CheckBox x:Name="Enablegas3" Grid.Row="4" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas3Enable}" />
  65. <Rectangle Grid.Row="5" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  66. <CheckBox x:Name="Enablegas4" Grid.Row="5" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas4Enable}" />
  67. <Rectangle Grid.Row="6" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  68. <CheckBox x:Name="Enablegas5" Grid.Row="6" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas5Enable}" />
  69. <Rectangle Grid.Row="2" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  70. <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}" />
  71. <Rectangle Grid.Row="3" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  72. <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}" />
  73. <Rectangle Grid.Row="4" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  74. <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}" />
  75. <Rectangle Grid.Row="5" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  76. <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}" />
  77. <Rectangle Grid.Row="6" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  78. <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}" />
  79. <Rectangle Grid.Row="2" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  80. <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}" />
  81. <Rectangle Grid.Row="3" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  82. <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}" />
  83. <Rectangle Grid.Row="4" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  84. <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}" />
  85. <Rectangle Grid.Row="5" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  86. <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}" />
  87. <Rectangle Grid.Row="6" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  88. <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}" />
  89. <Rectangle Grid.Row="2" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  90. <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}" />
  91. <Rectangle Grid.Row="3" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  92. <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}" />
  93. <Rectangle Grid.Row="4" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  94. <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}" />
  95. <Rectangle Grid.Row="5" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  96. <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}" />
  97. <Rectangle Grid.Row="6" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  98. <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}" />
  99. <Rectangle Grid.Row="2" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  100. <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}" />
  101. <Rectangle Grid.Row="3" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  102. <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}" />
  103. <Rectangle Grid.Row="4" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  104. <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}" />
  105. <Rectangle Grid.Row="5" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  106. <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}" />
  107. <Rectangle Grid.Row="6" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  108. <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}" />
  109. <Rectangle Grid.Row="2" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  110. <CheckBox Grid.Row="2" Grid.Column="7" HorizontalAlignment="Center" VerticalAlignment="Center" IsEnabled="{Binding ElementName=Enablegas1,Path=IsChecked}" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas1MfcEnableAlarm}" />
  111. <Rectangle Grid.Row="3" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  112. <CheckBox Grid.Row="3" Grid.Column="7" HorizontalAlignment="Center" VerticalAlignment="Center" IsEnabled="{Binding ElementName=Enablegas2,Path=IsChecked}" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas2MfcEnableAlarm}" />
  113. <Rectangle Grid.Row="4" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  114. <CheckBox Grid.Row="4" Grid.Column="7" HorizontalAlignment="Center" VerticalAlignment="Center" IsEnabled="{Binding ElementName=Enablegas3,Path=IsChecked}" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas3MfcEnableAlarm}" />
  115. <Rectangle Grid.Row="5" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  116. <CheckBox Grid.Row="5" Grid.Column="7" HorizontalAlignment="Center" VerticalAlignment="Center" IsEnabled="{Binding ElementName=Enablegas4,Path=IsChecked}" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas4MfcEnableAlarm}" />
  117. <Rectangle Grid.Row="6" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  118. <CheckBox Grid.Row="6" Grid.Column="7" HorizontalAlignment="Center" VerticalAlignment="Center" IsEnabled="{Binding ElementName=Enablegas5,Path=IsChecked}" IsChecked="{Binding Path=ConfigSetPoint.GasLineConfig.Gas5MfcEnableAlarm}" />
  119. <Rectangle Grid.Row="2" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  120. <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}" />
  121. <Rectangle Grid.Row="3" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  122. <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}" />
  123. <Rectangle Grid.Row="4" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  124. <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}" />
  125. <Rectangle Grid.Row="5" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  126. <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}" />
  127. <Rectangle Grid.Row="6" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  128. <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}" />
  129. <Rectangle Grid.Row="2" Grid.Column="8" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  130. <Rectangle Grid.Row="3" Grid.Column="8" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  131. <Rectangle Grid.Row="4" Grid.Column="8" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  132. <Rectangle Grid.Row="5" Grid.Column="8" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  133. <Rectangle Grid.Row="6" Grid.Column="8" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  134. <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" />
  135. <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" />
  136. <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" />
  137. <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" />
  138. <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" />
  139. </Grid>
  140. <Grid Margin="5" HorizontalAlignment="Center">
  141. <Grid.RowDefinitions>
  142. <RowDefinition Height="40"/>
  143. <RowDefinition Height="35"/>
  144. <RowDefinition Height="30"/>
  145. <RowDefinition Height="30"/>
  146. </Grid.RowDefinitions>
  147. <Grid.ColumnDefinitions>
  148. <ColumnDefinition Width="130" />
  149. <ColumnDefinition Width="150" />
  150. <ColumnDefinition Width="150" />
  151. <ColumnDefinition Width="90" />
  152. <ColumnDefinition Width="150" />
  153. <ColumnDefinition Width="130" />
  154. <ColumnDefinition Width="90" />
  155. <ColumnDefinition Width="90" />
  156. </Grid.ColumnDefinitions>
  157. <Rectangle Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  158. <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="8" FontSize="18" TextAlignment="Center" Text="{DynamicResource GlobalLableConfigStatistics}" Foreground="White" />
  159. <Rectangle Grid.Row="1" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  160. <TextBlock Grid.Row="1" Grid.Column="0" FontSize="15" Text="#" Foreground="White" />
  161. <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  162. <TextBlock Grid.Row="1" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableConfigLastPMTime}" Foreground="White" />
  163. <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  164. <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text="{DynamicResource GlobalLableConfigFromLastPM}" Foreground="White" />
  165. <Rectangle Grid.Row="1" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  166. <Rectangle Grid.Row="1" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  167. <TextBlock Grid.Row="1" Grid.Column="4" FontSize="15" Text="{DynamicResource GlobalLableConfigTotal}" Foreground="White" />
  168. <Rectangle Grid.Row="1" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  169. <TextBlock Grid.Row="1" Grid.Column="5" FontSize="15" Text="{DynamicResource GlobalLableConfigPMInterval}" Foreground="White" />
  170. <Rectangle Grid.Row="1" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  171. <TextBlock Grid.Row="1" Grid.Column="6" FontSize="15" Text="{DynamicResource GlobalLableConfigEnable}" TextWrapping="Wrap" TextAlignment="Center" Foreground="White" />
  172. <Rectangle Grid.Row="1" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  173. <TextBlock Grid.Row="1" Grid.Column="7" FontSize="15" Text="{DynamicResource GlobalLableConfigButtonSet}" Foreground="White" />
  174. <Rectangle Grid.Row="2" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  175. <TextBlock Grid.Row="2" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigRFOnTime}" Foreground="White" />
  176. <Rectangle Grid.Row="3" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  177. <TextBlock Grid.Row="3" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigPumpOnTime}" Foreground="White" />
  178. <Rectangle Grid.Row="2" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  179. <Rectangle Grid.Row="3" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  180. <Rectangle Grid.Row="2" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  181. <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" />
  182. <Rectangle Grid.Row="3" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  183. <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" />
  184. <Rectangle Grid.Row="2" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  185. <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}" />
  186. <Rectangle Grid.Row="3" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  187. <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" />
  188. <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"/>
  189. <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"/>
  190. <Rectangle Grid.Row="2" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  191. <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" />
  192. <Rectangle Grid.Row="3" Grid.Column="4" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  193. <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" />
  194. <Rectangle Grid.Row="2" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  195. <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}" />
  196. <Rectangle Grid.Row="3" Grid.Column="5" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  197. <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}" />
  198. <Rectangle Grid.Row="2" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  199. <CheckBox Grid.Row="2" Grid.Column="6" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.System.RfOnTimeEnableAlarm}" />
  200. <Rectangle Grid.Row="3" Grid.Column="6" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  201. <CheckBox Grid.Row="3" Grid.Column="6" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.System.PumpOnTimeEnableAlarm}" />
  202. <Rectangle Grid.Row="2" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  203. <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"/>
  204. <Rectangle Grid.Row="3" Grid.Column="7" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  205. <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"/>
  206. </Grid>
  207. <StackPanel Orientation="Horizontal" HorizontalAlignment="Center">
  208. <StackPanel Orientation="Vertical" HorizontalAlignment="Center">
  209. <Grid Margin="5" HorizontalAlignment="Center">
  210. <Grid.RowDefinitions>
  211. <RowDefinition Height="40"/>
  212. <RowDefinition Height="35"/>
  213. <RowDefinition Height="40"/>
  214. </Grid.RowDefinitions>
  215. <Grid.ColumnDefinitions>
  216. <ColumnDefinition Width="100" />
  217. <ColumnDefinition Width="150" />
  218. <ColumnDefinition Width="150" />
  219. <ColumnDefinition Width="90" />
  220. </Grid.ColumnDefinitions>
  221. <Rectangle Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  222. <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="4" FontSize="18" TextAlignment="Center" Text="RF " Foreground="White" />
  223. <Rectangle Grid.Row="1" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  224. <TextBlock Grid.Row="1" Grid.Column="0" FontSize="15" Text="#" Foreground="White" />
  225. <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  226. <TextBlock Grid.Row="1" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableConfigPulsingFunction}" Foreground="White" />
  227. <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  228. <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text="{DynamicResource GlobalLableConfigPowerRange}" Foreground="White" />
  229. <Rectangle Grid.Row="1" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  230. <TextBlock Grid.Row="1" Grid.Column="3" FontSize="15" Text=" " Foreground="White" />
  231. <Rectangle Grid.Row="2" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  232. <TextBlock Grid.Row="2" Grid.Column="0" FontSize="15" Text="RF" Foreground="White" />
  233. <Rectangle Grid.Row="2" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  234. <CheckBox Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.RfConfig.EnablePulsingFunction}" />
  235. <Rectangle Grid.Row="2" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  236. <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}" />
  237. <Rectangle Grid.Row="2" Grid.Column="3" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  238. <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"/>
  239. </Grid>
  240. <Grid Margin="5" HorizontalAlignment="Center">
  241. <Grid.RowDefinitions>
  242. <RowDefinition Height="40"/>
  243. <RowDefinition Height="35"/>
  244. <RowDefinition Height="40"/>
  245. </Grid.RowDefinitions>
  246. <Grid.ColumnDefinitions>
  247. <ColumnDefinition Width="150" />
  248. <ColumnDefinition Width="250" />
  249. <ColumnDefinition Width="90" />
  250. </Grid.ColumnDefinitions>
  251. <Rectangle Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  252. <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" FontSize="18" TextAlignment="Center" Text="Barcode " Foreground="White" />
  253. <Rectangle Grid.Row="1" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  254. <TextBlock Grid.Row="1" Grid.Column="0" FontSize="15" Text="{DynamicResource GlobalLableConfigEnableBarcode}" Foreground="White" />
  255. <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  256. <TextBlock Grid.Row="1" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableConfigEnableSelectRecipeInAutoRun}" Foreground="White" />
  257. <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  258. <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text=" " Foreground="White" />
  259. <Rectangle Grid.Row="2" Grid.Column="0" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  260. <CheckBox Grid.Row="2" Grid.Column="0" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.BarcodeConfig.EnableBarcode}" />
  261. <Rectangle Grid.Row="2" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  262. <CheckBox Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.BarcodeConfig.EnableSelectRecipeInAutoRun}" />
  263. <Rectangle Grid.Row="2" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  264. <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"/>
  265. </Grid>
  266. <Grid Margin="5,5,5,5" HorizontalAlignment="Center">
  267. <Grid.RowDefinitions>
  268. <RowDefinition Height="40"/>
  269. <RowDefinition Height="35"/>
  270. <RowDefinition Height="40"/>
  271. </Grid.RowDefinitions>
  272. <Grid.ColumnDefinitions>
  273. <ColumnDefinition Width="150" />
  274. <ColumnDefinition Width="250" />
  275. <ColumnDefinition Width="90" />
  276. </Grid.ColumnDefinitions>
  277. <Rectangle Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  278. <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" FontSize="18" TextAlignment="Center" Text="{DynamicResource GlobalLableConfigDeviceControl}" Foreground="White" />
  279. <Rectangle Grid.Row="1" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  280. <TextBlock Grid.Row="1" Grid.Column="0" TextWrapping="Wrap" FontSize="15" Text="{DynamicResource GlobalLableConfigTestMode}" Foreground="White" />
  281. <Rectangle Grid.Row="1" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  282. <CheckBox Grid.Row="1" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.System.IsTestMode}" />
  283. <Rectangle Grid.Row="1" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  284. <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"/>
  285. </Grid>
  286. </StackPanel>
  287. <StackPanel Orientation="Vertical" HorizontalAlignment="Center">
  288. <Grid Margin="5" HorizontalAlignment="Center">
  289. <Grid.RowDefinitions>
  290. <RowDefinition Height="40"/>
  291. <RowDefinition Height="35"/>
  292. <RowDefinition Height="40"/>
  293. <RowDefinition Height="40"/>
  294. </Grid.RowDefinitions>
  295. <Grid.ColumnDefinitions>
  296. <ColumnDefinition Width="150" />
  297. <ColumnDefinition Width="240" />
  298. <ColumnDefinition Width="90" />
  299. </Grid.ColumnDefinitions>
  300. <Rectangle Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  301. <TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" FontSize="18" TextAlignment="Center" Text="{DynamicResource GlobalLableConfigVacuumSystem}" Foreground="White" />
  302. <Rectangle Grid.Row="1" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  303. <TextBlock Grid.Row="1" Grid.Column="0" FontSize="15" Text="#" Foreground="White" />
  304. <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  305. <TextBlock Grid.Row="1" Grid.Column="1" FontSize="15" Text="{DynamicResource GlobalLableConfigEnable}" TextWrapping="Wrap" TextAlignment="Center" Foreground="White" />
  306. <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  307. <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text=" " Foreground="White" />
  308. <Rectangle Grid.Row="2" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  309. <TextBlock Grid.Row="2" Grid.Column="0" TextWrapping="Wrap" FontSize="15" Text="{DynamicResource GlobalLableConfigPressureControl}" Foreground="White" />
  310. <Rectangle Grid.Row="2" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  311. <CheckBox Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.PressureControlConfig.IsIndependentControl}" />
  312. <Rectangle Grid.Row="2" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  313. <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"/>
  314. <Rectangle Grid.Row="3" Grid.Column="0" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  315. <TextBlock Grid.Row="3" Grid.Column="0" TextWrapping="Wrap" FontSize="15" Text="{DynamicResource GlobalLableConfigDryPump}" Foreground="White" />
  316. <Rectangle Grid.Row="3" Grid.Column="1" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  317. <CheckBox Grid.Row="3" Grid.Column="1" x:Name="ControlEnableDryPump" HorizontalAlignment="Center" VerticalAlignment="Center" IsChecked="{Binding Path=ConfigSetPoint.PressureControlConfig.EnableDryPump}" />
  318. <Rectangle Grid.Row="3" Grid.Column="2" Fill="#95B3D7" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
  319. <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"/>
  320. </Grid>
  321. </StackPanel>
  322. </StackPanel>
  323. </StackPanel>
  324. </UserControl>