压力单位更改
This commit is contained in:
@@ -609,7 +609,7 @@
|
|||||||
|
|
||||||
<DataGridTemplateColumn>
|
<DataGridTemplateColumn>
|
||||||
<DataGridTemplateColumn.Header>
|
<DataGridTemplateColumn.Header>
|
||||||
<TextBlock FontWeight="Bold" Text="排气压力
(barA)" />
|
<TextBlock FontWeight="Bold" Text="排气压力
(MpaA)" />
|
||||||
</DataGridTemplateColumn.Header>
|
</DataGridTemplateColumn.Header>
|
||||||
<DataGridTemplateColumn.CellTemplate>
|
<DataGridTemplateColumn.CellTemplate>
|
||||||
<DataTemplate>
|
<DataTemplate>
|
||||||
@@ -620,7 +620,7 @@
|
|||||||
|
|
||||||
<DataGridTemplateColumn>
|
<DataGridTemplateColumn>
|
||||||
<DataGridTemplateColumn.Header>
|
<DataGridTemplateColumn.Header>
|
||||||
<TextBlock FontWeight="Bold" Text="吸气压力
(barA)" />
|
<TextBlock FontWeight="Bold" Text="吸气压力
(MpaA)" />
|
||||||
</DataGridTemplateColumn.Header>
|
</DataGridTemplateColumn.Header>
|
||||||
<DataGridTemplateColumn.CellTemplate>
|
<DataGridTemplateColumn.CellTemplate>
|
||||||
<DataTemplate>
|
<DataTemplate>
|
||||||
@@ -653,7 +653,7 @@
|
|||||||
|
|
||||||
<!--<DataGridTemplateColumn>
|
<!--<DataGridTemplateColumn>
|
||||||
<DataGridTemplateColumn.Header>
|
<DataGridTemplateColumn.Header>
|
||||||
<TextBlock FontWeight="Bold" Text="润滑油压力
(barA)" />
|
<TextBlock FontWeight="Bold" Text="润滑油压力
(MpaA)" />
|
||||||
</DataGridTemplateColumn.Header>
|
</DataGridTemplateColumn.Header>
|
||||||
<DataGridTemplateColumn.CellTemplate>
|
<DataGridTemplateColumn.CellTemplate>
|
||||||
<DataTemplate>
|
<DataTemplate>
|
||||||
@@ -664,7 +664,7 @@
|
|||||||
|
|
||||||
<DataGridTemplateColumn>
|
<DataGridTemplateColumn>
|
||||||
<DataGridTemplateColumn.Header>
|
<DataGridTemplateColumn.Header>
|
||||||
<TextBlock FontWeight="Bold" Text="COND2压力
(barA)" />
|
<TextBlock FontWeight="Bold" Text="COND2压力
(MpaA)" />
|
||||||
</DataGridTemplateColumn.Header>
|
</DataGridTemplateColumn.Header>
|
||||||
<DataGridTemplateColumn.CellTemplate>
|
<DataGridTemplateColumn.CellTemplate>
|
||||||
<DataTemplate>
|
<DataTemplate>
|
||||||
@@ -1358,7 +1358,7 @@
|
|||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
FontSize="12"
|
FontSize="12"
|
||||||
FontWeight="Bold"
|
FontWeight="Bold"
|
||||||
Text="排气压力 (barA)" />
|
Text="排气压力 (MpaA)" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</TabItem.Header>
|
</TabItem.Header>
|
||||||
<Controls:MeterConfig
|
<Controls:MeterConfig
|
||||||
@@ -1392,7 +1392,7 @@
|
|||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
FontSize="12"
|
FontSize="12"
|
||||||
FontWeight="Bold"
|
FontWeight="Bold"
|
||||||
Text="吸气压力 (barA)" />
|
Text="吸气压力 (MpaA)" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</TabItem.Header>
|
</TabItem.Header>
|
||||||
<Controls:MeterConfig
|
<Controls:MeterConfig
|
||||||
@@ -1495,7 +1495,7 @@
|
|||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
FontSize="12"
|
FontSize="12"
|
||||||
FontWeight="Bold"
|
FontWeight="Bold"
|
||||||
Text="润滑油压力 (barA)" />
|
Text="润滑油压力 (MpaA)" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</TabItem.Header>
|
</TabItem.Header>
|
||||||
<Controls:MeterConfig
|
<Controls:MeterConfig
|
||||||
@@ -1563,7 +1563,7 @@
|
|||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
FontSize="12"
|
FontSize="12"
|
||||||
FontWeight="Bold"
|
FontWeight="Bold"
|
||||||
Text="COND2压力 (barA)" />
|
Text="COND2压力 (MpaA)" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</TabItem.Header>
|
</TabItem.Header>
|
||||||
<Controls:MeterConfig
|
<Controls:MeterConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user