| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524 |
- <UserControl x:Class="ivf_tl_Operate.View.HouseDebugPageView"
- 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"
- d:DesignHeight="2736" d:DesignWidth="1824">
- <Grid Background="White">
- <Grid.RowDefinitions>
- <RowDefinition Height="134"/>
- <RowDefinition Height="auto"/>
- <RowDefinition />
- </Grid.RowDefinitions>
- <!--<Rectangle Grid.RowSpan="100" Panel.ZIndex="1000" Margin="328 805 0 0" HorizontalAlignment="Left" VerticalAlignment="Top" Fill="Black" Width="800" Height="600"/>-->
- <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 C0038}" FontSize="60" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- </Grid>
- <Grid Grid.Row="1" Margin="0 20 0 0">
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <StackPanel Grid.Row="0" x:Name="_house_StackPanel" Orientation="Horizontal" HorizontalAlignment="Center">
- <customControl:RadioButtonNoFrame Tag="1" Checked="House_Checked" Margin="10" CornerRadius="50" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepSkyBlue" IsChecked="True">
- <customControl:RadioButtonNoFrame.Content>
- <Canvas>
- <TextBlock Text="{DynamicResource C0172}" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="30" Canvas.Top="54"/>
- <TextBlock x:Name="_houseCCD1" Text="-1" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="100" Canvas.Top="100"/>
- </Canvas>
- </customControl:RadioButtonNoFrame.Content>
- </customControl:RadioButtonNoFrame>
- <customControl:RadioButtonNoFrame Tag="2" Checked="House_Checked" Margin="10" CornerRadius="50" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepSkyBlue">
- <customControl:RadioButtonNoFrame.Content>
- <Canvas>
- <TextBlock Text="{DynamicResource C0173}" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="30" Canvas.Top="54"/>
- <TextBlock x:Name="_houseCCD2" Text="-1" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="100" Canvas.Top="100"/>
- </Canvas>
- </customControl:RadioButtonNoFrame.Content>
- </customControl:RadioButtonNoFrame>
- <customControl:RadioButtonNoFrame Tag="3" Checked="House_Checked" Margin="10" CornerRadius="50" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepSkyBlue">
- <customControl:RadioButtonNoFrame.Content>
- <Canvas>
- <TextBlock Text="{DynamicResource C0174}" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="30" Canvas.Top="54"/>
- <TextBlock x:Name="_houseCCD3" Text="-1" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="100" Canvas.Top="100"/>
- </Canvas>
- </customControl:RadioButtonNoFrame.Content>
- </customControl:RadioButtonNoFrame>
- <customControl:RadioButtonNoFrame Tag="4" Checked="House_Checked" Margin="10" CornerRadius="50" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepSkyBlue">
- <customControl:RadioButtonNoFrame.Content>
- <Canvas>
- <TextBlock Text="{DynamicResource C0175}" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="30" Canvas.Top="54"/>
- <TextBlock x:Name="_houseCCD4" Text="-1" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="100" Canvas.Top="100"/>
- </Canvas>
- </customControl:RadioButtonNoFrame.Content>
- </customControl:RadioButtonNoFrame>
- <customControl:RadioButtonNoFrame Tag="5" Checked="House_Checked" Margin="10" CornerRadius="50" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepSkyBlue">
- <customControl:RadioButtonNoFrame.Content>
- <Canvas>
- <TextBlock Text="{DynamicResource C0176}" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="30" Canvas.Top="54"/>
- <TextBlock x:Name="_houseCCD5" Text="-1" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="100" Canvas.Top="100"/>
- </Canvas>
- </customControl:RadioButtonNoFrame.Content>
- </customControl:RadioButtonNoFrame>
- <customControl:RadioButtonNoFrame Tag="6" Checked="House_Checked" Margin="10" CornerRadius="50" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepSkyBlue">
- <customControl:RadioButtonNoFrame.Content>
- <Canvas>
- <TextBlock Text="{DynamicResource C0177}" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="30" Canvas.Top="54"/>
- <TextBlock x:Name="_houseCCD6" Text="-1" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="100" Canvas.Top="100"/>
- </Canvas>
- </customControl:RadioButtonNoFrame.Content>
- </customControl:RadioButtonNoFrame>
- <customControl:RadioButtonNoFrame Tag="7" Checked="House_Checked" Margin="10" CornerRadius="50" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepSkyBlue">
- <customControl:RadioButtonNoFrame.Content>
- <Canvas>
- <TextBlock Text="{DynamicResource C0178}" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="30" Canvas.Top="54"/>
- <TextBlock x:Name="_houseCCD7" Text="-1" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="100" Canvas.Top="100"/>
- </Canvas>
- </customControl:RadioButtonNoFrame.Content>
- </customControl:RadioButtonNoFrame>
- <customControl:RadioButtonNoFrame Tag="8" Checked="House_Checked" Margin="10" CornerRadius="50" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepSkyBlue">
- <customControl:RadioButtonNoFrame.Content>
- <Canvas>
- <TextBlock Text="{DynamicResource C0179}" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="30" Canvas.Top="54"/>
- <TextBlock x:Name="_houseCCD8" Text="-1" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="100" Canvas.Top="100"/>
- </Canvas>
- </customControl:RadioButtonNoFrame.Content>
- </customControl:RadioButtonNoFrame>
- <customControl:RadioButtonNoFrame Tag="9" Checked="House_Checked" Margin="10" CornerRadius="50" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepSkyBlue">
- <customControl:RadioButtonNoFrame.Content>
- <Canvas>
- <TextBlock Text="{DynamicResource C0180}" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="30" Canvas.Top="54"/>
- <TextBlock x:Name="_houseCCD9" Text="-1" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="100" Canvas.Top="100"/>
- </Canvas>
- </customControl:RadioButtonNoFrame.Content>
- </customControl:RadioButtonNoFrame>
- <customControl:RadioButtonNoFrame Tag="10" Checked="House_Checked" Margin="10" CornerRadius="50" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepSkyBlue">
- <customControl:RadioButtonNoFrame.Content>
- <Canvas>
- <TextBlock Text="{DynamicResource C0181}" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="30" Canvas.Top="54"/>
- <TextBlock x:Name="_houseCCD10" Text="-1" FontSize="24" HorizontalAlignment="Center" VerticalAlignment="Center" Canvas.Left="100" Canvas.Top="100"/>
- </Canvas>
- </customControl:RadioButtonNoFrame.Content>
- </customControl:RadioButtonNoFrame>
- </StackPanel>
- <StackPanel Grid.Row="1" x:Name="_ccd_StackPanel" Orientation="Horizontal" HorizontalAlignment="Center">
- <customControl:RadioButtonNoFrame Tag="0" Checked="CCD_Checked" Content="CCD0" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Margin="10" CornerRadius="100" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepPink" IsChecked="True"/>
- <customControl:RadioButtonNoFrame Tag="1" Checked="CCD_Checked" Content="CCD1" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Margin="10" CornerRadius="100" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepPink"/>
- <customControl:RadioButtonNoFrame Tag="2" Checked="CCD_Checked" Content="CCD2" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Margin="10" CornerRadius="100" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepPink"/>
- <customControl:RadioButtonNoFrame Tag="3" Checked="CCD_Checked" Content="CCD3" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Margin="10" CornerRadius="100" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepPink"/>
- <customControl:RadioButtonNoFrame Tag="4" Checked="CCD_Checked" Content="CCD4" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Margin="10" CornerRadius="100" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepPink"/>
- <customControl:RadioButtonNoFrame Tag="5" Checked="CCD_Checked" Content="CCD5" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Margin="10" CornerRadius="100" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepPink"/>
- <customControl:RadioButtonNoFrame Tag="6" Checked="CCD_Checked" Content="CCD6" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Margin="10" CornerRadius="100" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepPink"/>
- <customControl:RadioButtonNoFrame Tag="7" Checked="CCD_Checked" Content="CCD7" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Margin="10" CornerRadius="100" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepPink"/>
- <customControl:RadioButtonNoFrame Tag="8" Checked="CCD_Checked" Content="CCD8" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Margin="10" CornerRadius="100" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepPink"/>
- <customControl:RadioButtonNoFrame Tag="9" Checked="CCD_Checked" Content="CCD9" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Margin="10" CornerRadius="100" BorderThickness="0" Width="150" Height="150" Background="AliceBlue" EnabledBackground="#bdbdbd" CheckBackground="DeepPink"/>
- </StackPanel>
- <StackPanel Grid.Row="2" Orientation="Horizontal" HorizontalAlignment="Left" Margin="70 0 0 0">
- <customControl:ButtonCornerRadius x:Name="_startButton" Click="Start_Click" Content="{DynamicResource C0046}" FontSize="24" Margin="0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" />
- <customControl:ButtonCornerRadius x:Name="_button1" Visibility="Collapsed" Click="RedE_Click" Content="读E方" FontSize="24" Margin="20 0 0 0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" IsEnabled="False"/>
- <customControl:ButtonCornerRadius x:Name="_button2" Click="RedTem_Click" FontSize="24" Margin="20 0 0 0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" IsEnabled="False">
- <customControl:ButtonCornerRadius.Content>
- <TextBlock Text="{DynamicResource C0057}"/>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <customControl:ButtonCornerRadius x:Name="_button3" Click="RedPre_Click" FontSize="24" Margin="20 0 0 0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" IsEnabled="False">
- <customControl:ButtonCornerRadius.Content>
- <TextBlock Text="{DynamicResource C0058}"/>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <customControl:ButtonCornerRadius x:Name="_button90" IsEnabled="False" Click="Aeration_Click" Content="{DynamicResource C0066}" FontSize="24" Margin="20 0 0 0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- <customControl:ButtonCornerRadius x:Name="_button100" IsEnabled="False" Click="Paiqi_Click" Content="{DynamicResource C0302}" FontSize="24" Margin="20 0 0 0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- <customControl:ButtonCornerRadius x:Name="_button4" Click="RedDoor_Click" FontSize="24" Margin="20 0 0 0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" IsEnabled="False">
- <customControl:ButtonCornerRadius.Content>
- <TextBlock Text="{DynamicResource C0059}"/>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <customControl:ButtonCornerRadius x:Name="_button5" Click="OpenLed_Click" Content="{DynamicResource C0060}" FontSize="24" Margin="20 0 0 0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" IsEnabled="False"/>
- <customControl:ButtonCornerRadius x:Name="_button6" Click="CloseLed_Click" Content="{DynamicResource C0061}" FontSize="24" Margin="20 0 0 0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" IsEnabled="False"/>
- <customControl:ButtonCornerRadius x:Name="_button7" Click="End_Click" Content="{DynamicResource C0055}" FontSize="24" Margin="20 0 0 0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" IsEnabled="False"/>
- </StackPanel>
- <StackPanel Grid.Row="3" x:Name="_stackPanel1" Orientation="Horizontal" HorizontalAlignment="Left" IsEnabled="False" Margin="70 20 0 0">
- <customControl:ButtonCornerRadius Click="OpenIntake_Click" FontSize="24" Margin="0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0">
- <customControl:ButtonCornerRadius.Content>
- <TextBlock Text="{DynamicResource C0062}"/>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <customControl:ButtonCornerRadius Click="CloseIntake_Click" FontSize="24" Margin="20 0 0 0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0">
- <customControl:ButtonCornerRadius.Content>
- <TextBlock Text="{DynamicResource C0063}"/>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <customControl:ButtonCornerRadius Click="OpenExhaust_Click" FontSize="24" Margin="20 0 0 0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0">
- <customControl:ButtonCornerRadius.Content>
- <TextBlock Text="{DynamicResource C0064}"/>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <customControl:ButtonCornerRadius Click="CloseExhaust_Click" FontSize="24" Margin="20 0 0 0" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0">
- <customControl:ButtonCornerRadius.Content>
- <TextBlock Text="{DynamicResource C0065}"/>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <!--<customControl:ButtonCornerRadius Click="Aeration_Click" Content="{DynamicResource C0066}" FontSize="24" Margin="20" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>-->
- <TextBox x:Name="_openIntakeTime_TextBox" Text="" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Width="100" Height="80" Margin="20 0 0 0"/>
- <customControl:ButtonCornerRadius Click="WriteOpenIntakeTime_Click" FontSize="24" Margin="20 0 0 0" Width="230" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0">
- <customControl:ButtonCornerRadius.Content>
- <TextBlock Text="{DynamicResource C0067}"/>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <TextBox x:Name="_openVentTime_TextBox" Text="" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Width="100" Height="80" Margin="20 0 0 0"/>
- <customControl:ButtonCornerRadius Click="WriteOpenVentTime_Click" FontSize="24" Margin="20 0 0 0" Width="230" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0">
- <customControl:ButtonCornerRadius.Content>
- <TextBlock Text="{DynamicResource C0303}"/>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- <TextBox x:Name="_exposure_TextBox" Text="" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Width="100" Height="80" Margin="20 0 0 0"/>
- <customControl:ButtonCornerRadius Click="SetExposure_Click" FontSize="24" Margin="20 0 0 0" Width="190" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0">
- <customControl:ButtonCornerRadius.Content>
- <TextBlock Text="{DynamicResource C0068}"/>
- </customControl:ButtonCornerRadius.Content>
- </customControl:ButtonCornerRadius>
- </StackPanel>
- <StackPanel Grid.Row="4" HorizontalAlignment="Center" Margin="0,10,0,20">
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24">
- <Run Text="{DynamicResource C0069}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock x:Name="_houseName_TextBlock" Text="{Binding CurrentHouse.houseSn}" FontSize="24"/>
- <TextBlock FontSize="24" Margin="50 0 0 0">
- <Run Text="{DynamicResource C0071}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock x:Name="_comName_TextBlock" Text="{Binding CurrentHouse.housePort}" FontSize="24"/>
- <TextBlock FontSize="24" Margin="50 0 0 0">
- <Run Text="{DynamicResource C0072}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock x:Name="_ccdId_TextBlock" Text="0" FontSize="24"/>
- <TextBlock FontSize="24" Margin="50 0 0 0">
- <Run Text="{DynamicResource C0076}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Text="{Binding CurrentHouse.temperatureLowerHeatingPlate}" FontSize="24"/>
- <TextBlock FontSize="24" Margin="50 0 0 0">
- <Run Text="{DynamicResource C0077}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Text="{Binding DoorState}" FontSize="24"/>
- <TextBlock FontSize="24" Margin="50 0 0 0">
- <Run Text="{DynamicResource C0078}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Text="{Binding LedState}" FontSize="24"/>
- </StackPanel>
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24" Margin="0 0 0 0">
- <Run Text="{DynamicResource C0070}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock x:Name="_ccdExposure_TextBlock" Text="{Binding CurrentHouse.ccdExposure}" FontSize="24"/>
- <TextBlock FontSize="24" Margin="50 0 0 0">
- <Run Text="{DynamicResource C0182}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock x:Name="_openIntakeTime_TextBlock" Text="{Binding CurrentHouse.inletValveOpeningTime}" FontSize="24"/>
- <TextBlock FontSize="24" Margin="50 0 0 0">
- <Run Text="{DynamicResource C0326}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Text="{Binding HouseVentTimeE}" FontSize="24"/>
- <TextBlock FontSize="24" Margin="50 0 0 0">
- <Run Text="{DynamicResource C0073}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock x:Name="_tem_TextBlock" Text="{Binding Temperature}" FontSize="24"/>
- <TextBlock FontSize="24" Margin="50 0 0 0">
- <Run Text="{DynamicResource C0074}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock x:Name="_pre_TextBlock" Text="{Binding Pressure}" FontSize="24"/>
- <TextBlock FontSize="24" Margin="50 0 0 0">
- <Run Text="{DynamicResource C0075}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Text="{Binding tLSetting.tlSn}" FontSize="24"/>
- </StackPanel>
- </StackPanel>
- <StackPanel Grid.Row="5" Orientation="Horizontal" HorizontalAlignment="Center" >
- <!--<Rectangle Visibility="Hidden" Fill="Black" Width="800" Height="600"/>-->
- <Border Width="800" Height="600" BorderBrush="Black" BorderThickness="1"/>
- <StackPanel x:Name="_stackPanel2" VerticalAlignment="Center" Margin="150 0 0 0" IsEnabled="False">
- <customControl:ButtonCornerRadius Click="OpenVideo_Click" Content="{DynamicResource C0079}" FontSize="24" Margin="0 0 0 100" Width="218" Height="250" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- <customControl:ButtonCornerRadius Click="CloseVideo_Click" Content="{DynamicResource C0080}" FontSize="24" Width="218" Height="250" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- </StackPanel>
- </StackPanel>
- <StackPanel Grid.Row="6" Orientation="Horizontal" HorizontalAlignment="Center" Margin="0 20 0 10">
- <TextBlock HorizontalAlignment="Right" FontSize="24" VerticalAlignment="Center">
- <Run Text="{DynamicResource C0081}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock x:Name="_well_TextBlock" Width="100" HorizontalAlignment="Center" Text="" FontSize="24" VerticalAlignment="Center" />
- <TextBlock FontSize="24">
- <Run Text="{DynamicResource C0082}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock x:Name="_eepromPosition" Width="85" Text="" FontSize="24"/>
- <TextBlock FontSize="24" Margin="50 0 0 0">
- <Run Text="{DynamicResource C0083}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock x:Name="_autoFocus" Width="85" Text="" FontSize="24"/>
- <TextBlock FontSize="24" Margin="50 0 0 0">
- <Run Text="{DynamicResource C0084}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock x:Name="_ccdOne" Width="85" Text="" FontSize="24"/>
- <TextBlock FontSize="24">
- <Run Text="{DynamicResource C0085}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Width="85" Text="{Binding CurrentHouse.verticalMotorSpacePulse}" FontSize="24"/>
- </StackPanel>
- <StackPanel Grid.Row="7" x:Name="_stackPanel3" Orientation="Horizontal" HorizontalAlignment="Center" IsEnabled="False">
- <Border Width="140" Height="312" Background="#d7d7d7" BorderThickness="0" CornerRadius="20">
- <StackPanel VerticalAlignment="Center" HorizontalAlignment="Center">
- <TextBlock Text="{DynamicResource C0086}" FontSize="24"/>
- <TextBlock HorizontalAlignment="Center" Text="{Binding CurrentWell}" FontSize="24" Margin="0 100 0 0"/>
- </StackPanel>
- </Border>
- <StackPanel Margin="20 0 0 0">
- <StackPanel Orientation="Horizontal">
-
- </StackPanel>
- <StackPanel Orientation="Horizontal">
- <TextBlock Width="200" HorizontalAlignment="Right" Text="{DynamicResource C0087}" FontSize="24" VerticalAlignment="Center"/>
- <TextBlock Width="100" HorizontalAlignment="Center" Text="{Binding CurrentHor}" FontSize="24" VerticalAlignment="Center" />
- <customControl:ButtonCornerRadius Click="HorizontalMotorReset_Click" Content="{DynamicResource C0096}" FontSize="24" Width="150" Height="70" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="20 0 0 0"/>
- <customControl:ButtonCornerRadius Click="SaveWellHorizontalMotor_Click" Content="{DynamicResource C0098}" FontSize="24" Width="150" Height="70" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="20 0 0 0"/>
- </StackPanel>
- <StackPanel Orientation="Horizontal" Margin="0 20 0 0">
- <TextBlock Width="200" VerticalAlignment="Center" Text="{DynamicResource C0088}" FontSize="24" />
- <TextBox x:Name="_horizontalMotorForward_TextBox" Width="100" VerticalContentAlignment="Center" Text="" FontSize="24" />
- <customControl:ButtonCornerRadius Click="HorizontalMotorForward_Click" Content="{DynamicResource C0097}" FontSize="24" Width="150" Height="70" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="20 0 0 0"/>
- </StackPanel>
- <StackPanel Orientation="Horizontal" Margin="0 20 0 0">
- <TextBlock Width="200" VerticalAlignment="Center" Text="{DynamicResource C0089}" FontSize="24" />
- <TextBox x:Name="_horizontalMotorBackward_TextBox" Width="100" VerticalContentAlignment="Center" Text="" FontSize="24" />
- <customControl:ButtonCornerRadius Click="HorizontalMotorBackward_Click" Content="{DynamicResource C0097}" FontSize="24" Width="150" Height="70" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="20 0 0 0"/>
- </StackPanel>
- <StackPanel Orientation="Horizontal" Margin="0 20 0 0">
- <TextBlock Width="185" VerticalAlignment="Center" TextAlignment="Right" Text="{DynamicResource C0090}" FontSize="24" Margin="0 0 15 0"/>
- <TextBox x:Name="_horizontalMotorToWell_TextBox" Width="100" VerticalContentAlignment="Center" Text="" FontSize="24" />
- <customControl:ButtonCornerRadius Click="HorizontalMotorToWell_Click" Content="{DynamicResource C0097}" FontSize="24" Width="150" Height="70" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="20 0 0 0"/>
- <customControl:ButtonCornerRadius Click="HorizontalMotorNextWell_Click" Content="{DynamicResource C0099}" FontSize="24" Width="150" Height="70" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="20 0 0 0"/>
- </StackPanel>
- </StackPanel>
- <Border Margin="100 0 0 0" Width="120" Height="312" Background="#d7d7d7" BorderThickness="0" CornerRadius="20">
- <StackPanel VerticalAlignment="Center" HorizontalAlignment="Center">
- <TextBlock Text="{DynamicResource C0100}" FontSize="24"/>
- <TextBlock Text="{Binding CurrentFocal}" HorizontalAlignment="Center" FontSize="24" Margin="0 100 0 0"/>
- </StackPanel>
- </Border>
- <StackPanel Margin="20 0 0 0">
- <StackPanel Orientation="Horizontal">
- <TextBlock Width="200" HorizontalAlignment="Right" Text="{DynamicResource C0101}" FontSize="24" VerticalAlignment="Center"/>
- <TextBlock Width="100" HorizontalAlignment="Center" Text="{Binding CurrentVer}" FontSize="24" VerticalAlignment="Center" />
- <customControl:ButtonCornerRadius Click="VerticalMotorResetWait_Click" Content="{DynamicResource C0096}" FontSize="24" Width="150" Height="70" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="20 0 0 0"/>
- </StackPanel>
- <StackPanel Orientation="Horizontal" Margin="0 20 0 0">
- <TextBlock Width="200" VerticalAlignment="Center" Text="{DynamicResource C0102}" FontSize="24" />
- <TextBox x:Name="_verticalMotorForward_TextBox" Width="100" VerticalContentAlignment="Center" Text="" FontSize="24" />
- <customControl:ButtonCornerRadius Click="VerticalMotorForward_Click" Content="{DynamicResource C0097}" FontSize="24" Width="150" Height="70" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="20 0 0 0"/>
- <customControl:ButtonCornerRadius Click="SaveVerSpacePulse_Click" Content="{DynamicResource C0105}" FontSize="16" Width="150" Height="70" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="20 0 0 0"/>
- </StackPanel>
- <StackPanel Orientation="Horizontal" Margin="0 20 0 0">
- <TextBlock Width="200" VerticalAlignment="Center" Text="{DynamicResource C0103}" FontSize="24" />
- <TextBox x:Name="_verticalMotorBackward_TextBox" Width="100" VerticalContentAlignment="Center" Text="" FontSize="24" />
- <customControl:ButtonCornerRadius Click="VerticalMotorBackward_Click" Content="{DynamicResource C0097}" FontSize="24" Width="150" Height="70" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="20 0 0 0"/>
- </StackPanel>
- <StackPanel Orientation="Horizontal" Margin="0 20 0 0">
- <TextBlock Width="185" TextAlignment="Right" VerticalAlignment="Center" Text="{DynamicResource C0104}" FontSize="24" Margin="0 0 15 0"/>
- <TextBox x:Name="_verticalMotorAbsolute_TextBox" Width="100" VerticalContentAlignment="Center" Text="" FontSize="24" />
- <customControl:ButtonCornerRadius Click="VerticalMotorAbsolute_Click" Content="{DynamicResource C0097}" FontSize="24" Width="150" Height="70" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="20 0 0 0"/>
- <customControl:ButtonCornerRadius Click="SaveAutoFocus_Click" Content="{DynamicResource C0106}" FontSize="15" Width="150" Height="70" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="20 0 0 0"/>
- </StackPanel>
- </StackPanel>
- </StackPanel>
- <StackPanel Grid.Row="8" x:Name="_stackPanel4" Orientation="Horizontal" HorizontalAlignment="Center" IsEnabled="False">
- <customControl:ButtonCornerRadius Content="{DynamicResource C0091}" Click="Clear_Click" FontSize="24" Margin="20" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- <customControl:ButtonCornerRadius Content="{DynamicResource C0092}" Click="Motor_Click" FontSize="24" Margin="20" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- <customControl:ButtonCornerRadius Content="{DynamicResource C0093}" Click="GetPic_Click" FontSize="24" Margin="20" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- <customControl:ButtonCornerRadius Content="{DynamicResource C0094}" Click="ShuiPingPic_Click" FontSize="24" Margin="20" Width="200" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- <customControl:ButtonCornerRadius Content="{DynamicResource C0095}" Click="EndPic_Click" FontSize="24" Margin="20" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- <TextBox x:Name="_autoFocusNum_TextBox" TextChanged="_autoFocusNum_TextBox_TextChanged" Background="{StaticResource HelpBrush2}" Text="" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Width="200" Height="80" Margin="30 0 0 0"/>
- <TextBox x:Name="_autoFocus_TextBox" TextChanged="_autoFocus_TextBox_TextChanged" Background="{StaticResource HelpBrush3}" Text="" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="24" Width="200" Height="80" Margin="30 0 0 0"/>
- <customControl:ButtonCornerRadius x:Name="_auto_Button" Click="AutoFocus_Click" Content="{DynamicResource C0107}" FontSize="24" Margin="20" Width="250" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- <!-- M2-05 场景A 一键全自动标定(沙盒):选中 well 逐个跑四步标定,合格绿/伪峰红,结果存档 scene=0 + calibration.json。 -->
- <customControl:ButtonCornerRadius x:Name="_oneClickCalib_Button" Click="OneClickCalibrate_Click" Content="一键标定" FontSize="24" Margin="20" Width="200" Height="100" CornerRadius="20" Background="#7DB5D8" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- <customControl:ButtonCornerRadius x:Name="_stopCalib_Button" Click="StopCalibrate_Click" Content="中止标定" FontSize="24" Margin="20" Width="200" Height="100" CornerRadius="20" Background="#D8907D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- </StackPanel>
- <Grid Grid.Row="9" Margin="50 0 50 0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition/>
- <ColumnDefinition Width="700"/>
- </Grid.ColumnDefinitions>
- <ListBox Grid.Column="0" x:Name="_messageList" ItemsSource="{Binding MessageInfoList}" Height="300" FontSize="24"/>
- <!-- M2-05 16 well 实时标定结果(4x4):合格(IsQualified)绿、伪峰/失败红、待标定/标定中中性。 -->
- <ItemsControl Grid.Column="1" ItemsSource="{Binding CalibResults}" Margin="20 0 0 0" Height="300">
- <ItemsControl.ItemsPanel>
- <ItemsPanelTemplate>
- <UniformGrid Columns="4" Rows="4"/>
- </ItemsPanelTemplate>
- </ItemsControl.ItemsPanel>
- <ItemsControl.ItemTemplate>
- <DataTemplate>
- <Border Margin="4" CornerRadius="8" BorderThickness="1" BorderBrush="#DDD">
- <Border.Style>
- <Style TargetType="Border">
- <Setter Property="Background" Value="#EEEEEE"/>
- <Style.Triggers>
- <DataTrigger Binding="{Binding State}" Value="Running">
- <Setter Property="Background" Value="#FFF3CD"/>
- </DataTrigger>
- <DataTrigger Binding="{Binding State}" Value="Qualified">
- <Setter Property="Background" Value="#7ED27E"/>
- </DataTrigger>
- <DataTrigger Binding="{Binding State}" Value="FakePeak">
- <Setter Property="Background" Value="#E57373"/>
- </DataTrigger>
- <DataTrigger Binding="{Binding State}" Value="Failed">
- <Setter Property="Background" Value="#E57373"/>
- </DataTrigger>
- </Style.Triggers>
- </Style>
- </Border.Style>
- <StackPanel Margin="6">
- <TextBlock Text="{Binding Well, StringFormat=well{0}}" FontSize="20" FontWeight="Bold"/>
- <TextBlock Text="{Binding FocusZ, StringFormat='Z={0}'}" FontSize="16"/>
- <TextBlock Text="{Binding PeakRatio, StringFormat='峰比={0:F2}'}" FontSize="16"/>
- <TextBlock Text="{Binding CenterOffsetPct, StringFormat='偏移={0:F1}%'}" FontSize="16"/>
- </StackPanel>
- </Border>
- </DataTemplate>
- </ItemsControl.ItemTemplate>
- </ItemsControl>
- </Grid>
- <!-- M2-07 对焦后手动微调拍摄层(层数/层间距/下移)持久化 well 级。
- 紧邻标定结果区:选定 well→载入当前生效值(well覆盖优先,空显示继承设备级占位)→编辑→
- 实时预览各层绝对Z(调 M2-02 ComputeLayerPositions, 锚点取标定FocusZ)→存为该 well 默认(写 house_well_setting well级覆盖)。
- 校验:层数≥1/间距>0/下移≥0且<层数;留空=继承设备级(写 null)。 -->
- <Grid Grid.Row="10" Margin="50 10 50 0">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="auto"/>
- <ColumnDefinition Width="320"/>
- </Grid.ColumnDefinitions>
- <StackPanel Grid.Column="0" Orientation="Vertical">
- <TextBlock Text="对焦后手调拍摄层(实际拍摄范围,留空继承设备级)" FontSize="22" FontWeight="Bold" Margin="0 0 0 8"/>
- <StackPanel Orientation="Horizontal" Margin="0 4">
- <TextBlock Text="well" FontSize="22" VerticalAlignment="Center"/>
- <TextBox x:Name="_manualTuneWell_TextBox" Text="{Binding ManualTuneWell, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Width="80" FontSize="22" VerticalContentAlignment="Center" Margin="8 0"/>
- <customControl:ButtonCornerRadius x:Name="_loadManualTune_Button" Click="LoadManualTune_Click" Content="载入当前值" FontSize="20" Width="160" Height="60" CornerRadius="12" Background="#7DB5D8" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="8 0"/>
- </StackPanel>
- <StackPanel Orientation="Horizontal" Margin="0 4">
- <TextBlock Text="层数" FontSize="22" VerticalAlignment="Center"/>
- <TextBox x:Name="_manualLayerCount_TextBox" Text="{Binding ManualLayerCount, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Width="120" FontSize="22" VerticalContentAlignment="Center" Margin="8 0"/>
- <TextBlock Text="层间距(脉冲)" FontSize="22" VerticalAlignment="Center" Margin="16 0 0 0"/>
- <TextBox x:Name="_manualLayerSpacing_TextBox" Text="{Binding ManualLayerSpacing, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Width="120" FontSize="22" VerticalContentAlignment="Center" Margin="8 0"/>
- <TextBlock Text="下移层数" FontSize="22" VerticalAlignment="Center" Margin="16 0 0 0"/>
- <TextBox x:Name="_manualMoveDown_TextBox" Text="{Binding ManualMoveDown, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Width="120" FontSize="22" VerticalContentAlignment="Center" Margin="8 0"/>
- </StackPanel>
- <StackPanel Orientation="Horizontal" Margin="0 8">
- <customControl:ButtonCornerRadius x:Name="_previewManualTune_Button" Click="PreviewManualTune_Click" Content="预览各层位置" FontSize="20" Width="200" Height="70" CornerRadius="12" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" Margin="0 0 16 0"/>
- <customControl:ButtonCornerRadius x:Name="_saveManualTune_Button" Click="SaveManualTune_Click" Content="存为该well默认" FontSize="20" Width="220" Height="70" CornerRadius="12" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0"/>
- </StackPanel>
- </StackPanel>
- <!-- 实时预览各层 Z 位置(清晰层 IsFocusLayer 高亮绿) -->
- <ListBox Grid.Column="1" ItemsSource="{Binding LayerPreview}" Margin="20 0 0 0" Height="240" FontSize="20">
- <ListBox.ItemTemplate>
- <DataTemplate>
- <Border CornerRadius="6" Padding="6 2" Margin="0 1">
- <Border.Style>
- <Style TargetType="Border">
- <Setter Property="Background" Value="Transparent"/>
- <Style.Triggers>
- <DataTrigger Binding="{Binding IsFocusLayer}" Value="True">
- <Setter Property="Background" Value="#7ED27E"/>
- </DataTrigger>
- </Style.Triggers>
- </Style>
- </Border.Style>
- <TextBlock>
- <Run Text="{Binding LayerIndex, StringFormat=第{0}层, Mode=OneWay}"/>
- <Run Text=" Z="/>
- <Run Text="{Binding ZPulse, Mode=OneWay}"/>
- </TextBlock>
- </Border>
- </DataTemplate>
- </ListBox.ItemTemplate>
- </ListBox>
- </Grid>
- </Grid>
- <ScrollViewer Grid.Row="2" PanningMode="Both" Margin="30 0 50 0">
- <WrapPanel x:Name="_warpPanelPictures" >
- <!--<Canvas Margin="20 5 20 0" Width="300" Height="330">
- <Border Width="300" Height="300" Background="Red"/>
- <TextBlock Margin="0 2 0 0" Canvas.Left="80" Canvas.Top="302" FontSize="22" Text="well1-15"/>
- </Canvas>-->
- </WrapPanel>
- </ScrollViewer>
-
- </Grid>
- </UserControl>
|