| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <Window x:Class="ivf_tl_Manage.Win.ExportBulkWindow"
- 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:ivf_tl_Manage.Win"
- xmlns:customControl="clr-namespace:ivf_tl_CustomControls;assembly=ivf_tl_CustomControls_PC"
- xmlns:controls="clr-namespace:ivf_tl_Manage.UserControls"
- mc:Ignorable="d"
- FontFamily="{StaticResource sourceHan}"
- WindowStyle="None"
- ShowInTaskbar="False"
- WindowStartupLocation="CenterOwner"
- Background="Transparent"
- AllowsTransparency="True"
- Width="790" Height="906">
- <Canvas Width="790" Height="906">
- <Canvas.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/ExportWindowBackGround1.png"/>
- </Canvas.Background>
- <DockPanel Canvas.Left="60" Canvas.Top="57">
- <TextBlock Margin="2 0 2 3" DockPanel.Dock="Top" Canvas.Left="60" Canvas.Top="57" Text="{DynamicResource 0062}" FontWeight="Medium" FontSize="20"/>
- <Rectangle DockPanel.Dock="Bottom" Canvas.Left="59" Canvas.Top="89" Height="3" RadiusX="1.5" RadiusY="1.5" Fill="#4D75AC"/>
- </DockPanel>
- <Canvas Canvas.Left="60" Canvas.Top="80" x:Name="_canvas" Width="670" Height="670">
- <Canvas.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/ExportDishBackground.png"/>
- </Canvas.Background>
- <Ellipse Canvas.Left="160" Canvas.Top="160" Width="350" Height="350" StrokeThickness="2" Stroke="#2D5FA5" Fill="#4D75AC"/>
- <Image x:Name="bigImag" Canvas.Left="170" Canvas.Top="170" Width="330" Height="330"/>
- </Canvas>
- <customControl:CheckBoxCustom x:Name="_all_CheckBox" Canvas.Left="56" Canvas.Top="102" FontWeight="Medium" Foreground="#9B9B9B" FontSize="16" Content="{DynamicResource 0207}"
- Checked="_all_CheckBox_Checked" Unchecked="_all_CheckBox_Unchecked"
- CheckImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CheckRadioButtonIcon.png"/>
- <customControl:ButtonImage Canvas.Left="720" Canvas.Top="60" Width="18" Height="18" Click="Cancel_Click" IsCancel="True"
- IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CloseGrayIcon.png"
- MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/CloseBlueIcon.png"/>
- <customControl:ButtonCornerRadius x:Name="_SourcePicImage" Canvas.Left="96" Canvas.Top="750" Width="194" Height="96" MarginMask="20" Click="ExportSourcePic_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 0501}" FontSize="12" Foreground="White" FontWeight="Medium"/>
- </StackPanel>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <customControl:ButtonCornerRadius Canvas.Left="299" Canvas.Top="750" Width="194" Height="96" MarginMask="20" Click="ExportPic_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="12" Foreground="White" FontWeight="Medium"/>
- </StackPanel>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <customControl:ButtonCornerRadius x:Name="ImageCustom_ExportVideo" Canvas.Left="502" Canvas.Top="750" Width="194" Height="96" MarginMask="20" Click="ExportVideo_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/ExportVideoImageIcon1.png"/>
- <TextBlock Margin="5 0 0 0" VerticalAlignment="Center" TextAlignment="Center" Text="{DynamicResource 0502}" FontSize="12" Foreground="White" FontWeight="Medium"/>
- </StackPanel>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
-
- <!--<customControl:ImageCustom Visibility="Collapsed" Canvas.Left="96" Canvas.Top="750" Width="193" Height="96" MouseUp="ExportSourcePic_MouseUp"
- IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/ExportWindowSourcePic.png"
- MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/ExportWindowSourceMouseOverPic.png"/>
- <customControl:ImageCustom Visibility="Collapsed" Canvas.Left="299" Canvas.Top="750" Width="193" Height="96" MouseUp="ExportPic_MouseUp"
- IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/ExportPicImageIcon.png"
- MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/ExportPicImageMouseOverIcon.png"/>
- <customControl:ImageCustom Visibility="Collapsed" Canvas.Left="502" Canvas.Top="750" Width="193" Height="96" MouseUp="ExportVideo_MouseUp"
- IconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/ExportVideoImageIcon.png"
- MouseOverIconSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/ExportVideoImageMouseOverIcon.png"/>-->
- <Button/>
- </Canvas>
- </Window>
|