asmrobot
2019-11-13 576b92fd82f568572bc4beb125fa0ba0191a602f
src/RichCreator/MainWindow.xaml
@@ -7,6 +7,8 @@
        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">
@@ -79,11 +81,16 @@
                            <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>