This commit is contained in:
14
Window6.xaml
14
Window6.xaml
@@ -118,9 +118,9 @@
|
||||
<!-- 3. 中间内容区 - 填充剩余空间 -->
|
||||
<Grid Margin="20,10,20,10">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="1*"/>
|
||||
<!--<ColumnDefinition Width="1*"/>-->
|
||||
<ColumnDefinition Width="1.2*"/>
|
||||
<ColumnDefinition Width="1.2*"/>
|
||||
<ColumnDefinition Width="220"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<!-- 左侧参数区 -->
|
||||
@@ -244,7 +244,7 @@ IsReadOnly="True"
|
||||
</Grid>
|
||||
|
||||
<!-- 中间预留区 -->
|
||||
<Grid Grid.Column="1" Margin="10">
|
||||
<!--<Grid Grid.Column="1" Margin="10">
|
||||
<Border Background="White"
|
||||
BorderBrush="#E0E0E0"
|
||||
BorderThickness="1"
|
||||
@@ -266,7 +266,7 @@ IsReadOnly="True"
|
||||
Grid.Row="1" />
|
||||
</Grid>
|
||||
</Border>
|
||||
</Grid>
|
||||
</Grid>-->
|
||||
|
||||
|
||||
|
||||
@@ -275,7 +275,7 @@ IsReadOnly="True"
|
||||
|
||||
|
||||
<!-- 右侧操作区 -->
|
||||
<Grid Grid.Column="2" Margin="10">
|
||||
<Grid Grid.Column="1" Margin="10">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
@@ -285,7 +285,7 @@ IsReadOnly="True"
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<!-- 操作按钮标题 -->
|
||||
<TextBlock Text="{DynamicResource Manual19}" Style="{StaticResource SectionTitleStyle}" Grid.Row="0"/>
|
||||
<!--<TextBlock Text="{DynamicResource Manual19}" Style="{StaticResource SectionTitleStyle}" />-->
|
||||
|
||||
<!-- 控制按钮组 -->
|
||||
<StackPanel Grid.Row="1" Margin="0,0,0,10">
|
||||
@@ -299,7 +299,7 @@ IsReadOnly="True"
|
||||
</StackPanel>
|
||||
|
||||
<!-- 校准按钮标题 -->
|
||||
<TextBlock Text="{DynamicResource Manual20}" Style="{StaticResource SectionTitleStyle}" Grid.Row="3"/>
|
||||
<!--<TextBlock Text="{DynamicResource Manual20}" Style="{StaticResource SectionTitleStyle}" Grid.Row="3"/>-->
|
||||
|
||||
<!-- 校准按钮组 -->
|
||||
<StackPanel Grid.Row="4">
|
||||
|
||||
Reference in New Issue
Block a user