| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <UserControl x:Class="ivf_tl_Manage.UserControls.MarkDetailItem"
- 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"
- xmlns:local="clr-namespace:ivf_tl_Manage.UserControls"
- mc:Ignorable="d"
- FontFamily="{StaticResource sourceHan}"
- Width="1750" Height="148">
- <Canvas x:Name="_container" Width="1750" Height="148" Background="Transparent">
-
- <TextBlock x:Name="tb_textNumber" Canvas.Left="30" Canvas.Top="62" Height="25" Text="1" FontWeight="Medium" FontSize="20" Foreground="#4D4D4D" />
- <!--<TextBlock Visibility="Visible" Width="165" x:Name="scoresSum_Label" Canvas.Left="100" Canvas.Top="260" FontSize="40" Foreground="#0B1B31"
- Text="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type local:MarkBox}}, Path=Level}" TextAlignment="Center"/>-->
- <Image x:Name="_image" Canvas.Left="88" Canvas.Top="22" Source="/Resources/Images/AlarmCheckIcon.png" Stretch="UniformToFill" Width="104" Height="104">
- </Image>
- <TextBlock x:Name="tb_score" Canvas.Left="247" HorizontalAlignment="Center" Canvas.Top="62" Height="25" Width="100" Text="" FontWeight="Medium" FontSize="20" Foreground="#4D4D4D" />
- <TextBlock x:Name="tb_level" Visibility="Collapsed" Canvas.Left="392" HorizontalAlignment="Center" Canvas.Top="62" Height="25" Width="300" Text="" FontWeight="Medium" FontSize="20" Foreground="#4D4D4D" />
- <Canvas Canvas.Left="380" Width="1250" Height="148" Background="Transparent" x:Name="_cellContainer">
- <StackPanel x:Name="st_operate" Width="158" Height="43" Orientation="Horizontal" Canvas.Top="12" Canvas.Left="700" Background="Transparent">
- <Image x:Name="img_icon" Width="30" Margin="11,-6,0,0" Height="30"></Image>
- <TextBlock x:Name="tb_icon_time" Margin="1,4,0,0" Foreground="#4D4D4D" FontWeight="Medium" FontSize="18"></TextBlock>
- </StackPanel>
- <Popup MinWidth="316" x:Name="_popup" AllowsTransparency="True" >
- <Border BorderThickness="3" Margin="5" CornerRadius="0,16,16,16" Background="#F6F6F6">
- <Border.Effect >
- <DropShadowEffect Opacity="0.2" BlurRadius="8" ShadowDepth="0" Color="Black"/>
- </Border.Effect>
- <Border.BorderBrush>
- <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
- <GradientStop Color="#5078AF"/>
- <GradientStop Color="#89B1E8" Offset="1"/>
- </LinearGradientBrush>
- </Border.BorderBrush>
- <StackPanel Orientation="Vertical" >
- <StackPanel Orientation="Horizontal">
- <TextBlock x:Name="tb_title" Text="囊胚期" Margin="20,15,0,0" FontSize="20" Foreground="#4D75AC" FontWeight="Medium" />
- <TextBlock x:Name="TextBlock_Score" Margin="4,15,0,0" FontSize="20" Foreground="#4D75AC" FontWeight="Medium" Text="(123)"/>
- <Border x:Name="Border_ShouDong" Margin="10 20 0 0" Background="#F9E8CB" CornerRadius="4">
- <TextBlock VerticalAlignment="Center" Text="{DynamicResource 0277}" Foreground="#ED6306" FontSize="14" Margin="5 -1.5 5 0" FontWeight="Medium"/>
- </Border>
- <TextBlock x:Name="markDevTime" Margin="10,15,15,0" FontSize="20" Foreground="#4D75AC" FontWeight="Medium" Text="(123456)"/>
- </StackPanel>
- <StackPanel Orientation="Vertical" x:Name="st_markData">
- </StackPanel>
- </StackPanel>
- </Border>
- </Popup>
-
- <Border Width="1225" x:Name="bd_progress" Height="38" CornerRadius="6" Canvas.Left="0" Canvas.Top="55" Background="#CFCFCF">
- <StackPanel x:Name="st_container" Background="Transparent" Orientation="Horizontal">
- <Border Width="175" Height="38" BorderThickness="0,0,2,0" BorderBrush="#C3C3C3">
- <TextBlock Text="24" FontWeight="Medium" FontSize="20" Foreground="#9B9B9B" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock>
- </Border>
- <Border Width="175" Height="38" BorderThickness="0,0,2,0" BorderBrush="#C3C3C3">
- <TextBlock Text="48" FontWeight="Medium" FontSize="20" Foreground="#9B9B9B" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- </Border>
- <Border Width="175" Height="38" BorderThickness="0,0,2,0" BorderBrush="#C3C3C3">
- <TextBlock Text="72" FontWeight="Medium" FontSize="20" Foreground="#9B9B9B" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock>
- </Border>
- <Border Width="175" Height="38" BorderThickness="0,0,2,0" BorderBrush="#C3C3C3">
- <TextBlock Text="96" FontWeight="Medium" FontSize="20" Foreground="#9B9B9B" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock>
- </Border>
- <Border Width="175" Height="38" BorderThickness="0,0,2,0" BorderBrush="#C3C3C3">
- <TextBlock Text="120" FontWeight="Medium" FontSize="20" Foreground="#9B9B9B" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock>
- </Border>
- <Border Width="175" Height="38" BorderThickness="0,0,2,0" BorderBrush="#C3C3C3">
- <TextBlock Text="144" FontWeight="Medium" FontSize="20" Foreground="#9B9B9B" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock>
- </Border>
- <Border Width="175" Height="38" BorderThickness="0,0,0,0" BorderBrush="#C3C3C3">
- <TextBlock Text="168" FontWeight="Medium" FontSize="20" Foreground="#9B9B9B" HorizontalAlignment="Center" VerticalAlignment="Center"></TextBlock>
- </Border>
- </StackPanel>
- </Border>
- <TextBlock Width="72" TextWrapping="Wrap" Text="{DynamicResource 0168}" FontSize="18" FontWeight="Medium" Canvas.Left="1253" Canvas.Top="61" MouseLeftButtonDown="TextBlock_MouseLeftButtonDown" HorizontalAlignment="Left" VerticalAlignment="Center" >
- <TextBlock.Style>
- <Style TargetType="TextBlock">
- <Setter Property="Foreground" Value="#9B9B9B"></Setter>
- <Style.Triggers>
- <Trigger Property="IsMouseOver" Value="True">
- <Setter Property="Foreground" Value="#4D75AC"> </Setter>
- </Trigger>
- <!--<Trigger Property="IsMouseOver" Value="false">
- <Setter Property="Foreground" Value="#9B9B9B"></Setter>
- </Trigger>-->
- </Style.Triggers>
- </Style>
- </TextBlock.Style>
- </TextBlock>
- </Canvas>
- </Canvas>
- </UserControl>
|