|
|
|
@ -184,23 +184,10 @@
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Border Grid.Row="0" Grid.Column="0">
|
|
|
|
|
<TextBlock Text="取材气缸1" VerticalAlignment="Center" HorizontalAlignment ="Center" FontSize="21"></TextBlock>
|
|
|
|
|
<TextBlock Text="取料气缸1" VerticalAlignment="Center" HorizontalAlignment ="Center" FontSize="21"></TextBlock>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="0" Grid.Column="1">
|
|
|
|
|
<Button Content="上升" Foreground="White" FontSize="21">
|
|
|
|
|
<!--<Button.Style>
|
|
|
|
|
<Style TargetType="{x:Type Button}}">
|
|
|
|
|
<Setter Property="AllowDrop">
|
|
|
|
|
<Setter.Value>
|
|
|
|
|
<ControlTemplate TargetType="{x:Type Button}">
|
|
|
|
|
<Border x:Name="border" CornerRadius="8" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Background="{TemplateBinding Background}" SnapsToDevicePixels="true">
|
|
|
|
|
<ContentPresenter x:Name="contentPresenter" Focusable="False" HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" Margin="{TemplateBinding Padding}" RecognizesAccessKey="True" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}"/>
|
|
|
|
|
</Border>
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
</Setter.Value>
|
|
|
|
|
</Setter>
|
|
|
|
|
</Style>
|
|
|
|
|
</Button.Style>-->
|
|
|
|
|
<Button Content="上升" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FF0047E2" Offset="1"/>
|
|
|
|
@ -209,10 +196,218 @@
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="0" Grid.Column="2">
|
|
|
|
|
<Button Content="下降" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FFFF4A00" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FFFFCB00" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="1" Grid.Column="0">
|
|
|
|
|
<TextBlock Text="吸料气缸1" VerticalAlignment="Center" HorizontalAlignment ="Center" FontSize="21"></TextBlock>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="1" Grid.Column="1">
|
|
|
|
|
<Button Content="上升" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FF0047E2" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FF00A3FF" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="1" Grid.Column="2">
|
|
|
|
|
<Button Content="下降" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FFFF4A00" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FFFFCB00" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="2" Grid.Column="0">
|
|
|
|
|
<TextBlock Text="取料气缸2" VerticalAlignment="Center" HorizontalAlignment ="Center" FontSize="21"></TextBlock>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="2" Grid.Column="1">
|
|
|
|
|
<Button Content="上升" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FF0047E2" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FF00A3FF" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="2" Grid.Column="2">
|
|
|
|
|
<Button Content="下降" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FFFF4A00" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FFFFCB00" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="3" Grid.Column="0">
|
|
|
|
|
<TextBlock Text="吸料气缸2" VerticalAlignment="Center" HorizontalAlignment ="Center" FontSize="21"></TextBlock>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="3" Grid.Column="1">
|
|
|
|
|
<Button Content="上升" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FF0047E2" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FF00A3FF" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="3" Grid.Column="2">
|
|
|
|
|
<Button Content="下降" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FFFF4A00" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FFFFCB00" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="4" Grid.Column="0">
|
|
|
|
|
<TextBlock Text="旋转电机" VerticalAlignment="Center" HorizontalAlignment ="Center" FontSize="21"></TextBlock>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="4" Grid.Column="1">
|
|
|
|
|
<Button Content="正转" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FF0047E2" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FF00A3FF" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="4" Grid.Column="2">
|
|
|
|
|
<Button Content="反转" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FFFF4A00" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FFFFCB00" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="5" Grid.Column="0">
|
|
|
|
|
<TextBlock Text="层合电机" VerticalAlignment="Center" HorizontalAlignment ="Center" FontSize="21"></TextBlock>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="5" Grid.Column="1">
|
|
|
|
|
<Button Content="正转" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FF0047E2" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FF00A3FF" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="5" Grid.Column="2">
|
|
|
|
|
<Button Content="反转" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FFFF4A00" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FFFFCB00" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Column="1">
|
|
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Border Grid.Row="0" Grid.Column="0">
|
|
|
|
|
<TextBlock Text="供料电机" VerticalAlignment="Center" HorizontalAlignment ="Center" FontSize="21"></TextBlock>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="0" Grid.Column="1">
|
|
|
|
|
<Button Content="正转" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FF0047E2" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FF00A3FF" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="0" Grid.Column="2">
|
|
|
|
|
<Button Content="反转" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FFFF4A00" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FFFFCB00" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="1" Grid.Column="0">
|
|
|
|
|
<TextBlock Text="上胶辊气缸" VerticalAlignment="Center" HorizontalAlignment ="Center" FontSize="21"></TextBlock>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="1" Grid.Column="1">
|
|
|
|
|
<Button Content="前进" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FF0047E2" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FF00A3FF" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="1" Grid.Column="2">
|
|
|
|
|
<Button Content="回收" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FFFF4A00" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FFFFCB00" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="2" Grid.Column="0">
|
|
|
|
|
<TextBlock Text="下胶辊气缸" VerticalAlignment="Center" HorizontalAlignment ="Center" FontSize="21"></TextBlock>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="2" Grid.Column="1">
|
|
|
|
|
<Button Content="前进" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FF0047E2" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FF00A3FF" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
<Border Grid.Row="2" Grid.Column="2">
|
|
|
|
|
<Button Content="回收" Foreground="White" FontSize="21" Style="{StaticResource BUTTON_AGREE}" Margin="6" >
|
|
|
|
|
<Button.Background>
|
|
|
|
|
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
|
|
|
|
<GradientStop Color="#FFFF4A00" Offset="1"/>
|
|
|
|
|
<GradientStop Color="#FFFFCB00" Offset="0"/>
|
|
|
|
|
</LinearGradientBrush>
|
|
|
|
|
</Button.Background>
|
|
|
|
|
</Button>
|
|
|
|
|
</Border>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|