|
|
@@ -2319,11 +2319,13 @@
|
|
|
Text="{lex:Loc 工作模式}" />
|
|
|
<mah:NumericUpDown Grid.Row="7"
|
|
|
Grid.Column="1"
|
|
|
- Margin="0,6"
|
|
|
+ Margin="0,10"
|
|
|
Value="{Binding WorkMode,Mode=TwoWay}"
|
|
|
Minimum="0"
|
|
|
Maximum="100"
|
|
|
- FontSize="{DynamicResource Font.Size.Body3}" />
|
|
|
+ FontSize="{DynamicResource Font.Size.Body3}"
|
|
|
+ materialDesign:HintAssist.HelperTextFontSize="6"
|
|
|
+ materialDesign:HintAssist.HelperText="1:拍1打1 - 2:拍1打所有" />
|
|
|
|
|
|
<!-- 取料位置 -->
|
|
|
<TextBlock Grid.Row="8"
|
|
|
@@ -2332,14 +2334,17 @@
|
|
|
VerticalAlignment="Center"
|
|
|
HorizontalAlignment="Right"
|
|
|
Margin="0,6,10,6"
|
|
|
- Text="{lex:Loc 取料位置}" />
|
|
|
+ Text="{lex:Loc 取料位置}"
|
|
|
+ />
|
|
|
<mah:NumericUpDown Grid.Row="8"
|
|
|
Grid.Column="1"
|
|
|
Margin="0,6"
|
|
|
Value="{Binding PickPointNum,Mode=TwoWay}"
|
|
|
Minimum="0"
|
|
|
Maximum="100"
|
|
|
- FontSize="{DynamicResource Font.Size.Body3}" />
|
|
|
+ FontSize="{DynamicResource Font.Size.Body3}"
|
|
|
+ materialDesign:HintAssist.HelperTextFontSize="6"
|
|
|
+ materialDesign:HintAssist.HelperText="0:不需要取料 - 1:需要取料" />
|
|
|
<!-- 披头矫正的模式 -->
|
|
|
<TextBlock Grid.Row="9"
|
|
|
Grid.Column="0"
|
|
|
@@ -2350,11 +2355,14 @@
|
|
|
Text="{lex:Loc 批头矫正的模式}" />
|
|
|
<mah:NumericUpDown Grid.Row="9"
|
|
|
Grid.Column="1"
|
|
|
- Margin="0,6"
|
|
|
+ Margin="0,20"
|
|
|
Value="{Binding ScrewTeachNum,Mode=TwoWay}"
|
|
|
Minimum="0"
|
|
|
Maximum="100"
|
|
|
- FontSize="{DynamicResource Font.Size.Body3}" />
|
|
|
+ FontSize="{DynamicResource Font.Size.Body3}"
|
|
|
+ ToolTip="1:初始化时矫正,2:每个产品矫正一次,3:每颗螺丝矫正一次"
|
|
|
+ materialDesign:HintAssist.HelperTextFontSize="6"
|
|
|
+ materialDesign:HintAssist.HelperText="1:初始化时矫正,2:每个产品矫正一次,3:每颗螺丝矫正一次" />
|
|
|
|
|
|
<CheckBox Grid.Row="10"
|
|
|
Grid.Column="0"
|