| | |
| | | mc:Ignorable="d" |
| | | WindowStyle="SingleBorderWindow" |
| | | ResizeMode="NoResize" |
| | | Loaded="Window_Loaded" |
| | | Unloaded="Window_Unloaded" |
| | | Title="富豪自动创造机" Height="250" Width="800" WindowStartupLocation="CenterScreen"> |
| | | <Window.Resources> |
| | | <Style TargetType="Border" x:Key="RowBorderStyle"> |
| | |
| | | <Button Content="移动" Padding="15 0 15 0" Margin="5" Click="TestMoveClick" />--> |
| | | <ComboBox SelectedIndex="0" x:Name="taskName" VerticalAlignment="Center"> |
| | | <ComboBoxItem >凛冬</ComboBoxItem> |
| | | <ComboBoxItem >技能</ComboBoxItem> |
| | | <ComboBoxItem >组队测试</ComboBoxItem> |
| | | <ComboBoxItem >卡勒特</ComboBoxItem> |
| | | <ComboBoxItem >技能设置</ComboBoxItem> |
| | | <ComboBoxItem >测试</ComboBoxItem> |
| | | <ComboBoxItem >测速</ComboBoxItem> |
| | | <ComboBoxItem >测技能</ComboBoxItem> |
| | | <ComboBoxItem>读角色位置</ComboBoxItem> |
| | | <ComboBoxItem>移动进门</ComboBoxItem> |
| | | </ComboBox> |
| | | <Button Content="清空" Padding="15 0 15 0" Margin="5" Click="ClearLog_Click" /> |
| | | <Button Content="运行" Padding="15 0 15 0" Margin="5" Click="Run_Click" x:Name="RunningButton" /> |
| | | <Button Content="运行(Home)" Padding="15 0 15 0" Margin="5" Click="Run_Click" x:Name="RunningButton" /> |
| | | </StackPanel> |
| | | </Grid> |
| | | |
| | |
| | | <Grid.RowDefinitions> |
| | | <RowDefinition Height="48" /> |
| | | <RowDefinition Height="48" /> |
| | | <RowDefinition Height="48" /> |
| | | <RowDefinition Height="Auto" /> |
| | | <RowDefinition Height="48" /> |
| | | <RowDefinition Height="48" /> |
| | |
| | | <ColumnDefinition Width="*" /> |
| | | </Grid.ColumnDefinitions> |
| | | |
| | | |
| | | |
| | | <Border Grid.Row="0" Grid.Column="0" Style="{StaticResource RowBorderStyle}" > |
| | | <TextBlock Text="是否组队:" Style="{StaticResource TextHeaderStyle}" /> |
| | | </Border> |
| | | <Border Grid.Row="0" Grid.Column="1" Style="{StaticResource RowBorderStyle}" > |
| | | <CheckBox IsChecked="{Binding IsGroup}" VerticalAlignment="Center" /> |
| | | </Border> |
| | | |
| | | |
| | | |
| | | <Border Grid.Row="1" Grid.Column="0" Style="{StaticResource RowBorderStyle}" > |
| | | <TextBlock Text="WeGame路径:" Style="{StaticResource TextHeaderStyle}" /> |
| | | </Border> |
| | | |
| | | <Border Grid.Row="0" Grid.Column="1" Style="{StaticResource RowBorderStyle}" > |
| | | <Border Grid.Row="1" Grid.Column="1" Style="{StaticResource RowBorderStyle}" > |
| | | <StackPanel Orientation="Horizontal" VerticalAlignment="Stretch" > |
| | | <TextBox Width="300" Text="{Binding TGPDaemonPath}" IsReadOnly="True" VerticalContentAlignment="Center" /> |
| | | <Button Content="浏览" Padding="15 0 15 0" Margin="5" Click="BrowserGPDPath_Click" /> |
| | | </StackPanel> |
| | | </Border> |
| | | |
| | | <Border Grid.Row="1" Grid.Column="0" Style="{StaticResource RowBorderStyle}" > |
| | | |
| | | |
| | | <Border Grid.Row="2" Grid.Column="0" Style="{StaticResource RowBorderStyle}" > |
| | | <TextBlock Text="游戏启动等待时长:" Style="{StaticResource TextHeaderStyle}" /> |
| | | </Border> |
| | | |
| | | <Border Grid.Row="1" Grid.Column="1" Style="{StaticResource RowBorderStyle}" > |
| | | <Border Grid.Row="2" Grid.Column="1" Style="{StaticResource RowBorderStyle}" > |
| | | <StackPanel Orientation="Horizontal" VerticalAlignment="Stretch" > |
| | | <TextBox Width="300" Text="{Binding StartWaitSecond}" VerticalContentAlignment="Center" /> |
| | | <TextBlock Text="秒" VerticalAlignment="Center" /> |
| | | </StackPanel> |
| | | </Border> |
| | | |
| | | |
| | | |
| | | |
| | | <Border Grid.Row="2" Grid.Column="0" Style="{StaticResource RowBorderStyle}"> |
| | | <Border Grid.Row="3" Grid.Column="0" Style="{StaticResource RowBorderStyle}"> |
| | | <TextBlock Grid.Column="0" Text="游戏帐号:" Style="{StaticResource TextHeaderStyle}" /> |
| | | </Border> |
| | | <Border Grid.Row="2" Grid.Column="1" Style="{StaticResource RowBorderStyle}"> |
| | | <Border Grid.Row="3" Grid.Column="1" Style="{StaticResource RowBorderStyle}"> |
| | | <Grid > |
| | | <Grid.ColumnDefinitions> |
| | | <ColumnDefinition Width="120" /> |
| | |
| | | </Border> |
| | | |
| | | |
| | | <Border Grid.Row="3" Grid.Column="0" Style="{StaticResource RowBorderStyle}"> |
| | | |
| | | <Border Grid.Row="4" Grid.Column="0" Style="{StaticResource RowBorderStyle}"> |
| | | <TextBlock Text="运行状态:" Style="{StaticResource TextHeaderStyle}" /> |
| | | </Border> |
| | | <Border Grid.Row="3" Grid.Column="1" Style="{StaticResource RowBorderStyle}"> |
| | | <Border Grid.Row="4" Grid.Column="1" Style="{StaticResource RowBorderStyle}"> |
| | | <Grid> |
| | | <Grid.ColumnDefinitions> |
| | | <ColumnDefinition Width="120" /> |
| | |
| | | |
| | | </Border> |
| | | |
| | | <Border Grid.Row="4" Grid.Column="0" Style="{StaticResource RowBorderStyle}"> |
| | | |
| | | <Border Grid.Row="5" Grid.Column="0" Style="{StaticResource RowBorderStyle}"> |
| | | <TextBlock Text="是否微信通知:" Style="{StaticResource TextHeaderStyle}" /> |
| | | </Border> |
| | | <Border Grid.Row="4" Grid.Column="1" Style="{StaticResource RowBorderStyle}"> |
| | | <Border Grid.Row="5" Grid.Column="1" Style="{StaticResource RowBorderStyle}"> |
| | | <CheckBox IsChecked="{Binding NotificationWechat}" VerticalAlignment="Center" /> |
| | | </Border> |
| | | |
| | | |
| | | <StackPanel Grid.Row="6" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Right"> |
| | | <StackPanel Grid.Row="7" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Right"> |
| | | <Button Content="保存" Padding="15 0 15 0" Margin="5" Click="ConfigSave_Click" /> |
| | | </StackPanel> |
| | | </Grid> |