终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

108 lines
4.9 KiB

  1. <UserControl
  2. x:Class="BPASmartClient.CustomResource.UserControls.Condenser"
  3. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  4. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:local="clr-namespace:BPASmartClient.CustomResource.UserControls"
  7. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  8. d:DesignHeight="64"
  9. d:DesignWidth="64"
  10. mc:Ignorable="d">
  11. <Viewbox
  12. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  13. xmlns:s="clr-namespace:System;assembly=mscorlib"
  14. Stretch="Uniform"
  15. ToolTip="Tank 8">
  16. <Viewbox.Tag>
  17. <s:Int64>1403279722</s:Int64>
  18. </Viewbox.Tag>
  19. <Canvas
  20. Name="Group_Tank_8"
  21. Width="56.254"
  22. Height="112.5"
  23. HorizontalAlignment="Left"
  24. VerticalAlignment="Top"
  25. LayoutTransform="Identity"
  26. Tag="#00000000,#FF0080FF,Original,0,None"
  27. UseLayoutRounding="False">
  28. <Canvas
  29. Name="Group_TankBody"
  30. Canvas.Left="0.002"
  31. Canvas.Top="-0.5"
  32. Width="56.25"
  33. Height="112.5"
  34. Tag="#00000000,#FF0080FF,Original,0,None">
  35. <Path
  36. Canvas.Left="17.55"
  37. Canvas.Top="0"
  38. Width="21.15"
  39. Height="9.357"
  40. Data="M17.552,8.857L38.702,8.857 38.702,-0.5 17.552,-0.5z"
  41. Stretch="Fill">
  42. <Path.Fill>
  43. <LinearGradientBrush StartPoint="0,0.5" EndPoint="1,0.5">
  44. <LinearGradientBrush.GradientStops>
  45. <GradientStop Offset="0" Color="#FF5B5C5F" />
  46. <GradientStop Offset="0.45" Color="#FFECECED" />
  47. <GradientStop Offset="0.77" Color="#FFB1B3B6" />
  48. <GradientStop Offset="1" Color="#FF5B5C5F" />
  49. </LinearGradientBrush.GradientStops>
  50. </LinearGradientBrush>
  51. </Path.Fill>
  52. </Path>
  53. <Path
  54. Canvas.Left="0"
  55. Canvas.Top="14.962"
  56. Width="56.25"
  57. Height="79.594"
  58. Data="F1M0.002,20.65L27.209,14.462 56.252,20.65 56.252,87.475 28.127,94.056 0.002,87.475z"
  59. Stretch="Fill">
  60. <Path.Fill>
  61. <LinearGradientBrush StartPoint="0,0.5" EndPoint="1,0.5">
  62. <LinearGradientBrush.GradientStops>
  63. <GradientStop Offset="0" Color="#FF5B5C5F" />
  64. <GradientStop Offset="0.45" Color="#FFECECED" />
  65. <GradientStop Offset="0.77" Color="#FFB1B3B6" />
  66. <GradientStop Offset="1" Color="#FF5B5C5F" />
  67. </LinearGradientBrush.GradientStops>
  68. </LinearGradientBrush>
  69. </Path.Fill>
  70. </Path>
  71. <Path
  72. Canvas.Left="0"
  73. Canvas.Top="8.775"
  74. Width="56.25"
  75. Height="12.375"
  76. Data="F1M0.002,20.65L17.552,8.27500000000001 38.702,8.27500000000001 56.252,20.65z"
  77. Stretch="Fill">
  78. <Path.Fill>
  79. <RadialGradientBrush Center="0.5,0.5" GradientOrigin="0.5,0.5" RadiusX="0.362" RadiusY="1.645">
  80. <RadialGradientBrush.GradientStops>
  81. <GradientStop Offset="0" Color="#FFECECED" />
  82. <GradientStop Offset="1" Color="#FF6C6D70" />
  83. </RadialGradientBrush.GradientStops>
  84. </RadialGradientBrush>
  85. </Path.Fill>
  86. </Path>
  87. <Path
  88. Canvas.Left="0"
  89. Canvas.Top="87.75"
  90. Width="56.25"
  91. Height="24.75"
  92. Data="F1M0.002,87.25L28.127,112 56.252,87.25z"
  93. Stretch="Fill">
  94. <Path.Fill>
  95. <LinearGradientBrush StartPoint="1,0.5" EndPoint="0,0.5">
  96. <LinearGradientBrush.GradientStops>
  97. <GradientStop Offset="0" Color="#FF4C4C4C" />
  98. <GradientStop Offset="0.52" Color="#FFBCBEC0" />
  99. <GradientStop Offset="1" Color="#FF656565" />
  100. </LinearGradientBrush.GradientStops>
  101. </LinearGradientBrush>
  102. </Path.Fill>
  103. </Path>
  104. </Canvas>
  105. </Canvas>
  106. </Viewbox>
  107. </UserControl>