Rev 2419 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2419 | Rev 2421 | ||
---|---|---|---|
Line 1337... | Line 1337... | ||
1337 | </Button.Background> |
1337 | </Button.Background> |
1338 | </Button> |
1338 | </Button> |
1339 | <Label x:Name="label4_Copy13" Content="save file" HorizontalAlignment="Left" Margin="290,0,0,35" VerticalAlignment="Bottom" Width="71" Foreground="White"/> |
1339 | <Label x:Name="label4_Copy13" Content="save file" HorizontalAlignment="Left" Margin="290,0,0,35" VerticalAlignment="Bottom" Width="71" Foreground="White"/> |
1340 | </Grid> |
1340 | </Grid> |
1341 | </Border> |
1341 | </Border> |
1342 | <Border Margin="6,338,0,73" BorderBrush="White" BorderThickness="0.5" CornerRadius="5" HorizontalAlignment="Left" Width="822"> |
1342 | <Border Margin="6,338,0,73" BorderBrush="White" BorderThickness="0.5" CornerRadius="5" HorizontalAlignment="Left" Width="840"> |
1343 | <Grid Margin="-0.5,-0.5,-0.5,4.5"> |
1343 | <Grid Margin="-0.5,-0.5,-0.5,4.5"> |
1344 | <ComboBox x:Name="cbWPEditType" HorizontalAlignment="Left" Height="22" Margin="6,24,0,0" VerticalAlignment="Top" Width="66"> |
1344 | <ComboBox x:Name="cbWPEditType" HorizontalAlignment="Left" Height="22" Margin="27,24,0,0" VerticalAlignment="Top" Width="66"> |
1345 | <ComboBoxItem Content="WP"/> |
1345 | <ComboBoxItem Content="WP"/> |
1346 | <ComboBoxItem Content="POI"/> |
1346 | <ComboBoxItem Content="POI"/> |
1347 | <ComboBoxItem Content="Failsafe"/> |
1347 | <ComboBoxItem Content="Failsafe"/> |
1348 | <ComboBoxItem Content="Landing"/> |
1348 | <ComboBoxItem Content="Landing"/> |
1349 | </ComboBox> |
1349 | </ComboBox> |
1350 | <Label x:Name="label4a" Content="Type" HorizontalAlignment="Left" Margin="7,6,0,0" Width="39" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1350 | <Label x:Name="label4a" Content="Type" HorizontalAlignment="Left" Margin="28,6,0,0" Width="39" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1351 | <Label x:Name="label4b" Content="Prefix" HorizontalAlignment="Left" Margin="77,6,0,0" Width="35" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1351 | <Label x:Name="label4b" Content="Prefix" HorizontalAlignment="Left" Margin="98,6,0,0" Width="35" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1352 | <TextBox x:Name="tbWPEditPrefix" HorizontalAlignment="Left" Height="22" Margin="77,24,0,0" VerticalAlignment="Top" Width="29" IsUndoEnabled="False" MaxLines="1" MaxLength="1" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" IsTabStop="False"/> |
1352 | <TextBox x:Name="tbWPEditPrefix" HorizontalAlignment="Left" Height="22" Margin="98,24,0,0" VerticalAlignment="Top" Width="29" IsUndoEnabled="False" MaxLines="1" MaxLength="1" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" IsTabStop="False"/> |
1353 | <Label x:Name="label4_Copy16" Content="Latitude" HorizontalAlignment="Left" Margin="111,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1353 | <Label x:Name="label4_Copy16" Content="Latitude" HorizontalAlignment="Left" Margin="132,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1354 | <TextBox x:Name="tbWPEditLat" HorizontalAlignment="Left" Height="22" Margin="111,24,0,0" VerticalAlignment="Top" Width="76" IsUndoEnabled="False" MaxLines="1" MaxLength="10" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True" /> |
1354 | <TextBox x:Name="tbWPEditLat" HorizontalAlignment="Left" Height="22" Margin="132,24,0,0" VerticalAlignment="Top" Width="76" IsUndoEnabled="False" MaxLines="1" MaxLength="10" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True" /> |
1355 | <Label x:Name="label4_Copy17" Content="Longitude" HorizontalAlignment="Left" Margin="192,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1355 | <Label x:Name="label4_Copy17" Content="Longitude" HorizontalAlignment="Left" Margin="213,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1356 | <TextBox x:Name="tbWPEditLon" HorizontalAlignment="Left" Height="22" Margin="192,24,0,0" VerticalAlignment="Top" Width="76" IsUndoEnabled="False" MaxLines="1" MaxLength="10" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1356 | <TextBox x:Name="tbWPEditLon" HorizontalAlignment="Left" Height="22" Margin="213,24,0,0" VerticalAlignment="Top" Width="76" IsUndoEnabled="False" MaxLines="1" MaxLength="10" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1357 | <Label x:Name="label4_Copy18" Content="Altitude" HorizontalAlignment="Left" Margin="273,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1357 | <Label x:Name="label4_Copy18" Content="Altitude" HorizontalAlignment="Left" Margin="294,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1358 | <TextBox x:Name="tbWPEditAlt" HorizontalAlignment="Left" Height="22" Margin="273,24,0,0" VerticalAlignment="Top" Width="42" IsUndoEnabled="False" MaxLines="1" MaxLength="7" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1358 | <TextBox x:Name="tbWPEditAlt" HorizontalAlignment="Left" Height="22" Margin="294,24,0,0" VerticalAlignment="Top" Width="42" IsUndoEnabled="False" MaxLines="1" MaxLength="7" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1359 | <Label x:Name="label4_Copy19" Content="Heading" HorizontalAlignment="Left" Margin="320,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1359 | <Label x:Name="label4_Copy19" Content="Heading" HorizontalAlignment="Left" Margin="341,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1360 | <TextBox x:Name="tbWPEditHeading" HorizontalAlignment="Left" Height="22" Margin="320,24,0,0" VerticalAlignment="Top" Width="69" IsUndoEnabled="False" MaxLines="1" MaxLength="7" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1360 | <TextBox x:Name="tbWPEditHeading" HorizontalAlignment="Left" Height="22" Margin="341,24,0,0" VerticalAlignment="Top" Width="69" IsUndoEnabled="False" MaxLines="1" MaxLength="7" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1361 | <Label x:Name="label4_Copy20" Content="Speed" HorizontalAlignment="Left" Margin="394,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1361 | <Label x:Name="label4_Copy20" Content="Speed" HorizontalAlignment="Left" Margin="415,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1362 | <TextBox x:Name="tbWPEditSpeed" HorizontalAlignment="Left" Height="22" Margin="394,24,0,0" VerticalAlignment="Top" Width="65" IsUndoEnabled="False" MaxLines="1" MaxLength="6" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1362 | <TextBox x:Name="tbWPEditSpeed" HorizontalAlignment="Left" Height="22" Margin="415,24,0,0" VerticalAlignment="Top" Width="65" IsUndoEnabled="False" MaxLines="1" MaxLength="6" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1363 | <ComboBox x:Name="cbWPEditSpeed" HorizontalAlignment="Left" Height="22" Margin="394,51,0,0" VerticalAlignment="Top" Width="65"> |
1363 | <ComboBox x:Name="cbWPEditSpeed" HorizontalAlignment="Left" Height="22" Margin="394,51,0,0" VerticalAlignment="Top" Width="65"> |
1364 | <ComboBoxItem Content="MAX"/> |
1364 | <ComboBoxItem Content="MAX"/> |
1365 | <ComboBoxItem Content="m/s"/> |
1365 | <ComboBoxItem Content="m/s"/> |
1366 | <ComboBoxItem Content="Poti 1"/> |
1366 | <ComboBoxItem Content="Poti 1"/> |
1367 | <ComboBoxItem Content="Poti 2"/> |
1367 | <ComboBoxItem Content="Poti 2"/> |
Line 1375... | Line 1375... | ||
1375 | <ComboBox x:Name="cbWPEditHeading" HorizontalAlignment="Left" Height="22" Margin="320,51,0,0" VerticalAlignment="Top" Width="69"> |
1375 | <ComboBox x:Name="cbWPEditHeading" HorizontalAlignment="Left" Height="22" Margin="320,51,0,0" VerticalAlignment="Top" Width="69"> |
1376 | <ComboBoxItem Content=" - - - " HorizontalContentAlignment="Center"/> |
1376 | <ComboBoxItem Content=" - - - " HorizontalContentAlignment="Center"/> |
1377 | <ComboBoxItem Content="WP/POI"/> |
1377 | <ComboBoxItem Content="WP/POI"/> |
1378 | <ComboBoxItem Content="degree"/> |
1378 | <ComboBoxItem Content="degree"/> |
1379 | </ComboBox> |
1379 | </ComboBox> |
1380 | <Label x:Name="label4_Copy21" Content="Climbrate" HorizontalAlignment="Left" Margin="464,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1380 | <Label x:Name="label4_Copy21" Content="Climbrate" HorizontalAlignment="Left" Margin="485,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1381 | <TextBox x:Name="tbWPEditClimbrate" HorizontalAlignment="Left" Height="22" Margin="464,24,0,0" VerticalAlignment="Top" Width="61" IsUndoEnabled="False" MaxLines="1" MaxLength="4" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1381 | <TextBox x:Name="tbWPEditClimbrate" HorizontalAlignment="Left" Height="22" Margin="485,24,0,0" VerticalAlignment="Top" Width="61" IsUndoEnabled="False" MaxLines="1" MaxLength="4" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1382 | <ComboBox x:Name="cbWPEditClimbrate" HorizontalAlignment="Left" Height="22" Margin="464,51,0,0" VerticalAlignment="Top" Width="61"> |
1382 | <ComboBox x:Name="cbWPEditClimbrate" HorizontalAlignment="Left" Height="22" Margin="464,51,0,0" VerticalAlignment="Top" Width="61"> |
1383 | <ComboBoxItem Content="AUTO"/> |
1383 | <ComboBoxItem Content="AUTO"/> |
1384 | <ComboBoxItem Content="m/s"/> |
1384 | <ComboBoxItem Content="m/s"/> |
1385 | </ComboBox> |
1385 | </ComboBox> |
1386 | <Label x:Name="label4_Copy22" Content="Radius" HorizontalAlignment="Left" Margin="530,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1386 | <Label x:Name="label4_Copy22" Content="Radius" HorizontalAlignment="Left" Margin="551,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1387 | <TextBox x:Name="tbWPEditRadius" HorizontalAlignment="Left" Height="22" Margin="530,24,0,0" VerticalAlignment="Top" Width="42" IsUndoEnabled="False" MaxLines="1" MaxLength="3" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1387 | <TextBox x:Name="tbWPEditRadius" HorizontalAlignment="Left" Height="22" Margin="551,24,0,0" VerticalAlignment="Top" Width="42" IsUndoEnabled="False" MaxLines="1" MaxLength="3" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1388 | <Label x:Name="label4_Copy23" Content="Holdtime" HorizontalAlignment="Left" Margin="577,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1388 | <Label x:Name="label4_Copy23" Content="Holdtime" HorizontalAlignment="Left" Margin="598,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1389 | <TextBox x:Name="tbWPEditHoldtime" HorizontalAlignment="Left" Height="22" Margin="577,24,0,0" VerticalAlignment="Top" Width="42" IsUndoEnabled="False" MaxLines="1" MaxLength="2" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1389 | <TextBox x:Name="tbWPEditHoldtime" HorizontalAlignment="Left" Height="22" Margin="598,24,0,0" VerticalAlignment="Top" Width="42" IsUndoEnabled="False" MaxLines="1" MaxLength="2" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1390 | <Label x:Name="label4_Copy24" Content="AutoTrig" HorizontalAlignment="Left" Margin="631,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1390 | <Label x:Name="label4_Copy24" Content="AutoTrig" HorizontalAlignment="Left" Margin="652,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1391 | <TextBox x:Name="tbWPEditAutoTrigger" HorizontalAlignment="Left" Height="22" Margin="631,24,0,0" VerticalAlignment="Top" Width="42" IsUndoEnabled="False" MaxLines="1" MaxLength="2" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1391 | <TextBox x:Name="tbWPEditAutoTrigger" HorizontalAlignment="Left" Height="22" Margin="652,24,0,0" VerticalAlignment="Top" Width="42" IsUndoEnabled="False" MaxLines="1" MaxLength="2" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1392 | <Label x:Name="label4_Copy25" Content="CamAngle" HorizontalAlignment="Left" Margin="684,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1392 | <Label x:Name="label4_Copy25" Content="CamAngle" HorizontalAlignment="Left" Margin="705,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1393 | <TextBox x:Name="tbWPEditCamAngle" HorizontalAlignment="Left" Height="22" Margin="684,24,0,0" VerticalAlignment="Top" Width="69" IsUndoEnabled="False" MaxLines="1" MaxLength="2" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1393 | <TextBox x:Name="tbWPEditCamAngle" HorizontalAlignment="Left" Height="22" Margin="705,24,0,0" VerticalAlignment="Top" Width="69" IsUndoEnabled="False" MaxLines="1" MaxLength="2" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1394 | <ComboBox x:Name="cbWPEditCamAngle" HorizontalAlignment="Left" Height="22" Margin="684,51,0,0" VerticalAlignment="Top" Width="69"> |
1394 | <ComboBox x:Name="cbWPEditCamAngle" HorizontalAlignment="Left" Height="22" Margin="684,51,0,0" VerticalAlignment="Top" Width="69"> |
1395 | <ComboBoxItem Content=" - - - " HorizontalContentAlignment="Center"/> |
1395 | <ComboBoxItem Content=" - - - " HorizontalContentAlignment="Center"/> |
1396 | <ComboBoxItem Content="AUTO"/> |
1396 | <ComboBoxItem Content="AUTO"/> |
1397 | <ComboBoxItem Content="degree"/> |
1397 | <ComboBoxItem Content="degree"/> |
1398 | </ComboBox> |
1398 | </ComboBox> |
1399 | <Label x:Name="label4_Copy26" Content="Out1Timer" HorizontalAlignment="Left" Margin="758,6,-4,0" Width="63" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1399 | <Label x:Name="label4_Copy26" Content="Out1Timer" HorizontalAlignment="Left" Margin="779,6,-2,0" Width="63" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1400 | <TextBox x:Name="tbWPEditOut1" HorizontalAlignment="Left" Height="22" Margin="758,24,0,0" VerticalAlignment="Top" Width="42" IsUndoEnabled="False" MaxLines="1" MaxLength="2" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1400 | <TextBox x:Name="tbWPEditOut1" HorizontalAlignment="Left" Height="22" Margin="779,24,0,0" VerticalAlignment="Top" Width="42" IsUndoEnabled="False" MaxLines="1" MaxLength="2" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" TouchDown="tbWPEdit_TouchDown" KeyDown="tbWPEdit_KeyDown" PreviewMouseLeftButtonDown="tbWPEdit_MouseDown" IsTabStop="False" IsReadOnly="True"/> |
1401 | <Rectangle HorizontalAlignment="Left" Width="81" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="7,0,0,-2" Height="40" VerticalAlignment="Bottom"> |
1401 | <Rectangle HorizontalAlignment="Left" Width="81" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="7,0,0,-2" Height="40" VerticalAlignment="Bottom"> |
1402 | <Rectangle.Style> |
1402 | <Rectangle.Style> |
1403 | <Style TargetType="{x:Type Rectangle}"> |
1403 | <Style TargetType="{x:Type Rectangle}"> |
1404 | <Style.Triggers> |
1404 | <Style.Triggers> |
1405 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnEditWPSave}" Value="True"> |
1405 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnEditWPSave}" Value="True"> |
Line 1464... | Line 1464... | ||
1464 | <Button.Background> |
1464 | <Button.Background> |
1465 | <ImageBrush ImageSource="Images/SendToCopter.png" Stretch="Uniform"/> |
1465 | <ImageBrush ImageSource="Images/SendToCopter.png" Stretch="Uniform"/> |
1466 | </Button.Background> |
1466 | </Button.Background> |
1467 | </Button> |
1467 | </Button> |
1468 | <Label x:Name="label4_Copy34" Content="send to copter" HorizontalAlignment="Left" Margin="190,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
1468 | <Label x:Name="label4_Copy34" Content="send to copter" HorizontalAlignment="Left" Margin="190,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
- | 1469 | <Rectangle HorizontalAlignment="Left" Width="44" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="786,0,0,-2" Height="34" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.525"> |
|
- | 1470 | <Rectangle.Style> |
|
- | 1471 | <Style TargetType="{x:Type Rectangle}"> |
|
- | 1472 | <Style.Triggers> |
|
- | 1473 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnWPEditmoveUp}" Value="True"> |
|
- | 1474 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
|
- | 1475 | </DataTrigger> |
|
- | 1476 | </Style.Triggers> |
|
- | 1477 | </Style> |
|
- | 1478 | </Rectangle.Style> |
|
- | 1479 | </Rectangle> |
|
- | 1480 | <ed:LineArrow Fill="Black" Height="0" Stroke="White" StrokeThickness="4" Width="25" RenderTransformOrigin="0.5,0.5" Margin="796,0,0,12" HorizontalAlignment="Left" VerticalAlignment="Bottom"> |
|
- | 1481 | <ed:LineArrow.RenderTransform> |
|
- | 1482 | <TransformGroup> |
|
- | 1483 | <ScaleTransform/> |
|
- | 1484 | <SkewTransform/> |
|
- | 1485 | <RotateTransform Angle="-90"/> |
|
- | 1486 | <TranslateTransform/> |
|
- | 1487 | </TransformGroup> |
|
- | 1488 | </ed:LineArrow.RenderTransform> |
|
- | 1489 | </ed:LineArrow> |
|
- | 1490 | <Button x:Name="btnWPEditmoveUp" HorizontalAlignment="Left" Height="34" Margin="786,0,0,-2" VerticalAlignment="Bottom" Width="44" ToolTip="move WP up in list (index -1)" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnWPEditmoveUp_Click" Padding="14,1" Background="#00000000"> |
|
- | 1491 | </Button> |
|
- | 1492 | <Rectangle HorizontalAlignment="Left" Width="44" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="737,0,0,-2" Height="34" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.525"> |
|
- | 1493 | <Rectangle.Style> |
|
- | 1494 | <Style TargetType="{x:Type Rectangle}"> |
|
- | 1495 | <Style.Triggers> |
|
- | 1496 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnWPEditmoveDown}" Value="True"> |
|
- | 1497 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
|
- | 1498 | </DataTrigger> |
|
- | 1499 | </Style.Triggers> |
|
- | 1500 | </Style> |
|
- | 1501 | </Rectangle.Style> |
|
- | 1502 | </Rectangle> |
|
- | 1503 | <ed:LineArrow Fill="Black" Height="0" Stroke="White" StrokeThickness="4" Width="25" RenderTransformOrigin="0.5,0.5" Margin="748,93,67,17"> |
|
- | 1504 | <ed:LineArrow.RenderTransform> |
|
- | 1505 | <TransformGroup> |
|
- | 1506 | <ScaleTransform/> |
|
- | 1507 | <SkewTransform/> |
|
- | 1508 | <RotateTransform Angle="90"/> |
|
- | 1509 | <TranslateTransform/> |
|
- | 1510 | </TransformGroup> |
|
- | 1511 | </ed:LineArrow.RenderTransform> |
|
- | 1512 | </ed:LineArrow> |
|
- | 1513 | <Button x:Name="btnWPEditmoveDown" HorizontalAlignment="Left" Height="34" Margin="737,0,0,-2" VerticalAlignment="Bottom" Width="44" ToolTip="move WP down in list (index +1)" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnWPEditmoveDown_Click" Padding="14,1" Background="#00000000"> |
|
- | 1514 | </Button> |
|
- | 1515 | <Label x:Name="lblWPEditIndex" Content="##" HorizontalAlignment="Left" Height="23" Margin="-2,22,0,0" VerticalAlignment="Top" Width="29" Foreground="White" VerticalContentAlignment="Center" HorizontalContentAlignment="Center"/> |
|
1469 | </Grid> |
1516 | </Grid> |
1470 | </Border> |
1517 | </Border> |
1471 | <DataGrid x:Name="dgvWP" Margin="10,5,10,195" Background="{x:Null}" ItemsSource="{Binding}" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="14" HorizontalGridLinesBrush="#FF688CAF" VerticalGridLinesBrush="#FF688CAF" HeadersVisibility="Column" BorderBrush="{x:Null}" Padding="0" AutoGenerateColumns="False" MouseUp="dgvWP_MouseUp" CanUserAddRows="False" CanUserDeleteRows="False" CanUserResizeRows="False" MouseDoubleClick="dgvWP_MouseDoubleClick" CanUserReorderColumns="False" CanUserResizeColumns="False" CanUserSortColumns="False" IsReadOnly="True"> |
1518 | <DataGrid x:Name="dgvWP" Margin="10,5,10,195" Background="{x:Null}" ItemsSource="{Binding}" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="14" HorizontalGridLinesBrush="#FF688CAF" VerticalGridLinesBrush="#FF688CAF" HeadersVisibility="Column" BorderBrush="{x:Null}" Padding="0" AutoGenerateColumns="False" MouseUp="dgvWP_MouseUp" CanUserAddRows="False" CanUserDeleteRows="False" CanUserResizeRows="False" MouseDoubleClick="dgvWP_MouseDoubleClick" CanUserReorderColumns="False" CanUserResizeColumns="False" CanUserSortColumns="False" IsReadOnly="True"> |
1472 | <DataGrid.Columns> |
1519 | <DataGrid.Columns> |
1473 | <DataGridTextColumn Header="Index" Binding="{Binding Index}"/> |
1520 | <DataGridTextColumn Header="Index" Binding="{Binding Index}"/> |