调整任务设置界面
This commit is contained in:
parent
08ff8c7772
commit
d334442d62
@ -202,7 +202,7 @@
|
|||||||
<TextBlock Text="纬度: " />
|
<TextBlock Text="纬度: " />
|
||||||
<TextBox Grid.Column="2"
|
<TextBox Grid.Column="2"
|
||||||
Grid.ColumnSpan="2"
|
Grid.ColumnSpan="2"
|
||||||
Margin="0,2,0,0"
|
Margin="0,2,5,0"
|
||||||
Text="{Binding TargetLat, UpdateSourceTrigger=PropertyChanged}" />
|
Text="{Binding TargetLat, UpdateSourceTrigger=PropertyChanged}" />
|
||||||
|
|
||||||
<TextBlock Grid.Row="1"
|
<TextBlock Grid.Row="1"
|
||||||
@ -210,19 +210,19 @@
|
|||||||
<TextBox Grid.Row="1"
|
<TextBox Grid.Row="1"
|
||||||
Grid.Column="2"
|
Grid.Column="2"
|
||||||
Grid.ColumnSpan="2"
|
Grid.ColumnSpan="2"
|
||||||
Margin="0,2,0,0"
|
Margin="0,2,5,0"
|
||||||
Text="{Binding TargetLng, UpdateSourceTrigger=PropertyChanged}" />
|
Text="{Binding TargetLng, UpdateSourceTrigger=PropertyChanged}" />
|
||||||
|
|
||||||
<TextBlock Grid.Row="2"
|
<TextBlock Grid.Row="2"
|
||||||
Text="高度: " />
|
Text="高度: " />
|
||||||
<TextBox Grid.Row="2"
|
<TextBox Grid.Row="2"
|
||||||
Grid.Column="2"
|
Grid.Column="2"
|
||||||
Margin="0,2,0,0"
|
Margin="0,2,5,0"
|
||||||
Text="{Binding TargetAlt, UpdateSourceTrigger=PropertyChanged}" />
|
Text="{Binding TargetAlt, UpdateSourceTrigger=PropertyChanged}" />
|
||||||
|
|
||||||
<Button Grid.Row="2"
|
<Button Grid.Row="2"
|
||||||
Content="应用到所选"
|
Content="应用到所选"
|
||||||
Grid.Column="3" Margin="0,2,0,0"
|
Grid.Column="3" Margin="0,2,5,0"
|
||||||
Command="{Binding SetAllCopterAltCommand}"/>
|
Command="{Binding SetAllCopterAltCommand}"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Separator Margin="0,2"/>
|
<Separator Margin="0,2"/>
|
||||||
@ -236,7 +236,7 @@
|
|||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
|
|
||||||
<CheckBox Content="返航点" ToolTip="勾选后航点仅高度有用,经纬度无效,无视原点自动飞回起飞点" Margin="0,2,0,0" IsChecked="{Binding IsLandWaypoint,UpdateSourceTrigger=PropertyChanged}" />
|
<CheckBox Content="返航点" ToolTip="勾选后航点仅高度有用,经纬度无效,无视原点自动飞回起飞点" Margin="0,2,0,0" IsChecked="{Binding IsLandWaypoint,UpdateSourceTrigger=PropertyChanged}" />
|
||||||
<Button Content="应用到所选" Margin="0,2,0,0" Command="{Binding SetIsLandCommand}" Grid.Column="1"/>
|
<Button Content="应用到所选" Margin="0,2,5,0" Command="{Binding SetIsLandCommand}" Grid.Column="1"/>
|
||||||
|
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
@ -255,18 +255,18 @@
|
|||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<CheckBox Content="改变速度" Margin="0,2"
|
<CheckBox Content="改变速度" Margin="0,2"
|
||||||
IsChecked="{Binding IsChangeSpeed, UpdateSourceTrigger=PropertyChanged}"/>
|
IsChecked="{Binding IsChangeSpeed, UpdateSourceTrigger=PropertyChanged}"/>
|
||||||
<StackPanel Margin="0,2" Grid.Column="1">
|
<StackPanel Margin="0,0" Grid.Column="1">
|
||||||
<TextBlock Text="水平"/>
|
<TextBlock Text="水平" Margin="0,0,5,5" VerticalAlignment ="Center" />
|
||||||
<TextBox Width="45" Margin="5,0,0,5"
|
<TextBox Width="45" Margin="5,0,5,5" VerticalAlignment ="Center"
|
||||||
Text="{Binding LevelSpeed, UpdateSourceTrigger=PropertyChanged}"/>
|
Text="{Binding LevelSpeed, UpdateSourceTrigger=PropertyChanged}"/>
|
||||||
<TextBlock Text="上升" Margin="15,0,0,0"/>
|
<TextBlock Text="上升" Margin="0,0,5,5" VerticalAlignment ="Center" />
|
||||||
<TextBox Width="45" Margin="5,0,0,5"
|
<TextBox Width="45" Margin="5,0,0,5" VerticalAlignment="Center"
|
||||||
Text="{Binding UpSpeed, UpdateSourceTrigger=PropertyChanged}"/>
|
Text="{Binding UpSpeed, UpdateSourceTrigger=PropertyChanged}"/>
|
||||||
<TextBlock Text="下降" Margin="15,0,0,0"/>
|
<TextBlock Text="下降" Margin="5,0,0,5" VerticalAlignment ="Center" />
|
||||||
<TextBox Width="45" Margin="5,0,0,5"
|
<TextBox Width="45" Margin="5,0,5,5" VerticalAlignment="Center"
|
||||||
Text="{Binding DownSpeed, UpdateSourceTrigger=PropertyChanged}"/>
|
Text="{Binding DownSpeed, UpdateSourceTrigger=PropertyChanged}"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<Button Content="应用到所选" Grid.Row="1" Grid.Column="1" Command="{Binding SetIsChangeCommand}"/>
|
<Button Content="应用到所选" Margin="5,0,5,5" Grid.Row="1" Grid.Column="1" Command="{Binding SetIsChangeCommand}"/>
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
Loading…
Reference in New Issue
Block a user