Rev 2359 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2359 | Rev 2361 | ||
---|---|---|---|
Line 1197... | Line 1197... | ||
1197 | </Style> |
1197 | </Style> |
1198 | </Rectangle.Style> |
1198 | </Rectangle.Style> |
1199 | </Rectangle> |
1199 | </Rectangle> |
1200 | <Button x:Name="btnGetWPList" Content="" HorizontalAlignment="Left" Height="36" Margin="112,0,0,0" VerticalAlignment="Bottom" Width="92" Click="btnGetWP_Click" ToolTip="Download WP-list from copter" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}"> |
1200 | <Button x:Name="btnGetWPList" Content="" HorizontalAlignment="Left" Height="36" Margin="112,0,0,0" VerticalAlignment="Bottom" Width="92" Click="btnGetWP_Click" ToolTip="Download WP-list from copter" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}"> |
1201 | <Button.Background> |
1201 | <Button.Background> |
1202 | <ImageBrush ImageSource="Images/FromCopterToPc.png" Stretch="Uniform"/> |
1202 | <ImageBrush ImageSource="Images/FromCopterToPc1.png" Stretch="Uniform"/> |
1203 | </Button.Background> |
1203 | </Button.Background> |
1204 | </Button> |
1204 | </Button> |
1205 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="12,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1205 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="12,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1206 | <Rectangle.Style> |
1206 | <Rectangle.Style> |
1207 | <Style TargetType="{x:Type Rectangle}"> |
1207 | <Style TargetType="{x:Type Rectangle}"> |
Line 1213... | Line 1213... | ||
1213 | </Style> |
1213 | </Style> |
1214 | </Rectangle.Style> |
1214 | </Rectangle.Style> |
1215 | </Rectangle> |
1215 | </Rectangle> |
1216 | <Button x:Name="btnSendWPList" Content="" HorizontalAlignment="Left" Height="36" Margin="13,0,0,0" VerticalAlignment="Bottom" Width="92" ToolTip="Upload WP-list to copter" BorderBrush="#FFBDBDBD" Click="btnSendWPList_Click" Style="{DynamicResource ButtonWithoutEffectStyle}"> |
1216 | <Button x:Name="btnSendWPList" Content="" HorizontalAlignment="Left" Height="36" Margin="13,0,0,0" VerticalAlignment="Bottom" Width="92" ToolTip="Upload WP-list to copter" BorderBrush="#FFBDBDBD" Click="btnSendWPList_Click" Style="{DynamicResource ButtonWithoutEffectStyle}"> |
1217 | <Button.Background> |
1217 | <Button.Background> |
1218 | <ImageBrush ImageSource="Images/FromPcToCopter.png" Stretch="Uniform"/> |
1218 | <ImageBrush ImageSource="Images/WPToCopter1.png" Stretch="Uniform"/> |
1219 | </Button.Background> |
1219 | </Button.Background> |
1220 | </Button> |
1220 | </Button> |
1221 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="229,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1221 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="229,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1222 | <Rectangle.Style> |
1222 | <Rectangle.Style> |
1223 | <Style TargetType="{x:Type Rectangle}"> |
1223 | <Style TargetType="{x:Type Rectangle}"> |
Line 1357... | Line 1357... | ||
1357 | </DataTrigger> |
1357 | </DataTrigger> |
1358 | </Style.Triggers> |
1358 | </Style.Triggers> |
1359 | </Style> |
1359 | </Style> |
1360 | </Rectangle.Style> |
1360 | </Rectangle.Style> |
1361 | </Rectangle> |
1361 | </Rectangle> |
1362 | <Button x:Name="btnEditWPSave" Content="" HorizontalAlignment="Left" Height="36" Margin="13,0,0,-1" VerticalAlignment="Bottom" Width="93" ToolTip="save the changes made to the list" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnEditWPSave"> |
1362 | <Button x:Name="btnEditWPSave" Content="" HorizontalAlignment="Left" Height="36" Margin="13,0,0,-1" VerticalAlignment="Bottom" Width="93" ToolTip="save the changes made to the list" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnEditWPSave_Click"> |
1363 | <Button.Background> |
1363 | <Button.Background> |
1364 | <ImageBrush ImageSource="Images/Save.png" Stretch="Uniform"/> |
1364 | <ImageBrush ImageSource="Images/Save.png" Stretch="Uniform"/> |
1365 | </Button.Background> |
1365 | </Button.Background> |
1366 | </Button> |
1366 | </Button> |
1367 | <Label x:Name="label4_Copy27" Content="save changes" HorizontalAlignment="Left" Margin="10,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
1367 | <Label x:Name="label4_Copy27" Content="save changes" HorizontalAlignment="Left" Margin="10,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
Line 1374... | Line 1374... | ||
1374 | </DataTrigger> |
1374 | </DataTrigger> |
1375 | </Style.Triggers> |
1375 | </Style.Triggers> |
1376 | </Style> |
1376 | </Style> |
1377 | </Rectangle.Style> |
1377 | </Rectangle.Style> |
1378 | </Rectangle> |
1378 | </Rectangle> |
1379 | <Button x:Name="btnEditWPDel" Content="" HorizontalAlignment="Left" Height="36" Margin="114,0,0,-1" VerticalAlignment="Bottom" Width="93" ToolTip="delete WP from list" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnEditWPDel"> |
1379 | <Button x:Name="btnEditWPDel" Content="" HorizontalAlignment="Left" Height="36" Margin="114,0,0,-1" VerticalAlignment="Bottom" Width="93" ToolTip="delete WP from list" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnEditWPDel_Click"> |
1380 | <Button.Background> |
1380 | <Button.Background> |
1381 | <ImageBrush ImageSource="Images/Delete.png" Stretch="Uniform"/> |
1381 | <ImageBrush ImageSource="Images/Delete.png" Stretch="Uniform"/> |
1382 | </Button.Background> |
1382 | </Button.Background> |
1383 | </Button> |
1383 | </Button> |
1384 | <Label x:Name="label4_Copy30" Content="delete WP" HorizontalAlignment="Left" Margin="111,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
1384 | <Label x:Name="label4_Copy30" Content="delete WP" HorizontalAlignment="Left" Margin="111,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
Line 1418... | Line 1418... | ||
1418 | </DataTrigger> |
1418 | </DataTrigger> |
1419 | </Style.Triggers> |
1419 | </Style.Triggers> |
1420 | </Style> |
1420 | </Style> |
1421 | </Rectangle.Style> |
1421 | </Rectangle.Style> |
1422 | </Rectangle> |
1422 | </Rectangle> |
1423 | <Button x:Name="btnWPEditAddCurrentPos" Content="" HorizontalAlignment="Left" Height="36" Margin="858,0,0,136" VerticalAlignment="Bottom" Width="93" ToolTip="add current copter position to WP list" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnWPEditAddCurrentPos_Click"> |
1423 | <Button x:Name="btnWPEditAddCurrentPos" Content="" HorizontalAlignment="Left" Height="36" Margin="858,0,0,136" VerticalAlignment="Bottom" Width="93" ToolTip="add current copter position to WP list" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnWPAddCurrentPos_Click"> |
1424 | <Button.Background> |
1424 | <Button.Background> |
1425 | <ImageBrush ImageSource="Images/CurrentPos.png" Stretch="Uniform"/> |
1425 | <ImageBrush ImageSource="Images/CurrentPos.png" Stretch="Uniform"/> |
1426 | </Button.Background> |
1426 | </Button.Background> |
1427 | </Button> |
1427 | </Button> |
1428 | <Label x:Name="label4_Copy28" Content="add current Pos" HorizontalAlignment="Left" Margin="855,0,-1,171" VerticalAlignment="Bottom" Width="107" Foreground="White" Height="26"/> |
1428 | <Label x:Name="label4_Copy28" Content="add current Pos" HorizontalAlignment="Left" Margin="855,0,-1,171" VerticalAlignment="Bottom" Width="107" Foreground="White" Height="26"/> |