123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394 |
- <UserControl x:Class="Aitex.Triton160.UI.Views.GasVerificationView"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- mc:Ignorable="d"
- d:DesignHeight="800" d:DesignWidth="1250" Background="#669ACC">
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="50" />
- <RowDefinition Height="230" />
- <RowDefinition Height="50" />
- <RowDefinition Height="*" />
- </Grid.RowDefinitions>
- <Grid Grid.Row="0" Width="952" >
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Grid Grid.Column="0" Width="200" Height="84" Margin="0,17,0,0" HorizontalAlignment="Center" Opacity="1" >
- <Border Background="Transparent" BorderThickness="1">
- <Rectangle RadiusX="6" RadiusY="6" Stroke="Gray" Margin="1" Opacity="1" Fill="Green" StrokeThickness="1"/>
- </Border>
- <Label Content="Appointed Point" VerticalContentAlignment="Top" FontFamily="Arial,SimSun" FontSize="16" HorizontalContentAlignment="Center" Margin="0,5" Foreground="LightYellow" />
- </Grid>
- <StackPanel Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Center">
- <Button Content="Start" Height="30" FontSize="16" Margin="0,15,30,0" />
- <Button Content="Stop" Height="30" FontSize="16" Margin="0,15,0,0"/>
- </StackPanel>
- </Grid>
- <Grid Grid.Row="1" HorizontalAlignment="Center" Width="1000">
- <Grid.RowDefinitions>
- <RowDefinition Height="40" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="*" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="130" />
- <ColumnDefinition Width="180" />
- <ColumnDefinition Width="140" />
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Rectangle Grid.Row="0" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="1" FontSize="15" Text="Select MFC" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="2" FontSize="15" Text="MFC Name" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="3" FontSize="15" Text="Set Flow" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="4" FontSize="15" Text="Actual Flow" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="5" FontSize="15" Text="Error %" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="6" FontSize="15" Text="Invoved Volumn" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="7" FontSize="15" Text="Date Time" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="8" FontSize="15" Text="Elapsed Time" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="1" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
- <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text="MFC1" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="1" Grid.Column="3" FontSize="15" Width="80" Text="10.0" Height="28" Margin="3" Padding="0,1,0,0" />
- <Rectangle Grid.Row="1" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="4" FontSize="15" Text="8.12" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="5" FontSize="15" Text="-8.8" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="6" FontSize="15" Text="83.219" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="7" FontSize="15" Text="2016-3-5 10:05:12" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="8" FontSize="15" Text="8" Foreground="White" />
-
- <Rectangle Grid.Row="2" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
- <Rectangle Grid.Row="2" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="2" FontSize="15" Text="MFC2" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="2" Grid.Column="3" FontSize="15" Width="80" Text="10.0" Height="28" Margin="3" Padding="0,1,0,0" />
- <Rectangle Grid.Row="2" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="4" FontSize="15" Text="8.12" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="5" FontSize="15" Text="-8.8" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="6" FontSize="15" Text="83.219" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="7" FontSize="15" Text="2016-3-5 10:05:12" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="8" FontSize="15" Text="8" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="3" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
- <Rectangle Grid.Row="3" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="2" FontSize="15" Text="MFC3" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="3" Grid.Column="3" FontSize="15" Width="80" Text="10.0" Height="28" Margin="3" Padding="0,1,0,0" />
- <Rectangle Grid.Row="3" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="4" FontSize="15" Text="8.12" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="5" FontSize="15" Text="-8.8" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="6" FontSize="15" Text="83.219" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="7" FontSize="15" Text="2016-3-5 10:05:12" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="8" FontSize="15" Text="8" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="4" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
- <Rectangle Grid.Row="4" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="2" FontSize="15" Text="MFC4" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="4" Grid.Column="3" FontSize="15" Width="80" Text="10.0" Height="28" Margin="3" Padding="0,1,0,0" />
- <Rectangle Grid.Row="4" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="4" FontSize="15" Text="8.12" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="5" FontSize="15" Text="-8.8" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="6" FontSize="15" Text="83.219" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="7" FontSize="15" Text="2016-3-5 10:05:12" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="8" FontSize="15" Text="8" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="5" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
- <Rectangle Grid.Row="5" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="2" FontSize="15" Text="MFC5" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="5" Grid.Column="3" FontSize="15" Width="80" Text="10.0" Height="28" Margin="3" Padding="0,1,0,0" />
- <Rectangle Grid.Row="5" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="4" FontSize="15" Text="8.12" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="5" FontSize="15" Text="-8.8" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="6" FontSize="15" Text="83.219" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="7" FontSize="15" Text="2016-3-5 10:05:12" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="8" FontSize="15" Text="8" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="6" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
- <Rectangle Grid.Row="6" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="2" FontSize="15" Text="MFCVapor" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBox Grid.Row="6" Grid.Column="3" FontSize="15" Width="80" Text="10.0" Height="28" Margin="3" Padding="0,1,0,0" />
- <Rectangle Grid.Row="6" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="4" FontSize="15" Text="8.12" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="5" FontSize="15" Text="-8.8" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="6" FontSize="15" Text="83.219" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="7" FontSize="15" Text="2016-3-5 10:05:12" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="8" FontSize="15" Text="8" Foreground="White" />
- </Grid>
- <Grid Grid.Row="2" Width="1180" >
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="200" />
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Grid Grid.Column="0" Width="200" Height="84" Margin="0,17,0,0" HorizontalAlignment="Center" Opacity="1" >
- <Border Background="Transparent" BorderThickness="1">
- <Rectangle RadiusX="6" RadiusY="6" Stroke="Gray" Margin="1" Opacity="1" Fill="Green" StrokeThickness="1"/>
- </Border>
- <Label Content="Ten Point" VerticalContentAlignment="Top" FontFamily="Arial,SimSun" FontSize="16" HorizontalContentAlignment="Center" Margin="0,5" Foreground="LightYellow" />
- </Grid>
- <StackPanel Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Center">
- <Button Content="Start" Height="30" FontSize="16" Margin="0,15,30,0" />
- <Button Content="Stop" Height="30" FontSize="16" Margin="0,15,0,0"/>
- </StackPanel>
- </Grid>
- <Grid Grid.Row="3" HorizontalAlignment="Center" Width="1200">
- <Grid.RowDefinitions>
- <RowDefinition Height="40" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="*" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="180" />
-
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="100" />
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Rectangle Grid.Row="0" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="1" FontSize="15" Text="Select MFC" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="2" FontSize="15" Text="MFC Name" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="3" FontSize="15" Text="DateTime" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="4" FontSize="15" Text="10%" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="5" FontSize="15" Text="20%" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="6" FontSize="15" Text="30%" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="7" FontSize="15" Text="40%" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="8" FontSize="15" Text="50%" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="9" FontSize="15" Text="60%" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="10" FontSize="15" Text="70%" Foreground="White" />
- <Rectangle Grid.Row="0" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="0" Grid.Column="11" FontSize="15" Text="80%" Foreground="White" />
-
- <Rectangle Grid.Row="1" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="1" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
- <Rectangle Grid.Row="1" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="2" FontSize="15" Text="MFC1" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="3" FontSize="15" Text="2016-3-5 9:23:10" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="4" FontSize="15" Text="8.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="5" FontSize="15" Text="18.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="6" FontSize="15" Text="28.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="7" FontSize="15" Text="38.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="8" FontSize="15" Text="48.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="9" FontSize="15" Text="58.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="10" FontSize="15" Text="68.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="1" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="1" Grid.Column="11" FontSize="15" Text="78.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
- <Rectangle Grid.Row="2" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="2" FontSize="15" Text="MFC2" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="3" FontSize="15" Text="2016-3-5 9:23:10" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="4" FontSize="15" Text="8.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="5" FontSize="15" Text="18.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="6" FontSize="15" Text="28.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="7" FontSize="15" Text="38.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="8" FontSize="15" Text="48.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="9" FontSize="15" Text="58.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="10" FontSize="15" Text="68.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="2" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="2" Grid.Column="11" FontSize="15" Text="78.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="3" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
- <Rectangle Grid.Row="3" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="2" FontSize="15" Text="MFC3" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="3" FontSize="15" Text="2016-3-5 9:23:10" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="4" FontSize="15" Text="8.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="5" FontSize="15" Text="18.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="6" FontSize="15" Text="28.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="7" FontSize="15" Text="38.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="8" FontSize="15" Text="48.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="9" FontSize="15" Text="58.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="10" FontSize="15" Text="68.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="3" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="3" Grid.Column="11" FontSize="15" Text="78.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="4" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
- <Rectangle Grid.Row="4" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="2" FontSize="15" Text="MFC4" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="3" FontSize="15" Text="2016-3-5 9:23:10" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="4" FontSize="15" Text="8.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="5" FontSize="15" Text="18.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="6" FontSize="15" Text="28.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="7" FontSize="15" Text="38.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="8" FontSize="15" Text="48.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="9" FontSize="15" Text="58.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="10" FontSize="15" Text="68.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="4" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="4" Grid.Column="11" FontSize="15" Text="78.12 | -8.8" Foreground="White" />
-
- <Rectangle Grid.Row="5" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="5" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
- <Rectangle Grid.Row="5" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="2" FontSize="15" Text="MFC5" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="3" FontSize="15" Text="2016-3-5 9:23:10" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="4" FontSize="15" Text="8.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="5" FontSize="15" Text="18.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="6" FontSize="15" Text="28.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="7" FontSize="15" Text="38.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="8" FontSize="15" Text="48.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="9" FontSize="15" Text="58.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="10" FontSize="15" Text="68.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="5" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="5" Grid.Column="11" FontSize="15" Text="78.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="1" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <CheckBox Grid.Row="6" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" />
- <Rectangle Grid.Row="6" Grid.Column="2" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="2" FontSize="15" Text="MFC Vapor" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="3" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="3" FontSize="15" Text="2016-3-5 9:23:10" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="4" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="4" FontSize="15" Text="8.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="5" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="5" FontSize="15" Text="18.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="6" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="6" FontSize="15" Text="28.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="7" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="7" FontSize="15" Text="38.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="8" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="8" FontSize="15" Text="48.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="9" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="9" FontSize="15" Text="58.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="10" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="10" FontSize="15" Text="68.12 | -8.8" Foreground="White" />
- <Rectangle Grid.Row="6" Grid.Column="11" Fill="#376092" Margin="0" Stroke="White" StrokeThickness="1"></Rectangle>
- <TextBlock Grid.Row="6" Grid.Column="11" FontSize="15" Text="78.12 | -8.8" Foreground="White" />
- </Grid>
- </Grid>
- </UserControl>
|