| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- <UserControl x:Class="ivf_tl_Operate.View.HouseSettingPageView"
- 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"
- mc:Ignorable="d"
- Height="2736" Width="1824">
- <Grid Background="White">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
-
- <Grid Grid.Row="0" Background="{StaticResource BannerTopFill}">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="250"/>
- <ColumnDefinition Width="1"/>
- <ColumnDefinition Width="1"/>
- <ColumnDefinition/>
- <ColumnDefinition Width="414"/>
- </Grid.ColumnDefinitions>
- <customControl:ButtonLeftImage Grid.Column="0" Content="{DynamicResource C0044}" Click="Return_Click" Width="250" Height="134" 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"/>
- <Border Grid.Column="1" Background="#FFFFFF"/>
- <Border Grid.Column="2" Background="#DFE0E4"/>
- <TextBlock Grid.Column="3" Text="{DynamicResource C0184}" FontSize="60" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- </Grid>
- <TextBlock Grid.Row="1" Text="{DynamicResource C0185}" FontSize="24" FontWeight="SemiBold" Margin="5"/>
-
- <ListView ItemsSource="{Binding HouseInfoList}" Grid.Row="2" Margin="25" FontSize="24">
- <ListView.ItemContainerStyle>
- <Style TargetType="{x:Type ListViewItem}">
- <Setter Property="HorizontalContentAlignment" Value="Stretch"/>
- </Style>
- </ListView.ItemContainerStyle>
- <ListView.View>
- <GridView>
- <GridViewColumn Header="{DynamicResource C0110}" >
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <TextBlock Text="{Binding xuHao}" FontSize="24" HorizontalAlignment="Center"/>
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
- <GridViewColumn Header="{DynamicResource C0112}" >
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <TextBlock Text="{Binding houseSn}" FontSize="24" HorizontalAlignment="Center"/>
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
- <GridViewColumn Header="{DynamicResource C0071}">
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <TextBlock Text="{Binding housePort}" FontSize="24" HorizontalAlignment="Center"/>
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
-
- <GridViewColumn Header="CCDSN">
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <TextBlock Text="{Binding ccdSn}" FontSize="24" HorizontalAlignment="Center"/>
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
-
- <GridViewColumn Header="CCDID">
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <TextBlock Text="{Binding ccdId}" FontSize="24" HorizontalAlignment="Center"/>
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
- <GridViewColumn Header="{DynamicResource C0186}">
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <TextBlock Text="{Binding ccdWidth}" FontSize="24" HorizontalAlignment="Center" />
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
-
- <GridViewColumn Header="{DynamicResource C0187}">
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <TextBlock Text="{Binding ccdHeight}" FontSize="24" HorizontalAlignment="Center" />
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
-
- <GridViewColumn Header="{DynamicResource C0188}">
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <TextBlock Text="{Binding targetWidth}" FontSize="24" HorizontalAlignment="Center" />
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
-
- <GridViewColumn Header="{DynamicResource C0189}">
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <TextBlock Text="{Binding targetHeight}" FontSize="24" HorizontalAlignment="Center" />
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
- <GridViewColumn Header="{DynamicResource C0190}">
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <TextBlock Text="{Binding ccdExposure}" FontSize="24" HorizontalAlignment="Center"/>
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
- <GridViewColumn Header="{DynamicResource C0191}">
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <TextBlock Text="{Binding inletValveOpeningTime}" FontSize="24" HorizontalAlignment="Center"/>
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
- <GridViewColumn Header="{DynamicResource C0192}">
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <TextBlock Text="{Binding temperatureLowerHeatingPlate}" FontSize="24" HorizontalAlignment="Center"/>
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
- <GridViewColumn Header="{DynamicResource C0193}">
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <Viewbox Height="35" HorizontalAlignment="Center">
- <CheckBox VerticalAlignment="Center" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" IsChecked="{Binding openPort,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged,Converter={StaticResource IntToBoolConverter}}" FontSize="24" HorizontalAlignment="Center"/>
- </Viewbox>
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
- <GridViewColumn Header="{DynamicResource C0194}">
- <GridViewColumn.CellTemplate>
- <DataTemplate>
- <Viewbox Height="35" HorizontalAlignment="Center">
- <CheckBox VerticalAlignment="Center" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" IsChecked="{Binding openCcd,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged,Converter={StaticResource IntToBoolConverter}}" FontSize="24" HorizontalAlignment="Center"/>
- </Viewbox>
- </DataTemplate>
- </GridViewColumn.CellTemplate>
- </GridViewColumn>
- </GridView>
- </ListView.View>
- </ListView>
- <StackPanel Grid.Row="3" HorizontalAlignment="Right" Orientation="Horizontal">
- <!--<TextBox x:Name="_newValue_TextBox" Width="200" Text="5" FontSize="50" VerticalAlignment="Center" HorizontalContentAlignment="Center"/>
- <customControl:ButtonCornerRadius Content="设置" Click="SettCheck_Click" FontSize="24" Margin="20" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>-->
- <customControl:ButtonCornerRadius Content="{DynamicResource C0030}" Click="SaveHouse_Click" FontSize="24" Margin="20" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- </StackPanel>
-
- <TextBlock Grid.Row="4" Text="{DynamicResource C0195}" FontSize="24" FontWeight="SemiBold" Margin="5"/>
- <StackPanel Grid.Row="5" Margin="50">
-
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0196}" />
- <TextBlock FontSize="24" Text="{DynamicResource C0197}" Margin="40 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.diskMinSpace}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel>
- <Rectangle Fill="#d7d7d7" Margin="0 50 0 50" Height="2"/>
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0198}"/>
- <!--<TextBlock FontSize="24" Text="缓冲瓶压力上限值" Margin="50 0 0 0"/>
- <TextBox Text="{Binding TLSettingModel.bufferBottlerPressureMax}" FontSize="24" Width="100" Margin="20 0 0 0"/>-->
- <TextBlock FontSize="24" Text="{DynamicResource C0199}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.bufferBottlerPressureMin}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel>
- <Rectangle Fill="#d7d7d7" Margin="0 50 0 50" Height="2"/>
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0200}"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0201}" Margin="50 0 0 0"/>
- <TextBox x:Name="TextBox_pressureAlarmMax" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.pressureAlarmMax}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0202}" Margin="50 0 0 0"/>
- <TextBox x:Name="TextBox_pressureAlarmMin" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.pressureAlarmMin}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel>
-
- <Rectangle Fill="#d7d7d7" Margin="0 50 0 50" Height="2"/>
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0203}"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0204}" Margin="50 0 0 0"/>
- <TextBox x:Name="TextBox_temperatureAlarmMax" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.temperatureAlarmMax}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0205}" Margin="50 0 0 0"/>
- <TextBox x:Name="TextBox_temperatureAlarmMin" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.temperatureAlarmMin}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel>
- <Rectangle Fill="#d7d7d7" Margin="0 50 0 50" Height="2"/>
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0206}" TextAlignment="Right"/>
- <StackPanel>
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0207}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.bufferBottlerAerationNum}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0208}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.valueDelay}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel>
- <StackPanel Margin="0 25 0 0" Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0209}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.airSwapFrequency}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0210}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.ventilationDelay}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel>
- <StackPanel Margin="0 25 0 0" Orientation="Horizontal">
- <TextBlock Width="168" TextAlignment="Right" FontSize="24" Text="{DynamicResource C0211}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.airSwapTime}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0212}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.houseAerationNum}" FontSize="24" Width="100" Margin="20 0 0 0"/>
-
- </StackPanel>
- <StackPanel Margin="0 25 0 0" Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0213}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.aerationDelay}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- <!--<TextBlock FontSize="24" Text="缓冲瓶补气次数" Margin="50 0 0 0"/>
- <TextBox Text="{Binding TLSettingModel.bufferBottlerAerationNum}" FontSize="24" Width="100" Margin="20 0 0 0"/>-->
- </StackPanel>
- </StackPanel>
- </StackPanel>
- <Rectangle Fill="#d7d7d7" Margin="0 50 0 50" Height="2"/>
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0214}" TextAlignment="Right"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0215}" Margin="50 0 0 0" TextAlignment="Right"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.motorDelay}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0216}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.verticalMotorPulseMax}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel>
- <Rectangle Fill="#d7d7d7" Margin="0 50 0 50" Height="2"/>
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0217}" TextAlignment="Right"/>
- <Viewbox Height="30" Margin="50 0 0 0">
- <CheckBox Content="{DynamicResource C0218}" IsChecked="{Binding TLSettingModel.saveSourcePicture,Converter={StaticResource IntToBoolConverter}}"/>
- </Viewbox>
- <Viewbox Height="30" Margin="50 0 0 0">
- <CheckBox Content="{DynamicResource C0219}" IsChecked="{Binding TLSettingModel.saveTargetPicture,Converter={StaticResource IntToBoolConverter}}"/>
- </Viewbox>
- <Viewbox Height="30" Margin="50 0 0 0">
- <CheckBox Content="{DynamicResource C0220}" IsChecked="{Binding TLSettingModel.compositeVideo,Converter={StaticResource IntToBoolConverter}}"/>
- </Viewbox>
- </StackPanel>
- <Rectangle Fill="#d7d7d7" Margin="0 50 0 50" Height="2"/>
-
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0221}" Width="192" TextAlignment="Right"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0222}" Margin="50 0 0 0" TextAlignment="Right"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.photoIntervalPerRound}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- <!--<Viewbox Height="30" Margin="50 0 0 0">
- <CheckBox Content="是否拍照" IsChecked="{Binding TLSettingModel.compositeVideo,Converter={StaticResource IntToBoolConverter}}"/>
- </Viewbox>-->
- </StackPanel>
- <Rectangle Fill="#d7d7d7" Margin="0 50 0 50" Height="2"/>
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0223}" TextAlignment="Right"/>
- <StackPanel >
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0224}" Margin="50 0 0 0" TextAlignment="Right"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.mattingAlarmTimes}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0225}" Margin="50 0 0 0" TextAlignment="Right"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.houseDoorAlarmTime}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel>
- <StackPanel Orientation="Horizontal" Margin="0 25 0 0">
- <TextBlock FontSize="24" Text="{DynamicResource C0226}" Margin="50 0 0 0" TextAlignment="Right"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.temperatureAlarmTime}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- <TextBlock TextAlignment="Right" FontSize="24" Text="{DynamicResource C0227}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.pressureAlarmTime}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel>
- </StackPanel>
- </StackPanel>
-
- <Rectangle Fill="#d7d7d7" Margin="0 50 0 50" Height="2"/>
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0237}" TextAlignment="Right"/>
- <StackPanel>
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0238}" Margin="50 0 0 0" TextAlignment="Right"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.cleanAutofocusData}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0239}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.cleanSourceData}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel >
- <StackPanel Orientation="Horizontal" Margin="0 25 0 0">
- <TextBlock FontSize="24" Text="{DynamicResource C0240}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.cleanControlData}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0241}" Margin="50 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.cleanSurfaceData}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel>
- </StackPanel>
- </StackPanel>
- <Rectangle Fill="#d7d7d7" Margin="0 50 0 50" Height="2"/>
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Text="{DynamicResource C0323}" TextAlignment="Right"/>
- <TextBlock FontSize="24" Text="{DynamicResource C0324}" Margin="50 0 0 0" TextAlignment="Right"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.operableEmbryoTime}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel>
- <!--<StackPanel Orientation="Horizontal" Margin="0 25 0 0">
- <TextBlock FontSize="24" Text="PC操作软件/天" Margin="242 0 0 0"/>
- <TextBox PreviewTextInput="TextBox_PreviewTextInput" InputMethod.IsInputMethodEnabled="False" Text="{Binding TLSettingModel.cleanPcData}" FontSize="24" Width="100" Margin="20 0 0 0"/>
- </StackPanel>-->
- </StackPanel>
- <StackPanel Grid.Row="6" Orientation="Horizontal" >
- <customControl:ButtonCornerRadius Content="{DynamicResource C0030}" Click="SaveSetting_Click" FontSize="24" Margin="20" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- </StackPanel>
- </Grid>
- </UserControl>
|