| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- <UserControl xmlns:UserControls="clr-namespace:ivf_tl_Manage.UserControls" x:Class="ivf_tl_Manage.Views.BinSetting"
- 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:oxy="http://oxyplot.org/wpf"
- 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}">
- <UserControl.Resources>
- <Style TargetType="Border" x:Key="borderStyle">
- <Setter Property="BorderBrush" Value="#C6C6C6"></Setter>
- <Setter Property="Background">
- <Setter.Value>
- <ImageBrush ImageSource="/Resources/Images/date_date1.png"></ImageBrush>
- </Setter.Value>
- </Setter>
- <Style.Triggers>
- <Trigger Property="IsMouseOver" Value="True">
- <Setter Property="BorderBrush" Value="#4D75AC"></Setter>
- <Setter Property="Background">
- <Setter.Value>
- <ImageBrush ImageSource="/Resources/Images/date_date.png"></ImageBrush>
- </Setter.Value>
- </Setter>
- </Trigger>
- </Style.Triggers>
- </Style>
- <Style TargetType="Border" x:Key="borderStyle111">
- <Setter Property="BorderBrush" Value="#C6C6C6"></Setter>
- <Setter Property="Background" Value="#F6F6F6"></Setter>
- <Setter Property="CornerRadius" Value="8"></Setter>
- <Style.Triggers>
- <Trigger Property="IsMouseOver" Value="True">
- <Setter Property="BorderBrush" Value="#4D75AC"></Setter>
- <Setter Property="Background" Value="#4D75AC"></Setter>
- </Trigger>
- </Style.Triggers>
- </Style>
- </UserControl.Resources>
- <Canvas Width="1830" Height="1015" PreviewMouseDown="Canvas_PreviewMouseDown" Background="Transparent">
- <TextBlock Canvas.Left="44" Canvas.Top="30" Text="{DynamicResource 0003}" FontWeight="Bold" Foreground="Black" FontSize="32"/>
- <StackPanel Orientation="Horizontal" Canvas.Left="50" Canvas.Top="95">
- <TextBlock VerticalAlignment="Center" Canvas.Left="50" Canvas.Top="110" Text="{DynamicResource 0013}" FontWeight="Medium" Foreground="#707070" FontSize="20"/>
- <customControl:ComBoxCustom2 Margin="15 0 0 0" VerticalAlignment="Center" x:Name="test" Canvas.Left="145" Canvas.Top="104" Width="300" Height="44" Padding="20 0 0 0" DropDownClosed="TL_DropDownClosed" ItemsSource="{Binding TlInfoList}" SelectedValue="{Binding SelectTL}" DisplayMemberPath="tlName" TipString="{DynamicResource 0044}" PopupWidth="300" BorderThickness="1" Background="Transparent" PopupPadding="20 5 0 10" PopupVerticalOffset="10" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" FontWeight="Medium" Foreground="#4D4D4D" FontSize="20" PopupMaxHeight="190" DefeatImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PullDownGrayIcon.png" OpenImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PullDownBlueIcon.png"/>
- <TextBlock VerticalAlignment="Center" Margin="35 0 0 0" Canvas.Left="480" Canvas.Top="110" FontWeight="Medium" Foreground="#707070" FontSize="20" Text="{DynamicResource 0030}"/>
- <ListBox Margin="15 0 0 0" VerticalAlignment="Center" x:Name="lb_House" Canvas.Left="570" Canvas.Top="94" Style="{StaticResource ListBoxStylePic}" SelectionChanged="ListBox_SelectionChanged" ItemsSource="{Binding HouseList}" SelectedValue="{Binding SelectHouse}" BorderThickness="0" Padding="0" Height="62" Background="Transparent">
- <ListBox.ItemsPanel>
- <ItemsPanelTemplate>
- <StackPanel Orientation="Horizontal"/>
- </ItemsPanelTemplate>
- </ListBox.ItemsPanel>
- </ListBox>
- </StackPanel>
- <!--<TextBlock Canvas.Left="50" Canvas.Top="110" Text="{DynamicResource 0013}" FontWeight="Medium" Foreground="#707070" FontSize="20"/>
- <customControl:ComBoxCustom2 x:Name="test1" Canvas.Left="145" Canvas.Top="104" Width="300" Height="44" Padding="20 0 0 0" DropDownClosed="TL_DropDownClosed" ItemsSource="{Binding TlInfoList}" SelectedValue="{Binding SelectTL}" DisplayMemberPath="tlName" TipString="{DynamicResource 0044}" PopupWidth="300" BorderThickness="1" Background="Transparent" PopupPadding="20 5 0 10" PopupVerticalOffset="10" VerticalContentAlignment="Center" HorizontalContentAlignment="Left" FontWeight="Medium" Foreground="#4D4D4D" FontSize="20" PopupMaxHeight="190" DefeatImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PullDownGrayIcon.png" OpenImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/PullDownBlueIcon.png"/>
- <TextBlock Canvas.Left="480" Canvas.Top="110" FontWeight="Medium" Foreground="#707070" FontSize="20" Text="{DynamicResource 0030}"/>
- <ListBox x:Name="lb_House1" Canvas.Left="570" Canvas.Top="94" Style="{StaticResource ListBoxStylePic}" SelectionChanged="ListBox_SelectionChanged" ItemsSource="{Binding HouseList}" SelectedValue="{Binding SelectHouse}" BorderThickness="0" Padding="0" Height="62" Background="Transparent">
- <ListBox.ItemsPanel>
- <ItemsPanelTemplate>
- <StackPanel Orientation="Horizontal"/>
- </ItemsPanelTemplate>
- </ListBox.ItemsPanel>
- </ListBox>-->
- <Border x:Name="db_selectTime" BorderThickness="0" Style="{StaticResource borderStyle}" MouseDown="db_selectTime_MouseDown" Width="480" Height="64" Canvas.Left="30" Canvas.Top="549" HorizontalAlignment="Center" VerticalAlignment="Top" >
- <Canvas >
- <TextBlock x:Name="tb_startTime" Text="{DynamicResource 0202}" Canvas.Left="30" Canvas.Top="16" VerticalAlignment="Center" HorizontalAlignment="Left" FontWeight="Medium" Foreground="#9B9B9B" FontSize="20"></TextBlock>
- <Rectangle Canvas.Left="213" Canvas.Top="31" Width="14" Height="1" Fill="#9B9B9B"></Rectangle>
- <TextBlock x:Name="tb_endTime" Text="{DynamicResource 0203}" Canvas.Left="237" Canvas.Top="16" VerticalAlignment="Center" HorizontalAlignment="Left" FontWeight="Medium" Foreground="#9B9B9B" FontSize="20"></TextBlock>
- <Image x:Name="img_Date" Width="24" Height="24" Canvas.Left="433" Canvas.Top="20" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/date_bg1.png" MouseEnter="img_Date_MouseEnter" MouseLeave="img_Date_MouseLeave"></Image>
- </Canvas>
- </Border>
- <customControl:ButtonCornerRadius Canvas.Left="520" Canvas.Top="549" Width="123" Height="64" MarginMask="10" Click="Next7_Click" Content="{DynamicResource 0063}" FontSize="15">
- <customControl:ButtonCornerRadius.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/date_1.png"/>
- </customControl:ButtonCornerRadius.Background>
- </customControl:ButtonCornerRadius>
- <customControl:ButtonCornerRadius Canvas.Left="633" Canvas.Top="549" Width="123" Height="64" MarginMask="10" Click="Next30_Click" Content="{DynamicResource 0064}" FontSize="15">
- <customControl:ButtonCornerRadius.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/date_1.png"/>
- </customControl:ButtonCornerRadius.Background>
- </customControl:ButtonCornerRadius>
- <customControl:ButtonCornerRadius Canvas.Left="1666" Canvas.Top="549" Width="134" Height="64" MarginMask="10" Click="Export_Click">
- <customControl:ButtonCornerRadius.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/export1.png"/>
- </customControl:ButtonCornerRadius.Background>
- <customControl:ButtonCornerRadius.Content>
- <StackPanel Orientation="Horizontal">
- <Image Width="34" Height="44" Source="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/export2.png"/>
- <TextBlock Grid.Column="1" Margin="5 0 0 0" VerticalAlignment="Center" TextAlignment="Center" Text="{DynamicResource 0062}" FontSize="15" Foreground="White" FontWeight="Medium"/>
- </StackPanel>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
-
- <!--<Image Visibility="Collapsed" Source="/Resources/Images/date_7.png" Width="124" Height="64" MouseDown="Image_MouseDown" Canvas.Left="520" Canvas.Top="549"></Image>
- <Image Visibility="Collapsed" Source="/Resources/Images/date_30.png" Width="124" Height="64" Canvas.Left="633" MouseDown="Image_MouseDown_1" Canvas.Top="549"></Image>
- <Image Visibility="Collapsed" Source="/Resources/Images/export.png" Width="134" Height="64" Canvas.Left="1666" MouseDown="Image_MouseDown_2" Canvas.Top="549"></Image>-->
- <Popup x:Name="pp_time" PlacementTarget="{Binding ElementName=db_selectTime}" AllowsTransparency="True" PopupAnimation="Slide" Placement="Bottom" VerticalOffset="-5" >
- <Border Width="672" Height="386">
- <Border.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/date_pp_bg.png"></ImageBrush>
- </Border.Background>
- <Canvas x:Name="hello1">
- <Border Style="{StaticResource borderStyle111}" Canvas.Left="488" Canvas.Top="30" BorderThickness="1" Width="72" Height="29" MouseEnter="Border_MouseEnter" MouseLeave="Border_MouseLeave" MouseDown="Border_MouseDown">
- <Grid>
- <TextBlock x:Name="tb_confirm" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="16" FontWeight="Medium" Foreground="#707070" Text="{DynamicResource 0025}"></TextBlock>
- </Grid>
- </Border>
- <Border Style="{StaticResource borderStyle111}" Canvas.Left="570" Canvas.Top="30" BorderThickness="1" Width="72" Height="29" MouseEnter="Border_MouseEnter_1" MouseLeave="Border_MouseLeave_1" MouseDown="Border_MouseDown_1">
- <Grid>
- <TextBlock x:Name="tb_cancel" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="16" FontWeight="Medium" Foreground="#707070" Text="{DynamicResource 0024}"></TextBlock>
- </Grid>
- </Border>
- <UserControls:CustomerDateControl x:Name="starDate_Control" SelectDateAction="CustomerDateControl_SelectDateAction" Canvas.Left="30" Canvas.Top="69" Visibility="Visible" />
- <UserControls:CustomerDateControl x:Name="end_Control" Canvas.Left="346" SelectDateAction="CustomerDateControl_SelectDateAction_1" Canvas.Top="69" Visibility="Visible" />
- </Canvas>
- </Border>
- </Popup>
- <Canvas Canvas.Left="20" Canvas.Top="147" Width="895" Height="402">
- <Canvas.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/HouseChartBackground.png"/>
- </Canvas.Background>
- <Rectangle Canvas.Left="48" Canvas.Top="37" Width="5" Height="30" Fill="#6AAAF5" RadiusY="2.5" RadiusX="2.5"/>
- <TextBlock Canvas.Left="60" Canvas.Top="37" x:Name="tb_T_now" Text="{DynamicResource 0058}" FontWeight="Medium" Foreground="#4D4D4D" FontSize="20"/>
- <TextBlock Canvas.Left="813" Canvas.Top="293" Text="{DynamicResource 0204}" FontWeight="Medium" Foreground="#4D4D4D" FontSize="16"/>
- <oxy:PlotView Canvas.Left="50" Canvas.Top="89" Width="783" Height="273" Background="Transparent" Model="{Binding TemperatureRealModel}" DefaultTrackerTemplate="{StaticResource t1}" IsMouseWheelEnabled="False"/>
- </Canvas>
- <Canvas Canvas.Left="915" Canvas.Top="147" Width="895" Height="402">
- <Canvas.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/HouseChartBackground.png"/>
- </Canvas.Background>
- <Rectangle Canvas.Left="48" Canvas.Top="37" Width="5" Height="30" Fill="#9D77EE" RadiusY="2.5" RadiusX="2.5"/>
- <TextBlock Canvas.Left="60" x:Name="tb_P_now" Canvas.Top="37" Text="{DynamicResource 0059}" FontWeight="Medium" Foreground="#4D4D4D" FontSize="20"/>
- <TextBlock Canvas.Left="813" Canvas.Top="293" Text="{DynamicResource 0204}" FontWeight="Medium" Foreground="#4D4D4D" FontSize="16"/>
- <oxy:PlotView Canvas.Left="50" Canvas.Top="89" Width="783" Height="273" Background="Transparent" Model="{Binding PressureRealModel}" DefaultTrackerTemplate="{StaticResource t2}" IsMouseWheelEnabled="False"/>
- </Canvas>
- <Canvas Canvas.Left="20" Canvas.Top="603" Width="895" Height="402">
- <Canvas.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/HouseChartBackground.png"/>
- </Canvas.Background>
- <Rectangle Canvas.Left="48" Canvas.Top="37" Width="5" Height="30" Fill="#A9C9EE" RadiusY="2.5" RadiusX="2.5"/>
- <TextBlock Canvas.Left="60" Canvas.Top="37" x:Name="tb_T_history" Text="{DynamicResource 0060}" FontWeight="Medium" Foreground="#4D4D4D" FontSize="20"/>
- <TextBlock Canvas.Left="813" Canvas.Top="293" Text="{DynamicResource 0204}" FontWeight="Medium" Foreground="#4D4D4D" FontSize="16"/>
- <oxy:PlotView Canvas.Left="50" Canvas.Top="89" Width="783" Height="273" Background="Transparent" Model="{Binding TemperatureHistoryModel}" DefaultTrackerTemplate="{StaticResource t3}"/>
- </Canvas>
- <Canvas Canvas.Left="915" Canvas.Top="603" Width="895" Height="402">
- <Canvas.Background>
- <ImageBrush ImageSource="pack://application:,,,/ivf_tl_Manage;component/Resources/Images/HouseChartBackground.png"/>
- </Canvas.Background>
- <Rectangle Canvas.Left="48" Canvas.Top="37" Width="5" Height="30" Fill="#C5AFF4" RadiusY="2.5" RadiusX="2.5"/>
- <TextBlock Canvas.Left="60" Canvas.Top="37" x:Name="tb_P_history" Text="{DynamicResource 0061}" FontWeight="Medium" Foreground="#4D4D4D" FontSize="20"/>
- <TextBlock Canvas.Left="813" Canvas.Top="293" Text="{DynamicResource 0204}" FontWeight="Medium" Foreground="#4D4D4D" FontSize="16"/>
- <oxy:PlotView Canvas.Left="50" Canvas.Top="89" Width="783" Height="273" Background="Transparent" Model="{Binding PressureHistoryModel}" DefaultTrackerTemplate="{StaticResource t4}"/>
- </Canvas>
- </Canvas>
- </UserControl>
|