| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <UserControl x:Class="ivf_tl_Operate.View.BufferDebugView"
- 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:cu="clr-namespace:ivf_tl_Operate.CustomUserControls"
- mc:Ignorable="d"
- xmlns:customControl="clr-namespace:ivf_tl_CustomControls;assembly=ivf_tl_CustomControls_Surface"
- Height="2736" Width="1824">
- <Grid Background="White">
- <Grid.RowDefinitions>
- <RowDefinition Height="250"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- </Grid.RowDefinitions>
- <Grid Grid.Row="0" Background="{StaticResource BannerTopFill}">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="350"/>
- <ColumnDefinition Width="1"/>
- <ColumnDefinition Width="1"/>
- <ColumnDefinition/>
- <ColumnDefinition Width="414"/>
- </Grid.ColumnDefinitions>
- <customControl:ButtonLeftImage Grid.Column="0" Content="{DynamicResource C0044}" 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 Grid.Column="1" Fill="#FFFFFF" Width="1" Height="250"/>
- <Rectangle Grid.Column="2" Fill="#DFE0E4" Width="1" Height="250"/>
- <TextBlock Grid.Column="3" Text="{DynamicResource C0039}" FontSize="60" VerticalAlignment="Center" HorizontalAlignment="Center"/>
- </Grid>
- <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="50 100 50 50">
- <customControl:ButtonCornerRadius x:Name="button1" Click="Start1_Click" Content="{DynamicResource C0046}" FontSize="40" Width="200" Height="300" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" />
- <StackPanel Margin="50 0 0 0">
- <StackPanel Orientation="Horizontal">
- <TextBlock FontSize="24">
- <Run Text="{DynamicResource C0045}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Width="90" FontSize="24" Text="{Binding CurrentHouse.housePort}"/>
- <TextBlock FontSize="24" Margin="100 0 0 0">
- <Run Text="{DynamicResource C0050}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Width="50" FontSize="24" Text="{Binding CurrentHouse.inletValveOpeningTime}"/>
- <TextBlock FontSize="24" Margin="100 0 0 0">
- <Run Text="{DynamicResource C0051}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Width="50" FontSize="24" Text="{Binding LedLight}"/>
- </StackPanel>
- <StackPanel Orientation="Horizontal" Margin="0 20 0 0">
- <TextBlock FontSize="24" Margin="0 0 0 0">
- <Run Text="{DynamicResource C0047}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Width="50" FontSize="24" Text="{Binding BufferBottlePressure}"/>
- <TextBlock FontSize="24" Margin="75 0 0 0">
- <Run Text="{DynamicResource C0048}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Width="50" FontSize="24" Text="{Binding Temperature1}"/>
- <TextBlock FontSize="24" Margin="220 0 0 0">
- <Run Text="{DynamicResource C0049}"/><Run Text=":"/>
- </TextBlock>
- <TextBlock Width="50" FontSize="24" Text="{Binding Temperature2}"/>
- </StackPanel>
-
- <StackPanel Orientation="Horizontal" Margin="0 30 0 0">
- <customControl:ButtonCornerRadius x:Name="button2" Click="BufferState_Click" IsEnabled="False" Content="{DynamicResource C0052}" FontSize="40" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" HorizontalAlignment="Left"/>
- <customControl:ButtonCornerRadius x:Name="button3" Click="Are_Click" IsEnabled="False" Content="{DynamicResource C0283}" Margin="20 0 0 0" FontSize="40" Padding="20 0 20 0" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" HorizontalAlignment="Left"/>
- <TextBlock Margin="20 0 0 0" Text="{DynamicResource C0050}" FontSize="24" VerticalAlignment="Center"/>
- <TextBox Margin="10 0 0 0" x:Name="_newE_TextBox" cu:SoftKeyboardHost.Mode="Number" Text="" FontSize="24" VerticalContentAlignment="Center" Width="100" Height="60"/>
- <customControl:ButtonCornerRadius x:Name="button4" Click="In_Click" IsEnabled="False" Content="{DynamicResource C0053}" Margin="10 0 0 0" FontSize="40" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" HorizontalAlignment="Left"/>
- </StackPanel>
- <StackPanel Orientation="Horizontal" Margin="0 40 0 0">
- <Border BorderThickness="1 1 0 1" BorderBrush="#b2b2b2" Width="200" Height="100" Background="#d7d7d7" CornerRadius="10 0 0 10">
- <TextBlock FontSize="24" Text="{DynamicResource C0054}" HorizontalAlignment="Center" VerticalAlignment="Center"/>
- </Border>
- <customControl:ButtonCornerRadius x:Name="button5" Click="Light0_Click" IsEnabled="False" Content="0" FontSize="40" Width="150" Height="100" CornerRadius="0" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0 1 0 1" BorderBrush="#b2b2b2" HorizontalAlignment="Left"/>
- <TextBox x:Name="_led_TextBox" cu:SoftKeyboardHost.Mode="Number" Text="" HorizontalContentAlignment="Center" TextChanged="_led_TextBox_TextChanged" Background="{StaticResource HelpBrush1}" FontSize="24" VerticalContentAlignment="Center" BorderBrush="#b2b2b2" BorderThickness="0 1 0 1" Width="525"/>
- <customControl:ButtonCornerRadius x:Name="button6" Click="Light900_Click" IsEnabled="False" Content="900" FontSize="40" Width="150" Height="100" CornerRadius="0 10 10 0" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0 1 1 1" BorderBrush="#b2b2b2" HorizontalAlignment="Left"/>
- <customControl:ButtonCornerRadius x:Name="button7" Click="Light_Click" IsEnabled="False" Content="{DynamicResource C0053}" Margin="50 0 0 0" FontSize="40" Width="150" Height="100" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" HorizontalAlignment="Left"/>
- </StackPanel>
- </StackPanel>
- <customControl:ButtonCornerRadius x:Name="button8" Click="End_Click" IsEnabled="False" Margin="50 0 0 0" Content="卸载" FontSize="40" Width="200" Height="300" CornerRadius="20" Background="#BFD87D" EnabledBackground="#bdbdbd" BorderThickness="0" />
- </StackPanel>
- <Grid Grid.Row="2" Margin="50 0 50 0">
- <ListBox x:Name="_messageList" ItemsSource="{Binding MessageInfoList}" Height="600" FontSize="24"/>
- </Grid>
- </Grid>
- </UserControl>
|