123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
- <Window x:Class="WWPipeLine.WPF.BFormRealTime"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:local="clr-namespace:WWPipeLine.WPF"
- mc:Ignorable="d"
- Title="BForm" Height="450" Width="800" Background="Transparent" AllowsTransparency="True" ResizeMode="NoResize" WindowStyle="None">
- <Grid>
- <Grid ShowGridLines="False" Background="Transparent" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
- <Grid.RowDefinitions>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- <DockPanel x:Name="RightBorder" Grid.Row="0" Grid.Column="7" Width="20" Grid.RowSpan="14" HorizontalAlignment="Right">
- <DockPanel.Effect>
- <DropShadowEffect ShadowDepth="10" BlurRadius="50" Color="Black" />
- </DockPanel.Effect>
- <DockPanel.Background>
- <LinearGradientBrush StartPoint="1,0" EndPoint="0,0">
- <GradientStop Color="#99000000" Offset="0"/>
- <GradientStop Color="#00000000" Offset="1"/>
- </LinearGradientBrush>
- </DockPanel.Background>
- </DockPanel>
- <DockPanel x:Name="BottomBorder" Grid.Row="13" Grid.Column="0" Height="20" Grid.ColumnSpan="8" VerticalAlignment="Bottom">
- <DockPanel.Background>
- <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
- <GradientStop Color="#00000000" Offset="0"/>
- <GradientStop Color="#000000" Offset="1"/>
- </LinearGradientBrush>
- </DockPanel.Background>
- </DockPanel>
- <Grid HorizontalAlignment="Stretch" VerticalAlignment="Top" Grid.Row="13" Grid.Column="0" Grid.ColumnSpan="4">
- <Grid.RowDefinitions>
- <RowDefinition/>
- <RowDefinition Height="6"/>
- <RowDefinition/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="40"/>
- <ColumnDefinition Width="120"/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- <Label Name="m_LabelAlertTime" Grid.Row="2" Grid.Column="1" FontSize="18" Foreground="WhiteSmoke" Margin="0,-10,0,0">15:18:32</Label>
- <DockPanel Grid.Row="0" Margin="0,0,0,5" Grid.Column="1">
- <TextBlock FontSize="22" Text="报警信息" Foreground="White" VerticalAlignment="Bottom" HorizontalAlignment="Left" FontFamily="Microsoft YaHei Bold"></TextBlock>
- </DockPanel>
- <DockPanel Grid.Row="1" Grid.Column="1">
- <Line X1="0" Y1="0" X2="20" Y2="0" Stroke="Yellow" VerticalAlignment="Top" StrokeThickness="6" HorizontalAlignment="Left"/>
- <Line X1="0" Y1="0" X2="60" Y2="0" Stroke="Yellow" VerticalAlignment="Top" StrokeThickness="2" HorizontalAlignment="Left"/>
- </DockPanel>
- <DockPanel Grid.Row="2" x:Name="AlertPanel" Height="28" VerticalAlignment="Bottom" Grid.Column="2">
- <Image x:Name="AlertImage" Width="28" Height="28"/>
- <TextBlock x:Name="AlertContext" Text="告警:雁塔区翠华路污水处理厂排污口硫化物超标,请及时处理!" Foreground="Red" FontSize="20"/>
- </DockPanel>
- </Grid>
- <DockPanel x:Name="TopBorder" Grid.Row="0" Grid.Column="0" Height="60" Grid.ColumnSpan="8" VerticalAlignment="Top">
- <DockPanel.Background>
- <LinearGradientBrush StartPoint="0,0" EndPoint="0,1">
- <GradientStop Color="#000000" Offset="0"/>
- <GradientStop Color="#00000000" Offset="1"/>
- </LinearGradientBrush>
- </DockPanel.Background>
- </DockPanel>
-
- <DockPanel x:Name="PanelLeft" Grid.Row="0" Grid.Column="0" Grid.RowSpan="14" Margin="0,0,0,0" Width="20" HorizontalAlignment="Left">
- <DockPanel.Background>
- <LinearGradientBrush StartPoint="0,0" EndPoint="1,0">
- <GradientStop Color="Black" Offset="0"/>
- <GradientStop Color="#00000000" Offset="0.99"/>
- </LinearGradientBrush>
- </DockPanel.Background>
- </DockPanel>
- <!--<DockPanel Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" HorizontalAlignment="Center">
- <TextBlock Text="三维管线信息系统" Foreground="White" FontSize="32" FontWeight="ExtraBold"></TextBlock>
- </DockPanel>-->
- <DockPanel Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" HorizontalAlignment="Stretch">
- <Grid HorizontalAlignment="Stretch">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="20*" />
- </Grid.ColumnDefinitions>
- <Image Grid.Column="0" x:Name="m_ImageLogoBg" HorizontalAlignment="Stretch" Margin="0,0,0,-10"></Image>
- </Grid>
- </DockPanel>
- <DockPanel Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" HorizontalAlignment="Stretch">
- <Grid HorizontalAlignment="Stretch">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="3*" />
- <ColumnDefinition Width="17*" />
- </Grid.ColumnDefinitions>
- <Image x:Name="m_ImageLogoICO" Grid.Column="0" Margin="10,0,20,20"></Image>
- <Image x:Name="m_ImageTitle" Grid.Column="1" Margin="0,10,50,20"></Image>
- </Grid>
- </DockPanel>
- <!--<DockPanel x:Name="m_PanelLeftCahrt01" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="1" Grid.RowSpan="2">
- <TextBlock DockPanel.Dock="Top" Text="第一个标题一定要酷" HorizontalAlignment="Center" Foreground="White"/>
- </DockPanel>-->
- <Grid x:Name="m_PanelLeftCahrt02" Grid.Row="1" Grid.Column="6" Grid.ColumnSpan="2" Grid.RowSpan="12" Background="#99061F30" Margin="0,0,20,0">
- <Grid.RowDefinitions>
- <RowDefinition Height="30"/>
- <RowDefinition Height="6*"/>
- <RowDefinition Height="20"/>
- <RowDefinition Height="30"/>
- <RowDefinition Height="4*"/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="20"/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- <Image x:Name="m_ImageGJXX" VerticalAlignment="Center" Margin="5" Grid.Column="1" HorizontalAlignment="Left"></Image>
- <TextBlock Grid.Column="1" VerticalAlignment="Center" Text="告警信息" FontSize="18" Foreground="#2AC2FC" HorizontalAlignment="Left" Margin="20,0,0,0"/>
- <Line Grid.Column="1" X1="0" Y1="0" X2="500" Y2="0" Stroke="#33eeeeee" VerticalAlignment="Bottom" StrokeThickness="1" HorizontalAlignment="Left" Margin="0,0,10,0"/>
- <DataGrid Grid.Column="1" Margin="0,10,20,0" BorderThickness="0" Grid.Row="1" Name="m_DataGridEvents"
- RowHeight="38"
- HorizontalScrollBarVisibility="Hidden" ColumnWidth="*" AutoGenerateColumns="True"
- GridLinesVisibility="None" HorizontalGridLinesBrush="#44aaaaaa" IsReadOnly="True" FontFamily="Yu Gothic UI Semibold">
- <DataGrid.Background>
- <LinearGradientBrush StartPoint="0,0" EndPoint="1,0">
- <GradientStop Color="#00000000" Offset="0"/>
- <GradientStop Color="#00000000" Offset="1"/>
- </LinearGradientBrush>
- </DataGrid.Background>
- <DataGrid.ColumnHeaderStyle>
- <Style TargetType="{x:Type DataGridColumnHeader}">
- <Setter Property="Background" Value="Transparent"/>
- <Setter Property="Foreground" Value="White" />
- <Setter Property="Height" Value="28"/>
- <Setter Property="FontSize" Value="18"/>
- <Setter Property="FontWeight" Value="Bold"/>
- <Setter Property="HorizontalAlignment" Value="Center"/>
- </Style>
- </DataGrid.ColumnHeaderStyle>
- <DataGrid.RowStyle>
- <Style TargetType="{x:Type DataGridRow}">
- <Setter Property="HorizontalContentAlignment" Value="Center" />
- <Setter Property="VerticalAlignment" Value="Bottom" />
- <Setter Property="Background" Value="Transparent"/>
- <Setter Property="FontSize" Value="16"/>
- </Style>
- </DataGrid.RowStyle>
- <DataGrid.CellStyle>
- <Style TargetType="{x:Type DataGridCell}">
- <Setter Property="VerticalAlignment" Value="Center"/>
- <Setter Property="HorizontalAlignment" Value="Center"/>
- </Style>
- </DataGrid.CellStyle>
- </DataGrid>
- <Image Grid.Row="3" x:Name="m_ImageJCZB" Margin="5" VerticalAlignment="Center" Grid.Column="1" HorizontalAlignment="Left"></Image>
- <TextBlock Grid.Column="1" Grid.Row="3" VerticalAlignment="Center" Text="监测指标" FontSize="18" Foreground="#2AC2FC" HorizontalAlignment="Left" Margin="20,0,0,0"/>
- <Line Grid.Column="1" Grid.Row="3" X1="10" Y1="0" X2="500" Y2="0" Stroke="#33eeeeee" VerticalAlignment="Bottom" StrokeThickness="1" HorizontalAlignment="Left" Margin="0,0,10,0"/>
- <Grid Grid.Column="1" x:Name="m_PanelLeftCahrt03" Grid.Row="4" Margin="0,10,0,0">
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="40"/>
- <RowDefinition Height="40"/>
- <RowDefinition Height="40"/>
- <RowDefinition Height="40"/>
- <RowDefinition Height="40"/>
- <RowDefinition Height="40"/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="40"/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- <Grid Grid.Row="1" Grid.ColumnSpan="7" Background="#661a2e3c" VerticalAlignment="Center" Height="38"></Grid>
- <Grid Grid.Row="3" Grid.ColumnSpan="7" Background="#661a2e3c" VerticalAlignment="Center" Height="38"></Grid>
- <Grid Grid.Row="5" Grid.ColumnSpan="7" Background="#661a2e3c" VerticalAlignment="Center" Height="38"></Grid>
-
- <TextBlock Text="等级" Grid.Column="0" Grid.Row="0" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Bold"/>
- <TextBlock Text="符号" Grid.Column="1" Grid.Row="0" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Bold"/>
- <TextBlock Tag="ZB" x:Name="AttrLSY" Text="√
硫酸盐
(mg/L)" Grid.Column="2" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Bold" TextAlignment="Center" Cursor="Hand" ToolTip="显示/隐藏"/>
- <TextBlock Tag="ZB" x:Name="AttrLHW" Text="氯化物
(mg/L)" Grid.Column="3" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Bold" TextAlignment="Center" Cursor="Hand" ToolTip="显示/隐藏"/>
- <TextBlock Tag="ZB" x:Name="AttrT" Text="铁(Fe)
(mg/L)" Grid.Column="4" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Bold" TextAlignment="Center" Cursor="Hand" ToolTip="显示/隐藏"/>
- <TextBlock Tag="ZB" x:Name="AttrXSY" Text="硝酸盐
(以N计)
(mg/L)" Grid.Column="5" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Bold" TextAlignment="Center" Cursor="Hand" ToolTip="显示/隐藏"/>
- <TextBlock Tag="ZB" x:Name="AttrPH" Text="pH" Grid.Column="6" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Bold" TextAlignment="Center" Cursor="Hand" ToolTip="显示/隐藏"/>
- <TextBlock Text="I" Foreground="White" Width="16" Height="16" Grid.Column="0" Grid.Row="1" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <TextBlock Text="II" Foreground="White" Width="16" Height="16" Grid.Column="0" Grid.Row="2" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <TextBlock Text="III" Foreground="White" Width="16" Height="16" Grid.Column="0" Grid.Row="3" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <TextBlock Text="IV" Foreground="White" Width="16" Height="16" Grid.Column="0" Grid.Row="4" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <TextBlock Text="V" Foreground="White" Width="16" Height="16" Grid.Column="0" Grid.Row="5" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <Grid Width="16" Height="16" Background="Green" Grid.Column="1" Grid.Row="1" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <Grid Width="16" Height="16" Background="#ff8800" Grid.Column="1" Grid.Row="2" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <Grid Width="16" Height="16" Background="Gold" Grid.Column="1" Grid.Row="3" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <Grid Width="16" Height="16" Background="#8888ff" Grid.Column="1" Grid.Row="4" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <Grid Width="16" Height="16" Background="Red" Grid.Column="1" Grid.Row="5" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- <!--硫酸盐(mg/L)-->
- <TextBlock Text="≤50" Grid.Column="2" Grid.Row="1" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="≤150" Grid.Column="2" Grid.Row="2" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="≤250" Grid.Column="2" Grid.Row="3" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="≤350" Grid.Column="2" Grid.Row="4" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text=">350" Grid.Column="2" Grid.Row="5" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <!--氯化物(mg/L)-->
- <TextBlock Text="≤50" Grid.Column="3" Grid.Row="1" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="≤150" Grid.Column="3" Grid.Row="2" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="≤250" Grid.Column="3" Grid.Row="3" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="≤350" Grid.Column="3" Grid.Row="4" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text=">350" Grid.Column="3" Grid.Row="5" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <!--铁(Fe)(mg/L)-->
- <TextBlock Text="≤0.1" Grid.Column="4" Grid.Row="1" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="≤0.2" Grid.Column="4" Grid.Row="2" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="≤0.3" Grid.Column="4" Grid.Row="3" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="≤1.5" Grid.Column="4" Grid.Row="4" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text=">1.5" Grid.Column="4" Grid.Row="5" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <!--硝酸盐(以N计)(mg/L)-->
- <TextBlock Text="≤2.0" Grid.Column="5" Grid.Row="1" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="≤5.0" Grid.Column="5" Grid.Row="2" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="≤20" Grid.Column="5" Grid.Row="3" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="≤30" Grid.Column="5" Grid.Row="4" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text=">30" Grid.Column="5" Grid.Row="5" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <!--pH-->
- <TextBlock Text="-" Grid.Column="6" Grid.Row="1" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="6.5~8.5" Grid.Column="6" Grid.Row="2" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="-" Grid.Column="6" Grid.Row="3" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="5.5~6.5
 8.5~9" Grid.Column="6" Grid.Row="4" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <TextBlock Text="<5.5
>9" Grid.Column="6" Grid.Row="5" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- <Border BorderThickness="0 ,1,0,1"/>
- </Grid>
- </Grid>
- </Grid>
- <DockPanel x:Name="m_PanelRight" Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="1" Grid.RowSpan="11" HorizontalAlignment="Left" Margin="20,0,0,0">
- <StackPanel Background="Transparent" >
- <Grid Height="50" Width="50">
- <Ellipse Tag="TYPES" x:Name="m_EllipseDL" Fill="#01FFFFFF" Stroke="Transparent" Height="50" Width="50" HorizontalAlignment="Left"></Ellipse>
- <!--<TextBlock x:Name="m_TextBlockDL" IsHitTestVisible="False" Text="电力" TextAlignment="Center" VerticalAlignment="Bottom" HorizontalAlignment="Center" Foreground="Gray" FontSize="14" Margin="0,0,0,-14"></TextBlock>-->
- </Grid>
- <Grid Height="15" Width="60"></Grid>
- <Grid Height="50" Width="50">
- <Ellipse Tag="TYPES" x:Name="m_EllipseDX" Fill="#01FFFFFF" Stroke="Transparent" Height="50" Width="50" HorizontalAlignment="Left"></Ellipse>
- <!--<TextBlock x:Name="m_TextBlockDX" IsHitTestVisible="False" Text="电信" TextAlignment="Center" VerticalAlignment="Bottom" HorizontalAlignment="Center" Foreground="Gray" FontSize="14" Margin="0,0,0,-14"></TextBlock>-->
- </Grid>
- <Grid Height="15" Width="60"></Grid>
- <Grid Height="50" Width="50">
- <Ellipse Tag="TYPES" x:Name="m_EllipseJS" Fill="#01FFFFFF" Stroke="Transparent" Height="50" Width="50" HorizontalAlignment="Left"></Ellipse>
- <!--<TextBlock x:Name="m_TextBlockJS" IsHitTestVisible="False" Text="给水" TextAlignment="Center" VerticalAlignment="Bottom" HorizontalAlignment="Center" Foreground="Gray" FontSize="14" Margin="0,0,0,-14"></TextBlock>-->
- </Grid>
- <Grid Height="10" Width="60"></Grid>
- <Grid Height="50" Width="50">
- <Ellipse Tag="TYPES" x:Name="m_EllipsePS" Fill="#01FFFFFF" Stroke="Transparent" Height="50" Width="50" HorizontalAlignment="Left"></Ellipse>
- <!--<TextBlock x:Name="m_TextBlockPS" IsHitTestVisible="False" Text="排水" TextAlignment="Center" VerticalAlignment="Bottom" HorizontalAlignment="Center" Foreground="Gray" FontSize="14" Margin="0,0,0,-14"></TextBlock>-->
- </Grid>
- <Grid Height="15" Width="60"></Grid>
- <Grid Height="50" Width="50">
- <Ellipse Tag="TYPES" x:Name="m_EllipseRQ" Fill="#01FFFFFF" Stroke="Transparent" Height="50" Width="50" HorizontalAlignment="Left"></Ellipse>
- <!--<TextBlock x:Name="m_TextBlockRQ" IsHitTestVisible="False" Text="燃气" TextAlignment="Center" VerticalAlignment="Bottom" HorizontalAlignment="Center" Foreground="Gray" FontSize="14" Margin="0,0,0,-14"></TextBlock>-->
- </Grid>
- <Grid Height="15" Width="60"></Grid>
- <Grid Height="50" Width="50">
- <Ellipse Tag="TYPES" x:Name="m_EllipseRL" Fill="#01FFFFFF" Stroke="Transparent" Height="50" Width="50" HorizontalAlignment="Left"></Ellipse>
- <!--<TextBlock x:Name="m_TextBlockRL" IsHitTestVisible="False" Text="热力" TextAlignment="Center" VerticalAlignment="Bottom" HorizontalAlignment="Center" Foreground="Gray" FontSize="14" Margin="0,0,0,-14"></TextBlock>-->
- </Grid>
- <Grid Height="15" Width="60"></Grid>
- <Grid Height="50" Width="50">
- <Ellipse Tag="TYPES" x:Name="m_EllipseGY" Fill="#01FFFFFF" Stroke="Transparent" Height="50" Width="50" HorizontalAlignment="Left"></Ellipse>
- <!--<TextBlock x:Name="m_TextBlockGY" IsHitTestVisible="False" Text="工业" TextAlignment="Center" VerticalAlignment="Bottom" HorizontalAlignment="Center" Foreground="Gray" FontSize="14" Margin="0,0,0,-14"></TextBlock>-->
- </Grid>
- <Grid Height="15" Width="60"></Grid>
- <Grid Height="50" Width="50">
- <Ellipse Tag="TYPES" x:Name="m_EllipseZH" Fill="#01FFFFFF" Stroke="Transparent" Height="50" Width="50" HorizontalAlignment="Left"></Ellipse>
- <!--<TextBlock x:Name="m_TextBlockZH" IsHitTestVisible="False" Text="综合" TextAlignment="Center" VerticalAlignment="Bottom" HorizontalAlignment="Center" Foreground="Gray" FontSize="14" Margin="0,0,0,-14"></TextBlock>-->
- </Grid>
- <Grid Height="15" Width="60"></Grid>
- <Grid Height="50" Width="50">
- <Ellipse Tag="TYPES" x:Name="m_EllipseAll" Fill="#01FFFFFF" Stroke="Transparent" Height="50" Width="50" HorizontalAlignment="Left"></Ellipse>
- <!--<TextBlock x:Name="m_TextBlockAll" IsHitTestVisible="False" Text="全部" TextAlignment="Center" VerticalAlignment="Bottom" HorizontalAlignment="Center" Foreground="Gray" FontSize="14" Margin="0,0,0,-14"></TextBlock>-->
- </Grid>
- </StackPanel>
- </DockPanel>
- <Grid x:Name="m_InfoGrid" Visibility="Hidden" Grid.Column="2" Grid.Row="1" Grid.ColumnSpan="1" Grid.RowSpan="4" Margin="0,0,0,10">
- <Border x:Name="m_InfoBorder" CornerRadius="20" Background="#55000000" Margin="10">
- <StackPanel>
- <Label Name="m_InfoTitle" Content="信息" Foreground="White" FontWeight="Bold" HorizontalContentAlignment="Center"></Label>
- <Grid Height="2" Background="Gray" Margin="20,0,20,0"></Grid>
- <ScrollViewer x:Name="InfoScrollViewer" VerticalScrollBarVisibility="Hidden" HorizontalScrollBarVisibility="Hidden" Margin="5,5,10,5">
- <ScrollViewer.Content>
- <StackPanel x:Name="m_InfoItems" Margin="5,5,5,5"></StackPanel>
- </ScrollViewer.Content>
- </ScrollViewer>
- </StackPanel>
- </Border>
- </Grid>
- <Grid Tag="BTN" Height="30" Width="30" Grid.Row="0" Grid.Column="6" Grid.ColumnSpan="2" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,5,5,0" Opacity="0.2">
- <Ellipse Stroke="Transparent" Height="30" Width="30" HorizontalAlignment="Left"></Ellipse>
- <Image x:Name="m_ImageExist" ToolTip="退出大屏" VerticalAlignment="Center" HorizontalAlignment="Center" Cursor="Hand"></Image>
- </Grid>
- <Grid Panel.ZIndex="2001" Tag="BTN" Grid.Row="0" Grid.Column="6" Grid.ColumnSpan="2" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="0,5,65,0" Opacity="0.9">
- <Grid.RowDefinitions>
- <RowDefinition/>
- <RowDefinition Height="2"/>
- <RowDefinition/>
- </Grid.RowDefinitions>
- <Label Grid.Row="0" HorizontalAlignment="Right" VerticalContentAlignment="Bottom" Name="m_TimeLabel" FontSize="18" Foreground="White" FontFamily="Microsoft YaHei Bold" Margin="0,0,0,-5">下午 15:30:30</Label>
- <Line Grid.Row="1" X1="0" Y1="0" X2="120" Y2="0" Stroke="#33eeeeee" VerticalAlignment="Bottom" StrokeThickness="1" HorizontalAlignment="Right" Margin="0,0,10,0"/>
- <Label Grid.Row="2" HorizontalAlignment="Right" VerticalContentAlignment="Top" Name="m_DateLabel" FontSize="16" Foreground="White" FontFamily="Microsoft YaHei">2021 07 16</Label>
- </Grid>
- <Grid Tag="BTN" Height="50" Width="50" Grid.Row="13" Grid.Column="6" Grid.ColumnSpan="2" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,25,10" Opacity="0.6">
- <Ellipse Stroke="Transparent" Height="20" Width="20" HorizontalAlignment="Left"></Ellipse>
- <Image x:Name="m_ImageHome" ToolTip="显示全图" VerticalAlignment="Center" HorizontalAlignment="Center" Cursor="Hand"></Image>
- </Grid>
- <Grid Tag="BTN" Height="50" Width="50" Grid.Row="13" Grid.Column="6" Grid.ColumnSpan="2" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,85,10" Opacity="0.6">
- <Ellipse Stroke="Transparent" Height="20" Width="20" HorizontalAlignment="Left"></Ellipse>
- <Image x:Name="m_ImageInfo" ToolTip="信息查询" VerticalAlignment="Center" HorizontalAlignment="Center" Cursor="Hand"></Image>
- </Grid>
- <Grid Tag="BTN" Height="50" Width="50" Grid.Row="13" Grid.Column="6" Grid.ColumnSpan="2" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,145,10" Opacity="0.6">
- <Ellipse Stroke="Transparent" Height="20" Width="20" HorizontalAlignment="Left"></Ellipse>
- <Image x:Name="m_ImagePan" ToolTip="漫游" VerticalAlignment="Center" HorizontalAlignment="Center" Cursor="Hand"></Image>
- </Grid>
- <Grid Tag="BTN" Height="50" Width="50" Grid.Row="13" Grid.Column="6" Grid.ColumnSpan="2" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,205,10" Opacity="0.6">
- <Ellipse Stroke="Transparent" Height="20" Width="20" HorizontalAlignment="Left"></Ellipse>
- <Image x:Name="m_ImageTerrain" ToolTip="地形" VerticalAlignment="Center" HorizontalAlignment="Center" Cursor="Hand"></Image>
- </Grid>
- </Grid>
- </Grid>
- </Window>
|