修改PM气路图中的数据绑定问题
This commit is contained in:
parent
9c33a97641
commit
86658365fa
@ -199,13 +199,7 @@
|
||||
Color="DimGray" />
|
||||
</Rectangle.Effect>
|
||||
</Rectangle>
|
||||
<local:WaferCtrl
|
||||
Canvas.Left="42"
|
||||
Canvas.Top="-8"
|
||||
Width="80"
|
||||
Margin="80,34.5,80,89"
|
||||
RenderTransformOrigin="0.5,0.5"
|
||||
WaferData="{Binding Wafer}" />
|
||||
|
||||
<!--<Label FontSize="11" Content="UP" Foreground="White" Margin="-4.995,27.483,214.814,149.5"/>
|
||||
<deviceControl:AITHeaterControl DeviceData="{Binding Heater1}" HideDialog="True" Width="64" Height="29" Canvas.Left="69.167" Canvas.Top="49.33" Margin="30.5,24.999,145.5,146"/>
|
||||
<deviceControl:AITHeaterControl DeviceData="{Binding Heater1}" HideDialog="True" Width="64" Height="29" Canvas.Left="69.167" Canvas.Top="49.33" Margin="89.5,25,86.5,146"/>
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
xmlns:pm="clr-namespace:SicUI.Models.PMs"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib"
|
||||
d:Background="#91b0cd"
|
||||
d:DesignHeight="780"
|
||||
d:DesignHeight="880"
|
||||
d:DesignWidth="1900"
|
||||
lex:LocalizeDictionary.DesignCulture="."
|
||||
lex:ResxLocalizationProvider.DefaultAssembly="Sicentury.Localization"
|
||||
@ -2387,7 +2387,7 @@
|
||||
EdgeColor="{StaticResource ResourceKey=CenterColorWhite}"
|
||||
FlowDirection="RightToLeft"
|
||||
LeftDirection="None"
|
||||
MoveSpeed="{Binding V72MoveSpeed}"
|
||||
|
||||
RightDirection="None" />
|
||||
<industrialcontrol:PipeLine
|
||||
Canvas.Left="1303"
|
||||
@ -2400,7 +2400,7 @@
|
||||
EdgeColor="{StaticResource ResourceKey=CenterColorWhite}"
|
||||
FlowDirection="RightToLeft"
|
||||
LeftDirection="None"
|
||||
MoveSpeed="{Binding V72MoveSpeed}"
|
||||
|
||||
RightDirection="None" />
|
||||
|
||||
<!--<control:PipeControl GasColor="Purple" Canvas.Left="1311" Canvas.Top="667" Height="19.994" PipeType="Horizontal" Width="56" />-->
|
||||
@ -2430,7 +2430,7 @@
|
||||
EdgeColor="{StaticResource ResourceKey=CenterColorWhite}"
|
||||
FlowDirection="RightToLeft"
|
||||
LeftDirection="None"
|
||||
MoveSpeed="{Binding V72MoveSpeed}"
|
||||
|
||||
RightDirection="None" />
|
||||
|
||||
<!--<control:PipeControl GasColor="Yellow" Canvas.Left="1367" Canvas.Top="667" Height="19.994" PipeType="Horizontal" Width="193" />-->
|
||||
@ -2642,7 +2642,6 @@
|
||||
EdgeColor="{StaticResource ResourceKey=EdgeColorBlue}"
|
||||
FlowDirection="RightToLeft"
|
||||
LeftDirection="None"
|
||||
MoveSpeed="{Binding V40sMoveSpeed}"
|
||||
RightDirection="None">
|
||||
<industrialcontrol:PipeLine.RenderTransform>
|
||||
<TransformGroup>
|
||||
@ -3236,7 +3235,7 @@
|
||||
EdgeColor="{StaticResource ResourceKey=EdgeColorGreen}"
|
||||
FlowDirection="RightToLeft"
|
||||
LeftDirection="None"
|
||||
MoveSpeed="{Binding V51_51sMoveSpeed}"
|
||||
|
||||
RightDirection="None">
|
||||
<industrialcontrol:PipeLine.RenderTransform>
|
||||
<TransformGroup>
|
||||
@ -7052,7 +7051,7 @@
|
||||
Canvas.Top="128"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Top"
|
||||
Content="{Binding ChType}"
|
||||
Content="C2H4"
|
||||
FontSize="10" />
|
||||
<Label
|
||||
Canvas.Left="120"
|
||||
|
||||
@ -238,6 +238,21 @@ namespace SicUI.Models.PMs
|
||||
[Subscription("Mfc38.DeviceData")]
|
||||
public AITMfcData Mfc38Data { get; set; }
|
||||
|
||||
[Subscription("Mfc41.DeviceData")]
|
||||
public AITMfcData Mfc41Data { get; set; }
|
||||
|
||||
[Subscription("Mfc42.DeviceData")]
|
||||
public AITMfcData Mfc42Data { get; set; }
|
||||
|
||||
[Subscription("Mfc43.DeviceData")]
|
||||
public AITMfcData Mfc43Data { get; set; }
|
||||
|
||||
[Subscription("Mfc44.DeviceData")]
|
||||
public AITMfcData Mfc44Data { get; set; }
|
||||
|
||||
[Subscription("Mfc45.DeviceData")]
|
||||
public AITMfcData Mfc45Data { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region Pressure
|
||||
|
||||
Loading…
Reference in New Issue
Block a user