|
@@ -2049,7 +2049,7 @@
|
|
|
<RowDefinition Height="Auto" />
|
|
<RowDefinition Height="Auto" />
|
|
|
<RowDefinition Height="Auto" />
|
|
<RowDefinition Height="Auto" />
|
|
|
<RowDefinition Height="Auto" />
|
|
<RowDefinition Height="Auto" />
|
|
|
- <RowDefinition Height="40" />
|
|
|
|
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
</Grid.RowDefinitions>
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
|
|
<!-- 相机拍照次数 -->
|
|
<!-- 相机拍照次数 -->
|
|
@@ -2155,7 +2155,7 @@
|
|
|
VerticalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
|
HorizontalAlignment="Right"
|
|
HorizontalAlignment="Right"
|
|
|
Margin="0,6,10,6"
|
|
Margin="0,6,10,6"
|
|
|
- Text="{lex:Loc 固定相机检测锁附组装次数:}" />
|
|
|
|
|
|
|
+ Text="{lex:Loc 固定相机检测锁附组装次数}" />
|
|
|
<mah:NumericUpDown Grid.Row="6"
|
|
<mah:NumericUpDown Grid.Row="6"
|
|
|
Grid.Column="1"
|
|
Grid.Column="1"
|
|
|
Margin="0,6"
|
|
Margin="0,6"
|
|
@@ -2201,7 +2201,7 @@
|
|
|
VerticalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
|
HorizontalAlignment="Right"
|
|
HorizontalAlignment="Right"
|
|
|
Margin="0,6,10,6"
|
|
Margin="0,6,10,6"
|
|
|
- Text="{lex:Loc 披头矫正的模式}" />
|
|
|
|
|
|
|
+ Text="{lex:Loc 批头矫正的模式}" />
|
|
|
<mah:NumericUpDown Grid.Row="9"
|
|
<mah:NumericUpDown Grid.Row="9"
|
|
|
Grid.Column="1"
|
|
Grid.Column="1"
|
|
|
Margin="0,6"
|
|
Margin="0,6"
|
|
@@ -2212,11 +2212,11 @@
|
|
|
|
|
|
|
|
<!-- 保存按钮 -->
|
|
<!-- 保存按钮 -->
|
|
|
<StackPanel Grid.Row="10"
|
|
<StackPanel Grid.Row="10"
|
|
|
- Grid.ColumnSpan="3"
|
|
|
|
|
|
|
+ Grid.ColumnSpan="2"
|
|
|
Orientation="Horizontal"
|
|
Orientation="Horizontal"
|
|
|
HorizontalAlignment="Right"
|
|
HorizontalAlignment="Right"
|
|
|
VerticalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
|
- Margin="0,10,0,0">
|
|
|
|
|
|
|
+ Margin="5">
|
|
|
<Button Style="{StaticResource MaterialDesignRaisedButton}"
|
|
<Button Style="{StaticResource MaterialDesignRaisedButton}"
|
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
materialDesign:ButtonAssist.CornerRadius="10"
|
|
|
MinWidth="120"
|
|
MinWidth="120"
|