| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221 |
- <UserControl x:Class="ivf_tl_Operate.View.DetailPageView"
- 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_Operate.View"
- xmlns:customUserControl="clr-namespace:ivf_tl_Operate.CustomUserControls"
- xmlns:customControl="clr-namespace:ivf_tl_CustomControls;assembly=ivf_tl_CustomControls_Surface"
- mc:Ignorable="d"
- Height="2736" Width="1824">
- <Grid x:Name="Grid_Root">
- <Grid.RowDefinitions>
- <RowDefinition Height="250"/>
- <RowDefinition Height="2162"/>
- <RowDefinition Height="324"/>
- </Grid.RowDefinitions>
- <Grid x:Name="_mask1" Grid.Row="0" Grid.RowSpan="5" Panel.ZIndex="4" Opacity="0.8" Background="Black" Visibility="Hidden"/>
- <Grid Grid.Row="0" Background="{StaticResource BannerTopFill}">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="350"/>
- <ColumnDefinition Width="1"/>
- <ColumnDefinition Width="1"/>
- <ColumnDefinition Width="430"/>
- <ColumnDefinition Width="1"/>
- <ColumnDefinition Width="1"/>
- <ColumnDefinition/>
- <ColumnDefinition Width="1"/>
- <ColumnDefinition Width="1"/>
- <ColumnDefinition Width="414"/>
- </Grid.ColumnDefinitions>
- <!--竖线条-->
- <Border Grid.Column="1" Background="#FFFFFF"/>
- <Border Grid.Column="2" Background="#DFE0E4"/>
- <Border Grid.Column="4" Background="#FFFFFF"/>
- <Border Grid.Column="5" Background="#DFE0E4"/>
- <Border Grid.Column="7" Background="#FFFFFF"/>
- <Border Grid.Column="8" Background="#DFE0E4"/>
- <customControl:ButtonLeftImage Grid.Column="0" Content="{DynamicResource C0044}" Click="Return_Click" Width="350" Height="250" IconWidth="46" IconHeight="46" FontSize="44" FontWeight="Medium" Foreground="#4D75AC" BorderThickness="0" Background="Transparent" IconSource="/ivf_tl_Operate;component/Resources/Image/button_return.png" IconMargin="0 0 10 0"/>
- <TextBlock Grid.Column="3" FontSize="50" FontWeight="Medium" Foreground="#6E7276" HorizontalAlignment="Center" VerticalAlignment="Center" >
- <Run Text="{Binding ExHouse.houseSn}"/><Run Text="{DynamicResource C0056}"/>
- </TextBlock>
- <Grid Grid.Column="6" Margin="30 0 0 0" Background="Transparent" MouseDown="Grid_MouseDown">
- <!--PreviewMouseUp="Grid_PreviewMouseUp"-->
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="auto"/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- </Grid.RowDefinitions>
- <TextBlock x:Name="isetest" Grid.Column="0" Grid.Row="0" FontSize="36" FontWeight="Medium" Foreground="#6E7276" HorizontalAlignment="Right" VerticalAlignment="Center" >
- <Run Text="{DynamicResource C0132}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Grid.Column="1" Grid.Row="0" FontSize="36" FontWeight="Medium" Foreground="#6E7276" HorizontalAlignment="Left" VerticalAlignment="Center" >
- <Run Text="{Binding ExDish.wife}"/><Run Text="/"/><Run Text="{Binding ExDish.husband}"/>
- </TextBlock>
- <TextBlock Grid.Column="0" Grid.Row="1" FontSize="36" FontWeight="Medium" Foreground="#6E7276" HorizontalAlignment="Right" VerticalAlignment="Center" >
- <Run Text="{DynamicResource C0133}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Grid.Column="1" Grid.Row="1" FontSize="36" FontWeight="Medium" Foreground="#6E7276" Text="{Binding ExDish.caseId}" HorizontalAlignment="Left" VerticalAlignment="Center" />
- <TextBlock Grid.Column="0" Grid.Row="2" FontSize="36" FontWeight="Medium" Foreground="#6E7276" HorizontalAlignment="Right" VerticalAlignment="Center" >
- <Run Text="{DynamicResource C0027}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Grid.Column="1" Grid.Row="2" FontSize="36" FontWeight="Medium" Foreground="#6E7276" Text="{Binding ExDish.fertilizationType}" HorizontalAlignment="Left" VerticalAlignment="Center" />
- <TextBlock Grid.Column="0" Grid.Row="3" FontSize="36" FontWeight="Medium" Foreground="#6E7276" HorizontalAlignment="Right" VerticalAlignment="Center" >
- <Run Text="{DynamicResource C0026}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Grid.Column="1" Grid.Row="3" FontSize="36" FontWeight="Medium" Foreground="#6E7276" Text="{Binding ExHouse.StartTime}" HorizontalAlignment="Left" VerticalAlignment="Center" />
- <Image Grid.ColumnSpan="2" Grid.RowSpan="2" Margin="0 10 20 0" Height="48" Width="48" HorizontalAlignment="Right" VerticalAlignment="Top" Source="/Resources/Image/EditIcon.png" Panel.ZIndex="2"/>
- </Grid>
- <Grid Height="250" Grid.Column="9">
- <Grid.RowDefinitions>
- <RowDefinition/>
- <RowDefinition/>
- <RowDefinition/>
- </Grid.RowDefinitions>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="120"/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- <Image Grid.Row="0" Grid.Column="0" Margin="0 0 0 0" Width="39" Height="39" Source="/ivf_tl_Operate;component/Resources/Image/house_time.png" HorizontalAlignment="Right" VerticalAlignment="Center" />
- <TextBlock Grid.Row="0" Grid.Column="1" Margin="10 0 0 0" FontSize="36" FontWeight="Medium" Foreground="#6E7276" Text="{Binding ExHouse.FaYuTime}" HorizontalAlignment="Left" VerticalAlignment="Center" />
- <Image Grid.Row="1" Grid.Column="0" Margin="0 0 0 0" Width="39" Height="39" Source="/ivf_tl_Operate;component/Resources/Image/house_temp.png" HorizontalAlignment="Right" VerticalAlignment="Center" />
- <TextBlock Grid.Row="1" Grid.Column="1" Margin="10 0 0 0" FontSize="36" FontWeight="Medium" Foreground="#6E7276" Text="{Binding ExHouse.TemperatureSring}" HorizontalAlignment="Left" VerticalAlignment="Center" />
- <Image Grid.Row="2" Grid.Column="0" Margin="0 0 0 0" Width="39" Height="39" Source="/ivf_tl_Operate;component/Resources/Image/house_pressure.png" HorizontalAlignment="Right" VerticalAlignment="Center" />
- <TextBlock Grid.Row="2" Grid.Column="1" Margin="10 0 0 0" FontSize="36" FontWeight="Medium" Foreground="#6E7276" Text="{Binding ExHouse.PressureString}" HorizontalAlignment="Left" VerticalAlignment="Center" />
- </Grid>
- </Grid>
- <Canvas Grid.Row="1" Width="1824" Height="2162" Background="{StaticResource BorderStageFill}">
- <customUserControl:CustomDishInfo x:Name="_dishInfo" Canvas.Left="120.5" Canvas.Top="90" ExDishSource="{Binding ExDish}" ChangeSelectdIndexEvent="WellChangeEvent" IsMaxChangedEvent="_dishInfo_IsMaxChangedEvent"/>
- <customUserControl:CustomProgressbar Canvas.Top="1708" Canvas.Left="30" IsUpdata="{Binding IsUpdata}" VideoAllTime="{Binding VideoAllTime}" VideoCurrentTime="{Binding VideoCurrentTime,Mode=TwoWay}" BeforeInteractionEvent="BeforeInteractionEvent" AfterInteractionEvent="AfterInteractionEvent" ProChangendEvent="ProChangendEvent" LengthDevelopmentEvent="CustomProgressbar_LengthDevelopmentEvent"/>
- <Canvas Canvas.Top="1907" Width="1824" Height="255">
- <Border x:Name="playButton" Canvas.Left="50" Canvas.Top="64" Width="280" Height="105" Background="{StaticResource BuleLinear}" CornerRadius="20">
- <Border.Effect>
- <DropShadowEffect BlurRadius="10" ShadowDepth="0" Opacity="0.5" />
- </Border.Effect>
- <Grid Height="105" Width="280">
- <Grid.ColumnDefinitions>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- <Grid MouseUp="Image_MouseUp_PreviousFrame" Background="Transparent">
- <Image x:Name="preZhenImage" Width="80" Height="72" Source="/ivf_tl_Operate;component/Resources/Image/preZhen.png" VerticalAlignment="Center"/>
- </Grid>
- <Grid MouseUp="Image_MouseUp_Play" Grid.Column="1" Background="Transparent">
- <Image Width="68" Height="80" x:Name="_playButton" Source="/ivf_tl_Operate;component/Resources/Image/video_play.png" VerticalAlignment="Center" />
- </Grid>
- <Grid MouseUp="Image_MouseUp_NextFrame" Grid.Column="2" Background="Transparent">
- <!--<Grid.RowDefinitions>
- <RowDefinition Height="82*"/>
- <RowDefinition Height="23*"/>
- </Grid.RowDefinitions>-->
- <Image x:Name="nextZhenImage" Width="80" Height="72" Source="/ivf_tl_Operate;component/Resources/Image/nextZhen.png" VerticalAlignment="Top" Margin="7,16,6,0" Grid.RowSpan="2" />
- </Grid>
- </Grid>
- </Border>
- <customControl:ButtonCornerRadius x:Name="_radius_Button" Canvas.Left="355" Canvas.Top="64" Content="1.0x" Click="SpeedRatio_Click" Background="White" BorderThickness="2" BorderBrush="#7FA6A6A6" CornerRadius="20" Width="134" Height="105" Tag="1.0" Foreground="#6E7276" FontSize="40" FontWeight="Regular"/>
- <customUserControl:CustomQuickButton ClickQuickPositionEvent="CustomQuickButton_ClickQuickPositionEvent" QuickButtonSource="{Binding QuickButtons}" Canvas.Left="557" Canvas.Top="64"/>
- <Border x:Name="_bigFocus_Border" MouseUp="Image_MouseDown_BigFocus" CornerRadius="20" Background="{StaticResource BuleLinear}" Canvas.Left="1406" Canvas.Top="64" Width="138" Height="105">
- <Border.Effect>
- <DropShadowEffect BlurRadius="10" ShadowDepth="0" Opacity="0.5" />
- </Border.Effect>
- <Image x:Name="_bigFocus_Image" Width="80" Height="68" Source="/ivf_tl_Operate;component/Resources/Image/prePicNum.png" />
- </Border>
- <Border Width="62" Canvas.Left="1559" Canvas.Top="75">
- <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center">
- <TextBlock Text="{Binding CurrentFocal}" FontSize="30" HorizontalAlignment="Center">
- </TextBlock>
- <TextBlock Text="Focal" FontSize="25" Foreground="#6E7276"/>
- </StackPanel>
- </Border>
- <Border x:Name="_smallFocus_Border" MouseUp="Image_MouseDown_SmallFocus" CornerRadius="20" Background="{StaticResource BuleLinear}" Canvas.Left="1636" Canvas.Top="64" Width="138" Height="105">
- <Border.Effect>
- <DropShadowEffect BlurRadius="10" ShadowDepth="0" Opacity="0.5" />
- </Border.Effect>
- <Image x:Name="_smallFocus_Image" Width="80" Height="68" Source="/ivf_tl_Operate;component/Resources/Image/nextPicNum.png" />
- </Border>
- </Canvas>
- <customControl:ButtonImage x:Name="lastBu" Visibility="Hidden" Canvas.Left="12" Canvas.Top="834.5" Width="94" Height="94"
- Click="LastEmbryo_Click"
- IconSource="pack://application:,,,/ivf_tl_Operate;component/Resources/Image/LastEmbryoUsable.png"
- MouseOverIconSource="pack://application:,,,/ivf_tl_Operate;component/Resources/Image/LastEmbryoUsable.png"
- EnabledIconSource="pack://application:,,,/ivf_tl_Operate;component/Resources/Image/LastEmbryoDiscard.png"/>
- <customControl:ButtonImage x:Name="nextBu" Visibility="Hidden" Canvas.Left="1718" Canvas.Top="834.5" Width="94" Height="94"
- Click="NextEmbryo_Click"
- IconSource="pack://application:,,,/ivf_tl_Operate;component/Resources/Image/NextEmbryoUsable.png"
- MouseOverIconSource="pack://application:,,,/ivf_tl_Operate;component/Resources/Image/NextEmbryoUsable.png"
- EnabledIconSource="pack://application:,,,/ivf_tl_Operate;component/Resources/Image/NextEmbryoDiscard.png"/>
- </Canvas>
- <Grid Height="324" Grid.Row="2" Background="{StaticResource BorderMenuFill}" Visibility="Visible">
- <Grid.ColumnDefinitions>
- <ColumnDefinition />
- <ColumnDefinition />
- <ColumnDefinition />
- <ColumnDefinition />
- <ColumnDefinition />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <customControl:ButtonTopImage x:Name="Button_yz" Grid.Column="0" Content="{DynamicResource C0136}" Click="EmbryoMove_Click" Height="324" IconWidth="105" IconHeight="112" FontSize="32" FontWeight="Medium" Foreground="#0B1B31" BorderThickness="0" Background="Transparent" IconSource="/ivf_tl_Operate;component/Resources/Image/menu_move.png" EnabledForeground="#FF888888" EnabledIconSource="/ivf_tl_Operate;component/Resources/Image/menu_disable.png" IconMargin="0 0 0 20"/>
- <customControl:ButtonTopImage x:Name="Button_ld" Grid.Column="1" Content="{DynamicResource C0135}" Click="EmbryoFree_Click" Height="324" IconWidth="105" IconHeight="112" FontSize="32" FontWeight="Medium" Foreground="#0B1B31" BorderThickness="0" Background="Transparent" IconSource="/ivf_tl_Operate;component/Resources/Image/menu_freezing.png" EnabledForeground="#FF888888" EnabledIconSource="/ivf_tl_Operate;component/Resources/Image/menu_disable.png" IconMargin="0 0 0 20"/>
- <customControl:ButtonTopImage x:Name="Button_sc" Grid.Column="2" Content="{DynamicResource C0137}" Click="EmbryoDel_Click" Height="324" IconWidth="105" IconHeight="112" FontSize="32" FontWeight="Medium" Foreground="#0B1B31" BorderThickness="0" Background="Transparent" IconSource="/ivf_tl_Operate;component/Resources/Image/menu_delete.png" EnabledForeground="#FF888888" EnabledIconSource="/ivf_tl_Operate;component/Resources/Image/menu_disable.png" IconMargin="0 0 0 20"/>
- <customControl:ButtonTopImage x:Name="Button_zf" Grid.Column="3" Content="{DynamicResource C0138}" Click="EmbryoInv_Click" Height="324" IconWidth="105" IconHeight="112" FontSize="32" FontWeight="Medium" Foreground="#0B1B31" BorderThickness="0" Background="Transparent" IconSource="/ivf_tl_Operate;component/Resources/Image/menu_invalid.png" EnabledForeground="#FF888888" EnabledIconSource="/ivf_tl_Operate;component/Resources/Image/menu_disable.png" IconMargin="0 0 0 20"/>
- <customControl:ButtonTopImage x:Name="Button_js" Grid.Column="4" Content="{DynamicResource C0139}" Click="EmbryoOver_Click" Height="324" IconWidth="105" IconHeight="112" FontSize="32" FontWeight="Medium" Foreground="#0B1B31" BorderThickness="0" Background="Transparent" IconSource="/ivf_tl_Operate;component/Resources/Image/menu_over.png" EnabledForeground="#FF888888" EnabledIconSource="/ivf_tl_Operate;component/Resources/Image/menu_disable.png" IconMargin="0 0 0 20"/>
- <customControl:ButtonTopImage Grid.Column="5" Content="{DynamicResource C0140}" Click="Pic_Click" Height="324" IconWidth="105" IconHeight="112" FontSize="32" FontWeight="Medium" Foreground="#0B1B31" BorderThickness="0" Background="Transparent" IconSource="/ivf_tl_Operate;component/Resources/Image/DetailSeePicIcon.png" IconMargin="0 0 0 20"/>
- </Grid>
- <Border x:Name="_beilvwindow_Border" Height="0" Grid.Row="2" Panel.ZIndex="5" CornerRadius="40 40 0 0" VerticalAlignment="Bottom" Width="1824" Background="{StaticResource BorderMenuFill}">
- <Grid Width="1824" Height="352" >
- <Grid.RowDefinitions>
- <RowDefinition Height="168"/>
- <RowDefinition Height="*"/>
- </Grid.RowDefinitions>
-
-
- <Grid Margin="187 64 145 0" Grid.Row="0" Width="1492" Height="84">
- <Rectangle HorizontalAlignment="Left" Height="4" Fill="#B0B4B9" Width="1450"/>
- <Rectangle x:Name="_beilv_Rectangle" HorizontalAlignment="Left" Height="4" Fill="#4D75AC" Width="725"/>
- <Ellipse x:Name="_beilv_Ellipse" HorizontalAlignment="Left" Height="84" Width="84" Fill="#4D75AC" Margin="683 0 0 0"/>
- </Grid>
- <!--<Grid Grid.Row="1" Margin="154 25 154 0" VerticalAlignment="Top" Height="80">
- <Grid.ColumnDefinitions>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- <TextBlock Grid.Column="0" Tag="0" MouseUp="BeiLv_MouseUp" Text="0.5x" Foreground="#6E7276" FontSize="55" FontWeight="Medium" TextAlignment="Center" HorizontalAlignment="Center" VerticalAlignment="Center" Height="77"/>
- <TextBlock Grid.Column="1" Tag="0" MouseUp="BeiLv_MouseUp" Text="0.5x" Foreground="#6E7276" FontSize="55" FontWeight="Medium" TextAlignment="Center" HorizontalAlignment="Center" VerticalAlignment="Center" Height="77"/>
- </Grid>-->
- <StackPanel Orientation="Horizontal" Grid.Row="1" Margin="154 25 154 0" VerticalAlignment="Top" Height="80">
- <TextBlock Tag="0" MouseUp="BeiLv_MouseUp" Text="0.25x" Foreground="#6E7276" Margin="0 0 0 0" FontSize="55" FontWeight="Medium" TextAlignment="Center" HorizontalAlignment="Center" VerticalAlignment="Center" Height="77"/>
- <TextBlock Tag="1" MouseUp="BeiLv_MouseUp" Text="0.5x" Foreground="#6E7276" Margin="162 0 0 0" FontSize="55" FontWeight="Medium" TextAlignment="Center" HorizontalAlignment="Center" VerticalAlignment="Center" Height="77"/>
- <TextBlock Tag="2" MouseUp="BeiLv_MouseUp" Text="1.0x" Foreground="#6E7276" Margin=" 162 0 0 0" FontSize="55" FontWeight="Medium" TextAlignment="Center" HorizontalAlignment="Center" VerticalAlignment="Center" Height="77"/>
- <TextBlock Tag="3" MouseUp="BeiLv_MouseUp" Text="1.25x" Foreground="#6E7276" Margin="162 0 0 0" FontSize="55" FontWeight="Medium" TextAlignment="Center" HorizontalAlignment="Center" VerticalAlignment="Center" Height="77"/>
- <TextBlock Tag="4" MouseUp="BeiLv_MouseUp" Text="1.5x" Foreground="#6E7276" Margin="162 0 0 0" FontSize="55" FontWeight="Medium" TextAlignment="Center" HorizontalAlignment="Center" VerticalAlignment="Center" Height="77"/>
- <TextBlock Tag="5" MouseUp="BeiLv_MouseUp" Text="2.0x" Foreground="#6E7276" Margin="164 0 0 0" FontSize="55" FontWeight="Medium" TextAlignment="Center" HorizontalAlignment="Center" VerticalAlignment="Center" Height="77"/>
- </StackPanel>
- <Grid Grid.Row="0" Grid.RowSpan="2" Width="1824" Height="324" >
- <Border MouseUp="BeiLvClose_MouseUp" Width="54" Height="54" Margin="1740 30 30 240" Background="Transparent">
- <Image Width="34" Height="34" Source="/Resources/Image/blueClose.png" />
- </Border>
- </Grid>
- </Grid>
- </Border>
- </Grid>
- </UserControl>
|