Rev 2398 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2398 | Rev 2399 | ||
---|---|---|---|
Line 391... | Line 391... | ||
391 | CenterY="0" |
391 | CenterY="0" |
392 | ScaleX="{Binding ElementName=UIScaleSlider,Path=Value}" |
392 | ScaleX="{Binding ElementName=UIScaleSlider,Path=Value}" |
393 | ScaleY="{Binding ElementName=UIScaleSlider,Path=Value}" |
393 | ScaleY="{Binding ElementName=UIScaleSlider,Path=Value}" |
394 | /> |
394 | /> |
395 | </Grid.LayoutTransform> |
395 | </Grid.LayoutTransform> |
- | 396 | ||
396 | <Grid x:Name="GridTop" Height="36" VerticalAlignment="Top" Background="#7F000000"> |
397 | <Grid x:Name="GridTop" Height="36" VerticalAlignment="Top" Background="#7F000000"> |
397 | <Grid.LayoutTransform> |
398 | <Grid.LayoutTransform> |
398 | <ScaleTransform |
399 | <ScaleTransform |
399 | CenterX="0" |
400 | CenterX="0" |
400 | CenterY="0" |
401 | CenterY="0" |
Line 1210... | Line 1211... | ||
1210 | <GradientStop Color="#FFFFA261" Offset="1"/> |
1211 | <GradientStop Color="#FFFFA261" Offset="1"/> |
1211 | </LinearGradientBrush> |
1212 | </LinearGradientBrush> |
1212 | </Label.Background> |
1213 | </Label.Background> |
1213 | </Label> |
1214 | </Label> |
1214 | <Grid x:Name="GridWP" Margin="23,36,25,0" Background="#7F000000" Height="526" VerticalAlignment="Top" Visibility="Collapsed"> |
1215 | <Grid x:Name="GridWP" Margin="23,36,25,0" Background="#7F000000" Height="526" VerticalAlignment="Top" Visibility="Collapsed"> |
1215 | <Label x:Name="label4" Content="points" HorizontalAlignment="Right" Margin="0,480,51,0" VerticalAlignment="Top" Width="53" Foreground="White" Height="19" HorizontalContentAlignment="Right" Padding="0" VerticalContentAlignment="Center" FontSize="13"/> |
1216 | <Label x:Name="label4" Content="points" HorizontalAlignment="Right" Margin="0,480,51,0" VerticalAlignment="Top" Width="53" Foreground="White" Height="19" HorizontalContentAlignment="Right" Padding="0" VerticalContentAlignment="Center" FontSize="13" Visibility="Hidden"/> |
1216 | <Label x:Name="lblWPCount" Content="##" HorizontalAlignment="Right" Margin="0,482,19,0" VerticalAlignment="Top" Width="26" Foreground="White" HorizontalContentAlignment="Right" Padding="0" Height="16" FontSize="13"/> |
1217 | <Label x:Name="lblWPCount" Content="##" HorizontalAlignment="Right" Margin="0,482,19,0" VerticalAlignment="Top" Width="26" Foreground="White" HorizontalContentAlignment="Right" Padding="0" Height="16" FontSize="13" Visibility="Hidden"/> |
1217 | <Label x:Name="label4_Copy" Content="WP Index" HorizontalAlignment="Left" Margin="94,194,0,0" VerticalAlignment="Top" Width="80" Foreground="White" Visibility="Hidden"/> |
1218 | <Label x:Name="label4_Copy" Content="WP Index" HorizontalAlignment="Left" Margin="94,194,0,0" VerticalAlignment="Top" Width="80" Foreground="White" Visibility="Hidden"/> |
1218 | <Label x:Name="lblWPIndex" Content="##" HorizontalAlignment="Left" Margin="170,194,0,0" VerticalAlignment="Top" Width="28" Foreground="White" Visibility="Hidden"/> |
1219 | <Label x:Name="lblWPIndex" Content="##" HorizontalAlignment="Left" Margin="170,194,0,0" VerticalAlignment="Top" Width="28" Foreground="White" Visibility="Hidden"/> |
1219 | <Border Margin="10,458,0,1" BorderBrush="White" BorderThickness="0.5" CornerRadius="5" HorizontalAlignment="Left" Width="584"> |
1220 | <Border Margin="5,458,0,1" BorderBrush="White" BorderThickness="0.5" CornerRadius="5" HorizontalAlignment="Left" Width="577"> |
1220 | <Grid Margin="0,0,-1,4"> |
1221 | <Grid Margin="0,0,-1,4"> |
1221 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="111,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1222 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="104,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1222 | <Rectangle.Style> |
1223 | <Rectangle.Style> |
1223 | <Style TargetType="{x:Type Rectangle}"> |
1224 | <Style TargetType="{x:Type Rectangle}"> |
1224 | <Style.Triggers> |
1225 | <Style.Triggers> |
1225 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnGetWPList}" Value="True"> |
1226 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnGetWPList}" Value="True"> |
1226 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1227 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1227 | </DataTrigger> |
1228 | </DataTrigger> |
1228 | </Style.Triggers> |
1229 | </Style.Triggers> |
1229 | </Style> |
1230 | </Style> |
1230 | </Rectangle.Style> |
1231 | </Rectangle.Style> |
1231 | </Rectangle> |
1232 | </Rectangle> |
1232 | <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}"> |
1233 | <Button x:Name="btnGetWPList" Content="" HorizontalAlignment="Left" Height="36" Margin="105,0,0,0" VerticalAlignment="Bottom" Width="92" Click="btnGetWP_Click" ToolTip="Download WP-list from copter" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}"> |
1233 | <Button.Background> |
1234 | <Button.Background> |
1234 | <ImageBrush ImageSource="Images/FromCopterToPc1.png" Stretch="Uniform"/> |
1235 | <ImageBrush ImageSource="Images/FromCopterToPc1.png" Stretch="Uniform"/> |
1235 | </Button.Background> |
1236 | </Button.Background> |
1236 | </Button> |
1237 | </Button> |
1237 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="12,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1238 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="5,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1238 | <Rectangle.Style> |
1239 | <Rectangle.Style> |
1239 | <Style TargetType="{x:Type Rectangle}"> |
1240 | <Style TargetType="{x:Type Rectangle}"> |
1240 | <Style.Triggers> |
1241 | <Style.Triggers> |
1241 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnSendWPList}" Value="True"> |
1242 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnSendWPList}" Value="True"> |
1242 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1243 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1243 | </DataTrigger> |
1244 | </DataTrigger> |
1244 | </Style.Triggers> |
1245 | </Style.Triggers> |
1245 | </Style> |
1246 | </Style> |
1246 | </Rectangle.Style> |
1247 | </Rectangle.Style> |
1247 | </Rectangle> |
1248 | </Rectangle> |
1248 | <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}"> |
1249 | <Button x:Name="btnSendWPList" Content="" HorizontalAlignment="Left" Height="36" Margin="6,0,0,0" VerticalAlignment="Bottom" Width="92" ToolTip="Upload WP-list to copter" BorderBrush="#FFBDBDBD" Click="btnSendWPList_Click" Style="{DynamicResource ButtonWithoutEffectStyle}"> |
1249 | <Button.Background> |
1250 | <Button.Background> |
1250 | <ImageBrush ImageSource="Images/WPToCopter1.png" Stretch="Uniform"/> |
1251 | <ImageBrush ImageSource="Images/WPToCopter1.png" Stretch="Uniform"/> |
1251 | </Button.Background> |
1252 | </Button.Background> |
1252 | </Button> |
1253 | </Button> |
1253 | <Rectangle HorizontalAlignment="Left" Width="68" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="228,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1254 | <Rectangle HorizontalAlignment="Left" Width="68" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="221,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1254 | <Rectangle.Style> |
1255 | <Rectangle.Style> |
1255 | <Style TargetType="{x:Type Rectangle}"> |
1256 | <Style TargetType="{x:Type Rectangle}"> |
1256 | <Style.Triggers> |
1257 | <Style.Triggers> |
1257 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnLoadWPLFile}" Value="True"> |
1258 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnLoadWPLFile}" Value="True"> |
1258 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1259 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1259 | </DataTrigger> |
1260 | </DataTrigger> |
1260 | </Style.Triggers> |
1261 | </Style.Triggers> |
1261 | </Style> |
1262 | </Style> |
1262 | </Rectangle.Style> |
1263 | </Rectangle.Style> |
1263 | </Rectangle> |
1264 | </Rectangle> |
1264 | <Button x:Name="btnLoadWPLFile" Content="" HorizontalAlignment="Left" Height="37" Margin="228,0,0,0" VerticalAlignment="Bottom" Width="68" ToolTip="load wp-list from file" BorderBrush="#FFBDBDBD" HorizontalContentAlignment="Center" Click="btnLoadWPLFile_Click" Style="{DynamicResource ButtonWithoutEffectStyle}"> |
1265 | <Button x:Name="btnLoadWPLFile" Content="" HorizontalAlignment="Left" Height="37" Margin="221,0,0,0" VerticalAlignment="Bottom" Width="68" ToolTip="load wp-list from file" BorderBrush="#FFBDBDBD" HorizontalContentAlignment="Center" Click="btnLoadWPLFile_Click" Style="{DynamicResource ButtonWithoutEffectStyle}"> |
1265 | <Button.Background> |
1266 | <Button.Background> |
1266 | <ImageBrush ImageSource="Images/LoadFile.png" Stretch="Uniform"/> |
1267 | <ImageBrush ImageSource="Images/LoadFile.png" Stretch="Uniform"/> |
1267 | </Button.Background> |
1268 | </Button.Background> |
1268 | </Button> |
1269 | </Button> |
1269 | <Label x:Name="label4_Copy5" Content="receive from copter" HorizontalAlignment="Left" Margin="106,0,0,36" VerticalAlignment="Bottom" Width="116" Foreground="White" Height="26"/> |
1270 | <Label x:Name="label4_Copy5" Content="receive from copter" HorizontalAlignment="Left" Margin="99,0,0,36" VerticalAlignment="Bottom" Width="116" Foreground="White" Height="26"/> |
1270 | <Label x:Name="label4_Copy6" Content="send to copter" HorizontalAlignment="Left" Margin="9,0,0,36" VerticalAlignment="Bottom" Width="86" Foreground="White" Height="26"/> |
1271 | <Label x:Name="label4_Copy6" Content="send to copter" HorizontalAlignment="Left" Margin="2,0,0,36" VerticalAlignment="Bottom" Width="86" Foreground="White" Height="26"/> |
1271 | <Label x:Name="label4_Copy7" Content="load file" HorizontalAlignment="Left" Margin="225,0,0,35" VerticalAlignment="Bottom" Width="62" Foreground="White"/> |
1272 | <Label x:Name="label4_Copy7" Content="load file" HorizontalAlignment="Left" Margin="218,0,0,35" VerticalAlignment="Bottom" Width="62" Foreground="White"/> |
1272 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="384,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1273 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="377,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1273 | <Rectangle.Style> |
1274 | <Rectangle.Style> |
1274 | <Style TargetType="{x:Type Rectangle}"> |
1275 | <Style TargetType="{x:Type Rectangle}"> |
1275 | <Style.Triggers> |
1276 | <Style.Triggers> |
1276 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnClearWPList}" Value="True"> |
1277 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnClearWPList}" Value="True"> |
1277 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1278 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1278 | </DataTrigger> |
1279 | </DataTrigger> |
1279 | </Style.Triggers> |
1280 | </Style.Triggers> |
1280 | </Style> |
1281 | </Style> |
1281 | </Rectangle.Style> |
1282 | </Rectangle.Style> |
1282 | </Rectangle> |
1283 | </Rectangle> |
1283 | <Button x:Name="btnClearWPList" Content="" HorizontalAlignment="Left" Height="36" Margin="384,0,0,1" VerticalAlignment="Bottom" Width="94" ToolTip="clear all items from the local WP list" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnClearWPList_Click"> |
1284 | <Button x:Name="btnClearWPList" Content="" HorizontalAlignment="Left" Height="36" Margin="377,0,0,1" VerticalAlignment="Bottom" Width="94" ToolTip="clear all items from the local WP list" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnClearWPList_Click"> |
1284 | <Button.Background> |
1285 | <Button.Background> |
1285 | <ImageBrush ImageSource="Images/DeleteList.png" Stretch="Uniform"/> |
1286 | <ImageBrush ImageSource="Images/DeleteList.png" Stretch="Uniform"/> |
1286 | </Button.Background> |
1287 | </Button.Background> |
1287 | </Button> |
1288 | </Button> |
1288 | <Label x:Name="label4_Copy11" Content="clear local list" HorizontalAlignment="Left" Margin="380,0,0,35" VerticalAlignment="Bottom" Width="93" Foreground="White"/> |
1289 | <Label x:Name="label4_Copy11" Content="clear local list" HorizontalAlignment="Left" Margin="373,0,0,35" VerticalAlignment="Bottom" Width="93" Foreground="White"/> |
1289 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="483,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1290 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="476,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1290 | <Rectangle.Style> |
1291 | <Rectangle.Style> |
1291 | <Style TargetType="{x:Type Rectangle}"> |
1292 | <Style TargetType="{x:Type Rectangle}"> |
1292 | <Style.Triggers> |
1293 | <Style.Triggers> |
1293 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnClearCopterList}" Value="True"> |
1294 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnClearCopterList}" Value="True"> |
1294 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1295 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1295 | </DataTrigger> |
1296 | </DataTrigger> |
1296 | </Style.Triggers> |
1297 | </Style.Triggers> |
1297 | </Style> |
1298 | </Style> |
1298 | </Rectangle.Style> |
1299 | </Rectangle.Style> |
1299 | </Rectangle> |
1300 | </Rectangle> |
1300 | <Button x:Name="btnClearCopterList" Content="" HorizontalAlignment="Left" Height="36" Margin="485,0,0,1" VerticalAlignment="Bottom" Width="92" ToolTip="clear all items from the WP list in the copter" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnClearCopterList_Click"> |
1301 | <Button x:Name="btnClearCopterList" Content="" HorizontalAlignment="Left" Height="36" Margin="478,0,0,1" VerticalAlignment="Bottom" Width="92" ToolTip="clear all items from the WP list in the copter" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnClearCopterList_Click"> |
1301 | <Button.Background> |
1302 | <Button.Background> |
1302 | <ImageBrush ImageSource="Images/DeleteCopterList.png" Stretch="Uniform"/> |
1303 | <ImageBrush ImageSource="Images/DeleteCopterList.png" Stretch="Uniform"/> |
1303 | </Button.Background> |
1304 | </Button.Background> |
1304 | </Button> |
1305 | </Button> |
1305 | <Label x:Name="label4_Copy12" Content="clear copter list" HorizontalAlignment="Left" Margin="479,0,0,36" VerticalAlignment="Bottom" Width="93" Foreground="White" Height="26"/> |
1306 | <Label x:Name="label4_Copy12" Content="clear copter list" HorizontalAlignment="Left" Margin="472,0,0,36" VerticalAlignment="Bottom" Width="93" Foreground="White" Height="26"/> |
1306 | <Rectangle HorizontalAlignment="Left" Width="68" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="300,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1307 | <Rectangle HorizontalAlignment="Left" Width="68" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="293,0,0,-1" Height="40" VerticalAlignment="Bottom"> |
1307 | <Rectangle.Style> |
1308 | <Rectangle.Style> |
1308 | <Style TargetType="{x:Type Rectangle}"> |
1309 | <Style TargetType="{x:Type Rectangle}"> |
1309 | <Style.Triggers> |
1310 | <Style.Triggers> |
1310 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnSaveWPLFile}" Value="True"> |
1311 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnSaveWPLFile}" Value="True"> |
1311 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1312 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1312 | </DataTrigger> |
1313 | </DataTrigger> |
1313 | </Style.Triggers> |
1314 | </Style.Triggers> |
1314 | </Style> |
1315 | </Style> |
1315 | </Rectangle.Style> |
1316 | </Rectangle.Style> |
1316 | </Rectangle> |
1317 | </Rectangle> |
1317 | <Button x:Name="btnSaveWPLFile" Content="" HorizontalAlignment="Left" Height="37" Margin="300,0,0,0" VerticalAlignment="Bottom" Width="68" ToolTip="save list to *.wpl file" BorderBrush="#FFBDBDBD" HorizontalContentAlignment="Center" Click="btnSaveWPLFile_Click" Style="{DynamicResource ButtonWithoutEffectStyle}"> |
1318 | <Button x:Name="btnSaveWPLFile" Content="" HorizontalAlignment="Left" Height="37" Margin="293,0,0,0" VerticalAlignment="Bottom" Width="68" ToolTip="save list to *.wpl file" BorderBrush="#FFBDBDBD" HorizontalContentAlignment="Center" Click="btnSaveWPLFile_Click" Style="{DynamicResource ButtonWithoutEffectStyle}"> |
1318 | <Button.Background> |
1319 | <Button.Background> |
1319 | <ImageBrush ImageSource="Images/SaveFile.png" Stretch="Uniform"/> |
1320 | <ImageBrush ImageSource="Images/SaveFile.png" Stretch="Uniform"/> |
1320 | </Button.Background> |
1321 | </Button.Background> |
1321 | </Button> |
1322 | </Button> |
1322 | <Label x:Name="label4_Copy13" Content="save file" HorizontalAlignment="Left" Margin="297,0,0,35" VerticalAlignment="Bottom" Width="71" Foreground="White"/> |
1323 | <Label x:Name="label4_Copy13" Content="save file" HorizontalAlignment="Left" Margin="290,0,0,35" VerticalAlignment="Bottom" Width="71" Foreground="White"/> |
1323 | </Grid> |
1324 | </Grid> |
1324 | </Border> |
1325 | </Border> |
1325 | <Border Margin="10,338,0,73" BorderBrush="White" BorderThickness="0.5" CornerRadius="5" HorizontalAlignment="Left" Width="831"> |
1326 | <Border Margin="6,338,0,73" BorderBrush="White" BorderThickness="0.5" CornerRadius="5" HorizontalAlignment="Left" Width="822"> |
1326 | <Grid Margin="-0.5,-0.5,-0.5,4.5"> |
1327 | <Grid Margin="-0.5,-0.5,-0.5,4.5"> |
1327 | <ComboBox x:Name="cbWPEditType" HorizontalAlignment="Left" Height="22" Margin="10,24,0,0" VerticalAlignment="Top" Width="66"> |
1328 | <ComboBox x:Name="cbWPEditType" HorizontalAlignment="Left" Height="22" Margin="6,24,0,0" VerticalAlignment="Top" Width="66"> |
1328 | <ComboBoxItem Content="WP"/> |
1329 | <ComboBoxItem Content="WP"/> |
1329 | <ComboBoxItem Content="POI"/> |
1330 | <ComboBoxItem Content="POI"/> |
1330 | <ComboBoxItem Content="Failsafe"/> |
1331 | <ComboBoxItem Content="Failsafe"/> |
1331 | <ComboBoxItem Content="Landing"/> |
1332 | <ComboBoxItem Content="Landing"/> |
1332 | </ComboBox> |
1333 | </ComboBox> |
1333 | <Label x:Name="label4a" Content="Type" HorizontalAlignment="Left" Margin="11,6,0,0" Width="39" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1334 | <Label x:Name="label4a" Content="Type" HorizontalAlignment="Left" Margin="7,6,0,0" Width="39" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1334 | <Label x:Name="label4b" Content="Prefix" HorizontalAlignment="Left" Margin="81,6,0,0" Width="35" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1335 | <Label x:Name="label4b" Content="Prefix" HorizontalAlignment="Left" Margin="77,6,0,0" Width="35" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1335 | <TextBox x:Name="tbWPEditPrefix" HorizontalAlignment="Left" Height="22" Margin="81,24,0,0" VerticalAlignment="Top" Width="29" IsUndoEnabled="False" MaxLines="1" MaxLength="1" Foreground="White" Background="{x:Null}" VerticalContentAlignment="Center" IsTabStop="False"/> |
1336 | <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"/> |
1336 | <Label x:Name="label4_Copy16" Content="Latitude" HorizontalAlignment="Left" Margin="115,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1337 | <Label x:Name="label4_Copy16" Content="Latitude" HorizontalAlignment="Left" Margin="111,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1337 | <TextBox x:Name="tbWPEditLat" HorizontalAlignment="Left" Height="22" Margin="115,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" /> |
1338 | <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" /> |
1338 | <Label x:Name="label4_Copy17" Content="Longitude" HorizontalAlignment="Left" Margin="196,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1339 | <Label x:Name="label4_Copy17" Content="Longitude" HorizontalAlignment="Left" Margin="192,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1339 | <TextBox x:Name="tbWPEditLon" HorizontalAlignment="Left" Height="22" Margin="196,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"/> |
1340 | <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"/> |
1340 | <Label x:Name="label4_Copy18" Content="Altitude" HorizontalAlignment="Left" Margin="277,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1341 | <Label x:Name="label4_Copy18" Content="Altitude" HorizontalAlignment="Left" Margin="273,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1341 | <TextBox x:Name="tbWPEditAlt" HorizontalAlignment="Left" Height="22" Margin="277,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"/> |
1342 | <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"/> |
1342 | <Label x:Name="label4_Copy19" Content="Heading" HorizontalAlignment="Left" Margin="324,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1343 | <Label x:Name="label4_Copy19" Content="Heading" HorizontalAlignment="Left" Margin="320,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1343 | <TextBox x:Name="tbWPEditHeading" HorizontalAlignment="Left" Height="22" Margin="324,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"/> |
1344 | <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"/> |
1344 | <Label x:Name="label4_Copy20" Content="Speed" HorizontalAlignment="Left" Margin="398,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1345 | <Label x:Name="label4_Copy20" Content="Speed" HorizontalAlignment="Left" Margin="394,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1345 | <TextBox x:Name="tbWPEditSpeed" HorizontalAlignment="Left" Height="22" Margin="398,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"/> |
1346 | <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"/> |
1346 | <ComboBox x:Name="cbWPEditSpeed" HorizontalAlignment="Left" Height="22" Margin="398,51,0,0" VerticalAlignment="Top" Width="65"> |
1347 | <ComboBox x:Name="cbWPEditSpeed" HorizontalAlignment="Left" Height="22" Margin="394,51,0,0" VerticalAlignment="Top" Width="65"> |
1347 | <ComboBoxItem Content="MAX"/> |
1348 | <ComboBoxItem Content="MAX"/> |
1348 | <ComboBoxItem Content="m/s"/> |
1349 | <ComboBoxItem Content="m/s"/> |
1349 | <ComboBoxItem Content="Poti 1"/> |
1350 | <ComboBoxItem Content="Poti 1"/> |
1350 | <ComboBoxItem Content="Poti 2"/> |
1351 | <ComboBoxItem Content="Poti 2"/> |
1351 | <ComboBoxItem Content="Poti 3"/> |
1352 | <ComboBoxItem Content="Poti 3"/> |
Line 1353... | Line 1354... | ||
1353 | <ComboBoxItem Content="Poti 5"/> |
1354 | <ComboBoxItem Content="Poti 5"/> |
1354 | <ComboBoxItem Content="Poti 6"/> |
1355 | <ComboBoxItem Content="Poti 6"/> |
1355 | <ComboBoxItem Content="Poti 7"/> |
1356 | <ComboBoxItem Content="Poti 7"/> |
1356 | <ComboBoxItem Content="Poti 8"/> |
1357 | <ComboBoxItem Content="Poti 8"/> |
1357 | </ComboBox> |
1358 | </ComboBox> |
1358 | <ComboBox x:Name="cbWPEditHeading" HorizontalAlignment="Left" Height="22" Margin="324,51,0,0" VerticalAlignment="Top" Width="69"> |
1359 | <ComboBox x:Name="cbWPEditHeading" HorizontalAlignment="Left" Height="22" Margin="320,51,0,0" VerticalAlignment="Top" Width="69"> |
1359 | <ComboBoxItem Content=" - - - " HorizontalContentAlignment="Center"/> |
1360 | <ComboBoxItem Content=" - - - " HorizontalContentAlignment="Center"/> |
1360 | <ComboBoxItem Content="WP/POI"/> |
1361 | <ComboBoxItem Content="WP/POI"/> |
1361 | <ComboBoxItem Content="degree"/> |
1362 | <ComboBoxItem Content="degree"/> |
1362 | </ComboBox> |
1363 | </ComboBox> |
1363 | <Label x:Name="label4_Copy21" Content="Climbrate" HorizontalAlignment="Left" Margin="468,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1364 | <Label x:Name="label4_Copy21" Content="Climbrate" HorizontalAlignment="Left" Margin="464,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1364 | <TextBox x:Name="tbWPEditClimbrate" HorizontalAlignment="Left" Height="22" Margin="468,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"/> |
1365 | <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"/> |
1365 | <ComboBox x:Name="cbWPEditClimbrate" HorizontalAlignment="Left" Height="22" Margin="468,51,0,0" VerticalAlignment="Top" Width="61"> |
1366 | <ComboBox x:Name="cbWPEditClimbrate" HorizontalAlignment="Left" Height="22" Margin="464,51,0,0" VerticalAlignment="Top" Width="61"> |
1366 | <ComboBoxItem Content="AUTO"/> |
1367 | <ComboBoxItem Content="AUTO"/> |
1367 | <ComboBoxItem Content="m/s"/> |
1368 | <ComboBoxItem Content="m/s"/> |
1368 | </ComboBox> |
1369 | </ComboBox> |
1369 | <Label x:Name="label4_Copy22" Content="Radius" HorizontalAlignment="Left" Margin="534,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1370 | <Label x:Name="label4_Copy22" Content="Radius" HorizontalAlignment="Left" Margin="530,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1370 | <TextBox x:Name="tbWPEditRadius" HorizontalAlignment="Left" Height="22" Margin="534,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"/> |
1371 | <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"/> |
1371 | <Label x:Name="label4_Copy23" Content="Holdtime" HorizontalAlignment="Left" Margin="581,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1372 | <Label x:Name="label4_Copy23" Content="Holdtime" HorizontalAlignment="Left" Margin="577,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1372 | <TextBox x:Name="tbWPEditHoldtime" HorizontalAlignment="Left" Height="22" Margin="581,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"/> |
1373 | <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"/> |
1373 | <Label x:Name="label4_Copy24" Content="AutoTrig" HorizontalAlignment="Left" Margin="635,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1374 | <Label x:Name="label4_Copy24" Content="AutoTrig" HorizontalAlignment="Left" Margin="631,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1374 | <TextBox x:Name="tbWPEditAutoTrigger" HorizontalAlignment="Left" Height="22" Margin="635,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"/> |
1375 | <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"/> |
1375 | <Label x:Name="label4_Copy25" Content="CamAngle" HorizontalAlignment="Left" Margin="688,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1376 | <Label x:Name="label4_Copy25" Content="CamAngle" HorizontalAlignment="Left" Margin="684,6,0,0" Width="54" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1376 | <TextBox x:Name="tbWPEditCamAngle" HorizontalAlignment="Left" Height="22" Margin="688,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"/> |
1377 | <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"/> |
1377 | <ComboBox x:Name="cbWPEditCamAngle" HorizontalAlignment="Left" Height="22" Margin="688,51,0,0" VerticalAlignment="Top" Width="69"> |
1378 | <ComboBox x:Name="cbWPEditCamAngle" HorizontalAlignment="Left" Height="22" Margin="684,51,0,0" VerticalAlignment="Top" Width="69"> |
1378 | <ComboBoxItem Content=" - - - " HorizontalContentAlignment="Center"/> |
1379 | <ComboBoxItem Content=" - - - " HorizontalContentAlignment="Center"/> |
1379 | <ComboBoxItem Content="AUTO"/> |
1380 | <ComboBoxItem Content="AUTO"/> |
1380 | <ComboBoxItem Content="degree"/> |
1381 | <ComboBoxItem Content="degree"/> |
1381 | </ComboBox> |
1382 | </ComboBox> |
1382 | <Label x:Name="label4_Copy26" Content="Out1Timer" HorizontalAlignment="Left" Margin="762,6,0,0" Width="63" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1383 | <Label x:Name="label4_Copy26" Content="Out1Timer" HorizontalAlignment="Left" Margin="758,6,-4,0" Width="63" Foreground="White" Padding="0" Height="18" VerticalAlignment="Top"/> |
1383 | <TextBox x:Name="tbWPEditOut1" HorizontalAlignment="Left" Height="22" Margin="762,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"/> |
1384 | <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"/> |
1384 | <Rectangle HorizontalAlignment="Left" Width="81" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="8,0,0,-2" Height="40" VerticalAlignment="Bottom"> |
1385 | <Rectangle HorizontalAlignment="Left" Width="81" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="7,0,0,-2" Height="40" VerticalAlignment="Bottom"> |
1385 | <Rectangle.Style> |
1386 | <Rectangle.Style> |
1386 | <Style TargetType="{x:Type Rectangle}"> |
1387 | <Style TargetType="{x:Type Rectangle}"> |
1387 | <Style.Triggers> |
1388 | <Style.Triggers> |
1388 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnEditWPSave}" Value="True"> |
1389 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnEditWPSave}" Value="True"> |
1389 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1390 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1390 | </DataTrigger> |
1391 | </DataTrigger> |
1391 | </Style.Triggers> |
1392 | </Style.Triggers> |
1392 | </Style> |
1393 | </Style> |
1393 | </Rectangle.Style> |
1394 | </Rectangle.Style> |
1394 | </Rectangle> |
1395 | </Rectangle> |
1395 | <Button x:Name="btnEditWPSave" Content="" HorizontalAlignment="Left" Height="36" Margin="9,0,0,-1" VerticalAlignment="Bottom" Width="80" ToolTip="save the changes made to the list" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnEditWPSave_Click"> |
1396 | <Button x:Name="btnEditWPSave" Content="" HorizontalAlignment="Left" Height="36" Margin="8,0,0,-1" VerticalAlignment="Bottom" Width="80" ToolTip="save the changes made to the list" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnEditWPSave_Click"> |
1396 | <Button.Background> |
1397 | <Button.Background> |
1397 | <ImageBrush ImageSource="Images/Save.png" Stretch="Uniform"/> |
1398 | <ImageBrush ImageSource="Images/Save.png" Stretch="Uniform"/> |
1398 | </Button.Background> |
1399 | </Button.Background> |
1399 | </Button> |
1400 | </Button> |
1400 | <Label x:Name="label4_Copy27" Content="save changes" HorizontalAlignment="Left" Margin="6,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
1401 | <Label x:Name="label4_Copy27" Content="save changes" HorizontalAlignment="Left" Margin="5,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
1401 | <Rectangle HorizontalAlignment="Left" Width="81" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="93,0,0,-2" Height="40" VerticalAlignment="Bottom"> |
1402 | <Rectangle HorizontalAlignment="Left" Width="81" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="92,0,0,-2" Height="40" VerticalAlignment="Bottom"> |
1402 | <Rectangle.Style> |
1403 | <Rectangle.Style> |
1403 | <Style TargetType="{x:Type Rectangle}"> |
1404 | <Style TargetType="{x:Type Rectangle}"> |
1404 | <Style.Triggers> |
1405 | <Style.Triggers> |
1405 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnEditWPDel}" Value="True"> |
1406 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnEditWPDel}" Value="True"> |
1406 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1407 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1407 | </DataTrigger> |
1408 | </DataTrigger> |
1408 | </Style.Triggers> |
1409 | </Style.Triggers> |
1409 | </Style> |
1410 | </Style> |
1410 | </Rectangle.Style> |
1411 | </Rectangle.Style> |
1411 | </Rectangle> |
1412 | </Rectangle> |
1412 | <Button x:Name="btnEditWPDel" Content="" HorizontalAlignment="Left" Height="36" Margin="93,0,0,-1" VerticalAlignment="Bottom" Width="81" ToolTip="delete WP from list" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnEditWPDel_Click"> |
1413 | <Button x:Name="btnEditWPDel" Content="" HorizontalAlignment="Left" Height="36" Margin="92,0,0,-1" VerticalAlignment="Bottom" Width="81" ToolTip="delete WP from list" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnEditWPDel_Click"> |
1413 | <Button.Background> |
1414 | <Button.Background> |
1414 | <ImageBrush ImageSource="Images/Delete.png" Stretch="Uniform"/> |
1415 | <ImageBrush ImageSource="Images/Delete.png" Stretch="Uniform"/> |
1415 | </Button.Background> |
1416 | </Button.Background> |
1416 | </Button> |
1417 | </Button> |
1417 | <Label x:Name="label4_Copy30" Content="delete WP" HorizontalAlignment="Left" Margin="93,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
1418 | <Label x:Name="label4_Copy30" Content="delete WP" HorizontalAlignment="Left" Margin="92,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
1418 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="566,0,0,-2" Height="40" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.525"> |
1419 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="562,0,0,-2" Height="40" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.525"> |
1419 | <Rectangle.Style> |
1420 | <Rectangle.Style> |
1420 | <Style TargetType="{x:Type Rectangle}"> |
1421 | <Style TargetType="{x:Type Rectangle}"> |
1421 | <Style.Triggers> |
1422 | <Style.Triggers> |
1422 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnSendActiveWP_Copy1}" Value="True"> |
1423 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnSendActiveWP_Copy1}" Value="True"> |
1423 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1424 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1424 | </DataTrigger> |
1425 | </DataTrigger> |
1425 | </Style.Triggers> |
1426 | </Style.Triggers> |
1426 | </Style> |
1427 | </Style> |
1427 | </Rectangle.Style> |
1428 | </Rectangle.Style> |
1428 | </Rectangle> |
1429 | </Rectangle> |
1429 | <Button x:Name="btnSendActiveWP_Copy1" Content="" HorizontalAlignment="Left" Height="36" Margin="567,0,0,-1" VerticalAlignment="Bottom" Width="93" ToolTip="Set WP as active WP" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnSendActiveWP_Click"> |
1430 | <Button x:Name="btnSendActiveWP_Copy1" Content="" HorizontalAlignment="Left" Height="36" Margin="563,0,0,-1" VerticalAlignment="Bottom" Width="93" ToolTip="Set WP as active WP" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnSendActiveWP_Click"> |
1430 | <Button.Background> |
1431 | <Button.Background> |
1431 | <ImageBrush ImageSource="Images/Blitz.png" Stretch="Uniform"/> |
1432 | <ImageBrush ImageSource="Images/Blitz.png" Stretch="Uniform"/> |
1432 | </Button.Background> |
1433 | </Button.Background> |
1433 | </Button> |
1434 | </Button> |
1434 | <Label x:Name="label4_Copy29" Content="set as active WP" HorizontalAlignment="Left" Margin="564,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
1435 | <Label x:Name="label4_Copy29" Content="set as active WP" HorizontalAlignment="Left" Margin="560,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
1435 | <Rectangle HorizontalAlignment="Left" Width="81" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="191,0,0,-2" Height="40" VerticalAlignment="Bottom"> |
1436 | <Rectangle HorizontalAlignment="Left" Width="81" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="190,0,0,-2" Height="40" VerticalAlignment="Bottom"> |
1436 | <Rectangle.Style> |
1437 | <Rectangle.Style> |
1437 | <Style TargetType="{x:Type Rectangle}"> |
1438 | <Style TargetType="{x:Type Rectangle}"> |
1438 | <Style.Triggers> |
1439 | <Style.Triggers> |
1439 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnEditWPSendToCopter}" Value="True"> |
1440 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnEditWPSendToCopter}" Value="True"> |
1440 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1441 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1441 | </DataTrigger> |
1442 | </DataTrigger> |
1442 | </Style.Triggers> |
1443 | </Style.Triggers> |
1443 | </Style> |
1444 | </Style> |
1444 | </Rectangle.Style> |
1445 | </Rectangle.Style> |
1445 | </Rectangle> |
1446 | </Rectangle> |
1446 | <Button x:Name="btnEditWPSendToCopter" Content="" HorizontalAlignment="Left" Height="36" Margin="191,0,0,-1" VerticalAlignment="Bottom" Width="81" ToolTip="send selected WP to copter" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnEditWPSendToCopter_Click"> |
1447 | <Button x:Name="btnEditWPSendToCopter" Content="" HorizontalAlignment="Left" Height="36" Margin="190,0,0,-1" VerticalAlignment="Bottom" Width="81" ToolTip="send selected WP to copter" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnEditWPSendToCopter_Click"> |
1447 | <Button.Background> |
1448 | <Button.Background> |
1448 | <ImageBrush ImageSource="Images/SendToCopter.png" Stretch="Uniform"/> |
1449 | <ImageBrush ImageSource="Images/SendToCopter.png" Stretch="Uniform"/> |
1449 | </Button.Background> |
1450 | </Button.Background> |
1450 | </Button> |
1451 | </Button> |
1451 | <Label x:Name="label4_Copy34" Content="send to copter" HorizontalAlignment="Left" Margin="191,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
1452 | <Label x:Name="label4_Copy34" Content="send to copter" HorizontalAlignment="Left" Margin="190,0,0,34" VerticalAlignment="Bottom" Width="96" Foreground="White" Height="26"/> |
1452 | </Grid> |
1453 | </Grid> |
1453 | </Border> |
1454 | </Border> |
1454 | <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"> |
1455 | <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"> |
1455 | <DataGrid.Columns> |
1456 | <DataGrid.Columns> |
1456 | <DataGridTextColumn Header="Index" Binding="{Binding Path=Index}"/> |
1457 | <DataGridTextColumn Header="Index" Binding="{Binding Path=Index}"/> |
Line 1467... | Line 1468... | ||
1467 | <DataGridTextColumn Header="AutoTrigger" Binding="{Binding Path=AutoTrigger, Converter={StaticResource wpConvert}, ConverterParameter= AutoTrigger}"/> |
1468 | <DataGridTextColumn Header="AutoTrigger" Binding="{Binding Path=AutoTrigger, Converter={StaticResource wpConvert}, ConverterParameter= AutoTrigger}"/> |
1468 | <DataGridTextColumn Header="CamAngle" Binding="{Binding Path=CamAngle, Converter={StaticResource wpConvert}, ConverterParameter= CamAngle}"/> |
1469 | <DataGridTextColumn Header="CamAngle" Binding="{Binding Path=CamAngle, Converter={StaticResource wpConvert}, ConverterParameter= CamAngle}"/> |
1469 | <DataGridTextColumn Header="Out1Timer" Binding="{Binding Path=Out1Timer}"/> |
1470 | <DataGridTextColumn Header="Out1Timer" Binding="{Binding Path=Out1Timer}"/> |
1470 | </DataGrid.Columns> |
1471 | </DataGrid.Columns> |
1471 | </DataGrid> |
1472 | </DataGrid> |
1472 | <CheckBox x:Name="checkBoxShowWPRoute" Content="show route" HorizontalAlignment="Right" Height="22" Margin="0,504,0,0" VerticalAlignment="Top" Width="84" Foreground="#FFFFFEFE" Click="checkBoxShowWPRoute_Click"/> |
1473 | <CheckBox x:Name="checkBoxShowWPRoute" Content="show route" HorizontalAlignment="Right" Height="22" Margin="0,428,4,0" VerticalAlignment="Top" Width="84" Foreground="#FFFFFEFE" Click="checkBoxShowWPRoute_Click"/> |
1473 | <Label x:Name="label4_Copy9" Content="distance" HorizontalAlignment="Right" Margin="0,462,51,0" VerticalAlignment="Top" Width="57" Foreground="White" Padding="0" Height="18" HorizontalContentAlignment="Right" VerticalContentAlignment="Center" FontSize="13"/> |
1474 | <Label x:Name="label4_Copy9" Content="total distance" HorizontalAlignment="Right" Margin="0,455,51,0" VerticalAlignment="Top" Width="99" Foreground="White" Padding="0" Height="18" HorizontalContentAlignment="Right" VerticalContentAlignment="Center" FontSize="13"/> |
1474 | <Label x:Name="lblWPRouteDistance" Content="0 m" HorizontalAlignment="Right" Margin="0,463,4,0" VerticalAlignment="Top" Width="42" Foreground="White" HorizontalContentAlignment="Right" VerticalContentAlignment="Center" Padding="0" FontSize="13"/> |
1475 | <Label x:Name="lblWPRouteDistance" Content="0 m" HorizontalAlignment="Right" Margin="0,455,4,0" VerticalAlignment="Top" Width="42" Foreground="White" HorizontalContentAlignment="Right" VerticalContentAlignment="Center" Padding="0" FontSize="13"/> |
1475 | <Label x:Name="label4_Copy14" Content="points NC (w/o POI)" HorizontalAlignment="Right" Margin="0,461,143,0" VerticalAlignment="Top" Width="118" Foreground="White" Height="20" HorizontalContentAlignment="Right" Padding="0" VerticalContentAlignment="Center" FontSize="13"/> |
1476 | <Label x:Name="label4_Copy14" Content="/" HorizontalAlignment="Right" Margin="0,504,29,0" VerticalAlignment="Top" Width="7" Foreground="White" Height="20" HorizontalContentAlignment="Right" Padding="0" VerticalContentAlignment="Center" FontSize="13"/> |
1476 | <Label x:Name="lblWPCountNC" Content="##" HorizontalAlignment="Right" Margin="0,463,118,0" VerticalAlignment="Top" Width="25" Foreground="White" HorizontalContentAlignment="Right" Padding="0" Height="16" FontSize="13"/> |
1477 | <Label x:Name="lblWPCountNC" Content="##" HorizontalAlignment="Right" Margin="0,507,2,0" VerticalAlignment="Top" Width="25" Foreground="White" Padding="0" Height="16" FontSize="13"/> |
1477 | <Label x:Name="label4_Copy15" Content="Index NC" HorizontalAlignment="Right" Margin="0,480,143,0" VerticalAlignment="Top" Width="65" Foreground="White" Height="21" HorizontalContentAlignment="Right" Padding="0" VerticalContentAlignment="Center" FontSize="13"/> |
1478 | <Label x:Name="label4_Copy15" Content="active WP" HorizontalAlignment="Right" Margin="0,504,61,0" VerticalAlignment="Top" Width="65" Foreground="White" Height="21" HorizontalContentAlignment="Right" Padding="0" VerticalContentAlignment="Center" FontSize="13"/> |
1478 | <Label x:Name="lblWPIndexNC" Content="##" HorizontalAlignment="Right" Margin="0,482,118,0" VerticalAlignment="Top" Width="25" Foreground="White" HorizontalContentAlignment="Right" Padding="0" Height="16" FontSize="13"/> |
1479 | <Label x:Name="lblWPIndexNC" Content="##" HorizontalAlignment="Right" Margin="0,507,36,0" VerticalAlignment="Top" Width="25" Foreground="White" HorizontalContentAlignment="Right" Padding="0" Height="16" FontSize="13"/> |
1479 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="857,0,0,136" Height="40" VerticalAlignment="Bottom"> |
1480 | <Rectangle HorizontalAlignment="Left" Width="94" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="857,0,0,136" Height="40" VerticalAlignment="Bottom"> |
1480 | <Rectangle.Style> |
1481 | <Rectangle.Style> |
1481 | <Style TargetType="{x:Type Rectangle}"> |
1482 | <Style TargetType="{x:Type Rectangle}"> |
1482 | <Style.Triggers> |
1483 | <Style.Triggers> |
1483 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnWPEditAddCurrentPos}" Value="True"> |
1484 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnWPEditAddCurrentPos}" Value="True"> |
Line 1491... | Line 1492... | ||
1491 | <Button.Background> |
1492 | <Button.Background> |
1492 | <ImageBrush ImageSource="Images/CurrentPos.png" Stretch="Uniform"/> |
1493 | <ImageBrush ImageSource="Images/CurrentPos.png" Stretch="Uniform"/> |
1493 | </Button.Background> |
1494 | </Button.Background> |
1494 | </Button> |
1495 | </Button> |
1495 | <Label x:Name="label4_Copy28" Content="add current Pos" HorizontalAlignment="Left" Margin="855,0,-1,172" VerticalAlignment="Bottom" Width="107" Foreground="White" Height="26"/> |
1496 | <Label x:Name="label4_Copy28" Content="add current Pos" HorizontalAlignment="Left" Margin="855,0,-1,172" VerticalAlignment="Bottom" Width="107" Foreground="White" Height="26"/> |
1496 | <Rectangle x:Name="rectSimulate" HorizontalAlignment="Left" Width="59" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="608,0,0,7" Height="37" VerticalAlignment="Bottom" Visibility="Hidden"> |
1497 | <Rectangle x:Name="rectSimulate" HorizontalAlignment="Left" Width="59" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="624,0,0,10" Height="37" VerticalAlignment="Bottom" Visibility="Collapsed"> |
1497 | <Rectangle.Fill> |
1498 | <Rectangle.Fill> |
1498 | <LinearGradientBrush EndPoint="0,1" StartPoint="0,0"> |
1499 | <LinearGradientBrush EndPoint="0,1" StartPoint="0,0"> |
1499 | <GradientStop Color="#FF9DFFAA"/> |
1500 | <GradientStop Color="#FF9DFFAA"/> |
1500 | <GradientStop Color="#FF5DE094" Offset="0.236"/> |
1501 | <GradientStop Color="#FF5DE094" Offset="0.236"/> |
1501 | <GradientStop Color="#FF5DD6A0" Offset="0.39"/> |
1502 | <GradientStop Color="#FF5DD6A0" Offset="0.39"/> |
1502 | <GradientStop Color="#FF4FCF8F" Offset="1"/> |
1503 | <GradientStop Color="#FF4FCF8F" Offset="1"/> |
1503 | </LinearGradientBrush> |
1504 | </LinearGradientBrush> |
1504 | </Rectangle.Fill> |
1505 | </Rectangle.Fill> |
1505 | </Rectangle> |
1506 | </Rectangle> |
1506 | <Rectangle HorizontalAlignment="Left" Width="59" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="608,0,0,7" Height="37" VerticalAlignment="Bottom"> |
1507 | <Rectangle HorizontalAlignment="Left" Width="59" Stroke="#FFE4E4E4" StrokeThickness="0.5" Margin="624,0,0,10" Height="37" VerticalAlignment="Bottom"> |
1507 | <Rectangle.Style> |
1508 | <Rectangle.Style> |
1508 | <Style TargetType="{x:Type Rectangle}"> |
1509 | <Style TargetType="{x:Type Rectangle}"> |
1509 | <Style.Triggers> |
1510 | <Style.Triggers> |
1510 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnWPSimulateStart}" Value="True"> |
1511 | <DataTrigger Binding="{Binding IsMouseOver, ElementName=btnWPSimulateStart}" Value="True"> |
1511 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1512 | <Setter Property="Fill" Value="{DynamicResource PressedItemBrush}"/> |
1512 | </DataTrigger> |
1513 | </DataTrigger> |
1513 | </Style.Triggers> |
1514 | </Style.Triggers> |
1514 | </Style> |
1515 | </Style> |
1515 | </Rectangle.Style> |
1516 | </Rectangle.Style> |
1516 | </Rectangle> |
1517 | </Rectangle> |
1517 | <Button x:Name="btnWPSimulateStart" Content="" HorizontalAlignment="Left" Height="33" Margin="608,0,0,9" VerticalAlignment="Bottom" Width="58" ToolTip="Start/stop simulationmode on copter" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnWPSimulateStart_Click"> |
1518 | <Button x:Name="btnWPSimulateStart" Content="" HorizontalAlignment="Left" Height="33" Margin="624,0,0,12" VerticalAlignment="Bottom" Width="58" ToolTip="Start/stop simulationmode on copter" BorderBrush="#FFBDBDBD" Style="{DynamicResource ButtonWithoutEffectStyle}" Click="btnWPSimulateStart_Click"> |
1518 | <Button.Background> |
1519 | <Button.Background> |
1519 | <ImageBrush ImageSource="Images/Test.png" Stretch="Uniform"/> |
1520 | <ImageBrush ImageSource="Images/Test.png" Stretch="Uniform"/> |
1520 | </Button.Background> |
1521 | </Button.Background> |
1521 | </Button> |
1522 | </Button> |
1522 | <Label x:Name="label4_Copy32" Content="Simulation" HorizontalAlignment="Left" Margin="603,0,0,40" VerticalAlignment="Bottom" Width="74" Foreground="White" Height="26"/> |
1523 | <Label x:Name="label4_Copy32" Content="Simulation" HorizontalAlignment="Left" Margin="619,0,0,43" VerticalAlignment="Bottom" Width="74" Foreground="White" Height="26"/> |
- | 1524 | <Label x:Name="label4_Copy35" Content="distance next WP" HorizontalAlignment="Right" Margin="0,470,51,0" VerticalAlignment="Top" Width="118" Foreground="White" Height="21" HorizontalContentAlignment="Right" Padding="0" VerticalContentAlignment="Center" FontSize="13"/> |
|
- | 1525 | <Label x:Name="lblWPRouteDistanceWP" Content="0 m" HorizontalAlignment="Right" Margin="0,472,4,0" VerticalAlignment="Top" Width="42" Foreground="White" HorizontalContentAlignment="Right" VerticalContentAlignment="Center" Padding="0" FontSize="13"/> |
|
- | 1526 | <Label x:Name="label4_Copy36" Content="hold time" HorizontalAlignment="Right" Margin="0,487,51,0" VerticalAlignment="Top" Width="118" Foreground="White" Height="21" HorizontalContentAlignment="Right" Padding="0" VerticalContentAlignment="Center" FontSize="13"/> |
|
- | 1527 | <Label x:Name="lblWPHoldTime" Content="0 s" HorizontalAlignment="Right" Margin="0,489,10,0" VerticalAlignment="Top" Width="36" Foreground="White" HorizontalContentAlignment="Right" VerticalContentAlignment="Center" Padding="0" FontSize="13"/> |
|
1523 | </Grid> |
1528 | </Grid> |
1524 | <Grid x:Name="GridSideBarR" Background="#66000000" Margin="0,36,0,0" HorizontalAlignment="Right" Width="23"> |
1529 | <Grid x:Name="GridSideBarR" Background="#66000000" Margin="0,36,0,0" HorizontalAlignment="Right" Width="23"> |
1525 | <Label x:Name="labelMotordata" Content="Motors" Padding="0" RenderTransformOrigin="0.5,0.5" Margin="-25,233,-26,0" HorizontalContentAlignment="Center" VerticalContentAlignment="Stretch" MouseDown="labelMotorData_MouseDown" FontSize="14" HorizontalAlignment="Left" Width="74" Height="22" VerticalAlignment="Top"> |
1530 | <Label x:Name="labelMotordata" Content="Motors" Padding="0" RenderTransformOrigin="0.5,0.5" Margin="-25,233,-26,0" HorizontalContentAlignment="Center" VerticalContentAlignment="Stretch" MouseDown="labelMotorData_MouseDown" FontSize="14" HorizontalAlignment="Left" Width="74" Height="22" VerticalAlignment="Top"> |
1526 | <Label.RenderTransform> |
1531 | <Label.RenderTransform> |
1527 | <TransformGroup> |
1532 | <TransformGroup> |
Line 1585... | Line 1590... | ||
1585 | </Style> |
1590 | </Style> |
1586 | </TextBox.Resources> |
1591 | </TextBox.Resources> |
1587 | </TextBox> |
1592 | </TextBox> |
1588 | <TextBox x:Name="tbSideBarGPXLog" Height="19" Margin="1,0,0,4" Text="GPX" Width="21" Background="Transparent" Foreground="#FFD3D2D2" AllowDrop="False" BorderThickness="0.6" ToolTip="GPX-Log active" IsUndoEnabled="False" MaxLines="1" BorderBrush="#FFD3D2D2" UndoLimit="0" FontSize="10" VerticalAlignment="Bottom" HorizontalAlignment="Left" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Center" Padding="-1.5,0,0,0"/> |
1593 | <TextBox x:Name="tbSideBarGPXLog" Height="19" Margin="1,0,0,4" Text="GPX" Width="21" Background="Transparent" Foreground="#FFD3D2D2" AllowDrop="False" BorderThickness="0.6" ToolTip="GPX-Log active" IsUndoEnabled="False" MaxLines="1" BorderBrush="#FFD3D2D2" UndoLimit="0" FontSize="10" VerticalAlignment="Bottom" HorizontalAlignment="Left" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Center" Padding="-1.5,0,0,0"/> |
1589 | </Grid> |
1594 | </Grid> |
- | 1595 | <Grid x:Name="WPStatus" HorizontalAlignment="Left" Height="192" Margin="339,36,0,0" VerticalAlignment="Top" Width="329" Background="#7F808080" Visibility="Collapsed"> |
|
- | 1596 | <Label x:Name="label4_Copy37" Content="/" HorizontalAlignment="Right" Margin="0,112,116,0" VerticalAlignment="Top" Width="7" Foreground="White" Height="20" HorizontalContentAlignment="Right" Padding="0" VerticalContentAlignment="Center" FontSize="13"/> |
|
- | 1597 | <Label x:Name="lblWPCountNC_Copy" Content="##" HorizontalAlignment="Right" Margin="0,115,89,0" VerticalAlignment="Top" Width="25" Foreground="White" Padding="0" Height="16" FontSize="13"/> |
|
- | 1598 | <Label x:Name="label4_Copy38" Content="active WP" HorizontalAlignment="Right" Margin="0,112,148,0" VerticalAlignment="Top" Width="65" Foreground="White" Height="21" HorizontalContentAlignment="Right" Padding="0" VerticalContentAlignment="Center" FontSize="13"/> |
|
- | 1599 | <Label x:Name="lblWPIndexNC_Copy" Content="##" HorizontalAlignment="Right" Margin="0,115,123,0" VerticalAlignment="Top" Width="25" Foreground="White" HorizontalContentAlignment="Right" Padding="0" Height="16" FontSize="13"/> |
|
- | 1600 | <Label x:Name="label4_Copy39" Content="distance next WP" HorizontalAlignment="Right" Margin="0,78,138,0" VerticalAlignment="Top" Width="118" Foreground="White" Height="21" HorizontalContentAlignment="Right" Padding="0" VerticalContentAlignment="Center" FontSize="13"/> |
|
- | 1601 | <Label x:Name="lblWPRouteDistanceWP_Copy" Content="0 m" HorizontalAlignment="Right" Margin="0,80,91,0" VerticalAlignment="Top" Width="42" Foreground="White" HorizontalContentAlignment="Right" VerticalContentAlignment="Center" Padding="0" FontSize="13"/> |
|
- | 1602 | <Label x:Name="label4_Copy40" Content="hold time" HorizontalAlignment="Right" Margin="0,95,138,0" VerticalAlignment="Top" Width="118" Foreground="White" Height="21" HorizontalContentAlignment="Right" Padding="0" VerticalContentAlignment="Center" FontSize="13"/> |
|
- | 1603 | <Label x:Name="lblWPHoldTime_Copy" Content="0 s" HorizontalAlignment="Right" Margin="0,97,97,0" VerticalAlignment="Top" Width="36" Foreground="White" HorizontalContentAlignment="Right" VerticalContentAlignment="Center" Padding="0" FontSize="13"/> |
|
- | 1604 | </Grid> |
|
1590 | <!--<Rectangle x:Name="rctConnection" Fill="#FFF4F4F5" Height="16" Margin="0,10,7,0" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Right" Width="15"/>--> |
1605 | <!--<Rectangle x:Name="rctConnection" Fill="#FFF4F4F5" Height="16" Margin="0,10,7,0" Stroke="Black" VerticalAlignment="Top" HorizontalAlignment="Right" Width="15"/>--> |
1591 | </Grid> |
1606 | </Grid> |
1592 | <Label x:Name="labelSwitchToNavi" Content="The communication is set to FlightControl
The necessary data can ONLY be accessed 
by the NaviControl!
Please switch to NaviControl in the settings tab" HorizontalAlignment="Left" Height="161" Margin="347,147,0,0" VerticalAlignment="Top" Width="574" Foreground="White" FontSize="26.667" Style="{StaticResource HideSwitchNCLabel}" Tag="{Binding ElementName=tbCtrl}" > |
1607 | <Label x:Name="labelSwitchToNavi" Content="The communication is set to FlightControl
The necessary data can ONLY be accessed 
by the NaviControl!
Please switch to NaviControl in the settings tab" HorizontalAlignment="Left" Height="161" Margin="347,147,0,0" VerticalAlignment="Top" Width="574" Foreground="White" FontSize="26.667" Style="{StaticResource HideSwitchNCLabel}" Tag="{Binding ElementName=tbCtrl}" > |
1593 | <Label.Background> |
1608 | <Label.Background> |
1594 | <LinearGradientBrush EndPoint="0.5,1" MappingMode="RelativeToBoundingBox" StartPoint="0.5,0"> |
1609 | <LinearGradientBrush EndPoint="0.5,1" MappingMode="RelativeToBoundingBox" StartPoint="0.5,0"> |