EditTLWindow.xaml 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. <Window x:Class="ivf_tl_Manage.Win.EditTLWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:controls="clr-namespace:ivf_tl_Manage.UserControls"
  5. xmlns:customControl="clr-namespace:ivf_tl_CustomControls;assembly=ivf_tl_CustomControls_PC"
  6. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  7. xmlns:local="clr-namespace:ivf_tl_Manage.Win"
  8. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  9. Title="EditTLWindow"
  10. Width="710"
  11. Height="867"
  12. AllowsTransparency="True"
  13. Background="Transparent"
  14. FontFamily="{StaticResource sourceHan}"
  15. ShowInTaskbar="False"
  16. WindowStartupLocation="CenterOwner"
  17. WindowStyle="None"
  18. mc:Ignorable="d">
  19. <Canvas Width="701" Height="867">
  20. <Canvas.Background>
  21. <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/EditTLBackground.png" />
  22. </Canvas.Background>
  23. <DockPanel Canvas.Left="60" Canvas.Top="60">
  24. <TextBlock Canvas.Left="60"
  25. Canvas.Top="60"
  26. Margin="2,0,2,2"
  27. DockPanel.Dock="Top"
  28. FontSize="20"
  29. FontWeight="Medium"
  30. Text="{DynamicResource 0186}" />
  31. <Rectangle Canvas.Left="60"
  32. Canvas.Top="90"
  33. Height="3"
  34. DockPanel.Dock="Bottom"
  35. Fill="#4D75AC"
  36. RadiusX="1.5"
  37. RadiusY="1.5" />
  38. </DockPanel>
  39. <!--<TextBlock Canvas.Left="60" Canvas.Top="60" FontWeight="Medium" FontSize="20" Text="{DynamicResource 0186}"/>
  40. <Rectangle Canvas.Left="60" Canvas.Top="90" Width="80" Height="3" Fill="#4D75AC" RadiusX="1.5" RadiusY="1.5"/>-->
  41. <customControl:ImageCustom Canvas.Left="634"
  42. Canvas.Top="60"
  43. Width="18"
  44. Height="18"
  45. IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CloseGrayIcon.png"
  46. MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CloseBlueIcon.png"
  47. MouseUp="Cancel_MouseUp" />
  48. <StackPanel Canvas.Top="110" Width="650">
  49. <Grid Margin="0,0,0,0">
  50. <Grid.ColumnDefinitions>
  51. <ColumnDefinition Width="200" />
  52. <ColumnDefinition />
  53. </Grid.ColumnDefinitions>
  54. <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
  55. <Image Canvas.Left="139"
  56. Canvas.Top="122"
  57. Width="10"
  58. Height="10"
  59. VerticalAlignment="Center"
  60. DockPanel.Dock="Left"
  61. Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
  62. <TextBlock Canvas.Left="152"
  63. Canvas.Top="115"
  64. Margin="3,0,0,0"
  65. VerticalAlignment="Center"
  66. DockPanel.Dock="Left"
  67. FontSize="16"
  68. FontWeight="Medium"
  69. Foreground="#707070"
  70. Text="{DynamicResource 0012}" />
  71. </StackPanel>
  72. <customControl:TextBoxCustom Grid.Column="1"
  73. Canvas.Left="231"
  74. Canvas.Top="110"
  75. Height="34"
  76. Margin="15,0,0,0"
  77. DefeatString="{DynamicResource 0187}"
  78. DockPanel.Dock="Right"
  79. IsEnabled="False"
  80. Text="{Binding TLSettingInfo.tlSn}" />
  81. </Grid>
  82. <Grid Margin="0,15,0,0">
  83. <Grid.ColumnDefinitions>
  84. <ColumnDefinition Width="200" />
  85. <ColumnDefinition />
  86. </Grid.ColumnDefinitions>
  87. <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
  88. <Image Canvas.Left="139"
  89. Canvas.Top="171"
  90. Width="10"
  91. Height="10"
  92. VerticalAlignment="Center"
  93. DockPanel.Dock="Left"
  94. Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
  95. <TextBlock Canvas.Left="152"
  96. Canvas.Top="164"
  97. Margin="3,0,0,0"
  98. VerticalAlignment="Center"
  99. DockPanel.Dock="Left"
  100. FontSize="16"
  101. FontWeight="Medium"
  102. Foreground="#707070"
  103. Text="{DynamicResource 0013}" />
  104. </StackPanel>
  105. <customControl:TextBoxCustom Grid.Column="1"
  106. Canvas.Left="231"
  107. Canvas.Top="159"
  108. Height="34"
  109. Margin="15,0,0,0"
  110. DefeatString="{DynamicResource 0188}"
  111. DockPanel.Dock="Right"
  112. Text="{Binding TLSettingInfo.tlName}" />
  113. </Grid>
  114. <Grid Margin="0,15,0,0">
  115. <Grid.ColumnDefinitions>
  116. <ColumnDefinition Width="200" />
  117. <ColumnDefinition />
  118. </Grid.ColumnDefinitions>
  119. <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
  120. <Image Canvas.Left="91"
  121. Canvas.Top="220"
  122. Width="10"
  123. Height="10"
  124. Margin="0,0,0,0"
  125. VerticalAlignment="Center"
  126. DockPanel.Dock="Left"
  127. Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
  128. <TextBlock Canvas.Left="104"
  129. Canvas.Top="213"
  130. Margin="3,0,0,0"
  131. VerticalAlignment="Center"
  132. DockPanel.Dock="Left"
  133. FontSize="16"
  134. FontWeight="Medium"
  135. Foreground="#707070"
  136. Text="{DynamicResource 0014}" />
  137. </StackPanel>
  138. <customControl:TextBoxCustom Grid.Column="1"
  139. Canvas.Left="231"
  140. Canvas.Top="208"
  141. Height="34"
  142. Margin="15,0,0,0"
  143. VerticalAlignment="Center"
  144. DefeatString="{DynamicResource 0189}"
  145. DockPanel.Dock="Right"
  146. IsEnabled="False"
  147. Text="{Binding TLSettingInfo.softwareVersion}" />
  148. </Grid>
  149. <StackPanel Canvas.Left="139"
  150. Canvas.Top="252"
  151. Margin="88,15,0,0"
  152. Orientation="Horizontal">
  153. <Image Canvas.Left="139"
  154. Canvas.Top="269"
  155. Width="10"
  156. Height="10"
  157. VerticalAlignment="Center"
  158. Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
  159. <TextBlock Canvas.Left="152"
  160. Canvas.Top="262"
  161. Margin="3,0,0,0"
  162. VerticalAlignment="Center"
  163. FontSize="16"
  164. FontWeight="Medium"
  165. Foreground="#707070"
  166. Text="{DynamicResource 0015}" />
  167. <customControl:RadioButtonHaveFrame x:Name="_onLine1_RadioButton"
  168. Canvas.Left="227"
  169. Canvas.Top="252"
  170. Margin="11,0,0,0"
  171. CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"
  172. Content="{DynamicResource 0010}"
  173. FontSize="16"
  174. FontWeight="Medium"
  175. Foreground="#9B9B9B"
  176. IsChecked="True"
  177. IsEnabled="False" />
  178. <customControl:RadioButtonHaveFrame x:Name="_onLine0_RadioButton"
  179. Canvas.Left="331"
  180. Canvas.Top="252"
  181. Margin="36,0,0,0"
  182. CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"
  183. Content="{DynamicResource 0009}"
  184. FontSize="16"
  185. FontWeight="Medium"
  186. Foreground="#9B9B9B"
  187. IsEnabled="False" />
  188. <customControl:RadioButtonHaveFrame x:Name="_onLine2_RadioButton"
  189. Canvas.Left="431"
  190. Canvas.Top="252"
  191. Margin="32,0,0,0"
  192. CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"
  193. Content="{DynamicResource 0026}"
  194. FontSize="16"
  195. FontWeight="Medium"
  196. Foreground="#9B9B9B"
  197. IsEnabled="False" />
  198. </StackPanel>
  199. <Grid Margin="0,15,0,0">
  200. <Grid.ColumnDefinitions>
  201. <ColumnDefinition Width="200" />
  202. <ColumnDefinition />
  203. </Grid.ColumnDefinitions>
  204. <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
  205. <Image Canvas.Left="106"
  206. Canvas.Top="318"
  207. Width="10"
  208. Height="10"
  209. Margin="0,0,0,0"
  210. VerticalAlignment="Center"
  211. DockPanel.Dock="Left"
  212. Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
  213. <TextBlock Canvas.Left="120"
  214. Canvas.Top="311"
  215. Margin="3,0,0,0"
  216. VerticalAlignment="Center"
  217. DockPanel.Dock="Left"
  218. FontSize="16"
  219. FontWeight="Medium"
  220. Foreground="#707070"
  221. Text="{DynamicResource 0190}" />
  222. </StackPanel>
  223. <customControl:TextBoxCustom Grid.Column="1"
  224. Canvas.Left="231"
  225. Canvas.Top="306"
  226. Height="34"
  227. Margin="15,0,0,0"
  228. VerticalAlignment="Center"
  229. DefeatString="{DynamicResource 0191}"
  230. DockPanel.Dock="Right"
  231. Text="{Binding TLSettingInfo.collectSn}" />
  232. </Grid>
  233. <Grid Margin="0,15,0,0">
  234. <Grid.ColumnDefinitions>
  235. <ColumnDefinition Width="200" />
  236. <ColumnDefinition />
  237. </Grid.ColumnDefinitions>
  238. <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
  239. <TextBlock Canvas.Left="120"
  240. Canvas.Top="360"
  241. VerticalAlignment="Center"
  242. DockPanel.Dock="Left"
  243. FontSize="16"
  244. FontWeight="Medium"
  245. Foreground="#707070"
  246. Text="{DynamicResource 0192}" />
  247. </StackPanel>
  248. <customControl:TextBoxCustom Grid.Column="1"
  249. Canvas.Left="231"
  250. Canvas.Top="355"
  251. Height="34"
  252. Margin="15,0,0,0"
  253. VerticalAlignment="Center"
  254. DefeatString="{DynamicResource 0194}"
  255. DockPanel.Dock="Right"
  256. Text="{Binding TLSettingInfo.collectName}" />
  257. </Grid>
  258. <Grid Margin="0,15,0,0">
  259. <Grid.ColumnDefinitions>
  260. <ColumnDefinition Width="200" />
  261. <ColumnDefinition />
  262. </Grid.ColumnDefinitions>
  263. <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
  264. <Image Canvas.Left="61"
  265. Canvas.Top="416"
  266. Width="10"
  267. Height="10"
  268. Margin="0,0,0,0"
  269. VerticalAlignment="Center"
  270. DockPanel.Dock="Left"
  271. Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
  272. <TextBlock Canvas.Left="74"
  273. Canvas.Top="409"
  274. Margin="3,0,0,0"
  275. VerticalAlignment="Center"
  276. DockPanel.Dock="Left"
  277. FontSize="16"
  278. FontWeight="Medium"
  279. Foreground="#707070"
  280. Text="{DynamicResource 0018}" />
  281. </StackPanel>
  282. <customControl:TextBoxCustom Grid.Column="1"
  283. Canvas.Left="231"
  284. Canvas.Top="404"
  285. Height="34"
  286. Margin="15,0,0,0"
  287. VerticalAlignment="Center"
  288. DefeatString="{DynamicResource 0195}"
  289. DockPanel.Dock="Right"
  290. IsEnabled="False"
  291. Text="{Binding TLSettingInfo.socketPort}" />
  292. </Grid>
  293. <Grid Margin="0,15,0,0">
  294. <Grid.ColumnDefinitions>
  295. <ColumnDefinition Width="200" />
  296. <ColumnDefinition />
  297. </Grid.ColumnDefinitions>
  298. <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
  299. <Image Canvas.Left="94"
  300. Canvas.Top="465"
  301. Width="10"
  302. Height="10"
  303. Margin="0,0,0,0"
  304. VerticalAlignment="Center"
  305. DockPanel.Dock="Left"
  306. Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
  307. <TextBlock Canvas.Left="107"
  308. Canvas.Top="458"
  309. Margin="3,0,0,0"
  310. VerticalAlignment="Center"
  311. DockPanel.Dock="Left"
  312. FontSize="16"
  313. FontWeight="Medium"
  314. Foreground="#707070"
  315. Text="{DynamicResource 0019}" />
  316. </StackPanel>
  317. <customControl:TextBoxCustom Grid.Column="1"
  318. Canvas.Left="231"
  319. Canvas.Top="453"
  320. Height="34"
  321. Margin="15,0,0,0"
  322. VerticalAlignment="Center"
  323. DefeatString="{DynamicResource 0196}"
  324. DockPanel.Dock="Right"
  325. IsEnabled="False"
  326. Text="{Binding TLSettingInfo.mqttQueue}" />
  327. </Grid>
  328. <Grid Margin="0,15,0,0">
  329. <Grid.ColumnDefinitions>
  330. <ColumnDefinition Width="200" />
  331. <ColumnDefinition />
  332. </Grid.ColumnDefinitions>
  333. <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
  334. <Image Canvas.Left="94"
  335. Canvas.Top="514"
  336. Width="10"
  337. Height="10"
  338. Margin="0,0,0,0"
  339. VerticalAlignment="Center"
  340. DockPanel.Dock="Left"
  341. Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
  342. <TextBlock Canvas.Left="107"
  343. Canvas.Top="507"
  344. Margin="3,0,0,0"
  345. VerticalAlignment="Center"
  346. DockPanel.Dock="Left"
  347. FontSize="16"
  348. FontWeight="Medium"
  349. Foreground="#707070"
  350. Text="{DynamicResource 0020}" />
  351. </StackPanel>
  352. <customControl:TextBoxCustom Grid.Column="1"
  353. Canvas.Left="231"
  354. Canvas.Top="502"
  355. Height="34"
  356. Margin="15,0,0,0"
  357. VerticalAlignment="Center"
  358. DefeatString="{DynamicResource 0197}"
  359. DockPanel.Dock="Right"
  360. IsEnabled="False"
  361. Text="{Binding TLSettingInfo.kafkaTopic}" />
  362. </Grid>
  363. <Grid Margin="0,15,0,0">
  364. <Grid.ColumnDefinitions>
  365. <ColumnDefinition Width="200" />
  366. <ColumnDefinition />
  367. </Grid.ColumnDefinitions>
  368. <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
  369. <Image Canvas.Left="139"
  370. Canvas.Top="563"
  371. Width="10"
  372. Height="10"
  373. Margin="0,0,0,0"
  374. VerticalAlignment="Center"
  375. DockPanel.Dock="Left"
  376. Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
  377. <TextBlock Canvas.Left="152"
  378. Canvas.Top="556"
  379. Margin="3,0,0,0"
  380. VerticalAlignment="Center"
  381. DockPanel.Dock="Left"
  382. FontSize="16"
  383. FontWeight="Medium"
  384. Foreground="#707070"
  385. Text="{DynamicResource 0021}" />
  386. </StackPanel>
  387. <customControl:TextBoxCustom Grid.Column="1"
  388. Canvas.Left="231"
  389. Canvas.Top="551"
  390. Height="34"
  391. Margin="15,0,0,0"
  392. VerticalAlignment="Center"
  393. DefeatString="{DynamicResource 0198}"
  394. DockPanel.Dock="Right"
  395. Text="{Binding TLSettingInfo.installTime}" />
  396. </Grid>
  397. <Grid Margin="0,15,0,0">
  398. <Grid.ColumnDefinitions>
  399. <ColumnDefinition Width="200" />
  400. <ColumnDefinition />
  401. </Grid.ColumnDefinitions>
  402. <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
  403. <Image Canvas.Left="139"
  404. Canvas.Top="612"
  405. Width="10"
  406. Height="10"
  407. Margin="0,0,0,0"
  408. VerticalAlignment="Center"
  409. DockPanel.Dock="Left"
  410. Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
  411. <TextBlock Canvas.Left="152"
  412. Canvas.Top="605"
  413. Margin="3,0,0,0"
  414. VerticalAlignment="Center"
  415. DockPanel.Dock="Left"
  416. FontSize="16"
  417. FontWeight="Medium"
  418. Foreground="#707070"
  419. Text="{DynamicResource 0022}" />
  420. </StackPanel>
  421. <controls:AddressSelectUserControl Grid.Column="1"
  422. Canvas.Left="231"
  423. Canvas.Top="600"
  424. Height="34"
  425. Margin="0,0,0,0"
  426. VerticalAlignment="Center"
  427. AddressProperty="{Binding TLSettingInfo.address, Mode=TwoWay}"
  428. DockPanel.Dock="Right"
  429. SelectValue="AddressSelectUserControl_SelectValue" />
  430. </Grid>
  431. <Grid Margin="0,15,0,0">
  432. <Grid.ColumnDefinitions>
  433. <ColumnDefinition Width="200" />
  434. <ColumnDefinition />
  435. </Grid.ColumnDefinitions>
  436. <StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
  437. <Image Canvas.Left="139"
  438. Canvas.Top="661"
  439. Width="10"
  440. Height="10"
  441. Margin="0,12,0,0"
  442. VerticalAlignment="Top"
  443. DockPanel.Dock="Left"
  444. Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png" />
  445. <TextBlock Canvas.Left="152"
  446. Canvas.Top="654"
  447. Margin="3,5,0,0"
  448. VerticalAlignment="Top"
  449. DockPanel.Dock="Left"
  450. FontSize="16"
  451. FontWeight="Medium"
  452. Foreground="#707070"
  453. Text="{DynamicResource 0023}" />
  454. </StackPanel>
  455. <customControl:TextBoxCustom Grid.Column="1"
  456. Canvas.Left="231"
  457. Canvas.Top="649"
  458. Height="78"
  459. Margin="15,0,0,0"
  460. VerticalAlignment="Center"
  461. DefeatString="{DynamicResource 0199}"
  462. DockPanel.Dock="Right"
  463. Text="{Binding TLSettingInfo.remark}"
  464. TextWrapping="Wrap" />
  465. </Grid>
  466. </StackPanel>
  467. <!--<Image Canvas.Left="139" Canvas.Top="122" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
  468. <TextBlock Canvas.Left="152" Canvas.Top="115" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0012}"/>
  469. <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="110" Width="419" Height="34"
  470. Text="{Binding TLSettingInfo.tlSn}" DefeatString="{DynamicResource 0187}" IsEnabled="False"/>-->
  471. <!--<Image Canvas.Left="139" Canvas.Top="171" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
  472. <TextBlock Canvas.Left="152" Canvas.Top="164" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0013}"/>
  473. <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="159" Width="419" Height="34"
  474. Text="{Binding TLSettingInfo.tlName}" DefeatString="{DynamicResource 0188}"/>-->
  475. <!--<Image Canvas.Left="91" Canvas.Top="220" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
  476. <TextBlock Canvas.Left="104" Canvas.Top="213" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0014}"/>
  477. <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="208" Width="419" Height="34"
  478. Text="{Binding TLSettingInfo.softwareVersion}" DefeatString="{DynamicResource 0189}" IsEnabled="False"/>-->
  479. <!--<Image Canvas.Left="139" Canvas.Top="269" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
  480. <TextBlock Canvas.Left="152" Canvas.Top="262" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0015}"/>
  481. <customControl:RadioButtonHaveFrame x:Name="_onLine1_RadioButton1" Canvas.Left="227" Canvas.Top="252" FontWeight="Medium" Foreground="#9B9B9B" FontSize="16" Content="{DynamicResource 0010}" IsChecked="True" IsEnabled="False"
  482. CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"/>
  483. <customControl:RadioButtonHaveFrame x:Name="_onLine0_RadioButton1" Canvas.Left="331" Canvas.Top="252" FontWeight="Medium" Foreground="#9B9B9B" FontSize="16" Content="{DynamicResource 0009}" IsEnabled="False"
  484. CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"/>
  485. <customControl:RadioButtonHaveFrame x:Name="_onLine2_RadioButton1" Canvas.Left="431" Canvas.Top="252" FontWeight="Medium" Foreground="#9B9B9B" FontSize="16" Content="{DynamicResource 0026}" IsEnabled="False"
  486. CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"/>-->
  487. <!--<Image Canvas.Left="106" Canvas.Top="318" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
  488. <TextBlock Canvas.Left="120" Canvas.Top="311" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0190}"/>
  489. <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="306" Width="419" Height="34"
  490. Text="{Binding TLSettingInfo.collectSn}" DefeatString="{DynamicResource 0191}" />-->
  491. <!--<TextBlock Canvas.Left="120" Canvas.Top="360" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0192}"/>
  492. <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="355" Width="419" Height="34"
  493. Text="{Binding TLSettingInfo.collectName}" DefeatString="{DynamicResource 0194}" />-->
  494. <!--<Image Canvas.Left="61" Canvas.Top="416" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
  495. <TextBlock Canvas.Left="74" Canvas.Top="409" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0018}"/>
  496. <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="404" Width="419" Height="34"
  497. Text="{Binding TLSettingInfo.socketPort}" DefeatString="{DynamicResource 0195}" IsEnabled="False"/>-->
  498. <!--<Image Canvas.Left="94" Canvas.Top="465" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
  499. <TextBlock Canvas.Left="107" Canvas.Top="458" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0019}"/>
  500. <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="453" Width="419" Height="34"
  501. Text="{Binding TLSettingInfo.mqttQueue}" DefeatString="{DynamicResource 0196}" IsEnabled="False"/>-->
  502. <!--<Image Canvas.Left="94" Canvas.Top="514" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
  503. <TextBlock Canvas.Left="107" Canvas.Top="507" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0020}"/>
  504. <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="502" Width="419" Height="34"
  505. Text="{Binding TLSettingInfo.kafkaTopic}" DefeatString="{DynamicResource 0197}" IsEnabled="False"/>-->
  506. <!--<Image Canvas.Left="139" Canvas.Top="563" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
  507. <TextBlock Canvas.Left="152" Canvas.Top="556" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0021}"/>
  508. <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="551" Width="419" Height="34"
  509. Text="{Binding TLSettingInfo.installTime}" DefeatString="{DynamicResource 0198}"/>-->
  510. <!--<Image Canvas.Left="139" Canvas.Top="612" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
  511. <TextBlock Canvas.Left="152" Canvas.Top="605" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0022}"/>
  512. <controls:AddressSelectUserControl SelectValue="AddressSelectUserControl_SelectValue" AddressProperty="{Binding TLSettingInfo.address,Mode=TwoWay}" Canvas.Left="231" Canvas.Top="600" Width="419" Height="34"/>-->
  513. <!--<Image Canvas.Left="139" Canvas.Top="661" Width="10" Height="10" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/RedStarIcon.png"/>
  514. <TextBlock Canvas.Left="152" Canvas.Top="654" FontWeight="Medium" Foreground="#707070" FontSize="16" Text="{DynamicResource 0023}"/>
  515. <customControl:TextBoxCustom Canvas.Left="231" Canvas.Top="649" Width="419" Height="78"
  516. Text="{Binding TLSettingInfo.remark}" DefeatString="{DynamicResource 0199}" TextWrapping="Wrap" />-->
  517. <TextBlock x:Name="_message"
  518. Canvas.Left="152"
  519. Canvas.Top="763"
  520. MaxWidth="280"
  521. FontSize="16"
  522. FontWeight="Medium"
  523. Foreground="Red"
  524. Text=""
  525. TextWrapping="Wrap" />
  526. <customControl:ButtonCornerRadius Canvas.Left="446"
  527. Canvas.Top="759"
  528. Width="104"
  529. Height="56"
  530. Click="Cancel_Click"
  531. Content="{DynamicResource 0025}"
  532. FontSize="14"
  533. Foreground="#717171"
  534. IsCancel="True"
  535. MarginMask="10">
  536. <customControl:ButtonCornerRadius.Background>
  537. <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CancelButtonIcon1.png" />
  538. </customControl:ButtonCornerRadius.Background>
  539. </customControl:ButtonCornerRadius>
  540. <!--<customControl:ButtonImage Canvas.Left="446" Canvas.Top="759" Width="104" Height="56" Click="Cancel_Click" IsCancel="True" IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CancelButtonIcon.png" MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CancelButtonMouseOverIcon.png"/>-->
  541. <customControl:ButtonCornerRadius Canvas.Left="554"
  542. Canvas.Top="759"
  543. Width="104"
  544. Height="56"
  545. Click="Ok_Click"
  546. Content="{DynamicResource 0024}"
  547. FontSize="14"
  548. IsDefault="True"
  549. MarginMask="10">
  550. <customControl:ButtonCornerRadius.Background>
  551. <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/OkButtonIcon1.png" />
  552. </customControl:ButtonCornerRadius.Background>
  553. </customControl:ButtonCornerRadius>
  554. <!--<customControl:ButtonImage Canvas.Left="554" Canvas.Top="759" Width="104" Height="56" Click="Ok_Click" IsDefault="True" IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/OkButtonIcon.png" MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/OkButtonMouseOverIcon.png"/>-->
  555. </Canvas>
  556. </Window>