|
|
@@ -175,7 +175,7 @@ |
|
|
|
<Setter.Value> |
|
|
|
<StackPanel Orientation="Horizontal" Margin="8 0"> |
|
|
|
<icon:PackIconModern Kind="ControlPlay" VerticalAlignment="Center" Foreground="#28B60F" Width="8"/> |
|
|
|
<TextBlock Text="运行" Margin="4 0" VerticalAlignment="Center"/> |
|
|
|
<TextBlock Text="当前页" Margin="4 0" VerticalAlignment="Center"/> |
|
|
|
</StackPanel> |
|
|
|
</Setter.Value> |
|
|
|
</Setter> |
|
|
@@ -186,7 +186,7 @@ |
|
|
|
<Setter.Value> |
|
|
|
<StackPanel Orientation="Horizontal" Margin="8 0"> |
|
|
|
<icon:PackIconModern Kind="ControlStop" VerticalAlignment="Center" Foreground="#B60F0F" Width="8"/> |
|
|
|
<TextBlock Text="停止" Margin="4 0" VerticalAlignment="Center"/> |
|
|
|
<TextBlock Text="当前页" Margin="4 0" VerticalAlignment="Center"/> |
|
|
|
</StackPanel> |
|
|
|
</Setter.Value> |
|
|
|
</Setter> |
|
|
@@ -198,7 +198,7 @@ |
|
|
|
<Button x:Name="Run1Btn" Margin="4 0 0 0" Padding="0" Click="MNRunBtn_Click"> |
|
|
|
<StackPanel Orientation="Horizontal" Margin="8 0"> |
|
|
|
<icon:PackIconModern Kind="ControlPlay" VerticalAlignment="Center" Foreground="#28B60F" Width="8"/> |
|
|
|
<TextBlock Text="模拟运行" Margin="4 0" VerticalAlignment="Center"/> |
|
|
|
<TextBlock Text="运行程序" Margin="4 0" VerticalAlignment="Center"/> |
|
|
|
</StackPanel> |
|
|
|
</Button> |
|
|
|
<Button x:Name="SaveBtn" Margin="16 0 0 0" Padding="0" Click="SaveBtn_Click"> |
|
|
|