EndPointView.xaml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. <UserControl x:Class="VirgoUI.Client.Models.Utility.EndPoint.EndPointView"
  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. xmlns:deviceControl="clr-namespace:Aitex.Core.UI.DeviceControl;assembly=MECF.Framework.UI.Core"
  7. xmlns:controls="http://OpenSEMI.Ctrlib.com/presentation"
  8. mc:Ignorable="d"
  9. d:DesignHeight="800" d:DesignWidth="1250" Background="#669ACC">
  10. <Grid>
  11. <Grid.RowDefinitions>
  12. <RowDefinition Height="0"></RowDefinition>
  13. <RowDefinition Height="*"></RowDefinition>
  14. </Grid.RowDefinitions>
  15. <GroupBox Grid.Row="1" Margin="10" Header="EndPoint Default Value Setting" FontFamily="Arial" FontSize="20" Foreground="White" Padding="10" BorderThickness="1">
  16. <Grid DataContext="{Binding ConfigItem}">
  17. <Grid.RowDefinitions>
  18. <RowDefinition Height="10"></RowDefinition>
  19. <RowDefinition Height="35"></RowDefinition>
  20. <RowDefinition Height="35"></RowDefinition>
  21. <RowDefinition Height="380"></RowDefinition>
  22. <RowDefinition Height="40"></RowDefinition>
  23. </Grid.RowDefinitions>
  24. <Grid.ColumnDefinitions>
  25. <ColumnDefinition Width="362"></ColumnDefinition>
  26. <ColumnDefinition Width="330"></ColumnDefinition>
  27. </Grid.ColumnDefinitions>
  28. <!--<StackPanel Orientation="Horizontal" Margin="0" Width="362" Height="25" Grid.Row="1">
  29. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="10,0,0,0" Height="25" Width="130">
  30. <TextBlock Text="Select EPD Config" HorizontalAlignment="Right" FontSize="12" Margin="0,0,10,0" Foreground="White"/>
  31. </Border>
  32. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Height="25" Width="190">
  33. <ComboBox SelectedIndex="5" FontSize="13" >
  34. <ComboBoxItem>TrigAtPeek</ComboBoxItem>
  35. <ComboBoxItem>ValleyDelay15</ComboBoxItem>
  36. <ComboBoxItem>RangeIn50</ComboBoxItem>
  37. <ComboBoxItem>MonitorEPDDelay15</ComboBoxItem>
  38. <ComboBoxItem>ValleyDelay20</ComboBoxItem>
  39. <ComboBoxItem>BelowValue3</ComboBoxItem>
  40. </ComboBox>
  41. </Border>
  42. </StackPanel>-->
  43. <StackPanel Orientation="Horizontal" Margin="0" Width="362" Height="25" Grid.Row="2">
  44. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="10,0,0,0" Height="25" Width="200">
  45. <TextBlock Text="CCD Exposure Time(ms)" HorizontalAlignment="Right" FontSize="12" Margin="0,0,10,0" Foreground="White"/>
  46. </Border>
  47. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Height="25" Width="120">
  48. <controls:TextBoxEx HorizontalContentAlignment="Stretch" x:Name="textBoxInput" FontSize="12" Text="{Binding ExposureTime, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Margin="2" Height="20"/>
  49. </Border>
  50. </StackPanel>
  51. <Grid Margin="10,0,0,10" Grid.Row="3">
  52. <Grid.RowDefinitions>
  53. <RowDefinition Height="25"></RowDefinition>
  54. <RowDefinition Height="25"></RowDefinition>
  55. <RowDefinition Height="25"></RowDefinition>
  56. <RowDefinition Height="25"></RowDefinition>
  57. <RowDefinition Height="25"></RowDefinition>
  58. <RowDefinition Height="25"></RowDefinition>
  59. <RowDefinition Height="25"></RowDefinition>
  60. <RowDefinition Height="25"></RowDefinition>
  61. <RowDefinition Height="25"></RowDefinition>
  62. <RowDefinition Height="25"></RowDefinition>
  63. <RowDefinition Height="25"></RowDefinition>
  64. <RowDefinition Height="25"></RowDefinition>
  65. <RowDefinition Height="25"/>
  66. </Grid.RowDefinitions>
  67. <Grid.ColumnDefinitions>
  68. <ColumnDefinition Width="80"></ColumnDefinition>
  69. <ColumnDefinition Width="120"></ColumnDefinition>
  70. <ColumnDefinition Width="120"/>
  71. </Grid.ColumnDefinitions>
  72. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25" Grid.Row="1">
  73. <TextBlock Grid.Row="1" Text="A" HorizontalAlignment="Center" FontSize="12" Height="14" Margin="0,6" Foreground="White" />
  74. </Border>
  75. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25" Grid.Row="2">
  76. <TextBlock Grid.Row="2" Text="B" HorizontalAlignment="Center" FontSize="12" Height="14" Margin="0,6" Foreground="White" />
  77. </Border>
  78. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25" Grid.Row="3">
  79. <TextBlock Grid.Row="3" Text="C" HorizontalAlignment="Center" FontSize="12" Height="14" Margin="0,6" Foreground="White" />
  80. </Border>
  81. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25" Grid.Row="4">
  82. <TextBlock Grid.Row="4" Text="D" HorizontalAlignment="Center" FontSize="12" Height="14" Margin="0,6" Foreground="White" />
  83. </Border>
  84. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25">
  85. </Border>
  86. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25" Grid.Column="1">
  87. <TextBlock Grid.Row="0" Text="Wave Length(nm)" HorizontalAlignment="Center" FontSize="12" Height="15" Margin="0" Width="104" Grid.Column="1" Foreground="White" />
  88. </Border>
  89. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25" Grid.Column="2">
  90. <TextBlock Grid.Row="0" Grid.Column="2" Text="Binning(nm)" HorizontalAlignment="Center" FontSize="12" Height="15" Margin="0" Width="74" Foreground="White" />
  91. </Border>
  92. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Grid.Column="1" Grid.Row="1">
  93. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding WaveLengthA, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Stretch" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  94. </Border>
  95. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Grid.Column="1" Grid.Row="2" >
  96. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding WaveLengthB, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Stretch" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Grid.ColumnSpan="2" Foreground="Black"/>
  97. </Border>
  98. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Grid.Column="1" Grid.Row="3">
  99. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding WaveLengthC, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Stretch" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Grid.ColumnSpan="2" Foreground="Black"/>
  100. </Border>
  101. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Grid.Column="1" Grid.Row="4">
  102. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding WaveLengthD, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Stretch" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Grid.ColumnSpan="2" Foreground="Black"/>
  103. </Border>
  104. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Grid.Column="2" Margin="0" Grid.Row="1">
  105. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding BinningA, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Stretch" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  106. </Border>
  107. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Grid.Column="2" Margin="0" Grid.Row="2">
  108. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding BinningB, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Stretch" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  109. </Border>
  110. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Grid.Column="2" Grid.Row="3" >
  111. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding BinningC, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Stretch" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  112. </Border>
  113. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Grid.Column="2" Grid.Row="4" >
  114. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding BinningD, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Stretch" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  115. </Border>
  116. </Grid>
  117. <Grid Grid.Row="1" Grid.RowSpan="3" Grid.Column="1" Margin="0,0,0,0">
  118. <Grid.RowDefinitions>
  119. <RowDefinition Height="25"></RowDefinition>
  120. <RowDefinition Height="25"></RowDefinition>
  121. <RowDefinition Height="25"></RowDefinition>
  122. <RowDefinition Height="25"></RowDefinition>
  123. <RowDefinition Height="25"></RowDefinition>
  124. <RowDefinition Height="25"></RowDefinition>
  125. <RowDefinition Height="25"></RowDefinition>
  126. <RowDefinition Height="25"></RowDefinition>
  127. <RowDefinition Height="25"></RowDefinition>
  128. <RowDefinition Height="25"></RowDefinition>
  129. <RowDefinition Height="25"></RowDefinition>
  130. <RowDefinition Height="25"></RowDefinition>
  131. <RowDefinition Height="25"></RowDefinition>
  132. <RowDefinition Height="0"></RowDefinition>
  133. <RowDefinition Height="0"></RowDefinition>
  134. <RowDefinition Height="0"></RowDefinition>
  135. <RowDefinition Height="25"></RowDefinition>
  136. <RowDefinition Height="25"></RowDefinition>
  137. </Grid.RowDefinitions>
  138. <Grid.ColumnDefinitions>
  139. <ColumnDefinition Width="200"></ColumnDefinition>
  140. <ColumnDefinition Width="120"></ColumnDefinition>
  141. </Grid.ColumnDefinitions>
  142. <Border Grid.Row="0" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  143. <TextBlock Text="F(d)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  144. </Border>
  145. <Border Grid.Row="1" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  146. <TextBlock Text="Pre-filter time window(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White"/>
  147. </Border>
  148. <Border Grid.Row="2" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  149. <TextBlock Grid.Row="2" Text="Post-filter time window(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White"/>
  150. </Border>
  151. <Border Grid.Row="3" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  152. <TextBlock Grid.Row="3" Text="Algorithm Type" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White"/>
  153. </Border>
  154. <Border Grid.Row="4" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  155. <TextBlock Grid.Row="4" Text="Criteria" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White"/>
  156. </Border>
  157. <Border Grid.Row="5" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  158. <TextBlock Grid.Row="5" Text="Delay Time(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  159. </Border>
  160. <Border Grid.Row="6" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  161. <TextBlock Grid.Row="6" Text="Validation Time(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  162. </Border>
  163. <Border Grid.Row="7" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  164. <TextBlock Grid.Row="7" Text="Validation Value" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  165. </Border>
  166. <Border Grid.Row="8" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  167. <TextBlock Grid.Row="8" Text="Time window(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  168. </Border>
  169. <Border Grid.Row="9" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  170. <TextBlock Grid.Row="9" Text="Minimal EP Time(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  171. </Border>
  172. <Border Grid.Row="10" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  173. <TextBlock Grid.Row="10" Text="Postpone Time(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  174. </Border>
  175. <Border Grid.Row="11" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  176. <TextBlock Grid.Row="11" Text="Control" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  177. </Border>
  178. <Border Grid.Row="12" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  179. <TextBlock Grid.Row="12" Text="Normalization" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  180. </Border>
  181. <Border Grid.Row="13" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  182. <TextBlock Grid.Row="13" Text="Postpone Percent" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  183. </Border>
  184. <Border Grid.Row="14" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  185. <TextBlock Grid.Row="14" Text="Criteria Percent" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  186. </Border>
  187. <!--<Border Grid.Row="15" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  188. <TextBlock Grid.Row="15" Text="Trigger Mode" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  189. </Border>-->
  190. <Border Grid.Row="16" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  191. <TextBlock Grid.Row="16" Text="Fault if no EP recognized" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  192. </Border>
  193. <Border Grid.Row="0" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  194. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding Fd, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  195. </Border>
  196. <Border Grid.Row="1" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  197. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding PrefilterTime, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  198. </Border>
  199. <Border Grid.Row="2" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  200. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding PostfilterTime, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  201. </Border>
  202. <ComboBox Grid.Column="1" Grid.Row="3" HorizontalAlignment="Left" HorizontalContentAlignment="Left"
  203. DisplayMemberPath="AlogarithmName"
  204. SelectedValuePath="AlogarithmName" ItemsSource="{Binding AlgorithmTypes, RelativeSource={RelativeSource AncestorType={x:Type UserControl}}}"
  205. SelectedValue="{Binding AlgorithmType, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" FontSize="12" Width="121" Height="25" Margin="0" >
  206. </ComboBox>
  207. <Border Grid.Row="4" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  208. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding Criteria, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black" />
  209. </Border>
  210. <Border Grid.Row="5" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  211. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding DelayTime, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  212. </Border>
  213. <Border Grid.Row="6" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  214. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding ValidationTime, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  215. </Border>
  216. <Border Grid.Row="7" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  217. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding ValidationValue, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  218. </Border>
  219. <Border Grid.Row="8" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  220. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding TimeWindow, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  221. </Border>
  222. <Border Grid.Row="9" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  223. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding MinimalTime, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  224. </Border>
  225. <Border Grid.Row="10" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  226. <controls:TextBoxEx HorizontalContentAlignment="Stretch" Text="{Binding PostponeTime, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" TextAlignment="Center" FontSize="12" Width="115" Height="20" Margin="2" Foreground="Black"/>
  227. </Border>
  228. <Border Grid.Row="11" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  229. <CheckBox IsChecked="{Binding Control, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" FontSize="12" Height="23" />
  230. </Border>
  231. <Border Grid.Row="12" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  232. <CheckBox IsChecked="{Binding Normalization, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" FontSize="12" Height="23" />
  233. </Border>
  234. <Border Grid.Row="13" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  235. <CheckBox IsChecked="{Binding EnablePostponePercent, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" FontSize="12" Height="23" />
  236. </Border>
  237. <Border Grid.Row="14" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  238. <CheckBox IsChecked="{Binding EnableCriterialPercent, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" FontSize="12" Height="23" />
  239. </Border>
  240. <!--<Border Grid.Row="15" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  241. <CheckBox IsChecked="{Binding EnableEventTrigger, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" FontSize="12" Height="23" />
  242. </Border>-->
  243. <Border Grid.Row="16" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  244. <CheckBox IsChecked="{Binding IsFaultIfNoTrigger, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" FontSize="12" Height="23" />
  245. </Border>
  246. </Grid>
  247. <StackPanel Grid.Row="4" Grid.ColumnSpan="4" Orientation="Horizontal" HorizontalAlignment="Right" >
  248. <Button Content="{DynamicResource GlobalLableButtonSave}" Margin="0,0,5,0" Width="75" Height="30" FontSize="12" IsDefault="True" Command="{Binding DataContext.SaveCommand, RelativeSource={RelativeSource AncestorType={x:Type UserControl}}}" />
  249. </StackPanel>
  250. </Grid>
  251. </GroupBox>
  252. </Grid>
  253. </UserControl>