EndPointDlg.xaml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. <Window x:Class="Aitex.UI.RecipeEditor.View.EndPointDlg"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:controls="http://OpenSEMI.Ctrlib.com/presentation"
  5. Title="EndPoint Setting"
  6. WindowStartupLocation="CenterOwner"
  7. WindowStyle="SingleBorderWindow" ShowInTaskbar="False"
  8. Background="LightSkyBlue" SizeToContent="WidthAndHeight" Width="700" Height="520">
  9. <Grid>
  10. <Grid.RowDefinitions>
  11. <RowDefinition Height="10"></RowDefinition>
  12. <RowDefinition Height="35"></RowDefinition>
  13. <RowDefinition Height="35"></RowDefinition>
  14. <RowDefinition Height="*"></RowDefinition>
  15. <RowDefinition Height="40"></RowDefinition>
  16. </Grid.RowDefinitions>
  17. <Grid.ColumnDefinitions>
  18. <ColumnDefinition Width="362"></ColumnDefinition>
  19. <ColumnDefinition Width="330"></ColumnDefinition>
  20. </Grid.ColumnDefinitions>
  21. <!--<StackPanel Orientation="Horizontal" Margin="0" Width="362" Height="25" Grid.Row="1">
  22. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="10,0,0,0" Height="25" Width="130">
  23. <TextBlock Text="Select EPD Config" HorizontalAlignment="Right" FontSize="12" Margin="0,0,10,0" Foreground="White"/>
  24. </Border>
  25. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Height="25" Width="190">
  26. <ComboBox SelectedIndex="5" FontSize="13" >
  27. <ComboBoxItem>TrigAtPeek</ComboBoxItem>
  28. <ComboBoxItem>ValleyDelay15</ComboBoxItem>
  29. <ComboBoxItem>RangeIn50</ComboBoxItem>
  30. <ComboBoxItem>MonitorEPDDelay15</ComboBoxItem>
  31. <ComboBoxItem>ValleyDelay20</ComboBoxItem>
  32. <ComboBoxItem>BelowValue3</ComboBoxItem>
  33. </ComboBox>
  34. </Border>
  35. </StackPanel>-->
  36. <StackPanel Orientation="Horizontal" Margin="0" Width="362" Height="25" Grid.Row="2">
  37. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="10,0,0,0" Height="25" Width="200">
  38. <TextBlock Text="CCD Exposure Time(ms)" HorizontalAlignment="Right" FontSize="12" Margin="0,0,10,0" Foreground="White"/>
  39. </Border>
  40. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Height="25" Width="120">
  41. <controls:TextBoxEx HorizontalContentAlignment="Stretch" x:Name="textBoxInput" FontSize="12" Text="{Binding ExposureTime, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Margin="2" Height="20"/>
  42. </Border>
  43. </StackPanel>
  44. <Grid Margin="10,0,0,10" Grid.Row="3">
  45. <Grid.RowDefinitions>
  46. <RowDefinition Height="25"></RowDefinition>
  47. <RowDefinition Height="25"></RowDefinition>
  48. <RowDefinition Height="25"></RowDefinition>
  49. <RowDefinition Height="25"></RowDefinition>
  50. <RowDefinition Height="25"></RowDefinition>
  51. <RowDefinition Height="25"></RowDefinition>
  52. <RowDefinition Height="25"></RowDefinition>
  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"/>
  59. </Grid.RowDefinitions>
  60. <Grid.ColumnDefinitions>
  61. <ColumnDefinition Width="80"></ColumnDefinition>
  62. <ColumnDefinition Width="120"></ColumnDefinition>
  63. <ColumnDefinition Width="120"/>
  64. </Grid.ColumnDefinitions>
  65. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25" Grid.Row="1">
  66. <TextBlock Grid.Row="1" Text="A" HorizontalAlignment="Center" FontSize="12" Height="14" Margin="0,6" Foreground="White" />
  67. </Border>
  68. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25" Grid.Row="2">
  69. <TextBlock Grid.Row="2" Text="B" HorizontalAlignment="Center" FontSize="12" Height="14" Margin="0,6" Foreground="White" />
  70. </Border>
  71. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25" Grid.Row="3">
  72. <TextBlock Grid.Row="3" Text="C" HorizontalAlignment="Center" FontSize="12" Height="14" Margin="0,6" Foreground="White" />
  73. </Border>
  74. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25" Grid.Row="4">
  75. <TextBlock Grid.Row="4" Text="D" HorizontalAlignment="Center" FontSize="12" Height="14" Margin="0,6" Foreground="White" />
  76. </Border>
  77. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25">
  78. </Border>
  79. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25" Grid.Column="1">
  80. <TextBlock Grid.Row="0" Text="Wave Length(nm)" HorizontalAlignment="Center" FontSize="12" Height="15" Margin="0" Width="104" Grid.Column="1" Foreground="White" />
  81. </Border>
  82. <Border BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0" Height="25" Grid.Column="2">
  83. <TextBlock Grid.Row="0" Grid.Column="2" Text="Binning(nm)" HorizontalAlignment="Center" FontSize="12" Height="15" Margin="0" Width="74" Foreground="White" />
  84. </Border>
  85. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Grid.Column="1" Grid.Row="1">
  86. <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"/>
  87. </Border>
  88. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Grid.Column="1" Grid.Row="2" >
  89. <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"/>
  90. </Border>
  91. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Grid.Column="1" Grid.Row="3">
  92. <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"/>
  93. </Border>
  94. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Grid.Column="1" Grid.Row="4">
  95. <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"/>
  96. </Border>
  97. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Grid.Column="2" Margin="0" Grid.Row="1">
  98. <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"/>
  99. </Border>
  100. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Grid.Column="2" Margin="0" Grid.Row="2">
  101. <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"/>
  102. </Border>
  103. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Grid.Column="2" Grid.Row="3" >
  104. <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"/>
  105. </Border>
  106. <Border BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0" Grid.Column="2" Grid.Row="4" >
  107. <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"/>
  108. </Border>
  109. </Grid>
  110. <Grid Grid.Row="1" Grid.RowSpan="3" Grid.Column="1" Margin="0,0,0,0">
  111. <Grid.RowDefinitions>
  112. <RowDefinition Height="25"></RowDefinition>
  113. <RowDefinition Height="25"></RowDefinition>
  114. <RowDefinition Height="25"></RowDefinition>
  115. <RowDefinition Height="25"></RowDefinition>
  116. <RowDefinition Height="25"></RowDefinition>
  117. <RowDefinition Height="25"></RowDefinition>
  118. <RowDefinition Height="25"></RowDefinition>
  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="0"></RowDefinition>
  126. <RowDefinition Height="0"></RowDefinition>
  127. <RowDefinition Height="0"></RowDefinition>
  128. <RowDefinition Height="25"></RowDefinition>
  129. <RowDefinition Height="25"></RowDefinition>
  130. </Grid.RowDefinitions>
  131. <Grid.ColumnDefinitions>
  132. <ColumnDefinition Width="200"></ColumnDefinition>
  133. <ColumnDefinition Width="120"></ColumnDefinition>
  134. </Grid.ColumnDefinitions>
  135. <Border Grid.Row="0" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  136. <TextBlock Text="F(d)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  137. </Border>
  138. <Border Grid.Row="1" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  139. <TextBlock Text="Pre-filter time window(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White"/>
  140. </Border>
  141. <Border Grid.Row="2" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  142. <TextBlock Grid.Row="2" Text="Post-filter time window(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White"/>
  143. </Border>
  144. <Border Grid.Row="3" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  145. <TextBlock Grid.Row="3" Text="Algorithm Type" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White"/>
  146. </Border>
  147. <Border Grid.Row="4" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  148. <TextBlock Grid.Row="4" Text="Criteria" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White"/>
  149. </Border>
  150. <Border Grid.Row="5" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  151. <TextBlock Grid.Row="5" Text="Delay Time(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  152. </Border>
  153. <Border Grid.Row="6" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  154. <TextBlock Grid.Row="6" Text="Validation Time(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  155. </Border>
  156. <Border Grid.Row="7" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  157. <TextBlock Grid.Row="7" Text="Validation Value" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  158. </Border>
  159. <Border Grid.Row="8" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  160. <TextBlock Grid.Row="8" Text="Time window(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  161. </Border>
  162. <Border Grid.Row="9" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  163. <TextBlock Grid.Row="9" Text="Minimal EP Time(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  164. </Border>
  165. <Border Grid.Row="10" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  166. <TextBlock Grid.Row="10" Text="Postpone Time(ms)" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  167. </Border>
  168. <Border Grid.Row="11" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  169. <TextBlock Grid.Row="11" Text="Control" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  170. </Border>
  171. <Border Grid.Row="12" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  172. <TextBlock Grid.Row="12" Text="Normalization" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  173. </Border>
  174. <!--<Border Grid.Row="13" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  175. <TextBlock Grid.Row="13" Text="Postpone Percent" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  176. </Border>
  177. <Border Grid.Row="14" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  178. <TextBlock Grid.Row="14" Text="Criteria Percent" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  179. </Border>-->
  180. <!--<Border Grid.Row="15" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  181. <TextBlock Grid.Row="15" Text="Trigger Mode" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  182. </Border>-->
  183. <Border Grid.Row="16" BorderBrush="White" BorderThickness="1" Background="#376092" Margin="0">
  184. <TextBlock Grid.Row="16" Text="Fault if no EP recognized" HorizontalAlignment="Right" Margin="0,0,10,0" FontSize="12" Foreground="White" />
  185. </Border>
  186. <Border Grid.Row="0" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  187. <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"
  188. PreviewMouseLeftButtonUp="TextBoxEx_PreviewMouseLeftButtonUp"
  189. TextChanged="TextBoxEx_TextChanged"/>
  190. </Border>
  191. <Border Grid.Row="1" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  192. <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"/>
  193. </Border>
  194. <Border Grid.Row="2" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  195. <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"/>
  196. </Border>
  197. <ComboBox Grid.Column="1" Grid.Row="3" HorizontalAlignment="Left" HorizontalContentAlignment="Left"
  198. DisplayMemberPath="AlogarithmName"
  199. SelectedValuePath="AlogarithmName" ItemsSource="{Binding AlgorithmTypes, RelativeSource={RelativeSource AncestorType={x:Type Window}}}"
  200. SelectedValue="{Binding AlgorithmType, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" FontSize="12" Width="121" Height="25" Margin="0" >
  201. </ComboBox>
  202. <Border Grid.Row="4" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  203. <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" />
  204. </Border>
  205. <Border Grid.Row="5" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  206. <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"/>
  207. </Border>
  208. <Border Grid.Row="6" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  209. <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"/>
  210. </Border>
  211. <Border Grid.Row="7" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  212. <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"/>
  213. </Border>
  214. <Border Grid.Row="8" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  215. <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"/>
  216. </Border>
  217. <Border Grid.Row="9" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  218. <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"/>
  219. </Border>
  220. <Border Grid.Row="10" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  221. <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"/>
  222. </Border>
  223. <Border Grid.Row="11" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  224. <CheckBox IsChecked="{Binding Control, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" FontSize="12" Height="23" />
  225. </Border>
  226. <Border Grid.Row="12" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  227. <CheckBox IsChecked="{Binding Normalization, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" FontSize="12" Height="23" />
  228. </Border>
  229. <!--<Border Grid.Row="13" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  230. <CheckBox IsChecked="{Binding EnablePostponePercent, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" FontSize="12" Height="23" />
  231. </Border>
  232. <Border Grid.Row="14" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  233. <CheckBox IsChecked="{Binding EnableCriterialPercent, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" FontSize="12" Height="23" />
  234. </Border>-->
  235. <!--<Border Grid.Row="15" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  236. <CheckBox IsChecked="{Binding EnableEventTrigger, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" FontSize="12" Height="23" />
  237. </Border>-->
  238. <Border Grid.Row="16" BorderBrush="White" BorderThickness="1" Background="#95B3D7" Margin="0,0,0,0" Grid.Column="1">
  239. <CheckBox IsChecked="{Binding IsFaultIfNoTrigger, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" HorizontalAlignment="Center" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" VerticalAlignment="Center" FontSize="12" Height="23" />
  240. </Border>
  241. </Grid>
  242. <StackPanel Grid.Row="4" Grid.ColumnSpan="2" Orientation="Horizontal" HorizontalAlignment="Center" Margin="232,0,250,0" Width="210">
  243. <Button Content="{DynamicResource GlobalLableButtonOk}" x:Name="buttonOK" Margin="0,0,5,0" Width="75" Height="30" FontSize="12" IsDefault="True" Click="buttonOK_Click" />
  244. <Button Content="{DynamicResource GlobalLableButtonCancel}" x:Name="buttonCancel" Margin="50,0,5,0" Width="75" Height="30" FontSize="12" IsCancel="True" Click="buttonCancel_Click" />
  245. </StackPanel>
  246. </Grid>
  247. </Window>