JOBStatusView.xaml 81 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116
  1. <UserControl x:Class="FurnaceUI.Views.Jobs.JOBStatusView"
  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:i="http://schemas.microsoft.com/expression/2010/interactivity"
  7. xmlns:ed ="http://schemas.microsoft.com/expression/2010/drawing"
  8. xmlns:cal="http://www.caliburn.org"
  9. xmlns:local="clr-namespace:FurnaceUI.Views.Jobs"
  10. mc:Ignorable="d"
  11. Height="510" Width="780" FontFamily="Segoe">
  12. <!--<Border BorderBrush="Gray" BorderThickness="0,1,0,0" Background="{DynamicResource Tab_BG}" Padding="5">-->
  13. <Grid Background="White">
  14. <Grid.RowDefinitions>
  15. <RowDefinition Height="*" />
  16. <RowDefinition Height="60"/>
  17. </Grid.RowDefinitions>
  18. <TabControl Grid.Row="0" Margin="10,10,10,0" Background="Transparent">
  19. <TabItem Header="Transfer Job Status">
  20. <Grid>
  21. <Grid.ColumnDefinitions>
  22. <ColumnDefinition Width="*"/>
  23. </Grid.ColumnDefinitions>
  24. <StackPanel Grid.Column="0">
  25. <Grid>
  26. <Grid.RowDefinitions>
  27. <RowDefinition Height="40"/>
  28. <RowDefinition Height="*"/>
  29. </Grid.RowDefinitions>
  30. <Grid.ColumnDefinitions>
  31. <ColumnDefinition Width="200"/>
  32. <ColumnDefinition Width="*"/>
  33. </Grid.ColumnDefinitions>
  34. <Border Grid.Row="0" Grid.Column="0" BorderBrush="Green" BorderThickness="1,1,1,1" Margin="10,0,0,0">
  35. <TextBlock Text="Job Name :" FontSize="20" TextAlignment="Right" VerticalAlignment="Center" Padding="0,0,10,0"/>
  36. </Border>
  37. <Border Grid.Row="0" Grid.Column="1" BorderBrush="Green" BorderThickness="0,1,1,1" Margin="0,0,10,0">
  38. <TextBlock Text="{Binding JobName}" FontSize="20" TextAlignment="Left" VerticalAlignment="Center" Padding="10,0,0,0"/>
  39. </Border>
  40. <Border Grid.Row="3" Grid.Column="0" Grid.ColumnSpan="2" Margin="10">
  41. <Grid>
  42. <Grid.ColumnDefinitions>
  43. <ColumnDefinition Width="*"/>
  44. <ColumnDefinition Width="*"/>
  45. <ColumnDefinition Width="*"/>
  46. </Grid.ColumnDefinitions>
  47. <Border Grid.Column="0" Grid.ColumnSpan="2">
  48. <Border BorderBrush="Green" BorderThickness="2" CornerRadius="6">
  49. <WrapPanel Orientation="Vertical" Margin="10" HorizontalAlignment="Center">
  50. <Border BorderBrush="Black" BorderThickness="1" Background="{Binding LoadingBk}" Width="180" Height="40" Margin="5,100,5,20">
  51. <TextBlock Text="Loading" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  52. </Border>
  53. <Border BorderBrush="Black" BorderThickness="1" Background="{Binding UnloadingBk}" Width="180" Height="40" Margin="5,20,5,100">
  54. <TextBlock Text="Unloading" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  55. </Border>
  56. </WrapPanel>
  57. </Border>
  58. </Border>
  59. <Border Grid.Column="2" BorderBrush="Green" BorderThickness="2" CornerRadius="6" Margin="10,0,0,0">
  60. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="5">
  61. <Border Margin="5,140,5,10">
  62. <Button Content="Abort" Width="120" Height="40" IsEnabled="{Binding TransferJobEnabledAbort}">
  63. <i:Interaction.Triggers>
  64. <i:EventTrigger EventName="Click">
  65. <cal:ActionMessage MethodName="Abort">
  66. </cal:ActionMessage>
  67. </i:EventTrigger>
  68. </i:Interaction.Triggers>
  69. </Button>
  70. </Border>
  71. </WrapPanel>
  72. </Border>
  73. </Grid>
  74. </Border>
  75. </Grid>
  76. </StackPanel>
  77. <!--<Grid Grid.Column="1">
  78. <Border BorderBrush="Green" BorderThickness="2" Margin="10">
  79. <Canvas>
  80. <Border Background="White" BorderBrush="Black" BorderThickness="2" Canvas.Left="30" Canvas.Top="60" Width="200" Height="70">
  81. <TextBlock Text="TR-JOB CREATED" Canvas.Left="79" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  82. </Border>
  83. <Border Background="{Binding ActiveBk}" BorderBrush="Black" BorderThickness="2" Canvas.Left="30" Canvas.Top="170" Width="200" Height="140">
  84. <TextBlock Text="TR-JOB ACTIVE" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  85. </Border>
  86. <TextBlock Text="TR-JOB 1" FontSize="30" Canvas.Left="285" Canvas.Top="33"/>
  87. <Button Content="Job Abort" Canvas.Left="295" Canvas.Top="128" Width="120" Height="50"/>
  88. <Border Background="White" BorderBrush="Black" BorderThickness="1" Canvas.Left="250" Canvas.Top="260" Width="100" Height="50">
  89. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  90. <TextBlock Text="TR-JOB" TextAlignment="Center"/>
  91. <TextBlock Text="ABORT" TextAlignment="Center"/>
  92. </WrapPanel>
  93. </Border>
  94. <TextBlock Text="(Idle)" Canvas.Left="112" Canvas.Top="347"/>
  95. <Path Stroke="Black" Fill="Black">
  96. <Path.Data>
  97. <EllipseGeometry RadiusX="5" RadiusY="5" Center="290,95"/>
  98. </Path.Data>
  99. </Path>
  100. <Path Stroke="Black" StrokeThickness="2">
  101. <Path.Data>
  102. <LineGeometry StartPoint="290,95" EndPoint="242,95"/>
  103. </Path.Data>
  104. </Path>
  105. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="90" Canvas.Left="230">
  106. <Path.Data>
  107. <PathGeometry>
  108. <PathGeometry.Figures>
  109. <PathFigure StartPoint="0,5" IsClosed="True">
  110. <LineSegment Point="12,0" />
  111. <LineSegment Point="12,10" />
  112. </PathFigure>
  113. </PathGeometry.Figures>
  114. </PathGeometry>
  115. </Path.Data>
  116. </Path>
  117. <Path Stroke="Black" StrokeThickness="2">
  118. <Path.Data>
  119. <LineGeometry StartPoint="130,130" EndPoint="130,158"/>
  120. </Path.Data>
  121. </Path>
  122. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="158" Canvas.Left="125">
  123. <Path.Data>
  124. <PathGeometry>
  125. <PathGeometry.Figures>
  126. <PathFigure StartPoint="5,12" IsClosed="True">
  127. <LineSegment Point="0,0" />
  128. <LineSegment Point="10,0" />
  129. </PathFigure>
  130. </PathGeometry.Figures>
  131. </PathGeometry>
  132. </Path.Data>
  133. </Path>
  134. <Path Stroke="Black" StrokeThickness="2">
  135. <Path.Data>
  136. <LineGeometry StartPoint="130,310" EndPoint="130,336"/>
  137. </Path.Data>
  138. </Path>
  139. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="336" Canvas.Left="125">
  140. <Path.Data>
  141. <PathGeometry>
  142. <PathGeometry.Figures>
  143. <PathFigure StartPoint="5,12" IsClosed="True">
  144. <LineSegment Point="0,0" />
  145. <LineSegment Point="10,0" />
  146. </PathFigure>
  147. </PathGeometry.Figures>
  148. </PathGeometry>
  149. </Path.Data>
  150. </Path>
  151. <Path Stroke="Black" StrokeThickness="2">
  152. <Path.Data>
  153. <LineGeometry StartPoint="230,200" EndPoint="300,200"/>
  154. </Path.Data>
  155. </Path>
  156. <Path Stroke="Black" StrokeThickness="2">
  157. <Path.Data>
  158. <LineGeometry StartPoint="300,199" EndPoint="300,248"/>
  159. </Path.Data>
  160. </Path>
  161. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="248" Canvas.Left="295">
  162. <Path.Data>
  163. <PathGeometry>
  164. <PathGeometry.Figures>
  165. <PathFigure StartPoint="5,12" IsClosed="True">
  166. <LineSegment Point="0,0" />
  167. <LineSegment Point="10,0" />
  168. </PathFigure>
  169. </PathGeometry.Figures>
  170. </PathGeometry>
  171. </Path.Data>
  172. </Path>
  173. <Path Stroke="Black" StrokeThickness="2">
  174. <Path.Data>
  175. <LineGeometry StartPoint="300,310" EndPoint="300,356"/>
  176. </Path.Data>
  177. </Path>
  178. <Path Stroke="Black" StrokeThickness="2">
  179. <Path.Data>
  180. <LineGeometry StartPoint="301,356" EndPoint="160,356"/>
  181. </Path.Data>
  182. </Path>
  183. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="351" Canvas.Left="150">
  184. <Path.Data>
  185. <PathGeometry>
  186. <PathGeometry.Figures>
  187. <PathFigure StartPoint="0,5" IsClosed="True">
  188. <LineSegment Point="12,0" />
  189. <LineSegment Point="12,10" />
  190. </PathFigure>
  191. </PathGeometry.Figures>
  192. </PathGeometry>
  193. </Path.Data>
  194. </Path>
  195. </Canvas>
  196. </Border>
  197. </Grid>-->
  198. </Grid>
  199. </TabItem>
  200. <TabItem Header="A Batch Job Status">
  201. <Grid>
  202. <Grid.ColumnDefinitions>
  203. <ColumnDefinition Width="*"/>
  204. </Grid.ColumnDefinitions>
  205. <StackPanel Grid.Column="0">
  206. <Grid>
  207. <Grid.RowDefinitions>
  208. <RowDefinition Height="40"/>
  209. <RowDefinition Height="40"/>
  210. <RowDefinition Height="40"/>
  211. <RowDefinition Height="*"/>
  212. </Grid.RowDefinitions>
  213. <Grid.ColumnDefinitions>
  214. <ColumnDefinition Width="47.75"/>
  215. <ColumnDefinition Width="152.25"/>
  216. <ColumnDefinition Width="*"/>
  217. </Grid.ColumnDefinitions>
  218. <Border Grid.Row="0" Grid.Column="0" BorderBrush="Green" BorderThickness="1,1,1,1" Margin="10,0,0,0" Grid.ColumnSpan="2">
  219. <TextBlock Text="Job Name :" FontSize="20" TextAlignment="Right" VerticalAlignment="Center" Padding="0,0,10,0"/>
  220. </Border>
  221. <Border Grid.Row="0" Grid.Column="2" BorderBrush="Green" BorderThickness="0,1,1,1" Margin="0,0,10,0">
  222. <TextBlock Text="{Binding Process1JobName}" FontSize="20" TextAlignment="Left" VerticalAlignment="Center" Padding="10,0,0,0"/>
  223. </Border>
  224. <Border Grid.Row="1" Grid.Column="0" BorderBrush="Green" BorderThickness="1,0,1,1" Margin="10,0,0,0" Grid.ColumnSpan="2">
  225. <TextBlock Text="Recipe Name :" FontSize="20" TextAlignment="Right" VerticalAlignment="Center" Padding="0,0,10,0"/>
  226. </Border>
  227. <Border Grid.Row="1" Grid.Column="2" BorderBrush="Green" BorderThickness="0,0,1,1" Margin="0,0,10,0">
  228. <TextBlock Text="{Binding Process1RcpName}" FontSize="20" TextAlignment="Left" VerticalAlignment="Center" Padding="10,0,0,0"/>
  229. </Border>
  230. <Border Grid.Row="2" Grid.Column="0" BorderBrush="Green" BorderThickness="1,0,1,1" Margin="10,0,0,0" Grid.ColumnSpan="2">
  231. <TextBlock Text="Batch Name :" FontSize="20" TextAlignment="Right" VerticalAlignment="Center" Padding="0,0,10,0"/>
  232. </Border>
  233. <Border Grid.Row="2" Grid.Column="2" BorderBrush="Green" BorderThickness="0,0,1,1" Margin="0,0,10,0">
  234. <TextBlock Text="{Binding Process1BatchName}" FontSize="20" TextAlignment="Left" VerticalAlignment="Center" Padding="10,0,0,0"/>
  235. </Border>
  236. <Border Grid.Row="3" Grid.Column="0" Grid.ColumnSpan="3" Margin="10">
  237. <Grid>
  238. <Grid.ColumnDefinitions>
  239. <ColumnDefinition Width="*"/>
  240. <ColumnDefinition Width="*"/>
  241. <ColumnDefinition Width="*"/>
  242. </Grid.ColumnDefinitions>
  243. <Border Grid.Column="0" Grid.ColumnSpan="2">
  244. <Border BorderBrush="Green" BorderThickness="2" CornerRadius="6">
  245. <WrapPanel Orientation="Vertical" Margin="10" HorizontalAlignment="Center">
  246. <Border BorderBrush="Black" BorderThickness="1" Background="{Binding ProcessJob1ChargingBk}" Width="180" Height="40" Margin="5,10">
  247. <TextBlock Text="Charging" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  248. </Border>
  249. <Border BorderBrush="Black" BorderThickness="1" Background="{Binding ProcessJob1ProcessingBk}" Width="180" Height="40" Margin="5,10">
  250. <TextBlock Text="Processing" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  251. </Border>
  252. <Border BorderBrush="Black" BorderThickness="1" Background="{Binding ProcessJob1CoolingBk}" Width="180" Height="40" Margin="5,10">
  253. <TextBlock Text="Cooling" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  254. </Border>
  255. <Border BorderBrush="Black" BorderThickness="1" Background="{Binding ProcessJob1DischargingBk}" Width="180" Height="40" Margin="5,10">
  256. <TextBlock Text="Discharging" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  257. </Border>
  258. </WrapPanel>
  259. </Border>
  260. </Border>
  261. <Border Grid.Column="2" BorderBrush="Green" BorderThickness="2" CornerRadius="6" Margin="10,0,0,0">
  262. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="5">
  263. <Border Margin="5,10,5,10">
  264. <Button Content="Pause" Width="120" Height="40" IsEnabled="{Binding IsProcessJob1EnabledPause}">
  265. <i:Interaction.Triggers>
  266. <i:EventTrigger EventName="Click">
  267. <cal:ActionMessage MethodName="Pause">
  268. </cal:ActionMessage>
  269. </i:EventTrigger>
  270. </i:Interaction.Triggers>
  271. </Button>
  272. </Border>
  273. <Border Margin="5,10,5,10">
  274. <Button Content="Resume" Width="120" Height="40" IsEnabled="{Binding IsProcessJob1EnabledResume}">
  275. <i:Interaction.Triggers>
  276. <i:EventTrigger EventName="Click">
  277. <cal:ActionMessage MethodName="Resume">
  278. </cal:ActionMessage>
  279. </i:EventTrigger>
  280. </i:Interaction.Triggers>
  281. </Button>
  282. </Border>
  283. <Border Margin="5,10,5,10">
  284. <Button Content="Abort" Width="120" Height="40" IsEnabled="{Binding IsProcessJob1EnabledAbort}">
  285. <i:Interaction.Triggers>
  286. <i:EventTrigger EventName="Click">
  287. <cal:ActionMessage MethodName="Abort">
  288. </cal:ActionMessage>
  289. </i:EventTrigger>
  290. </i:Interaction.Triggers>
  291. </Button>
  292. </Border>
  293. <Border Margin="5,10,5,10">
  294. <Button Content="Withdraw" Width="120" Height="40" IsEnabled="{Binding IsProcessJob1EnabledWithdraw}">
  295. <i:Interaction.Triggers>
  296. <i:EventTrigger EventName="Click">
  297. <cal:ActionMessage MethodName="Withdraw">
  298. </cal:ActionMessage>
  299. </i:EventTrigger>
  300. </i:Interaction.Triggers>
  301. </Button>
  302. </Border>
  303. </WrapPanel>
  304. </Border>
  305. </Grid>
  306. </Border>
  307. </Grid>
  308. </StackPanel>
  309. <!--<Grid Grid.Column="1">
  310. <Border BorderBrush="Green" BorderThickness="2" Margin="10">
  311. <Canvas>
  312. <Border Background="White" BorderBrush="Black" BorderThickness="1" Canvas.Left="30" Canvas.Top="10" Width="260" Height="70">
  313. <Canvas>
  314. <TextBlock Text="PR-JOB CREATED" Canvas.Left="79" Canvas.Top="5"/>
  315. <RadioButton Content="Start" Canvas.Left="20" Canvas.Top="25" Width="100" Height="34" GroupName="Created" Visibility="Hidden"/>
  316. <RadioButton Content="Cancel" Canvas.Left="140" Canvas.Top="25" Width="100" Height="34" GroupName="Created" Visibility="Hidden"/>
  317. -->
  318. <!--<TextBox Text="{Binding ProcessJob1Status,UpdateSourceTrigger=PropertyChanged}" Width="220" Canvas.Left="20" FontSize="30" Canvas.Top="30"/>-->
  319. <!--
  320. </Canvas>
  321. </Border>
  322. <Border Background="Gainsboro" BorderBrush="Black" BorderThickness="1" Canvas.Left="30" Canvas.Top="86" Width="260" Height="245">
  323. <Canvas>
  324. <TextBlock Text="ACTIVE" Canvas.Left="201" Canvas.Top="10"/>
  325. <Border Background="{Binding ProcessJob1SetUpBk}" BorderBrush="Black" BorderThickness="1" Canvas.Left="5" Canvas.Top="20" Width="110" Height="48">
  326. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  327. <TextBlock Text="PR-JOB" TextAlignment="Center"/>
  328. <TextBlock Text="SET UP" TextAlignment="Center"/>
  329. </WrapPanel>
  330. </Border>
  331. <Border Background="{Binding ProcessJob1ProcessingBk}" BorderBrush="Black" BorderThickness="1" Canvas.Left="5" Canvas.Top="88" Width="110" Height="70">
  332. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  333. <TextBlock Text="PR-JOB" TextAlignment="Center"/>
  334. <TextBlock Text="BODY" TextAlignment="Center"/>
  335. <TextBlock Text="PROCESSING" TextAlignment="Center"/>
  336. </WrapPanel>
  337. </Border>
  338. <Border Background="{Binding ProcessJob1RestoreBk}" BorderBrush="Black" BorderThickness="1" Canvas.Left="5" Canvas.Top="178" Width="110" Height="48">
  339. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  340. <TextBlock Text="PR-JOB" TextAlignment="Center"/>
  341. <TextBlock Text="RESTORE" TextAlignment="Center"/>
  342. </WrapPanel>
  343. </Border>
  344. <Border Background="{Binding ProcessJob1NotStoppingBk}" BorderBrush="Black" BorderThickness="1" Canvas.Left="134" Canvas.Top="110" Width="120" Height="48">
  345. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  346. <TextBlock Text="PR-JOB" TextAlignment="Center"/>
  347. <TextBlock Text="NOT STOPPING" TextAlignment="Center"/>
  348. </WrapPanel>
  349. </Border>
  350. <Border Background="{Binding ProcessJob1StoppingBk}" BorderBrush="Black" BorderThickness="1" Canvas.Left="134" Canvas.Top="178" Width="120" Height="48">
  351. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  352. <TextBlock Text="PR-JOB" TextAlignment="Center"/>
  353. <TextBlock Text="STOPPING" TextAlignment="Center"/>
  354. </WrapPanel>
  355. </Border>
  356. </Canvas>
  357. </Border>
  358. <TextBlock Text="PR-JOB 1" FontSize="30" Canvas.Left="304" Canvas.Top="10"/>
  359. <Button Content="Job Abort" Canvas.Left="326" Canvas.Top="79" Width="100" Height="34"/>
  360. <Button Content="Detail" Canvas.Left="326" Canvas.Top="148" Width="100" Height="34" Visibility="Hidden"/>
  361. <Border Background="{Binding ProcessJob1AbortingBk}" BorderBrush="Black" BorderThickness="1" Canvas.Left="326" Canvas.Top="224" Width="100" Height="48">
  362. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  363. <TextBlock Text="PR-JOB" TextAlignment="Center"/>
  364. <TextBlock Text="ABORT" TextAlignment="Center"/>
  365. </WrapPanel>
  366. </Border>
  367. <TextBlock Text="(Idle)" Canvas.Left="74" Canvas.Top="347"/>
  368. <Path Stroke="Black" Fill="Black">
  369. <Path.Data>
  370. <EllipseGeometry RadiusX="5" RadiusY="5" Center="370,50"/>
  371. </Path.Data>
  372. </Path>
  373. <Path Stroke="Black" StrokeThickness="2">
  374. <Path.Data>
  375. <LineGeometry StartPoint="365,50" EndPoint="301,50"/>
  376. </Path.Data>
  377. </Path>
  378. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="45" Canvas.Left="290">
  379. <Path.Data>
  380. <PathGeometry>
  381. <PathGeometry.Figures>
  382. <PathFigure StartPoint="0,5" IsClosed="True">
  383. <LineSegment Point="12,0" />
  384. <LineSegment Point="12,10" />
  385. </PathFigure>
  386. </PathGeometry.Figures>
  387. </PathGeometry>
  388. </Path.Data>
  389. </Path>
  390. <Path Stroke="Black" StrokeThickness="2">
  391. <Path.Data>
  392. <LineGeometry StartPoint="30,40" EndPoint="15,40"/>
  393. </Path.Data>
  394. </Path>
  395. <Path Stroke="Black" StrokeThickness="2">
  396. <Path.Data>
  397. <LineGeometry StartPoint="15,39" EndPoint="15,356"/>
  398. </Path.Data>
  399. </Path>
  400. <Path Stroke="Black" StrokeThickness="2">
  401. <Path.Data>
  402. <LineGeometry StartPoint="14,356" EndPoint="59,356"/>
  403. </Path.Data>
  404. </Path>
  405. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="351" Canvas.Left="59">
  406. <Path.Data>
  407. <PathGeometry>
  408. <PathGeometry.Figures>
  409. <PathFigure StartPoint="12,5" IsClosed="True">
  410. <LineSegment Point="0,0" />
  411. <LineSegment Point="0,10" />
  412. </PathFigure>
  413. </PathGeometry.Figures>
  414. </PathGeometry>
  415. </Path.Data>
  416. </Path>
  417. -->
  418. <!--<Path Stroke="Black" StrokeThickness="2">
  419. <Path.Data>
  420. <LineGeometry StartPoint="90,70" EndPoint="90,95"/>
  421. </Path.Data>
  422. </Path>
  423. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="95" Canvas.Left="85">
  424. <Path.Data>
  425. <PathGeometry>
  426. <PathGeometry.Figures>
  427. <PathFigure StartPoint="5,12" IsClosed="True">
  428. <LineSegment Point="0,0" />
  429. <LineSegment Point="10,0" />
  430. </PathFigure>
  431. </PathGeometry.Figures>
  432. </PathGeometry>
  433. </Path.Data>
  434. </Path>-->
  435. <!--
  436. <Path Stroke="Black" StrokeThickness="2">
  437. <Path.Data>
  438. <LineGeometry StartPoint="90,154" EndPoint="90,163"/>
  439. </Path.Data>
  440. </Path>
  441. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="163" Canvas.Left="85">
  442. <Path.Data>
  443. <PathGeometry>
  444. <PathGeometry.Figures>
  445. <PathFigure StartPoint="5,12" IsClosed="True">
  446. <LineSegment Point="0,0" />
  447. <LineSegment Point="10,0" />
  448. </PathFigure>
  449. </PathGeometry.Figures>
  450. </PathGeometry>
  451. </Path.Data>
  452. </Path>
  453. <Path Stroke="Black" StrokeThickness="2">
  454. <Path.Data>
  455. <LineGeometry StartPoint="90,244" EndPoint="90,253"/>
  456. </Path.Data>
  457. </Path>
  458. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="253" Canvas.Left="85">
  459. <Path.Data>
  460. <PathGeometry>
  461. <PathGeometry.Figures>
  462. <PathFigure StartPoint="5,12" IsClosed="True">
  463. <LineSegment Point="0,0" />
  464. <LineSegment Point="10,0" />
  465. </PathFigure>
  466. </PathGeometry.Figures>
  467. </PathGeometry>
  468. </Path.Data>
  469. </Path>
  470. <Path Stroke="Black" StrokeThickness="2">
  471. <Path.Data>
  472. <LineGeometry StartPoint="90,312" EndPoint="90,336"/>
  473. </Path.Data>
  474. </Path>
  475. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="336" Canvas.Left="85">
  476. <Path.Data>
  477. <PathGeometry>
  478. <PathGeometry.Figures>
  479. <PathFigure StartPoint="5,12" IsClosed="True">
  480. <LineSegment Point="0,0" />
  481. <LineSegment Point="10,0" />
  482. </PathFigure>
  483. </PathGeometry.Figures>
  484. </PathGeometry>
  485. </Path.Data>
  486. </Path>
  487. <Path Stroke="Black" StrokeThickness="2" StrokeDashArray="1 1">
  488. <Path.Data>
  489. <LineGeometry StartPoint="156,164" EndPoint="290,164"/>
  490. </Path.Data>
  491. </Path>
  492. <Path Stroke="Black" StrokeThickness="2" StrokeDashArray="1 1">
  493. <Path.Data>
  494. <LineGeometry StartPoint="156,164" EndPoint="156,331"/>
  495. </Path.Data>
  496. </Path>
  497. <Path Stroke="Black" Fill="Black">
  498. <Path.Data>
  499. <EllipseGeometry RadiusX="5" RadiusY="5" Center="175,176"/>
  500. </Path.Data>
  501. </Path>
  502. <Path Stroke="Black" StrokeThickness="2">
  503. <Path.Data>
  504. <LineGeometry StartPoint="180,176" EndPoint="224,176"/>
  505. </Path.Data>
  506. </Path>
  507. <Path Stroke="Black" StrokeThickness="2">
  508. <Path.Data>
  509. <LineGeometry StartPoint="224,175" EndPoint="224,186"/>
  510. </Path.Data>
  511. </Path>
  512. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="186" Canvas.Left="219">
  513. <Path.Data>
  514. <PathGeometry>
  515. <PathGeometry.Figures>
  516. <PathFigure StartPoint="5,12" IsClosed="True">
  517. <LineSegment Point="0,0" />
  518. <LineSegment Point="10,0" />
  519. </PathFigure>
  520. </PathGeometry.Figures>
  521. </PathGeometry>
  522. </Path.Data>
  523. </Path>
  524. <Path Stroke="Black" StrokeThickness="2">
  525. <Path.Data>
  526. <LineGeometry StartPoint="224,244" EndPoint="224,254"/>
  527. </Path.Data>
  528. </Path>
  529. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="254" Canvas.Left="219">
  530. <Path.Data>
  531. <PathGeometry>
  532. <PathGeometry.Figures>
  533. <PathFigure StartPoint="5,12" IsClosed="True">
  534. <LineSegment Point="0,0" />
  535. <LineSegment Point="10,0" />
  536. </PathFigure>
  537. </PathGeometry.Figures>
  538. </PathGeometry>
  539. </Path.Data>
  540. </Path>
  541. <Path Stroke="Black" StrokeThickness="2">
  542. <Path.Data>
  543. <LineGeometry StartPoint="224,312" EndPoint="224,344"/>
  544. </Path.Data>
  545. </Path>
  546. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="344" Canvas.Left="219">
  547. <Path.Data>
  548. <PathGeometry>
  549. <PathGeometry.Figures>
  550. <PathFigure StartPoint="5,12" IsClosed="True">
  551. <LineSegment Point="0,0" />
  552. <LineSegment Point="10,0" />
  553. </PathFigure>
  554. </PathGeometry.Figures>
  555. </PathGeometry>
  556. </Path.Data>
  557. </Path>
  558. <Path Stroke="Black" StrokeThickness="2">
  559. <Path.Data>
  560. <LineGeometry StartPoint="290,200" EndPoint="376,200"/>
  561. </Path.Data>
  562. </Path>
  563. <Path Stroke="Black" StrokeThickness="2">
  564. <Path.Data>
  565. <LineGeometry StartPoint="376,199" EndPoint="376,212"/>
  566. </Path.Data>
  567. </Path>
  568. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="212" Canvas.Left="371">
  569. <Path.Data>
  570. <PathGeometry>
  571. <PathGeometry.Figures>
  572. <PathFigure StartPoint="5,12" IsClosed="True">
  573. <LineSegment Point="0,0" />
  574. <LineSegment Point="10,0" />
  575. </PathFigure>
  576. </PathGeometry.Figures>
  577. </PathGeometry>
  578. </Path.Data>
  579. </Path>
  580. <Path Stroke="Black" StrokeThickness="2">
  581. <Path.Data>
  582. <LineGeometry StartPoint="376,272" EndPoint="376,356"/>
  583. </Path.Data>
  584. </Path>
  585. <Path Stroke="Black" StrokeThickness="2">
  586. <Path.Data>
  587. <LineGeometry StartPoint="377,356" EndPoint="122,356"/>
  588. </Path.Data>
  589. </Path>
  590. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="351" Canvas.Left="110">
  591. <Path.Data>
  592. <PathGeometry>
  593. <PathGeometry.Figures>
  594. <PathFigure StartPoint="0,5" IsClosed="True">
  595. <LineSegment Point="12,0" />
  596. <LineSegment Point="12,10" />
  597. </PathFigure>
  598. </PathGeometry.Figures>
  599. </PathGeometry>
  600. </Path.Data>
  601. </Path>
  602. </Canvas>
  603. </Border>
  604. </Grid>-->
  605. </Grid>
  606. </TabItem>
  607. <TabItem Header="B Batch Job Status">
  608. <Grid>
  609. <Grid.ColumnDefinitions>
  610. <ColumnDefinition Width="*"/>
  611. </Grid.ColumnDefinitions>
  612. <StackPanel Grid.Column="0">
  613. <Grid>
  614. <Grid.RowDefinitions>
  615. <RowDefinition Height="40"/>
  616. <RowDefinition Height="40"/>
  617. <RowDefinition Height="40"/>
  618. <RowDefinition Height="*"/>
  619. </Grid.RowDefinitions>
  620. <Grid.ColumnDefinitions>
  621. <ColumnDefinition Width="200"/>
  622. <ColumnDefinition Width="*"/>
  623. </Grid.ColumnDefinitions>
  624. <Border Grid.Row="0" Grid.Column="0" BorderBrush="Green" BorderThickness="1,1,1,1" Margin="10,0,0,0">
  625. <TextBlock Text="Job Name :" FontSize="20" TextAlignment="Right" VerticalAlignment="Center" Padding="0,0,10,0"/>
  626. </Border>
  627. <Border Grid.Row="0" Grid.Column="1" BorderBrush="Green" BorderThickness="0,1,1,1" Margin="0,0,10,0">
  628. <TextBlock Text="{Binding Process2JobName}" FontSize="20" TextAlignment="Left" VerticalAlignment="Center" Padding="10,0,0,0"/>
  629. </Border>
  630. <Border Grid.Row="1" Grid.Column="0" BorderBrush="Green" BorderThickness="1,0,1,1" Margin="10,0,0,0">
  631. <TextBlock Text="Recipe Name :" FontSize="20" TextAlignment="Right" VerticalAlignment="Center" Padding="0,0,10,0"/>
  632. </Border>
  633. <Border Grid.Row="1" Grid.Column="1" BorderBrush="Green" BorderThickness="0,0,1,1" Margin="0,0,10,0">
  634. <TextBlock Text="{Binding Process2RcpName}" FontSize="20" TextAlignment="Left" VerticalAlignment="Center" Padding="10,0,0,0"/>
  635. </Border>
  636. <Border Grid.Row="2" Grid.Column="0" BorderBrush="Green" BorderThickness="1,0,1,1" Margin="10,0,0,0">
  637. <TextBlock Text="Batch Name :" FontSize="20" TextAlignment="Right" VerticalAlignment="Center" Padding="0,0,10,0"/>
  638. </Border>
  639. <Border Grid.Row="2" Grid.Column="1" BorderBrush="Green" BorderThickness="0,0,1,1" Margin="0,0,10,0">
  640. <TextBlock Text="{Binding Process2BatchName}" FontSize="20" TextAlignment="Left" VerticalAlignment="Center" Padding="10,0,0,0"/>
  641. </Border>
  642. <Border Grid.Row="3" Grid.Column="0" Grid.ColumnSpan="2" Margin="10">
  643. <Grid>
  644. <Grid.ColumnDefinitions>
  645. <ColumnDefinition Width="*"/>
  646. <ColumnDefinition Width="*"/>
  647. <ColumnDefinition Width="*"/>
  648. </Grid.ColumnDefinitions>
  649. <Border Grid.Column="0" Grid.ColumnSpan="2">
  650. <Border BorderBrush="Green" BorderThickness="2" CornerRadius="6">
  651. <WrapPanel Orientation="Vertical" Margin="10" HorizontalAlignment="Center">
  652. <Border BorderBrush="Black" BorderThickness="1" Background="{Binding ProcessJob2ChargingBk}" Width="180" Height="40" Margin="5,10">
  653. <TextBlock Text="Charging" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  654. </Border>
  655. <Border BorderBrush="Black" BorderThickness="1" Background="{Binding ProcessJob2ProcessingBk}" Width="180" Height="40" Margin="5,10">
  656. <TextBlock Text="Processing" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  657. </Border>
  658. <Border BorderBrush="Black" BorderThickness="1" Background="{Binding ProcessJob2CoolingBk}" Width="180" Height="40" Margin="5,10">
  659. <TextBlock Text="Cooling" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  660. </Border>
  661. <Border BorderBrush="Black" BorderThickness="1" Background="{Binding ProcessJob2DischargingBk}" Width="180" Height="40" Margin="5,10">
  662. <TextBlock Text="Discharging" FontSize="20" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  663. </Border>
  664. </WrapPanel>
  665. </Border>
  666. </Border>
  667. <Border Grid.Column="2" BorderBrush="Green" BorderThickness="2" CornerRadius="6" Margin="10,0,0,0">
  668. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="5">
  669. <Border Margin="5,10,5,10">
  670. <Button Content="Pause" Width="120" Height="40" IsEnabled="{Binding IsProcessJob2EnabledPause}">
  671. <i:Interaction.Triggers>
  672. <i:EventTrigger EventName="Click">
  673. <cal:ActionMessage MethodName="Pause">
  674. </cal:ActionMessage>
  675. </i:EventTrigger>
  676. </i:Interaction.Triggers>
  677. </Button>
  678. </Border>
  679. <Border Margin="5,10,5,10">
  680. <Button Content="Resume" Width="120" Height="40" IsEnabled="{Binding IsProcessJob2EnabledResume}">
  681. <i:Interaction.Triggers>
  682. <i:EventTrigger EventName="Click">
  683. <cal:ActionMessage MethodName="Resume">
  684. </cal:ActionMessage>
  685. </i:EventTrigger>
  686. </i:Interaction.Triggers>
  687. </Button>
  688. </Border>
  689. <Border Margin="5,10,5,10">
  690. <Button Content="Abort" Width="120" Height="40" IsEnabled="{Binding IsProcessJob2EnabledAbort}">
  691. <i:Interaction.Triggers>
  692. <i:EventTrigger EventName="Click">
  693. <cal:ActionMessage MethodName="Abort">
  694. </cal:ActionMessage>
  695. </i:EventTrigger>
  696. </i:Interaction.Triggers>
  697. </Button>
  698. </Border>
  699. <Border Margin="5,10,5,10">
  700. <Button Content="Withdraw" Width="120" Height="40" IsEnabled="{Binding IsProcessJob2EnabledWithdraw}">
  701. <i:Interaction.Triggers>
  702. <i:EventTrigger EventName="Click">
  703. <cal:ActionMessage MethodName="Withdraw">
  704. </cal:ActionMessage>
  705. </i:EventTrigger>
  706. </i:Interaction.Triggers>
  707. </Button>
  708. </Border>
  709. </WrapPanel>
  710. </Border>
  711. </Grid>
  712. </Border>
  713. </Grid>
  714. </StackPanel>
  715. <!--<Grid Grid.Column="1">
  716. <Border BorderBrush="Green" BorderThickness="2" Margin="10">
  717. <Canvas>
  718. <Border Background="White" BorderBrush="Black" BorderThickness="1" Canvas.Left="30" Canvas.Top="10" Width="260" Height="70">
  719. <Canvas>
  720. <TextBlock Text="PR-JOB CREATED" Canvas.Left="79" Canvas.Top="5"/>
  721. <RadioButton Content="Start" Canvas.Left="20" Canvas.Top="25" Width="100" Height="34" GroupName="Created" Visibility="Hidden"/>
  722. <RadioButton Content="Cancel" Canvas.Left="140" Canvas.Top="25" Width="100" Height="34" GroupName="Created" Visibility="Hidden"/>
  723. -->
  724. <!--<TextBox Text="{Binding ProcessJob2Status,UpdateSourceTrigger=PropertyChanged}" Width="220" Canvas.Left="20" FontSize="30" Canvas.Top="30"/>-->
  725. <!--
  726. </Canvas>
  727. </Border>
  728. <Border Background="Gainsboro" BorderBrush="Black" BorderThickness="1" Canvas.Left="30" Canvas.Top="86" Width="260" Height="245">
  729. <Canvas>
  730. <TextBlock Text="ACTIVE" Canvas.Left="201" Canvas.Top="10"/>
  731. <Border Background="{Binding ProcessJob2SetUpBk}" BorderBrush="Black" BorderThickness="1" Canvas.Left="5" Canvas.Top="20" Width="110" Height="48">
  732. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  733. <TextBlock Text="PR-JOB" TextAlignment="Center"/>
  734. <TextBlock Text="SET UP" TextAlignment="Center"/>
  735. </WrapPanel>
  736. </Border>
  737. <Border Background="{Binding ProcessJob2ProcessingBk}" BorderBrush="Black" BorderThickness="1" Canvas.Left="5" Canvas.Top="88" Width="110" Height="70">
  738. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  739. <TextBlock Text="PR-JOB" TextAlignment="Center"/>
  740. <TextBlock Text="BODY" TextAlignment="Center"/>
  741. <TextBlock Text="PROCESSING" TextAlignment="Center"/>
  742. </WrapPanel>
  743. </Border>
  744. <Border Background="{Binding ProcessJob2RestoreBk}" BorderBrush="Black" BorderThickness="1" Canvas.Left="5" Canvas.Top="178" Width="110" Height="48">
  745. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  746. <TextBlock Text="PR-JOB" TextAlignment="Center"/>
  747. <TextBlock Text="RESTORE" TextAlignment="Center"/>
  748. </WrapPanel>
  749. </Border>
  750. <Border Background="{Binding ProcessJob2NotStoppingBk}" BorderBrush="Black" BorderThickness="1" Canvas.Left="134" Canvas.Top="110" Width="120" Height="48">
  751. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  752. <TextBlock Text="PR-JOB" TextAlignment="Center"/>
  753. <TextBlock Text="NOT STOPPING" TextAlignment="Center"/>
  754. </WrapPanel>
  755. </Border>
  756. <Border Background="{Binding ProcessJob2StoppingBk}" BorderBrush="Black" BorderThickness="1" Canvas.Left="134" Canvas.Top="178" Width="120" Height="48">
  757. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  758. <TextBlock Text="PR-JOB" TextAlignment="Center"/>
  759. <TextBlock Text="STOPPING" TextAlignment="Center"/>
  760. </WrapPanel>
  761. </Border>
  762. </Canvas>
  763. </Border>
  764. <TextBlock Text="PR-JOB 2" FontSize="30" Canvas.Left="304" Canvas.Top="10"/>
  765. <Button Content="Job Abort" Canvas.Left="326" Canvas.Top="79" Width="100" Height="34"/>
  766. <Button Content="Detail" Canvas.Left="326" Canvas.Top="148" Width="100" Height="34" Visibility="Hidden"/>
  767. <Border Background="{Binding ProcessJob2AbortingBk}" BorderBrush="Black" BorderThickness="1" Canvas.Left="326" Canvas.Top="224" Width="100" Height="48">
  768. <WrapPanel Orientation="Vertical" HorizontalAlignment="Center" Margin="3">
  769. <TextBlock Text="PR-JOB" TextAlignment="Center"/>
  770. <TextBlock Text="ABORT" TextAlignment="Center"/>
  771. </WrapPanel>
  772. </Border>
  773. <TextBlock Text="(Idle)" Canvas.Left="74" Canvas.Top="347"/>
  774. <Path Stroke="Black" Fill="Black">
  775. <Path.Data>
  776. <EllipseGeometry RadiusX="5" RadiusY="5" Center="370,50"/>
  777. </Path.Data>
  778. </Path>
  779. <Path Stroke="Black" StrokeThickness="2">
  780. <Path.Data>
  781. <LineGeometry StartPoint="365,50" EndPoint="301,50"/>
  782. </Path.Data>
  783. </Path>
  784. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="45" Canvas.Left="290">
  785. <Path.Data>
  786. <PathGeometry>
  787. <PathGeometry.Figures>
  788. <PathFigure StartPoint="0,5" IsClosed="True">
  789. <LineSegment Point="12,0" />
  790. <LineSegment Point="12,10" />
  791. </PathFigure>
  792. </PathGeometry.Figures>
  793. </PathGeometry>
  794. </Path.Data>
  795. </Path>
  796. <Path Stroke="Black" StrokeThickness="2">
  797. <Path.Data>
  798. <LineGeometry StartPoint="30,40" EndPoint="15,40"/>
  799. </Path.Data>
  800. </Path>
  801. <Path Stroke="Black" StrokeThickness="2">
  802. <Path.Data>
  803. <LineGeometry StartPoint="15,39" EndPoint="15,356"/>
  804. </Path.Data>
  805. </Path>
  806. <Path Stroke="Black" StrokeThickness="2">
  807. <Path.Data>
  808. <LineGeometry StartPoint="14,356" EndPoint="59,356"/>
  809. </Path.Data>
  810. </Path>
  811. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="351" Canvas.Left="59">
  812. <Path.Data>
  813. <PathGeometry>
  814. <PathGeometry.Figures>
  815. <PathFigure StartPoint="12,5" IsClosed="True">
  816. <LineSegment Point="0,0" />
  817. <LineSegment Point="0,10" />
  818. </PathFigure>
  819. </PathGeometry.Figures>
  820. </PathGeometry>
  821. </Path.Data>
  822. </Path>
  823. -->
  824. <!--<Path Stroke="Black" StrokeThickness="2">
  825. <Path.Data>
  826. <LineGeometry StartPoint="90,70" EndPoint="90,95"/>
  827. </Path.Data>
  828. </Path>
  829. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="95" Canvas.Left="85">
  830. <Path.Data>
  831. <PathGeometry>
  832. <PathGeometry.Figures>
  833. <PathFigure StartPoint="5,12" IsClosed="True">
  834. <LineSegment Point="0,0" />
  835. <LineSegment Point="10,0" />
  836. </PathFigure>
  837. </PathGeometry.Figures>
  838. </PathGeometry>
  839. </Path.Data>
  840. </Path>-->
  841. <!--
  842. <Path Stroke="Black" StrokeThickness="2">
  843. <Path.Data>
  844. <LineGeometry StartPoint="90,154" EndPoint="90,163"/>
  845. </Path.Data>
  846. </Path>
  847. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="163" Canvas.Left="85">
  848. <Path.Data>
  849. <PathGeometry>
  850. <PathGeometry.Figures>
  851. <PathFigure StartPoint="5,12" IsClosed="True">
  852. <LineSegment Point="0,0" />
  853. <LineSegment Point="10,0" />
  854. </PathFigure>
  855. </PathGeometry.Figures>
  856. </PathGeometry>
  857. </Path.Data>
  858. </Path>
  859. <Path Stroke="Black" StrokeThickness="2">
  860. <Path.Data>
  861. <LineGeometry StartPoint="90,244" EndPoint="90,253"/>
  862. </Path.Data>
  863. </Path>
  864. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="253" Canvas.Left="85">
  865. <Path.Data>
  866. <PathGeometry>
  867. <PathGeometry.Figures>
  868. <PathFigure StartPoint="5,12" IsClosed="True">
  869. <LineSegment Point="0,0" />
  870. <LineSegment Point="10,0" />
  871. </PathFigure>
  872. </PathGeometry.Figures>
  873. </PathGeometry>
  874. </Path.Data>
  875. </Path>
  876. <Path Stroke="Black" StrokeThickness="2">
  877. <Path.Data>
  878. <LineGeometry StartPoint="90,312" EndPoint="90,336"/>
  879. </Path.Data>
  880. </Path>
  881. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="336" Canvas.Left="85">
  882. <Path.Data>
  883. <PathGeometry>
  884. <PathGeometry.Figures>
  885. <PathFigure StartPoint="5,12" IsClosed="True">
  886. <LineSegment Point="0,0" />
  887. <LineSegment Point="10,0" />
  888. </PathFigure>
  889. </PathGeometry.Figures>
  890. </PathGeometry>
  891. </Path.Data>
  892. </Path>
  893. <Path Stroke="Black" StrokeThickness="2" StrokeDashArray="1 1">
  894. <Path.Data>
  895. <LineGeometry StartPoint="156,164" EndPoint="290,164"/>
  896. </Path.Data>
  897. </Path>
  898. <Path Stroke="Black" StrokeThickness="2" StrokeDashArray="1 1">
  899. <Path.Data>
  900. <LineGeometry StartPoint="156,164" EndPoint="156,331"/>
  901. </Path.Data>
  902. </Path>
  903. <Path Stroke="Black" Fill="Black">
  904. <Path.Data>
  905. <EllipseGeometry RadiusX="5" RadiusY="5" Center="175,176"/>
  906. </Path.Data>
  907. </Path>
  908. <Path Stroke="Black" StrokeThickness="2">
  909. <Path.Data>
  910. <LineGeometry StartPoint="180,176" EndPoint="224,176"/>
  911. </Path.Data>
  912. </Path>
  913. <Path Stroke="Black" StrokeThickness="2">
  914. <Path.Data>
  915. <LineGeometry StartPoint="224,175" EndPoint="224,186"/>
  916. </Path.Data>
  917. </Path>
  918. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="186" Canvas.Left="219">
  919. <Path.Data>
  920. <PathGeometry>
  921. <PathGeometry.Figures>
  922. <PathFigure StartPoint="5,12" IsClosed="True">
  923. <LineSegment Point="0,0" />
  924. <LineSegment Point="10,0" />
  925. </PathFigure>
  926. </PathGeometry.Figures>
  927. </PathGeometry>
  928. </Path.Data>
  929. </Path>
  930. <Path Stroke="Black" StrokeThickness="2">
  931. <Path.Data>
  932. <LineGeometry StartPoint="224,244" EndPoint="224,254"/>
  933. </Path.Data>
  934. </Path>
  935. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="254" Canvas.Left="219">
  936. <Path.Data>
  937. <PathGeometry>
  938. <PathGeometry.Figures>
  939. <PathFigure StartPoint="5,12" IsClosed="True">
  940. <LineSegment Point="0,0" />
  941. <LineSegment Point="10,0" />
  942. </PathFigure>
  943. </PathGeometry.Figures>
  944. </PathGeometry>
  945. </Path.Data>
  946. </Path>
  947. <Path Stroke="Black" StrokeThickness="2">
  948. <Path.Data>
  949. <LineGeometry StartPoint="224,312" EndPoint="224,344"/>
  950. </Path.Data>
  951. </Path>
  952. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="344" Canvas.Left="219">
  953. <Path.Data>
  954. <PathGeometry>
  955. <PathGeometry.Figures>
  956. <PathFigure StartPoint="5,12" IsClosed="True">
  957. <LineSegment Point="0,0" />
  958. <LineSegment Point="10,0" />
  959. </PathFigure>
  960. </PathGeometry.Figures>
  961. </PathGeometry>
  962. </Path.Data>
  963. </Path>
  964. <Path Stroke="Black" StrokeThickness="2">
  965. <Path.Data>
  966. <LineGeometry StartPoint="290,200" EndPoint="376,200"/>
  967. </Path.Data>
  968. </Path>
  969. <Path Stroke="Black" StrokeThickness="2">
  970. <Path.Data>
  971. <LineGeometry StartPoint="376,199" EndPoint="376,212"/>
  972. </Path.Data>
  973. </Path>
  974. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="212" Canvas.Left="371">
  975. <Path.Data>
  976. <PathGeometry>
  977. <PathGeometry.Figures>
  978. <PathFigure StartPoint="5,12" IsClosed="True">
  979. <LineSegment Point="0,0" />
  980. <LineSegment Point="10,0" />
  981. </PathFigure>
  982. </PathGeometry.Figures>
  983. </PathGeometry>
  984. </Path.Data>
  985. </Path>
  986. <Path Stroke="Black" StrokeThickness="2">
  987. <Path.Data>
  988. <LineGeometry StartPoint="376,272" EndPoint="376,356"/>
  989. </Path.Data>
  990. </Path>
  991. <Path Stroke="Black" StrokeThickness="2">
  992. <Path.Data>
  993. <LineGeometry StartPoint="377,356" EndPoint="122,356"/>
  994. </Path.Data>
  995. </Path>
  996. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="351" Canvas.Left="110">
  997. <Path.Data>
  998. <PathGeometry>
  999. <PathGeometry.Figures>
  1000. <PathFigure StartPoint="0,5" IsClosed="True">
  1001. <LineSegment Point="12,0" />
  1002. <LineSegment Point="12,10" />
  1003. </PathFigure>
  1004. </PathGeometry.Figures>
  1005. </PathGeometry>
  1006. </Path.Data>
  1007. </Path>
  1008. </Canvas>
  1009. </Border>
  1010. </Grid>-->
  1011. </Grid>
  1012. </TabItem>
  1013. </TabControl>
  1014. <DockPanel Grid.Row="1" Margin="10" HorizontalAlignment="Left">
  1015. <Canvas>
  1016. <Button Canvas.Left="630" Canvas.Top="-5" Content="Close" Width="130" Height="45" Style="{StaticResource CommandButton}">
  1017. <i:Interaction.Triggers>
  1018. <i:EventTrigger EventName="Click">
  1019. <cal:ActionMessage MethodName="CloseCmd">
  1020. </cal:ActionMessage>
  1021. </i:EventTrigger>
  1022. </i:Interaction.Triggers>
  1023. </Button>
  1024. </Canvas>
  1025. </DockPanel>
  1026. <!--<Canvas Margin="16,136,-16,-136">
  1027. <Line Stroke="Blue" StrokeThickness="5" X1="10" Y1="10" X2="100" Y2="10"/>
  1028. <Path Stroke="Blue" StrokeThickness="5">
  1029. <Path.Data>
  1030. <LineGeometry StartPoint="10,20" EndPoint="100,20"/>
  1031. </Path.Data>
  1032. </Path>
  1033. <Rectangle Stroke="Blue" Width="30" Height="20" Canvas.Top="30" Canvas.Left="10"/>
  1034. <Path Stroke="Blue">
  1035. <Path.Data>
  1036. <RectangleGeometry Rect="50,30,30,20"/>
  1037. </Path.Data>
  1038. </Path>
  1039. <Ellipse Stroke="Blue" Fill="DarkSlateGray" Width="20" Height="20" Canvas.Top="60" Canvas.Left="10"/>
  1040. <Path Stroke="Black" Fill="Black">
  1041. <Path.Data>
  1042. <EllipseGeometry RadiusX="10" RadiusY="10" Center="60,70"/>
  1043. </Path.Data>
  1044. </Path>
  1045. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="90" Canvas.Left="150">
  1046. <Path.Data>
  1047. <PathGeometry>
  1048. <PathGeometry.Figures>
  1049. <PathFigure StartPoint="30,0" IsClosed="True">
  1050. <LineSegment Point="0,56" />
  1051. <LineSegment Point="60,56" />
  1052. </PathFigure>
  1053. </PathGeometry.Figures>
  1054. </PathGeometry>
  1055. </Path.Data>
  1056. </Path>
  1057. <Path Stroke="Black" StrokeThickness="5">
  1058. <Path.Data>
  1059. <LineGeometry StartPoint="180,118" EndPoint="180,220"/>
  1060. </Path.Data>
  1061. </Path>
  1062. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="90" Canvas.Left="250">
  1063. <Path.Data>
  1064. <PathGeometry>
  1065. <PathGeometry.Figures>
  1066. <PathFigure StartPoint="0,28" IsClosed="True">
  1067. <LineSegment Point="60,0" />
  1068. <LineSegment Point="60,56" />
  1069. </PathFigure>
  1070. </PathGeometry.Figures>
  1071. </PathGeometry>
  1072. </Path.Data>
  1073. </Path>
  1074. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="90" Canvas.Left="350">
  1075. <Path.Data>
  1076. <PathGeometry>
  1077. <PathGeometry.Figures>
  1078. <PathFigure StartPoint="60,28" IsClosed="True">
  1079. <LineSegment Point="0,0" />
  1080. <LineSegment Point="0,56" />
  1081. </PathFigure>
  1082. </PathGeometry.Figures>
  1083. </PathGeometry>
  1084. </Path.Data>
  1085. </Path>
  1086. <Path Stroke="Black" StrokeThickness="0" Fill="Black" Canvas.Top="90" Canvas.Left="450">
  1087. <Path.Data>
  1088. <PathGeometry>
  1089. <PathGeometry.Figures>
  1090. <PathFigure StartPoint="30,56" IsClosed="True">
  1091. <LineSegment Point="60,0" />
  1092. <LineSegment Point="0,0" />
  1093. </PathFigure>
  1094. </PathGeometry.Figures>
  1095. </PathGeometry>
  1096. </Path.Data>
  1097. </Path>
  1098. </Canvas>-->
  1099. </Grid>
  1100. <!--</Border>-->
  1101. </UserControl>