增加SV和MV的模型数据

This commit is contained in:
2025-01-01 20:57:31 +08:00
parent f1cac2fb77
commit 6ff9103fa2
10 changed files with 287 additions and 229 deletions

View File

@@ -178,7 +178,7 @@
BorderBrush="Black"
BorderThickness="1">
<StackPanel>
<StackPanel>
<StackPanel Margin="0,3,0,0">
<StackPanel HorizontalAlignment="Center" Orientation="Horizontal">
<Button
Width="50"
@@ -225,7 +225,10 @@
</StackPanel>
</StackPanel>
<Border Margin="2,5" Background="Gray">
<Border
Margin="2,5"
Background="Gray"
CornerRadius="3">
<TextBlock
FontSize="18"
Foreground="White"
@@ -335,17 +338,23 @@
VerticalAlignment="Center"
FontSize="20"
Text="工况名称:" />
<TextBox
Width="500"
<Border
Margin="2"
VerticalAlignment="Center"
Background="MediumSeaGreen"
Background="LightSlateGray"
BorderThickness="1"
FontSize="18"
Foreground="White"
IsReadOnly="True"
Text="{Binding SelectedProgramSeg.Name}"
TextAlignment="Center" />
CornerRadius="3">
<TextBox
Width="500"
Margin="2"
VerticalAlignment="Center"
BorderThickness="0"
FontSize="18"
Foreground="White"
IsReadOnly="True"
Text="{Binding SelectedProgramSeg.Name}"
TextAlignment="Center" />
</Border>
<TextBlock
Margin="5,0,0,0"
@@ -359,18 +368,22 @@
VerticalAlignment="Center"
FontSize="20"
Text="总循环次数:" />
<TextBox
Width="80"
<Border
Margin="2"
VerticalAlignment="Center"
Background="MediumSeaGreen"
Background="LightSlateGray"
BorderThickness="1"
FontSize="18"
Foreground="White"
IsReadOnly="True"
Text="{Binding SelectedProgramSeg.ProRepeat}"
TextAlignment="Center" />
CornerRadius="3">
<TextBox
Width="80"
Margin="2"
VerticalAlignment="Center"
BorderThickness="0"
FontSize="18"
Foreground="White"
IsReadOnly="True"
Text="{Binding SelectedProgramSeg.ProRepeat}"
TextAlignment="Center" />
</Border>
</StackPanel>
</Border>
@@ -408,17 +421,21 @@
FontSize="18"
Text="选中序号"
TextAlignment="Center" />
<TextBox
Width="60"
Margin="5,2"
VerticalAlignment="Center"
Background="MediumSeaGreen"
<Border
Margin="2"
Background="LightSlateGray"
BorderThickness="1"
FontSize="18"
Foreground="White"
Text="{Binding ProStepProNo}"
TextAlignment="Center" />
CornerRadius="3">
<TextBox
Width="60"
Margin="2"
VerticalAlignment="Center"
BorderThickness="0"
FontSize="18"
Foreground="White"
Text="{Binding ProStepProNo}"
TextAlignment="Center" />
</Border>
<!--<TextBlock
VerticalAlignment="Center"
FontSize="16"
@@ -2140,7 +2157,8 @@
Margin="-5,-6"
Background="LimeGreen"
BorderBrush="Blue"
BorderThickness="1">
BorderThickness="1"
CornerRadius="3">
<StackPanel>
<TextBlock
FontSize="16"