FimsInformation.xaml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <UserControl x:Class="MaintainModule.Controls.FimsInformation"
  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:MaintainModule.Controls"
  7. mc:Ignorable="d"
  8. xmlns:contorl="clr-namespace:MaintainModule.Controls"
  9. d:DesignHeight="450" d:DesignWidth="800">
  10. <UserControl.Resources>
  11. <ResourceDictionary >
  12. <ResourceDictionary.MergedDictionaries>
  13. <ResourceDictionary Source="/UICommon;component/Resources.xaml"/>
  14. </ResourceDictionary.MergedDictionaries>
  15. </ResourceDictionary>
  16. </UserControl.Resources>
  17. <Border Background="White" CornerRadius="4">
  18. <Grid>
  19. <Grid.ColumnDefinitions>
  20. <ColumnDefinition Width="96"/>
  21. <ColumnDefinition Width="*"/>
  22. <ColumnDefinition Width="*"/>
  23. <ColumnDefinition Width="*"/>
  24. </Grid.ColumnDefinitions>
  25. <Grid.RowDefinitions>
  26. <RowDefinition Height="42"/>
  27. <RowDefinition Height="42"/>
  28. <RowDefinition Height="42"/>
  29. <RowDefinition Height="42"/>
  30. <RowDefinition Height="42"/>
  31. <RowDefinition Height="42"/>
  32. <RowDefinition Height="42"/>
  33. <RowDefinition Height="42"/>
  34. </Grid.RowDefinitions>
  35. <Border Grid.Row="0" Grid.Column="0" CornerRadius="4,0,0,0" Background="{StaticResource LightThemeColor}" BorderBrush="{StaticResource DarkBorderColor}"
  36. BorderThickness="0.5,0.5,0,0">
  37. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">Dock/Unlock</TextBlock>
  38. </Border>
  39. <Border Grid.Row="0" Grid.Column="1" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  40. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">Unknow</TextBlock>
  41. </Border>
  42. <Border Grid.Row="0" Grid.Column="2" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  43. <Button Style="{StaticResource FunctionButton}" Margin="4">Dock</Button>
  44. </Border>
  45. <Border Grid.Row="0" Grid.Column="3" CornerRadius="0,4,0,0" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0.5,0">
  46. <Button Style="{StaticResource FunctionButton}" Margin="4">Undock</Button>
  47. </Border>
  48. <Border Grid.Row="1" Grid.Column="0" Background="{StaticResource LightThemeColor}" BorderBrush="{StaticResource DarkBorderColor}"
  49. BorderThickness="0.5,0.5,0,0">
  50. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">Seal/Release</TextBlock>
  51. </Border>
  52. <Border Grid.Row="1" Grid.Column="1" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  53. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">Unknow</TextBlock>
  54. </Border>
  55. <Border Grid.Row="1" Grid.Column="2" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  56. <Button Style="{StaticResource FunctionButton}" Margin="4">Seal</Button>
  57. </Border>
  58. <Border Grid.Row="1" Grid.Column="3" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0.5,0">
  59. <Button Style="{StaticResource FunctionButton}" Margin="4">Release</Button>
  60. </Border>
  61. <Border Grid.Row="2" Grid.Column="0" Background="{StaticResource LightThemeColor}" BorderBrush="{StaticResource DarkBorderColor}"
  62. BorderThickness="0.5,0.5,0,0">
  63. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">DoorOpen/DoorClose</TextBlock>
  64. </Border>
  65. <Border Grid.Row="2" Grid.Column="1" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  66. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">Unknow</TextBlock>
  67. </Border>
  68. <Border Grid.Row="2" Grid.Column="2" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  69. <Button Style="{StaticResource FunctionButton}" Margin="4">Open</Button>
  70. </Border>
  71. <Border Grid.Row="2" Grid.Column="3" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0.5,0">
  72. <Button Style="{StaticResource FunctionButton}" Margin="4">Close</Button>
  73. </Border>
  74. <Border Grid.Row="3" Grid.Column="0" Background="{StaticResource LightThemeColor}" BorderBrush="{StaticResource DarkBorderColor}"
  75. BorderThickness="0.5,0.5,0,0">
  76. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">LatchOn/LatchOff</TextBlock>
  77. </Border>
  78. <Border Grid.Row="3" Grid.Column="1" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  79. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">Unknow</TextBlock>
  80. </Border>
  81. <Border Grid.Row="3" Grid.Column="2" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  82. <Button Style="{StaticResource FunctionButton}" Margin="4">On</Button>
  83. </Border>
  84. <Border Grid.Row="3" Grid.Column="3" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0.5,0">
  85. <Button Style="{StaticResource FunctionButton}" Margin="4">Off</Button>
  86. </Border>
  87. <Border Grid.Row="4" Grid.Column="0" Background="{StaticResource LightThemeColor}" BorderBrush="{StaticResource DarkBorderColor}"
  88. BorderThickness="0.5,0.5,0,0">
  89. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">Collision Avoidance Up/Down</TextBlock>
  90. </Border>
  91. <Border Grid.Row="4" Grid.Column="1" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  92. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">Unknow</TextBlock>
  93. </Border>
  94. <Border Grid.Row="4" Grid.Column="2" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  95. <Button Style="{StaticResource FunctionButton}" Margin="4">Up</Button>
  96. </Border>
  97. <Border Grid.Row="4" Grid.Column="3" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0.5,0">
  98. <Button Style="{StaticResource FunctionButton}" Margin="4">Down</Button>
  99. </Border>
  100. <Border Grid.Row="5" Grid.Column="0" Background="{StaticResource LightThemeColor}" BorderBrush="{StaticResource DarkBorderColor}"
  101. BorderThickness="0.5,0.5,0,0">
  102. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">N2 Purge Valve Open/Close</TextBlock>
  103. </Border>
  104. <Border Grid.Row="5" Grid.Column="1" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  105. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">Unknow</TextBlock>
  106. </Border>
  107. <Border Grid.Row="5" Grid.Column="2" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  108. <Button Style="{StaticResource FunctionButton}" Margin="4">Open</Button>
  109. </Border>
  110. <Border Grid.Row="5" Grid.Column="3" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0.5,0">
  111. <Button Style="{StaticResource FunctionButton}" Margin="4">Close</Button>
  112. </Border>
  113. <Border Grid.Row="6" Grid.Column="0" Background="{StaticResource LightThemeColor}" BorderBrush="{StaticResource DarkBorderColor}"
  114. BorderThickness="0.5,0.5,0,0">
  115. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" TextWrapping="WrapWithOverflow" TextAlignment="Center">Vaccum Valve Open/Close</TextBlock>
  116. </Border>
  117. <Border Grid.Row="6" Grid.Column="1" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  118. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">Unknow</TextBlock>
  119. </Border>
  120. <Border Grid.Row="6" Grid.Column="2" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0">
  121. <Button Style="{StaticResource FunctionButton}" Margin="4">Open</Button>
  122. </Border>
  123. <Border Grid.Row="6" Grid.Column="3" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0.5,0">
  124. <Button Style="{StaticResource FunctionButton}" Margin="4">Close</Button>
  125. </Border>
  126. <Border Grid.Row="7" Grid.Column="0" CornerRadius="0,0,0,4" Background="{StaticResource LightThemeColor}" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0.5">
  127. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" TextWrapping="WrapWithOverflow">Cycle</TextBlock>
  128. </Border>
  129. <Border Grid.Row="7" Grid.Column="1" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0.5">
  130. <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center">Unknow</TextBlock>
  131. </Border>
  132. <Border Grid.Row="7" Grid.Column="2" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5,0.5,0,0.5">
  133. <Button Style="{StaticResource FunctionButton}" Margin="4">Start</Button>
  134. </Border>
  135. <Border Grid.Row="7" Grid.Column="3" BorderBrush="{StaticResource DarkBorderColor}" BorderThickness="0.5" CornerRadius="0,0,4,0">
  136. <Button Style="{StaticResource FunctionButton}" Margin="4">Stop</Button>
  137. </Border>
  138. </Grid>
  139. </Border>
  140. </UserControl>