CAN的更改
This commit is contained in:
@@ -609,7 +609,7 @@
|
||||
Margin="10,0,0,0"
|
||||
Command="{Binding CanAutoHandCmd}"
|
||||
CommandParameter="{Binding RelativeSource={RelativeSource Self}}"
|
||||
FontSize="11"
|
||||
FontSize="8"
|
||||
ToolTip="自动时:接受程序步骤的转速控制;手动时:手动发送转速数据">
|
||||
<ToggleButton.Style>
|
||||
<Style BasedOn="{StaticResource MaterialDesignSwitchToggleButton}" TargetType="ToggleButton">
|
||||
@@ -647,7 +647,7 @@
|
||||
Margin="10,0,0,0"
|
||||
Command="{Binding CanHandEnableCmd}"
|
||||
CommandParameter="{Binding RelativeSource={RelativeSource Self}}"
|
||||
FontSize="11"
|
||||
FontSize="8"
|
||||
ToolTip="使能时:触发报文中使能;禁用时:触发报文中使能=False">
|
||||
<ToggleButton.Style>
|
||||
<Style BasedOn="{StaticResource MaterialDesignSwitchToggleButton}" TargetType="ToggleButton">
|
||||
|
||||
Reference in New Issue
Block a user