SYSPara.xaml 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. <UserControl x:Class="B20UVLog.Pages.SYSPara"
  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:local="clr-namespace:B20UVLog.Pages" xmlns:My="clr-namespace:MyWPFControl.Controls;assembly=MyWPFControl" xmlns:viewmodels="clr-namespace:B20UVLog.ViewModels"
  7. mc:Ignorable="d"
  8. d:DesignHeight="450" d:DesignWidth="800"
  9. Loaded="UserControl_Loaded" >
  10. <UserControl.DataContext>
  11. <viewmodels:SysParaViewModel/>
  12. </UserControl.DataContext>
  13. <Grid>
  14. <Grid.RowDefinitions>
  15. <RowDefinition Height="auto"/>
  16. <RowDefinition Height="auto"/>
  17. <RowDefinition Height="*"/>
  18. </Grid.RowDefinitions>
  19. <StackPanel Orientation="Horizontal" Grid.Row="1">
  20. <TextBlock Text="SYS Para" FontSize="25" Margin="10 5 30 5"/>
  21. <StackPanel x:Name="DP" >
  22. <StackPanel Orientation="Horizontal" VerticalAlignment="Center">
  23. <My:MDateTimePicker x:Name="DTPStart" Title="开始时间"/>
  24. <TextBlock Text="--" VerticalAlignment="Center" Margin="2"/>
  25. <My:MDateTimePicker x:Name="DTPEnd" Title="结束时间"/>
  26. <My:MButton x:Name="BtnSearch" Content="查询" Type="Primary" Click="BtnSearch_Click"/>
  27. <My:MButton x:Name="BtnReset" Content="条件重置" Click="BtnReset_Click"/>
  28. <My:MButton x:Name="BtnExport" Content="导出报表" Click="BtnExport_Click" Type="Warning"/>
  29. </StackPanel>
  30. <My:MPagination x:Name="MyPagination" PageSize="1"
  31. PageIndexChange="MyPagination_PageIndexChange"
  32. IsShowPageSize="False"
  33. IsShowTotalNum="False"/>
  34. </StackPanel>
  35. </StackPanel>
  36. <WrapPanel Grid.Row="2" Orientation="Vertical" Margin="10 10 0 0" IsHitTestVisible="False" DataContext="{Binding GridData}">
  37. <WrapPanel.Resources>
  38. <Style TargetType="TextBlock" BasedOn="{StaticResource TextBlockStyle}">
  39. <!--<Setter Property="Width" Value="165"/>-->
  40. <Setter Property="TextAlignment" Value="Right"/>
  41. <Setter Property="Margin" Value="10 0 5 0"/>
  42. </Style>
  43. <Style TargetType="My:MTextBox" BasedOn="{StaticResource TextBoxStyle}">
  44. <Setter Property="Width" Value="auto"/>
  45. <Setter Property="Title" Value=""/>
  46. <Setter Property="IconDock" Value="Right"/>
  47. </Style>
  48. <Style TargetType="My:MRadioButton" BasedOn="{StaticResource RadioButtonStyle}">
  49. <Setter Property="Margin" Value="2 0 0 0"/>
  50. </Style>
  51. <Style TargetType="StackPanel">
  52. <Setter Property="Orientation" Value="Horizontal"/>
  53. </Style>
  54. </WrapPanel.Resources>
  55. <StackPanel>
  56. <TextBlock>配置保存时间:</TextBlock>
  57. <My:MTextBox Text="{Binding RecordTime}" Width="180"/>
  58. </StackPanel>
  59. <StackPanel>
  60. <TextBlock>照度异常上限:</TextBlock>
  61. <My:MTextBox Text="{Binding LightAbnormalUp}" Icon="%"/>
  62. </StackPanel>
  63. <StackPanel>
  64. <TextBlock>照度异常下限:</TextBlock>
  65. <My:MTextBox Text="{Binding LightAbnormalDown}" Icon="%"/>
  66. </StackPanel>
  67. <StackPanel>
  68. <TextBlock>照度报警上限:</TextBlock>
  69. <My:MTextBox Text="{Binding LightAlarmUp}" Icon="%"/>
  70. </StackPanel>
  71. <StackPanel>
  72. <TextBlock>照度报警下限:</TextBlock>
  73. <My:MTextBox Text="{Binding LightAlarmDown}" Icon="%"/>
  74. </StackPanel>
  75. <StackPanel>
  76. <TextBlock>UV Lamp:</TextBlock>
  77. <My:MRadioButton IsChecked="{Binding UVLamp,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  78. <My:MRadioButton IsChecked="{Binding UVLamp,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  79. </StackPanel>
  80. <StackPanel>
  81. <TextBlock>Lamp种类:</TextBlock>
  82. <My:MRadioButton IsChecked="{Binding LampType,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">UV</My:MRadioButton>
  83. <My:MRadioButton IsChecked="{Binding LampType,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">可视光</My:MRadioButton>
  84. </StackPanel>
  85. <StackPanel>
  86. <TextBlock>图像处理:</TextBlock>
  87. <My:MRadioButton IsChecked="{Binding ImageProcess,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  88. <My:MRadioButton IsChecked="{Binding ImageProcess,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  89. </StackPanel>
  90. <StackPanel>
  91. <TextBlock>自动运行前X-Ray Check:</TextBlock>
  92. <My:MRadioButton IsChecked="{Binding XRayCheck,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  93. <My:MRadioButton IsChecked="{Binding XRayCheck,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  94. </StackPanel>
  95. <StackPanel>
  96. <TextBlock>X-Ray1寿命检测:</TextBlock>
  97. <My:MRadioButton IsChecked="{Binding XRay1,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">有效</My:MRadioButton>
  98. <My:MRadioButton IsChecked="{Binding XRay1,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">无效</My:MRadioButton>
  99. </StackPanel>
  100. <StackPanel>
  101. <TextBlock>X-Ray2寿命检测:</TextBlock>
  102. <My:MRadioButton IsChecked="{Binding XRay2,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">有效</My:MRadioButton>
  103. <My:MRadioButton IsChecked="{Binding XRay2,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">无效</My:MRadioButton>
  104. </StackPanel>
  105. <StackPanel>
  106. <TextBlock>X-Ray3寿命检测:</TextBlock>
  107. <My:MRadioButton IsChecked="{Binding XRay3,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">有效</My:MRadioButton>
  108. <My:MRadioButton IsChecked="{Binding XRay3,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">无效</My:MRadioButton>
  109. </StackPanel>
  110. <StackPanel>
  111. <TextBlock>X-Ray4寿命检测:</TextBlock>
  112. <My:MRadioButton IsChecked="{Binding XRay4,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">有效</My:MRadioButton>
  113. <My:MRadioButton IsChecked="{Binding XRay4,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">无效</My:MRadioButton>
  114. </StackPanel>
  115. <StackPanel>
  116. <TextBlock>X-Ray5寿命检测:</TextBlock>
  117. <My:MRadioButton IsChecked="{Binding XRay5,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">有效</My:MRadioButton>
  118. <My:MRadioButton IsChecked="{Binding XRay5,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">无效</My:MRadioButton>
  119. </StackPanel>
  120. <StackPanel>
  121. <TextBlock>X-Ray6寿命检测:</TextBlock>
  122. <My:MRadioButton IsChecked="{Binding XRay6,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">有效</My:MRadioButton>
  123. <My:MRadioButton IsChecked="{Binding XRay6,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">无效</My:MRadioButton>
  124. </StackPanel>
  125. <StackPanel>
  126. <TextBlock>X-Ray7寿命检测:</TextBlock>
  127. <My:MRadioButton IsChecked="{Binding XRay7,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">有效</My:MRadioButton>
  128. <My:MRadioButton IsChecked="{Binding XRay7,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">无效</My:MRadioButton>
  129. </StackPanel>
  130. <StackPanel>
  131. <TextBlock>X-Ray8寿命检测:</TextBlock>
  132. <My:MRadioButton IsChecked="{Binding XRay8,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">有效</My:MRadioButton>
  133. <My:MRadioButton IsChecked="{Binding XRay8,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">无效</My:MRadioButton>
  134. </StackPanel>
  135. <StackPanel>
  136. <TextBlock>负载传感器检查:</TextBlock>
  137. <My:MRadioButton IsChecked="{Binding LoadSensorCheck,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  138. <My:MRadioButton IsChecked="{Binding LoadSensorCheck,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  139. </StackPanel>
  140. <StackPanel>
  141. <TextBlock>运行前Mask位置登记:</TextBlock>
  142. <My:MRadioButton IsChecked="{Binding BeforeMask,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  143. <My:MRadioButton IsChecked="{Binding BeforeMask,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  144. </StackPanel>
  145. <StackPanel>
  146. <TextBlock>运行中Mask位置登记:</TextBlock>
  147. <My:MRadioButton IsChecked="{Binding MaskPosition,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  148. <My:MRadioButton IsChecked="{Binding MaskPosition,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  149. </StackPanel>
  150. <StackPanel>
  151. <TextBlock>Mask位置登记Timing:</TextBlock>
  152. <My:MTextBox Text="{Binding MaskTime}"/>
  153. </StackPanel>
  154. <StackPanel>
  155. <TextBlock>照度测定Unit:</TextBlock>
  156. <My:MRadioButton IsChecked="{Binding TestUnit,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  157. <My:MRadioButton IsChecked="{Binding TestUnit,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  158. </StackPanel>
  159. <StackPanel>
  160. <TextBlock>自动运行设定:</TextBlock>
  161. <My:MRadioButton IsChecked="{Binding AutoSet,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">通常</My:MRadioButton>
  162. <My:MRadioButton IsChecked="{Binding AutoSet,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">PASS</My:MRadioButton>
  163. </StackPanel>
  164. <StackPanel>
  165. <TextBlock>自动运行除电Bar:</TextBlock>
  166. <My:MRadioButton IsChecked="{Binding AutoBar,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">常On</My:MRadioButton>
  167. <My:MRadioButton IsChecked="{Binding AutoBar,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=2}">常Off</My:MRadioButton>
  168. <My:MRadioButton IsChecked="{Binding AutoBar,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=4}">搬出时</My:MRadioButton>
  169. </StackPanel>
  170. <StackPanel>
  171. <TextBlock>基板搬出时Shutter操作:</TextBlock>
  172. <My:MRadioButton IsChecked="{Binding Shutter,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">搬出前</My:MRadioButton>
  173. <My:MRadioButton IsChecked="{Binding Shutter,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">Stage下降时</My:MRadioButton>
  174. </StackPanel>
  175. <StackPanel>
  176. <TextBlock>Stage温度异常:</TextBlock>
  177. <My:MRadioButton IsChecked="{Binding StageTempAbnormal,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  178. <My:MRadioButton IsChecked="{Binding StageTempAbnormal,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  179. </StackPanel>
  180. <StackPanel>
  181. <TextBlock>Stage温度警报上限:</TextBlock>
  182. <My:MTextBox Text="{Binding StageTempAlarmUp}"/>
  183. </StackPanel>
  184. <StackPanel>
  185. <TextBlock>Stage温度异常上限:</TextBlock>
  186. <My:MTextBox Text="{Binding StageTempAbnormalUp}"/>
  187. </StackPanel>
  188. <StackPanel>
  189. <TextBlock>Stage温度控制下限:</TextBlock>
  190. <My:MTextBox Text="{Binding StageTempDown}"/>
  191. </StackPanel>
  192. <StackPanel>
  193. <TextBlock>Stage温度控制上限:</TextBlock>
  194. <My:MTextBox Text="{Binding StageTempUp}"/>
  195. </StackPanel>
  196. <StackPanel>
  197. <TextBlock>静电检测Sensor异常:</TextBlock>
  198. <My:MRadioButton IsChecked="{Binding StaticSensorAbnormal,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  199. <My:MRadioButton IsChecked="{Binding StaticSensorAbnormal,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  200. </StackPanel>
  201. <StackPanel>
  202. <TextBlock>除电Bar Error(上):</TextBlock>
  203. <My:MRadioButton IsChecked="{Binding BarErrorUp,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  204. <My:MRadioButton IsChecked="{Binding BarErrorUp,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  205. </StackPanel>
  206. <StackPanel>
  207. <TextBlock>除电Bar Error(下):</TextBlock>
  208. <My:MRadioButton IsChecked="{Binding BarErrorDown,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  209. <My:MRadioButton IsChecked="{Binding BarErrorDown,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  210. </StackPanel>
  211. <StackPanel>
  212. <TextBlock>StageZ允许偏差值:</TextBlock>
  213. <My:MTextBox Text="{Binding StageZDeviation,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm"/>
  214. </StackPanel>
  215. <StackPanel>
  216. <TextBlock>StageZ允许电流差值异常:</TextBlock>
  217. <My:MTextBox Text="{Binding StageZCurrent}" Icon="%"/>
  218. </StackPanel>
  219. <StackPanel>
  220. <TextBlock>StageZ允许偏差值报警:</TextBlock>
  221. <My:MTextBox Text="{Binding StageZAlarm,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm"/>
  222. </StackPanel>
  223. <StackPanel>
  224. <TextBlock>StageZ允许偏差值异常检测时间:</TextBlock>
  225. <My:MTextBox Text="{Binding StageZAbnormalTime,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="s"/>
  226. </StackPanel>
  227. <StackPanel>
  228. <TextBlock>Camera1-X Alignment位置:</TextBlock>
  229. <My:MTextBox Text="{Binding Camera1X,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm"/>
  230. </StackPanel>
  231. <StackPanel>
  232. <TextBlock>Camera1-Y Alignment位置:</TextBlock>
  233. <My:MTextBox Text="{Binding Camera1Y,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm"/>
  234. </StackPanel>
  235. <StackPanel>
  236. <TextBlock>Camera1-Z Alignment位置:</TextBlock>
  237. <My:MTextBox Text="{Binding Camera1Z,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm"/>
  238. </StackPanel>
  239. <StackPanel>
  240. <TextBlock>Camera2-X Alignment位置:</TextBlock>
  241. <My:MTextBox Text="{Binding Camera2X,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm"/>
  242. </StackPanel>
  243. <StackPanel>
  244. <TextBlock>Camera2-Y Alignment位置:</TextBlock>
  245. <My:MTextBox Text="{Binding Camera2Y,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm"/>
  246. </StackPanel>
  247. <StackPanel>
  248. <TextBlock>Camera2-Z Alignment位置:</TextBlock>
  249. <My:MTextBox Text="{Binding Camera2Z,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm"/>
  250. </StackPanel>
  251. <StackPanel>
  252. <TextBlock>Mask装/卸上升量:</TextBlock>
  253. <My:MTextBox Text="{Binding MaskUpMove,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm"/>
  254. </StackPanel>
  255. <StackPanel>
  256. <TextBlock>Mask装/卸上升次数:</TextBlock>
  257. <My:MTextBox Text="{Binding MaskUpReturn}"/>
  258. </StackPanel>
  259. <StackPanel>
  260. <TextBlock>Mask装/卸上升速度:</TextBlock>
  261. <My:MTextBox Text="{Binding MaskUpSpeed,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm/s"/>
  262. </StackPanel>
  263. <StackPanel>
  264. <TextBlock>Mask装/卸上升待机时间:</TextBlock>
  265. <My:MTextBox Text="{Binding MaskUpStandbyTime,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="s"/>
  266. </StackPanel>
  267. <StackPanel>
  268. <TextBlock>Mask装/卸下降量:</TextBlock>
  269. <My:MTextBox Text="{Binding MaskDownMove,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm"/>
  270. </StackPanel>
  271. <StackPanel>
  272. <TextBlock>Mask装/卸下降次数:</TextBlock>
  273. <My:MTextBox Text="{Binding MaskDownReturn}"/>
  274. </StackPanel>
  275. <StackPanel>
  276. <TextBlock>Mask装/卸下降速度:</TextBlock>
  277. <My:MTextBox Text="{Binding MaskDownSpeed,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm/s"/>
  278. </StackPanel>
  279. <StackPanel>
  280. <TextBlock>Mask装/卸下降待机时间:</TextBlock>
  281. <My:MTextBox Text="{Binding MaskDownStandbyTime,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="s"/>
  282. </StackPanel>
  283. <StackPanel>
  284. <TextBlock>Mask吸着位置移动速度:</TextBlock>
  285. <My:MTextBox Text="{Binding MaskMoveSpeed,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mm/s"/>
  286. </StackPanel>
  287. <StackPanel>
  288. <TextBlock>Mask Load Over报警次数:</TextBlock>
  289. <My:MTextBox Text="{Binding MaskLoadOverAlarm}"/>
  290. </StackPanel>
  291. <StackPanel>
  292. <TextBlock>最大照射时间:</TextBlock>
  293. <My:MTextBox Text="{Binding MaxLightTimeSet}"/>
  294. </StackPanel>
  295. <StackPanel>
  296. <TextBlock>UV Lamp1照度校正系数:</TextBlock>
  297. <My:MTextBox Text="{Binding UVLamp1Magn}" Icon="%"/>
  298. </StackPanel>
  299. <StackPanel>
  300. <TextBlock>UV Lamp2照度校正系数:</TextBlock>
  301. <My:MTextBox Text="{Binding UVLamp2Magn}" Icon="%"/>
  302. </StackPanel>
  303. <StackPanel>
  304. <TextBlock>UV Lamp3照度校正系数:</TextBlock>
  305. <My:MTextBox Text="{Binding UVLamp3Magn}" Icon="%"/>
  306. </StackPanel>
  307. <StackPanel>
  308. <TextBlock>UV Lamp4照度校正系数:</TextBlock>
  309. <My:MTextBox Text="{Binding UVLamp4Magn}" Icon="%"/>
  310. </StackPanel>
  311. <StackPanel>
  312. <TextBlock>UV Lamp5照度校正系数:</TextBlock>
  313. <My:MTextBox Text="{Binding UVLamp5Magn}" Icon="%"/>
  314. </StackPanel>
  315. <StackPanel>
  316. <TextBlock>UV Lamp6照度校正系数:</TextBlock>
  317. <My:MTextBox Text="{Binding UVLamp6Magn}" Icon="%"/>
  318. </StackPanel>
  319. <StackPanel>
  320. <TextBlock>UV Lamp7照度校正系数:</TextBlock>
  321. <My:MTextBox Text="{Binding UVLamp7Magn}" Icon="%"/>
  322. </StackPanel>
  323. <StackPanel>
  324. <TextBlock>UV Lamp8照度校正系数:</TextBlock>
  325. <My:MTextBox Text="{Binding UVLamp8Magn}" Icon="%"/>
  326. </StackPanel>
  327. <StackPanel>
  328. <TextBlock>UV Lamp9照度校正系数:</TextBlock>
  329. <My:MTextBox Text="{Binding UVLamp9Magn}" Icon="%"/>
  330. </StackPanel>
  331. <StackPanel>
  332. <TextBlock>UV Lamp10照度校正系数:</TextBlock>
  333. <My:MTextBox Text="{Binding UVLamp10Magn}" Icon="%"/>
  334. </StackPanel>
  335. <StackPanel>
  336. <TextBlock>UV Lamp11照度校正系数:</TextBlock>
  337. <My:MTextBox Text="{Binding UVLamp11Magn}" Icon="%"/>
  338. </StackPanel>
  339. <StackPanel>
  340. <TextBlock>UV Lamp12照度校正系数:</TextBlock>
  341. <My:MTextBox Text="{Binding UVLamp12Magn}" Icon="%"/>
  342. </StackPanel>
  343. <StackPanel>
  344. <TextBlock>UV Lamp13照度校正系数:</TextBlock>
  345. <My:MTextBox Text="{Binding UVLamp13Magn}" Icon="%"/>
  346. </StackPanel>
  347. <StackPanel>
  348. <TextBlock>UV Lamp14照度校正系数:</TextBlock>
  349. <My:MTextBox Text="{Binding UVLamp14Magn}" Icon="%"/>
  350. </StackPanel>
  351. <StackPanel>
  352. <TextBlock>可视光 Lamp1照度校正系数:</TextBlock>
  353. <My:MTextBox Text="{Binding Lamp1Magn}" Icon="%"/>
  354. </StackPanel>
  355. <StackPanel>
  356. <TextBlock>可视光 Lamp2照度校正系数:</TextBlock>
  357. <My:MTextBox Text="{Binding Lamp2Magn}" Icon="%"/>
  358. </StackPanel>
  359. <StackPanel>
  360. <TextBlock>可视光 Lamp3照度校正系数:</TextBlock>
  361. <My:MTextBox Text="{Binding Lamp3Magn}" Icon="%"/>
  362. </StackPanel>
  363. <StackPanel>
  364. <TextBlock>可视光 Lamp4照度校正系数:</TextBlock>
  365. <My:MTextBox Text="{Binding Lamp4Magn}" Icon="%"/>
  366. </StackPanel>
  367. <StackPanel>
  368. <TextBlock>可视光 Lamp5照度校正系数:</TextBlock>
  369. <My:MTextBox Text="{Binding Lamp5Magn}" Icon="%"/>
  370. </StackPanel>
  371. <StackPanel>
  372. <TextBlock>可视光 Lamp6照度校正系数:</TextBlock>
  373. <My:MTextBox Text="{Binding Lamp6Magn}" Icon="%"/>
  374. </StackPanel>
  375. <StackPanel>
  376. <TextBlock>可视光 Lamp7照度校正系数:</TextBlock>
  377. <My:MTextBox Text="{Binding Lamp7Magn}" Icon="%"/>
  378. </StackPanel>
  379. <StackPanel>
  380. <TextBlock>可视光 Lamp8照度校正系数:</TextBlock>
  381. <My:MTextBox Text="{Binding Lamp8Magn}" Icon="%"/>
  382. </StackPanel>
  383. <StackPanel>
  384. <TextBlock>可视光 Lamp9照度校正系数:</TextBlock>
  385. <My:MTextBox Text="{Binding Lamp9Magn}" Icon="%"/>
  386. </StackPanel>
  387. <StackPanel>
  388. <TextBlock>可视光 Lamp10照度校正系数:</TextBlock>
  389. <My:MTextBox Text="{Binding Lamp10Magn}" Icon="%"/>
  390. </StackPanel>
  391. <StackPanel>
  392. <TextBlock>可视光 Lamp11照度校正系数:</TextBlock>
  393. <My:MTextBox Text="{Binding Lamp11Magn}" Icon="%"/>
  394. </StackPanel>
  395. <StackPanel>
  396. <TextBlock>可视光 Lamp12照度校正系数:</TextBlock>
  397. <My:MTextBox Text="{Binding Lamp12Magn}" Icon="%"/>
  398. </StackPanel>
  399. <StackPanel>
  400. <TextBlock>可视光 Lamp13照度校正系数:</TextBlock>
  401. <My:MTextBox Text="{Binding Lamp13Magn}" Icon="%"/>
  402. </StackPanel>
  403. <StackPanel>
  404. <TextBlock>可视光 Lamp14照度校正系数:</TextBlock>
  405. <My:MTextBox Text="{Binding Lamp14Magn}" Icon="%"/>
  406. </StackPanel>
  407. <StackPanel>
  408. <TextBlock>UV Lamp1照度设定值:</TextBlock>
  409. <My:MTextBox Text="{Binding UVLamp1Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  410. </StackPanel>
  411. <StackPanel>
  412. <TextBlock>UV Lamp2照度设定值:</TextBlock>
  413. <My:MTextBox Text="{Binding UVLamp2Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  414. </StackPanel>
  415. <StackPanel>
  416. <TextBlock>UV Lamp3照度设定值:</TextBlock>
  417. <My:MTextBox Text="{Binding UVLamp3Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  418. </StackPanel>
  419. <StackPanel>
  420. <TextBlock>UV Lamp4照度设定值:</TextBlock>
  421. <My:MTextBox Text="{Binding UVLamp4Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  422. </StackPanel>
  423. <StackPanel>
  424. <TextBlock>UV Lamp5照度设定值:</TextBlock>
  425. <My:MTextBox Text="{Binding UVLamp5Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  426. </StackPanel>
  427. <StackPanel>
  428. <TextBlock>UV Lamp6照度设定值:</TextBlock>
  429. <My:MTextBox Text="{Binding UVLamp6Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  430. </StackPanel>
  431. <StackPanel>
  432. <TextBlock>UV Lamp7照度设定值:</TextBlock>
  433. <My:MTextBox Text="{Binding UVLamp7Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  434. </StackPanel>
  435. <StackPanel>
  436. <TextBlock>UV Lamp8照度设定值:</TextBlock>
  437. <My:MTextBox Text="{Binding UVLamp8Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  438. </StackPanel>
  439. <StackPanel>
  440. <TextBlock>UV Lamp9照度设定值:</TextBlock>
  441. <My:MTextBox Text="{Binding UVLamp9Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  442. </StackPanel>
  443. <StackPanel>
  444. <TextBlock>UV Lamp10照度设定值:</TextBlock>
  445. <My:MTextBox Text="{Binding UVLamp10Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  446. </StackPanel>
  447. <StackPanel>
  448. <TextBlock>UV Lamp11照度设定值:</TextBlock>
  449. <My:MTextBox Text="{Binding UVLamp11Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  450. </StackPanel>
  451. <StackPanel>
  452. <TextBlock>UV Lamp12照度设定值:</TextBlock>
  453. <My:MTextBox Text="{Binding UVLamp12Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  454. </StackPanel>
  455. <StackPanel>
  456. <TextBlock>UV Lamp13照度设定值:</TextBlock>
  457. <My:MTextBox Text="{Binding UVLamp13Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  458. </StackPanel>
  459. <StackPanel>
  460. <TextBlock>UV Lamp14照度设定值:</TextBlock>
  461. <My:MTextBox Text="{Binding UVLamp14Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  462. </StackPanel>
  463. <StackPanel>
  464. <TextBlock>可视光 Lamp1照度设定值:</TextBlock>
  465. <My:MTextBox Text="{Binding VisualLamp1Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  466. </StackPanel>
  467. <StackPanel>
  468. <TextBlock>可视光 Lamp2照度设定值:</TextBlock>
  469. <My:MTextBox Text="{Binding VisualLamp2Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  470. </StackPanel>
  471. <StackPanel>
  472. <TextBlock>可视光 Lamp3照度设定值:</TextBlock>
  473. <My:MTextBox Text="{Binding VisualLamp3Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  474. </StackPanel>
  475. <StackPanel>
  476. <TextBlock>可视光 Lamp4照度设定值:</TextBlock>
  477. <My:MTextBox Text="{Binding VisualLamp4Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  478. </StackPanel>
  479. <StackPanel>
  480. <TextBlock>可视光 Lamp5照度设定值:</TextBlock>
  481. <My:MTextBox Text="{Binding VisualLamp5Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  482. </StackPanel>
  483. <StackPanel>
  484. <TextBlock>可视光 Lamp6照度设定值:</TextBlock>
  485. <My:MTextBox Text="{Binding VisualLamp6Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  486. </StackPanel>
  487. <StackPanel>
  488. <TextBlock>可视光 Lamp7照度设定值:</TextBlock>
  489. <My:MTextBox Text="{Binding VisualLamp7Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  490. </StackPanel>
  491. <StackPanel>
  492. <TextBlock>可视光 Lamp8照度设定值:</TextBlock>
  493. <My:MTextBox Text="{Binding VisualLamp8Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  494. </StackPanel>
  495. <StackPanel>
  496. <TextBlock>可视光 Lamp9照度设定值:</TextBlock>
  497. <My:MTextBox Text="{Binding VisualLamp9Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  498. </StackPanel>
  499. <StackPanel>
  500. <TextBlock>可视光 Lamp10照度设定值:</TextBlock>
  501. <My:MTextBox Text="{Binding VisualLamp10Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  502. </StackPanel>
  503. <StackPanel>
  504. <TextBlock>可视光 Lamp11照度设定值:</TextBlock>
  505. <My:MTextBox Text="{Binding VisualLamp11Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  506. </StackPanel>
  507. <StackPanel>
  508. <TextBlock>可视光 Lamp12照度设定值:</TextBlock>
  509. <My:MTextBox Text="{Binding VisualLamp12Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  510. </StackPanel>
  511. <StackPanel>
  512. <TextBlock>可视光 Lamp13照度设定值:</TextBlock>
  513. <My:MTextBox Text="{Binding VisualLamp13Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  514. </StackPanel>
  515. <StackPanel>
  516. <TextBlock>可视光 Lamp14照度设定值:</TextBlock>
  517. <My:MTextBox Text="{Binding VisualLamp14Set,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.1}" Icon="mW/cm²"/>
  518. </StackPanel>
  519. <StackPanel>
  520. <TextBlock>Work Thickness Max:</TextBlock>
  521. <My:MTextBox Text="{Binding WorkThicknessMax,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm"/>
  522. </StackPanel>
  523. <StackPanel>
  524. <TextBlock>Work Thickness Min:</TextBlock>
  525. <My:MTextBox Text="{Binding WorkThicknessMin,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm"/>
  526. </StackPanel>
  527. <StackPanel>
  528. <TextBlock>Mask预热:</TextBlock>
  529. <My:MRadioButton IsChecked="{Binding MaskAction,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  530. <My:MRadioButton IsChecked="{Binding MaskAction,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  531. </StackPanel>
  532. <StackPanel>
  533. <TextBlock>Mask装/卸高速速度:</TextBlock>
  534. <My:MTextBox Text="{Binding MaskHighSpeed,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm/s"/>
  535. </StackPanel>
  536. <StackPanel>
  537. <TextBlock>照度调整/测定速度:</TextBlock>
  538. <My:MTextBox Text="{Binding LIghtHignSpeed,Converter={StaticResource ConverterMultipleDouble},ConverterParameter=0.001}" Icon="mm/s"/>
  539. </StackPanel>
  540. <StackPanel>
  541. <TextBlock>Lamp使用时间上限:</TextBlock>
  542. <My:MTextBox Text="{Binding LampUserTIme}" Icon="H"/>
  543. </StackPanel>
  544. <StackPanel>
  545. <TextBlock>漏水Sensor1 Check:</TextBlock>
  546. <My:MRadioButton IsChecked="{Binding LeakageSensor1Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  547. <My:MRadioButton IsChecked="{Binding LeakageSensor1Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  548. </StackPanel>
  549. <StackPanel>
  550. <TextBlock>漏水Sensor2 Check:</TextBlock>
  551. <My:MRadioButton IsChecked="{Binding LeakageSensor2Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  552. <My:MRadioButton IsChecked="{Binding LeakageSensor2Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  553. </StackPanel>
  554. <StackPanel>
  555. <TextBlock>漏水Sensor3 Check:</TextBlock>
  556. <My:MRadioButton IsChecked="{Binding LeakageSensor3Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  557. <My:MRadioButton IsChecked="{Binding LeakageSensor3Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  558. </StackPanel>
  559. <StackPanel>
  560. <TextBlock>漏水Sensor4 Check:</TextBlock>
  561. <My:MRadioButton IsChecked="{Binding LeakageSensor4Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  562. <My:MRadioButton IsChecked="{Binding LeakageSensor4Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  563. </StackPanel>
  564. <StackPanel>
  565. <TextBlock>漏水Sensor5 Check:</TextBlock>
  566. <My:MRadioButton IsChecked="{Binding LeakageSensor5Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  567. <My:MRadioButton IsChecked="{Binding LeakageSensor5Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  568. </StackPanel>
  569. <StackPanel>
  570. <TextBlock>漏水Sensor6 Check:</TextBlock>
  571. <My:MRadioButton IsChecked="{Binding LeakageSensor6Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  572. <My:MRadioButton IsChecked="{Binding LeakageSensor6Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  573. </StackPanel>
  574. <StackPanel>
  575. <TextBlock>漏水Sensor7 Check:</TextBlock>
  576. <My:MRadioButton IsChecked="{Binding LeakageSensor7Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  577. <My:MRadioButton IsChecked="{Binding LeakageSensor7Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  578. </StackPanel>
  579. <StackPanel>
  580. <TextBlock>漏水Sensor8 Check:</TextBlock>
  581. <My:MRadioButton IsChecked="{Binding LeakageSensor8Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  582. <My:MRadioButton IsChecked="{Binding LeakageSensor8Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  583. </StackPanel>
  584. <StackPanel>
  585. <TextBlock>漏水Sensor9 Check:</TextBlock>
  586. <My:MRadioButton IsChecked="{Binding LeakageSensor9Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  587. <My:MRadioButton IsChecked="{Binding LeakageSensor9Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  588. </StackPanel>
  589. <StackPanel>
  590. <TextBlock>漏水Sensor10 Check:</TextBlock>
  591. <My:MRadioButton IsChecked="{Binding LeakageSensor10Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  592. <My:MRadioButton IsChecked="{Binding LeakageSensor10Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  593. </StackPanel>
  594. <StackPanel>
  595. <TextBlock>漏水Sensor11 Check:</TextBlock>
  596. <My:MRadioButton IsChecked="{Binding LeakageSensor11Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  597. <My:MRadioButton IsChecked="{Binding LeakageSensor11Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  598. </StackPanel>
  599. <StackPanel>
  600. <TextBlock>漏水Sensor12 Check:</TextBlock>
  601. <My:MRadioButton IsChecked="{Binding LeakageSensor12Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  602. <My:MRadioButton IsChecked="{Binding LeakageSensor12Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  603. </StackPanel>
  604. <StackPanel>
  605. <TextBlock>漏水Sensor13 Check:</TextBlock>
  606. <My:MRadioButton IsChecked="{Binding LeakageSensor13Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  607. <My:MRadioButton IsChecked="{Binding LeakageSensor13Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  608. </StackPanel>
  609. <StackPanel>
  610. <TextBlock>漏水Sensor14 Check:</TextBlock>
  611. <My:MRadioButton IsChecked="{Binding LeakageSensor14Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  612. <My:MRadioButton IsChecked="{Binding LeakageSensor14Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  613. </StackPanel>
  614. <StackPanel>
  615. <TextBlock>漏水Sensor15 Check:</TextBlock>
  616. <My:MRadioButton IsChecked="{Binding LeakageSensor15Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=1}">有效</My:MRadioButton>
  617. <My:MRadioButton IsChecked="{Binding LeakageSensor15Check,Converter={StaticResource ConverterBoolIntPara},ConverterParameter=0}">无效</My:MRadioButton>
  618. </StackPanel>
  619. <StackPanel>
  620. <TextBlock>MaintPassword:</TextBlock>
  621. <My:MTextBox Text="{Binding MaintPassword}"/>
  622. </StackPanel>
  623. </WrapPanel>
  624. </Grid>
  625. </UserControl>