|
|
@@ -7,7 +7,6 @@
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="Auto"/>
|
|
|
<RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="120"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
<!-- 顶部:进度提示 + 控制 -->
|
|
|
@@ -24,13 +23,5 @@
|
|
|
|
|
|
<!-- 中部:16 well 网格(4x4),正在标定的格子实时显示画面 -->
|
|
|
<UniformGrid x:Name="WellGrid" Grid.Row="1" Rows="4" Columns="4" Margin="0,8,0,8"/>
|
|
|
-
|
|
|
- <!-- 底部:仅当前参数/步骤文字(画面直接显示在上面对应well格内) -->
|
|
|
- <Border Grid.Row="2" Background="#252526" Padding="8" CornerRadius="4">
|
|
|
- <StackPanel VerticalAlignment="Center">
|
|
|
- <TextBlock x:Name="TxtCurParams" Text="当前: --" Foreground="White" FontSize="14"/>
|
|
|
- <TextBlock x:Name="TxtCurStep" Text="" Foreground="#DCDCAA" FontSize="13" Margin="0,4,0,0"/>
|
|
|
- </StackPanel>
|
|
|
- </Border>
|
|
|
</Grid>
|
|
|
</Window>
|