KR25003初步更改项目的信息
This commit is contained in:
@@ -431,7 +431,7 @@
|
||||
<TextBlock Text="暂停" />
|
||||
</StackPanel>
|
||||
</Button>
|
||||
<Button
|
||||
<!--<Button
|
||||
Margin="5,0"
|
||||
Command="{Binding OperCmd}"
|
||||
CommandParameter="消音"
|
||||
@@ -446,7 +446,7 @@
|
||||
Text="" />
|
||||
<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
冷凝器出水"
|
||||
FontSize="16"
|
||||
FontWeight="Bold" />
|
||||
<StackPanel
|
||||
Canvas.Left="1250"
|
||||
Canvas.Top="5"
|
||||
|
||||
@@ -654,7 +654,7 @@
|
||||
|
||||
<DataGridTemplateColumn>
|
||||
<DataGridTemplateColumn.Header>
|
||||
<TextBlock FontWeight="Bold" Text="冷凝器出口水温
(℃)" />
|
||||
<TextBlock FontWeight="Bold" Text="冷凝器循环水温
(℃)" />
|
||||
</DataGridTemplateColumn.Header>
|
||||
<DataGridTemplateColumn.CellTemplate>
|
||||
<DataTemplate>
|
||||
@@ -1476,7 +1476,7 @@
|
||||
VerticalAlignment="Center"
|
||||
FontSize="12"
|
||||
FontWeight="Bold"
|
||||
Text="冷凝器出口水温
(℃)" />
|
||||
Text="冷凝器循环水温
(℃)" />
|
||||
</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}"
|
||||
|
||||
Reference in New Issue
Block a user