KR25003初步更改项目的信息

This commit is contained in:
2025-09-06 10:43:35 +08:00
parent e954988fb5
commit c35da1d6d5
12 changed files with 204 additions and 203 deletions

View File

@@ -431,7 +431,7 @@
<TextBlock Text="暂停" />
</StackPanel>
</Button>
<Button
<!--<Button
Margin="5,0"
Command="{Binding OperCmd}"
CommandParameter="消音"
@@ -446,7 +446,7 @@
Text="&#xe9c4;" />
<TextBlock Text="消音" />
</StackPanel>
</Button>
</Button>-->
<Button
Margin="5,0"
Command="{Binding OperCmd}"
@@ -869,7 +869,7 @@
<!-- inkscape -->
<Canvas Grid.Column="1">
<Canvas.Background>
<ImageBrush ImageSource="\Assets\Images\CapMachineOutput1.png" />
<ImageBrush ImageSource="\Assets\Images\CapMachineKR25003.png" />
</Canvas.Background>
<Rectangle
Canvas.Left="30"
@@ -1042,14 +1042,6 @@
CellTitle="冷凝器进水温"
CellUnit="{Binding CondInTempTag.Unit}"
CellValue="{Binding CondInTempTag.EngPvValueStr}" />
<Controls:ValueShow
Canvas.Left="1194"
Canvas.Top="360"
HorizontalAlignment="Center"
VerticalAlignment="Top"
CellTitle="冷凝器出水温"
CellUnit="{Binding Cond1TempTag.Unit}"
CellValue="{Binding Cond1TempTag.EngPvValueStr}" />
<Controls:ValueShow
Canvas.Left="1217"
Canvas.Top="136"
@@ -1066,14 +1058,6 @@
CellTitle="吸气温度MV"
CellUnit="%"
CellValue="{Binding InhTempTag.EngMvValue}" />
<Label
Canvas.Left="1339"
Canvas.Top="225"
HorizontalAlignment="Center"
VerticalAlignment="Top"
Content="CCV2&#x0a;冷凝器出水"
FontSize="16"
FontWeight="Bold" />
<StackPanel
Canvas.Left="1250"
Canvas.Top="5"

View File

@@ -654,7 +654,7 @@
<DataGridTemplateColumn>
<DataGridTemplateColumn.Header>
<TextBlock FontWeight="Bold" Text="冷凝器出口水温&#x0A;(℃)" />
<TextBlock FontWeight="Bold" Text="冷凝器循环水温&#x0A;(℃)" />
</DataGridTemplateColumn.Header>
<DataGridTemplateColumn.CellTemplate>
<DataTemplate>
@@ -1476,7 +1476,7 @@
VerticalAlignment="Center"
FontSize="12"
FontWeight="Bold"
Text="冷凝器出口水温&#x0A;(℃)" />
Text="冷凝器循环水温&#x0A;(℃)" />
</StackPanel>
</TabItem.Header>
<Controls:MeterConfig
@@ -1490,7 +1490,7 @@
EditCommand="{Binding ProStepCond1TempEditCmd}"
IsTimeOk="{Binding MeterCond1TempExDto.IsTimeOk}"
ListMeter="{Binding ListSlopMeterCond1TempItems}"
MeterName="冷凝器出口水温"
MeterName="冷凝器循环水温"
MeterSelectedChangedCmd="{Binding MeterCond1TempSlopSelectedChangedCmd}"
ParConfigCommand="{Binding MeterCond1TempParConfigCmd}"
SelectedMeter="{Binding SelectedSlopCond1Temp, Mode=TwoWay}"