| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <UserControl x:Class="ivf_tl_Operate.View.PhotoPageView"
- 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:customControl="clr-namespace:ivf_tl_CustomControls;assembly=ivf_tl_CustomControls_Surface"
- xmlns:customUserControl="clr-namespace:ivf_tl_Operate.CustomUserControls"
- mc:Ignorable="d"
- Height="2736" Width="1824" >
- <Grid x:Name="Grid_Root">
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="250"/>
- <RowDefinition Height="*"/>
- </Grid.RowDefinitions>
- <!--顶部信息-->
- <Canvas Width="1824" Height="250" Background="{StaticResource BorderStageFill}">
- <customControl:ButtonLeftImage Content="返回" 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"/>
- <Rectangle Canvas.Left="350" Width="1" Height="250" Fill="#FFFFFF"/>
- <Rectangle Canvas.Left="351" Width="1" Height="250" Grid.Column="2" Fill="#DFE0E4"/>
- <Border Canvas.Left="419" Canvas.Top="44" Width="166" Height="162">
- <Border.Background>
- <ImageBrush ImageSource="/ivf_tl_Operate;component/Resources/Image/video_circle.png"/>
- </Border.Background>
- <TextBlock x:Name="_well_textbolock" Text="well3 Source Image" FontSize="22" Foreground="#4D75AC" FontWeight="Bold" HorizontalAlignment="Center" VerticalAlignment="Center" Width="80" TextWrapping="Wrap" TextAlignment="Center" MouseUp="TextBlock_MouseUp"/>
- </Border>
- <TextBlock Canvas.Left="599" Canvas.Top="94" FontSize="46" Foreground="#6E7276" VerticalAlignment="Center">
- <Run Text="{Binding HouseSn}"/><Run Text="{DynamicResource C0056}"/>
- </TextBlock>
- <!--Text="{Binding HouseSn,StringFormat={}{0}号舱室}"-->
- <Rectangle Canvas.Left="864" Width="1" Height="250" Fill="#FFFFFF"/>
- <Rectangle Canvas.Left="865" Width="1" Height="250" Grid.Column="2" Fill="#DFE0E4"/>
- <customUserControl:PhotoToggle Canvas.Left="965" Canvas.Top="67" MouseUp="Image_MouseUp_PhotoToggle"/>
- <Rectangle Canvas.Left="1321" Width="1" Height="250" Fill="#FFFFFF"/>
- <Rectangle Canvas.Left="1322" Width="1" Height="250" Grid.Column="2" Fill="#DFE0E4"/>
- <Image x:Name="_bigFocal_Button" Canvas.Left="1364" Canvas.Top="50" Width="150" Height="150" MouseUp="BigFocus_Click" Source="pack://application:,,,/ivf_tl_Operate;component/Resources/Image/DetailBigFocusIcon.png" />
- <StackPanel Canvas.Left="1528" Canvas.Top="85" >
- <TextBlock HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Medium" FontSize="36" Foreground="#4D4D4D" Text="{Binding CurrentPicLayer}"/>
- <TextBlock HorizontalAlignment="Center" VerticalAlignment="Center" FontWeight="Medium" FontSize="26" Foreground="#707070" Text="focal"/>
- </StackPanel>
- <Image x:Name="_smallFocal_Button" Canvas.Left="1602" Canvas.Top="50" Width="150" Height="150" MouseUp="SmallFocus_Click" Source="pack://application:,,,/ivf_tl_Operate;component/Resources/Image/DetailSmallFocusIcon.png"/>
- </Canvas>
- <Grid Grid.Row="1" Background="White">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="*"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <Grid Grid.Row="0" Height="94" Margin="78 85 63 80">
- <Grid.Background>
- <ImageBrush ImageSource="/ivf_tl_Operate;component/Resources/Image/photo_bar.png" Stretch="None" />
- </Grid.Background>
- <Grid.ColumnDefinitions>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- <customUserControl:PhotoButton x:Name="_photoButton1" Content="" Grid.Column="0" Width="140" Height="80" MouseUp="PhotoButton_MouseUp" Tag="1"/>
- <customUserControl:PhotoButton x:Name="_photoButton2" Content="" Grid.Column="1" Width="140" Height="80" MouseUp="PhotoButton_MouseUp" Tag="2"/>
- <customUserControl:PhotoButton x:Name="_photoButton3" Content="" Grid.Column="2" Width="140" Height="80" MouseUp="PhotoButton_MouseUp" Tag="3"/>
- <customUserControl:PhotoButton x:Name="_photoButton4" Content="" Grid.Column="3" Width="160" Height="80" MouseUp="PhotoButton_MouseUp" Tag="4"/>
- <customUserControl:PhotoButton x:Name="_photoButton5" Content="" Grid.Column="4" Width="180" Height="80" MouseUp="PhotoButton_MouseUp" Tag="5"/>
- <customUserControl:PhotoButton x:Name="_photoButton6" Content="" Grid.Column="5" Width="180" Height="80" MouseUp="PhotoButton_MouseUp" Tag="6"/>
- <customUserControl:PhotoButton x:Name="_photoButton7" Content="" Grid.Column="6" Width="180" Height="80" MouseUp="PhotoButton_MouseUp" Tag="7"/>
- </Grid>
- <Grid Grid.Row="1" Name="_g">
- <WrapPanel Width="1824" Orientation="Horizontal" x:Name="_container" />
- </Grid>
- <customUserControl:CustomControlPagination Grid.Row="2" PageChangedEvent="CustomControlPagination_PageChangedEvent" Width="1824" Height="236" CountNum="{Binding DataCount}" PageNum="{Binding PageSize}" DefeatPage="{Binding PageIndex}"/>
- </Grid>
- </Grid>
- <Grid x:Name="_mask" Opacity="0.8" Background="Black" Visibility="Hidden">
- <Grid VerticalAlignment="Center">
- <Grid.ColumnDefinitions>
- <ColumnDefinition/>
- <ColumnDefinition Width="200"/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <TextBlock x:Name="_textBlockOpenImage" Text="正在打开..." Foreground="White" FontSize="50" Margin="125,0,0,0"/>
- <ProgressBar x:Name="_progressBar" Grid.Row="1" Grid.Column="0" Width="1500" Height="30" HorizontalAlignment="Right"/>
- <TextBlock x:Name="_progressText" Grid.Row="1" Grid.Column="1" Text="100%" FontSize="40" Margin="20" HorizontalAlignment="Left" VerticalAlignment="Center" Foreground="White"/>
- <TextBlock Grid.Row="2" Grid.Column="0" Text="谢谢您的耐心等待,这可能需要一小会儿!" Foreground="White" FontSize="22" Margin="125,0,0,0"/>
- </Grid>
- </Grid>
- </Grid>
- </UserControl>
|