步骤下发更改
This commit is contained in:
@@ -523,6 +523,73 @@
|
||||
Text="删除" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
Width="80"
|
||||
Height="25"
|
||||
Margin="2"
|
||||
Background="Yellow"
|
||||
Command="{Binding ProRunSelectedDelete1}"
|
||||
CommandParameter="1"
|
||||
Style="{StaticResource MaterialDesignOutlinedDarkButton}"
|
||||
ToolTip="停止">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Margin="0,0,2,0"
|
||||
VerticalAlignment="Center"
|
||||
FontFamily="/Assets/Fonts/#iconfont"
|
||||
FontSize="14"
|
||||
Text="" />
|
||||
<TextBlock
|
||||
VerticalAlignment="Center"
|
||||
FontSize="14"
|
||||
Text="停止" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
<Button
|
||||
Width="80"
|
||||
Height="25"
|
||||
Margin="2"
|
||||
Background="Yellow"
|
||||
Command="{Binding ProRunSelectedDelete1}"
|
||||
CommandParameter="2"
|
||||
Style="{StaticResource MaterialDesignOutlinedDarkButton}"
|
||||
ToolTip="暂停">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Margin="0,0,2,0"
|
||||
VerticalAlignment="Center"
|
||||
FontFamily="/Assets/Fonts/#iconfont"
|
||||
FontSize="14"
|
||||
Text="" />
|
||||
<TextBlock
|
||||
VerticalAlignment="Center"
|
||||
FontSize="14"
|
||||
Text="暂停" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
<Button
|
||||
Width="80"
|
||||
Height="25"
|
||||
Margin="2"
|
||||
Background="Yellow"
|
||||
Command="{Binding ProRunSelectedDelete1}"
|
||||
CommandParameter="3"
|
||||
Style="{StaticResource MaterialDesignOutlinedDarkButton}"
|
||||
ToolTip="继续">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Margin="0,0,2,0"
|
||||
VerticalAlignment="Center"
|
||||
FontFamily="/Assets/Fonts/#iconfont"
|
||||
FontSize="14"
|
||||
Text="" />
|
||||
<TextBlock
|
||||
VerticalAlignment="Center"
|
||||
FontSize="14"
|
||||
Text="继续" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user