Merge branch 'main' of http://175.27.215.92:3000/liulb/AUCMA_SCADA
commit
5dcebb9cbb
Binary file not shown.
@ -0,0 +1,330 @@
|
||||
<UserControl x:Class="Aucma.Core.BoxFoam.Views.FoamMonitorPageView"
|
||||
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:Aucma.Core.BoxFoam.Views"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Wpf;assembly=LiveCharts.Wpf"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="1080"
|
||||
d:DesignWidth="1920">
|
||||
|
||||
<Border x:Name="HeightHelperPanel" BorderBrush="#0288d1" BorderThickness="0" CornerRadius="5" Background="Transparent" Margin="5">
|
||||
<Grid>
|
||||
<Grid.Resources>
|
||||
<Style TargetType="TextBlock">
|
||||
<Setter Property="VerticalAlignment" Value="Center"/>
|
||||
<Setter Property="HorizontalAlignment" Value="Center"/>
|
||||
<Setter Property="FontSize" Value="16"/>
|
||||
<Setter Property="FontFamily" Value="Microsoft YaHei"/>
|
||||
</Style>
|
||||
<Style TargetType="Border">
|
||||
<Setter Property="BorderBrush" Value="#0288d1"/>
|
||||
<Setter Property="BorderThickness" Value="1"/>
|
||||
</Style>
|
||||
</Grid.Resources>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
</Grid.RowDefinitions>
|
||||
<UniformGrid Grid.Row="0">
|
||||
<Grid>
|
||||
<Grid.Resources>
|
||||
<Style TargetType="TextBlock">
|
||||
<Setter Property="VerticalAlignment" Value="Center"/>
|
||||
<Setter Property="HorizontalAlignment" Value="Center"/>
|
||||
<Setter Property="FontSize" Value="16"/>
|
||||
<Setter Property="FontFamily" Value="Microsoft YaHei"/>
|
||||
</Style>
|
||||
<Style TargetType="Border">
|
||||
<Setter Property="BorderBrush" Value="#0288d1"/>
|
||||
<Setter Property="BorderThickness" Value="1"/>
|
||||
</Style>
|
||||
</Grid.Resources>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
</Grid.RowDefinitions>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition/>
|
||||
<ColumnDefinition/>
|
||||
<ColumnDefinition/>
|
||||
<ColumnDefinition/>
|
||||
<ColumnDefinition/>
|
||||
<ColumnDefinition/>
|
||||
<ColumnDefinition/>
|
||||
<ColumnDefinition/>
|
||||
<ColumnDefinition/>
|
||||
<ColumnDefinition/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<Border Grid.Row="0" Grid.ColumnSpan="4" Background="#1157b9">
|
||||
<TextBlock Text="发泡线(南)" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="1" Grid.Column="0" Background="#1157b9">
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="0" Background="#1157b9">
|
||||
<TextBlock Text="1" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="0" Background="#1157b9">
|
||||
<TextBlock Text="2" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="0" Background="#1157b9">
|
||||
<TextBlock Text="3" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="0" Background="#1157b9">
|
||||
<TextBlock Text="4" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="0" Background="#1157b9">
|
||||
<TextBlock Text="5" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="0" Background="#1157b9">
|
||||
<TextBlock Text="6" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
|
||||
|
||||
<Border Grid.Row="1" Grid.Column="1" Background="#1157b9">
|
||||
<TextBlock Text="状态" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="1" Background="#1157b9">
|
||||
<Path Data="M 5,5 A 15,15 45 1 1 0,1 Z" Stroke="Green" StrokeThickness="1" Fill="Green" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="1" Background="#1157b9">
|
||||
<Path Data="M 5,5 A 15,15 45 1 1 0,1 Z" Stroke="Green" StrokeThickness="1" Fill="Green" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="1" Background="#1157b9">
|
||||
<Path Data="M 5,5 A 15,15 45 1 1 0,1 Z" Stroke="Green" StrokeThickness="1" Fill="Green" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="1" Background="#1157b9">
|
||||
<Path Data="M 5,5 A 15,15 45 1 1 0,1 Z" Stroke="Green" StrokeThickness="1" Fill="Green" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="1" Background="#1157b9">
|
||||
<Path Data="M 5,5 A 15,15 45 1 1 0,1 Z" Stroke="Green" StrokeThickness="1" Fill="Green" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="1" Background="#1157b9">
|
||||
<Path Data="M 5,5 A 15,15 45 1 1 0,1 Z" Stroke="Green" StrokeThickness="1" Fill="Green" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="1" Grid.Column="2" Background="#1157b9">
|
||||
<TextBlock Text="发泡型号" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="2" >
|
||||
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="2">
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="2">
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="2">
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="2">
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="2">
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="1" Grid.Column="3" Background="#1157b9">
|
||||
<TextBlock Text="夹具产量" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="3" >
|
||||
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="3">
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="3">
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="3">
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="3">
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="3">
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="0" Grid.Column="4" Grid.ColumnSpan="3" >
|
||||
<TextBlock Text="450" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="1" Grid.Column="4" Background="#1157b9">
|
||||
<TextBlock Text="发泡量" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="4" >
|
||||
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="4">
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="4">
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="4">
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="4">
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="4">
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="0" Grid.Column="7" Grid.ColumnSpan="4" Background="#1157b9">
|
||||
<TextBlock Text="发泡线(北)" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="1" Grid.Column="5" Background="#1157b9">
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="5" Background="#1157b9">
|
||||
<TextBlock Text="1" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="5" Background="#1157b9">
|
||||
<TextBlock Text="2" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="5" Background="#1157b9">
|
||||
<TextBlock Text="3" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="5" Background="#1157b9">
|
||||
<TextBlock Text="4" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="5" Background="#1157b9">
|
||||
<TextBlock Text="5" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="5" Background="#1157b9">
|
||||
<TextBlock Text="6" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
|
||||
|
||||
<Border Grid.Row="1" Grid.Column="6" Background="#1157b9">
|
||||
<TextBlock Text="状态" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="6" Background="#1157b9">
|
||||
<Path Data="M 5,5 A 15,15 45 1 1 0,1 Z" Stroke="Green" StrokeThickness="1" Fill="Green" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="6" Background="#1157b9">
|
||||
<Path Data="M 5,5 A 15,15 45 1 1 0,1 Z" Stroke="Green" StrokeThickness="1" Fill="Green" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="6" Background="#1157b9">
|
||||
<Path Data="M 5,5 A 15,15 45 1 1 0,1 Z" Stroke="Green" StrokeThickness="1" Fill="Green" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="6" Background="#1157b9">
|
||||
<Path Data="M 5,5 A 15,15 45 1 1 0,1 Z" Stroke="Green" StrokeThickness="1" Fill="Green" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="6" Background="#1157b9">
|
||||
<Path Data="M 5,5 A 15,15 45 1 1 0,1 Z" Stroke="Green" StrokeThickness="1" Fill="Green" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="6" Background="#1157b9">
|
||||
<Path Data="M 5,5 A 15,15 45 1 1 0,1 Z" Stroke="Green" StrokeThickness="1" Fill="Green" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="1" Grid.Column="7" Background="#1157b9">
|
||||
<TextBlock Text="发泡型号" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="7" >
|
||||
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="7">
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="7">
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="7">
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="7">
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="7">
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="1" Grid.Column="8" Background="#1157b9">
|
||||
<TextBlock Text="夹具产量" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="8" >
|
||||
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="8">
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="8">
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="8">
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="8">
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="8">
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="1" Grid.Column="9" Background="#1157b9">
|
||||
<TextBlock Text="发泡量" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="9" >
|
||||
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="9">
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="9">
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="9">
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="9">
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="9">
|
||||
</Border>
|
||||
</Grid>
|
||||
</UniformGrid>
|
||||
<UniformGrid Grid.Row="1">
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition/>
|
||||
<ColumnDefinition/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<UniformGrid Grid.Column="0">
|
||||
<Grid Margin="10,10">
|
||||
<lvc:CartesianChart Series="{Binding Achievement, UpdateSourceTrigger=PropertyChanged}" LegendLocation="Top" Foreground="White">
|
||||
<lvc:CartesianChart.DataTooltip >
|
||||
<lvc:DefaultTooltip SelectionMode="OnlySender" BulletSize="10" Foreground="Black"></lvc:DefaultTooltip>
|
||||
</lvc:CartesianChart.DataTooltip>
|
||||
<lvc:CartesianChart.AxisX>
|
||||
<lvc:Axis Labels="{Binding ProductionHourList}" FontSize="12" LabelsRotation="0" DisableAnimations="True" Position="LeftBottom" Foreground="White">
|
||||
<lvc:Axis.Separator>
|
||||
<lvc:Separator Visibility="Hidden" Step="1" StrokeThickness="1.5" StrokeDashArray="0" Stroke="#404F56" >
|
||||
</lvc:Separator>
|
||||
</lvc:Axis.Separator>
|
||||
</lvc:Axis>
|
||||
</lvc:CartesianChart.AxisX>
|
||||
<lvc:CartesianChart.AxisY>
|
||||
<lvc:Axis FontSize="18" Foreground="White" >
|
||||
<lvc:Axis.Separator>
|
||||
<lvc:Separator Visibility="Hidden" StrokeThickness="1" StrokeDashArray="3" Stroke="#404F56" >
|
||||
</lvc:Separator>
|
||||
</lvc:Axis.Separator>
|
||||
</lvc:Axis>
|
||||
</lvc:CartesianChart.AxisY>
|
||||
</lvc:CartesianChart>
|
||||
</Grid>
|
||||
</UniformGrid>
|
||||
<UniformGrid Grid.Column="1">
|
||||
<Grid Margin="10,10">
|
||||
<lvc:CartesianChart LegendLocation="Top" Series="{Binding ModelStatistics, UpdateSourceTrigger=PropertyChanged}" Foreground="White">
|
||||
<lvc:CartesianChart.DataTooltip>
|
||||
<lvc:DefaultTooltip BulletSize="10" Foreground="Black"></lvc:DefaultTooltip>
|
||||
</lvc:CartesianChart.DataTooltip>
|
||||
<lvc:CartesianChart.AxisX>
|
||||
<lvc:Axis Labels="{Binding MaterialNameList}" FontSize="12" Foreground="White">
|
||||
<lvc:Axis.Separator>
|
||||
<lvc:Separator Step="1" Visibility="Hidden" StrokeThickness="1.5" StrokeDashArray="0" Stroke="#404F56" >
|
||||
</lvc:Separator>
|
||||
</lvc:Axis.Separator>
|
||||
</lvc:Axis>
|
||||
</lvc:CartesianChart.AxisX>
|
||||
<lvc:CartesianChart.AxisY>
|
||||
<lvc:Axis FontSize="18" Foreground="White">
|
||||
<lvc:Axis.Separator>
|
||||
<lvc:Separator Visibility="Hidden" StrokeThickness="1" StrokeDashArray="3" Stroke="#404F56" >
|
||||
</lvc:Separator>
|
||||
</lvc:Axis.Separator>
|
||||
</lvc:Axis>
|
||||
</lvc:CartesianChart.AxisY>
|
||||
</lvc:CartesianChart>
|
||||
</Grid>
|
||||
</UniformGrid>
|
||||
</Grid>
|
||||
</UniformGrid>
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
</UserControl>
|
@ -0,0 +1,291 @@
|
||||
<UserControl x:Class="Aucma.Core.BoxFoam.Views.FoamPlanPageView"
|
||||
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:Aucma.Core.BoxFoam.Views"
|
||||
mc:Ignorable="d" Background="#1152AC"
|
||||
d:DesignHeight="1080" d:DesignWidth="1920">
|
||||
|
||||
<Border x:Name="HeightHelperPanel" BorderBrush="#0288d1" BorderThickness="0" CornerRadius="5" Background="Transparent" Margin="5">
|
||||
<Grid>
|
||||
<Grid.Resources>
|
||||
<Style TargetType="TextBlock">
|
||||
<Setter Property="VerticalAlignment" Value="Center"/>
|
||||
<Setter Property="HorizontalAlignment" Value="Center"/>
|
||||
<Setter Property="FontSize" Value="16"/>
|
||||
<Setter Property="FontFamily" Value="Microsoft YaHei"/>
|
||||
</Style>
|
||||
<Style TargetType="Border">
|
||||
<Setter Property="BorderBrush" Value="#0288d1"/>
|
||||
<Setter Property="BorderThickness" Value="1"/>
|
||||
</Style>
|
||||
</Grid.Resources>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition />
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
</Grid.RowDefinitions>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="0.1*"/>
|
||||
<ColumnDefinition Width="0.3*"/>
|
||||
<ColumnDefinition Width="1*"/>
|
||||
<ColumnDefinition Width="0.3*"/>
|
||||
<ColumnDefinition Width="0.3*"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<Border Grid.Row="0" Grid.Column="0"></Border>
|
||||
<Border Grid.Row="1" Grid.Column="0" >
|
||||
<TextBlock Text="1" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="0">
|
||||
<TextBlock Text="2" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="0" >
|
||||
<TextBlock Text="3" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="0" >
|
||||
<TextBlock Text="4" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="0" >
|
||||
<TextBlock Text="5" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="0" >
|
||||
<TextBlock Text="6" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="0" >
|
||||
<TextBlock Text="7" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="8" Grid.Column="0" >
|
||||
<TextBlock Text="8" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="9" Grid.Column="0" >
|
||||
<TextBlock Text="9" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="10" Grid.Column="0" >
|
||||
<TextBlock Text="10" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="11" Grid.Column="0" >
|
||||
<TextBlock Text="11" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="12" Grid.Column="0" >
|
||||
<TextBlock Text="12" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="0" Grid.Column="1" >
|
||||
<TextBlock Text="物料编号" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="0" Grid.Column="2" >
|
||||
<TextBlock Text="物料名称" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="0" Grid.Column="3" >
|
||||
<TextBlock Text="发泡计划量" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="0" Grid.Column="4" >
|
||||
<TextBlock Text="操作" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="1" Grid.Column="1" >
|
||||
<TextBlock Text="9002006859" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="1" Grid.Column="2" >
|
||||
<TextBlock Text="SC-439,YZXGWBC元气森林,C" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="1" Grid.Column="3" >
|
||||
<TextBlock Text="9999" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="1" Grid.Column="4" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="2" Grid.Column="1" >
|
||||
<TextBlock Text="9002006859" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="2" >
|
||||
<TextBlock Text="SC-439,YZXGWBC元气森林,C" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="3" >
|
||||
<TextBlock Text="9999" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="4" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="3" Grid.Column="1" >
|
||||
<TextBlock Text="9002006859" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="2" >
|
||||
<TextBlock Text="SC-439,YZXGWBC元气森林,C" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="3" >
|
||||
<TextBlock Text="9999" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="4" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="4" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="3" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="4" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="5" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="3" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="4" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="6" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="3" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="4" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="7" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="3" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="4" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="8" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="8" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="8" Grid.Column="3" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="8" Grid.Column="4" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="9" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="9" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="9" Grid.Column="3" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="9" Grid.Column="4" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="10" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="10" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="10" Grid.Column="3" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="10" Grid.Column="4" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="11" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="11" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="11" Grid.Column="3" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="11" Grid.Column="4" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="12" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="12" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="12" Grid.Column="3" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="12" Grid.Column="4" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
</UserControl>
|
@ -0,0 +1,371 @@
|
||||
<UserControl x:Class="Aucma.Core.Palletiz.Views.PalletizPageView"
|
||||
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:Aucma.Core.Palletiz.Views"
|
||||
mc:Ignorable="d" Background="#1152AC"
|
||||
d:DesignHeight="1080" d:DesignWidth="1920">
|
||||
|
||||
<Border x:Name="HeightHelperPanel" BorderBrush="#0288d1" BorderThickness="0" CornerRadius="5" Background="Transparent" Margin="5">
|
||||
<Grid>
|
||||
<Grid.Resources>
|
||||
<Style TargetType="TextBlock">
|
||||
<Setter Property="VerticalAlignment" Value="Center"/>
|
||||
<Setter Property="HorizontalAlignment" Value="Center"/>
|
||||
<Setter Property="FontSize" Value="16"/>
|
||||
<Setter Property="FontFamily" Value="Microsoft YaHei"/>
|
||||
</Style>
|
||||
<Style TargetType="Border">
|
||||
<Setter Property="BorderBrush" Value="#0288d1"/>
|
||||
<Setter Property="BorderThickness" Value="1"/>
|
||||
</Style>
|
||||
</Grid.Resources>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition />
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
</Grid.RowDefinitions>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="0.1*"/>
|
||||
<ColumnDefinition Width="0.3*"/>
|
||||
<ColumnDefinition Width="1*"/>
|
||||
<ColumnDefinition Width="0.3*"/>
|
||||
<ColumnDefinition Width="0.3*"/>
|
||||
<ColumnDefinition Width="0.3*"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<Border Grid.Row="0" Grid.Column="0"></Border>
|
||||
<Border Grid.Row="1" Grid.Column="0" >
|
||||
<TextBlock Text="1" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="0">
|
||||
<TextBlock Text="2" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="0" >
|
||||
<TextBlock Text="3" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="0" >
|
||||
<TextBlock Text="4" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="0" >
|
||||
<TextBlock Text="5" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="0" >
|
||||
<TextBlock Text="6" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="0" >
|
||||
<TextBlock Text="7" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="8" Grid.Column="0" >
|
||||
<TextBlock Text="8" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="9" Grid.Column="0" >
|
||||
<TextBlock Text="9" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="10" Grid.Column="0" >
|
||||
<TextBlock Text="10" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="11" Grid.Column="0" >
|
||||
<TextBlock Text="11" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="12" Grid.Column="0" >
|
||||
<TextBlock Text="12" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="0" Grid.Column="1" >
|
||||
<TextBlock Text="物料编号" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="0" Grid.Column="2" >
|
||||
<TextBlock Text="物料名称" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="0" Grid.Column="3" >
|
||||
<TextBlock Text="转向角度" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="0" Grid.Column="4" >
|
||||
<TextBlock Text="是否占用多货道" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="0" Grid.Column="5" >
|
||||
<TextBlock Text="操作" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="1" Grid.Column="1" >
|
||||
<TextBlock Text="9002006859" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="1" Grid.Column="2" >
|
||||
<TextBlock Text="SC-439,YZXGWBC元气森林,C" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="1" Grid.Column="3" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<TextBlock Text="180" Foreground="White" FontSize="20"/>
|
||||
<TextBlock Text="°" Foreground="White" FontSize="20"/>
|
||||
</WrapPanel>
|
||||
|
||||
</Border>
|
||||
<Border Grid.Row="1" Grid.Column="4" >
|
||||
<TextBlock Text="是" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="1" Grid.Column="5" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="2" Grid.Column="1" >
|
||||
<TextBlock Text="9002006890" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="2" >
|
||||
<TextBlock Text="SC-439,YZXGWBC元气森林" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="3" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<TextBlock Text="90" Foreground="White" FontSize="20"/>
|
||||
<TextBlock Text="°" Foreground="White" FontSize="20"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="4" >
|
||||
<TextBlock Text="是" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="2" Grid.Column="5" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="3" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="3" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<TextBlock Text="0" Foreground="White" FontSize="20"/>
|
||||
<TextBlock Text="°" Foreground="White" FontSize="20"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="4" >
|
||||
<TextBlock Text="否" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Grid.Column="5" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="4" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="3" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<TextBlock Text="0" Foreground="White" FontSize="20"/>
|
||||
<TextBlock Text="°" Foreground="White" FontSize="20"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="4" >
|
||||
<TextBlock Text="否" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Grid.Column="5" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="5" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="3" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="3" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<TextBlock Text="0" Foreground="White" FontSize="20"/>
|
||||
<TextBlock Text="°" Foreground="White" FontSize="20"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="4" >
|
||||
<TextBlock Text="否" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="5" Grid.Column="5" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="6" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="3" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<TextBlock Text="0" Foreground="White" FontSize="20"/>
|
||||
<TextBlock Text="°" Foreground="White" FontSize="20"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="4" >
|
||||
<TextBlock Text="否" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="6" Grid.Column="5" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="7" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="3" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<TextBlock Text="0" Foreground="White" FontSize="20"/>
|
||||
<TextBlock Text="°" Foreground="White" FontSize="20"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="4" >
|
||||
<TextBlock Text="否" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="7" Grid.Column="5" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="8" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="8" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="8" Grid.Column="3" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<TextBlock Text="0" Foreground="White" FontSize="20"/>
|
||||
<TextBlock Text="°" Foreground="White" FontSize="20"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
<Border Grid.Row="8" Grid.Column="4" >
|
||||
<TextBlock Text="否" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="8" Grid.Column="5" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="9" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="9" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="9" Grid.Column="3" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<TextBlock Text="0" Foreground="White" FontSize="20"/>
|
||||
<TextBlock Text="°" Foreground="White" FontSize="20"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
<Border Grid.Row="9" Grid.Column="4" >
|
||||
<TextBlock Text="否" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="9" Grid.Column="5" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="10" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="10" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="10" Grid.Column="3" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<TextBlock Text="0" Foreground="White" FontSize="20"/>
|
||||
<TextBlock Text="°" Foreground="White" FontSize="20"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
<Border Grid.Row="10" Grid.Column="4" >
|
||||
<TextBlock Text="否" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="10" Grid.Column="5" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="11" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="11" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="11" Grid.Column="3" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<TextBlock Text="0" Foreground="White" FontSize="20"/>
|
||||
<TextBlock Text="°" Foreground="White" FontSize="20"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
<Border Grid.Row="11" Grid.Column="4" >
|
||||
<TextBlock Text="否" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="11" Grid.Column="5" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="12" Grid.Column="1" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="12" Grid.Column="2" >
|
||||
<TextBlock Text="" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="12" Grid.Column="3" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<TextBlock Text="0" Foreground="White" FontSize="20"/>
|
||||
<TextBlock Text="°" Foreground="White" FontSize="20"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
<Border Grid.Row="12" Grid.Column="4" >
|
||||
<TextBlock Text="否" Foreground="White" FontSize="20"/>
|
||||
</Border>
|
||||
<Border Grid.Row="12" Grid.Column="5" >
|
||||
<WrapPanel VerticalAlignment="Center" HorizontalAlignment="Center">
|
||||
<Button Content="添加" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding AddPlanCommand}" />
|
||||
<Button Content="清除" FontSize="20" Width="100" Height="40" Margin="3" Command="{Binding ClearPlanCommand}"/>
|
||||
</WrapPanel>
|
||||
</Border>
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
</UserControl>
|
@ -0,0 +1,15 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Admin.Core.Common\Admin.Core.Common.csproj" />
|
||||
<ProjectReference Include="..\Admin.Core.IService\Admin.Core.IService.csproj" />
|
||||
<ProjectReference Include="..\Aucma.Core.PLc\Aucma.Core.PLc.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue