mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
@@ -16,7 +16,8 @@
|
||||
</Grid.ColumnDefinitions>
|
||||
<StackPanel Grid.Column="0" VerticalAlignment="Center" Margin="10">
|
||||
<CheckBox IsChecked="{Binding RefreshLevel3}" Content="自动刷新3星Tags" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10" />
|
||||
<CheckBox IsChecked="{Binding UseExpedited}" Content="自动使用加急许可*" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10" />
|
||||
<CheckBox IsChecked="{Binding UseExpedited}" Content="自动使用加急许可*" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10"
|
||||
ToolTip="该项不会保存选中情况"/>
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0, 10">
|
||||
<TextBlock Style="{StaticResource TextBlockDefault}" Block.TextAlignment="Center"
|
||||
Text="每次执行时
最大招募次数" Margin="5" VerticalAlignment="Center" />
|
||||
|
||||
@@ -31,7 +31,8 @@
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Grid.Row="1" VerticalAlignment="Center">
|
||||
<CheckBox IsChecked="{Binding UseStone}" Content="吃源石*" Margin="10 10 16.5 10" />
|
||||
<CheckBox IsChecked="{Binding UseStone}" Content="吃源石*" Margin="10 10 16.5 10"
|
||||
ToolTip="该项不会保存选中情况"/>
|
||||
<hc:TextBox Text="{Binding StoneNumber}" TextWrapping="Wrap" Margin="10"
|
||||
Width="50" InputMethod.IsInputMethodEnabled="False"
|
||||
TextType="Int"/>
|
||||
@@ -39,7 +40,8 @@
|
||||
<!--<TextBlock Style="{StaticResource TextBlockDefaultBold}" Text="{Binding StoneInfo}" Margin="30, 0, 0, 0" VerticalAlignment="Center" />-->
|
||||
</StackPanel>
|
||||
<StackPanel Orientation="Horizontal" Grid.Row="2" VerticalAlignment="Center">
|
||||
<CheckBox IsChecked="{Binding HasTimesLimited}" Content="指定次数*" Margin="10 10 4.5 10" />
|
||||
<CheckBox IsChecked="{Binding HasTimesLimited}" Content="指定次数*" Margin="10 10 4.5 10"
|
||||
ToolTip="该项不会保存选中情况"/>
|
||||
<hc:TextBox Text="{Binding MaxTimes}" TextWrapping="Wrap" Margin="10"
|
||||
Width="50" InputMethod.IsInputMethodEnabled="False"
|
||||
TextType="Int"/>
|
||||
|
||||
Reference in New Issue
Block a user