一些更改
This commit is contained in:
@@ -346,7 +346,7 @@
|
||||
Command="{Binding OperCmd}"
|
||||
CommandParameter="开始"
|
||||
GroupName="OpRunStop"
|
||||
IsChecked="False"
|
||||
IsChecked="{Binding MachineRtDataService.SysExdBoolInfos.StartRunStateQuickTag.Value}"
|
||||
Style="{StaticResource MaterialDesignChoiceChipSecondaryRadioButton}">
|
||||
<RadioButton.Content>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
@@ -415,6 +415,22 @@
|
||||
<TextBlock Text="复位" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
<Button
|
||||
Margin="5,0"
|
||||
Command="{Binding OperCmd}"
|
||||
CommandParameter="暂停"
|
||||
Foreground="White">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock
|
||||
Margin="2,0"
|
||||
VerticalAlignment="Center"
|
||||
FontFamily="/Assets/Fonts/#iconfont"
|
||||
FontSize="14"
|
||||
Foreground="White"
|
||||
Text="" />
|
||||
<TextBlock Text="暂停" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
<Button
|
||||
Margin="5,0"
|
||||
Command="{Binding OperCmd}"
|
||||
@@ -447,12 +463,12 @@
|
||||
<TextBlock Text="试验信息" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
<Button
|
||||
<!--<Button
|
||||
Margin="5,0"
|
||||
Command="{x:Static materialDesign:DrawerHost.OpenDrawerCommand}"
|
||||
CommandParameter="{x:Static Dock.Left}"
|
||||
Content="{materialDesign:PackIcon Kind=ArrowUp}"
|
||||
Foreground="White" />
|
||||
Foreground="White" />-->
|
||||
|
||||
</StackPanel>
|
||||
</materialDesign:Card>
|
||||
@@ -952,7 +968,7 @@
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
CellTitle="功率"
|
||||
CellUnit="Kw"
|
||||
CellUnit="{Binding ComCapPwTag.Unit}"
|
||||
CellValue="{Binding ComCapPwTag.EngPvValueStr}" />
|
||||
<Controls:ValueShow
|
||||
Canvas.Left="105"
|
||||
|
||||
Reference in New Issue
Block a user