更新
This commit is contained in:
@@ -61,7 +61,6 @@
|
||||
<ColumnDefinition Width="*"/>
|
||||
<ColumnDefinition Width="Auto"/>
|
||||
<ColumnDefinition Width="Auto"/>
|
||||
<ColumnDefinition Width="Auto"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<!-- 主标题 -->
|
||||
@@ -71,10 +70,13 @@
|
||||
<!--<TextBlock Text="定量供应检验系统"
|
||||
FontSize="14" Foreground="#CCFFFFFF" Margin="0,5,0,0"/>-->
|
||||
</StackPanel>
|
||||
<StackPanel Grid.Column="3" Orientation="Horizontal" Margin="2" HorizontalAlignment="Center">
|
||||
<StackPanel Grid.Column="2" Orientation="Horizontal" Margin="2" HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||
<TextBlock Text="样品编号:" FontSize="26" FontWeight="Bold" Foreground="White" Style="{StaticResource LabelStyle}"/>
|
||||
<TextBox x:Name="pressureDiff2" Text="" Width="180" Style="{StaticResource TextBoxStyle}" LostFocus="pressureDiff2_GotFocus"/>
|
||||
|
||||
<Border Background="White" Padding="15,8" Margin="15,0,0,0" VerticalAlignment="Center">
|
||||
<TextBlock Text="{Binding CurrentTime, StringFormat='yyyy-MM-dd HH:mm:ss'}"
|
||||
FontSize="12" FontWeight="Bold" Foreground="#2C3E50"/>
|
||||
</Border>
|
||||
</StackPanel>
|
||||
|
||||
<!-- 状态指示 -->
|
||||
@@ -87,11 +89,6 @@
|
||||
</Border>
|
||||
</StackPanel>
|
||||
|
||||
<!-- 系统时间 -->
|
||||
<Border Grid.Column="2" Background="White" Padding="15,8">
|
||||
<TextBlock Text="{Binding CurrentTime, StringFormat='yyyy-MM-dd HH:mm:ss'}"
|
||||
FontSize="12" FontWeight="Bold" Foreground="#2C3E50"/>
|
||||
</Border>
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user