mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
style: StartSetting
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
<system:String x:Key="TimerTip">Hours only(15 means start tasks at 3 p.m.)</system:String>
|
||||
<system:String x:Key="Timer">Timer</system:String>
|
||||
|
||||
<system:String x:Key="LaunchOnSystemStartup" xml:space="preserve">Auto start with PC </system:String>
|
||||
<system:String x:Key="LaunchOnSystemStartup">Auto start with PC</system:String>
|
||||
<system:String x:Key="RunTaskAfterLaunch">Auto Run task after launched</system:String>
|
||||
<system:String x:Key="ClientVersion">Client version</system:String>
|
||||
<system:String x:Key="OpenEmulatorAfterLaunch">Startup Emulator after launched</system:String>
|
||||
|
||||
@@ -84,10 +84,10 @@
|
||||
<system:String x:Key="TimerTip">時間数のみを記入し、正時に実行されます</system:String>
|
||||
<system:String x:Key="Timer">タイミング</system:String>
|
||||
|
||||
<system:String x:Key="LaunchOnSystemStartup" xml:space="preserve">スタートアップ </system:String>
|
||||
<system:String x:Key="LaunchOnSystemStartup">スタートアップ</system:String>
|
||||
<system:String x:Key="RunTaskAfterLaunch">アプリの起動時に自動的に実行する</system:String>
|
||||
<system:String x:Key="ClientVersion">クライアントバージョン</system:String>
|
||||
<system:String x:Key="OpenEmulatorAfterLaunch" xml:space="preserve">起動時にエミュレータ自動起動 </system:String>
|
||||
<system:String x:Key="OpenEmulatorAfterLaunch">起動時にエミュレータ自動起動</system:String>
|
||||
<system:String x:Key="WaitForEmulator">エミュレータを待つ時間(秒)</system:String>
|
||||
<system:String x:Key="EmulatorPath">エミュレータパス</system:String>
|
||||
<system:String x:Key="Select">選択</system:String>
|
||||
|
||||
@@ -84,10 +84,10 @@
|
||||
<system:String x:Key="TimerTip">仅填写小时数,将在整点时执行</system:String>
|
||||
<system:String x:Key="Timer">定时</system:String>
|
||||
|
||||
<system:String x:Key="LaunchOnSystemStartup" xml:space="preserve">开机自动启动 </system:String>
|
||||
<system:String x:Key="RunTaskAfterLaunch" xml:space="preserve">启动后直接运行 </system:String>
|
||||
<system:String x:Key="LaunchOnSystemStartup">开机自动启动</system:String>
|
||||
<system:String x:Key="RunTaskAfterLaunch">启动后直接运行</system:String>
|
||||
<system:String x:Key="ClientVersion">客户端版本</system:String>
|
||||
<system:String x:Key="OpenEmulatorAfterLaunch" xml:space="preserve">启动后自动开启模拟器 </system:String>
|
||||
<system:String x:Key="OpenEmulatorAfterLaunch">启动后自动开启模拟器</system:String>
|
||||
<system:String x:Key="WaitForEmulator">等待模拟器启动时间(秒)</system:String>
|
||||
<system:String x:Key="EmulatorPath">模拟器路径</system:String>
|
||||
<system:String x:Key="Select">选择</system:String>
|
||||
|
||||
@@ -84,10 +84,10 @@
|
||||
<system:String x:Key="TimerTip">僅填寫小時數,將在整點時執行</system:String>
|
||||
<system:String x:Key="Timer">定時</system:String>
|
||||
|
||||
<system:String x:Key="LaunchOnSystemStartup" xml:space="preserve">開機自動啟動 </system:String>
|
||||
<system:String x:Key="RunTaskAfterLaunch" xml:space="preserve">啟動後直接運行 </system:String>
|
||||
<system:String x:Key="LaunchOnSystemStartup">開機自動啟動</system:String>
|
||||
<system:String x:Key="RunTaskAfterLaunch">啟動後直接運行</system:String>
|
||||
<system:String x:Key="ClientVersion">客戶端版本</system:String>
|
||||
<system:String x:Key="OpenEmulatorAfterLaunch" xml:space="preserve">啟動後自動開啟模擬器 </system:String>
|
||||
<system:String x:Key="OpenEmulatorAfterLaunch">啟動後自動開啟模擬器</system:String>
|
||||
<system:String x:Key="WaitForEmulator">等待模擬器啟動時間(秒)</system:String>
|
||||
<system:String x:Key="EmulatorPath">模擬器路徑</system:String>
|
||||
<system:String x:Key="Select">選擇</system:String>
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
</Grid.ColumnDefinitions>
|
||||
<StackPanel Grid.Column="0" VerticalAlignment="Center">
|
||||
<!-- TODO: fix margin on this -->
|
||||
<CheckBox IsChecked="{Binding StartSelf}" Block.TextAlignment="Center"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10"
|
||||
<CheckBox IsChecked="{Binding StartSelf}" Block.TextAlignment="Center"
|
||||
HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,10,10,10"
|
||||
Content="{DynamicResource LaunchOnSystemStartup}" />
|
||||
<CheckBox IsChecked="{Binding RunDirectly}" Block.TextAlignment="Center"
|
||||
HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10"
|
||||
<CheckBox IsChecked="{Binding RunDirectly}" Block.TextAlignment="Center"
|
||||
HorizontalAlignment="Left" VerticalAlignment="Center" Margin="20,10,10,10"
|
||||
Content="{DynamicResource RunTaskAfterLaunch}" />
|
||||
<TextBlock Margin="10" Style="{StaticResource TextBlockDefault}" Block.TextAlignment="Center" Text="{DynamicResource ClientVersion}" />
|
||||
<ComboBox IsHitTestVisible ="{Binding Idle}" Margin="10"
|
||||
|
||||
Reference in New Issue
Block a user