|
|
@@ -2329,7 +2329,7 @@
|
|
|
<Grid>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="auto" />
|
|
|
- <ColumnDefinition Width="200" />
|
|
|
+ <ColumnDefinition Width="300" />
|
|
|
<ColumnDefinition Width="*" />
|
|
|
</Grid.ColumnDefinitions>
|
|
|
<Grid.RowDefinitions>
|
|
|
@@ -2395,14 +2395,14 @@
|
|
|
Maximum="100"
|
|
|
FontSize="{DynamicResource Font.Size.Body3}" />
|
|
|
|
|
|
- <!-- 上相机锁附/组装次数 -->
|
|
|
+ <!-- 上相机锁附/组装次数(复检) -->
|
|
|
<TextBlock Grid.Row="3"
|
|
|
Grid.Column="0"
|
|
|
Style="{StaticResource MaterialDesignSubtitle1TextBlock}"
|
|
|
VerticalAlignment="Center"
|
|
|
HorizontalAlignment="Right"
|
|
|
Margin="0,6,10,6"
|
|
|
- Text="{lex:Loc 上相机锁附组装次数}" />
|
|
|
+ Text="上相机锁附/组装次数(复检)" />
|
|
|
<mah:NumericUpDown Grid.Row="3"
|
|
|
Grid.Column="1"
|
|
|
Margin="0,6"
|
|
|
@@ -2526,7 +2526,7 @@
|
|
|
Orientation="Horizontal"
|
|
|
VerticalAlignment="Center"
|
|
|
IsEnabled="{Binding IsSaveScrewCurve}">
|
|
|
- <TextBox MinWidth="200"
|
|
|
+ <TextBox MinWidth="300"
|
|
|
Text="{Binding ScrewCurvePath,Mode=TwoWay}" />
|
|
|
<Button Style="{StaticResource MaterialDesignFloatingActionMiniDarkButton}"
|
|
|
Command="{Binding BrowseScrewCurvePathCommand}"
|