| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- <UserControl x:Class="ivf_tl_Manage.Views.DetailPicView"
- 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.Views"
- xmlns:customControl="clr-namespace:ivf_tl_CustomControls;assembly=ivf_tl_CustomControls_PC"
- xmlns:userControl="clr-namespace:ivf_tl_Manage.UserControls"
- mc:Ignorable="d"
- Width="1830" Height="1015"
- FontFamily="{StaticResource sourceHan}">
- <Canvas Width="1830" Height="1015" x:Name="Canvas_Root">
- <!--<StackPanel Canvas.Left="40" Canvas.Top="37" Orientation="Horizontal" Visibility="{Binding IsDishRecord,Converter={StaticResource BoolToVisibilityConvert}}">
- <Button Style="{StaticResource ButtonStyle1}" FontWeight="Bold" FontSize="28" Content="{DynamicResource 0001}" BorderThickness="0" Background="Transparent" Click="Button_Click"/>
- <TextBlock VerticalAlignment="Center" Margin="8 0 0 0" FontWeight="Bold" Foreground="#9B9B9B" FontSize="28" Text=">"/>
- <Button Margin="8 0 0 0" Style="{StaticResource ButtonStyle1}" FontWeight="Bold" FontSize="28" Content="{DynamicResource 0149}" BorderThickness="0" Background="Transparent" Click="Parien_Click"/>
- <TextBlock VerticalAlignment="Center" Margin="8 0 0 0" FontWeight="Bold" Foreground="#9B9B9B" FontSize="28" Text=">"/>
- <Button Margin="8 0 0 0" Style="{StaticResource ButtonStyle1}" FontWeight="Bold" FontSize="28" Content="{Binding Title}" BorderThickness="0" Background="Transparent" Click="Detail_Click"/>
- <TextBlock VerticalAlignment="Center" Margin="8 0 0 0" FontWeight="Bold" Foreground="#9B9B9B" FontSize="28" Text=">"/>
- <TextBlock Margin="8 0 0 0" FontWeight="Bold" Foreground="Black" FontSize="32" Text="{DynamicResource 0161}"/>
- </StackPanel>
- <StackPanel Canvas.Left="40" Canvas.Top="37" Orientation="Horizontal" Visibility="{Binding IsDishRecord,Converter={StaticResource BooleanToVisibilityConverter}}">
- <Button Style="{StaticResource ButtonStyle1}" FontWeight="Bold" FontSize="28" Content="{DynamicResource 0002}" BorderThickness="0" Background="Transparent" Click="RecordParien_Click"/>
- <TextBlock VerticalAlignment="Center" Margin="8 0 0 0" FontWeight="Bold" Foreground="#9B9B9B" FontSize="28" Text=">"/>
- <Button Margin="8 0 0 0" Style="{StaticResource ButtonStyle1}" FontWeight="Bold" FontSize="28" Content="{Binding Title}" BorderThickness="0" Background="Transparent" Click="RecordDetail_Click"/>
- <TextBlock VerticalAlignment="Center" Margin="8 0 0 0" FontWeight="Bold" Foreground="#9B9B9B" FontSize="28" Text=">"/>
- <TextBlock Margin="8 0 0 0" FontWeight="Bold" Foreground="Black" FontSize="32" Text="{DynamicResource 0161}"/>
- </StackPanel>-->
- <StackPanel Canvas.Left="40" Canvas.Top="37" Orientation="Horizontal" x:Name="_nav_StackPanel"/>
- <Canvas Canvas.Top="93" Width="1830" Height="62">
- <!--<TextBlock Canvas.Left="40" Canvas.Top="20" FontWeight="Medium" Foreground="#707070" FontSize="18" Text="{DynamicResource 0243}"/>-->
- <TextBlock Canvas.Left="10" TextAlignment="Center" Width="110" TextWrapping="Wrap" Canvas.Top="20" FontWeight="Medium" Foreground="#707070" FontSize="18" Text="{DynamicResource 0243}"/>
- <ListBox Canvas.Left="119" Style="{StaticResource ListBoxStylePic}" SelectionChanged="ListBox_Selected" ItemsSource="{Binding CurrentDish.embryoList}" SelectedItem="{Binding CurrentEmbryo}" DisplayMemberPath="wellSn" BorderThickness="0" Padding="0" Height="62" Background="Transparent">
- <ListBox.ItemsPanel>
- <ItemsPanelTemplate>
- <StackPanel Orientation="Horizontal"/>
- </ItemsPanelTemplate>
- </ListBox.ItemsPanel>
- </ListBox>
- </Canvas>
-
- <!--<Canvas Canvas.Top="155" Width="1830" Height="62">
- <TextBlock Canvas.Left="10" Canvas.Top="15" TextAlignment="Center" TextWrapping="Wrap" Width="110" FontWeight="Medium" Foreground="#707070" FontSize="18" Text="{DynamicResource 0242}"/>
- <StackPanel Canvas.Left="117" Orientation="Horizontal" Height="62">
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox0" Width="140" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="0-24h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime1NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime1Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox1" Margin="-10 0 0 0" Width="140" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="24-48h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime1NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime1Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox2" Margin="-10 0 0 0" Width="140" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="48-72h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime1NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime1Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox3" Margin="-10 0 0 0" Width="140" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="72-96h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime1NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime1Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox4" Margin="-10 0 0 0" Width="140" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="96-120h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime1NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime1Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox5" Margin="-10 0 0 0" Width="140" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="120-144h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime1NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime1Selected.png"/>
- <TextBlock Margin="20 0 0 0" VerticalAlignment="Center" FontWeight="Medium" Foreground="#707070" FontSize="18" Text="{DynamicResource 0241}"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox6" Width="119" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="18-20h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox7" Margin="-10 0 0 0" Width="119" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="25-26h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox8" Margin="-10 0 0 0" Width="119" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="42-44h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox9" Margin="-10 0 0 0" Width="119" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="62-68h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
-
- <TextBlock Margin="20 0 0 0" TextWrapping="Wrap" TextAlignment="Center" MaxWidth="100" VerticalAlignment="Center" FontWeight="Medium" Foreground="#707070" FontSize="18" Text="{DynamicResource 0240}"/>
- <customControl:ButtonImage x:Name="_bigFocal_Button" Width="88" Height="62" Click="BigFocus_Click" IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicBigFocal.png" EnabledIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicBigFocalEnabled.png" MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicBigFocalMouseOver.png"/>
- <Grid Width="36" Height="62">
- <Grid.RowDefinitions>
- <RowDefinition/>
- <RowDefinition/>
- </Grid.RowDefinitions>
- <TextBlock Text="{Binding CurrentFocal}" FontWeight="Medium" Foreground="#4D4D4D" FontSize="18" HorizontalAlignment="Center" VerticalAlignment="Bottom"/>
- <TextBlock Grid.Row="1" Text="focal" FontWeight="Medium" Foreground="#707070" FontSize="14" HorizontalAlignment="Center" VerticalAlignment="Top"/>
- </Grid>
- <customControl:ButtonImage x:Name="_smallFocal_Button" Width="88" Height="62" Click="SmallFocus_Click" MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicSamallFocalMouseOver.png" IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicSamallFocal.png" EnabledIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicSamallFocalEnabled.png"/>
- </StackPanel>
- </Canvas>-->
-
- <Canvas Canvas.Top="155" Width="1830" Height="62">
- <TextBlock Canvas.Left="45" Canvas.Top="15" FontWeight="Medium" Foreground="#707070" FontSize="18" Text="{DynamicResource 0403}"/>
- <StackPanel Canvas.Left="80" Orientation="Horizontal" Height="62">
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="0-24h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox1" Margin="-10 0 0 0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="24-48h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox2" Margin="-10 0 0 0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="48-72h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox3" Margin="-10 0 0 0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="72-96h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox4" Margin="-10 0 0 0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="96-120h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox5" Margin="-10 0 0 0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="120-144h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox5_1" Margin="-10 0 0 0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="120-144h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <TextBlock Margin="10 0 0 0" VerticalAlignment="Center" FontWeight="Medium" Foreground="#707070" FontSize="18" Text="{DynamicResource 0548}"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox6" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="18-20h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox7" Margin="-10 0 0 0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="25-26h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox8" Margin="-10 0 0 0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="42-44h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox9" Margin="-10 0 0 0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="62-68h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox9_1" Margin="-10 0 0 0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="62-68h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox9_2" Margin="-10 0 0 0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="62-68h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <Rectangle Margin="-10 0 0 0" Height="2" Width="10" Fill="#C9C9C9"/>
- <customControl:CheckBoxNoFrameCustom x:Name="_photoBox9_3" Margin="-10 0 0 0" Width="113" Height="62" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Content="62-68h" FontSize="18" Foreground="#4D4D4D" FontWeight="Medium" Checked="CheckBoxNoFrameCustom_Checked" Unchecked="CheckBoxNoFrameCustom_Unchecked" NoCheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2NoSelected.png" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTime2Selected.png"/>
- <!--<TextBlock Margin="20 0 0 0" VerticalAlignment="Center" FontWeight="Medium" Foreground="#707070" FontSize="18" Text="切换焦平面"/>-->
- <customControl:ButtonImage Margin="10 0 0 0" x:Name="_bigFocal_Button" Width="88" Height="62" Click="BigFocus_Click" IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicBigFocal.png" EnabledIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicBigFocalEnabled.png" MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicBigFocalMouseOver.png"/>
- <Grid Width="36" Height="62">
- <Grid.RowDefinitions>
- <RowDefinition/>
- <RowDefinition/>
- </Grid.RowDefinitions>
- <TextBlock Text="{Binding CurrentFocal}" FontWeight="Medium" Foreground="#4D4D4D" FontSize="18" HorizontalAlignment="Center" VerticalAlignment="Bottom"/>
- <TextBlock Grid.Row="1" Text="focal" FontWeight="Medium" Foreground="#707070" FontSize="14" HorizontalAlignment="Center" VerticalAlignment="Top"/>
- </Grid>
- <customControl:ButtonImage x:Name="_smallFocal_Button" Width="88" Height="62" Click="SmallFocus_Click" MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicSamallFocalMouseOver.png" IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicSamallFocal.png" EnabledIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicSamallFocalEnabled.png"/>
- </StackPanel>
- </Canvas>
- <StackPanel x:Name="_stack" Canvas.Left="20" Canvas.Top="217" Width="1432" Height="96" Orientation="Horizontal">
- <StackPanel.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicSearchBackground.png"/>
- </StackPanel.Background>
- <Border Margin="27 0 0 0" Visibility="Visible" MinWidth="82" Height="42" Background="#E8E8E8" CornerRadius="10">
- <TextBlock Margin="15 0 15 0" HorizontalAlignment="Center" VerticalAlignment="Center" Text="{Binding CurrentEmbryo.wellSn,StringFormat=Well{0}}" FontWeight="Medium" Foreground="#4D75AC" FontSize="18"/>
- </Border>
- <Border Margin="7 0 0 0" Visibility="Visible" MinWidth="84" Height="42" Background="#E8E8E8" CornerRadius="10">
- <TextBlock Margin="15 0 15 0" HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Medium" Foreground="#4D75AC" FontSize="18">
- <Run Text="{DynamicResource 0539}"/><Run Text="{Binding CurrentFocal,StringFormat=' {0}'}"/>
- </TextBlock>
- <!--Text="{Binding CurrentFocal,StringFormat=第{0}层}"-->
- </Border>
- </StackPanel>
- <customControl:ButtonCornerRadius Canvas.Left="1442" Canvas.Top="217" Width="194" Height="96" MarginMask="20" Click="ImageSource_Click">
- <customControl:ButtonCornerRadius.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicImageSourceIcon1.png"/>
- </customControl:ButtonCornerRadius.Background>
- <customControl:ButtonCornerRadius.Content>
- <StackPanel Orientation="Horizontal">
- <Image Width="34" Height="36" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicImageSourceIcon2.png"/>
- <TextBlock Margin="5 0 0 0" VerticalAlignment="Center" TextAlignment="Center" Text="{DynamicResource 0208}" FontSize="16" Foreground="White" FontWeight="Medium"/>
- </StackPanel>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <customControl:ButtonCornerRadius Canvas.Left="1616" Canvas.Top="217" Width="194" Height="96" MarginMask="20" Click="ImageExport_Click">
- <customControl:ButtonCornerRadius.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicImageSourceIcon1.png"/>
- </customControl:ButtonCornerRadius.Background>
- <customControl:ButtonCornerRadius.Content>
- <StackPanel Orientation="Horizontal">
- <Image Width="34" Height="36" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicImageEcportIcon1.png"/>
- <TextBlock Margin="5 0 0 0" VerticalAlignment="Center" TextAlignment="Center" Text="{DynamicResource 0212}" FontSize="16" Foreground="White" FontWeight="Medium"/>
- </StackPanel>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <Canvas Canvas.Left="20" Canvas.Top="293" Width="1790" Height="85">
- <Canvas.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicTopBackground.png"/>
- </Canvas.Background>
- <StackPanel Canvas.Left="35" Canvas.Top="35" Orientation="Horizontal">
- <customControl:CheckBoxContent x:Name="_allCheck" Checked="CheckBoxContent_Checked" Unchecked="CheckBoxContent_Unchecked" TextCntent="{DynamicResource 0207}" Height="50" CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png">
- <customControl:CheckBoxContent.Content>
- <Ellipse Margin="10" Width="30" Height="30" StrokeThickness="2" Stroke="#C6C6C6"/>
- </customControl:CheckBoxContent.Content>
- </customControl:CheckBoxContent>
- <TextBlock FontWeight="Medium" Foreground="#707070" FontSize="16" VerticalAlignment="Center" Visibility="{Binding ElementName=_allCheck,Path=IsChecked,Converter={StaticResource BooleanToVisibilityConverter}}">
- <Run Text="("/><Run Text="{DynamicResource 0054}"/><Run Text="{Binding ViewCheckBoxImageList.Count,Mode=OneWay,StringFormat='{} {0} '}"/><Run Text="{DynamicResource 0254}"/><Run Text=")"/>
- </TextBlock>
- </StackPanel>
- </Canvas>
- <ScrollViewer x:Name="_ScrollViewer" FocusVisualStyle="{x:Null}" Canvas.Left="20" Canvas.Top="378" Width="1790" Height="637" PanningMode="Both" HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto" ManipulationBoundaryFeedback="ScrollViewer_ManipulationBoundaryFeedback">
- <Grid Width="1790" >
- <Grid.RowDefinitions>
- <RowDefinition />
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <WrapPanel x:Name="_root_Canvas" Width="1790" Grid.Row="0" FocusVisualStyle="{x:Null}">
- <WrapPanel.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicCenterBackground.png"/>
- </WrapPanel.Background>
- <!--<customControl:CheckBoxImage Margin="40 0 0 0"/>-->
-
- <!--<Rectangle Width="270" Height="302" Fill="Red" Margin="40 0 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 0 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 0 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 0 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 0 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 0 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="40 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>-->
- <!--<Rectangle Width="270" Height="302" Fill="Red" Margin="40 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="40 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="40 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="40 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="40 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>
- <Rectangle Width="270" Height="302" Fill="Red" Margin="18 18 0 0"/>-->
- </WrapPanel>
- <userControl:PaginationUserControl PageInfoString="{DynamicResource 0255}" PageUnit="{DynamicResource 0254}" PageChangedEvent="PaginationUserControl_PageChangedEvent" Grid.Row="1" Width="1790" Height="132" DefeatPage="{Binding CurrentPage}" PageSize="{Binding PicPageSize}" DataCount="{Binding PicDataCount}">
- <userControl:PaginationUserControl.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PicBottomBackground.png"/>
- </userControl:PaginationUserControl.Background>
- </userControl:PaginationUserControl>
- </Grid>
- </ScrollViewer>
-
- </Canvas>
- </UserControl>
|