Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2465 → Rev 2466

/MKLiveView/v1.0/Source/obj/Debug/AH.g.i.cs
0,0 → 1,77
#pragma checksum "..\..\AH.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "262386E667DEF3871E23EE76B6C08CC4"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using Microsoft.Windows.Controls;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// AH
/// </summary>
public partial class AH : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/ah.xaml", System.UriKind.Relative);
#line 1 "..\..\AH.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/App.g.cs
0,0 → 1,73
#pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "FF46DBF5BA6AC9D60C2FBF214DB1E25D"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
SplashScreen splashScreen = new SplashScreen("images/logo.png");
splashScreen.Show(true);
MKLiveView.App app = new MKLiveView.App();
app.InitializeComponent();
app.Run();
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/App.g.i.cs
0,0 → 1,73
#pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "FF46DBF5BA6AC9D60C2FBF214DB1E25D"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
SplashScreen splashScreen = new SplashScreen("images/logo.png");
splashScreen.Show(true);
MKLiveView.App app = new MKLiveView.App();
app.InitializeComponent();
app.Run();
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/ArtificialHorizon/ArtificialHorizon.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/ArtificialHorizon/ArtificialHorizon.g.cs
0,0 → 1,123
#pragma checksum "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "D955A2E3680E294CA5CA589C6C6F4968"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView.ArtificialHorizon;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.ArtificialHorizon {
/// <summary>
/// ArtificialHorizon
/// </summary>
public partial class ArtificialHorizon : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 19 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform RollAngle;
#line default
#line hidden
#line 20 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.TranslateTransform PitchAngle;
#line default
#line hidden
#line 43 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform RotateHome;
#line default
#line hidden
#line 52 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/artificialhorizon/artificialhorizon.xaml", System.UriKind.Relative);
#line 1 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.RollAngle = ((System.Windows.Media.RotateTransform)(target));
return;
case 2:
this.PitchAngle = ((System.Windows.Media.TranslateTransform)(target));
return;
case 3:
this.RotateHome = ((System.Windows.Media.RotateTransform)(target));
return;
case 4:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/ArtificialHorizon/ArtificialHorizon.g.i.cs
0,0 → 1,123
#pragma checksum "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "D955A2E3680E294CA5CA589C6C6F4968"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView.ArtificialHorizon;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.ArtificialHorizon {
/// <summary>
/// ArtificialHorizon
/// </summary>
public partial class ArtificialHorizon : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 19 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform RollAngle;
#line default
#line hidden
#line 20 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.TranslateTransform PitchAngle;
#line default
#line hidden
#line 43 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform RotateHome;
#line default
#line hidden
#line 52 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/artificialhorizon/artificialhorizon.xaml", System.UriKind.Relative);
#line 1 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.RollAngle = ((System.Windows.Media.RotateTransform)(target));
return;
case 2:
this.PitchAngle = ((System.Windows.Media.TranslateTransform)(target));
return;
case 3:
this.RotateHome = ((System.Windows.Media.RotateTransform)(target));
return;
case 4:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/Compass/Compass.g.i.cs
0,0 → 1,91
#pragma checksum "..\..\..\Compass\Compass.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "892404C5C14C17185FE8F00176EFC1D5"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView.Compass;
using Microsoft.Windows.Controls;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.Compass {
/// <summary>
/// Compass
/// </summary>
public partial class Compass : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 24 "..\..\..\Compass\Compass.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/compass/compass.xaml", System.UriKind.Relative);
#line 1 "..\..\..\Compass\Compass.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/Circle.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/Circle.g.cs
0,0 → 1,89
#pragma checksum "..\..\..\GMapCustomMarkers\Circle.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "59F527AECC6395D4702A82ADAE85B258"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// Circle
/// </summary>
public partial class Circle : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\Circle.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse e;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/circle.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\Circle.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.e = ((System.Windows.Shapes.Ellipse)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/Circle.g.i.cs
0,0 → 1,89
#pragma checksum "..\..\..\GMapCustomMarkers\Circle.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "59F527AECC6395D4702A82ADAE85B258"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// Circle
/// </summary>
public partial class Circle : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\Circle.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse e;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/circle.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\Circle.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.e = ((System.Windows.Shapes.Ellipse)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerCopter - Kopieren.g.i.cs
0,0 → 1,99
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerCopter - Kopieren.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E4B9A50BEB2CEE66E3040EBF81A225DA"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerCopter
/// </summary>
public partial class CustomMarkerCopter : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 7 "..\..\..\GMapCustomMarkers\CustomMarkerCopter - Kopieren.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 8 "..\..\..\GMapCustomMarkers\CustomMarkerCopter - Kopieren.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkercopter%20-%20kopieren.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerCopter - Kopieren.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 2:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerCopter.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerCopter.g.cs
0,0 → 1,301
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EB7E1F53AEEBAB6F54AD8C2BD3C763F0"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerCopter
/// </summary>
public partial class CustomMarkerCopter : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 15 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s1;
#line default
#line hidden
#line 16 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s2;
#line default
#line hidden
#line 17 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s3;
#line default
#line hidden
#line 18 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s4;
#line default
#line hidden
#line 19 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f1;
#line default
#line hidden
#line 29 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f2;
#line default
#line hidden
#line 39 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s5;
#line default
#line hidden
#line 44 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s7;
#line default
#line hidden
#line 49 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s8;
#line default
#line hidden
#line 54 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s6;
#line default
#line hidden
#line 59 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f3;
#line default
#line hidden
#line 69 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f4;
#line default
#line hidden
#line 79 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f5;
#line default
#line hidden
#line 89 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f6;
#line default
#line hidden
#line 99 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f7;
#line default
#line hidden
#line 104 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate1;
#line default
#line hidden
#line 113 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 114 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
#line 119 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image heading;
#line default
#line hidden
#line 124 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkercopter.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.s1 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 2:
this.s2 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 3:
this.s3 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 4:
this.s4 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 5:
this.f1 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 6:
this.f2 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 7:
this.s5 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 8:
this.s7 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 9:
this.s8 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 10:
this.s6 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 11:
this.f3 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 12:
this.f4 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 13:
this.f5 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 14:
this.f6 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 15:
this.f7 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 16:
this.Rotate1 = ((System.Windows.Media.RotateTransform)(target));
return;
case 17:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 18:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
case 19:
this.heading = ((System.Windows.Controls.Image)(target));
return;
case 20:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerCopter.g.i.cs
0,0 → 1,301
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EB7E1F53AEEBAB6F54AD8C2BD3C763F0"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerCopter
/// </summary>
public partial class CustomMarkerCopter : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 15 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s1;
#line default
#line hidden
#line 16 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s2;
#line default
#line hidden
#line 17 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s3;
#line default
#line hidden
#line 18 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s4;
#line default
#line hidden
#line 19 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f1;
#line default
#line hidden
#line 29 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f2;
#line default
#line hidden
#line 39 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s5;
#line default
#line hidden
#line 44 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s7;
#line default
#line hidden
#line 49 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s8;
#line default
#line hidden
#line 54 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s6;
#line default
#line hidden
#line 59 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f3;
#line default
#line hidden
#line 69 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f4;
#line default
#line hidden
#line 79 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f5;
#line default
#line hidden
#line 89 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f6;
#line default
#line hidden
#line 99 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f7;
#line default
#line hidden
#line 104 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate1;
#line default
#line hidden
#line 113 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 114 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
#line 119 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image heading;
#line default
#line hidden
#line 124 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkercopter.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.s1 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 2:
this.s2 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 3:
this.s3 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 4:
this.s4 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 5:
this.f1 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 6:
this.f2 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 7:
this.s5 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 8:
this.s7 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 9:
this.s8 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 10:
this.s6 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 11:
this.f3 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 12:
this.f4 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 13:
this.f5 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 14:
this.f6 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 15:
this.f7 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 16:
this.Rotate1 = ((System.Windows.Media.RotateTransform)(target));
return;
case 17:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 18:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
case 19:
this.heading = ((System.Windows.Controls.Image)(target));
return;
case 20:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerDemo.g.i.cs
0,0 → 1,90
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerDemo.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "BB64DBD83C1958D1952686AAB174711A"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using Microsoft.Windows.Controls;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace Demo.WindowsPresentation.CustomMarkers {
/// <summary>
/// CustomMarkerDemo
/// </summary>
public partial class CustomMarkerDemo : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\CustomMarkerDemo.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerdemo.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerDemo.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.icon = ((System.Windows.Controls.Image)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerFS.g.i.cs
0,0 → 1,100
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerFS.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "2D9537FA2E6FEC42D1E897246D81AA85"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerFS
/// </summary>
public partial class CustomMarkerFS : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\CustomMarkerFS.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rect;
#line default
#line hidden
#line 25 "..\..\..\GMapCustomMarkers\CustomMarkerFS.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox text;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerfs.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerFS.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.rect = ((System.Windows.Shapes.Rectangle)(target));
return;
case 2:
this.text = ((System.Windows.Controls.TextBox)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerHome.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerHome.g.cs
0,0 → 1,100
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "97E0088F43ECAFCD4F387BA7D2F205F3"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerHome
/// </summary>
public partial class CustomMarkerHome : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 7 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 8 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerhome.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 2:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerHome.g.i.cs
0,0 → 1,100
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "97E0088F43ECAFCD4F387BA7D2F205F3"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerHome
/// </summary>
public partial class CustomMarkerHome : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 7 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 8 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerhome.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 2:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerWP - Kopieren.g.i.cs
0,0 → 1,100
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerWP - Kopieren.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "2F127C15B8BFD42693A2024F215DDCCA"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWP
/// </summary>
public partial class CustomMarkerWP : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\CustomMarkerWP - Kopieren.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
#line 17 "..\..\..\GMapCustomMarkers\CustomMarkerWP - Kopieren.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox text;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwp%20-%20kopieren.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerWP - Kopieren.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
case 2:
this.text = ((System.Windows.Controls.TextBox)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerWP.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerWP.g.cs
0,0 → 1,133
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "6332AA41CDF140ED278FD3F8B43A5C98"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWP
/// </summary>
public partial class CustomMarkerWP : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid gLanding;
#line default
#line hidden
#line 7 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse landing;
#line default
#line hidden
#line 25 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
#line 36 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rect;
#line default
#line hidden
#line 55 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox text;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwp.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.gLanding = ((System.Windows.Controls.Grid)(target));
return;
case 2:
this.landing = ((System.Windows.Shapes.Ellipse)(target));
return;
case 3:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
case 4:
this.rect = ((System.Windows.Shapes.Rectangle)(target));
return;
case 5:
this.text = ((System.Windows.Controls.TextBox)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerWP.g.i.cs
0,0 → 1,133
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "6332AA41CDF140ED278FD3F8B43A5C98"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWP
/// </summary>
public partial class CustomMarkerWP : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid gLanding;
#line default
#line hidden
#line 7 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse landing;
#line default
#line hidden
#line 25 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
#line 36 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rect;
#line default
#line hidden
#line 55 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox text;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwp.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.gLanding = ((System.Windows.Controls.Grid)(target));
return;
case 2:
this.landing = ((System.Windows.Shapes.Ellipse)(target));
return;
case 3:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
case 4:
this.rect = ((System.Windows.Shapes.Rectangle)(target));
return;
case 5:
this.text = ((System.Windows.Controls.TextBox)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerWPActive.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerWPActive.g.cs
0,0 → 1,89
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "724A8E58C7EAF09E391B7265EF3203B1"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWPActive
/// </summary>
public partial class CustomMarkerWPActive : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwpactive.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GMapCustomMarkers/CustomMarkerWPActive.g.i.cs
0,0 → 1,89
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "724A8E58C7EAF09E391B7265EF3203B1"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWPActive
/// </summary>
public partial class CustomMarkerWPActive : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwpactive.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GeneratedInternalTypeHelper.g.cs
0,0 → 1,62
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace XamlGeneratedNamespace {
/// <summary>
/// GeneratedInternalTypeHelper
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
/// <summary>
/// CreateInstance
/// </summary>
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
}
/// <summary>
/// GetPropertyValue
/// </summary>
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// SetPropertyValue
/// </summary>
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// CreateDelegate
/// </summary>
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
delegateType,
handler}, null)));
}
/// <summary>
/// AddEventHandler
/// </summary>
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
eventInfo.AddEventHandler(target, handler);
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/GeneratedInternalTypeHelper.g.i.cs
0,0 → 1,62
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace XamlGeneratedNamespace {
/// <summary>
/// GeneratedInternalTypeHelper
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
/// <summary>
/// CreateInstance
/// </summary>
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
}
/// <summary>
/// GetPropertyValue
/// </summary>
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// SetPropertyValue
/// </summary>
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// CreateDelegate
/// </summary>
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
delegateType,
handler}, null)));
}
/// <summary>
/// AddEventHandler
/// </summary>
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
eventInfo.AddEventHandler(target, handler);
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/Interop.MediaPlayer.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/KeyPad/Keypad.g.i.cs
0,0 → 1,316
#pragma checksum "..\..\..\KeyPad\Keypad.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "38201DB62792096EB728AD419DFA8166"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace KeyPad {
/// <summary>
/// Keypad
/// </summary>
public partial class Keypad : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 119 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button5;
#line default
#line hidden
#line 124 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button6;
#line default
#line hidden
#line 129 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button7;
#line default
#line hidden
#line 134 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button8;
#line default
#line hidden
#line 140 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button9;
#line default
#line hidden
#line 145 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button10;
#line default
#line hidden
#line 150 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button11;
#line default
#line hidden
#line 155 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button13;
#line default
#line hidden
#line 160 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button14;
#line default
#line hidden
#line 165 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button15;
#line default
#line hidden
#line 170 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button16;
#line default
#line hidden
#line 175 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button17;
#line default
#line hidden
#line 180 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button19;
#line default
#line hidden
#line 189 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonEsc;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/keypad/keypad.xaml", System.UriKind.Relative);
#line 1 "..\..\..\KeyPad\Keypad.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.button5 = ((System.Windows.Controls.Button)(target));
#line 120 "..\..\..\KeyPad\Keypad.xaml"
this.button5.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 2:
this.button6 = ((System.Windows.Controls.Button)(target));
#line 125 "..\..\..\KeyPad\Keypad.xaml"
this.button6.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 3:
this.button7 = ((System.Windows.Controls.Button)(target));
#line 130 "..\..\..\KeyPad\Keypad.xaml"
this.button7.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 4:
this.button8 = ((System.Windows.Controls.Button)(target));
#line 134 "..\..\..\KeyPad\Keypad.xaml"
this.button8.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 5:
this.button9 = ((System.Windows.Controls.Button)(target));
#line 141 "..\..\..\KeyPad\Keypad.xaml"
this.button9.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 6:
this.button10 = ((System.Windows.Controls.Button)(target));
#line 146 "..\..\..\KeyPad\Keypad.xaml"
this.button10.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 7:
this.button11 = ((System.Windows.Controls.Button)(target));
#line 151 "..\..\..\KeyPad\Keypad.xaml"
this.button11.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 8:
this.button13 = ((System.Windows.Controls.Button)(target));
#line 156 "..\..\..\KeyPad\Keypad.xaml"
this.button13.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 9:
this.button14 = ((System.Windows.Controls.Button)(target));
#line 161 "..\..\..\KeyPad\Keypad.xaml"
this.button14.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 10:
this.button15 = ((System.Windows.Controls.Button)(target));
#line 166 "..\..\..\KeyPad\Keypad.xaml"
this.button15.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 11:
this.button16 = ((System.Windows.Controls.Button)(target));
#line 171 "..\..\..\KeyPad\Keypad.xaml"
this.button16.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 12:
this.button17 = ((System.Windows.Controls.Button)(target));
#line 176 "..\..\..\KeyPad\Keypad.xaml"
this.button17.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 13:
this.button19 = ((System.Windows.Controls.Button)(target));
#line 181 "..\..\..\KeyPad\Keypad.xaml"
this.button19.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 14:
this.buttonEsc = ((System.Windows.Controls.Button)(target));
#line 190 "..\..\..\KeyPad\Keypad.xaml"
this.buttonEsc.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView.Properties.Resources.resources
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView.csproj.FileListAbsolute.txt
0,0 → 1,71
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\MKLiveView.exe.config
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\MKLiveView.exe
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\MKLiveView.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\Microsoft.Windows.Shell.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\RibbonControlsLibrary.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\Microsoft.Windows.Shell.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\Microsoft.Windows.Shell.xml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\RibbonControlsLibrary.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\RibbonControlsLibrary.xml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\obj\Debug\MKLiveView.csprojResolveAssemblyReference.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\obj\Debug\MainWindow.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\obj\Debug\App.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\obj\Debug\MKLiveView_MarkupCompile.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\obj\Debug\MKLiveView_MarkupCompile.lref
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\obj\Debug\MainWindow.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\obj\Debug\MKLiveView.g.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\obj\Debug\MKLiveView.Properties.Resources.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\obj\Debug\MKLiveView.csproj.GenerateResource.Cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\obj\Debug\MKLiveView.exe
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\obj\Debug\MKLiveView.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\GMap.NET.Core.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\GMap.NET.WindowsPresentation.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\GMap.NET.WindowsPresentation.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\GMap.NET.Core.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\MKLiveView.csprojResolveAssemblyReference.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\Interop.MediaPlayer.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\MKLiveView.csproj.ResolveComReference.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\GMapCustomMarkers\Circle.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\GMapCustomMarkers\CustomMarkerHome.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\GMapCustomMarkers\CustomMarkerCopter.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\GMapCustomMarkers\CustomMarkerWP.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\GMapCustomMarkers\CustomMarkerWPActive.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\ArtificialHorizon\ArtificialHorizon.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\GMapCustomMarkers\Circle.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\GMapCustomMarkers\CustomMarkerHome.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\GMapCustomMarkers\CustomMarkerCopter.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\GMapCustomMarkers\CustomMarkerWP.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\GMapCustomMarkers\CustomMarkerWPActive.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\MainWindow.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\SerialPortCtrl.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\App.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\GeneratedInternalTypeHelper.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\MKLiveView_MarkupCompile.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\MKLiveView_MarkupCompile.lref
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\MKLiveView.exe.config
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\MKLiveView.exe
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\MKLiveView.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\GMap.NET.Core.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\GMap.NET.WindowsPresentation.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\KeyPad.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\Microsoft.Expression.Drawing.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\Microsoft.Windows.Shell.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\Touchless.Vision.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\WebCamLib.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\System.ComponentModel.Composition.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\Touchless.Vision.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\GMap.NET.Core.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\GMap.NET.WindowsPresentation.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\KeyPad.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\Microsoft.Expression.Drawing.xml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\Microsoft.Windows.Shell.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\Microsoft.Windows.Shell.xml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Debug\WebCamLib.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\ArtificialHorizon\ArtificialHorizon.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\MainWindow.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\SerialPortCtrl.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\MKLiveView.g.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\MKLiveView.Properties.Resources.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\MKLiveView.csproj.GenerateResource.Cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\MKLiveView.exe
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\MKLiveView.pdb
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView.csproj.GenerateResource.Cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView.csproj.ResolveComReference.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView.csprojResolveAssemblyReference.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView.g.resources
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView.pdb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView_Content.g.i.cs
0,0 → 1,13
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("keypad/obj/x86/debug/temppe/properties.resources.designer.cs.dll")]
 
 
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView_MarkupCompile.cache
0,0 → 1,20
MKLiveView
 
 
winexe
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\
MKLiveView
none
false
DEBUG;TRACE
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\App.xaml
8-113140997
 
15677493580
26-991345544
ArtificialHorizon\ArtificialHorizon.xaml;GMapCustomMarkers\Circle.xaml;GMapCustomMarkers\CustomMarkerHome.xaml;GMapCustomMarkers\CustomMarkerCopter.xaml;GMapCustomMarkers\CustomMarkerWP.xaml;GMapCustomMarkers\CustomMarkerWPActive.xaml;MainWindow.xaml;SerialPortCtrl.xaml;
images\logo.png
False
 
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView_MarkupCompile.i.cache
0,0 → 1,20
MKLiveView
 
 
winexe
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Debug\
MKLiveView
none
false
DEBUG;TRACE
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\App.xaml
8-113140997
 
191070603832
26-991345544
ArtificialHorizon\ArtificialHorizon.xaml;GMapCustomMarkers\Circle.xaml;GMapCustomMarkers\CustomMarkerHome.xaml;GMapCustomMarkers\CustomMarkerCopter.xaml;GMapCustomMarkers\CustomMarkerWP.xaml;GMapCustomMarkers\CustomMarkerWPActive.xaml;MainWindow.xaml;SerialPortCtrl.xaml;
images\logo.png
True
 
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView_MarkupCompile.i.lref
0,0 → 1,4

 
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\MainWindow.xaml;;
 
/MKLiveView/v1.0/Source/obj/Debug/MKLiveView_MarkupCompile.lref
0,0 → 1,6

 
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\ArtificialHorizon\ArtificialHorizon.xaml;;
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\MainWindow.xaml;;
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\SerialPortCtrl.xaml;;
 
/MKLiveView/v1.0/Source/obj/Debug/MainWindow.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/MainWindow.g.cs
0,0 → 1,5867
#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E592907BD1BA0129CBAC84E4A5D72D2D"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using GMap.NET.WindowsPresentation;
using MKLiveView;
using MKLiveView.ArtificialHorizon;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 408 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridGMapControl;
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal GMap.NET.WindowsPresentation.GMapControl MainMap;
#line default
#line hidden
#line 420 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image _camImage;
#line default
#line hidden
#line 431 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridTop;
#line default
#line hidden
#line 444 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectTopVoltage;
#line default
#line hidden
#line 446 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ProgressBar pbTopVoltage;
#line default
#line hidden
#line 447 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopVoltage;
#line default
#line hidden
#line 450 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopCapacity;
#line default
#line hidden
#line 451 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy;
#line default
#line hidden
#line 454 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopCurrent;
#line default
#line hidden
#line 455 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy4;
#line default
#line hidden
#line 458 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopFTime;
#line default
#line hidden
#line 459 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime;
#line default
#line hidden
#line 473 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopDistanceHP;
#line default
#line hidden
#line 474 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageHome;
#line default
#line hidden
#line 475 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnTopHome;
#line default
#line hidden
#line 478 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopHeight;
#line default
#line hidden
#line 479 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy2;
#line default
#line hidden
#line 482 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopSpeed;
#line default
#line hidden
#line 483 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy3;
#line default
#line hidden
#line 486 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopEarthMag;
#line default
#line hidden
#line 487 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageEarthMag;
#line default
#line hidden
#line 490 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopSats;
#line default
#line hidden
#line 491 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageSat;
#line default
#line hidden
#line 494 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopRC;
#line default
#line hidden
#line 495 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageRC;
#line default
#line hidden
#line 510 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageWiFi;
#line default
#line hidden
#line 511 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageConn;
#line default
#line hidden
#line 512 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnTopConnect;
#line default
#line hidden
#line 526 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFullscreen;
#line default
#line hidden
#line 529 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSideBar;
#line default
#line hidden
#line 530 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelData;
#line default
#line hidden
#line 553 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSettings;
#line default
#line hidden
#line 576 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelLog;
#line default
#line hidden
#line 599 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelWaypoints;
#line default
#line hidden
#line 623 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridData;
#line default
#line hidden
#line 624 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl tabControl;
#line default
#line hidden
#line 627 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbVolt;
#line default
#line hidden
#line 628 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCur;
#line default
#line hidden
#line 629 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy;
#line default
#line hidden
#line 630 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbCtrl;
#line default
#line hidden
#line 631 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy3;
#line default
#line hidden
#line 632 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy4;
#line default
#line hidden
#line 633 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCapacity;
#line default
#line hidden
#line 634 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy5;
#line default
#line hidden
#line 635 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbFTime;
#line default
#line hidden
#line 636 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbRCQ;
#line default
#line hidden
#line 637 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy6;
#line default
#line hidden
#line 638 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy7;
#line default
#line hidden
#line 639 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbMagF;
#line default
#line hidden
#line 640 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy8;
#line default
#line hidden
#line 641 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbSats;
#line default
#line hidden
#line 642 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbSpeed;
#line default
#line hidden
#line 643 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy9;
#line default
#line hidden
#line 644 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy10;
#line default
#line hidden
#line 645 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbAlt;
#line default
#line hidden
#line 646 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy11;
#line default
#line hidden
#line 647 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHeading;
#line default
#line hidden
#line 648 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy12;
#line default
#line hidden
#line 649 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbPitch;
#line default
#line hidden
#line 650 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy13;
#line default
#line hidden
#line 651 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbRoll;
#line default
#line hidden
#line 652 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy14;
#line default
#line hidden
#line 653 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHP;
#line default
#line hidden
#line 654 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy15;
#line default
#line hidden
#line 655 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHP1;
#line default
#line hidden
#line 656 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy16;
#line default
#line hidden
#line 657 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWP;
#line default
#line hidden
#line 658 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy17;
#line default
#line hidden
#line 659 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPCount;
#line default
#line hidden
#line 660 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy19;
#line default
#line hidden
#line 661 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPIndex;
#line default
#line hidden
#line 662 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy20;
#line default
#line hidden
#line 663 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6;
#line default
#line hidden
#line 664 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbCrc;
#line default
#line hidden
#line 665 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy1;
#line default
#line hidden
#line 666 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSPI;
#line default
#line hidden
#line 667 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy2;
#line default
#line hidden
#line 668 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbI2C;
#line default
#line hidden
#line 669 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy18;
#line default
#line hidden
#line 670 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbNCErr;
#line default
#line hidden
#line 671 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbNCGrSpeed;
#line default
#line hidden
#line 672 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy21;
#line default
#line hidden
#line 673 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHeadingCompass;
#line default
#line hidden
#line 674 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy22;
#line default
#line hidden
#line 675 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbLiPoCells;
#line default
#line hidden
#line 676 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy23;
#line default
#line hidden
#line 677 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPMaxRange;
#line default
#line hidden
#line 678 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy24;
#line default
#line hidden
#line 679 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCamCtrl;
#line default
#line hidden
#line 680 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy30;
#line default
#line hidden
#line 686 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_1;
#line default
#line hidden
#line 687 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_2;
#line default
#line hidden
#line 688 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_3;
#line default
#line hidden
#line 689 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_4;
#line default
#line hidden
#line 690 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_5;
#line default
#line hidden
#line 691 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_6;
#line default
#line hidden
#line 692 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_1;
#line default
#line hidden
#line 693 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_2;
#line default
#line hidden
#line 694 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_3;
#line default
#line hidden
#line 695 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_4;
#line default
#line hidden
#line 696 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_5;
#line default
#line hidden
#line 697 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_7;
#line default
#line hidden
#line 698 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_8;
#line default
#line hidden
#line 699 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_2;
#line default
#line hidden
#line 700 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_3;
#line default
#line hidden
#line 701 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_4;
#line default
#line hidden
#line 702 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_5;
#line default
#line hidden
#line 703 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_6;
#line default
#line hidden
#line 704 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_7;
#line default
#line hidden
#line 705 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_8;
#line default
#line hidden
#line 706 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_6;
#line default
#line hidden
#line 712 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox3;
#line default
#line hidden
#line 714 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1;
#line default
#line hidden
#line 715 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan1;
#line default
#line hidden
#line 726 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan1ScaleSlider;
#line default
#line hidden
#line 727 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_0;
#line default
#line hidden
#line 728 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_127;
#line default
#line hidden
#line 729 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_254;
#line default
#line hidden
#line 730 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val1;
#line default
#line hidden
#line 731 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val2;
#line default
#line hidden
#line 732 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val3;
#line default
#line hidden
#line 733 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val1;
#line default
#line hidden
#line 742 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val2;
#line default
#line hidden
#line 751 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val3;
#line default
#line hidden
#line 763 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBoxSerchan2;
#line default
#line hidden
#line 765 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2;
#line default
#line hidden
#line 766 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan2;
#line default
#line hidden
#line 777 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan2ScaleSlider;
#line default
#line hidden
#line 778 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_0;
#line default
#line hidden
#line 779 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_127;
#line default
#line hidden
#line 780 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_254;
#line default
#line hidden
#line 781 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val1;
#line default
#line hidden
#line 782 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val2;
#line default
#line hidden
#line 783 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val3;
#line default
#line hidden
#line 784 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val1;
#line default
#line hidden
#line 793 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val2;
#line default
#line hidden
#line 802 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val3;
#line default
#line hidden
#line 814 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBoxSerchan3;
#line default
#line hidden
#line 816 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3;
#line default
#line hidden
#line 817 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan3;
#line default
#line hidden
#line 828 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan3ScaleSlider;
#line default
#line hidden
#line 829 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_0;
#line default
#line hidden
#line 830 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_127;
#line default
#line hidden
#line 831 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_254;
#line default
#line hidden
#line 832 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val1;
#line default
#line hidden
#line 833 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val2;
#line default
#line hidden
#line 834 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val3;
#line default
#line hidden
#line 835 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val1;
#line default
#line hidden
#line 844 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val2;
#line default
#line hidden
#line 853 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val3;
#line default
#line hidden
#line 871 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseUser;
#line default
#line hidden
#line 872 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseMail;
#line default
#line hidden
#line 873 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy25;
#line default
#line hidden
#line 874 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy26;
#line default
#line hidden
#line 875 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseFeature;
#line default
#line hidden
#line 876 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy27;
#line default
#line hidden
#line 877 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseExpire;
#line default
#line hidden
#line 878 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseLicense;
#line default
#line hidden
#line 879 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy28;
#line default
#line hidden
#line 880 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy29;
#line default
#line hidden
#line 886 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSettings;
#line default
#line hidden
#line 887 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl tabControlSettings;
#line default
#line hidden
#line 889 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid TabGridGeneral;
#line default
#line hidden
#line 890 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MKLiveView.SerialPortCtrl serialPortCtrl;
#line default
#line hidden
#line 891 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox;
#line default
#line hidden
#line 893 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 894 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 895 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 896 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 897 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsDebug;
#line default
#line hidden
#line 898 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsNav;
#line default
#line hidden
#line 899 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsBl;
#line default
#line hidden
#line 900 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsOSD;
#line default
#line hidden
#line 901 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoDbg;
#line default
#line hidden
#line 902 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoNav;
#line default
#line hidden
#line 903 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoBL;
#line default
#line hidden
#line 904 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoOSD;
#line default
#line hidden
#line 905 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 906 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxLiPoCells;
#line default
#line hidden
#line 907 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 908 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
#line 909 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxMotors;
#line default
#line hidden
#line 912 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSettingsCapa;
#line default
#line hidden
#line 913 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonSwitchNC;
#line default
#line hidden
#line 917 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid TabGridStyle;
#line default
#line hidden
#line 918 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy6;
#line default
#line hidden
#line 919 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelUIScale;
#line default
#line hidden
#line 930 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleSlider;
#line default
#line hidden
#line 931 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleTopSlider;
#line default
#line hidden
#line 932 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy8;
#line default
#line hidden
#line 933 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelTopBarScale;
#line default
#line hidden
#line 944 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleMotorsSlider;
#line default
#line hidden
#line 945 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy9;
#line default
#line hidden
#line 946 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelMotorsScale;
#line default
#line hidden
#line 957 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleOSDSlider;
#line default
#line hidden
#line 958 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy10;
#line default
#line hidden
#line 959 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelOSDScale;
#line default
#line hidden
#line 970 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleLOGSlider;
#line default
#line hidden
#line 971 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy11;
#line default
#line hidden
#line 972 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelLOGScale;
#line default
#line hidden
#line 983 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleHorizonSlider;
#line default
#line hidden
#line 984 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy12;
#line default
#line hidden
#line 985 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelHorizonScale;
#line default
#line hidden
#line 996 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonUIScaleReset;
#line default
#line hidden
#line 997 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox1;
#line default
#line hidden
#line 999 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowVoltage;
#line default
#line hidden
#line 1000 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowCapacity;
#line default
#line hidden
#line 1001 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowCurrent;
#line default
#line hidden
#line 1002 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowFlightTime;
#line default
#line hidden
#line 1003 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowDistanceHP;
#line default
#line hidden
#line 1004 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowHeight;
#line default
#line hidden
#line 1005 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowSpeed;
#line default
#line hidden
#line 1006 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowMF;
#line default
#line hidden
#line 1007 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowSatellites;
#line default
#line hidden
#line 1008 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowRC;
#line default
#line hidden
#line 1011 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxShowHorizon;
#line default
#line hidden
#line 1012 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxSaveFullScreenState;
#line default
#line hidden
#line 1013 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxSaveNormalState;
#line default
#line hidden
#line 1017 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridMapData;
#line default
#line hidden
#line 1018 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxFollowCopter;
#line default
#line hidden
#line 1019 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxAutoSetHP;
#line default
#line hidden
#line 1020 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxGeo;
#line default
#line hidden
#line 1021 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonGeoCoding;
#line default
#line hidden
#line 1022 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonReloadMap;
#line default
#line hidden
#line 1023 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLat;
#line default
#line hidden
#line 1024 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLng;
#line default
#line hidden
#line 1025 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonGeoLoc;
#line default
#line hidden
#line 1026 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2;
#line default
#line hidden
#line 1027 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label3;
#line default
#line hidden
#line 1030 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxMapType;
#line default
#line hidden
#line 1031 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1;
#line default
#line hidden
#line 1032 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxMode;
#line default
#line hidden
#line 1033 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label5;
#line default
#line hidden
#line 1034 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonPrefetch;
#line default
#line hidden
#line 1035 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1_Copy;
#line default
#line hidden
#line 1036 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLat_currentPos;
#line default
#line hidden
#line 1037 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLng_currentPos;
#line default
#line hidden
#line 1038 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2_Copy;
#line default
#line hidden
#line 1039 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label3_Copy;
#line default
#line hidden
#line 1040 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1_Copy1;
#line default
#line hidden
#line 1041 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderMapZoom;
#line default
#line hidden
#line 1042 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2_Copy1;
#line default
#line hidden
#line 1043 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelZoom;
#line default
#line hidden
#line 1044 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSetHP;
#line default
#line hidden
#line 1045 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearHP;
#line default
#line hidden
#line 1046 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGotoHP;
#line default
#line hidden
#line 1047 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxGPXLog;
#line default
#line hidden
#line 1059 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnLoadGPXLog;
#line default
#line hidden
#line 1064 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy8;
#line default
#line hidden
#line 1065 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearRoute;
#line default
#line hidden
#line 1070 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox2;
#line default
#line hidden
#line 1072 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdVoltageCrit;
#line default
#line hidden
#line 1073 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit;
#line default
#line hidden
#line 1084 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit_Copy;
#line default
#line hidden
#line 1085 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdVoltageWarn;
#line default
#line hidden
#line 1086 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageWarn;
#line default
#line hidden
#line 1097 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit_Copy2;
#line default
#line hidden
#line 1101 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox2_Copy1;
#line default
#line hidden
#line 1103 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxSatfixLost;
#line default
#line hidden
#line 1104 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxMagneticField;
#line default
#line hidden
#line 1105 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxRClevel;
#line default
#line hidden
#line 1106 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxThresholdDistanceVoice;
#line default
#line hidden
#line 1107 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxThresholdVoltageVoice;
#line default
#line hidden
#line 1110 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox grpBox;
#line default
#line hidden
#line 1112 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdDistanceWarn;
#line default
#line hidden
#line 1113 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdDistanceWarn;
#line default
#line hidden
#line 1133 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxFSColor;
#line default
#line hidden
#line 1140 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy3;
#line default
#line hidden
#line 1141 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxWPColor;
#line default
#line hidden
#line 1148 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy1;
#line default
#line hidden
#line 1149 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPOIColor;
#line default
#line hidden
#line 1156 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy2;
#line default
#line hidden
#line 1157 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCopterColor;
#line default
#line hidden
#line 1164 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy4;
#line default
#line hidden
#line 1165 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxRouteColor;
#line default
#line hidden
#line 1172 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy10;
#line default
#line hidden
#line 1173 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxLandingColor;
#line default
#line hidden
#line 1180 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy31;
#line default
#line hidden
#line 1181 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCopterHeadingColor;
#line default
#line hidden
#line 1188 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy33;
#line default
#line hidden
#line 1189 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxWPMaxRangeColor;
#line default
#line hidden
#line 1196 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy39;
#line default
#line hidden
#line 1213 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MKLiveView.ArtificialHorizon.ArtificialHorizon ArtHor;
#line default
#line hidden
#line 1223 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridLog;
#line default
#line hidden
#line 1232 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfError;
#line default
#line hidden
#line 1233 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfTerminal;
#line default
#line hidden
#line 1235 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridMotors;
#line default
#line hidden
#line 1244 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgvMotors1;
#line default
#line hidden
#line 1247 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridOSD;
#line default
#line hidden
#line 1256 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfOSD;
#line default
#line hidden
#line 1257 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbOSD;
#line default
#line hidden
#line 1258 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDBackward;
#line default
#line hidden
#line 1259 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDForward;
#line default
#line hidden
#line 1260 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy7;
#line default
#line hidden
#line 1261 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDEnter;
#line default
#line hidden
#line 1262 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDLeave;
#line default
#line hidden
#line 1264 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSimu;
#line default
#line hidden
#line 1274 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridWP;
#line default
#line hidden
#line 1275 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4;
#line default
#line hidden
#line 1276 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPCount;
#line default
#line hidden
#line 1277 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy;
#line default
#line hidden
#line 1278 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPIndex;
#line default
#line hidden
#line 1292 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGetWPList;
#line default
#line hidden
#line 1308 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSendWPList;
#line default
#line hidden
#line 1324 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnLoadWPLFile;
#line default
#line hidden
#line 1329 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy5;
#line default
#line hidden
#line 1330 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy6;
#line default
#line hidden
#line 1331 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy7;
#line default
#line hidden
#line 1343 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearWPList;
#line default
#line hidden
#line 1348 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy11;
#line default
#line hidden
#line 1360 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearCopterList;
#line default
#line hidden
#line 1365 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy12;
#line default
#line hidden
#line 1377 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSaveWPLFile;
#line default
#line hidden
#line 1382 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy13;
#line default
#line hidden
#line 1385 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgvWP;
#line default
#line hidden
#line 1387 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGridTextColumn dataGridTextColumn;
#line default
#line hidden
#line 1403 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPRoute;
#line default
#line hidden
#line 1404 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy9;
#line default
#line hidden
#line 1405 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPRouteDistance;
#line default
#line hidden
#line 1406 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy14;
#line default
#line hidden
#line 1407 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPCountNC;
#line default
#line hidden
#line 1408 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy15;
#line default
#line hidden
#line 1409 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPIndexNC;
#line default
#line hidden
#line 1410 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectSimulate;
#line default
#line hidden
#line 1431 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPSimulateStart;
#line default
#line hidden
#line 1436 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy32;
#line default
#line hidden
#line 1437 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy35;
#line default
#line hidden
#line 1438 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPRouteDistanceWP;
#line default
#line hidden
#line 1439 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy36;
#line default
#line hidden
#line 1440 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPHoldTime;
#line default
#line hidden
#line 1441 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPStatus;
#line default
#line hidden
#line 1442 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPMaxRange;
#line default
#line hidden
#line 1443 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxAutoShowWPEdit;
#line default
#line hidden
#line 1445 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSideBarR;
#line default
#line hidden
#line 1446 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelMotordata;
#line default
#line hidden
#line 1469 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelOSD;
#line default
#line hidden
#line 1492 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusMotors;
#line default
#line hidden
#line 1499 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusPH;
#line default
#line hidden
#line 1500 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusCF;
#line default
#line hidden
#line 1501 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusAC;
#line default
#line hidden
#line 1502 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusEmergencyLanding;
#line default
#line hidden
#line 1509 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarGPXLog;
#line default
#line hidden
#line 1510 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelWPEdit;
#line default
#line hidden
#line 1533 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelCamera;
#line default
#line hidden
#line 1556 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelCam_pic;
#line default
#line hidden
#line 1562 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid WPStatus;
#line default
#line hidden
#line 1564 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy38;
#line default
#line hidden
#line 1565 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy37;
#line default
#line hidden
#line 1566 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPStatusIndexNC;
#line default
#line hidden
#line 1567 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPStatusCountNC;
#line default
#line hidden
#line 1570 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusDistanceWP;
#line default
#line hidden
#line 1574 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusHoldTime;
#line default
#line hidden
#line 1575 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime1;
#line default
#line hidden
#line 1578 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusHeight;
#line default
#line hidden
#line 1579 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy1;
#line default
#line hidden
#line 1582 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridWPEdit;
#line default
#line hidden
#line 1583 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditAlt;
#line default
#line hidden
#line 1594 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderAlt;
#line default
#line hidden
#line 1595 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy41;
#line default
#line hidden
#line 1596 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditHeading;
#line default
#line hidden
#line 1615 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderHeading;
#line default
#line hidden
#line 1635 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy42;
#line default
#line hidden
#line 1636 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditHeading;
#line default
#line hidden
#line 1641 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditSpeed;
#line default
#line hidden
#line 1656 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderSpeed;
#line default
#line hidden
#line 1668 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy43;
#line default
#line hidden
#line 1669 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditSpeed;
#line default
#line hidden
#line 1681 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditClimbrate;
#line default
#line hidden
#line 1695 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderClimbrate;
#line default
#line hidden
#line 1706 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy44;
#line default
#line hidden
#line 1707 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditClimbrate;
#line default
#line hidden
#line 1711 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditRadius;
#line default
#line hidden
#line 1722 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderRadius;
#line default
#line hidden
#line 1723 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy45;
#line default
#line hidden
#line 1724 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditHoldtime;
#line default
#line hidden
#line 1735 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderHoldTime;
#line default
#line hidden
#line 1736 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy46;
#line default
#line hidden
#line 1737 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditAutoTrigger;
#line default
#line hidden
#line 1748 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderAutoTrigger;
#line default
#line hidden
#line 1749 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy47;
#line default
#line hidden
#line 1750 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditCamAngle;
#line default
#line hidden
#line 1765 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderCamAngle;
#line default
#line hidden
#line 1778 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy48;
#line default
#line hidden
#line 1779 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditCamAngle;
#line default
#line hidden
#line 1784 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditOut1;
#line default
#line hidden
#line 1795 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderOut1;
#line default
#line hidden
#line 1796 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy49;
#line default
#line hidden
#line 1797 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditType;
#line default
#line hidden
#line 1803 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4a;
#line default
#line hidden
#line 1804 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4b;
#line default
#line hidden
#line 1805 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditPrefix;
#line default
#line hidden
#line 1817 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPSave;
#line default
#line hidden
#line 1822 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy27;
#line default
#line hidden
#line 1834 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPAdd;
#line default
#line hidden
#line 1843 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image image;
#line default
#line hidden
#line 1854 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy30;
#line default
#line hidden
#line 1866 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPDel;
#line default
#line hidden
#line 1871 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy40;
#line default
#line hidden
#line 1872 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditIndex;
#line default
#line hidden
#line 1894 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditmoveUp;
#line default
#line hidden
#line 1916 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditmoveDown;
#line default
#line hidden
#line 1928 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSendActiveWP_Copy1;
#line default
#line hidden
#line 1933 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy29;
#line default
#line hidden
#line 1945 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPSendToCopter;
#line default
#line hidden
#line 1950 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy34;
#line default
#line hidden
#line 1951 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy16;
#line default
#line hidden
#line 1952 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditLat;
#line default
#line hidden
#line 1953 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy17;
#line default
#line hidden
#line 1954 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditLon;
#line default
#line hidden
#line 1966 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditAddCurrentPos;
#line default
#line hidden
#line 1971 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy28;
#line default
#line hidden
#line 1972 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxWPAddUseCopterHeight;
#line default
#line hidden
#line 1973 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxWPAddUseCopterHeading;
#line default
#line hidden
#line 1985 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSaveDefault;
#line default
#line hidden
#line 1986 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label7;
#line default
#line hidden
#line 1989 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridCam;
#line default
#line hidden
#line 1990 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectCamStart;
#line default
#line hidden
#line 2003 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamStart;
#line default
#line hidden
#line 2017 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamStop;
#line default
#line hidden
#line 2031 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamSettings;
#line default
#line hidden
#line 2034 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCameras;
#line default
#line hidden
#line 2047 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamListRefresh;
#line default
#line hidden
#line 2067 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchNone;
#line default
#line hidden
#line 2085 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchFill;
#line default
#line hidden
#line 2103 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchUniform;
#line default
#line hidden
#line 2121 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchUFill;
#line default
#line hidden
#line 2125 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCamZoomVal;
#line default
#line hidden
#line 2136 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderCamZoom;
#line default
#line hidden
#line 2149 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamResetZoom;
#line default
#line hidden
#line 2154 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Canvas canvasAddPoint;
#line default
#line hidden
#line 2155 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddWP;
#line default
#line hidden
#line 2156 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddLanding;
#line default
#line hidden
#line 2157 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddFailsave;
#line default
#line hidden
#line 2158 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddPOI;
#line default
#line hidden
#line 2162 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSwitchToNavi;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
return System.Delegate.CreateDelegate(delegateType, this, handler);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 14 "..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
#line 14 "..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
#line default
#line hidden
#line 14 "..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Closed += new System.EventHandler(this.Window_Closed);
#line default
#line hidden
return;
case 2:
this.GridGMapControl = ((System.Windows.Controls.Grid)(target));
#line 408 "..\..\MainWindow.xaml"
this.GridGMapControl.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.GridGMapControl_PreviewMouseLeftButtonDown);
#line default
#line hidden
return;
case 3:
this.MainMap = ((GMap.NET.WindowsPresentation.GMapControl)(target));
#line 409 "..\..\MainWindow.xaml"
this.MainMap.Loaded += new System.Windows.RoutedEventHandler(this.MainMap_Loaded);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.OnPositionChanged += new GMap.NET.PositionChanged(this.MainMap_OnPositionChanged);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.OnMapZoomChanged += new GMap.NET.MapZoomChanged(this.MainMap_OnMapZoomChanged);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.StylusDown += new System.Windows.Input.StylusDownEventHandler(this.MainMap_StylusDown);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.StylusUp += new System.Windows.Input.StylusEventHandler(this.MainMap_StylusUp);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.StylusMove += new System.Windows.Input.StylusEventHandler(this.MainMap_StylusMove);
#line default
#line hidden
return;
case 4:
this._camImage = ((System.Windows.Controls.Image)(target));
#line 420 "..\..\MainWindow.xaml"
this._camImage.MouseMove += new System.Windows.Input.MouseEventHandler(this._CamImage_MouseMove);
#line default
#line hidden
#line 420 "..\..\MainWindow.xaml"
this._camImage.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this._CamImage_MouseDown);
#line default
#line hidden
return;
case 5:
this.GridTop = ((System.Windows.Controls.Grid)(target));
return;
case 6:
this.rectTopVoltage = ((System.Windows.Shapes.Rectangle)(target));
return;
case 7:
this.pbTopVoltage = ((System.Windows.Controls.ProgressBar)(target));
return;
case 8:
this.tbTopVoltage = ((System.Windows.Controls.TextBox)(target));
return;
case 9:
this.tbTopCapacity = ((System.Windows.Controls.TextBox)(target));
return;
case 10:
this.imageFlightTime_Copy = ((System.Windows.Controls.Image)(target));
return;
case 11:
this.tbTopCurrent = ((System.Windows.Controls.TextBox)(target));
return;
case 12:
this.imageFlightTime_Copy4 = ((System.Windows.Controls.Image)(target));
return;
case 13:
this.tbTopFTime = ((System.Windows.Controls.TextBox)(target));
return;
case 14:
this.imageFlightTime = ((System.Windows.Controls.Image)(target));
return;
case 15:
this.tbTopDistanceHP = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.imageHome = ((System.Windows.Controls.Image)(target));
return;
case 17:
this.btnTopHome = ((System.Windows.Controls.Button)(target));
#line 475 "..\..\MainWindow.xaml"
this.btnTopHome.Click += new System.Windows.RoutedEventHandler(this.btnSetHP_Click);
#line default
#line hidden
return;
case 18:
this.tbTopHeight = ((System.Windows.Controls.TextBox)(target));
return;
case 19:
this.imageFlightTime_Copy2 = ((System.Windows.Controls.Image)(target));
return;
case 20:
this.tbTopSpeed = ((System.Windows.Controls.TextBox)(target));
return;
case 21:
this.imageFlightTime_Copy3 = ((System.Windows.Controls.Image)(target));
return;
case 22:
this.tbTopEarthMag = ((System.Windows.Controls.TextBox)(target));
return;
case 23:
this.imageEarthMag = ((System.Windows.Controls.Image)(target));
return;
case 24:
this.tbTopSats = ((System.Windows.Controls.TextBox)(target));
return;
case 25:
this.imageSat = ((System.Windows.Controls.Image)(target));
return;
case 26:
this.tbTopRC = ((System.Windows.Controls.TextBox)(target));
return;
case 27:
this.imageRC = ((System.Windows.Controls.Image)(target));
return;
case 28:
this.imageWiFi = ((System.Windows.Controls.Image)(target));
return;
case 29:
this.imageConn = ((System.Windows.Controls.Image)(target));
return;
case 30:
this.btnTopConnect = ((System.Windows.Controls.Button)(target));
#line 512 "..\..\MainWindow.xaml"
this.btnTopConnect.Click += new System.Windows.RoutedEventHandler(this.btnConnectToCopter_Click);
#line default
#line hidden
return;
case 31:
this.imageFullscreen = ((System.Windows.Controls.Image)(target));
#line 526 "..\..\MainWindow.xaml"
this.imageFullscreen.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imageFullscreen_MouseDown);
#line default
#line hidden
return;
case 32:
this.GridSideBar = ((System.Windows.Controls.Grid)(target));
return;
case 33:
this.labelData = ((System.Windows.Controls.Label)(target));
#line 530 "..\..\MainWindow.xaml"
this.labelData.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelData_MouseDown);
#line default
#line hidden
return;
case 34:
this.labelSettings = ((System.Windows.Controls.Label)(target));
#line 553 "..\..\MainWindow.xaml"
this.labelSettings.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelSettings_MouseDown);
#line default
#line hidden
return;
case 35:
this.labelLog = ((System.Windows.Controls.Label)(target));
#line 576 "..\..\MainWindow.xaml"
this.labelLog.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelLog_MouseDown);
#line default
#line hidden
return;
case 36:
this.labelWaypoints = ((System.Windows.Controls.Label)(target));
#line 599 "..\..\MainWindow.xaml"
this.labelWaypoints.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelWaypoints_MouseDown);
#line default
#line hidden
return;
case 37:
this.GridData = ((System.Windows.Controls.Grid)(target));
return;
case 38:
this.tabControl = ((System.Windows.Controls.TabControl)(target));
return;
case 39:
this.tbVolt = ((System.Windows.Controls.TextBlock)(target));
return;
case 40:
this.tbCur = ((System.Windows.Controls.TextBlock)(target));
return;
case 41:
this.label6_Copy = ((System.Windows.Controls.Label)(target));
return;
case 42:
this.tbCtrl = ((System.Windows.Controls.TextBox)(target));
return;
case 43:
this.label6_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 44:
this.label6_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 45:
this.tbCapacity = ((System.Windows.Controls.TextBlock)(target));
return;
case 46:
this.label6_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 47:
this.tbFTime = ((System.Windows.Controls.TextBlock)(target));
return;
case 48:
this.tbRCQ = ((System.Windows.Controls.TextBlock)(target));
return;
case 49:
this.label6_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 50:
this.label6_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 51:
this.tbMagF = ((System.Windows.Controls.TextBlock)(target));
return;
case 52:
this.label6_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 53:
this.tbSats = ((System.Windows.Controls.TextBlock)(target));
return;
case 54:
this.tbSpeed = ((System.Windows.Controls.TextBlock)(target));
return;
case 55:
this.label6_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 56:
this.label6_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 57:
this.tbAlt = ((System.Windows.Controls.TextBlock)(target));
return;
case 58:
this.label6_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 59:
this.tbHeading = ((System.Windows.Controls.TextBlock)(target));
return;
case 60:
this.label6_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 61:
this.tbPitch = ((System.Windows.Controls.TextBlock)(target));
return;
case 62:
this.label6_Copy13 = ((System.Windows.Controls.Label)(target));
return;
case 63:
this.tbRoll = ((System.Windows.Controls.TextBlock)(target));
return;
case 64:
this.label6_Copy14 = ((System.Windows.Controls.Label)(target));
return;
case 65:
this.tbHP = ((System.Windows.Controls.TextBlock)(target));
return;
case 66:
this.label6_Copy15 = ((System.Windows.Controls.Label)(target));
return;
case 67:
this.tbHP1 = ((System.Windows.Controls.TextBlock)(target));
return;
case 68:
this.label6_Copy16 = ((System.Windows.Controls.Label)(target));
return;
case 69:
this.tbWP = ((System.Windows.Controls.TextBlock)(target));
return;
case 70:
this.label6_Copy17 = ((System.Windows.Controls.Label)(target));
return;
case 71:
this.tbWPCount = ((System.Windows.Controls.TextBlock)(target));
return;
case 72:
this.label6_Copy19 = ((System.Windows.Controls.Label)(target));
return;
case 73:
this.tbWPIndex = ((System.Windows.Controls.TextBlock)(target));
return;
case 74:
this.label6_Copy20 = ((System.Windows.Controls.Label)(target));
return;
case 75:
this.label6 = ((System.Windows.Controls.Label)(target));
return;
case 76:
this.tbCrc = ((System.Windows.Controls.TextBox)(target));
return;
case 77:
this.label6_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 78:
this.tbSPI = ((System.Windows.Controls.TextBox)(target));
return;
case 79:
this.label6_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 80:
this.tbI2C = ((System.Windows.Controls.TextBox)(target));
return;
case 81:
this.label6_Copy18 = ((System.Windows.Controls.Label)(target));
return;
case 82:
this.tbNCErr = ((System.Windows.Controls.TextBox)(target));
return;
case 83:
this.tbNCGrSpeed = ((System.Windows.Controls.TextBlock)(target));
return;
case 84:
this.label6_Copy21 = ((System.Windows.Controls.Label)(target));
return;
case 85:
this.tbHeadingCompass = ((System.Windows.Controls.TextBlock)(target));
return;
case 86:
this.label6_Copy22 = ((System.Windows.Controls.Label)(target));
return;
case 87:
this.tbLiPoCells = ((System.Windows.Controls.TextBlock)(target));
return;
case 88:
this.label6_Copy23 = ((System.Windows.Controls.Label)(target));
return;
case 89:
this.tbWPMaxRange = ((System.Windows.Controls.TextBlock)(target));
return;
case 90:
this.label6_Copy24 = ((System.Windows.Controls.Label)(target));
return;
case 91:
this.tbCamCtrl = ((System.Windows.Controls.TextBlock)(target));
return;
case 92:
this.label6_Copy30 = ((System.Windows.Controls.Label)(target));
return;
case 93:
this.FC1_1 = ((System.Windows.Controls.Label)(target));
return;
case 94:
this.FC1_2 = ((System.Windows.Controls.Label)(target));
return;
case 95:
this.FC1_3 = ((System.Windows.Controls.Label)(target));
return;
case 96:
this.FC1_4 = ((System.Windows.Controls.Label)(target));
return;
case 97:
this.FC1_5 = ((System.Windows.Controls.Label)(target));
return;
case 98:
this.FC1_6 = ((System.Windows.Controls.Label)(target));
return;
case 99:
this.FC2_1 = ((System.Windows.Controls.Label)(target));
return;
case 100:
this.FC2_2 = ((System.Windows.Controls.Label)(target));
return;
case 101:
this.FC2_3 = ((System.Windows.Controls.Label)(target));
return;
case 102:
this.FC2_4 = ((System.Windows.Controls.Label)(target));
return;
case 103:
this.FC2_5 = ((System.Windows.Controls.Label)(target));
return;
case 104:
this.FC2_7 = ((System.Windows.Controls.Label)(target));
return;
case 105:
this.FC2_8 = ((System.Windows.Controls.Label)(target));
return;
case 106:
this.NC1_2 = ((System.Windows.Controls.Label)(target));
return;
case 107:
this.NC1_3 = ((System.Windows.Controls.Label)(target));
return;
case 108:
this.NC1_4 = ((System.Windows.Controls.Label)(target));
return;
case 109:
this.NC1_5 = ((System.Windows.Controls.Label)(target));
return;
case 110:
this.NC1_6 = ((System.Windows.Controls.Label)(target));
return;
case 111:
this.NC1_7 = ((System.Windows.Controls.Label)(target));
return;
case 112:
this.NC1_8 = ((System.Windows.Controls.Label)(target));
return;
case 113:
this.FC2_6 = ((System.Windows.Controls.Label)(target));
return;
case 114:
this.groupBox3 = ((System.Windows.Controls.GroupBox)(target));
return;
case 115:
this.textBoxSerial1 = ((System.Windows.Controls.TextBox)(target));
#line 714 "..\..\MainWindow.xaml"
this.textBoxSerial1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_TextChanged);
#line default
#line hidden
return;
case 116:
this.labelSerChan1 = ((System.Windows.Controls.Label)(target));
return;
case 117:
this.SerChan1ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 726 "..\..\MainWindow.xaml"
this.SerChan1ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan1ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 118:
this.btnSer1_0 = ((System.Windows.Controls.Button)(target));
#line 727 "..\..\MainWindow.xaml"
this.btnSer1_0.Click += new System.Windows.RoutedEventHandler(this.btnSer1_0_Click);
#line default
#line hidden
return;
case 119:
this.btnSer1_127 = ((System.Windows.Controls.Button)(target));
#line 728 "..\..\MainWindow.xaml"
this.btnSer1_127.Click += new System.Windows.RoutedEventHandler(this.btnSer1_127_Click);
#line default
#line hidden
return;
case 120:
this.btnSer1_254 = ((System.Windows.Controls.Button)(target));
#line 729 "..\..\MainWindow.xaml"
this.btnSer1_254.Click += new System.Windows.RoutedEventHandler(this.btnSer1_254_Click);
#line default
#line hidden
return;
case 121:
this.textBoxSerial1_val1 = ((System.Windows.Controls.TextBox)(target));
#line 730 "..\..\MainWindow.xaml"
this.textBoxSerial1_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 730 "..\..\MainWindow.xaml"
this.textBoxSerial1_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val1_TextChanged);
#line default
#line hidden
return;
case 122:
this.textBoxSerial1_val2 = ((System.Windows.Controls.TextBox)(target));
#line 731 "..\..\MainWindow.xaml"
this.textBoxSerial1_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 731 "..\..\MainWindow.xaml"
this.textBoxSerial1_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val2_TextChanged);
#line default
#line hidden
return;
case 123:
this.textBoxSerial1_val3 = ((System.Windows.Controls.TextBox)(target));
#line 732 "..\..\MainWindow.xaml"
this.textBoxSerial1_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 732 "..\..\MainWindow.xaml"
this.textBoxSerial1_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val3_TextChanged);
#line default
#line hidden
return;
case 124:
this.btnSer1_val1 = ((System.Windows.Controls.Button)(target));
#line 733 "..\..\MainWindow.xaml"
this.btnSer1_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val1_Click);
#line default
#line hidden
return;
case 125:
this.btnSer1_val2 = ((System.Windows.Controls.Button)(target));
#line 742 "..\..\MainWindow.xaml"
this.btnSer1_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val2_Click);
#line default
#line hidden
return;
case 126:
this.btnSer1_val3 = ((System.Windows.Controls.Button)(target));
#line 751 "..\..\MainWindow.xaml"
this.btnSer1_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val3_Click);
#line default
#line hidden
return;
case 127:
this.groupBoxSerchan2 = ((System.Windows.Controls.GroupBox)(target));
return;
case 128:
this.textBoxSerial2 = ((System.Windows.Controls.TextBox)(target));
#line 765 "..\..\MainWindow.xaml"
this.textBoxSerial2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_TextChanged);
#line default
#line hidden
return;
case 129:
this.labelSerChan2 = ((System.Windows.Controls.Label)(target));
return;
case 130:
this.SerChan2ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 777 "..\..\MainWindow.xaml"
this.SerChan2ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan2ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 131:
this.btnSer2_0 = ((System.Windows.Controls.Button)(target));
#line 778 "..\..\MainWindow.xaml"
this.btnSer2_0.Click += new System.Windows.RoutedEventHandler(this.btnSer2_0_Click);
#line default
#line hidden
return;
case 132:
this.btnSer2_127 = ((System.Windows.Controls.Button)(target));
#line 779 "..\..\MainWindow.xaml"
this.btnSer2_127.Click += new System.Windows.RoutedEventHandler(this.btnSer2_127_Click);
#line default
#line hidden
return;
case 133:
this.btnSer2_254 = ((System.Windows.Controls.Button)(target));
#line 780 "..\..\MainWindow.xaml"
this.btnSer2_254.Click += new System.Windows.RoutedEventHandler(this.btnSer2_254_Click);
#line default
#line hidden
return;
case 134:
this.textBoxSerial2_val1 = ((System.Windows.Controls.TextBox)(target));
#line 781 "..\..\MainWindow.xaml"
this.textBoxSerial2_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 781 "..\..\MainWindow.xaml"
this.textBoxSerial2_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val1_TextChanged);
#line default
#line hidden
return;
case 135:
this.textBoxSerial2_val2 = ((System.Windows.Controls.TextBox)(target));
#line 782 "..\..\MainWindow.xaml"
this.textBoxSerial2_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 782 "..\..\MainWindow.xaml"
this.textBoxSerial2_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val2_TextChanged);
#line default
#line hidden
return;
case 136:
this.textBoxSerial2_val3 = ((System.Windows.Controls.TextBox)(target));
#line 783 "..\..\MainWindow.xaml"
this.textBoxSerial2_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 783 "..\..\MainWindow.xaml"
this.textBoxSerial2_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val3_TextChanged);
#line default
#line hidden
return;
case 137:
this.btnSer2_val1 = ((System.Windows.Controls.Button)(target));
#line 784 "..\..\MainWindow.xaml"
this.btnSer2_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val1_Click);
#line default
#line hidden
return;
case 138:
this.btnSer2_val2 = ((System.Windows.Controls.Button)(target));
#line 793 "..\..\MainWindow.xaml"
this.btnSer2_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val2_Click);
#line default
#line hidden
return;
case 139:
this.btnSer2_val3 = ((System.Windows.Controls.Button)(target));
#line 802 "..\..\MainWindow.xaml"
this.btnSer2_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val3_Click);
#line default
#line hidden
return;
case 140:
this.groupBoxSerchan3 = ((System.Windows.Controls.GroupBox)(target));
return;
case 141:
this.textBoxSerial3 = ((System.Windows.Controls.TextBox)(target));
#line 816 "..\..\MainWindow.xaml"
this.textBoxSerial3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_TextChanged);
#line default
#line hidden
return;
case 142:
this.labelSerChan3 = ((System.Windows.Controls.Label)(target));
return;
case 143:
this.SerChan3ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 828 "..\..\MainWindow.xaml"
this.SerChan3ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan3ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 144:
this.btnSer3_0 = ((System.Windows.Controls.Button)(target));
#line 829 "..\..\MainWindow.xaml"
this.btnSer3_0.Click += new System.Windows.RoutedEventHandler(this.btnSer3_0_Click);
#line default
#line hidden
return;
case 145:
this.btnSer3_127 = ((System.Windows.Controls.Button)(target));
#line 830 "..\..\MainWindow.xaml"
this.btnSer3_127.Click += new System.Windows.RoutedEventHandler(this.btnSer3_127_Click);
#line default
#line hidden
return;
case 146:
this.btnSer3_254 = ((System.Windows.Controls.Button)(target));
#line 831 "..\..\MainWindow.xaml"
this.btnSer3_254.Click += new System.Windows.RoutedEventHandler(this.btnSer3_254_Click);
#line default
#line hidden
return;
case 147:
this.textBoxSerial3_val1 = ((System.Windows.Controls.TextBox)(target));
#line 832 "..\..\MainWindow.xaml"
this.textBoxSerial3_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 832 "..\..\MainWindow.xaml"
this.textBoxSerial3_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val1_TextChanged);
#line default
#line hidden
return;
case 148:
this.textBoxSerial3_val2 = ((System.Windows.Controls.TextBox)(target));
#line 833 "..\..\MainWindow.xaml"
this.textBoxSerial3_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 833 "..\..\MainWindow.xaml"
this.textBoxSerial3_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val2_TextChanged);
#line default
#line hidden
return;
case 149:
this.textBoxSerial3_val3 = ((System.Windows.Controls.TextBox)(target));
#line 834 "..\..\MainWindow.xaml"
this.textBoxSerial3_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 834 "..\..\MainWindow.xaml"
this.textBoxSerial3_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val3_TextChanged);
#line default
#line hidden
return;
case 150:
this.btnSer3_val1 = ((System.Windows.Controls.Button)(target));
#line 835 "..\..\MainWindow.xaml"
this.btnSer3_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val1_Click);
#line default
#line hidden
return;
case 151:
this.btnSer3_val2 = ((System.Windows.Controls.Button)(target));
#line 844 "..\..\MainWindow.xaml"
this.btnSer3_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val2_Click);
#line default
#line hidden
return;
case 152:
this.btnSer3_val3 = ((System.Windows.Controls.Button)(target));
#line 853 "..\..\MainWindow.xaml"
this.btnSer3_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val3_Click);
#line default
#line hidden
return;
case 153:
this.tbDataLicenseUser = ((System.Windows.Controls.TextBlock)(target));
return;
case 154:
this.tbDataLicenseMail = ((System.Windows.Controls.TextBlock)(target));
return;
case 155:
this.label6_Copy25 = ((System.Windows.Controls.Label)(target));
return;
case 156:
this.label6_Copy26 = ((System.Windows.Controls.Label)(target));
return;
case 157:
this.tbDataLicenseFeature = ((System.Windows.Controls.TextBlock)(target));
return;
case 158:
this.label6_Copy27 = ((System.Windows.Controls.Label)(target));
return;
case 159:
this.tbDataLicenseExpire = ((System.Windows.Controls.TextBlock)(target));
return;
case 160:
this.tbDataLicenseLicense = ((System.Windows.Controls.TextBlock)(target));
return;
case 161:
this.label6_Copy28 = ((System.Windows.Controls.Label)(target));
return;
case 162:
this.label6_Copy29 = ((System.Windows.Controls.Label)(target));
return;
case 163:
this.GridSettings = ((System.Windows.Controls.Grid)(target));
return;
case 164:
this.tabControlSettings = ((System.Windows.Controls.TabControl)(target));
return;
case 165:
this.TabGridGeneral = ((System.Windows.Controls.Grid)(target));
return;
case 166:
this.serialPortCtrl = ((MKLiveView.SerialPortCtrl)(target));
return;
case 167:
this.groupBox = ((System.Windows.Controls.GroupBox)(target));
return;
case 168:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 169:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 170:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 171:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 172:
this.cBoxTimingsDebug = ((System.Windows.Controls.ComboBox)(target));
#line 897 "..\..\MainWindow.xaml"
this.cBoxTimingsDebug.DropDownClosed += new System.EventHandler(this.cBoxTimingsDebug_DropDownClosed);
#line default
#line hidden
return;
case 173:
this.cBoxTimingsNav = ((System.Windows.Controls.ComboBox)(target));
#line 898 "..\..\MainWindow.xaml"
this.cBoxTimingsNav.DropDownClosed += new System.EventHandler(this.cBoxTimingsNav_DropDownClosed);
#line default
#line hidden
return;
case 174:
this.cBoxTimingsBl = ((System.Windows.Controls.ComboBox)(target));
#line 899 "..\..\MainWindow.xaml"
this.cBoxTimingsBl.DropDownClosed += new System.EventHandler(this.cBoxTimingsBl_DropDownClosed);
#line default
#line hidden
return;
case 175:
this.cBoxTimingsOSD = ((System.Windows.Controls.ComboBox)(target));
#line 900 "..\..\MainWindow.xaml"
this.cBoxTimingsOSD.DropDownClosed += new System.EventHandler(this.cBoxTimingsOSD_DropDownClosed);
#line default
#line hidden
return;
case 176:
this.chkbAutoDbg = ((System.Windows.Controls.CheckBox)(target));
#line 901 "..\..\MainWindow.xaml"
this.chkbAutoDbg.Click += new System.Windows.RoutedEventHandler(this.chkbAutoDbg_Click);
#line default
#line hidden
return;
case 177:
this.chkbAutoNav = ((System.Windows.Controls.CheckBox)(target));
#line 902 "..\..\MainWindow.xaml"
this.chkbAutoNav.Click += new System.Windows.RoutedEventHandler(this.chkbAutoNav_Click);
#line default
#line hidden
return;
case 178:
this.chkbAutoBL = ((System.Windows.Controls.CheckBox)(target));
#line 903 "..\..\MainWindow.xaml"
this.chkbAutoBL.Click += new System.Windows.RoutedEventHandler(this.chkbAutoBL_Click);
#line default
#line hidden
return;
case 179:
this.chkbAutoOSD = ((System.Windows.Controls.CheckBox)(target));
#line 904 "..\..\MainWindow.xaml"
this.chkbAutoOSD.Click += new System.Windows.RoutedEventHandler(this.chkbAutoOSD_Click);
#line default
#line hidden
return;
case 180:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 181:
this.cBoxLiPoCells = ((System.Windows.Controls.ComboBox)(target));
#line 906 "..\..\MainWindow.xaml"
this.cBoxLiPoCells.DropDownClosed += new System.EventHandler(this.cBoxLiPoCells_DropDownClosed);
#line default
#line hidden
return;
case 182:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 183:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 184:
this.cBoxMotors = ((System.Windows.Controls.ComboBox)(target));
#line 909 "..\..\MainWindow.xaml"
this.cBoxMotors.DropDownClosed += new System.EventHandler(this.cBoxMotors_DropDownClosed);
#line default
#line hidden
return;
case 185:
this.tbSettingsCapa = ((System.Windows.Controls.TextBox)(target));
return;
case 186:
this.buttonSwitchNC = ((System.Windows.Controls.Button)(target));
#line 913 "..\..\MainWindow.xaml"
this.buttonSwitchNC.Click += new System.Windows.RoutedEventHandler(this.buttonSwitchNC_Click);
#line default
#line hidden
return;
case 187:
this.TabGridStyle = ((System.Windows.Controls.Grid)(target));
return;
case 188:
this.label_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 189:
this.labelUIScale = ((System.Windows.Controls.Label)(target));
return;
case 190:
this.UIScaleSlider = ((System.Windows.Controls.Slider)(target));
return;
case 191:
this.UIScaleTopSlider = ((System.Windows.Controls.Slider)(target));
#line 931 "..\..\MainWindow.xaml"
this.UIScaleTopSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.UIScaleTopSlider_ValueChanged);
#line default
#line hidden
return;
case 192:
this.label_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 193:
this.labelTopBarScale = ((System.Windows.Controls.Label)(target));
return;
case 194:
this.UIScaleMotorsSlider = ((System.Windows.Controls.Slider)(target));
return;
case 195:
this.label_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 196:
this.labelMotorsScale = ((System.Windows.Controls.Label)(target));
return;
case 197:
this.UIScaleOSDSlider = ((System.Windows.Controls.Slider)(target));
#line 957 "..\..\MainWindow.xaml"
this.UIScaleOSDSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.UIScaleOSDSlider_ValueChanged);
#line default
#line hidden
return;
case 198:
this.label_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 199:
this.labelOSDScale = ((System.Windows.Controls.Label)(target));
return;
case 200:
this.UIScaleLOGSlider = ((System.Windows.Controls.Slider)(target));
return;
case 201:
this.label_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 202:
this.labelLOGScale = ((System.Windows.Controls.Label)(target));
return;
case 203:
this.UIScaleHorizonSlider = ((System.Windows.Controls.Slider)(target));
return;
case 204:
this.label_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 205:
this.labelHorizonScale = ((System.Windows.Controls.Label)(target));
return;
case 206:
this.buttonUIScaleReset = ((System.Windows.Controls.Button)(target));
#line 996 "..\..\MainWindow.xaml"
this.buttonUIScaleReset.Click += new System.Windows.RoutedEventHandler(this.buttonUIScaleReset_Click);
#line default
#line hidden
return;
case 207:
this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
return;
case 208:
this.chkBoxTopBarShowVoltage = ((System.Windows.Controls.CheckBox)(target));
return;
case 209:
this.chkBoxTopBarShowCapacity = ((System.Windows.Controls.CheckBox)(target));
return;
case 210:
this.chkBoxTopBarShowCurrent = ((System.Windows.Controls.CheckBox)(target));
return;
case 211:
this.chkBoxTopBarShowFlightTime = ((System.Windows.Controls.CheckBox)(target));
return;
case 212:
this.chkBoxTopBarShowDistanceHP = ((System.Windows.Controls.CheckBox)(target));
return;
case 213:
this.chkBoxTopBarShowHeight = ((System.Windows.Controls.CheckBox)(target));
return;
case 214:
this.chkBoxTopBarShowSpeed = ((System.Windows.Controls.CheckBox)(target));
return;
case 215:
this.chkBoxTopBarShowMF = ((System.Windows.Controls.CheckBox)(target));
return;
case 216:
this.chkBoxTopBarShowSatellites = ((System.Windows.Controls.CheckBox)(target));
return;
case 217:
this.chkBoxTopBarShowRC = ((System.Windows.Controls.CheckBox)(target));
return;
case 218:
this.chkBoxShowHorizon = ((System.Windows.Controls.CheckBox)(target));
return;
case 219:
this.chkBoxSaveFullScreenState = ((System.Windows.Controls.CheckBox)(target));
#line 1012 "..\..\MainWindow.xaml"
this.chkBoxSaveFullScreenState.Click += new System.Windows.RoutedEventHandler(this.chkBoxSaveFullScreenState_Click);
#line default
#line hidden
return;
case 220:
this.chkBoxSaveNormalState = ((System.Windows.Controls.CheckBox)(target));
#line 1013 "..\..\MainWindow.xaml"
this.chkBoxSaveNormalState.Click += new System.Windows.RoutedEventHandler(this.chkBoxSaveNormalState_Click);
#line default
#line hidden
return;
case 221:
this.GridMapData = ((System.Windows.Controls.Grid)(target));
return;
case 222:
this.checkBoxFollowCopter = ((System.Windows.Controls.CheckBox)(target));
#line 1018 "..\..\MainWindow.xaml"
this.checkBoxFollowCopter.Click += new System.Windows.RoutedEventHandler(this.checkBoxFollowCopter_Click);
#line default
#line hidden
return;
case 223:
this.checkBoxAutoSetHP = ((System.Windows.Controls.CheckBox)(target));
#line 1019 "..\..\MainWindow.xaml"
this.checkBoxAutoSetHP.Click += new System.Windows.RoutedEventHandler(this.checkBoxAutoSetHP_Click);
#line default
#line hidden
return;
case 224:
this.textBoxGeo = ((System.Windows.Controls.TextBox)(target));
#line 1020 "..\..\MainWindow.xaml"
this.textBoxGeo.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxGeo_KeyUp);
#line default
#line hidden
return;
case 225:
this.buttonGeoCoding = ((System.Windows.Controls.Button)(target));
#line 1021 "..\..\MainWindow.xaml"
this.buttonGeoCoding.Click += new System.Windows.RoutedEventHandler(this.buttonGeoCoding_Click);
#line default
#line hidden
return;
case 226:
this.buttonReloadMap = ((System.Windows.Controls.Button)(target));
#line 1022 "..\..\MainWindow.xaml"
this.buttonReloadMap.Click += new System.Windows.RoutedEventHandler(this.ReloadMap_Click);
#line default
#line hidden
return;
case 227:
this.textBoxLat = ((System.Windows.Controls.TextBox)(target));
return;
case 228:
this.textBoxLng = ((System.Windows.Controls.TextBox)(target));
return;
case 229:
this.buttonGeoLoc = ((System.Windows.Controls.Button)(target));
#line 1025 "..\..\MainWindow.xaml"
this.buttonGeoLoc.Click += new System.Windows.RoutedEventHandler(this.buttonGeoLoc_Click);
#line default
#line hidden
return;
case 230:
this.label2 = ((System.Windows.Controls.Label)(target));
return;
case 231:
this.label3 = ((System.Windows.Controls.Label)(target));
return;
case 232:
this.comboBoxMapType = ((System.Windows.Controls.ComboBox)(target));
return;
case 233:
this.label1 = ((System.Windows.Controls.Label)(target));
return;
case 234:
this.comboBoxMode = ((System.Windows.Controls.ComboBox)(target));
#line 1032 "..\..\MainWindow.xaml"
this.comboBoxMode.DropDownClosed += new System.EventHandler(this.comboBoxMode_DropDownClosed);
#line default
#line hidden
return;
case 235:
this.label5 = ((System.Windows.Controls.Label)(target));
return;
case 236:
this.buttonPrefetch = ((System.Windows.Controls.Button)(target));
#line 1034 "..\..\MainWindow.xaml"
this.buttonPrefetch.Click += new System.Windows.RoutedEventHandler(this.buttonPrefetch_Click);
#line default
#line hidden
return;
case 237:
this.label1_Copy = ((System.Windows.Controls.Label)(target));
return;
case 238:
this.textBoxLat_currentPos = ((System.Windows.Controls.TextBox)(target));
return;
case 239:
this.textBoxLng_currentPos = ((System.Windows.Controls.TextBox)(target));
return;
case 240:
this.label2_Copy = ((System.Windows.Controls.Label)(target));
return;
case 241:
this.label3_Copy = ((System.Windows.Controls.Label)(target));
return;
case 242:
this.label1_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 243:
this.sliderMapZoom = ((System.Windows.Controls.Slider)(target));
#line 1041 "..\..\MainWindow.xaml"
this.sliderMapZoom.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderMapZoom_ValueChanged);
#line default
#line hidden
return;
case 244:
this.label2_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 245:
this.labelZoom = ((System.Windows.Controls.Label)(target));
return;
case 246:
this.btnSetHP = ((System.Windows.Controls.Button)(target));
#line 1044 "..\..\MainWindow.xaml"
this.btnSetHP.Click += new System.Windows.RoutedEventHandler(this.btnSetHP_Click);
#line default
#line hidden
return;
case 247:
this.btnClearHP = ((System.Windows.Controls.Button)(target));
#line 1045 "..\..\MainWindow.xaml"
this.btnClearHP.Click += new System.Windows.RoutedEventHandler(this.btnClearHP_Click);
#line default
#line hidden
return;
case 248:
this.btnGotoHP = ((System.Windows.Controls.Button)(target));
#line 1046 "..\..\MainWindow.xaml"
this.btnGotoHP.Click += new System.Windows.RoutedEventHandler(this.btnGotoHP_Click);
#line default
#line hidden
return;
case 249:
this.checkBoxGPXLog = ((System.Windows.Controls.CheckBox)(target));
#line 1047 "..\..\MainWindow.xaml"
this.checkBoxGPXLog.Click += new System.Windows.RoutedEventHandler(this.checkBoxGPXLog_Click);
#line default
#line hidden
return;
case 250:
this.btnLoadGPXLog = ((System.Windows.Controls.Button)(target));
#line 1059 "..\..\MainWindow.xaml"
this.btnLoadGPXLog.Click += new System.Windows.RoutedEventHandler(this.btnLoadGPXLog_Click);
#line default
#line hidden
return;
case 251:
this.label4_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 252:
this.btnClearRoute = ((System.Windows.Controls.Button)(target));
#line 1065 "..\..\MainWindow.xaml"
this.btnClearRoute.Click += new System.Windows.RoutedEventHandler(this.btnClearRoute_Click);
#line default
#line hidden
return;
case 253:
this.groupBox2 = ((System.Windows.Controls.GroupBox)(target));
return;
case 254:
this.sliderThresholdVoltageCrit = ((System.Windows.Controls.Slider)(target));
#line 1072 "..\..\MainWindow.xaml"
this.sliderThresholdVoltageCrit.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdVoltageCrit_ValueChanged);
#line default
#line hidden
return;
case 255:
this.labelThresholdVoltageCrit = ((System.Windows.Controls.Label)(target));
return;
case 256:
this.labelThresholdVoltageCrit_Copy = ((System.Windows.Controls.Label)(target));
return;
case 257:
this.sliderThresholdVoltageWarn = ((System.Windows.Controls.Slider)(target));
#line 1085 "..\..\MainWindow.xaml"
this.sliderThresholdVoltageWarn.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdVoltageWarn_ValueChanged);
#line default
#line hidden
return;
case 258:
this.labelThresholdVoltageWarn = ((System.Windows.Controls.Label)(target));
return;
case 259:
this.labelThresholdVoltageCrit_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 260:
this.groupBox2_Copy1 = ((System.Windows.Controls.GroupBox)(target));
return;
case 261:
this.checkBoxSatfixLost = ((System.Windows.Controls.CheckBox)(target));
#line 1103 "..\..\MainWindow.xaml"
this.checkBoxSatfixLost.Click += new System.Windows.RoutedEventHandler(this.checkBoxSatfixLost_Click);
#line default
#line hidden
return;
case 262:
this.checkBoxMagneticField = ((System.Windows.Controls.CheckBox)(target));
#line 1104 "..\..\MainWindow.xaml"
this.checkBoxMagneticField.Click += new System.Windows.RoutedEventHandler(this.checkBoxMagneticField_Click);
#line default
#line hidden
return;
case 263:
this.checkBoxRClevel = ((System.Windows.Controls.CheckBox)(target));
#line 1105 "..\..\MainWindow.xaml"
this.checkBoxRClevel.Click += new System.Windows.RoutedEventHandler(this.checkBoxRClevel_Click);
#line default
#line hidden
return;
case 264:
this.checkBoxThresholdDistanceVoice = ((System.Windows.Controls.CheckBox)(target));
#line 1106 "..\..\MainWindow.xaml"
this.checkBoxThresholdDistanceVoice.Click += new System.Windows.RoutedEventHandler(this.checkBoxThresholdDistanceVoice_Click);
#line default
#line hidden
return;
case 265:
this.checkBoxThresholdVoltageVoice = ((System.Windows.Controls.CheckBox)(target));
#line 1107 "..\..\MainWindow.xaml"
this.checkBoxThresholdVoltageVoice.Click += new System.Windows.RoutedEventHandler(this.checkBoxThresholdVoltageVoice_Click);
#line default
#line hidden
return;
case 266:
this.grpBox = ((System.Windows.Controls.GroupBox)(target));
return;
case 267:
this.sliderThresholdDistanceWarn = ((System.Windows.Controls.Slider)(target));
#line 1112 "..\..\MainWindow.xaml"
this.sliderThresholdDistanceWarn.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdDistanceWarn_ValueChanged);
#line default
#line hidden
return;
case 268:
this.labelThresholdDistanceWarn = ((System.Windows.Controls.Label)(target));
return;
case 269:
this.comboBoxFSColor = ((System.Windows.Controls.ComboBox)(target));
#line 1133 "..\..\MainWindow.xaml"
this.comboBoxFSColor.DropDownClosed += new System.EventHandler(this.comboBoxFSColor_DropDownClosed);
#line default
#line hidden
return;
case 270:
this.label4_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 271:
this.comboBoxWPColor = ((System.Windows.Controls.ComboBox)(target));
#line 1141 "..\..\MainWindow.xaml"
this.comboBoxWPColor.DropDownClosed += new System.EventHandler(this.comboBoxWPColor_DropDownClosed);
#line default
#line hidden
return;
case 272:
this.label4_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 273:
this.comboBoxPOIColor = ((System.Windows.Controls.ComboBox)(target));
#line 1149 "..\..\MainWindow.xaml"
this.comboBoxPOIColor.DropDownClosed += new System.EventHandler(this.comboBoxPOIColor_DropDownClosed);
#line default
#line hidden
return;
case 274:
this.label4_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 275:
this.comboBoxCopterColor = ((System.Windows.Controls.ComboBox)(target));
#line 1157 "..\..\MainWindow.xaml"
this.comboBoxCopterColor.DropDownClosed += new System.EventHandler(this.comboBoxCopterColor_DropDownClosed);
#line default
#line hidden
return;
case 276:
this.label4_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 277:
this.comboBoxRouteColor = ((System.Windows.Controls.ComboBox)(target));
#line 1165 "..\..\MainWindow.xaml"
this.comboBoxRouteColor.DropDownClosed += new System.EventHandler(this.comboBoxRouteColor_DropDownClosed);
#line default
#line hidden
return;
case 278:
this.label4_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 279:
this.comboBoxLandingColor = ((System.Windows.Controls.ComboBox)(target));
#line 1173 "..\..\MainWindow.xaml"
this.comboBoxLandingColor.DropDownClosed += new System.EventHandler(this.comboBoxLandingColor_DropDownClosed);
#line default
#line hidden
return;
case 280:
this.label4_Copy31 = ((System.Windows.Controls.Label)(target));
return;
case 281:
this.comboBoxCopterHeadingColor = ((System.Windows.Controls.ComboBox)(target));
#line 1181 "..\..\MainWindow.xaml"
this.comboBoxCopterHeadingColor.DropDownClosed += new System.EventHandler(this.comboBoxCopterHeadingColor_DropDownClosed);
#line default
#line hidden
return;
case 282:
this.label4_Copy33 = ((System.Windows.Controls.Label)(target));
return;
case 283:
this.comboBoxWPMaxRangeColor = ((System.Windows.Controls.ComboBox)(target));
#line 1189 "..\..\MainWindow.xaml"
this.comboBoxWPMaxRangeColor.DropDownClosed += new System.EventHandler(this.comboBoxWPMaxRangeColor_DropDownClosed);
#line default
#line hidden
return;
case 284:
this.label4_Copy39 = ((System.Windows.Controls.Label)(target));
return;
case 285:
this.ArtHor = ((MKLiveView.ArtificialHorizon.ArtificialHorizon)(target));
return;
case 286:
this.GridLog = ((System.Windows.Controls.Grid)(target));
return;
case 287:
this.rtfError = ((System.Windows.Controls.RichTextBox)(target));
return;
case 288:
this.rtfTerminal = ((System.Windows.Controls.RichTextBox)(target));
return;
case 289:
this.GridMotors = ((System.Windows.Controls.Grid)(target));
return;
case 290:
this.dgvMotors1 = ((System.Windows.Controls.DataGrid)(target));
return;
case 291:
this.GridOSD = ((System.Windows.Controls.Grid)(target));
return;
case 292:
this.rtfOSD = ((System.Windows.Controls.RichTextBox)(target));
return;
case 293:
this.cbOSD = ((System.Windows.Controls.ComboBox)(target));
#line 1257 "..\..\MainWindow.xaml"
this.cbOSD.DropDownClosed += new System.EventHandler(this.cbOSD_DropDownClosing);
#line default
#line hidden
return;
case 294:
this.btnOSDBackward = ((System.Windows.Controls.Button)(target));
#line 1258 "..\..\MainWindow.xaml"
this.btnOSDBackward.Click += new System.Windows.RoutedEventHandler(this.btnOSDBackward_Click);
#line default
#line hidden
return;
case 295:
this.btnOSDForward = ((System.Windows.Controls.Button)(target));
#line 1259 "..\..\MainWindow.xaml"
this.btnOSDForward.Click += new System.Windows.RoutedEventHandler(this.btnOSDForward_Click);
#line default
#line hidden
return;
case 296:
this.label_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 297:
this.btnOSDEnter = ((System.Windows.Controls.Button)(target));
#line 1261 "..\..\MainWindow.xaml"
this.btnOSDEnter.Click += new System.Windows.RoutedEventHandler(this.btnOSDEnter_Click);
#line default
#line hidden
return;
case 298:
this.btnOSDLeave = ((System.Windows.Controls.Button)(target));
#line 1262 "..\..\MainWindow.xaml"
this.btnOSDLeave.Click += new System.Windows.RoutedEventHandler(this.btnOSDLeave_Click);
#line default
#line hidden
return;
case 299:
this.lblSimu = ((System.Windows.Controls.Label)(target));
return;
case 300:
this.GridWP = ((System.Windows.Controls.Grid)(target));
return;
case 301:
this.label4 = ((System.Windows.Controls.Label)(target));
return;
case 302:
this.lblWPCount = ((System.Windows.Controls.Label)(target));
return;
case 303:
this.label4_Copy = ((System.Windows.Controls.Label)(target));
return;
case 304:
this.lblWPIndex = ((System.Windows.Controls.Label)(target));
return;
case 305:
this.btnGetWPList = ((System.Windows.Controls.Button)(target));
#line 1292 "..\..\MainWindow.xaml"
this.btnGetWPList.Click += new System.Windows.RoutedEventHandler(this.btnGetWP_Click);
#line default
#line hidden
return;
case 306:
this.btnSendWPList = ((System.Windows.Controls.Button)(target));
#line 1308 "..\..\MainWindow.xaml"
this.btnSendWPList.Click += new System.Windows.RoutedEventHandler(this.btnSendWPList_Click);
#line default
#line hidden
return;
case 307:
this.btnLoadWPLFile = ((System.Windows.Controls.Button)(target));
#line 1324 "..\..\MainWindow.xaml"
this.btnLoadWPLFile.Click += new System.Windows.RoutedEventHandler(this.btnLoadWPLFile_Click);
#line default
#line hidden
return;
case 308:
this.label4_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 309:
this.label4_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 310:
this.label4_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 311:
this.btnClearWPList = ((System.Windows.Controls.Button)(target));
#line 1343 "..\..\MainWindow.xaml"
this.btnClearWPList.Click += new System.Windows.RoutedEventHandler(this.btnClearWPList_Click);
#line default
#line hidden
return;
case 312:
this.label4_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 313:
this.btnClearCopterList = ((System.Windows.Controls.Button)(target));
#line 1360 "..\..\MainWindow.xaml"
this.btnClearCopterList.Click += new System.Windows.RoutedEventHandler(this.btnClearCopterList_Click);
#line default
#line hidden
return;
case 314:
this.label4_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 315:
this.btnSaveWPLFile = ((System.Windows.Controls.Button)(target));
#line 1377 "..\..\MainWindow.xaml"
this.btnSaveWPLFile.Click += new System.Windows.RoutedEventHandler(this.btnSaveWPLFile_Click);
#line default
#line hidden
return;
case 316:
this.label4_Copy13 = ((System.Windows.Controls.Label)(target));
return;
case 317:
this.dgvWP = ((System.Windows.Controls.DataGrid)(target));
#line 1385 "..\..\MainWindow.xaml"
this.dgvWP.MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.dgvWP_MouseUp);
#line default
#line hidden
#line 1385 "..\..\MainWindow.xaml"
this.dgvWP.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgvWP_MouseDoubleClick);
#line default
#line hidden
return;
case 318:
this.dataGridTextColumn = ((System.Windows.Controls.DataGridTextColumn)(target));
return;
case 319:
this.checkBoxShowWPRoute = ((System.Windows.Controls.CheckBox)(target));
#line 1403 "..\..\MainWindow.xaml"
this.checkBoxShowWPRoute.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPRoute_Click);
#line default
#line hidden
return;
case 320:
this.label4_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 321:
this.lblWPRouteDistance = ((System.Windows.Controls.Label)(target));
return;
case 322:
this.label4_Copy14 = ((System.Windows.Controls.Label)(target));
return;
case 323:
this.lblWPCountNC = ((System.Windows.Controls.Label)(target));
return;
case 324:
this.label4_Copy15 = ((System.Windows.Controls.Label)(target));
return;
case 325:
this.lblWPIndexNC = ((System.Windows.Controls.Label)(target));
return;
case 326:
this.rectSimulate = ((System.Windows.Shapes.Rectangle)(target));
return;
case 327:
this.btnWPSimulateStart = ((System.Windows.Controls.Button)(target));
#line 1431 "..\..\MainWindow.xaml"
this.btnWPSimulateStart.Click += new System.Windows.RoutedEventHandler(this.btnWPSimulateStart_Click);
#line default
#line hidden
return;
case 328:
this.label4_Copy32 = ((System.Windows.Controls.Label)(target));
return;
case 329:
this.label4_Copy35 = ((System.Windows.Controls.Label)(target));
return;
case 330:
this.lblWPRouteDistanceWP = ((System.Windows.Controls.Label)(target));
return;
case 331:
this.label4_Copy36 = ((System.Windows.Controls.Label)(target));
return;
case 332:
this.lblWPHoldTime = ((System.Windows.Controls.Label)(target));
return;
case 333:
this.checkBoxShowWPStatus = ((System.Windows.Controls.CheckBox)(target));
#line 1441 "..\..\MainWindow.xaml"
this.checkBoxShowWPStatus.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPStatus_Click);
#line default
#line hidden
return;
case 334:
this.checkBoxShowWPMaxRange = ((System.Windows.Controls.CheckBox)(target));
#line 1442 "..\..\MainWindow.xaml"
this.checkBoxShowWPMaxRange.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPMaxRange_click);
#line default
#line hidden
return;
case 335:
this.checkBoxAutoShowWPEdit = ((System.Windows.Controls.CheckBox)(target));
#line 1443 "..\..\MainWindow.xaml"
this.checkBoxAutoShowWPEdit.Click += new System.Windows.RoutedEventHandler(this.checkBoxAutoShowWPEdit_Click);
#line default
#line hidden
return;
case 336:
this.GridSideBarR = ((System.Windows.Controls.Grid)(target));
return;
case 337:
this.labelMotordata = ((System.Windows.Controls.Label)(target));
#line 1446 "..\..\MainWindow.xaml"
this.labelMotordata.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelMotorData_MouseDown);
#line default
#line hidden
return;
case 338:
this.labelOSD = ((System.Windows.Controls.Label)(target));
#line 1469 "..\..\MainWindow.xaml"
this.labelOSD.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelOSD_MouseDown);
#line default
#line hidden
return;
case 339:
this.tbSideBarStatusMotors = ((System.Windows.Controls.TextBox)(target));
return;
case 340:
this.tbSideBarStatusPH = ((System.Windows.Controls.TextBox)(target));
return;
case 341:
this.tbSideBarStatusCF = ((System.Windows.Controls.TextBox)(target));
return;
case 342:
this.tbSideBarStatusAC = ((System.Windows.Controls.TextBox)(target));
return;
case 343:
this.tbSideBarStatusEmergencyLanding = ((System.Windows.Controls.TextBox)(target));
return;
case 344:
this.tbSideBarGPXLog = ((System.Windows.Controls.TextBox)(target));
return;
case 345:
this.labelWPEdit = ((System.Windows.Controls.Label)(target));
#line 1510 "..\..\MainWindow.xaml"
this.labelWPEdit.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelWPEdit_MouseDown);
#line default
#line hidden
return;
case 346:
this.labelCamera = ((System.Windows.Controls.Label)(target));
#line 1533 "..\..\MainWindow.xaml"
this.labelCamera.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelCamera_MouseDown);
#line default
#line hidden
return;
case 347:
this.labelCam_pic = ((System.Windows.Controls.Label)(target));
#line 1556 "..\..\MainWindow.xaml"
this.labelCam_pic.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblCam_Click);
#line default
#line hidden
return;
case 348:
this.WPStatus = ((System.Windows.Controls.Grid)(target));
return;
case 349:
this.label4_Copy38 = ((System.Windows.Controls.Label)(target));
return;
case 350:
this.label4_Copy37 = ((System.Windows.Controls.Label)(target));
return;
case 351:
this.lblWPStatusIndexNC = ((System.Windows.Controls.Label)(target));
return;
case 352:
this.lblWPStatusCountNC = ((System.Windows.Controls.Label)(target));
return;
case 353:
this.tbWPStatusDistanceWP = ((System.Windows.Controls.TextBox)(target));
return;
case 354:
this.tbWPStatusHoldTime = ((System.Windows.Controls.TextBox)(target));
return;
case 355:
this.imageFlightTime1 = ((System.Windows.Controls.Image)(target));
return;
case 356:
this.tbWPStatusHeight = ((System.Windows.Controls.TextBox)(target));
return;
case 357:
this.imageFlightTime_Copy1 = ((System.Windows.Controls.Image)(target));
return;
case 358:
this.GridWPEdit = ((System.Windows.Controls.Grid)(target));
return;
case 359:
this.lblWPEditAlt = ((System.Windows.Controls.Label)(target));
return;
case 360:
this.SliderAlt = ((System.Windows.Controls.Slider)(target));
return;
case 361:
this.label4_Copy41 = ((System.Windows.Controls.Label)(target));
return;
case 362:
this.lblWPEditHeading = ((System.Windows.Controls.Label)(target));
return;
case 363:
this.SliderHeading = ((System.Windows.Controls.Slider)(target));
return;
case 364:
this.label4_Copy42 = ((System.Windows.Controls.Label)(target));
return;
case 365:
this.cbWPEditHeading = ((System.Windows.Controls.ComboBox)(target));
return;
case 366:
this.lblWPEditSpeed = ((System.Windows.Controls.Label)(target));
return;
case 367:
this.SliderSpeed = ((System.Windows.Controls.Slider)(target));
return;
case 368:
this.label4_Copy43 = ((System.Windows.Controls.Label)(target));
return;
case 369:
this.cbWPEditSpeed = ((System.Windows.Controls.ComboBox)(target));
return;
case 370:
this.lblWPEditClimbrate = ((System.Windows.Controls.Label)(target));
return;
case 371:
this.SliderClimbrate = ((System.Windows.Controls.Slider)(target));
return;
case 372:
this.label4_Copy44 = ((System.Windows.Controls.Label)(target));
return;
case 373:
this.cbWPEditClimbrate = ((System.Windows.Controls.ComboBox)(target));
return;
case 374:
this.lblWPEditRadius = ((System.Windows.Controls.Label)(target));
return;
case 375:
this.SliderRadius = ((System.Windows.Controls.Slider)(target));
return;
case 376:
this.label4_Copy45 = ((System.Windows.Controls.Label)(target));
return;
case 377:
this.lblWPEditHoldtime = ((System.Windows.Controls.Label)(target));
return;
case 378:
this.SliderHoldTime = ((System.Windows.Controls.Slider)(target));
return;
case 379:
this.label4_Copy46 = ((System.Windows.Controls.Label)(target));
return;
case 380:
this.lblWPEditAutoTrigger = ((System.Windows.Controls.Label)(target));
return;
case 381:
this.SliderAutoTrigger = ((System.Windows.Controls.Slider)(target));
return;
case 382:
this.label4_Copy47 = ((System.Windows.Controls.Label)(target));
return;
case 383:
this.lblWPEditCamAngle = ((System.Windows.Controls.Label)(target));
return;
case 384:
this.SliderCamAngle = ((System.Windows.Controls.Slider)(target));
return;
case 385:
this.label4_Copy48 = ((System.Windows.Controls.Label)(target));
return;
case 386:
this.cbWPEditCamAngle = ((System.Windows.Controls.ComboBox)(target));
return;
case 387:
this.lblWPEditOut1 = ((System.Windows.Controls.Label)(target));
return;
case 388:
this.SliderOut1 = ((System.Windows.Controls.Slider)(target));
return;
case 389:
this.label4_Copy49 = ((System.Windows.Controls.Label)(target));
return;
case 390:
this.cbWPEditType = ((System.Windows.Controls.ComboBox)(target));
return;
case 391:
this.label4a = ((System.Windows.Controls.Label)(target));
return;
case 392:
this.label4b = ((System.Windows.Controls.Label)(target));
return;
case 393:
this.tbWPEditPrefix = ((System.Windows.Controls.TextBox)(target));
return;
case 394:
this.btnEditWPSave = ((System.Windows.Controls.Button)(target));
#line 1817 "..\..\MainWindow.xaml"
this.btnEditWPSave.Click += new System.Windows.RoutedEventHandler(this.btnEditWPSave_Click);
#line default
#line hidden
return;
case 395:
this.label4_Copy27 = ((System.Windows.Controls.Label)(target));
return;
case 396:
this.btnEditWPAdd = ((System.Windows.Controls.Button)(target));
#line 1834 "..\..\MainWindow.xaml"
this.btnEditWPAdd.Click += new System.Windows.RoutedEventHandler(this.btnEditWPAdd_Click);
#line default
#line hidden
return;
case 397:
this.image = ((System.Windows.Controls.Image)(target));
return;
case 398:
this.label4_Copy30 = ((System.Windows.Controls.Label)(target));
return;
case 399:
this.btnEditWPDel = ((System.Windows.Controls.Button)(target));
#line 1866 "..\..\MainWindow.xaml"
this.btnEditWPDel.Click += new System.Windows.RoutedEventHandler(this.btnEditWPDel_Click);
#line default
#line hidden
return;
case 400:
this.label4_Copy40 = ((System.Windows.Controls.Label)(target));
return;
case 401:
this.lblWPEditIndex = ((System.Windows.Controls.Label)(target));
return;
case 402:
this.btnWPEditmoveUp = ((System.Windows.Controls.Button)(target));
#line 1894 "..\..\MainWindow.xaml"
this.btnWPEditmoveUp.Click += new System.Windows.RoutedEventHandler(this.btnWPEditmoveUp_Click);
#line default
#line hidden
return;
case 403:
this.btnWPEditmoveDown = ((System.Windows.Controls.Button)(target));
#line 1916 "..\..\MainWindow.xaml"
this.btnWPEditmoveDown.Click += new System.Windows.RoutedEventHandler(this.btnWPEditmoveDown_Click);
#line default
#line hidden
return;
case 404:
this.btnSendActiveWP_Copy1 = ((System.Windows.Controls.Button)(target));
#line 1928 "..\..\MainWindow.xaml"
this.btnSendActiveWP_Copy1.Click += new System.Windows.RoutedEventHandler(this.btnSendActiveWP_Click);
#line default
#line hidden
return;
case 405:
this.label4_Copy29 = ((System.Windows.Controls.Label)(target));
return;
case 406:
this.btnEditWPSendToCopter = ((System.Windows.Controls.Button)(target));
#line 1945 "..\..\MainWindow.xaml"
this.btnEditWPSendToCopter.Click += new System.Windows.RoutedEventHandler(this.btnEditWPSendToCopter_Click);
#line default
#line hidden
return;
case 407:
this.label4_Copy34 = ((System.Windows.Controls.Label)(target));
return;
case 408:
this.label4_Copy16 = ((System.Windows.Controls.Label)(target));
return;
case 409:
this.tbWPEditLat = ((System.Windows.Controls.TextBox)(target));
#line 1952 "..\..\MainWindow.xaml"
this.tbWPEditLat.TouchDown += new System.EventHandler<System.Windows.Input.TouchEventArgs>(this.tbWPEdit_TouchDown);
#line default
#line hidden
#line 1952 "..\..\MainWindow.xaml"
this.tbWPEditLat.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbWPEdit_KeyDown);
#line default
#line hidden
#line 1952 "..\..\MainWindow.xaml"
this.tbWPEditLat.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.tbWPEdit_MouseDown);
#line default
#line hidden
return;
case 410:
this.label4_Copy17 = ((System.Windows.Controls.Label)(target));
return;
case 411:
this.tbWPEditLon = ((System.Windows.Controls.TextBox)(target));
#line 1954 "..\..\MainWindow.xaml"
this.tbWPEditLon.TouchDown += new System.EventHandler<System.Windows.Input.TouchEventArgs>(this.tbWPEdit_TouchDown);
#line default
#line hidden
#line 1954 "..\..\MainWindow.xaml"
this.tbWPEditLon.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbWPEdit_KeyDown);
#line default
#line hidden
#line 1954 "..\..\MainWindow.xaml"
this.tbWPEditLon.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.tbWPEdit_MouseDown);
#line default
#line hidden
return;
case 412:
this.btnWPEditAddCurrentPos = ((System.Windows.Controls.Button)(target));
#line 1966 "..\..\MainWindow.xaml"
this.btnWPEditAddCurrentPos.Click += new System.Windows.RoutedEventHandler(this.btnWPAddCurrentPos_Click);
#line default
#line hidden
return;
case 413:
this.label4_Copy28 = ((System.Windows.Controls.Label)(target));
return;
case 414:
this.checkBoxWPAddUseCopterHeight = ((System.Windows.Controls.CheckBox)(target));
#line 1972 "..\..\MainWindow.xaml"
this.checkBoxWPAddUseCopterHeight.Click += new System.Windows.RoutedEventHandler(this.checkBoxWPAddUseCopterHeight_Click);
#line default
#line hidden
return;
case 415:
this.checkBoxWPAddUseCopterHeading = ((System.Windows.Controls.CheckBox)(target));
#line 1973 "..\..\MainWindow.xaml"
this.checkBoxWPAddUseCopterHeading.Click += new System.Windows.RoutedEventHandler(this.checkBoxWPAddUseCopterHeading_Click);
#line default
#line hidden
return;
case 416:
this.btnSaveDefault = ((System.Windows.Controls.Button)(target));
#line 1985 "..\..\MainWindow.xaml"
this.btnSaveDefault.Click += new System.Windows.RoutedEventHandler(this.btnSaveDefault_Click);
#line default
#line hidden
return;
case 417:
this.label7 = ((System.Windows.Controls.Label)(target));
return;
case 418:
this.GridCam = ((System.Windows.Controls.Grid)(target));
return;
case 419:
this.rectCamStart = ((System.Windows.Shapes.Rectangle)(target));
return;
case 420:
this.btnCamStart = ((System.Windows.Controls.Button)(target));
#line 2003 "..\..\MainWindow.xaml"
this.btnCamStart.Click += new System.Windows.RoutedEventHandler(this.btnCamStart_Click);
#line default
#line hidden
return;
case 421:
this.btnCamStop = ((System.Windows.Controls.Button)(target));
#line 2017 "..\..\MainWindow.xaml"
this.btnCamStop.Click += new System.Windows.RoutedEventHandler(this.btnCamStop_Click);
#line default
#line hidden
return;
case 422:
this.btnCamSettings = ((System.Windows.Controls.Button)(target));
#line 2031 "..\..\MainWindow.xaml"
this.btnCamSettings.Click += new System.Windows.RoutedEventHandler(this.btnCamSettings_Click);
#line default
#line hidden
return;
case 423:
this.comboBoxCameras = ((System.Windows.Controls.ComboBox)(target));
return;
case 424:
this.btnCamListRefresh = ((System.Windows.Controls.Button)(target));
#line 2047 "..\..\MainWindow.xaml"
this.btnCamListRefresh.Click += new System.Windows.RoutedEventHandler(this.btnCamListRefresh_Click);
#line default
#line hidden
return;
case 425:
this.btnCamPicStretchNone = ((System.Windows.Controls.Button)(target));
#line 2067 "..\..\MainWindow.xaml"
this.btnCamPicStretchNone.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchNone_Click);
#line default
#line hidden
return;
case 426:
this.btnCamPicStretchFill = ((System.Windows.Controls.Button)(target));
#line 2085 "..\..\MainWindow.xaml"
this.btnCamPicStretchFill.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchFill_Click);
#line default
#line hidden
return;
case 427:
this.btnCamPicStretchUniform = ((System.Windows.Controls.Button)(target));
#line 2103 "..\..\MainWindow.xaml"
this.btnCamPicStretchUniform.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchUniform_Click);
#line default
#line hidden
return;
case 428:
this.btnCamPicStretchUFill = ((System.Windows.Controls.Button)(target));
#line 2121 "..\..\MainWindow.xaml"
this.btnCamPicStretchUFill.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchUFill_Click);
#line default
#line hidden
return;
case 429:
this.lblCamZoomVal = ((System.Windows.Controls.Label)(target));
return;
case 430:
this.SliderCamZoom = ((System.Windows.Controls.Slider)(target));
return;
case 431:
this.btnCamResetZoom = ((System.Windows.Controls.Button)(target));
#line 2149 "..\..\MainWindow.xaml"
this.btnCamResetZoom.Click += new System.Windows.RoutedEventHandler(this.btnCamResetZoom_Click);
#line default
#line hidden
return;
case 432:
this.canvasAddPoint = ((System.Windows.Controls.Canvas)(target));
#line 2154 "..\..\MainWindow.xaml"
this.canvasAddPoint.MouseLeave += new System.Windows.Input.MouseEventHandler(this.canvasAddPoint_MouseLeave);
#line default
#line hidden
#line 2154 "..\..\MainWindow.xaml"
this.canvasAddPoint.LostMouseCapture += new System.Windows.Input.MouseEventHandler(this.canvasAddPoint_MouseLeave);
#line default
#line hidden
return;
case 433:
this.btnCmAddWP = ((System.Windows.Controls.Button)(target));
#line 2155 "..\..\MainWindow.xaml"
this.btnCmAddWP.Click += new System.Windows.RoutedEventHandler(this.btnCmAddWP_Click);
#line default
#line hidden
return;
case 434:
this.btnCmAddLanding = ((System.Windows.Controls.Button)(target));
#line 2156 "..\..\MainWindow.xaml"
this.btnCmAddLanding.Click += new System.Windows.RoutedEventHandler(this.btnCmAddLanding_Click);
#line default
#line hidden
return;
case 435:
this.btnCmAddFailsave = ((System.Windows.Controls.Button)(target));
#line 2157 "..\..\MainWindow.xaml"
this.btnCmAddFailsave.Click += new System.Windows.RoutedEventHandler(this.btnCmAddFailsave_Click);
#line default
#line hidden
return;
case 436:
this.btnCmAddPOI = ((System.Windows.Controls.Button)(target));
#line 2158 "..\..\MainWindow.xaml"
this.btnCmAddPOI.Click += new System.Windows.RoutedEventHandler(this.btnCmAddPOI_Click);
#line default
#line hidden
return;
case 437:
this.labelSwitchToNavi = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/MainWindow.g.i.cs
0,0 → 1,5867
#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E592907BD1BA0129CBAC84E4A5D72D2D"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using GMap.NET.WindowsPresentation;
using MKLiveView;
using MKLiveView.ArtificialHorizon;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 408 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridGMapControl;
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal GMap.NET.WindowsPresentation.GMapControl MainMap;
#line default
#line hidden
#line 420 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image _camImage;
#line default
#line hidden
#line 431 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridTop;
#line default
#line hidden
#line 444 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectTopVoltage;
#line default
#line hidden
#line 446 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ProgressBar pbTopVoltage;
#line default
#line hidden
#line 447 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopVoltage;
#line default
#line hidden
#line 450 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopCapacity;
#line default
#line hidden
#line 451 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy;
#line default
#line hidden
#line 454 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopCurrent;
#line default
#line hidden
#line 455 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy4;
#line default
#line hidden
#line 458 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopFTime;
#line default
#line hidden
#line 459 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime;
#line default
#line hidden
#line 473 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopDistanceHP;
#line default
#line hidden
#line 474 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageHome;
#line default
#line hidden
#line 475 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnTopHome;
#line default
#line hidden
#line 478 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopHeight;
#line default
#line hidden
#line 479 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy2;
#line default
#line hidden
#line 482 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopSpeed;
#line default
#line hidden
#line 483 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy3;
#line default
#line hidden
#line 486 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopEarthMag;
#line default
#line hidden
#line 487 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageEarthMag;
#line default
#line hidden
#line 490 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopSats;
#line default
#line hidden
#line 491 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageSat;
#line default
#line hidden
#line 494 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopRC;
#line default
#line hidden
#line 495 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageRC;
#line default
#line hidden
#line 510 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageWiFi;
#line default
#line hidden
#line 511 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageConn;
#line default
#line hidden
#line 512 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnTopConnect;
#line default
#line hidden
#line 526 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFullscreen;
#line default
#line hidden
#line 529 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSideBar;
#line default
#line hidden
#line 530 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelData;
#line default
#line hidden
#line 553 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSettings;
#line default
#line hidden
#line 576 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelLog;
#line default
#line hidden
#line 599 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelWaypoints;
#line default
#line hidden
#line 623 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridData;
#line default
#line hidden
#line 624 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl tabControl;
#line default
#line hidden
#line 627 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbVolt;
#line default
#line hidden
#line 628 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCur;
#line default
#line hidden
#line 629 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy;
#line default
#line hidden
#line 630 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbCtrl;
#line default
#line hidden
#line 631 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy3;
#line default
#line hidden
#line 632 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy4;
#line default
#line hidden
#line 633 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCapacity;
#line default
#line hidden
#line 634 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy5;
#line default
#line hidden
#line 635 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbFTime;
#line default
#line hidden
#line 636 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbRCQ;
#line default
#line hidden
#line 637 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy6;
#line default
#line hidden
#line 638 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy7;
#line default
#line hidden
#line 639 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbMagF;
#line default
#line hidden
#line 640 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy8;
#line default
#line hidden
#line 641 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbSats;
#line default
#line hidden
#line 642 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbSpeed;
#line default
#line hidden
#line 643 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy9;
#line default
#line hidden
#line 644 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy10;
#line default
#line hidden
#line 645 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbAlt;
#line default
#line hidden
#line 646 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy11;
#line default
#line hidden
#line 647 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHeading;
#line default
#line hidden
#line 648 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy12;
#line default
#line hidden
#line 649 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbPitch;
#line default
#line hidden
#line 650 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy13;
#line default
#line hidden
#line 651 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbRoll;
#line default
#line hidden
#line 652 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy14;
#line default
#line hidden
#line 653 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHP;
#line default
#line hidden
#line 654 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy15;
#line default
#line hidden
#line 655 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHP1;
#line default
#line hidden
#line 656 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy16;
#line default
#line hidden
#line 657 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWP;
#line default
#line hidden
#line 658 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy17;
#line default
#line hidden
#line 659 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPCount;
#line default
#line hidden
#line 660 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy19;
#line default
#line hidden
#line 661 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPIndex;
#line default
#line hidden
#line 662 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy20;
#line default
#line hidden
#line 663 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6;
#line default
#line hidden
#line 664 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbCrc;
#line default
#line hidden
#line 665 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy1;
#line default
#line hidden
#line 666 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSPI;
#line default
#line hidden
#line 667 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy2;
#line default
#line hidden
#line 668 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbI2C;
#line default
#line hidden
#line 669 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy18;
#line default
#line hidden
#line 670 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbNCErr;
#line default
#line hidden
#line 671 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbNCGrSpeed;
#line default
#line hidden
#line 672 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy21;
#line default
#line hidden
#line 673 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHeadingCompass;
#line default
#line hidden
#line 674 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy22;
#line default
#line hidden
#line 675 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbLiPoCells;
#line default
#line hidden
#line 676 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy23;
#line default
#line hidden
#line 677 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPMaxRange;
#line default
#line hidden
#line 678 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy24;
#line default
#line hidden
#line 679 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCamCtrl;
#line default
#line hidden
#line 680 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy30;
#line default
#line hidden
#line 686 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_1;
#line default
#line hidden
#line 687 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_2;
#line default
#line hidden
#line 688 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_3;
#line default
#line hidden
#line 689 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_4;
#line default
#line hidden
#line 690 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_5;
#line default
#line hidden
#line 691 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_6;
#line default
#line hidden
#line 692 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_1;
#line default
#line hidden
#line 693 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_2;
#line default
#line hidden
#line 694 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_3;
#line default
#line hidden
#line 695 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_4;
#line default
#line hidden
#line 696 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_5;
#line default
#line hidden
#line 697 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_7;
#line default
#line hidden
#line 698 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_8;
#line default
#line hidden
#line 699 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_2;
#line default
#line hidden
#line 700 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_3;
#line default
#line hidden
#line 701 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_4;
#line default
#line hidden
#line 702 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_5;
#line default
#line hidden
#line 703 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_6;
#line default
#line hidden
#line 704 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_7;
#line default
#line hidden
#line 705 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_8;
#line default
#line hidden
#line 706 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_6;
#line default
#line hidden
#line 712 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox3;
#line default
#line hidden
#line 714 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1;
#line default
#line hidden
#line 715 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan1;
#line default
#line hidden
#line 726 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan1ScaleSlider;
#line default
#line hidden
#line 727 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_0;
#line default
#line hidden
#line 728 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_127;
#line default
#line hidden
#line 729 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_254;
#line default
#line hidden
#line 730 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val1;
#line default
#line hidden
#line 731 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val2;
#line default
#line hidden
#line 732 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val3;
#line default
#line hidden
#line 733 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val1;
#line default
#line hidden
#line 742 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val2;
#line default
#line hidden
#line 751 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val3;
#line default
#line hidden
#line 763 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBoxSerchan2;
#line default
#line hidden
#line 765 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2;
#line default
#line hidden
#line 766 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan2;
#line default
#line hidden
#line 777 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan2ScaleSlider;
#line default
#line hidden
#line 778 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_0;
#line default
#line hidden
#line 779 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_127;
#line default
#line hidden
#line 780 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_254;
#line default
#line hidden
#line 781 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val1;
#line default
#line hidden
#line 782 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val2;
#line default
#line hidden
#line 783 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val3;
#line default
#line hidden
#line 784 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val1;
#line default
#line hidden
#line 793 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val2;
#line default
#line hidden
#line 802 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val3;
#line default
#line hidden
#line 814 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBoxSerchan3;
#line default
#line hidden
#line 816 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3;
#line default
#line hidden
#line 817 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan3;
#line default
#line hidden
#line 828 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan3ScaleSlider;
#line default
#line hidden
#line 829 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_0;
#line default
#line hidden
#line 830 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_127;
#line default
#line hidden
#line 831 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_254;
#line default
#line hidden
#line 832 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val1;
#line default
#line hidden
#line 833 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val2;
#line default
#line hidden
#line 834 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val3;
#line default
#line hidden
#line 835 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val1;
#line default
#line hidden
#line 844 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val2;
#line default
#line hidden
#line 853 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val3;
#line default
#line hidden
#line 871 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseUser;
#line default
#line hidden
#line 872 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseMail;
#line default
#line hidden
#line 873 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy25;
#line default
#line hidden
#line 874 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy26;
#line default
#line hidden
#line 875 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseFeature;
#line default
#line hidden
#line 876 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy27;
#line default
#line hidden
#line 877 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseExpire;
#line default
#line hidden
#line 878 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseLicense;
#line default
#line hidden
#line 879 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy28;
#line default
#line hidden
#line 880 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy29;
#line default
#line hidden
#line 886 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSettings;
#line default
#line hidden
#line 887 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl tabControlSettings;
#line default
#line hidden
#line 889 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid TabGridGeneral;
#line default
#line hidden
#line 890 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MKLiveView.SerialPortCtrl serialPortCtrl;
#line default
#line hidden
#line 891 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox;
#line default
#line hidden
#line 893 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 894 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 895 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 896 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 897 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsDebug;
#line default
#line hidden
#line 898 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsNav;
#line default
#line hidden
#line 899 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsBl;
#line default
#line hidden
#line 900 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsOSD;
#line default
#line hidden
#line 901 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoDbg;
#line default
#line hidden
#line 902 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoNav;
#line default
#line hidden
#line 903 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoBL;
#line default
#line hidden
#line 904 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoOSD;
#line default
#line hidden
#line 905 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 906 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxLiPoCells;
#line default
#line hidden
#line 907 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 908 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
#line 909 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxMotors;
#line default
#line hidden
#line 912 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSettingsCapa;
#line default
#line hidden
#line 913 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonSwitchNC;
#line default
#line hidden
#line 917 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid TabGridStyle;
#line default
#line hidden
#line 918 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy6;
#line default
#line hidden
#line 919 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelUIScale;
#line default
#line hidden
#line 930 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleSlider;
#line default
#line hidden
#line 931 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleTopSlider;
#line default
#line hidden
#line 932 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy8;
#line default
#line hidden
#line 933 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelTopBarScale;
#line default
#line hidden
#line 944 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleMotorsSlider;
#line default
#line hidden
#line 945 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy9;
#line default
#line hidden
#line 946 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelMotorsScale;
#line default
#line hidden
#line 957 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleOSDSlider;
#line default
#line hidden
#line 958 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy10;
#line default
#line hidden
#line 959 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelOSDScale;
#line default
#line hidden
#line 970 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleLOGSlider;
#line default
#line hidden
#line 971 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy11;
#line default
#line hidden
#line 972 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelLOGScale;
#line default
#line hidden
#line 983 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleHorizonSlider;
#line default
#line hidden
#line 984 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy12;
#line default
#line hidden
#line 985 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelHorizonScale;
#line default
#line hidden
#line 996 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonUIScaleReset;
#line default
#line hidden
#line 997 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox1;
#line default
#line hidden
#line 999 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowVoltage;
#line default
#line hidden
#line 1000 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowCapacity;
#line default
#line hidden
#line 1001 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowCurrent;
#line default
#line hidden
#line 1002 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowFlightTime;
#line default
#line hidden
#line 1003 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowDistanceHP;
#line default
#line hidden
#line 1004 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowHeight;
#line default
#line hidden
#line 1005 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowSpeed;
#line default
#line hidden
#line 1006 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowMF;
#line default
#line hidden
#line 1007 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowSatellites;
#line default
#line hidden
#line 1008 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowRC;
#line default
#line hidden
#line 1011 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxShowHorizon;
#line default
#line hidden
#line 1012 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxSaveFullScreenState;
#line default
#line hidden
#line 1013 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxSaveNormalState;
#line default
#line hidden
#line 1017 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridMapData;
#line default
#line hidden
#line 1018 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxFollowCopter;
#line default
#line hidden
#line 1019 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxAutoSetHP;
#line default
#line hidden
#line 1020 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxGeo;
#line default
#line hidden
#line 1021 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonGeoCoding;
#line default
#line hidden
#line 1022 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonReloadMap;
#line default
#line hidden
#line 1023 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLat;
#line default
#line hidden
#line 1024 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLng;
#line default
#line hidden
#line 1025 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonGeoLoc;
#line default
#line hidden
#line 1026 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2;
#line default
#line hidden
#line 1027 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label3;
#line default
#line hidden
#line 1030 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxMapType;
#line default
#line hidden
#line 1031 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1;
#line default
#line hidden
#line 1032 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxMode;
#line default
#line hidden
#line 1033 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label5;
#line default
#line hidden
#line 1034 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonPrefetch;
#line default
#line hidden
#line 1035 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1_Copy;
#line default
#line hidden
#line 1036 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLat_currentPos;
#line default
#line hidden
#line 1037 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLng_currentPos;
#line default
#line hidden
#line 1038 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2_Copy;
#line default
#line hidden
#line 1039 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label3_Copy;
#line default
#line hidden
#line 1040 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1_Copy1;
#line default
#line hidden
#line 1041 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderMapZoom;
#line default
#line hidden
#line 1042 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2_Copy1;
#line default
#line hidden
#line 1043 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelZoom;
#line default
#line hidden
#line 1044 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSetHP;
#line default
#line hidden
#line 1045 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearHP;
#line default
#line hidden
#line 1046 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGotoHP;
#line default
#line hidden
#line 1047 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxGPXLog;
#line default
#line hidden
#line 1059 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnLoadGPXLog;
#line default
#line hidden
#line 1064 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy8;
#line default
#line hidden
#line 1065 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearRoute;
#line default
#line hidden
#line 1070 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox2;
#line default
#line hidden
#line 1072 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdVoltageCrit;
#line default
#line hidden
#line 1073 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit;
#line default
#line hidden
#line 1084 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit_Copy;
#line default
#line hidden
#line 1085 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdVoltageWarn;
#line default
#line hidden
#line 1086 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageWarn;
#line default
#line hidden
#line 1097 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit_Copy2;
#line default
#line hidden
#line 1101 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox2_Copy1;
#line default
#line hidden
#line 1103 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxSatfixLost;
#line default
#line hidden
#line 1104 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxMagneticField;
#line default
#line hidden
#line 1105 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxRClevel;
#line default
#line hidden
#line 1106 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxThresholdDistanceVoice;
#line default
#line hidden
#line 1107 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxThresholdVoltageVoice;
#line default
#line hidden
#line 1110 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox grpBox;
#line default
#line hidden
#line 1112 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdDistanceWarn;
#line default
#line hidden
#line 1113 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdDistanceWarn;
#line default
#line hidden
#line 1133 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxFSColor;
#line default
#line hidden
#line 1140 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy3;
#line default
#line hidden
#line 1141 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxWPColor;
#line default
#line hidden
#line 1148 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy1;
#line default
#line hidden
#line 1149 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPOIColor;
#line default
#line hidden
#line 1156 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy2;
#line default
#line hidden
#line 1157 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCopterColor;
#line default
#line hidden
#line 1164 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy4;
#line default
#line hidden
#line 1165 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxRouteColor;
#line default
#line hidden
#line 1172 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy10;
#line default
#line hidden
#line 1173 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxLandingColor;
#line default
#line hidden
#line 1180 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy31;
#line default
#line hidden
#line 1181 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCopterHeadingColor;
#line default
#line hidden
#line 1188 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy33;
#line default
#line hidden
#line 1189 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxWPMaxRangeColor;
#line default
#line hidden
#line 1196 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy39;
#line default
#line hidden
#line 1213 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MKLiveView.ArtificialHorizon.ArtificialHorizon ArtHor;
#line default
#line hidden
#line 1223 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridLog;
#line default
#line hidden
#line 1232 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfError;
#line default
#line hidden
#line 1233 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfTerminal;
#line default
#line hidden
#line 1235 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridMotors;
#line default
#line hidden
#line 1244 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgvMotors1;
#line default
#line hidden
#line 1247 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridOSD;
#line default
#line hidden
#line 1256 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfOSD;
#line default
#line hidden
#line 1257 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbOSD;
#line default
#line hidden
#line 1258 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDBackward;
#line default
#line hidden
#line 1259 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDForward;
#line default
#line hidden
#line 1260 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy7;
#line default
#line hidden
#line 1261 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDEnter;
#line default
#line hidden
#line 1262 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDLeave;
#line default
#line hidden
#line 1264 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSimu;
#line default
#line hidden
#line 1274 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridWP;
#line default
#line hidden
#line 1275 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4;
#line default
#line hidden
#line 1276 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPCount;
#line default
#line hidden
#line 1277 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy;
#line default
#line hidden
#line 1278 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPIndex;
#line default
#line hidden
#line 1292 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGetWPList;
#line default
#line hidden
#line 1308 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSendWPList;
#line default
#line hidden
#line 1324 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnLoadWPLFile;
#line default
#line hidden
#line 1329 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy5;
#line default
#line hidden
#line 1330 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy6;
#line default
#line hidden
#line 1331 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy7;
#line default
#line hidden
#line 1343 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearWPList;
#line default
#line hidden
#line 1348 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy11;
#line default
#line hidden
#line 1360 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearCopterList;
#line default
#line hidden
#line 1365 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy12;
#line default
#line hidden
#line 1377 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSaveWPLFile;
#line default
#line hidden
#line 1382 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy13;
#line default
#line hidden
#line 1385 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgvWP;
#line default
#line hidden
#line 1387 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGridTextColumn dataGridTextColumn;
#line default
#line hidden
#line 1403 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPRoute;
#line default
#line hidden
#line 1404 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy9;
#line default
#line hidden
#line 1405 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPRouteDistance;
#line default
#line hidden
#line 1406 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy14;
#line default
#line hidden
#line 1407 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPCountNC;
#line default
#line hidden
#line 1408 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy15;
#line default
#line hidden
#line 1409 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPIndexNC;
#line default
#line hidden
#line 1410 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectSimulate;
#line default
#line hidden
#line 1431 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPSimulateStart;
#line default
#line hidden
#line 1436 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy32;
#line default
#line hidden
#line 1437 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy35;
#line default
#line hidden
#line 1438 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPRouteDistanceWP;
#line default
#line hidden
#line 1439 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy36;
#line default
#line hidden
#line 1440 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPHoldTime;
#line default
#line hidden
#line 1441 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPStatus;
#line default
#line hidden
#line 1442 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPMaxRange;
#line default
#line hidden
#line 1443 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxAutoShowWPEdit;
#line default
#line hidden
#line 1445 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSideBarR;
#line default
#line hidden
#line 1446 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelMotordata;
#line default
#line hidden
#line 1469 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelOSD;
#line default
#line hidden
#line 1492 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusMotors;
#line default
#line hidden
#line 1499 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusPH;
#line default
#line hidden
#line 1500 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusCF;
#line default
#line hidden
#line 1501 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusAC;
#line default
#line hidden
#line 1502 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusEmergencyLanding;
#line default
#line hidden
#line 1509 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarGPXLog;
#line default
#line hidden
#line 1510 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelWPEdit;
#line default
#line hidden
#line 1533 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelCamera;
#line default
#line hidden
#line 1556 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelCam_pic;
#line default
#line hidden
#line 1562 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid WPStatus;
#line default
#line hidden
#line 1564 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy38;
#line default
#line hidden
#line 1565 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy37;
#line default
#line hidden
#line 1566 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPStatusIndexNC;
#line default
#line hidden
#line 1567 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPStatusCountNC;
#line default
#line hidden
#line 1570 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusDistanceWP;
#line default
#line hidden
#line 1574 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusHoldTime;
#line default
#line hidden
#line 1575 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime1;
#line default
#line hidden
#line 1578 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusHeight;
#line default
#line hidden
#line 1579 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy1;
#line default
#line hidden
#line 1582 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridWPEdit;
#line default
#line hidden
#line 1583 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditAlt;
#line default
#line hidden
#line 1594 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderAlt;
#line default
#line hidden
#line 1595 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy41;
#line default
#line hidden
#line 1596 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditHeading;
#line default
#line hidden
#line 1615 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderHeading;
#line default
#line hidden
#line 1635 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy42;
#line default
#line hidden
#line 1636 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditHeading;
#line default
#line hidden
#line 1641 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditSpeed;
#line default
#line hidden
#line 1656 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderSpeed;
#line default
#line hidden
#line 1668 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy43;
#line default
#line hidden
#line 1669 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditSpeed;
#line default
#line hidden
#line 1681 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditClimbrate;
#line default
#line hidden
#line 1695 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderClimbrate;
#line default
#line hidden
#line 1706 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy44;
#line default
#line hidden
#line 1707 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditClimbrate;
#line default
#line hidden
#line 1711 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditRadius;
#line default
#line hidden
#line 1722 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderRadius;
#line default
#line hidden
#line 1723 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy45;
#line default
#line hidden
#line 1724 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditHoldtime;
#line default
#line hidden
#line 1735 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderHoldTime;
#line default
#line hidden
#line 1736 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy46;
#line default
#line hidden
#line 1737 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditAutoTrigger;
#line default
#line hidden
#line 1748 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderAutoTrigger;
#line default
#line hidden
#line 1749 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy47;
#line default
#line hidden
#line 1750 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditCamAngle;
#line default
#line hidden
#line 1765 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderCamAngle;
#line default
#line hidden
#line 1778 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy48;
#line default
#line hidden
#line 1779 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditCamAngle;
#line default
#line hidden
#line 1784 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditOut1;
#line default
#line hidden
#line 1795 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderOut1;
#line default
#line hidden
#line 1796 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy49;
#line default
#line hidden
#line 1797 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditType;
#line default
#line hidden
#line 1803 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4a;
#line default
#line hidden
#line 1804 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4b;
#line default
#line hidden
#line 1805 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditPrefix;
#line default
#line hidden
#line 1817 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPSave;
#line default
#line hidden
#line 1822 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy27;
#line default
#line hidden
#line 1834 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPAdd;
#line default
#line hidden
#line 1843 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image image;
#line default
#line hidden
#line 1854 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy30;
#line default
#line hidden
#line 1866 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPDel;
#line default
#line hidden
#line 1871 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy40;
#line default
#line hidden
#line 1872 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditIndex;
#line default
#line hidden
#line 1894 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditmoveUp;
#line default
#line hidden
#line 1916 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditmoveDown;
#line default
#line hidden
#line 1928 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSendActiveWP_Copy1;
#line default
#line hidden
#line 1933 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy29;
#line default
#line hidden
#line 1945 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPSendToCopter;
#line default
#line hidden
#line 1950 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy34;
#line default
#line hidden
#line 1951 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy16;
#line default
#line hidden
#line 1952 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditLat;
#line default
#line hidden
#line 1953 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy17;
#line default
#line hidden
#line 1954 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditLon;
#line default
#line hidden
#line 1966 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditAddCurrentPos;
#line default
#line hidden
#line 1971 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy28;
#line default
#line hidden
#line 1972 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxWPAddUseCopterHeight;
#line default
#line hidden
#line 1973 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxWPAddUseCopterHeading;
#line default
#line hidden
#line 1985 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSaveDefault;
#line default
#line hidden
#line 1986 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label7;
#line default
#line hidden
#line 1989 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridCam;
#line default
#line hidden
#line 1990 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectCamStart;
#line default
#line hidden
#line 2003 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamStart;
#line default
#line hidden
#line 2017 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamStop;
#line default
#line hidden
#line 2031 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamSettings;
#line default
#line hidden
#line 2034 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCameras;
#line default
#line hidden
#line 2047 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamListRefresh;
#line default
#line hidden
#line 2067 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchNone;
#line default
#line hidden
#line 2085 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchFill;
#line default
#line hidden
#line 2103 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchUniform;
#line default
#line hidden
#line 2121 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchUFill;
#line default
#line hidden
#line 2125 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCamZoomVal;
#line default
#line hidden
#line 2136 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderCamZoom;
#line default
#line hidden
#line 2149 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamResetZoom;
#line default
#line hidden
#line 2154 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Canvas canvasAddPoint;
#line default
#line hidden
#line 2155 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddWP;
#line default
#line hidden
#line 2156 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddLanding;
#line default
#line hidden
#line 2157 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddFailsave;
#line default
#line hidden
#line 2158 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddPOI;
#line default
#line hidden
#line 2162 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSwitchToNavi;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
return System.Delegate.CreateDelegate(delegateType, this, handler);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 14 "..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
#line 14 "..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
#line default
#line hidden
#line 14 "..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Closed += new System.EventHandler(this.Window_Closed);
#line default
#line hidden
return;
case 2:
this.GridGMapControl = ((System.Windows.Controls.Grid)(target));
#line 408 "..\..\MainWindow.xaml"
this.GridGMapControl.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.GridGMapControl_PreviewMouseLeftButtonDown);
#line default
#line hidden
return;
case 3:
this.MainMap = ((GMap.NET.WindowsPresentation.GMapControl)(target));
#line 409 "..\..\MainWindow.xaml"
this.MainMap.Loaded += new System.Windows.RoutedEventHandler(this.MainMap_Loaded);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.OnPositionChanged += new GMap.NET.PositionChanged(this.MainMap_OnPositionChanged);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.OnMapZoomChanged += new GMap.NET.MapZoomChanged(this.MainMap_OnMapZoomChanged);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.StylusDown += new System.Windows.Input.StylusDownEventHandler(this.MainMap_StylusDown);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.StylusUp += new System.Windows.Input.StylusEventHandler(this.MainMap_StylusUp);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.StylusMove += new System.Windows.Input.StylusEventHandler(this.MainMap_StylusMove);
#line default
#line hidden
return;
case 4:
this._camImage = ((System.Windows.Controls.Image)(target));
#line 420 "..\..\MainWindow.xaml"
this._camImage.MouseMove += new System.Windows.Input.MouseEventHandler(this._CamImage_MouseMove);
#line default
#line hidden
#line 420 "..\..\MainWindow.xaml"
this._camImage.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this._CamImage_MouseDown);
#line default
#line hidden
return;
case 5:
this.GridTop = ((System.Windows.Controls.Grid)(target));
return;
case 6:
this.rectTopVoltage = ((System.Windows.Shapes.Rectangle)(target));
return;
case 7:
this.pbTopVoltage = ((System.Windows.Controls.ProgressBar)(target));
return;
case 8:
this.tbTopVoltage = ((System.Windows.Controls.TextBox)(target));
return;
case 9:
this.tbTopCapacity = ((System.Windows.Controls.TextBox)(target));
return;
case 10:
this.imageFlightTime_Copy = ((System.Windows.Controls.Image)(target));
return;
case 11:
this.tbTopCurrent = ((System.Windows.Controls.TextBox)(target));
return;
case 12:
this.imageFlightTime_Copy4 = ((System.Windows.Controls.Image)(target));
return;
case 13:
this.tbTopFTime = ((System.Windows.Controls.TextBox)(target));
return;
case 14:
this.imageFlightTime = ((System.Windows.Controls.Image)(target));
return;
case 15:
this.tbTopDistanceHP = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.imageHome = ((System.Windows.Controls.Image)(target));
return;
case 17:
this.btnTopHome = ((System.Windows.Controls.Button)(target));
#line 475 "..\..\MainWindow.xaml"
this.btnTopHome.Click += new System.Windows.RoutedEventHandler(this.btnSetHP_Click);
#line default
#line hidden
return;
case 18:
this.tbTopHeight = ((System.Windows.Controls.TextBox)(target));
return;
case 19:
this.imageFlightTime_Copy2 = ((System.Windows.Controls.Image)(target));
return;
case 20:
this.tbTopSpeed = ((System.Windows.Controls.TextBox)(target));
return;
case 21:
this.imageFlightTime_Copy3 = ((System.Windows.Controls.Image)(target));
return;
case 22:
this.tbTopEarthMag = ((System.Windows.Controls.TextBox)(target));
return;
case 23:
this.imageEarthMag = ((System.Windows.Controls.Image)(target));
return;
case 24:
this.tbTopSats = ((System.Windows.Controls.TextBox)(target));
return;
case 25:
this.imageSat = ((System.Windows.Controls.Image)(target));
return;
case 26:
this.tbTopRC = ((System.Windows.Controls.TextBox)(target));
return;
case 27:
this.imageRC = ((System.Windows.Controls.Image)(target));
return;
case 28:
this.imageWiFi = ((System.Windows.Controls.Image)(target));
return;
case 29:
this.imageConn = ((System.Windows.Controls.Image)(target));
return;
case 30:
this.btnTopConnect = ((System.Windows.Controls.Button)(target));
#line 512 "..\..\MainWindow.xaml"
this.btnTopConnect.Click += new System.Windows.RoutedEventHandler(this.btnConnectToCopter_Click);
#line default
#line hidden
return;
case 31:
this.imageFullscreen = ((System.Windows.Controls.Image)(target));
#line 526 "..\..\MainWindow.xaml"
this.imageFullscreen.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imageFullscreen_MouseDown);
#line default
#line hidden
return;
case 32:
this.GridSideBar = ((System.Windows.Controls.Grid)(target));
return;
case 33:
this.labelData = ((System.Windows.Controls.Label)(target));
#line 530 "..\..\MainWindow.xaml"
this.labelData.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelData_MouseDown);
#line default
#line hidden
return;
case 34:
this.labelSettings = ((System.Windows.Controls.Label)(target));
#line 553 "..\..\MainWindow.xaml"
this.labelSettings.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelSettings_MouseDown);
#line default
#line hidden
return;
case 35:
this.labelLog = ((System.Windows.Controls.Label)(target));
#line 576 "..\..\MainWindow.xaml"
this.labelLog.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelLog_MouseDown);
#line default
#line hidden
return;
case 36:
this.labelWaypoints = ((System.Windows.Controls.Label)(target));
#line 599 "..\..\MainWindow.xaml"
this.labelWaypoints.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelWaypoints_MouseDown);
#line default
#line hidden
return;
case 37:
this.GridData = ((System.Windows.Controls.Grid)(target));
return;
case 38:
this.tabControl = ((System.Windows.Controls.TabControl)(target));
return;
case 39:
this.tbVolt = ((System.Windows.Controls.TextBlock)(target));
return;
case 40:
this.tbCur = ((System.Windows.Controls.TextBlock)(target));
return;
case 41:
this.label6_Copy = ((System.Windows.Controls.Label)(target));
return;
case 42:
this.tbCtrl = ((System.Windows.Controls.TextBox)(target));
return;
case 43:
this.label6_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 44:
this.label6_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 45:
this.tbCapacity = ((System.Windows.Controls.TextBlock)(target));
return;
case 46:
this.label6_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 47:
this.tbFTime = ((System.Windows.Controls.TextBlock)(target));
return;
case 48:
this.tbRCQ = ((System.Windows.Controls.TextBlock)(target));
return;
case 49:
this.label6_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 50:
this.label6_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 51:
this.tbMagF = ((System.Windows.Controls.TextBlock)(target));
return;
case 52:
this.label6_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 53:
this.tbSats = ((System.Windows.Controls.TextBlock)(target));
return;
case 54:
this.tbSpeed = ((System.Windows.Controls.TextBlock)(target));
return;
case 55:
this.label6_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 56:
this.label6_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 57:
this.tbAlt = ((System.Windows.Controls.TextBlock)(target));
return;
case 58:
this.label6_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 59:
this.tbHeading = ((System.Windows.Controls.TextBlock)(target));
return;
case 60:
this.label6_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 61:
this.tbPitch = ((System.Windows.Controls.TextBlock)(target));
return;
case 62:
this.label6_Copy13 = ((System.Windows.Controls.Label)(target));
return;
case 63:
this.tbRoll = ((System.Windows.Controls.TextBlock)(target));
return;
case 64:
this.label6_Copy14 = ((System.Windows.Controls.Label)(target));
return;
case 65:
this.tbHP = ((System.Windows.Controls.TextBlock)(target));
return;
case 66:
this.label6_Copy15 = ((System.Windows.Controls.Label)(target));
return;
case 67:
this.tbHP1 = ((System.Windows.Controls.TextBlock)(target));
return;
case 68:
this.label6_Copy16 = ((System.Windows.Controls.Label)(target));
return;
case 69:
this.tbWP = ((System.Windows.Controls.TextBlock)(target));
return;
case 70:
this.label6_Copy17 = ((System.Windows.Controls.Label)(target));
return;
case 71:
this.tbWPCount = ((System.Windows.Controls.TextBlock)(target));
return;
case 72:
this.label6_Copy19 = ((System.Windows.Controls.Label)(target));
return;
case 73:
this.tbWPIndex = ((System.Windows.Controls.TextBlock)(target));
return;
case 74:
this.label6_Copy20 = ((System.Windows.Controls.Label)(target));
return;
case 75:
this.label6 = ((System.Windows.Controls.Label)(target));
return;
case 76:
this.tbCrc = ((System.Windows.Controls.TextBox)(target));
return;
case 77:
this.label6_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 78:
this.tbSPI = ((System.Windows.Controls.TextBox)(target));
return;
case 79:
this.label6_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 80:
this.tbI2C = ((System.Windows.Controls.TextBox)(target));
return;
case 81:
this.label6_Copy18 = ((System.Windows.Controls.Label)(target));
return;
case 82:
this.tbNCErr = ((System.Windows.Controls.TextBox)(target));
return;
case 83:
this.tbNCGrSpeed = ((System.Windows.Controls.TextBlock)(target));
return;
case 84:
this.label6_Copy21 = ((System.Windows.Controls.Label)(target));
return;
case 85:
this.tbHeadingCompass = ((System.Windows.Controls.TextBlock)(target));
return;
case 86:
this.label6_Copy22 = ((System.Windows.Controls.Label)(target));
return;
case 87:
this.tbLiPoCells = ((System.Windows.Controls.TextBlock)(target));
return;
case 88:
this.label6_Copy23 = ((System.Windows.Controls.Label)(target));
return;
case 89:
this.tbWPMaxRange = ((System.Windows.Controls.TextBlock)(target));
return;
case 90:
this.label6_Copy24 = ((System.Windows.Controls.Label)(target));
return;
case 91:
this.tbCamCtrl = ((System.Windows.Controls.TextBlock)(target));
return;
case 92:
this.label6_Copy30 = ((System.Windows.Controls.Label)(target));
return;
case 93:
this.FC1_1 = ((System.Windows.Controls.Label)(target));
return;
case 94:
this.FC1_2 = ((System.Windows.Controls.Label)(target));
return;
case 95:
this.FC1_3 = ((System.Windows.Controls.Label)(target));
return;
case 96:
this.FC1_4 = ((System.Windows.Controls.Label)(target));
return;
case 97:
this.FC1_5 = ((System.Windows.Controls.Label)(target));
return;
case 98:
this.FC1_6 = ((System.Windows.Controls.Label)(target));
return;
case 99:
this.FC2_1 = ((System.Windows.Controls.Label)(target));
return;
case 100:
this.FC2_2 = ((System.Windows.Controls.Label)(target));
return;
case 101:
this.FC2_3 = ((System.Windows.Controls.Label)(target));
return;
case 102:
this.FC2_4 = ((System.Windows.Controls.Label)(target));
return;
case 103:
this.FC2_5 = ((System.Windows.Controls.Label)(target));
return;
case 104:
this.FC2_7 = ((System.Windows.Controls.Label)(target));
return;
case 105:
this.FC2_8 = ((System.Windows.Controls.Label)(target));
return;
case 106:
this.NC1_2 = ((System.Windows.Controls.Label)(target));
return;
case 107:
this.NC1_3 = ((System.Windows.Controls.Label)(target));
return;
case 108:
this.NC1_4 = ((System.Windows.Controls.Label)(target));
return;
case 109:
this.NC1_5 = ((System.Windows.Controls.Label)(target));
return;
case 110:
this.NC1_6 = ((System.Windows.Controls.Label)(target));
return;
case 111:
this.NC1_7 = ((System.Windows.Controls.Label)(target));
return;
case 112:
this.NC1_8 = ((System.Windows.Controls.Label)(target));
return;
case 113:
this.FC2_6 = ((System.Windows.Controls.Label)(target));
return;
case 114:
this.groupBox3 = ((System.Windows.Controls.GroupBox)(target));
return;
case 115:
this.textBoxSerial1 = ((System.Windows.Controls.TextBox)(target));
#line 714 "..\..\MainWindow.xaml"
this.textBoxSerial1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_TextChanged);
#line default
#line hidden
return;
case 116:
this.labelSerChan1 = ((System.Windows.Controls.Label)(target));
return;
case 117:
this.SerChan1ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 726 "..\..\MainWindow.xaml"
this.SerChan1ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan1ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 118:
this.btnSer1_0 = ((System.Windows.Controls.Button)(target));
#line 727 "..\..\MainWindow.xaml"
this.btnSer1_0.Click += new System.Windows.RoutedEventHandler(this.btnSer1_0_Click);
#line default
#line hidden
return;
case 119:
this.btnSer1_127 = ((System.Windows.Controls.Button)(target));
#line 728 "..\..\MainWindow.xaml"
this.btnSer1_127.Click += new System.Windows.RoutedEventHandler(this.btnSer1_127_Click);
#line default
#line hidden
return;
case 120:
this.btnSer1_254 = ((System.Windows.Controls.Button)(target));
#line 729 "..\..\MainWindow.xaml"
this.btnSer1_254.Click += new System.Windows.RoutedEventHandler(this.btnSer1_254_Click);
#line default
#line hidden
return;
case 121:
this.textBoxSerial1_val1 = ((System.Windows.Controls.TextBox)(target));
#line 730 "..\..\MainWindow.xaml"
this.textBoxSerial1_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 730 "..\..\MainWindow.xaml"
this.textBoxSerial1_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val1_TextChanged);
#line default
#line hidden
return;
case 122:
this.textBoxSerial1_val2 = ((System.Windows.Controls.TextBox)(target));
#line 731 "..\..\MainWindow.xaml"
this.textBoxSerial1_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 731 "..\..\MainWindow.xaml"
this.textBoxSerial1_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val2_TextChanged);
#line default
#line hidden
return;
case 123:
this.textBoxSerial1_val3 = ((System.Windows.Controls.TextBox)(target));
#line 732 "..\..\MainWindow.xaml"
this.textBoxSerial1_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 732 "..\..\MainWindow.xaml"
this.textBoxSerial1_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val3_TextChanged);
#line default
#line hidden
return;
case 124:
this.btnSer1_val1 = ((System.Windows.Controls.Button)(target));
#line 733 "..\..\MainWindow.xaml"
this.btnSer1_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val1_Click);
#line default
#line hidden
return;
case 125:
this.btnSer1_val2 = ((System.Windows.Controls.Button)(target));
#line 742 "..\..\MainWindow.xaml"
this.btnSer1_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val2_Click);
#line default
#line hidden
return;
case 126:
this.btnSer1_val3 = ((System.Windows.Controls.Button)(target));
#line 751 "..\..\MainWindow.xaml"
this.btnSer1_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val3_Click);
#line default
#line hidden
return;
case 127:
this.groupBoxSerchan2 = ((System.Windows.Controls.GroupBox)(target));
return;
case 128:
this.textBoxSerial2 = ((System.Windows.Controls.TextBox)(target));
#line 765 "..\..\MainWindow.xaml"
this.textBoxSerial2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_TextChanged);
#line default
#line hidden
return;
case 129:
this.labelSerChan2 = ((System.Windows.Controls.Label)(target));
return;
case 130:
this.SerChan2ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 777 "..\..\MainWindow.xaml"
this.SerChan2ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan2ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 131:
this.btnSer2_0 = ((System.Windows.Controls.Button)(target));
#line 778 "..\..\MainWindow.xaml"
this.btnSer2_0.Click += new System.Windows.RoutedEventHandler(this.btnSer2_0_Click);
#line default
#line hidden
return;
case 132:
this.btnSer2_127 = ((System.Windows.Controls.Button)(target));
#line 779 "..\..\MainWindow.xaml"
this.btnSer2_127.Click += new System.Windows.RoutedEventHandler(this.btnSer2_127_Click);
#line default
#line hidden
return;
case 133:
this.btnSer2_254 = ((System.Windows.Controls.Button)(target));
#line 780 "..\..\MainWindow.xaml"
this.btnSer2_254.Click += new System.Windows.RoutedEventHandler(this.btnSer2_254_Click);
#line default
#line hidden
return;
case 134:
this.textBoxSerial2_val1 = ((System.Windows.Controls.TextBox)(target));
#line 781 "..\..\MainWindow.xaml"
this.textBoxSerial2_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 781 "..\..\MainWindow.xaml"
this.textBoxSerial2_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val1_TextChanged);
#line default
#line hidden
return;
case 135:
this.textBoxSerial2_val2 = ((System.Windows.Controls.TextBox)(target));
#line 782 "..\..\MainWindow.xaml"
this.textBoxSerial2_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 782 "..\..\MainWindow.xaml"
this.textBoxSerial2_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val2_TextChanged);
#line default
#line hidden
return;
case 136:
this.textBoxSerial2_val3 = ((System.Windows.Controls.TextBox)(target));
#line 783 "..\..\MainWindow.xaml"
this.textBoxSerial2_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 783 "..\..\MainWindow.xaml"
this.textBoxSerial2_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val3_TextChanged);
#line default
#line hidden
return;
case 137:
this.btnSer2_val1 = ((System.Windows.Controls.Button)(target));
#line 784 "..\..\MainWindow.xaml"
this.btnSer2_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val1_Click);
#line default
#line hidden
return;
case 138:
this.btnSer2_val2 = ((System.Windows.Controls.Button)(target));
#line 793 "..\..\MainWindow.xaml"
this.btnSer2_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val2_Click);
#line default
#line hidden
return;
case 139:
this.btnSer2_val3 = ((System.Windows.Controls.Button)(target));
#line 802 "..\..\MainWindow.xaml"
this.btnSer2_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val3_Click);
#line default
#line hidden
return;
case 140:
this.groupBoxSerchan3 = ((System.Windows.Controls.GroupBox)(target));
return;
case 141:
this.textBoxSerial3 = ((System.Windows.Controls.TextBox)(target));
#line 816 "..\..\MainWindow.xaml"
this.textBoxSerial3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_TextChanged);
#line default
#line hidden
return;
case 142:
this.labelSerChan3 = ((System.Windows.Controls.Label)(target));
return;
case 143:
this.SerChan3ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 828 "..\..\MainWindow.xaml"
this.SerChan3ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan3ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 144:
this.btnSer3_0 = ((System.Windows.Controls.Button)(target));
#line 829 "..\..\MainWindow.xaml"
this.btnSer3_0.Click += new System.Windows.RoutedEventHandler(this.btnSer3_0_Click);
#line default
#line hidden
return;
case 145:
this.btnSer3_127 = ((System.Windows.Controls.Button)(target));
#line 830 "..\..\MainWindow.xaml"
this.btnSer3_127.Click += new System.Windows.RoutedEventHandler(this.btnSer3_127_Click);
#line default
#line hidden
return;
case 146:
this.btnSer3_254 = ((System.Windows.Controls.Button)(target));
#line 831 "..\..\MainWindow.xaml"
this.btnSer3_254.Click += new System.Windows.RoutedEventHandler(this.btnSer3_254_Click);
#line default
#line hidden
return;
case 147:
this.textBoxSerial3_val1 = ((System.Windows.Controls.TextBox)(target));
#line 832 "..\..\MainWindow.xaml"
this.textBoxSerial3_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 832 "..\..\MainWindow.xaml"
this.textBoxSerial3_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val1_TextChanged);
#line default
#line hidden
return;
case 148:
this.textBoxSerial3_val2 = ((System.Windows.Controls.TextBox)(target));
#line 833 "..\..\MainWindow.xaml"
this.textBoxSerial3_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 833 "..\..\MainWindow.xaml"
this.textBoxSerial3_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val2_TextChanged);
#line default
#line hidden
return;
case 149:
this.textBoxSerial3_val3 = ((System.Windows.Controls.TextBox)(target));
#line 834 "..\..\MainWindow.xaml"
this.textBoxSerial3_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 834 "..\..\MainWindow.xaml"
this.textBoxSerial3_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val3_TextChanged);
#line default
#line hidden
return;
case 150:
this.btnSer3_val1 = ((System.Windows.Controls.Button)(target));
#line 835 "..\..\MainWindow.xaml"
this.btnSer3_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val1_Click);
#line default
#line hidden
return;
case 151:
this.btnSer3_val2 = ((System.Windows.Controls.Button)(target));
#line 844 "..\..\MainWindow.xaml"
this.btnSer3_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val2_Click);
#line default
#line hidden
return;
case 152:
this.btnSer3_val3 = ((System.Windows.Controls.Button)(target));
#line 853 "..\..\MainWindow.xaml"
this.btnSer3_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val3_Click);
#line default
#line hidden
return;
case 153:
this.tbDataLicenseUser = ((System.Windows.Controls.TextBlock)(target));
return;
case 154:
this.tbDataLicenseMail = ((System.Windows.Controls.TextBlock)(target));
return;
case 155:
this.label6_Copy25 = ((System.Windows.Controls.Label)(target));
return;
case 156:
this.label6_Copy26 = ((System.Windows.Controls.Label)(target));
return;
case 157:
this.tbDataLicenseFeature = ((System.Windows.Controls.TextBlock)(target));
return;
case 158:
this.label6_Copy27 = ((System.Windows.Controls.Label)(target));
return;
case 159:
this.tbDataLicenseExpire = ((System.Windows.Controls.TextBlock)(target));
return;
case 160:
this.tbDataLicenseLicense = ((System.Windows.Controls.TextBlock)(target));
return;
case 161:
this.label6_Copy28 = ((System.Windows.Controls.Label)(target));
return;
case 162:
this.label6_Copy29 = ((System.Windows.Controls.Label)(target));
return;
case 163:
this.GridSettings = ((System.Windows.Controls.Grid)(target));
return;
case 164:
this.tabControlSettings = ((System.Windows.Controls.TabControl)(target));
return;
case 165:
this.TabGridGeneral = ((System.Windows.Controls.Grid)(target));
return;
case 166:
this.serialPortCtrl = ((MKLiveView.SerialPortCtrl)(target));
return;
case 167:
this.groupBox = ((System.Windows.Controls.GroupBox)(target));
return;
case 168:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 169:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 170:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 171:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 172:
this.cBoxTimingsDebug = ((System.Windows.Controls.ComboBox)(target));
#line 897 "..\..\MainWindow.xaml"
this.cBoxTimingsDebug.DropDownClosed += new System.EventHandler(this.cBoxTimingsDebug_DropDownClosed);
#line default
#line hidden
return;
case 173:
this.cBoxTimingsNav = ((System.Windows.Controls.ComboBox)(target));
#line 898 "..\..\MainWindow.xaml"
this.cBoxTimingsNav.DropDownClosed += new System.EventHandler(this.cBoxTimingsNav_DropDownClosed);
#line default
#line hidden
return;
case 174:
this.cBoxTimingsBl = ((System.Windows.Controls.ComboBox)(target));
#line 899 "..\..\MainWindow.xaml"
this.cBoxTimingsBl.DropDownClosed += new System.EventHandler(this.cBoxTimingsBl_DropDownClosed);
#line default
#line hidden
return;
case 175:
this.cBoxTimingsOSD = ((System.Windows.Controls.ComboBox)(target));
#line 900 "..\..\MainWindow.xaml"
this.cBoxTimingsOSD.DropDownClosed += new System.EventHandler(this.cBoxTimingsOSD_DropDownClosed);
#line default
#line hidden
return;
case 176:
this.chkbAutoDbg = ((System.Windows.Controls.CheckBox)(target));
#line 901 "..\..\MainWindow.xaml"
this.chkbAutoDbg.Click += new System.Windows.RoutedEventHandler(this.chkbAutoDbg_Click);
#line default
#line hidden
return;
case 177:
this.chkbAutoNav = ((System.Windows.Controls.CheckBox)(target));
#line 902 "..\..\MainWindow.xaml"
this.chkbAutoNav.Click += new System.Windows.RoutedEventHandler(this.chkbAutoNav_Click);
#line default
#line hidden
return;
case 178:
this.chkbAutoBL = ((System.Windows.Controls.CheckBox)(target));
#line 903 "..\..\MainWindow.xaml"
this.chkbAutoBL.Click += new System.Windows.RoutedEventHandler(this.chkbAutoBL_Click);
#line default
#line hidden
return;
case 179:
this.chkbAutoOSD = ((System.Windows.Controls.CheckBox)(target));
#line 904 "..\..\MainWindow.xaml"
this.chkbAutoOSD.Click += new System.Windows.RoutedEventHandler(this.chkbAutoOSD_Click);
#line default
#line hidden
return;
case 180:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 181:
this.cBoxLiPoCells = ((System.Windows.Controls.ComboBox)(target));
#line 906 "..\..\MainWindow.xaml"
this.cBoxLiPoCells.DropDownClosed += new System.EventHandler(this.cBoxLiPoCells_DropDownClosed);
#line default
#line hidden
return;
case 182:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 183:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 184:
this.cBoxMotors = ((System.Windows.Controls.ComboBox)(target));
#line 909 "..\..\MainWindow.xaml"
this.cBoxMotors.DropDownClosed += new System.EventHandler(this.cBoxMotors_DropDownClosed);
#line default
#line hidden
return;
case 185:
this.tbSettingsCapa = ((System.Windows.Controls.TextBox)(target));
return;
case 186:
this.buttonSwitchNC = ((System.Windows.Controls.Button)(target));
#line 913 "..\..\MainWindow.xaml"
this.buttonSwitchNC.Click += new System.Windows.RoutedEventHandler(this.buttonSwitchNC_Click);
#line default
#line hidden
return;
case 187:
this.TabGridStyle = ((System.Windows.Controls.Grid)(target));
return;
case 188:
this.label_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 189:
this.labelUIScale = ((System.Windows.Controls.Label)(target));
return;
case 190:
this.UIScaleSlider = ((System.Windows.Controls.Slider)(target));
return;
case 191:
this.UIScaleTopSlider = ((System.Windows.Controls.Slider)(target));
#line 931 "..\..\MainWindow.xaml"
this.UIScaleTopSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.UIScaleTopSlider_ValueChanged);
#line default
#line hidden
return;
case 192:
this.label_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 193:
this.labelTopBarScale = ((System.Windows.Controls.Label)(target));
return;
case 194:
this.UIScaleMotorsSlider = ((System.Windows.Controls.Slider)(target));
return;
case 195:
this.label_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 196:
this.labelMotorsScale = ((System.Windows.Controls.Label)(target));
return;
case 197:
this.UIScaleOSDSlider = ((System.Windows.Controls.Slider)(target));
#line 957 "..\..\MainWindow.xaml"
this.UIScaleOSDSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.UIScaleOSDSlider_ValueChanged);
#line default
#line hidden
return;
case 198:
this.label_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 199:
this.labelOSDScale = ((System.Windows.Controls.Label)(target));
return;
case 200:
this.UIScaleLOGSlider = ((System.Windows.Controls.Slider)(target));
return;
case 201:
this.label_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 202:
this.labelLOGScale = ((System.Windows.Controls.Label)(target));
return;
case 203:
this.UIScaleHorizonSlider = ((System.Windows.Controls.Slider)(target));
return;
case 204:
this.label_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 205:
this.labelHorizonScale = ((System.Windows.Controls.Label)(target));
return;
case 206:
this.buttonUIScaleReset = ((System.Windows.Controls.Button)(target));
#line 996 "..\..\MainWindow.xaml"
this.buttonUIScaleReset.Click += new System.Windows.RoutedEventHandler(this.buttonUIScaleReset_Click);
#line default
#line hidden
return;
case 207:
this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
return;
case 208:
this.chkBoxTopBarShowVoltage = ((System.Windows.Controls.CheckBox)(target));
return;
case 209:
this.chkBoxTopBarShowCapacity = ((System.Windows.Controls.CheckBox)(target));
return;
case 210:
this.chkBoxTopBarShowCurrent = ((System.Windows.Controls.CheckBox)(target));
return;
case 211:
this.chkBoxTopBarShowFlightTime = ((System.Windows.Controls.CheckBox)(target));
return;
case 212:
this.chkBoxTopBarShowDistanceHP = ((System.Windows.Controls.CheckBox)(target));
return;
case 213:
this.chkBoxTopBarShowHeight = ((System.Windows.Controls.CheckBox)(target));
return;
case 214:
this.chkBoxTopBarShowSpeed = ((System.Windows.Controls.CheckBox)(target));
return;
case 215:
this.chkBoxTopBarShowMF = ((System.Windows.Controls.CheckBox)(target));
return;
case 216:
this.chkBoxTopBarShowSatellites = ((System.Windows.Controls.CheckBox)(target));
return;
case 217:
this.chkBoxTopBarShowRC = ((System.Windows.Controls.CheckBox)(target));
return;
case 218:
this.chkBoxShowHorizon = ((System.Windows.Controls.CheckBox)(target));
return;
case 219:
this.chkBoxSaveFullScreenState = ((System.Windows.Controls.CheckBox)(target));
#line 1012 "..\..\MainWindow.xaml"
this.chkBoxSaveFullScreenState.Click += new System.Windows.RoutedEventHandler(this.chkBoxSaveFullScreenState_Click);
#line default
#line hidden
return;
case 220:
this.chkBoxSaveNormalState = ((System.Windows.Controls.CheckBox)(target));
#line 1013 "..\..\MainWindow.xaml"
this.chkBoxSaveNormalState.Click += new System.Windows.RoutedEventHandler(this.chkBoxSaveNormalState_Click);
#line default
#line hidden
return;
case 221:
this.GridMapData = ((System.Windows.Controls.Grid)(target));
return;
case 222:
this.checkBoxFollowCopter = ((System.Windows.Controls.CheckBox)(target));
#line 1018 "..\..\MainWindow.xaml"
this.checkBoxFollowCopter.Click += new System.Windows.RoutedEventHandler(this.checkBoxFollowCopter_Click);
#line default
#line hidden
return;
case 223:
this.checkBoxAutoSetHP = ((System.Windows.Controls.CheckBox)(target));
#line 1019 "..\..\MainWindow.xaml"
this.checkBoxAutoSetHP.Click += new System.Windows.RoutedEventHandler(this.checkBoxAutoSetHP_Click);
#line default
#line hidden
return;
case 224:
this.textBoxGeo = ((System.Windows.Controls.TextBox)(target));
#line 1020 "..\..\MainWindow.xaml"
this.textBoxGeo.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxGeo_KeyUp);
#line default
#line hidden
return;
case 225:
this.buttonGeoCoding = ((System.Windows.Controls.Button)(target));
#line 1021 "..\..\MainWindow.xaml"
this.buttonGeoCoding.Click += new System.Windows.RoutedEventHandler(this.buttonGeoCoding_Click);
#line default
#line hidden
return;
case 226:
this.buttonReloadMap = ((System.Windows.Controls.Button)(target));
#line 1022 "..\..\MainWindow.xaml"
this.buttonReloadMap.Click += new System.Windows.RoutedEventHandler(this.ReloadMap_Click);
#line default
#line hidden
return;
case 227:
this.textBoxLat = ((System.Windows.Controls.TextBox)(target));
return;
case 228:
this.textBoxLng = ((System.Windows.Controls.TextBox)(target));
return;
case 229:
this.buttonGeoLoc = ((System.Windows.Controls.Button)(target));
#line 1025 "..\..\MainWindow.xaml"
this.buttonGeoLoc.Click += new System.Windows.RoutedEventHandler(this.buttonGeoLoc_Click);
#line default
#line hidden
return;
case 230:
this.label2 = ((System.Windows.Controls.Label)(target));
return;
case 231:
this.label3 = ((System.Windows.Controls.Label)(target));
return;
case 232:
this.comboBoxMapType = ((System.Windows.Controls.ComboBox)(target));
return;
case 233:
this.label1 = ((System.Windows.Controls.Label)(target));
return;
case 234:
this.comboBoxMode = ((System.Windows.Controls.ComboBox)(target));
#line 1032 "..\..\MainWindow.xaml"
this.comboBoxMode.DropDownClosed += new System.EventHandler(this.comboBoxMode_DropDownClosed);
#line default
#line hidden
return;
case 235:
this.label5 = ((System.Windows.Controls.Label)(target));
return;
case 236:
this.buttonPrefetch = ((System.Windows.Controls.Button)(target));
#line 1034 "..\..\MainWindow.xaml"
this.buttonPrefetch.Click += new System.Windows.RoutedEventHandler(this.buttonPrefetch_Click);
#line default
#line hidden
return;
case 237:
this.label1_Copy = ((System.Windows.Controls.Label)(target));
return;
case 238:
this.textBoxLat_currentPos = ((System.Windows.Controls.TextBox)(target));
return;
case 239:
this.textBoxLng_currentPos = ((System.Windows.Controls.TextBox)(target));
return;
case 240:
this.label2_Copy = ((System.Windows.Controls.Label)(target));
return;
case 241:
this.label3_Copy = ((System.Windows.Controls.Label)(target));
return;
case 242:
this.label1_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 243:
this.sliderMapZoom = ((System.Windows.Controls.Slider)(target));
#line 1041 "..\..\MainWindow.xaml"
this.sliderMapZoom.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderMapZoom_ValueChanged);
#line default
#line hidden
return;
case 244:
this.label2_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 245:
this.labelZoom = ((System.Windows.Controls.Label)(target));
return;
case 246:
this.btnSetHP = ((System.Windows.Controls.Button)(target));
#line 1044 "..\..\MainWindow.xaml"
this.btnSetHP.Click += new System.Windows.RoutedEventHandler(this.btnSetHP_Click);
#line default
#line hidden
return;
case 247:
this.btnClearHP = ((System.Windows.Controls.Button)(target));
#line 1045 "..\..\MainWindow.xaml"
this.btnClearHP.Click += new System.Windows.RoutedEventHandler(this.btnClearHP_Click);
#line default
#line hidden
return;
case 248:
this.btnGotoHP = ((System.Windows.Controls.Button)(target));
#line 1046 "..\..\MainWindow.xaml"
this.btnGotoHP.Click += new System.Windows.RoutedEventHandler(this.btnGotoHP_Click);
#line default
#line hidden
return;
case 249:
this.checkBoxGPXLog = ((System.Windows.Controls.CheckBox)(target));
#line 1047 "..\..\MainWindow.xaml"
this.checkBoxGPXLog.Click += new System.Windows.RoutedEventHandler(this.checkBoxGPXLog_Click);
#line default
#line hidden
return;
case 250:
this.btnLoadGPXLog = ((System.Windows.Controls.Button)(target));
#line 1059 "..\..\MainWindow.xaml"
this.btnLoadGPXLog.Click += new System.Windows.RoutedEventHandler(this.btnLoadGPXLog_Click);
#line default
#line hidden
return;
case 251:
this.label4_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 252:
this.btnClearRoute = ((System.Windows.Controls.Button)(target));
#line 1065 "..\..\MainWindow.xaml"
this.btnClearRoute.Click += new System.Windows.RoutedEventHandler(this.btnClearRoute_Click);
#line default
#line hidden
return;
case 253:
this.groupBox2 = ((System.Windows.Controls.GroupBox)(target));
return;
case 254:
this.sliderThresholdVoltageCrit = ((System.Windows.Controls.Slider)(target));
#line 1072 "..\..\MainWindow.xaml"
this.sliderThresholdVoltageCrit.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdVoltageCrit_ValueChanged);
#line default
#line hidden
return;
case 255:
this.labelThresholdVoltageCrit = ((System.Windows.Controls.Label)(target));
return;
case 256:
this.labelThresholdVoltageCrit_Copy = ((System.Windows.Controls.Label)(target));
return;
case 257:
this.sliderThresholdVoltageWarn = ((System.Windows.Controls.Slider)(target));
#line 1085 "..\..\MainWindow.xaml"
this.sliderThresholdVoltageWarn.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdVoltageWarn_ValueChanged);
#line default
#line hidden
return;
case 258:
this.labelThresholdVoltageWarn = ((System.Windows.Controls.Label)(target));
return;
case 259:
this.labelThresholdVoltageCrit_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 260:
this.groupBox2_Copy1 = ((System.Windows.Controls.GroupBox)(target));
return;
case 261:
this.checkBoxSatfixLost = ((System.Windows.Controls.CheckBox)(target));
#line 1103 "..\..\MainWindow.xaml"
this.checkBoxSatfixLost.Click += new System.Windows.RoutedEventHandler(this.checkBoxSatfixLost_Click);
#line default
#line hidden
return;
case 262:
this.checkBoxMagneticField = ((System.Windows.Controls.CheckBox)(target));
#line 1104 "..\..\MainWindow.xaml"
this.checkBoxMagneticField.Click += new System.Windows.RoutedEventHandler(this.checkBoxMagneticField_Click);
#line default
#line hidden
return;
case 263:
this.checkBoxRClevel = ((System.Windows.Controls.CheckBox)(target));
#line 1105 "..\..\MainWindow.xaml"
this.checkBoxRClevel.Click += new System.Windows.RoutedEventHandler(this.checkBoxRClevel_Click);
#line default
#line hidden
return;
case 264:
this.checkBoxThresholdDistanceVoice = ((System.Windows.Controls.CheckBox)(target));
#line 1106 "..\..\MainWindow.xaml"
this.checkBoxThresholdDistanceVoice.Click += new System.Windows.RoutedEventHandler(this.checkBoxThresholdDistanceVoice_Click);
#line default
#line hidden
return;
case 265:
this.checkBoxThresholdVoltageVoice = ((System.Windows.Controls.CheckBox)(target));
#line 1107 "..\..\MainWindow.xaml"
this.checkBoxThresholdVoltageVoice.Click += new System.Windows.RoutedEventHandler(this.checkBoxThresholdVoltageVoice_Click);
#line default
#line hidden
return;
case 266:
this.grpBox = ((System.Windows.Controls.GroupBox)(target));
return;
case 267:
this.sliderThresholdDistanceWarn = ((System.Windows.Controls.Slider)(target));
#line 1112 "..\..\MainWindow.xaml"
this.sliderThresholdDistanceWarn.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdDistanceWarn_ValueChanged);
#line default
#line hidden
return;
case 268:
this.labelThresholdDistanceWarn = ((System.Windows.Controls.Label)(target));
return;
case 269:
this.comboBoxFSColor = ((System.Windows.Controls.ComboBox)(target));
#line 1133 "..\..\MainWindow.xaml"
this.comboBoxFSColor.DropDownClosed += new System.EventHandler(this.comboBoxFSColor_DropDownClosed);
#line default
#line hidden
return;
case 270:
this.label4_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 271:
this.comboBoxWPColor = ((System.Windows.Controls.ComboBox)(target));
#line 1141 "..\..\MainWindow.xaml"
this.comboBoxWPColor.DropDownClosed += new System.EventHandler(this.comboBoxWPColor_DropDownClosed);
#line default
#line hidden
return;
case 272:
this.label4_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 273:
this.comboBoxPOIColor = ((System.Windows.Controls.ComboBox)(target));
#line 1149 "..\..\MainWindow.xaml"
this.comboBoxPOIColor.DropDownClosed += new System.EventHandler(this.comboBoxPOIColor_DropDownClosed);
#line default
#line hidden
return;
case 274:
this.label4_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 275:
this.comboBoxCopterColor = ((System.Windows.Controls.ComboBox)(target));
#line 1157 "..\..\MainWindow.xaml"
this.comboBoxCopterColor.DropDownClosed += new System.EventHandler(this.comboBoxCopterColor_DropDownClosed);
#line default
#line hidden
return;
case 276:
this.label4_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 277:
this.comboBoxRouteColor = ((System.Windows.Controls.ComboBox)(target));
#line 1165 "..\..\MainWindow.xaml"
this.comboBoxRouteColor.DropDownClosed += new System.EventHandler(this.comboBoxRouteColor_DropDownClosed);
#line default
#line hidden
return;
case 278:
this.label4_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 279:
this.comboBoxLandingColor = ((System.Windows.Controls.ComboBox)(target));
#line 1173 "..\..\MainWindow.xaml"
this.comboBoxLandingColor.DropDownClosed += new System.EventHandler(this.comboBoxLandingColor_DropDownClosed);
#line default
#line hidden
return;
case 280:
this.label4_Copy31 = ((System.Windows.Controls.Label)(target));
return;
case 281:
this.comboBoxCopterHeadingColor = ((System.Windows.Controls.ComboBox)(target));
#line 1181 "..\..\MainWindow.xaml"
this.comboBoxCopterHeadingColor.DropDownClosed += new System.EventHandler(this.comboBoxCopterHeadingColor_DropDownClosed);
#line default
#line hidden
return;
case 282:
this.label4_Copy33 = ((System.Windows.Controls.Label)(target));
return;
case 283:
this.comboBoxWPMaxRangeColor = ((System.Windows.Controls.ComboBox)(target));
#line 1189 "..\..\MainWindow.xaml"
this.comboBoxWPMaxRangeColor.DropDownClosed += new System.EventHandler(this.comboBoxWPMaxRangeColor_DropDownClosed);
#line default
#line hidden
return;
case 284:
this.label4_Copy39 = ((System.Windows.Controls.Label)(target));
return;
case 285:
this.ArtHor = ((MKLiveView.ArtificialHorizon.ArtificialHorizon)(target));
return;
case 286:
this.GridLog = ((System.Windows.Controls.Grid)(target));
return;
case 287:
this.rtfError = ((System.Windows.Controls.RichTextBox)(target));
return;
case 288:
this.rtfTerminal = ((System.Windows.Controls.RichTextBox)(target));
return;
case 289:
this.GridMotors = ((System.Windows.Controls.Grid)(target));
return;
case 290:
this.dgvMotors1 = ((System.Windows.Controls.DataGrid)(target));
return;
case 291:
this.GridOSD = ((System.Windows.Controls.Grid)(target));
return;
case 292:
this.rtfOSD = ((System.Windows.Controls.RichTextBox)(target));
return;
case 293:
this.cbOSD = ((System.Windows.Controls.ComboBox)(target));
#line 1257 "..\..\MainWindow.xaml"
this.cbOSD.DropDownClosed += new System.EventHandler(this.cbOSD_DropDownClosing);
#line default
#line hidden
return;
case 294:
this.btnOSDBackward = ((System.Windows.Controls.Button)(target));
#line 1258 "..\..\MainWindow.xaml"
this.btnOSDBackward.Click += new System.Windows.RoutedEventHandler(this.btnOSDBackward_Click);
#line default
#line hidden
return;
case 295:
this.btnOSDForward = ((System.Windows.Controls.Button)(target));
#line 1259 "..\..\MainWindow.xaml"
this.btnOSDForward.Click += new System.Windows.RoutedEventHandler(this.btnOSDForward_Click);
#line default
#line hidden
return;
case 296:
this.label_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 297:
this.btnOSDEnter = ((System.Windows.Controls.Button)(target));
#line 1261 "..\..\MainWindow.xaml"
this.btnOSDEnter.Click += new System.Windows.RoutedEventHandler(this.btnOSDEnter_Click);
#line default
#line hidden
return;
case 298:
this.btnOSDLeave = ((System.Windows.Controls.Button)(target));
#line 1262 "..\..\MainWindow.xaml"
this.btnOSDLeave.Click += new System.Windows.RoutedEventHandler(this.btnOSDLeave_Click);
#line default
#line hidden
return;
case 299:
this.lblSimu = ((System.Windows.Controls.Label)(target));
return;
case 300:
this.GridWP = ((System.Windows.Controls.Grid)(target));
return;
case 301:
this.label4 = ((System.Windows.Controls.Label)(target));
return;
case 302:
this.lblWPCount = ((System.Windows.Controls.Label)(target));
return;
case 303:
this.label4_Copy = ((System.Windows.Controls.Label)(target));
return;
case 304:
this.lblWPIndex = ((System.Windows.Controls.Label)(target));
return;
case 305:
this.btnGetWPList = ((System.Windows.Controls.Button)(target));
#line 1292 "..\..\MainWindow.xaml"
this.btnGetWPList.Click += new System.Windows.RoutedEventHandler(this.btnGetWP_Click);
#line default
#line hidden
return;
case 306:
this.btnSendWPList = ((System.Windows.Controls.Button)(target));
#line 1308 "..\..\MainWindow.xaml"
this.btnSendWPList.Click += new System.Windows.RoutedEventHandler(this.btnSendWPList_Click);
#line default
#line hidden
return;
case 307:
this.btnLoadWPLFile = ((System.Windows.Controls.Button)(target));
#line 1324 "..\..\MainWindow.xaml"
this.btnLoadWPLFile.Click += new System.Windows.RoutedEventHandler(this.btnLoadWPLFile_Click);
#line default
#line hidden
return;
case 308:
this.label4_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 309:
this.label4_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 310:
this.label4_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 311:
this.btnClearWPList = ((System.Windows.Controls.Button)(target));
#line 1343 "..\..\MainWindow.xaml"
this.btnClearWPList.Click += new System.Windows.RoutedEventHandler(this.btnClearWPList_Click);
#line default
#line hidden
return;
case 312:
this.label4_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 313:
this.btnClearCopterList = ((System.Windows.Controls.Button)(target));
#line 1360 "..\..\MainWindow.xaml"
this.btnClearCopterList.Click += new System.Windows.RoutedEventHandler(this.btnClearCopterList_Click);
#line default
#line hidden
return;
case 314:
this.label4_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 315:
this.btnSaveWPLFile = ((System.Windows.Controls.Button)(target));
#line 1377 "..\..\MainWindow.xaml"
this.btnSaveWPLFile.Click += new System.Windows.RoutedEventHandler(this.btnSaveWPLFile_Click);
#line default
#line hidden
return;
case 316:
this.label4_Copy13 = ((System.Windows.Controls.Label)(target));
return;
case 317:
this.dgvWP = ((System.Windows.Controls.DataGrid)(target));
#line 1385 "..\..\MainWindow.xaml"
this.dgvWP.MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.dgvWP_MouseUp);
#line default
#line hidden
#line 1385 "..\..\MainWindow.xaml"
this.dgvWP.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgvWP_MouseDoubleClick);
#line default
#line hidden
return;
case 318:
this.dataGridTextColumn = ((System.Windows.Controls.DataGridTextColumn)(target));
return;
case 319:
this.checkBoxShowWPRoute = ((System.Windows.Controls.CheckBox)(target));
#line 1403 "..\..\MainWindow.xaml"
this.checkBoxShowWPRoute.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPRoute_Click);
#line default
#line hidden
return;
case 320:
this.label4_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 321:
this.lblWPRouteDistance = ((System.Windows.Controls.Label)(target));
return;
case 322:
this.label4_Copy14 = ((System.Windows.Controls.Label)(target));
return;
case 323:
this.lblWPCountNC = ((System.Windows.Controls.Label)(target));
return;
case 324:
this.label4_Copy15 = ((System.Windows.Controls.Label)(target));
return;
case 325:
this.lblWPIndexNC = ((System.Windows.Controls.Label)(target));
return;
case 326:
this.rectSimulate = ((System.Windows.Shapes.Rectangle)(target));
return;
case 327:
this.btnWPSimulateStart = ((System.Windows.Controls.Button)(target));
#line 1431 "..\..\MainWindow.xaml"
this.btnWPSimulateStart.Click += new System.Windows.RoutedEventHandler(this.btnWPSimulateStart_Click);
#line default
#line hidden
return;
case 328:
this.label4_Copy32 = ((System.Windows.Controls.Label)(target));
return;
case 329:
this.label4_Copy35 = ((System.Windows.Controls.Label)(target));
return;
case 330:
this.lblWPRouteDistanceWP = ((System.Windows.Controls.Label)(target));
return;
case 331:
this.label4_Copy36 = ((System.Windows.Controls.Label)(target));
return;
case 332:
this.lblWPHoldTime = ((System.Windows.Controls.Label)(target));
return;
case 333:
this.checkBoxShowWPStatus = ((System.Windows.Controls.CheckBox)(target));
#line 1441 "..\..\MainWindow.xaml"
this.checkBoxShowWPStatus.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPStatus_Click);
#line default
#line hidden
return;
case 334:
this.checkBoxShowWPMaxRange = ((System.Windows.Controls.CheckBox)(target));
#line 1442 "..\..\MainWindow.xaml"
this.checkBoxShowWPMaxRange.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPMaxRange_click);
#line default
#line hidden
return;
case 335:
this.checkBoxAutoShowWPEdit = ((System.Windows.Controls.CheckBox)(target));
#line 1443 "..\..\MainWindow.xaml"
this.checkBoxAutoShowWPEdit.Click += new System.Windows.RoutedEventHandler(this.checkBoxAutoShowWPEdit_Click);
#line default
#line hidden
return;
case 336:
this.GridSideBarR = ((System.Windows.Controls.Grid)(target));
return;
case 337:
this.labelMotordata = ((System.Windows.Controls.Label)(target));
#line 1446 "..\..\MainWindow.xaml"
this.labelMotordata.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelMotorData_MouseDown);
#line default
#line hidden
return;
case 338:
this.labelOSD = ((System.Windows.Controls.Label)(target));
#line 1469 "..\..\MainWindow.xaml"
this.labelOSD.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelOSD_MouseDown);
#line default
#line hidden
return;
case 339:
this.tbSideBarStatusMotors = ((System.Windows.Controls.TextBox)(target));
return;
case 340:
this.tbSideBarStatusPH = ((System.Windows.Controls.TextBox)(target));
return;
case 341:
this.tbSideBarStatusCF = ((System.Windows.Controls.TextBox)(target));
return;
case 342:
this.tbSideBarStatusAC = ((System.Windows.Controls.TextBox)(target));
return;
case 343:
this.tbSideBarStatusEmergencyLanding = ((System.Windows.Controls.TextBox)(target));
return;
case 344:
this.tbSideBarGPXLog = ((System.Windows.Controls.TextBox)(target));
return;
case 345:
this.labelWPEdit = ((System.Windows.Controls.Label)(target));
#line 1510 "..\..\MainWindow.xaml"
this.labelWPEdit.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelWPEdit_MouseDown);
#line default
#line hidden
return;
case 346:
this.labelCamera = ((System.Windows.Controls.Label)(target));
#line 1533 "..\..\MainWindow.xaml"
this.labelCamera.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelCamera_MouseDown);
#line default
#line hidden
return;
case 347:
this.labelCam_pic = ((System.Windows.Controls.Label)(target));
#line 1556 "..\..\MainWindow.xaml"
this.labelCam_pic.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblCam_Click);
#line default
#line hidden
return;
case 348:
this.WPStatus = ((System.Windows.Controls.Grid)(target));
return;
case 349:
this.label4_Copy38 = ((System.Windows.Controls.Label)(target));
return;
case 350:
this.label4_Copy37 = ((System.Windows.Controls.Label)(target));
return;
case 351:
this.lblWPStatusIndexNC = ((System.Windows.Controls.Label)(target));
return;
case 352:
this.lblWPStatusCountNC = ((System.Windows.Controls.Label)(target));
return;
case 353:
this.tbWPStatusDistanceWP = ((System.Windows.Controls.TextBox)(target));
return;
case 354:
this.tbWPStatusHoldTime = ((System.Windows.Controls.TextBox)(target));
return;
case 355:
this.imageFlightTime1 = ((System.Windows.Controls.Image)(target));
return;
case 356:
this.tbWPStatusHeight = ((System.Windows.Controls.TextBox)(target));
return;
case 357:
this.imageFlightTime_Copy1 = ((System.Windows.Controls.Image)(target));
return;
case 358:
this.GridWPEdit = ((System.Windows.Controls.Grid)(target));
return;
case 359:
this.lblWPEditAlt = ((System.Windows.Controls.Label)(target));
return;
case 360:
this.SliderAlt = ((System.Windows.Controls.Slider)(target));
return;
case 361:
this.label4_Copy41 = ((System.Windows.Controls.Label)(target));
return;
case 362:
this.lblWPEditHeading = ((System.Windows.Controls.Label)(target));
return;
case 363:
this.SliderHeading = ((System.Windows.Controls.Slider)(target));
return;
case 364:
this.label4_Copy42 = ((System.Windows.Controls.Label)(target));
return;
case 365:
this.cbWPEditHeading = ((System.Windows.Controls.ComboBox)(target));
return;
case 366:
this.lblWPEditSpeed = ((System.Windows.Controls.Label)(target));
return;
case 367:
this.SliderSpeed = ((System.Windows.Controls.Slider)(target));
return;
case 368:
this.label4_Copy43 = ((System.Windows.Controls.Label)(target));
return;
case 369:
this.cbWPEditSpeed = ((System.Windows.Controls.ComboBox)(target));
return;
case 370:
this.lblWPEditClimbrate = ((System.Windows.Controls.Label)(target));
return;
case 371:
this.SliderClimbrate = ((System.Windows.Controls.Slider)(target));
return;
case 372:
this.label4_Copy44 = ((System.Windows.Controls.Label)(target));
return;
case 373:
this.cbWPEditClimbrate = ((System.Windows.Controls.ComboBox)(target));
return;
case 374:
this.lblWPEditRadius = ((System.Windows.Controls.Label)(target));
return;
case 375:
this.SliderRadius = ((System.Windows.Controls.Slider)(target));
return;
case 376:
this.label4_Copy45 = ((System.Windows.Controls.Label)(target));
return;
case 377:
this.lblWPEditHoldtime = ((System.Windows.Controls.Label)(target));
return;
case 378:
this.SliderHoldTime = ((System.Windows.Controls.Slider)(target));
return;
case 379:
this.label4_Copy46 = ((System.Windows.Controls.Label)(target));
return;
case 380:
this.lblWPEditAutoTrigger = ((System.Windows.Controls.Label)(target));
return;
case 381:
this.SliderAutoTrigger = ((System.Windows.Controls.Slider)(target));
return;
case 382:
this.label4_Copy47 = ((System.Windows.Controls.Label)(target));
return;
case 383:
this.lblWPEditCamAngle = ((System.Windows.Controls.Label)(target));
return;
case 384:
this.SliderCamAngle = ((System.Windows.Controls.Slider)(target));
return;
case 385:
this.label4_Copy48 = ((System.Windows.Controls.Label)(target));
return;
case 386:
this.cbWPEditCamAngle = ((System.Windows.Controls.ComboBox)(target));
return;
case 387:
this.lblWPEditOut1 = ((System.Windows.Controls.Label)(target));
return;
case 388:
this.SliderOut1 = ((System.Windows.Controls.Slider)(target));
return;
case 389:
this.label4_Copy49 = ((System.Windows.Controls.Label)(target));
return;
case 390:
this.cbWPEditType = ((System.Windows.Controls.ComboBox)(target));
return;
case 391:
this.label4a = ((System.Windows.Controls.Label)(target));
return;
case 392:
this.label4b = ((System.Windows.Controls.Label)(target));
return;
case 393:
this.tbWPEditPrefix = ((System.Windows.Controls.TextBox)(target));
return;
case 394:
this.btnEditWPSave = ((System.Windows.Controls.Button)(target));
#line 1817 "..\..\MainWindow.xaml"
this.btnEditWPSave.Click += new System.Windows.RoutedEventHandler(this.btnEditWPSave_Click);
#line default
#line hidden
return;
case 395:
this.label4_Copy27 = ((System.Windows.Controls.Label)(target));
return;
case 396:
this.btnEditWPAdd = ((System.Windows.Controls.Button)(target));
#line 1834 "..\..\MainWindow.xaml"
this.btnEditWPAdd.Click += new System.Windows.RoutedEventHandler(this.btnEditWPAdd_Click);
#line default
#line hidden
return;
case 397:
this.image = ((System.Windows.Controls.Image)(target));
return;
case 398:
this.label4_Copy30 = ((System.Windows.Controls.Label)(target));
return;
case 399:
this.btnEditWPDel = ((System.Windows.Controls.Button)(target));
#line 1866 "..\..\MainWindow.xaml"
this.btnEditWPDel.Click += new System.Windows.RoutedEventHandler(this.btnEditWPDel_Click);
#line default
#line hidden
return;
case 400:
this.label4_Copy40 = ((System.Windows.Controls.Label)(target));
return;
case 401:
this.lblWPEditIndex = ((System.Windows.Controls.Label)(target));
return;
case 402:
this.btnWPEditmoveUp = ((System.Windows.Controls.Button)(target));
#line 1894 "..\..\MainWindow.xaml"
this.btnWPEditmoveUp.Click += new System.Windows.RoutedEventHandler(this.btnWPEditmoveUp_Click);
#line default
#line hidden
return;
case 403:
this.btnWPEditmoveDown = ((System.Windows.Controls.Button)(target));
#line 1916 "..\..\MainWindow.xaml"
this.btnWPEditmoveDown.Click += new System.Windows.RoutedEventHandler(this.btnWPEditmoveDown_Click);
#line default
#line hidden
return;
case 404:
this.btnSendActiveWP_Copy1 = ((System.Windows.Controls.Button)(target));
#line 1928 "..\..\MainWindow.xaml"
this.btnSendActiveWP_Copy1.Click += new System.Windows.RoutedEventHandler(this.btnSendActiveWP_Click);
#line default
#line hidden
return;
case 405:
this.label4_Copy29 = ((System.Windows.Controls.Label)(target));
return;
case 406:
this.btnEditWPSendToCopter = ((System.Windows.Controls.Button)(target));
#line 1945 "..\..\MainWindow.xaml"
this.btnEditWPSendToCopter.Click += new System.Windows.RoutedEventHandler(this.btnEditWPSendToCopter_Click);
#line default
#line hidden
return;
case 407:
this.label4_Copy34 = ((System.Windows.Controls.Label)(target));
return;
case 408:
this.label4_Copy16 = ((System.Windows.Controls.Label)(target));
return;
case 409:
this.tbWPEditLat = ((System.Windows.Controls.TextBox)(target));
#line 1952 "..\..\MainWindow.xaml"
this.tbWPEditLat.TouchDown += new System.EventHandler<System.Windows.Input.TouchEventArgs>(this.tbWPEdit_TouchDown);
#line default
#line hidden
#line 1952 "..\..\MainWindow.xaml"
this.tbWPEditLat.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbWPEdit_KeyDown);
#line default
#line hidden
#line 1952 "..\..\MainWindow.xaml"
this.tbWPEditLat.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.tbWPEdit_MouseDown);
#line default
#line hidden
return;
case 410:
this.label4_Copy17 = ((System.Windows.Controls.Label)(target));
return;
case 411:
this.tbWPEditLon = ((System.Windows.Controls.TextBox)(target));
#line 1954 "..\..\MainWindow.xaml"
this.tbWPEditLon.TouchDown += new System.EventHandler<System.Windows.Input.TouchEventArgs>(this.tbWPEdit_TouchDown);
#line default
#line hidden
#line 1954 "..\..\MainWindow.xaml"
this.tbWPEditLon.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbWPEdit_KeyDown);
#line default
#line hidden
#line 1954 "..\..\MainWindow.xaml"
this.tbWPEditLon.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.tbWPEdit_MouseDown);
#line default
#line hidden
return;
case 412:
this.btnWPEditAddCurrentPos = ((System.Windows.Controls.Button)(target));
#line 1966 "..\..\MainWindow.xaml"
this.btnWPEditAddCurrentPos.Click += new System.Windows.RoutedEventHandler(this.btnWPAddCurrentPos_Click);
#line default
#line hidden
return;
case 413:
this.label4_Copy28 = ((System.Windows.Controls.Label)(target));
return;
case 414:
this.checkBoxWPAddUseCopterHeight = ((System.Windows.Controls.CheckBox)(target));
#line 1972 "..\..\MainWindow.xaml"
this.checkBoxWPAddUseCopterHeight.Click += new System.Windows.RoutedEventHandler(this.checkBoxWPAddUseCopterHeight_Click);
#line default
#line hidden
return;
case 415:
this.checkBoxWPAddUseCopterHeading = ((System.Windows.Controls.CheckBox)(target));
#line 1973 "..\..\MainWindow.xaml"
this.checkBoxWPAddUseCopterHeading.Click += new System.Windows.RoutedEventHandler(this.checkBoxWPAddUseCopterHeading_Click);
#line default
#line hidden
return;
case 416:
this.btnSaveDefault = ((System.Windows.Controls.Button)(target));
#line 1985 "..\..\MainWindow.xaml"
this.btnSaveDefault.Click += new System.Windows.RoutedEventHandler(this.btnSaveDefault_Click);
#line default
#line hidden
return;
case 417:
this.label7 = ((System.Windows.Controls.Label)(target));
return;
case 418:
this.GridCam = ((System.Windows.Controls.Grid)(target));
return;
case 419:
this.rectCamStart = ((System.Windows.Shapes.Rectangle)(target));
return;
case 420:
this.btnCamStart = ((System.Windows.Controls.Button)(target));
#line 2003 "..\..\MainWindow.xaml"
this.btnCamStart.Click += new System.Windows.RoutedEventHandler(this.btnCamStart_Click);
#line default
#line hidden
return;
case 421:
this.btnCamStop = ((System.Windows.Controls.Button)(target));
#line 2017 "..\..\MainWindow.xaml"
this.btnCamStop.Click += new System.Windows.RoutedEventHandler(this.btnCamStop_Click);
#line default
#line hidden
return;
case 422:
this.btnCamSettings = ((System.Windows.Controls.Button)(target));
#line 2031 "..\..\MainWindow.xaml"
this.btnCamSettings.Click += new System.Windows.RoutedEventHandler(this.btnCamSettings_Click);
#line default
#line hidden
return;
case 423:
this.comboBoxCameras = ((System.Windows.Controls.ComboBox)(target));
return;
case 424:
this.btnCamListRefresh = ((System.Windows.Controls.Button)(target));
#line 2047 "..\..\MainWindow.xaml"
this.btnCamListRefresh.Click += new System.Windows.RoutedEventHandler(this.btnCamListRefresh_Click);
#line default
#line hidden
return;
case 425:
this.btnCamPicStretchNone = ((System.Windows.Controls.Button)(target));
#line 2067 "..\..\MainWindow.xaml"
this.btnCamPicStretchNone.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchNone_Click);
#line default
#line hidden
return;
case 426:
this.btnCamPicStretchFill = ((System.Windows.Controls.Button)(target));
#line 2085 "..\..\MainWindow.xaml"
this.btnCamPicStretchFill.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchFill_Click);
#line default
#line hidden
return;
case 427:
this.btnCamPicStretchUniform = ((System.Windows.Controls.Button)(target));
#line 2103 "..\..\MainWindow.xaml"
this.btnCamPicStretchUniform.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchUniform_Click);
#line default
#line hidden
return;
case 428:
this.btnCamPicStretchUFill = ((System.Windows.Controls.Button)(target));
#line 2121 "..\..\MainWindow.xaml"
this.btnCamPicStretchUFill.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchUFill_Click);
#line default
#line hidden
return;
case 429:
this.lblCamZoomVal = ((System.Windows.Controls.Label)(target));
return;
case 430:
this.SliderCamZoom = ((System.Windows.Controls.Slider)(target));
return;
case 431:
this.btnCamResetZoom = ((System.Windows.Controls.Button)(target));
#line 2149 "..\..\MainWindow.xaml"
this.btnCamResetZoom.Click += new System.Windows.RoutedEventHandler(this.btnCamResetZoom_Click);
#line default
#line hidden
return;
case 432:
this.canvasAddPoint = ((System.Windows.Controls.Canvas)(target));
#line 2154 "..\..\MainWindow.xaml"
this.canvasAddPoint.MouseLeave += new System.Windows.Input.MouseEventHandler(this.canvasAddPoint_MouseLeave);
#line default
#line hidden
#line 2154 "..\..\MainWindow.xaml"
this.canvasAddPoint.LostMouseCapture += new System.Windows.Input.MouseEventHandler(this.canvasAddPoint_MouseLeave);
#line default
#line hidden
return;
case 433:
this.btnCmAddWP = ((System.Windows.Controls.Button)(target));
#line 2155 "..\..\MainWindow.xaml"
this.btnCmAddWP.Click += new System.Windows.RoutedEventHandler(this.btnCmAddWP_Click);
#line default
#line hidden
return;
case 434:
this.btnCmAddLanding = ((System.Windows.Controls.Button)(target));
#line 2156 "..\..\MainWindow.xaml"
this.btnCmAddLanding.Click += new System.Windows.RoutedEventHandler(this.btnCmAddLanding_Click);
#line default
#line hidden
return;
case 435:
this.btnCmAddFailsave = ((System.Windows.Controls.Button)(target));
#line 2157 "..\..\MainWindow.xaml"
this.btnCmAddFailsave.Click += new System.Windows.RoutedEventHandler(this.btnCmAddFailsave_Click);
#line default
#line hidden
return;
case 436:
this.btnCmAddPOI = ((System.Windows.Controls.Button)(target));
#line 2158 "..\..\MainWindow.xaml"
this.btnCmAddPOI.Click += new System.Windows.RoutedEventHandler(this.btnCmAddPOI_Click);
#line default
#line hidden
return;
case 437:
this.labelSwitchToNavi = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/SerialPort.g.i.cs
0,0 → 1,256
#pragma checksum "..\..\SerialPort.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "7C0D56E27CE78268EAF3ECEB57BE041E"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using Microsoft.Windows.Controls;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// SerialPort
/// </summary>
public partial class SerialPort : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonOpen;
#line default
#line hidden
#line 11 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClose;
#line default
#line hidden
#line 12 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbStatus;
#line default
#line hidden
#line 13 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 14 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxBaudRate;
#line default
#line hidden
#line 15 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 16 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 17 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 18 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 19 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPortName;
#line default
#line hidden
#line 20 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxStopBits;
#line default
#line hidden
#line 21 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxParity;
#line default
#line hidden
#line 22 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnRefresh;
#line default
#line hidden
#line 23 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 24 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxDataBits;
#line default
#line hidden
#line 25 "..\..\SerialPort.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/serialport.xaml", System.UriKind.Relative);
#line 1 "..\..\SerialPort.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.buttonOpen = ((System.Windows.Controls.Button)(target));
return;
case 2:
this.buttonClose = ((System.Windows.Controls.Button)(target));
return;
case 3:
this.tbStatus = ((System.Windows.Controls.TextBox)(target));
return;
case 4:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 5:
this.textBoxBaudRate = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 7:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 8:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 10:
this.comboBoxPortName = ((System.Windows.Controls.ComboBox)(target));
return;
case 11:
this.comboBoxStopBits = ((System.Windows.Controls.ComboBox)(target));
return;
case 12:
this.comboBoxParity = ((System.Windows.Controls.ComboBox)(target));
return;
case 13:
this.btnRefresh = ((System.Windows.Controls.Button)(target));
return;
case 14:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 15:
this.textBoxDataBits = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/SerialPortCtrl.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/SerialPortCtrl.g.cs
0,0 → 1,273
#pragma checksum "..\..\SerialPortCtrl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "61691FE62DF127044A393348F0320810"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// SerialPortCtrl
/// </summary>
public partial class SerialPortCtrl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonOpen;
#line default
#line hidden
#line 11 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClose;
#line default
#line hidden
#line 12 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxStatus;
#line default
#line hidden
#line 13 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 14 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxBaudRate;
#line default
#line hidden
#line 15 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 16 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 17 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 18 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 19 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPortName;
#line default
#line hidden
#line 20 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxStopBits;
#line default
#line hidden
#line 21 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxParity;
#line default
#line hidden
#line 22 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnRefresh;
#line default
#line hidden
#line 23 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 24 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxDataBits;
#line default
#line hidden
#line 25 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/serialportctrl.xaml", System.UriKind.Relative);
#line 1 "..\..\SerialPortCtrl.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.buttonOpen = ((System.Windows.Controls.Button)(target));
#line 10 "..\..\SerialPortCtrl.xaml"
this.buttonOpen.Click += new System.Windows.RoutedEventHandler(this.buttonOpen_Click);
#line default
#line hidden
return;
case 2:
this.buttonClose = ((System.Windows.Controls.Button)(target));
#line 11 "..\..\SerialPortCtrl.xaml"
this.buttonClose.Click += new System.Windows.RoutedEventHandler(this.buttonClose_Click);
#line default
#line hidden
return;
case 3:
this.textBoxStatus = ((System.Windows.Controls.TextBox)(target));
return;
case 4:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 5:
this.textBoxBaudRate = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 7:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 8:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 10:
this.comboBoxPortName = ((System.Windows.Controls.ComboBox)(target));
return;
case 11:
this.comboBoxStopBits = ((System.Windows.Controls.ComboBox)(target));
return;
case 12:
this.comboBoxParity = ((System.Windows.Controls.ComboBox)(target));
return;
case 13:
this.btnRefresh = ((System.Windows.Controls.Button)(target));
#line 22 "..\..\SerialPortCtrl.xaml"
this.btnRefresh.Click += new System.Windows.RoutedEventHandler(this.btnRefresh_Click);
#line default
#line hidden
return;
case 14:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 15:
this.textBoxDataBits = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/SerialPortCtrl.g.i.cs
0,0 → 1,273
#pragma checksum "..\..\SerialPortCtrl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "61691FE62DF127044A393348F0320810"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// SerialPortCtrl
/// </summary>
public partial class SerialPortCtrl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonOpen;
#line default
#line hidden
#line 11 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClose;
#line default
#line hidden
#line 12 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxStatus;
#line default
#line hidden
#line 13 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 14 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxBaudRate;
#line default
#line hidden
#line 15 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 16 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 17 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 18 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 19 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPortName;
#line default
#line hidden
#line 20 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxStopBits;
#line default
#line hidden
#line 21 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxParity;
#line default
#line hidden
#line 22 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnRefresh;
#line default
#line hidden
#line 23 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 24 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxDataBits;
#line default
#line hidden
#line 25 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/serialportctrl.xaml", System.UriKind.Relative);
#line 1 "..\..\SerialPortCtrl.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.buttonOpen = ((System.Windows.Controls.Button)(target));
#line 10 "..\..\SerialPortCtrl.xaml"
this.buttonOpen.Click += new System.Windows.RoutedEventHandler(this.buttonOpen_Click);
#line default
#line hidden
return;
case 2:
this.buttonClose = ((System.Windows.Controls.Button)(target));
#line 11 "..\..\SerialPortCtrl.xaml"
this.buttonClose.Click += new System.Windows.RoutedEventHandler(this.buttonClose_Click);
#line default
#line hidden
return;
case 3:
this.textBoxStatus = ((System.Windows.Controls.TextBox)(target));
return;
case 4:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 5:
this.textBoxBaudRate = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 7:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 8:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 10:
this.comboBoxPortName = ((System.Windows.Controls.ComboBox)(target));
return;
case 11:
this.comboBoxStopBits = ((System.Windows.Controls.ComboBox)(target));
return;
case 12:
this.comboBoxParity = ((System.Windows.Controls.ComboBox)(target));
return;
case 13:
this.btnRefresh = ((System.Windows.Controls.Button)(target));
#line 22 "..\..\SerialPortCtrl.xaml"
this.btnRefresh.Click += new System.Windows.RoutedEventHandler(this.btnRefresh_Click);
#line default
#line hidden
return;
case 14:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 15:
this.textBoxDataBits = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/Splash/Splash.g.i.cs
0,0 → 1,123
#pragma checksum "..\..\..\Splash\Splash.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "6419A5978233CD25D30E5CAF5D993F36"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView.Splash;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.Splash {
/// <summary>
/// Splash
/// </summary>
public partial class Splash : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\Splash\Splash.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image image;
#line default
#line hidden
#line 11 "..\..\..\Splash\Splash.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid Rotor;
#line default
#line hidden
#line 16 "..\..\..\Splash\Splash.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform noFreeze;
#line default
#line hidden
#line 33 "..\..\..\Splash\Splash.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image image1;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/splash/splash.xaml", System.UriKind.Relative);
#line 1 "..\..\..\Splash\Splash.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.image = ((System.Windows.Controls.Image)(target));
return;
case 2:
this.Rotor = ((System.Windows.Controls.Grid)(target));
return;
case 3:
this.noFreeze = ((System.Windows.Media.RotateTransform)(target));
return;
case 4:
this.image1 = ((System.Windows.Controls.Image)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
/MKLiveView/v1.0/Source/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--- Source/obj/Debug/WPEdit.g.i.cs (nonexistent)
+++ Source/obj/Debug/WPEdit.g.i.cs (revision 2466)
@@ -0,0 +1,101 @@
+#pragma checksum "..\..\WPEdit.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "91F7FA7815C2C8E446EE0416D5546305"
+//------------------------------------------------------------------------------
+// <auto-generated>
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using MKLiveView;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Forms.Integration;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace MKLiveView {
+
+
+ /// <summary>
+ /// WPEdit
+ /// </summary>
+ public partial class WPEdit : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 264 "..\..\WPEdit.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Label label;
+
+ #line default
+ #line hidden
+
+
+ #line 275 "..\..\WPEdit.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Slider Slider;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ /// <summary>
+ /// InitializeComponent
+ /// </summary>
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/MKLiveView;component/wpedit.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\WPEdit.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.label = ((System.Windows.Controls.Label)(target));
+ return;
+ case 2:
+ this.Slider = ((System.Windows.Controls.Slider)(target));
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
/MKLiveView/v1.0/Source/obj/Debug/WpfApplication1.csproj.FileListAbsolute.txt
0,0 → 1,0
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\bin\Debug\WpfApplication1.exe.config
/MKLiveView/v1.0/Source/obj/Debug/WpfApplication1_MarkupCompile.i.cache
0,0 → 1,20
WpfApplication1
 
 
winexe
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\obj\Debug\
WpfApplication1
none
false
DEBUG;TRACE
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\WpfApplication1\WpfApplication1\App.xaml
11151548125
 
9-1852689964
13738642453
MainWindow.xaml;
 
False
 
/MKLiveView/v1.0/Source/obj/Release/App.g.cs
0,0 → 1,73
#pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "FF46DBF5BA6AC9D60C2FBF214DB1E25D"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
SplashScreen splashScreen = new SplashScreen("images/logo.png");
splashScreen.Show(true);
MKLiveView.App app = new MKLiveView.App();
app.InitializeComponent();
app.Run();
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/App.g.i.cs
0,0 → 1,73
#pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "FF46DBF5BA6AC9D60C2FBF214DB1E25D"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
SplashScreen splashScreen = new SplashScreen("images/logo.png");
splashScreen.Show(true);
MKLiveView.App app = new MKLiveView.App();
app.InitializeComponent();
app.Run();
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/ArtificialHorizon/ArtificialHorizon.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/ArtificialHorizon/ArtificialHorizon.g.cs
0,0 → 1,123
#pragma checksum "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "D955A2E3680E294CA5CA589C6C6F4968"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView.ArtificialHorizon;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.ArtificialHorizon {
/// <summary>
/// ArtificialHorizon
/// </summary>
public partial class ArtificialHorizon : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 19 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform RollAngle;
#line default
#line hidden
#line 20 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.TranslateTransform PitchAngle;
#line default
#line hidden
#line 43 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform RotateHome;
#line default
#line hidden
#line 52 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/artificialhorizon/artificialhorizon.xaml", System.UriKind.Relative);
#line 1 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.RollAngle = ((System.Windows.Media.RotateTransform)(target));
return;
case 2:
this.PitchAngle = ((System.Windows.Media.TranslateTransform)(target));
return;
case 3:
this.RotateHome = ((System.Windows.Media.RotateTransform)(target));
return;
case 4:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/ArtificialHorizon/ArtificialHorizon.g.i.cs
0,0 → 1,123
#pragma checksum "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "D955A2E3680E294CA5CA589C6C6F4968"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView.ArtificialHorizon;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.ArtificialHorizon {
/// <summary>
/// ArtificialHorizon
/// </summary>
public partial class ArtificialHorizon : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 19 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform RollAngle;
#line default
#line hidden
#line 20 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.TranslateTransform PitchAngle;
#line default
#line hidden
#line 43 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform RotateHome;
#line default
#line hidden
#line 52 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/artificialhorizon/artificialhorizon.xaml", System.UriKind.Relative);
#line 1 "..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.RollAngle = ((System.Windows.Media.RotateTransform)(target));
return;
case 2:
this.PitchAngle = ((System.Windows.Media.TranslateTransform)(target));
return;
case 3:
this.RotateHome = ((System.Windows.Media.RotateTransform)(target));
return;
case 4:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/DesignTimeResolveAssemblyReferences.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/EasySplashScreen/SplashScreenView.g.i.cs
0,0 → 1,75
#pragma checksum "..\..\..\EasySplashScreen\SplashScreenView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "3705D7B43B1B7CD822B6451A1FAA479A"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace EasySplashScreen.Views {
/// <summary>
/// SplashScreenView
/// </summary>
public partial class SplashScreenView : System.Windows.Window, System.Windows.Markup.IComponentConnector {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/easysplashscreen/splashscreenview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\EasySplashScreen\SplashScreenView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/Circle.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/Circle.g.cs
0,0 → 1,89
#pragma checksum "..\..\..\GMapCustomMarkers\Circle.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "59F527AECC6395D4702A82ADAE85B258"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// Circle
/// </summary>
public partial class Circle : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\Circle.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse e;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/circle.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\Circle.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.e = ((System.Windows.Shapes.Ellipse)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/Circle.g.i.cs
0,0 → 1,89
#pragma checksum "..\..\..\GMapCustomMarkers\Circle.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "59F527AECC6395D4702A82ADAE85B258"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// Circle
/// </summary>
public partial class Circle : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\Circle.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse e;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/circle.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\Circle.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.e = ((System.Windows.Shapes.Ellipse)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/CustomMarkerCopter.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/CustomMarkerCopter.g.cs
0,0 → 1,301
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EB7E1F53AEEBAB6F54AD8C2BD3C763F0"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerCopter
/// </summary>
public partial class CustomMarkerCopter : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 15 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s1;
#line default
#line hidden
#line 16 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s2;
#line default
#line hidden
#line 17 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s3;
#line default
#line hidden
#line 18 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s4;
#line default
#line hidden
#line 19 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f1;
#line default
#line hidden
#line 29 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f2;
#line default
#line hidden
#line 39 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s5;
#line default
#line hidden
#line 44 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s7;
#line default
#line hidden
#line 49 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s8;
#line default
#line hidden
#line 54 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s6;
#line default
#line hidden
#line 59 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f3;
#line default
#line hidden
#line 69 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f4;
#line default
#line hidden
#line 79 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f5;
#line default
#line hidden
#line 89 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f6;
#line default
#line hidden
#line 99 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f7;
#line default
#line hidden
#line 104 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate1;
#line default
#line hidden
#line 113 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 114 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
#line 119 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image heading;
#line default
#line hidden
#line 124 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkercopter.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.s1 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 2:
this.s2 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 3:
this.s3 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 4:
this.s4 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 5:
this.f1 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 6:
this.f2 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 7:
this.s5 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 8:
this.s7 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 9:
this.s8 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 10:
this.s6 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 11:
this.f3 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 12:
this.f4 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 13:
this.f5 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 14:
this.f6 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 15:
this.f7 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 16:
this.Rotate1 = ((System.Windows.Media.RotateTransform)(target));
return;
case 17:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 18:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
case 19:
this.heading = ((System.Windows.Controls.Image)(target));
return;
case 20:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/CustomMarkerCopter.g.i.cs
0,0 → 1,301
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EB7E1F53AEEBAB6F54AD8C2BD3C763F0"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerCopter
/// </summary>
public partial class CustomMarkerCopter : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 15 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s1;
#line default
#line hidden
#line 16 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s2;
#line default
#line hidden
#line 17 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s3;
#line default
#line hidden
#line 18 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s4;
#line default
#line hidden
#line 19 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f1;
#line default
#line hidden
#line 29 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f2;
#line default
#line hidden
#line 39 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s5;
#line default
#line hidden
#line 44 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s7;
#line default
#line hidden
#line 49 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s8;
#line default
#line hidden
#line 54 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s6;
#line default
#line hidden
#line 59 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f3;
#line default
#line hidden
#line 69 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f4;
#line default
#line hidden
#line 79 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f5;
#line default
#line hidden
#line 89 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f6;
#line default
#line hidden
#line 99 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f7;
#line default
#line hidden
#line 104 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate1;
#line default
#line hidden
#line 113 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 114 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
#line 119 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image heading;
#line default
#line hidden
#line 124 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkercopter.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.s1 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 2:
this.s2 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 3:
this.s3 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 4:
this.s4 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 5:
this.f1 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 6:
this.f2 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 7:
this.s5 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 8:
this.s7 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 9:
this.s8 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 10:
this.s6 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 11:
this.f3 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 12:
this.f4 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 13:
this.f5 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 14:
this.f6 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 15:
this.f7 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 16:
this.Rotate1 = ((System.Windows.Media.RotateTransform)(target));
return;
case 17:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 18:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
case 19:
this.heading = ((System.Windows.Controls.Image)(target));
return;
case 20:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/CustomMarkerHome.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/CustomMarkerHome.g.cs
0,0 → 1,100
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "97E0088F43ECAFCD4F387BA7D2F205F3"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerHome
/// </summary>
public partial class CustomMarkerHome : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 7 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 8 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerhome.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 2:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/CustomMarkerHome.g.i.cs
0,0 → 1,100
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "97E0088F43ECAFCD4F387BA7D2F205F3"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerHome
/// </summary>
public partial class CustomMarkerHome : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 7 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 8 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerhome.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 2:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/CustomMarkerWP.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/CustomMarkerWP.g.cs
0,0 → 1,133
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "6332AA41CDF140ED278FD3F8B43A5C98"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWP
/// </summary>
public partial class CustomMarkerWP : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid gLanding;
#line default
#line hidden
#line 7 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse landing;
#line default
#line hidden
#line 25 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
#line 36 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rect;
#line default
#line hidden
#line 55 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox text;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwp.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.gLanding = ((System.Windows.Controls.Grid)(target));
return;
case 2:
this.landing = ((System.Windows.Shapes.Ellipse)(target));
return;
case 3:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
case 4:
this.rect = ((System.Windows.Shapes.Rectangle)(target));
return;
case 5:
this.text = ((System.Windows.Controls.TextBox)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/CustomMarkerWP.g.i.cs
0,0 → 1,133
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "6332AA41CDF140ED278FD3F8B43A5C98"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWP
/// </summary>
public partial class CustomMarkerWP : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid gLanding;
#line default
#line hidden
#line 7 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse landing;
#line default
#line hidden
#line 25 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
#line 36 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rect;
#line default
#line hidden
#line 55 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox text;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwp.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.gLanding = ((System.Windows.Controls.Grid)(target));
return;
case 2:
this.landing = ((System.Windows.Shapes.Ellipse)(target));
return;
case 3:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
case 4:
this.rect = ((System.Windows.Shapes.Rectangle)(target));
return;
case 5:
this.text = ((System.Windows.Controls.TextBox)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/CustomMarkerWPActive.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/CustomMarkerWPActive.g.cs
0,0 → 1,89
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "724A8E58C7EAF09E391B7265EF3203B1"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWPActive
/// </summary>
public partial class CustomMarkerWPActive : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwpactive.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/GMapCustomMarkers/CustomMarkerWPActive.g.i.cs
0,0 → 1,89
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "724A8E58C7EAF09E391B7265EF3203B1"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWPActive
/// </summary>
public partial class CustomMarkerWPActive : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwpactive.xaml", System.UriKind.Relative);
#line 1 "..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/GeneratedInternalTypeHelper.g.cs
0,0 → 1,2

 
/MKLiveView/v1.0/Source/obj/Release/GeneratedInternalTypeHelper.g.i.cs
0,0 → 1,62
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace XamlGeneratedNamespace {
/// <summary>
/// GeneratedInternalTypeHelper
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
/// <summary>
/// CreateInstance
/// </summary>
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
}
/// <summary>
/// GetPropertyValue
/// </summary>
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// SetPropertyValue
/// </summary>
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// CreateDelegate
/// </summary>
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
delegateType,
handler}, null)));
}
/// <summary>
/// AddEventHandler
/// </summary>
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
eventInfo.AddEventHandler(target, handler);
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/Interop.MediaPlayer.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/KeyPad/Keypad.g.i.cs
0,0 → 1,316
#pragma checksum "..\..\..\KeyPad\Keypad.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "38201DB62792096EB728AD419DFA8166"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace KeyPad {
/// <summary>
/// Keypad
/// </summary>
public partial class Keypad : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 119 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button5;
#line default
#line hidden
#line 124 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button6;
#line default
#line hidden
#line 129 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button7;
#line default
#line hidden
#line 134 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button8;
#line default
#line hidden
#line 140 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button9;
#line default
#line hidden
#line 145 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button10;
#line default
#line hidden
#line 150 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button11;
#line default
#line hidden
#line 155 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button13;
#line default
#line hidden
#line 160 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button14;
#line default
#line hidden
#line 165 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button15;
#line default
#line hidden
#line 170 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button16;
#line default
#line hidden
#line 175 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button17;
#line default
#line hidden
#line 180 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button button19;
#line default
#line hidden
#line 189 "..\..\..\KeyPad\Keypad.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonEsc;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/keypad/keypad.xaml", System.UriKind.Relative);
#line 1 "..\..\..\KeyPad\Keypad.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.button5 = ((System.Windows.Controls.Button)(target));
#line 120 "..\..\..\KeyPad\Keypad.xaml"
this.button5.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 2:
this.button6 = ((System.Windows.Controls.Button)(target));
#line 125 "..\..\..\KeyPad\Keypad.xaml"
this.button6.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 3:
this.button7 = ((System.Windows.Controls.Button)(target));
#line 130 "..\..\..\KeyPad\Keypad.xaml"
this.button7.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 4:
this.button8 = ((System.Windows.Controls.Button)(target));
#line 134 "..\..\..\KeyPad\Keypad.xaml"
this.button8.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 5:
this.button9 = ((System.Windows.Controls.Button)(target));
#line 141 "..\..\..\KeyPad\Keypad.xaml"
this.button9.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 6:
this.button10 = ((System.Windows.Controls.Button)(target));
#line 146 "..\..\..\KeyPad\Keypad.xaml"
this.button10.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 7:
this.button11 = ((System.Windows.Controls.Button)(target));
#line 151 "..\..\..\KeyPad\Keypad.xaml"
this.button11.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 8:
this.button13 = ((System.Windows.Controls.Button)(target));
#line 156 "..\..\..\KeyPad\Keypad.xaml"
this.button13.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 9:
this.button14 = ((System.Windows.Controls.Button)(target));
#line 161 "..\..\..\KeyPad\Keypad.xaml"
this.button14.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 10:
this.button15 = ((System.Windows.Controls.Button)(target));
#line 166 "..\..\..\KeyPad\Keypad.xaml"
this.button15.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 11:
this.button16 = ((System.Windows.Controls.Button)(target));
#line 171 "..\..\..\KeyPad\Keypad.xaml"
this.button16.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 12:
this.button17 = ((System.Windows.Controls.Button)(target));
#line 176 "..\..\..\KeyPad\Keypad.xaml"
this.button17.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 13:
this.button19 = ((System.Windows.Controls.Button)(target));
#line 181 "..\..\..\KeyPad\Keypad.xaml"
this.button19.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
case 14:
this.buttonEsc = ((System.Windows.Controls.Button)(target));
#line 190 "..\..\..\KeyPad\Keypad.xaml"
this.buttonEsc.Click += new System.Windows.RoutedEventHandler(this.button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/MKLiveView.Properties.Resources.resources
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/MKLiveView.csproj.FileListAbsolute.txt
0,0 → 1,46
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\MKLiveView.exe.config
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\MKLiveView.exe
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\MKLiveView.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\GMap.NET.Core.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\GMap.NET.WindowsPresentation.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\KeyPad.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\Microsoft.Expression.Drawing.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\Microsoft.Windows.Shell.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\Touchless.Vision.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\WebCamLib.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\System.ComponentModel.Composition.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\GMap.NET.WindowsPresentation.xml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\KeyPad.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\Microsoft.Expression.Drawing.xml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\Microsoft.Windows.Shell.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\Microsoft.Windows.Shell.xml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\MKLiveView.csprojResolveAssemblyReference.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\Interop.MediaPlayer.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\MKLiveView.csproj.ResolveComReference.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GMapCustomMarkers\Circle.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GMapCustomMarkers\CustomMarkerHome.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GMapCustomMarkers\CustomMarkerCopter.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GMapCustomMarkers\CustomMarkerWP.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GMapCustomMarkers\CustomMarkerWPActive.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\ArtificialHorizon\ArtificialHorizon.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GMapCustomMarkers\Circle.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GMapCustomMarkers\CustomMarkerHome.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GMapCustomMarkers\CustomMarkerCopter.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GMapCustomMarkers\CustomMarkerWP.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GMapCustomMarkers\CustomMarkerWPActive.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\MainWindow.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\SerialPortCtrl.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\App.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GeneratedInternalTypeHelper.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\MKLiveView_MarkupCompile.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\MKLiveView_MarkupCompile.lref
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\ArtificialHorizon\ArtificialHorizon.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\MainWindow.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\SerialPortCtrl.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\MKLiveView.g.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\MKLiveView.Properties.Resources.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\MKLiveView.csproj.GenerateResource.Cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\MKLiveView.exe
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\MKLiveView.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\Touchless.Vision.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\Release\WebCamLib.pdb
/MKLiveView/v1.0/Source/obj/Release/MKLiveView.csproj.GenerateResource.Cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/MKLiveView.csproj.ResolveComReference.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/MKLiveView.csprojResolveAssemblyReference.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/MKLiveView.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/MKLiveView.g.resources
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/MKLiveView.pdb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/MKLiveView_Content.g.i.cs
0,0 → 1,19
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("keypad/bin/debug/keypad.dll")]
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("keypad/bin/debug/keypad.pdb")]
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("keypad/bin/debug/keypad.vshost.exe")]
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("keypad/keypad.csproj")]
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("keypad/obj/x86/debug/keypad.dll")]
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("keypad/obj/x86/debug/keypad.pdb")]
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("keypad/obj/x86/debug/temppe/properties.resources.designer.cs.dll")]
 
 
/MKLiveView/v1.0/Source/obj/Release/MKLiveView_MarkupCompile.cache
0,0 → 1,20
MKLiveView
 
 
winexe
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\
MKLiveView
none
false
TRACE
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\App.xaml
8-113140997
 
15677493580
26-1688875508
ArtificialHorizon\ArtificialHorizon.xaml;GMapCustomMarkers\Circle.xaml;GMapCustomMarkers\CustomMarkerHome.xaml;GMapCustomMarkers\CustomMarkerCopter.xaml;GMapCustomMarkers\CustomMarkerWP.xaml;GMapCustomMarkers\CustomMarkerWPActive.xaml;MainWindow.xaml;SerialPortCtrl.xaml;
images\logo.png
False
 
/MKLiveView/v1.0/Source/obj/Release/MKLiveView_MarkupCompile.i.cache
0,0 → 1,20
MKLiveView
 
 
winexe
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\
MKLiveView
none
false
TRACE
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\App.xaml
8-113140997
 
191961086347
26-1688875508
ArtificialHorizon\ArtificialHorizon.xaml;GMapCustomMarkers\Circle.xaml;GMapCustomMarkers\CustomMarkerHome.xaml;GMapCustomMarkers\CustomMarkerCopter.xaml;GMapCustomMarkers\CustomMarkerWP.xaml;GMapCustomMarkers\CustomMarkerWPActive.xaml;MainWindow.xaml;SerialPortCtrl.xaml;
images\logo.png
True
 
/MKLiveView/v1.0/Source/obj/Release/MKLiveView_MarkupCompile.i.lref
0,0 → 1,6
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GeneratedInternalTypeHelper.g.i.cs
 
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\ArtificialHorizon\ArtificialHorizon.xaml;;
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\MainWindow.xaml;;
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\SerialPortCtrl.xaml;;
 
/MKLiveView/v1.0/Source/obj/Release/MKLiveView_MarkupCompile.lref
0,0 → 1,6
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\Release\GeneratedInternalTypeHelper.g.cs
 
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\ArtificialHorizon\ArtificialHorizon.xaml;;
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\MainWindow.xaml;;
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\SerialPortCtrl.xaml;;
 
/MKLiveView/v1.0/Source/obj/Release/MainWindow.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/MainWindow.g.cs
0,0 → 1,5856
#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "DB381C65A0DDC4CF3253A50F61FA4C5E"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using GMap.NET.WindowsPresentation;
using MKLiveView;
using MKLiveView.ArtificialHorizon;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 408 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridGMapControl;
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal GMap.NET.WindowsPresentation.GMapControl MainMap;
#line default
#line hidden
#line 420 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image _camImage;
#line default
#line hidden
#line 431 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridTop;
#line default
#line hidden
#line 444 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectTopVoltage;
#line default
#line hidden
#line 446 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ProgressBar pbTopVoltage;
#line default
#line hidden
#line 447 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopVoltage;
#line default
#line hidden
#line 450 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopCapacity;
#line default
#line hidden
#line 451 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy;
#line default
#line hidden
#line 454 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopCurrent;
#line default
#line hidden
#line 455 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy4;
#line default
#line hidden
#line 458 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopFTime;
#line default
#line hidden
#line 459 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime;
#line default
#line hidden
#line 473 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopDistanceHP;
#line default
#line hidden
#line 474 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageHome;
#line default
#line hidden
#line 475 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnTopHome;
#line default
#line hidden
#line 478 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopHeight;
#line default
#line hidden
#line 479 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy2;
#line default
#line hidden
#line 482 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopSpeed;
#line default
#line hidden
#line 483 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy3;
#line default
#line hidden
#line 486 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopEarthMag;
#line default
#line hidden
#line 487 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageEarthMag;
#line default
#line hidden
#line 490 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopSats;
#line default
#line hidden
#line 491 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageSat;
#line default
#line hidden
#line 494 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopRC;
#line default
#line hidden
#line 495 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageRC;
#line default
#line hidden
#line 510 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageWiFi;
#line default
#line hidden
#line 511 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageConn;
#line default
#line hidden
#line 512 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnTopConnect;
#line default
#line hidden
#line 526 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFullscreen;
#line default
#line hidden
#line 529 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSideBar;
#line default
#line hidden
#line 530 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelData;
#line default
#line hidden
#line 553 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSettings;
#line default
#line hidden
#line 576 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelLog;
#line default
#line hidden
#line 599 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelWaypoints;
#line default
#line hidden
#line 623 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridData;
#line default
#line hidden
#line 624 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl tabControl;
#line default
#line hidden
#line 627 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbVolt;
#line default
#line hidden
#line 628 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCur;
#line default
#line hidden
#line 629 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy;
#line default
#line hidden
#line 630 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbCtrl;
#line default
#line hidden
#line 631 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy3;
#line default
#line hidden
#line 632 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy4;
#line default
#line hidden
#line 633 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCapacity;
#line default
#line hidden
#line 634 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy5;
#line default
#line hidden
#line 635 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbFTime;
#line default
#line hidden
#line 636 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbRCQ;
#line default
#line hidden
#line 637 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy6;
#line default
#line hidden
#line 638 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy7;
#line default
#line hidden
#line 639 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbMagF;
#line default
#line hidden
#line 640 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy8;
#line default
#line hidden
#line 641 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbSats;
#line default
#line hidden
#line 642 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbSpeed;
#line default
#line hidden
#line 643 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy9;
#line default
#line hidden
#line 644 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy10;
#line default
#line hidden
#line 645 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbAlt;
#line default
#line hidden
#line 646 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy11;
#line default
#line hidden
#line 647 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHeading;
#line default
#line hidden
#line 648 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy12;
#line default
#line hidden
#line 649 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbPitch;
#line default
#line hidden
#line 650 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy13;
#line default
#line hidden
#line 651 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbRoll;
#line default
#line hidden
#line 652 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy14;
#line default
#line hidden
#line 653 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHP;
#line default
#line hidden
#line 654 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy15;
#line default
#line hidden
#line 655 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHP1;
#line default
#line hidden
#line 656 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy16;
#line default
#line hidden
#line 657 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWP;
#line default
#line hidden
#line 658 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy17;
#line default
#line hidden
#line 659 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPCount;
#line default
#line hidden
#line 660 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy19;
#line default
#line hidden
#line 661 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPIndex;
#line default
#line hidden
#line 662 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy20;
#line default
#line hidden
#line 663 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6;
#line default
#line hidden
#line 664 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbCrc;
#line default
#line hidden
#line 665 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy1;
#line default
#line hidden
#line 666 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSPI;
#line default
#line hidden
#line 667 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy2;
#line default
#line hidden
#line 668 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbI2C;
#line default
#line hidden
#line 669 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy18;
#line default
#line hidden
#line 670 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbNCErr;
#line default
#line hidden
#line 671 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbNCGrSpeed;
#line default
#line hidden
#line 672 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy21;
#line default
#line hidden
#line 673 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHeadingCompass;
#line default
#line hidden
#line 674 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy22;
#line default
#line hidden
#line 675 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbLiPoCells;
#line default
#line hidden
#line 676 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy23;
#line default
#line hidden
#line 677 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPMaxRange;
#line default
#line hidden
#line 678 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy24;
#line default
#line hidden
#line 679 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCamCtrl;
#line default
#line hidden
#line 680 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy30;
#line default
#line hidden
#line 686 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_1;
#line default
#line hidden
#line 687 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_2;
#line default
#line hidden
#line 688 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_3;
#line default
#line hidden
#line 689 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_4;
#line default
#line hidden
#line 690 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_5;
#line default
#line hidden
#line 691 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_6;
#line default
#line hidden
#line 692 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_1;
#line default
#line hidden
#line 693 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_2;
#line default
#line hidden
#line 694 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_3;
#line default
#line hidden
#line 695 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_4;
#line default
#line hidden
#line 696 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_5;
#line default
#line hidden
#line 697 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_7;
#line default
#line hidden
#line 698 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_8;
#line default
#line hidden
#line 699 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_2;
#line default
#line hidden
#line 700 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_3;
#line default
#line hidden
#line 701 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_4;
#line default
#line hidden
#line 702 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_5;
#line default
#line hidden
#line 703 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_6;
#line default
#line hidden
#line 704 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_7;
#line default
#line hidden
#line 705 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_8;
#line default
#line hidden
#line 706 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_6;
#line default
#line hidden
#line 712 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox3;
#line default
#line hidden
#line 714 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1;
#line default
#line hidden
#line 715 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan1;
#line default
#line hidden
#line 726 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan1ScaleSlider;
#line default
#line hidden
#line 727 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_0;
#line default
#line hidden
#line 728 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_127;
#line default
#line hidden
#line 729 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_254;
#line default
#line hidden
#line 730 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val1;
#line default
#line hidden
#line 731 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val2;
#line default
#line hidden
#line 732 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val3;
#line default
#line hidden
#line 733 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val1;
#line default
#line hidden
#line 742 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val2;
#line default
#line hidden
#line 751 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val3;
#line default
#line hidden
#line 763 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBoxSerchan2;
#line default
#line hidden
#line 765 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2;
#line default
#line hidden
#line 766 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan2;
#line default
#line hidden
#line 777 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan2ScaleSlider;
#line default
#line hidden
#line 778 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_0;
#line default
#line hidden
#line 779 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_127;
#line default
#line hidden
#line 780 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_254;
#line default
#line hidden
#line 781 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val1;
#line default
#line hidden
#line 782 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val2;
#line default
#line hidden
#line 783 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val3;
#line default
#line hidden
#line 784 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val1;
#line default
#line hidden
#line 793 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val2;
#line default
#line hidden
#line 802 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val3;
#line default
#line hidden
#line 814 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBoxSerchan3;
#line default
#line hidden
#line 816 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3;
#line default
#line hidden
#line 817 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan3;
#line default
#line hidden
#line 828 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan3ScaleSlider;
#line default
#line hidden
#line 829 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_0;
#line default
#line hidden
#line 830 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_127;
#line default
#line hidden
#line 831 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_254;
#line default
#line hidden
#line 832 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val1;
#line default
#line hidden
#line 833 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val2;
#line default
#line hidden
#line 834 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val3;
#line default
#line hidden
#line 835 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val1;
#line default
#line hidden
#line 844 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val2;
#line default
#line hidden
#line 853 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val3;
#line default
#line hidden
#line 871 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseUser;
#line default
#line hidden
#line 872 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseMail;
#line default
#line hidden
#line 873 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy25;
#line default
#line hidden
#line 874 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy26;
#line default
#line hidden
#line 875 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseFeature;
#line default
#line hidden
#line 876 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy27;
#line default
#line hidden
#line 877 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseExpire;
#line default
#line hidden
#line 878 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseLicense;
#line default
#line hidden
#line 879 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy28;
#line default
#line hidden
#line 880 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy29;
#line default
#line hidden
#line 886 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSettings;
#line default
#line hidden
#line 887 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl tabControlSettings;
#line default
#line hidden
#line 889 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid TabGridGeneral;
#line default
#line hidden
#line 890 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MKLiveView.SerialPortCtrl serialPortCtrl;
#line default
#line hidden
#line 891 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox;
#line default
#line hidden
#line 893 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 894 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 895 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 896 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 897 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsDebug;
#line default
#line hidden
#line 898 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsNav;
#line default
#line hidden
#line 899 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsBl;
#line default
#line hidden
#line 900 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsOSD;
#line default
#line hidden
#line 901 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoDbg;
#line default
#line hidden
#line 902 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoNav;
#line default
#line hidden
#line 903 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoBL;
#line default
#line hidden
#line 904 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoOSD;
#line default
#line hidden
#line 905 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 906 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxLiPoCells;
#line default
#line hidden
#line 907 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 908 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
#line 909 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxMotors;
#line default
#line hidden
#line 912 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSettingsCapa;
#line default
#line hidden
#line 913 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonSwitchNC;
#line default
#line hidden
#line 917 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid TabGridStyle;
#line default
#line hidden
#line 918 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy6;
#line default
#line hidden
#line 919 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelUIScale;
#line default
#line hidden
#line 930 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleSlider;
#line default
#line hidden
#line 931 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleTopSlider;
#line default
#line hidden
#line 932 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy8;
#line default
#line hidden
#line 933 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelTopBarScale;
#line default
#line hidden
#line 944 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleMotorsSlider;
#line default
#line hidden
#line 945 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy9;
#line default
#line hidden
#line 946 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelMotorsScale;
#line default
#line hidden
#line 957 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleOSDSlider;
#line default
#line hidden
#line 958 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy10;
#line default
#line hidden
#line 959 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelOSDScale;
#line default
#line hidden
#line 970 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleLOGSlider;
#line default
#line hidden
#line 971 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy11;
#line default
#line hidden
#line 972 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelLOGScale;
#line default
#line hidden
#line 983 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleHorizonSlider;
#line default
#line hidden
#line 984 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy12;
#line default
#line hidden
#line 985 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelHorizonScale;
#line default
#line hidden
#line 996 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonUIScaleReset;
#line default
#line hidden
#line 997 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox1;
#line default
#line hidden
#line 999 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowVoltage;
#line default
#line hidden
#line 1000 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowCapacity;
#line default
#line hidden
#line 1001 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowCurrent;
#line default
#line hidden
#line 1002 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowFlightTime;
#line default
#line hidden
#line 1003 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowDistanceHP;
#line default
#line hidden
#line 1004 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowHeight;
#line default
#line hidden
#line 1005 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowSpeed;
#line default
#line hidden
#line 1006 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowMF;
#line default
#line hidden
#line 1007 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowSatellites;
#line default
#line hidden
#line 1008 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowRC;
#line default
#line hidden
#line 1011 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxShowHorizon;
#line default
#line hidden
#line 1012 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxSaveFullScreenState;
#line default
#line hidden
#line 1013 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxSaveNormalState;
#line default
#line hidden
#line 1017 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridMapData;
#line default
#line hidden
#line 1018 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxFollowCopter;
#line default
#line hidden
#line 1019 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxAutoSetHP;
#line default
#line hidden
#line 1020 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxGeo;
#line default
#line hidden
#line 1021 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonGeoCoding;
#line default
#line hidden
#line 1022 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonReloadMap;
#line default
#line hidden
#line 1023 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLat;
#line default
#line hidden
#line 1024 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLng;
#line default
#line hidden
#line 1025 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonGeoLoc;
#line default
#line hidden
#line 1026 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2;
#line default
#line hidden
#line 1027 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label3;
#line default
#line hidden
#line 1030 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxMapType;
#line default
#line hidden
#line 1031 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1;
#line default
#line hidden
#line 1032 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxMode;
#line default
#line hidden
#line 1033 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label5;
#line default
#line hidden
#line 1034 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonPrefetch;
#line default
#line hidden
#line 1035 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1_Copy;
#line default
#line hidden
#line 1036 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLat_currentPos;
#line default
#line hidden
#line 1037 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLng_currentPos;
#line default
#line hidden
#line 1038 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2_Copy;
#line default
#line hidden
#line 1039 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label3_Copy;
#line default
#line hidden
#line 1040 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1_Copy1;
#line default
#line hidden
#line 1041 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderMapZoom;
#line default
#line hidden
#line 1042 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2_Copy1;
#line default
#line hidden
#line 1043 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelZoom;
#line default
#line hidden
#line 1044 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSetHP;
#line default
#line hidden
#line 1045 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearHP;
#line default
#line hidden
#line 1046 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGotoHP;
#line default
#line hidden
#line 1047 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxGPXLog;
#line default
#line hidden
#line 1059 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnLoadGPXLog;
#line default
#line hidden
#line 1064 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy8;
#line default
#line hidden
#line 1065 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearRoute;
#line default
#line hidden
#line 1070 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox2;
#line default
#line hidden
#line 1072 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdVoltageCrit;
#line default
#line hidden
#line 1073 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit;
#line default
#line hidden
#line 1084 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit_Copy;
#line default
#line hidden
#line 1085 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdVoltageWarn;
#line default
#line hidden
#line 1086 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageWarn;
#line default
#line hidden
#line 1097 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit_Copy2;
#line default
#line hidden
#line 1101 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox2_Copy1;
#line default
#line hidden
#line 1103 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxSatfixLost;
#line default
#line hidden
#line 1104 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxMagneticField;
#line default
#line hidden
#line 1105 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxRClevel;
#line default
#line hidden
#line 1106 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxThresholdDistanceVoice;
#line default
#line hidden
#line 1107 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxThresholdVoltageVoice;
#line default
#line hidden
#line 1110 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox grpBox;
#line default
#line hidden
#line 1112 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdDistanceWarn;
#line default
#line hidden
#line 1113 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdDistanceWarn;
#line default
#line hidden
#line 1133 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxFSColor;
#line default
#line hidden
#line 1140 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy3;
#line default
#line hidden
#line 1141 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxWPColor;
#line default
#line hidden
#line 1148 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy1;
#line default
#line hidden
#line 1149 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPOIColor;
#line default
#line hidden
#line 1156 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy2;
#line default
#line hidden
#line 1157 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCopterColor;
#line default
#line hidden
#line 1164 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy4;
#line default
#line hidden
#line 1165 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxRouteColor;
#line default
#line hidden
#line 1172 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy10;
#line default
#line hidden
#line 1173 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxLandingColor;
#line default
#line hidden
#line 1180 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy31;
#line default
#line hidden
#line 1181 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCopterHeadingColor;
#line default
#line hidden
#line 1188 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy33;
#line default
#line hidden
#line 1189 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxWPMaxRangeColor;
#line default
#line hidden
#line 1196 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy39;
#line default
#line hidden
#line 1213 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MKLiveView.ArtificialHorizon.ArtificialHorizon ArtHor;
#line default
#line hidden
#line 1223 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridLog;
#line default
#line hidden
#line 1232 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfError;
#line default
#line hidden
#line 1233 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfTerminal;
#line default
#line hidden
#line 1235 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridMotors;
#line default
#line hidden
#line 1244 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgvMotors1;
#line default
#line hidden
#line 1247 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridOSD;
#line default
#line hidden
#line 1256 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfOSD;
#line default
#line hidden
#line 1257 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbOSD;
#line default
#line hidden
#line 1258 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDBackward;
#line default
#line hidden
#line 1259 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDForward;
#line default
#line hidden
#line 1260 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy7;
#line default
#line hidden
#line 1261 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDEnter;
#line default
#line hidden
#line 1262 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDLeave;
#line default
#line hidden
#line 1264 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSimu;
#line default
#line hidden
#line 1274 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridWP;
#line default
#line hidden
#line 1275 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4;
#line default
#line hidden
#line 1276 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPCount;
#line default
#line hidden
#line 1277 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy;
#line default
#line hidden
#line 1278 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPIndex;
#line default
#line hidden
#line 1292 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGetWPList;
#line default
#line hidden
#line 1308 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSendWPList;
#line default
#line hidden
#line 1324 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnLoadWPLFile;
#line default
#line hidden
#line 1329 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy5;
#line default
#line hidden
#line 1330 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy6;
#line default
#line hidden
#line 1331 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy7;
#line default
#line hidden
#line 1343 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearWPList;
#line default
#line hidden
#line 1348 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy11;
#line default
#line hidden
#line 1360 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearCopterList;
#line default
#line hidden
#line 1365 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy12;
#line default
#line hidden
#line 1377 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSaveWPLFile;
#line default
#line hidden
#line 1382 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy13;
#line default
#line hidden
#line 1385 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgvWP;
#line default
#line hidden
#line 1387 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGridTextColumn dataGridTextColumn;
#line default
#line hidden
#line 1403 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPRoute;
#line default
#line hidden
#line 1404 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy9;
#line default
#line hidden
#line 1405 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPRouteDistance;
#line default
#line hidden
#line 1406 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy14;
#line default
#line hidden
#line 1407 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPCountNC;
#line default
#line hidden
#line 1408 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy15;
#line default
#line hidden
#line 1409 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPIndexNC;
#line default
#line hidden
#line 1410 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectSimulate;
#line default
#line hidden
#line 1431 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPSimulateStart;
#line default
#line hidden
#line 1436 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy32;
#line default
#line hidden
#line 1437 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy35;
#line default
#line hidden
#line 1438 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPRouteDistanceWP;
#line default
#line hidden
#line 1439 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy36;
#line default
#line hidden
#line 1440 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPHoldTime;
#line default
#line hidden
#line 1441 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPStatus;
#line default
#line hidden
#line 1442 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPMaxRange;
#line default
#line hidden
#line 1443 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxAutoShowWPEdit;
#line default
#line hidden
#line 1445 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSideBarR;
#line default
#line hidden
#line 1446 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelMotordata;
#line default
#line hidden
#line 1469 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelOSD;
#line default
#line hidden
#line 1492 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusMotors;
#line default
#line hidden
#line 1499 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusPH;
#line default
#line hidden
#line 1500 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusCF;
#line default
#line hidden
#line 1501 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusAC;
#line default
#line hidden
#line 1502 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusEmergencyLanding;
#line default
#line hidden
#line 1509 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarGPXLog;
#line default
#line hidden
#line 1510 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelWPEdit;
#line default
#line hidden
#line 1533 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelCamera;
#line default
#line hidden
#line 1556 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelCam_pic;
#line default
#line hidden
#line 1562 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid WPStatus;
#line default
#line hidden
#line 1564 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy38;
#line default
#line hidden
#line 1565 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy37;
#line default
#line hidden
#line 1566 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPStatusIndexNC;
#line default
#line hidden
#line 1567 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPStatusCountNC;
#line default
#line hidden
#line 1570 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusDistanceWP;
#line default
#line hidden
#line 1574 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusHoldTime;
#line default
#line hidden
#line 1575 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime1;
#line default
#line hidden
#line 1578 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusHeight;
#line default
#line hidden
#line 1579 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy1;
#line default
#line hidden
#line 1582 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridWPEdit;
#line default
#line hidden
#line 1583 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditAlt;
#line default
#line hidden
#line 1594 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderAlt;
#line default
#line hidden
#line 1595 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy41;
#line default
#line hidden
#line 1596 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditHeading;
#line default
#line hidden
#line 1615 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderHeading;
#line default
#line hidden
#line 1635 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy42;
#line default
#line hidden
#line 1636 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditHeading;
#line default
#line hidden
#line 1641 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditSpeed;
#line default
#line hidden
#line 1656 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderSpeed;
#line default
#line hidden
#line 1668 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy43;
#line default
#line hidden
#line 1669 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditSpeed;
#line default
#line hidden
#line 1681 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditClimbrate;
#line default
#line hidden
#line 1695 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderClimbrate;
#line default
#line hidden
#line 1706 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy44;
#line default
#line hidden
#line 1707 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditClimbrate;
#line default
#line hidden
#line 1711 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditRadius;
#line default
#line hidden
#line 1722 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderRadius;
#line default
#line hidden
#line 1723 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy45;
#line default
#line hidden
#line 1724 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditHoldtime;
#line default
#line hidden
#line 1735 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderHoldTime;
#line default
#line hidden
#line 1736 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy46;
#line default
#line hidden
#line 1737 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditAutoTrigger;
#line default
#line hidden
#line 1748 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderAutoTrigger;
#line default
#line hidden
#line 1749 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy47;
#line default
#line hidden
#line 1750 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditCamAngle;
#line default
#line hidden
#line 1765 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderCamAngle;
#line default
#line hidden
#line 1778 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy48;
#line default
#line hidden
#line 1779 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditCamAngle;
#line default
#line hidden
#line 1784 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditOut1;
#line default
#line hidden
#line 1795 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderOut1;
#line default
#line hidden
#line 1796 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy49;
#line default
#line hidden
#line 1797 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditType;
#line default
#line hidden
#line 1803 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4a;
#line default
#line hidden
#line 1804 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4b;
#line default
#line hidden
#line 1805 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditPrefix;
#line default
#line hidden
#line 1817 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPSave;
#line default
#line hidden
#line 1822 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy27;
#line default
#line hidden
#line 1834 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPAdd;
#line default
#line hidden
#line 1843 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image image;
#line default
#line hidden
#line 1854 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy30;
#line default
#line hidden
#line 1866 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPDel;
#line default
#line hidden
#line 1871 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy40;
#line default
#line hidden
#line 1872 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditIndex;
#line default
#line hidden
#line 1894 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditmoveUp;
#line default
#line hidden
#line 1916 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditmoveDown;
#line default
#line hidden
#line 1928 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSendActiveWP_Copy1;
#line default
#line hidden
#line 1933 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy29;
#line default
#line hidden
#line 1945 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPSendToCopter;
#line default
#line hidden
#line 1950 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy34;
#line default
#line hidden
#line 1951 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy16;
#line default
#line hidden
#line 1952 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditLat;
#line default
#line hidden
#line 1953 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy17;
#line default
#line hidden
#line 1954 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditLon;
#line default
#line hidden
#line 1966 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditAddCurrentPos;
#line default
#line hidden
#line 1971 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy28;
#line default
#line hidden
#line 1972 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxWPAddUseCopterHeight;
#line default
#line hidden
#line 1973 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxWPAddUseCopterHeading;
#line default
#line hidden
#line 1985 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSaveDefault;
#line default
#line hidden
#line 1986 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label7;
#line default
#line hidden
#line 1989 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridCam;
#line default
#line hidden
#line 2001 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamStart;
#line default
#line hidden
#line 2015 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamStop;
#line default
#line hidden
#line 2029 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamSettings;
#line default
#line hidden
#line 2032 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCameras;
#line default
#line hidden
#line 2045 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamListRefresh;
#line default
#line hidden
#line 2065 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchNone;
#line default
#line hidden
#line 2083 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchFill;
#line default
#line hidden
#line 2101 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchUniform;
#line default
#line hidden
#line 2119 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchUFill;
#line default
#line hidden
#line 2123 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCamZoomVal;
#line default
#line hidden
#line 2134 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderCamZoom;
#line default
#line hidden
#line 2147 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamResetZoom;
#line default
#line hidden
#line 2152 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Canvas canvasAddPoint;
#line default
#line hidden
#line 2153 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddWP;
#line default
#line hidden
#line 2154 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddLanding;
#line default
#line hidden
#line 2155 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddFailsave;
#line default
#line hidden
#line 2156 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddPOI;
#line default
#line hidden
#line 2160 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSwitchToNavi;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
return System.Delegate.CreateDelegate(delegateType, this, handler);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 14 "..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
#line 14 "..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
#line default
#line hidden
#line 14 "..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Closed += new System.EventHandler(this.Window_Closed);
#line default
#line hidden
return;
case 2:
this.GridGMapControl = ((System.Windows.Controls.Grid)(target));
#line 408 "..\..\MainWindow.xaml"
this.GridGMapControl.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.GridGMapControl_PreviewMouseLeftButtonDown);
#line default
#line hidden
return;
case 3:
this.MainMap = ((GMap.NET.WindowsPresentation.GMapControl)(target));
#line 409 "..\..\MainWindow.xaml"
this.MainMap.Loaded += new System.Windows.RoutedEventHandler(this.MainMap_Loaded);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.OnPositionChanged += new GMap.NET.PositionChanged(this.MainMap_OnPositionChanged);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.OnMapZoomChanged += new GMap.NET.MapZoomChanged(this.MainMap_OnMapZoomChanged);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.StylusDown += new System.Windows.Input.StylusDownEventHandler(this.MainMap_StylusDown);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.StylusUp += new System.Windows.Input.StylusEventHandler(this.MainMap_StylusUp);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.StylusMove += new System.Windows.Input.StylusEventHandler(this.MainMap_StylusMove);
#line default
#line hidden
return;
case 4:
this._camImage = ((System.Windows.Controls.Image)(target));
#line 420 "..\..\MainWindow.xaml"
this._camImage.MouseMove += new System.Windows.Input.MouseEventHandler(this._CamImage_MouseMove);
#line default
#line hidden
#line 420 "..\..\MainWindow.xaml"
this._camImage.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this._CamImage_MouseDown);
#line default
#line hidden
return;
case 5:
this.GridTop = ((System.Windows.Controls.Grid)(target));
return;
case 6:
this.rectTopVoltage = ((System.Windows.Shapes.Rectangle)(target));
return;
case 7:
this.pbTopVoltage = ((System.Windows.Controls.ProgressBar)(target));
return;
case 8:
this.tbTopVoltage = ((System.Windows.Controls.TextBox)(target));
return;
case 9:
this.tbTopCapacity = ((System.Windows.Controls.TextBox)(target));
return;
case 10:
this.imageFlightTime_Copy = ((System.Windows.Controls.Image)(target));
return;
case 11:
this.tbTopCurrent = ((System.Windows.Controls.TextBox)(target));
return;
case 12:
this.imageFlightTime_Copy4 = ((System.Windows.Controls.Image)(target));
return;
case 13:
this.tbTopFTime = ((System.Windows.Controls.TextBox)(target));
return;
case 14:
this.imageFlightTime = ((System.Windows.Controls.Image)(target));
return;
case 15:
this.tbTopDistanceHP = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.imageHome = ((System.Windows.Controls.Image)(target));
return;
case 17:
this.btnTopHome = ((System.Windows.Controls.Button)(target));
#line 475 "..\..\MainWindow.xaml"
this.btnTopHome.Click += new System.Windows.RoutedEventHandler(this.btnSetHP_Click);
#line default
#line hidden
return;
case 18:
this.tbTopHeight = ((System.Windows.Controls.TextBox)(target));
return;
case 19:
this.imageFlightTime_Copy2 = ((System.Windows.Controls.Image)(target));
return;
case 20:
this.tbTopSpeed = ((System.Windows.Controls.TextBox)(target));
return;
case 21:
this.imageFlightTime_Copy3 = ((System.Windows.Controls.Image)(target));
return;
case 22:
this.tbTopEarthMag = ((System.Windows.Controls.TextBox)(target));
return;
case 23:
this.imageEarthMag = ((System.Windows.Controls.Image)(target));
return;
case 24:
this.tbTopSats = ((System.Windows.Controls.TextBox)(target));
return;
case 25:
this.imageSat = ((System.Windows.Controls.Image)(target));
return;
case 26:
this.tbTopRC = ((System.Windows.Controls.TextBox)(target));
return;
case 27:
this.imageRC = ((System.Windows.Controls.Image)(target));
return;
case 28:
this.imageWiFi = ((System.Windows.Controls.Image)(target));
return;
case 29:
this.imageConn = ((System.Windows.Controls.Image)(target));
return;
case 30:
this.btnTopConnect = ((System.Windows.Controls.Button)(target));
#line 512 "..\..\MainWindow.xaml"
this.btnTopConnect.Click += new System.Windows.RoutedEventHandler(this.btnConnectToCopter_Click);
#line default
#line hidden
return;
case 31:
this.imageFullscreen = ((System.Windows.Controls.Image)(target));
#line 526 "..\..\MainWindow.xaml"
this.imageFullscreen.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imageFullscreen_MouseDown);
#line default
#line hidden
return;
case 32:
this.GridSideBar = ((System.Windows.Controls.Grid)(target));
return;
case 33:
this.labelData = ((System.Windows.Controls.Label)(target));
#line 530 "..\..\MainWindow.xaml"
this.labelData.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelData_MouseDown);
#line default
#line hidden
return;
case 34:
this.labelSettings = ((System.Windows.Controls.Label)(target));
#line 553 "..\..\MainWindow.xaml"
this.labelSettings.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelSettings_MouseDown);
#line default
#line hidden
return;
case 35:
this.labelLog = ((System.Windows.Controls.Label)(target));
#line 576 "..\..\MainWindow.xaml"
this.labelLog.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelLog_MouseDown);
#line default
#line hidden
return;
case 36:
this.labelWaypoints = ((System.Windows.Controls.Label)(target));
#line 599 "..\..\MainWindow.xaml"
this.labelWaypoints.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelWaypoints_MouseDown);
#line default
#line hidden
return;
case 37:
this.GridData = ((System.Windows.Controls.Grid)(target));
return;
case 38:
this.tabControl = ((System.Windows.Controls.TabControl)(target));
return;
case 39:
this.tbVolt = ((System.Windows.Controls.TextBlock)(target));
return;
case 40:
this.tbCur = ((System.Windows.Controls.TextBlock)(target));
return;
case 41:
this.label6_Copy = ((System.Windows.Controls.Label)(target));
return;
case 42:
this.tbCtrl = ((System.Windows.Controls.TextBox)(target));
return;
case 43:
this.label6_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 44:
this.label6_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 45:
this.tbCapacity = ((System.Windows.Controls.TextBlock)(target));
return;
case 46:
this.label6_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 47:
this.tbFTime = ((System.Windows.Controls.TextBlock)(target));
return;
case 48:
this.tbRCQ = ((System.Windows.Controls.TextBlock)(target));
return;
case 49:
this.label6_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 50:
this.label6_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 51:
this.tbMagF = ((System.Windows.Controls.TextBlock)(target));
return;
case 52:
this.label6_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 53:
this.tbSats = ((System.Windows.Controls.TextBlock)(target));
return;
case 54:
this.tbSpeed = ((System.Windows.Controls.TextBlock)(target));
return;
case 55:
this.label6_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 56:
this.label6_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 57:
this.tbAlt = ((System.Windows.Controls.TextBlock)(target));
return;
case 58:
this.label6_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 59:
this.tbHeading = ((System.Windows.Controls.TextBlock)(target));
return;
case 60:
this.label6_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 61:
this.tbPitch = ((System.Windows.Controls.TextBlock)(target));
return;
case 62:
this.label6_Copy13 = ((System.Windows.Controls.Label)(target));
return;
case 63:
this.tbRoll = ((System.Windows.Controls.TextBlock)(target));
return;
case 64:
this.label6_Copy14 = ((System.Windows.Controls.Label)(target));
return;
case 65:
this.tbHP = ((System.Windows.Controls.TextBlock)(target));
return;
case 66:
this.label6_Copy15 = ((System.Windows.Controls.Label)(target));
return;
case 67:
this.tbHP1 = ((System.Windows.Controls.TextBlock)(target));
return;
case 68:
this.label6_Copy16 = ((System.Windows.Controls.Label)(target));
return;
case 69:
this.tbWP = ((System.Windows.Controls.TextBlock)(target));
return;
case 70:
this.label6_Copy17 = ((System.Windows.Controls.Label)(target));
return;
case 71:
this.tbWPCount = ((System.Windows.Controls.TextBlock)(target));
return;
case 72:
this.label6_Copy19 = ((System.Windows.Controls.Label)(target));
return;
case 73:
this.tbWPIndex = ((System.Windows.Controls.TextBlock)(target));
return;
case 74:
this.label6_Copy20 = ((System.Windows.Controls.Label)(target));
return;
case 75:
this.label6 = ((System.Windows.Controls.Label)(target));
return;
case 76:
this.tbCrc = ((System.Windows.Controls.TextBox)(target));
return;
case 77:
this.label6_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 78:
this.tbSPI = ((System.Windows.Controls.TextBox)(target));
return;
case 79:
this.label6_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 80:
this.tbI2C = ((System.Windows.Controls.TextBox)(target));
return;
case 81:
this.label6_Copy18 = ((System.Windows.Controls.Label)(target));
return;
case 82:
this.tbNCErr = ((System.Windows.Controls.TextBox)(target));
return;
case 83:
this.tbNCGrSpeed = ((System.Windows.Controls.TextBlock)(target));
return;
case 84:
this.label6_Copy21 = ((System.Windows.Controls.Label)(target));
return;
case 85:
this.tbHeadingCompass = ((System.Windows.Controls.TextBlock)(target));
return;
case 86:
this.label6_Copy22 = ((System.Windows.Controls.Label)(target));
return;
case 87:
this.tbLiPoCells = ((System.Windows.Controls.TextBlock)(target));
return;
case 88:
this.label6_Copy23 = ((System.Windows.Controls.Label)(target));
return;
case 89:
this.tbWPMaxRange = ((System.Windows.Controls.TextBlock)(target));
return;
case 90:
this.label6_Copy24 = ((System.Windows.Controls.Label)(target));
return;
case 91:
this.tbCamCtrl = ((System.Windows.Controls.TextBlock)(target));
return;
case 92:
this.label6_Copy30 = ((System.Windows.Controls.Label)(target));
return;
case 93:
this.FC1_1 = ((System.Windows.Controls.Label)(target));
return;
case 94:
this.FC1_2 = ((System.Windows.Controls.Label)(target));
return;
case 95:
this.FC1_3 = ((System.Windows.Controls.Label)(target));
return;
case 96:
this.FC1_4 = ((System.Windows.Controls.Label)(target));
return;
case 97:
this.FC1_5 = ((System.Windows.Controls.Label)(target));
return;
case 98:
this.FC1_6 = ((System.Windows.Controls.Label)(target));
return;
case 99:
this.FC2_1 = ((System.Windows.Controls.Label)(target));
return;
case 100:
this.FC2_2 = ((System.Windows.Controls.Label)(target));
return;
case 101:
this.FC2_3 = ((System.Windows.Controls.Label)(target));
return;
case 102:
this.FC2_4 = ((System.Windows.Controls.Label)(target));
return;
case 103:
this.FC2_5 = ((System.Windows.Controls.Label)(target));
return;
case 104:
this.FC2_7 = ((System.Windows.Controls.Label)(target));
return;
case 105:
this.FC2_8 = ((System.Windows.Controls.Label)(target));
return;
case 106:
this.NC1_2 = ((System.Windows.Controls.Label)(target));
return;
case 107:
this.NC1_3 = ((System.Windows.Controls.Label)(target));
return;
case 108:
this.NC1_4 = ((System.Windows.Controls.Label)(target));
return;
case 109:
this.NC1_5 = ((System.Windows.Controls.Label)(target));
return;
case 110:
this.NC1_6 = ((System.Windows.Controls.Label)(target));
return;
case 111:
this.NC1_7 = ((System.Windows.Controls.Label)(target));
return;
case 112:
this.NC1_8 = ((System.Windows.Controls.Label)(target));
return;
case 113:
this.FC2_6 = ((System.Windows.Controls.Label)(target));
return;
case 114:
this.groupBox3 = ((System.Windows.Controls.GroupBox)(target));
return;
case 115:
this.textBoxSerial1 = ((System.Windows.Controls.TextBox)(target));
#line 714 "..\..\MainWindow.xaml"
this.textBoxSerial1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_TextChanged);
#line default
#line hidden
return;
case 116:
this.labelSerChan1 = ((System.Windows.Controls.Label)(target));
return;
case 117:
this.SerChan1ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 726 "..\..\MainWindow.xaml"
this.SerChan1ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan1ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 118:
this.btnSer1_0 = ((System.Windows.Controls.Button)(target));
#line 727 "..\..\MainWindow.xaml"
this.btnSer1_0.Click += new System.Windows.RoutedEventHandler(this.btnSer1_0_Click);
#line default
#line hidden
return;
case 119:
this.btnSer1_127 = ((System.Windows.Controls.Button)(target));
#line 728 "..\..\MainWindow.xaml"
this.btnSer1_127.Click += new System.Windows.RoutedEventHandler(this.btnSer1_127_Click);
#line default
#line hidden
return;
case 120:
this.btnSer1_254 = ((System.Windows.Controls.Button)(target));
#line 729 "..\..\MainWindow.xaml"
this.btnSer1_254.Click += new System.Windows.RoutedEventHandler(this.btnSer1_254_Click);
#line default
#line hidden
return;
case 121:
this.textBoxSerial1_val1 = ((System.Windows.Controls.TextBox)(target));
#line 730 "..\..\MainWindow.xaml"
this.textBoxSerial1_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 730 "..\..\MainWindow.xaml"
this.textBoxSerial1_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val1_TextChanged);
#line default
#line hidden
return;
case 122:
this.textBoxSerial1_val2 = ((System.Windows.Controls.TextBox)(target));
#line 731 "..\..\MainWindow.xaml"
this.textBoxSerial1_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 731 "..\..\MainWindow.xaml"
this.textBoxSerial1_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val2_TextChanged);
#line default
#line hidden
return;
case 123:
this.textBoxSerial1_val3 = ((System.Windows.Controls.TextBox)(target));
#line 732 "..\..\MainWindow.xaml"
this.textBoxSerial1_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 732 "..\..\MainWindow.xaml"
this.textBoxSerial1_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val3_TextChanged);
#line default
#line hidden
return;
case 124:
this.btnSer1_val1 = ((System.Windows.Controls.Button)(target));
#line 733 "..\..\MainWindow.xaml"
this.btnSer1_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val1_Click);
#line default
#line hidden
return;
case 125:
this.btnSer1_val2 = ((System.Windows.Controls.Button)(target));
#line 742 "..\..\MainWindow.xaml"
this.btnSer1_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val2_Click);
#line default
#line hidden
return;
case 126:
this.btnSer1_val3 = ((System.Windows.Controls.Button)(target));
#line 751 "..\..\MainWindow.xaml"
this.btnSer1_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val3_Click);
#line default
#line hidden
return;
case 127:
this.groupBoxSerchan2 = ((System.Windows.Controls.GroupBox)(target));
return;
case 128:
this.textBoxSerial2 = ((System.Windows.Controls.TextBox)(target));
#line 765 "..\..\MainWindow.xaml"
this.textBoxSerial2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_TextChanged);
#line default
#line hidden
return;
case 129:
this.labelSerChan2 = ((System.Windows.Controls.Label)(target));
return;
case 130:
this.SerChan2ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 777 "..\..\MainWindow.xaml"
this.SerChan2ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan2ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 131:
this.btnSer2_0 = ((System.Windows.Controls.Button)(target));
#line 778 "..\..\MainWindow.xaml"
this.btnSer2_0.Click += new System.Windows.RoutedEventHandler(this.btnSer2_0_Click);
#line default
#line hidden
return;
case 132:
this.btnSer2_127 = ((System.Windows.Controls.Button)(target));
#line 779 "..\..\MainWindow.xaml"
this.btnSer2_127.Click += new System.Windows.RoutedEventHandler(this.btnSer2_127_Click);
#line default
#line hidden
return;
case 133:
this.btnSer2_254 = ((System.Windows.Controls.Button)(target));
#line 780 "..\..\MainWindow.xaml"
this.btnSer2_254.Click += new System.Windows.RoutedEventHandler(this.btnSer2_254_Click);
#line default
#line hidden
return;
case 134:
this.textBoxSerial2_val1 = ((System.Windows.Controls.TextBox)(target));
#line 781 "..\..\MainWindow.xaml"
this.textBoxSerial2_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 781 "..\..\MainWindow.xaml"
this.textBoxSerial2_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val1_TextChanged);
#line default
#line hidden
return;
case 135:
this.textBoxSerial2_val2 = ((System.Windows.Controls.TextBox)(target));
#line 782 "..\..\MainWindow.xaml"
this.textBoxSerial2_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 782 "..\..\MainWindow.xaml"
this.textBoxSerial2_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val2_TextChanged);
#line default
#line hidden
return;
case 136:
this.textBoxSerial2_val3 = ((System.Windows.Controls.TextBox)(target));
#line 783 "..\..\MainWindow.xaml"
this.textBoxSerial2_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 783 "..\..\MainWindow.xaml"
this.textBoxSerial2_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val3_TextChanged);
#line default
#line hidden
return;
case 137:
this.btnSer2_val1 = ((System.Windows.Controls.Button)(target));
#line 784 "..\..\MainWindow.xaml"
this.btnSer2_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val1_Click);
#line default
#line hidden
return;
case 138:
this.btnSer2_val2 = ((System.Windows.Controls.Button)(target));
#line 793 "..\..\MainWindow.xaml"
this.btnSer2_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val2_Click);
#line default
#line hidden
return;
case 139:
this.btnSer2_val3 = ((System.Windows.Controls.Button)(target));
#line 802 "..\..\MainWindow.xaml"
this.btnSer2_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val3_Click);
#line default
#line hidden
return;
case 140:
this.groupBoxSerchan3 = ((System.Windows.Controls.GroupBox)(target));
return;
case 141:
this.textBoxSerial3 = ((System.Windows.Controls.TextBox)(target));
#line 816 "..\..\MainWindow.xaml"
this.textBoxSerial3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_TextChanged);
#line default
#line hidden
return;
case 142:
this.labelSerChan3 = ((System.Windows.Controls.Label)(target));
return;
case 143:
this.SerChan3ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 828 "..\..\MainWindow.xaml"
this.SerChan3ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan3ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 144:
this.btnSer3_0 = ((System.Windows.Controls.Button)(target));
#line 829 "..\..\MainWindow.xaml"
this.btnSer3_0.Click += new System.Windows.RoutedEventHandler(this.btnSer3_0_Click);
#line default
#line hidden
return;
case 145:
this.btnSer3_127 = ((System.Windows.Controls.Button)(target));
#line 830 "..\..\MainWindow.xaml"
this.btnSer3_127.Click += new System.Windows.RoutedEventHandler(this.btnSer3_127_Click);
#line default
#line hidden
return;
case 146:
this.btnSer3_254 = ((System.Windows.Controls.Button)(target));
#line 831 "..\..\MainWindow.xaml"
this.btnSer3_254.Click += new System.Windows.RoutedEventHandler(this.btnSer3_254_Click);
#line default
#line hidden
return;
case 147:
this.textBoxSerial3_val1 = ((System.Windows.Controls.TextBox)(target));
#line 832 "..\..\MainWindow.xaml"
this.textBoxSerial3_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 832 "..\..\MainWindow.xaml"
this.textBoxSerial3_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val1_TextChanged);
#line default
#line hidden
return;
case 148:
this.textBoxSerial3_val2 = ((System.Windows.Controls.TextBox)(target));
#line 833 "..\..\MainWindow.xaml"
this.textBoxSerial3_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 833 "..\..\MainWindow.xaml"
this.textBoxSerial3_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val2_TextChanged);
#line default
#line hidden
return;
case 149:
this.textBoxSerial3_val3 = ((System.Windows.Controls.TextBox)(target));
#line 834 "..\..\MainWindow.xaml"
this.textBoxSerial3_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 834 "..\..\MainWindow.xaml"
this.textBoxSerial3_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val3_TextChanged);
#line default
#line hidden
return;
case 150:
this.btnSer3_val1 = ((System.Windows.Controls.Button)(target));
#line 835 "..\..\MainWindow.xaml"
this.btnSer3_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val1_Click);
#line default
#line hidden
return;
case 151:
this.btnSer3_val2 = ((System.Windows.Controls.Button)(target));
#line 844 "..\..\MainWindow.xaml"
this.btnSer3_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val2_Click);
#line default
#line hidden
return;
case 152:
this.btnSer3_val3 = ((System.Windows.Controls.Button)(target));
#line 853 "..\..\MainWindow.xaml"
this.btnSer3_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val3_Click);
#line default
#line hidden
return;
case 153:
this.tbDataLicenseUser = ((System.Windows.Controls.TextBlock)(target));
return;
case 154:
this.tbDataLicenseMail = ((System.Windows.Controls.TextBlock)(target));
return;
case 155:
this.label6_Copy25 = ((System.Windows.Controls.Label)(target));
return;
case 156:
this.label6_Copy26 = ((System.Windows.Controls.Label)(target));
return;
case 157:
this.tbDataLicenseFeature = ((System.Windows.Controls.TextBlock)(target));
return;
case 158:
this.label6_Copy27 = ((System.Windows.Controls.Label)(target));
return;
case 159:
this.tbDataLicenseExpire = ((System.Windows.Controls.TextBlock)(target));
return;
case 160:
this.tbDataLicenseLicense = ((System.Windows.Controls.TextBlock)(target));
return;
case 161:
this.label6_Copy28 = ((System.Windows.Controls.Label)(target));
return;
case 162:
this.label6_Copy29 = ((System.Windows.Controls.Label)(target));
return;
case 163:
this.GridSettings = ((System.Windows.Controls.Grid)(target));
return;
case 164:
this.tabControlSettings = ((System.Windows.Controls.TabControl)(target));
return;
case 165:
this.TabGridGeneral = ((System.Windows.Controls.Grid)(target));
return;
case 166:
this.serialPortCtrl = ((MKLiveView.SerialPortCtrl)(target));
return;
case 167:
this.groupBox = ((System.Windows.Controls.GroupBox)(target));
return;
case 168:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 169:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 170:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 171:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 172:
this.cBoxTimingsDebug = ((System.Windows.Controls.ComboBox)(target));
#line 897 "..\..\MainWindow.xaml"
this.cBoxTimingsDebug.DropDownClosed += new System.EventHandler(this.cBoxTimingsDebug_DropDownClosed);
#line default
#line hidden
return;
case 173:
this.cBoxTimingsNav = ((System.Windows.Controls.ComboBox)(target));
#line 898 "..\..\MainWindow.xaml"
this.cBoxTimingsNav.DropDownClosed += new System.EventHandler(this.cBoxTimingsNav_DropDownClosed);
#line default
#line hidden
return;
case 174:
this.cBoxTimingsBl = ((System.Windows.Controls.ComboBox)(target));
#line 899 "..\..\MainWindow.xaml"
this.cBoxTimingsBl.DropDownClosed += new System.EventHandler(this.cBoxTimingsBl_DropDownClosed);
#line default
#line hidden
return;
case 175:
this.cBoxTimingsOSD = ((System.Windows.Controls.ComboBox)(target));
#line 900 "..\..\MainWindow.xaml"
this.cBoxTimingsOSD.DropDownClosed += new System.EventHandler(this.cBoxTimingsOSD_DropDownClosed);
#line default
#line hidden
return;
case 176:
this.chkbAutoDbg = ((System.Windows.Controls.CheckBox)(target));
#line 901 "..\..\MainWindow.xaml"
this.chkbAutoDbg.Click += new System.Windows.RoutedEventHandler(this.chkbAutoDbg_Click);
#line default
#line hidden
return;
case 177:
this.chkbAutoNav = ((System.Windows.Controls.CheckBox)(target));
#line 902 "..\..\MainWindow.xaml"
this.chkbAutoNav.Click += new System.Windows.RoutedEventHandler(this.chkbAutoNav_Click);
#line default
#line hidden
return;
case 178:
this.chkbAutoBL = ((System.Windows.Controls.CheckBox)(target));
#line 903 "..\..\MainWindow.xaml"
this.chkbAutoBL.Click += new System.Windows.RoutedEventHandler(this.chkbAutoBL_Click);
#line default
#line hidden
return;
case 179:
this.chkbAutoOSD = ((System.Windows.Controls.CheckBox)(target));
#line 904 "..\..\MainWindow.xaml"
this.chkbAutoOSD.Click += new System.Windows.RoutedEventHandler(this.chkbAutoOSD_Click);
#line default
#line hidden
return;
case 180:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 181:
this.cBoxLiPoCells = ((System.Windows.Controls.ComboBox)(target));
#line 906 "..\..\MainWindow.xaml"
this.cBoxLiPoCells.DropDownClosed += new System.EventHandler(this.cBoxLiPoCells_DropDownClosed);
#line default
#line hidden
return;
case 182:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 183:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 184:
this.cBoxMotors = ((System.Windows.Controls.ComboBox)(target));
#line 909 "..\..\MainWindow.xaml"
this.cBoxMotors.DropDownClosed += new System.EventHandler(this.cBoxMotors_DropDownClosed);
#line default
#line hidden
return;
case 185:
this.tbSettingsCapa = ((System.Windows.Controls.TextBox)(target));
return;
case 186:
this.buttonSwitchNC = ((System.Windows.Controls.Button)(target));
#line 913 "..\..\MainWindow.xaml"
this.buttonSwitchNC.Click += new System.Windows.RoutedEventHandler(this.buttonSwitchNC_Click);
#line default
#line hidden
return;
case 187:
this.TabGridStyle = ((System.Windows.Controls.Grid)(target));
return;
case 188:
this.label_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 189:
this.labelUIScale = ((System.Windows.Controls.Label)(target));
return;
case 190:
this.UIScaleSlider = ((System.Windows.Controls.Slider)(target));
return;
case 191:
this.UIScaleTopSlider = ((System.Windows.Controls.Slider)(target));
#line 931 "..\..\MainWindow.xaml"
this.UIScaleTopSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.UIScaleTopSlider_ValueChanged);
#line default
#line hidden
return;
case 192:
this.label_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 193:
this.labelTopBarScale = ((System.Windows.Controls.Label)(target));
return;
case 194:
this.UIScaleMotorsSlider = ((System.Windows.Controls.Slider)(target));
return;
case 195:
this.label_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 196:
this.labelMotorsScale = ((System.Windows.Controls.Label)(target));
return;
case 197:
this.UIScaleOSDSlider = ((System.Windows.Controls.Slider)(target));
#line 957 "..\..\MainWindow.xaml"
this.UIScaleOSDSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.UIScaleOSDSlider_ValueChanged);
#line default
#line hidden
return;
case 198:
this.label_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 199:
this.labelOSDScale = ((System.Windows.Controls.Label)(target));
return;
case 200:
this.UIScaleLOGSlider = ((System.Windows.Controls.Slider)(target));
return;
case 201:
this.label_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 202:
this.labelLOGScale = ((System.Windows.Controls.Label)(target));
return;
case 203:
this.UIScaleHorizonSlider = ((System.Windows.Controls.Slider)(target));
return;
case 204:
this.label_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 205:
this.labelHorizonScale = ((System.Windows.Controls.Label)(target));
return;
case 206:
this.buttonUIScaleReset = ((System.Windows.Controls.Button)(target));
#line 996 "..\..\MainWindow.xaml"
this.buttonUIScaleReset.Click += new System.Windows.RoutedEventHandler(this.buttonUIScaleReset_Click);
#line default
#line hidden
return;
case 207:
this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
return;
case 208:
this.chkBoxTopBarShowVoltage = ((System.Windows.Controls.CheckBox)(target));
return;
case 209:
this.chkBoxTopBarShowCapacity = ((System.Windows.Controls.CheckBox)(target));
return;
case 210:
this.chkBoxTopBarShowCurrent = ((System.Windows.Controls.CheckBox)(target));
return;
case 211:
this.chkBoxTopBarShowFlightTime = ((System.Windows.Controls.CheckBox)(target));
return;
case 212:
this.chkBoxTopBarShowDistanceHP = ((System.Windows.Controls.CheckBox)(target));
return;
case 213:
this.chkBoxTopBarShowHeight = ((System.Windows.Controls.CheckBox)(target));
return;
case 214:
this.chkBoxTopBarShowSpeed = ((System.Windows.Controls.CheckBox)(target));
return;
case 215:
this.chkBoxTopBarShowMF = ((System.Windows.Controls.CheckBox)(target));
return;
case 216:
this.chkBoxTopBarShowSatellites = ((System.Windows.Controls.CheckBox)(target));
return;
case 217:
this.chkBoxTopBarShowRC = ((System.Windows.Controls.CheckBox)(target));
return;
case 218:
this.chkBoxShowHorizon = ((System.Windows.Controls.CheckBox)(target));
return;
case 219:
this.chkBoxSaveFullScreenState = ((System.Windows.Controls.CheckBox)(target));
#line 1012 "..\..\MainWindow.xaml"
this.chkBoxSaveFullScreenState.Click += new System.Windows.RoutedEventHandler(this.chkBoxSaveFullScreenState_Click);
#line default
#line hidden
return;
case 220:
this.chkBoxSaveNormalState = ((System.Windows.Controls.CheckBox)(target));
#line 1013 "..\..\MainWindow.xaml"
this.chkBoxSaveNormalState.Click += new System.Windows.RoutedEventHandler(this.chkBoxSaveNormalState_Click);
#line default
#line hidden
return;
case 221:
this.GridMapData = ((System.Windows.Controls.Grid)(target));
return;
case 222:
this.checkBoxFollowCopter = ((System.Windows.Controls.CheckBox)(target));
#line 1018 "..\..\MainWindow.xaml"
this.checkBoxFollowCopter.Click += new System.Windows.RoutedEventHandler(this.checkBoxFollowCopter_Click);
#line default
#line hidden
return;
case 223:
this.checkBoxAutoSetHP = ((System.Windows.Controls.CheckBox)(target));
#line 1019 "..\..\MainWindow.xaml"
this.checkBoxAutoSetHP.Click += new System.Windows.RoutedEventHandler(this.checkBoxAutoSetHP_Click);
#line default
#line hidden
return;
case 224:
this.textBoxGeo = ((System.Windows.Controls.TextBox)(target));
#line 1020 "..\..\MainWindow.xaml"
this.textBoxGeo.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxGeo_KeyUp);
#line default
#line hidden
return;
case 225:
this.buttonGeoCoding = ((System.Windows.Controls.Button)(target));
#line 1021 "..\..\MainWindow.xaml"
this.buttonGeoCoding.Click += new System.Windows.RoutedEventHandler(this.buttonGeoCoding_Click);
#line default
#line hidden
return;
case 226:
this.buttonReloadMap = ((System.Windows.Controls.Button)(target));
#line 1022 "..\..\MainWindow.xaml"
this.buttonReloadMap.Click += new System.Windows.RoutedEventHandler(this.ReloadMap_Click);
#line default
#line hidden
return;
case 227:
this.textBoxLat = ((System.Windows.Controls.TextBox)(target));
return;
case 228:
this.textBoxLng = ((System.Windows.Controls.TextBox)(target));
return;
case 229:
this.buttonGeoLoc = ((System.Windows.Controls.Button)(target));
#line 1025 "..\..\MainWindow.xaml"
this.buttonGeoLoc.Click += new System.Windows.RoutedEventHandler(this.buttonGeoLoc_Click);
#line default
#line hidden
return;
case 230:
this.label2 = ((System.Windows.Controls.Label)(target));
return;
case 231:
this.label3 = ((System.Windows.Controls.Label)(target));
return;
case 232:
this.comboBoxMapType = ((System.Windows.Controls.ComboBox)(target));
return;
case 233:
this.label1 = ((System.Windows.Controls.Label)(target));
return;
case 234:
this.comboBoxMode = ((System.Windows.Controls.ComboBox)(target));
#line 1032 "..\..\MainWindow.xaml"
this.comboBoxMode.DropDownClosed += new System.EventHandler(this.comboBoxMode_DropDownClosed);
#line default
#line hidden
return;
case 235:
this.label5 = ((System.Windows.Controls.Label)(target));
return;
case 236:
this.buttonPrefetch = ((System.Windows.Controls.Button)(target));
#line 1034 "..\..\MainWindow.xaml"
this.buttonPrefetch.Click += new System.Windows.RoutedEventHandler(this.buttonPrefetch_Click);
#line default
#line hidden
return;
case 237:
this.label1_Copy = ((System.Windows.Controls.Label)(target));
return;
case 238:
this.textBoxLat_currentPos = ((System.Windows.Controls.TextBox)(target));
return;
case 239:
this.textBoxLng_currentPos = ((System.Windows.Controls.TextBox)(target));
return;
case 240:
this.label2_Copy = ((System.Windows.Controls.Label)(target));
return;
case 241:
this.label3_Copy = ((System.Windows.Controls.Label)(target));
return;
case 242:
this.label1_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 243:
this.sliderMapZoom = ((System.Windows.Controls.Slider)(target));
#line 1041 "..\..\MainWindow.xaml"
this.sliderMapZoom.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderMapZoom_ValueChanged);
#line default
#line hidden
return;
case 244:
this.label2_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 245:
this.labelZoom = ((System.Windows.Controls.Label)(target));
return;
case 246:
this.btnSetHP = ((System.Windows.Controls.Button)(target));
#line 1044 "..\..\MainWindow.xaml"
this.btnSetHP.Click += new System.Windows.RoutedEventHandler(this.btnSetHP_Click);
#line default
#line hidden
return;
case 247:
this.btnClearHP = ((System.Windows.Controls.Button)(target));
#line 1045 "..\..\MainWindow.xaml"
this.btnClearHP.Click += new System.Windows.RoutedEventHandler(this.btnClearHP_Click);
#line default
#line hidden
return;
case 248:
this.btnGotoHP = ((System.Windows.Controls.Button)(target));
#line 1046 "..\..\MainWindow.xaml"
this.btnGotoHP.Click += new System.Windows.RoutedEventHandler(this.btnGotoHP_Click);
#line default
#line hidden
return;
case 249:
this.checkBoxGPXLog = ((System.Windows.Controls.CheckBox)(target));
#line 1047 "..\..\MainWindow.xaml"
this.checkBoxGPXLog.Click += new System.Windows.RoutedEventHandler(this.checkBoxGPXLog_Click);
#line default
#line hidden
return;
case 250:
this.btnLoadGPXLog = ((System.Windows.Controls.Button)(target));
#line 1059 "..\..\MainWindow.xaml"
this.btnLoadGPXLog.Click += new System.Windows.RoutedEventHandler(this.btnLoadGPXLog_Click);
#line default
#line hidden
return;
case 251:
this.label4_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 252:
this.btnClearRoute = ((System.Windows.Controls.Button)(target));
#line 1065 "..\..\MainWindow.xaml"
this.btnClearRoute.Click += new System.Windows.RoutedEventHandler(this.btnClearRoute_Click);
#line default
#line hidden
return;
case 253:
this.groupBox2 = ((System.Windows.Controls.GroupBox)(target));
return;
case 254:
this.sliderThresholdVoltageCrit = ((System.Windows.Controls.Slider)(target));
#line 1072 "..\..\MainWindow.xaml"
this.sliderThresholdVoltageCrit.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdVoltageCrit_ValueChanged);
#line default
#line hidden
return;
case 255:
this.labelThresholdVoltageCrit = ((System.Windows.Controls.Label)(target));
return;
case 256:
this.labelThresholdVoltageCrit_Copy = ((System.Windows.Controls.Label)(target));
return;
case 257:
this.sliderThresholdVoltageWarn = ((System.Windows.Controls.Slider)(target));
#line 1085 "..\..\MainWindow.xaml"
this.sliderThresholdVoltageWarn.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdVoltageWarn_ValueChanged);
#line default
#line hidden
return;
case 258:
this.labelThresholdVoltageWarn = ((System.Windows.Controls.Label)(target));
return;
case 259:
this.labelThresholdVoltageCrit_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 260:
this.groupBox2_Copy1 = ((System.Windows.Controls.GroupBox)(target));
return;
case 261:
this.checkBoxSatfixLost = ((System.Windows.Controls.CheckBox)(target));
#line 1103 "..\..\MainWindow.xaml"
this.checkBoxSatfixLost.Click += new System.Windows.RoutedEventHandler(this.checkBoxSatfixLost_Click);
#line default
#line hidden
return;
case 262:
this.checkBoxMagneticField = ((System.Windows.Controls.CheckBox)(target));
#line 1104 "..\..\MainWindow.xaml"
this.checkBoxMagneticField.Click += new System.Windows.RoutedEventHandler(this.checkBoxMagneticField_Click);
#line default
#line hidden
return;
case 263:
this.checkBoxRClevel = ((System.Windows.Controls.CheckBox)(target));
#line 1105 "..\..\MainWindow.xaml"
this.checkBoxRClevel.Click += new System.Windows.RoutedEventHandler(this.checkBoxRClevel_Click);
#line default
#line hidden
return;
case 264:
this.checkBoxThresholdDistanceVoice = ((System.Windows.Controls.CheckBox)(target));
#line 1106 "..\..\MainWindow.xaml"
this.checkBoxThresholdDistanceVoice.Click += new System.Windows.RoutedEventHandler(this.checkBoxThresholdDistanceVoice_Click);
#line default
#line hidden
return;
case 265:
this.checkBoxThresholdVoltageVoice = ((System.Windows.Controls.CheckBox)(target));
#line 1107 "..\..\MainWindow.xaml"
this.checkBoxThresholdVoltageVoice.Click += new System.Windows.RoutedEventHandler(this.checkBoxThresholdVoltageVoice_Click);
#line default
#line hidden
return;
case 266:
this.grpBox = ((System.Windows.Controls.GroupBox)(target));
return;
case 267:
this.sliderThresholdDistanceWarn = ((System.Windows.Controls.Slider)(target));
#line 1112 "..\..\MainWindow.xaml"
this.sliderThresholdDistanceWarn.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdDistanceWarn_ValueChanged);
#line default
#line hidden
return;
case 268:
this.labelThresholdDistanceWarn = ((System.Windows.Controls.Label)(target));
return;
case 269:
this.comboBoxFSColor = ((System.Windows.Controls.ComboBox)(target));
#line 1133 "..\..\MainWindow.xaml"
this.comboBoxFSColor.DropDownClosed += new System.EventHandler(this.comboBoxFSColor_DropDownClosed);
#line default
#line hidden
return;
case 270:
this.label4_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 271:
this.comboBoxWPColor = ((System.Windows.Controls.ComboBox)(target));
#line 1141 "..\..\MainWindow.xaml"
this.comboBoxWPColor.DropDownClosed += new System.EventHandler(this.comboBoxWPColor_DropDownClosed);
#line default
#line hidden
return;
case 272:
this.label4_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 273:
this.comboBoxPOIColor = ((System.Windows.Controls.ComboBox)(target));
#line 1149 "..\..\MainWindow.xaml"
this.comboBoxPOIColor.DropDownClosed += new System.EventHandler(this.comboBoxPOIColor_DropDownClosed);
#line default
#line hidden
return;
case 274:
this.label4_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 275:
this.comboBoxCopterColor = ((System.Windows.Controls.ComboBox)(target));
#line 1157 "..\..\MainWindow.xaml"
this.comboBoxCopterColor.DropDownClosed += new System.EventHandler(this.comboBoxCopterColor_DropDownClosed);
#line default
#line hidden
return;
case 276:
this.label4_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 277:
this.comboBoxRouteColor = ((System.Windows.Controls.ComboBox)(target));
#line 1165 "..\..\MainWindow.xaml"
this.comboBoxRouteColor.DropDownClosed += new System.EventHandler(this.comboBoxRouteColor_DropDownClosed);
#line default
#line hidden
return;
case 278:
this.label4_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 279:
this.comboBoxLandingColor = ((System.Windows.Controls.ComboBox)(target));
#line 1173 "..\..\MainWindow.xaml"
this.comboBoxLandingColor.DropDownClosed += new System.EventHandler(this.comboBoxLandingColor_DropDownClosed);
#line default
#line hidden
return;
case 280:
this.label4_Copy31 = ((System.Windows.Controls.Label)(target));
return;
case 281:
this.comboBoxCopterHeadingColor = ((System.Windows.Controls.ComboBox)(target));
#line 1181 "..\..\MainWindow.xaml"
this.comboBoxCopterHeadingColor.DropDownClosed += new System.EventHandler(this.comboBoxCopterHeadingColor_DropDownClosed);
#line default
#line hidden
return;
case 282:
this.label4_Copy33 = ((System.Windows.Controls.Label)(target));
return;
case 283:
this.comboBoxWPMaxRangeColor = ((System.Windows.Controls.ComboBox)(target));
#line 1189 "..\..\MainWindow.xaml"
this.comboBoxWPMaxRangeColor.DropDownClosed += new System.EventHandler(this.comboBoxWPMaxRangeColor_DropDownClosed);
#line default
#line hidden
return;
case 284:
this.label4_Copy39 = ((System.Windows.Controls.Label)(target));
return;
case 285:
this.ArtHor = ((MKLiveView.ArtificialHorizon.ArtificialHorizon)(target));
return;
case 286:
this.GridLog = ((System.Windows.Controls.Grid)(target));
return;
case 287:
this.rtfError = ((System.Windows.Controls.RichTextBox)(target));
return;
case 288:
this.rtfTerminal = ((System.Windows.Controls.RichTextBox)(target));
return;
case 289:
this.GridMotors = ((System.Windows.Controls.Grid)(target));
return;
case 290:
this.dgvMotors1 = ((System.Windows.Controls.DataGrid)(target));
return;
case 291:
this.GridOSD = ((System.Windows.Controls.Grid)(target));
return;
case 292:
this.rtfOSD = ((System.Windows.Controls.RichTextBox)(target));
return;
case 293:
this.cbOSD = ((System.Windows.Controls.ComboBox)(target));
#line 1257 "..\..\MainWindow.xaml"
this.cbOSD.DropDownClosed += new System.EventHandler(this.cbOSD_DropDownClosing);
#line default
#line hidden
return;
case 294:
this.btnOSDBackward = ((System.Windows.Controls.Button)(target));
#line 1258 "..\..\MainWindow.xaml"
this.btnOSDBackward.Click += new System.Windows.RoutedEventHandler(this.btnOSDBackward_Click);
#line default
#line hidden
return;
case 295:
this.btnOSDForward = ((System.Windows.Controls.Button)(target));
#line 1259 "..\..\MainWindow.xaml"
this.btnOSDForward.Click += new System.Windows.RoutedEventHandler(this.btnOSDForward_Click);
#line default
#line hidden
return;
case 296:
this.label_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 297:
this.btnOSDEnter = ((System.Windows.Controls.Button)(target));
#line 1261 "..\..\MainWindow.xaml"
this.btnOSDEnter.Click += new System.Windows.RoutedEventHandler(this.btnOSDEnter_Click);
#line default
#line hidden
return;
case 298:
this.btnOSDLeave = ((System.Windows.Controls.Button)(target));
#line 1262 "..\..\MainWindow.xaml"
this.btnOSDLeave.Click += new System.Windows.RoutedEventHandler(this.btnOSDLeave_Click);
#line default
#line hidden
return;
case 299:
this.lblSimu = ((System.Windows.Controls.Label)(target));
return;
case 300:
this.GridWP = ((System.Windows.Controls.Grid)(target));
return;
case 301:
this.label4 = ((System.Windows.Controls.Label)(target));
return;
case 302:
this.lblWPCount = ((System.Windows.Controls.Label)(target));
return;
case 303:
this.label4_Copy = ((System.Windows.Controls.Label)(target));
return;
case 304:
this.lblWPIndex = ((System.Windows.Controls.Label)(target));
return;
case 305:
this.btnGetWPList = ((System.Windows.Controls.Button)(target));
#line 1292 "..\..\MainWindow.xaml"
this.btnGetWPList.Click += new System.Windows.RoutedEventHandler(this.btnGetWP_Click);
#line default
#line hidden
return;
case 306:
this.btnSendWPList = ((System.Windows.Controls.Button)(target));
#line 1308 "..\..\MainWindow.xaml"
this.btnSendWPList.Click += new System.Windows.RoutedEventHandler(this.btnSendWPList_Click);
#line default
#line hidden
return;
case 307:
this.btnLoadWPLFile = ((System.Windows.Controls.Button)(target));
#line 1324 "..\..\MainWindow.xaml"
this.btnLoadWPLFile.Click += new System.Windows.RoutedEventHandler(this.btnLoadWPLFile_Click);
#line default
#line hidden
return;
case 308:
this.label4_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 309:
this.label4_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 310:
this.label4_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 311:
this.btnClearWPList = ((System.Windows.Controls.Button)(target));
#line 1343 "..\..\MainWindow.xaml"
this.btnClearWPList.Click += new System.Windows.RoutedEventHandler(this.btnClearWPList_Click);
#line default
#line hidden
return;
case 312:
this.label4_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 313:
this.btnClearCopterList = ((System.Windows.Controls.Button)(target));
#line 1360 "..\..\MainWindow.xaml"
this.btnClearCopterList.Click += new System.Windows.RoutedEventHandler(this.btnClearCopterList_Click);
#line default
#line hidden
return;
case 314:
this.label4_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 315:
this.btnSaveWPLFile = ((System.Windows.Controls.Button)(target));
#line 1377 "..\..\MainWindow.xaml"
this.btnSaveWPLFile.Click += new System.Windows.RoutedEventHandler(this.btnSaveWPLFile_Click);
#line default
#line hidden
return;
case 316:
this.label4_Copy13 = ((System.Windows.Controls.Label)(target));
return;
case 317:
this.dgvWP = ((System.Windows.Controls.DataGrid)(target));
#line 1385 "..\..\MainWindow.xaml"
this.dgvWP.MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.dgvWP_MouseUp);
#line default
#line hidden
#line 1385 "..\..\MainWindow.xaml"
this.dgvWP.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgvWP_MouseDoubleClick);
#line default
#line hidden
return;
case 318:
this.dataGridTextColumn = ((System.Windows.Controls.DataGridTextColumn)(target));
return;
case 319:
this.checkBoxShowWPRoute = ((System.Windows.Controls.CheckBox)(target));
#line 1403 "..\..\MainWindow.xaml"
this.checkBoxShowWPRoute.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPRoute_Click);
#line default
#line hidden
return;
case 320:
this.label4_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 321:
this.lblWPRouteDistance = ((System.Windows.Controls.Label)(target));
return;
case 322:
this.label4_Copy14 = ((System.Windows.Controls.Label)(target));
return;
case 323:
this.lblWPCountNC = ((System.Windows.Controls.Label)(target));
return;
case 324:
this.label4_Copy15 = ((System.Windows.Controls.Label)(target));
return;
case 325:
this.lblWPIndexNC = ((System.Windows.Controls.Label)(target));
return;
case 326:
this.rectSimulate = ((System.Windows.Shapes.Rectangle)(target));
return;
case 327:
this.btnWPSimulateStart = ((System.Windows.Controls.Button)(target));
#line 1431 "..\..\MainWindow.xaml"
this.btnWPSimulateStart.Click += new System.Windows.RoutedEventHandler(this.btnWPSimulateStart_Click);
#line default
#line hidden
return;
case 328:
this.label4_Copy32 = ((System.Windows.Controls.Label)(target));
return;
case 329:
this.label4_Copy35 = ((System.Windows.Controls.Label)(target));
return;
case 330:
this.lblWPRouteDistanceWP = ((System.Windows.Controls.Label)(target));
return;
case 331:
this.label4_Copy36 = ((System.Windows.Controls.Label)(target));
return;
case 332:
this.lblWPHoldTime = ((System.Windows.Controls.Label)(target));
return;
case 333:
this.checkBoxShowWPStatus = ((System.Windows.Controls.CheckBox)(target));
#line 1441 "..\..\MainWindow.xaml"
this.checkBoxShowWPStatus.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPStatus_Click);
#line default
#line hidden
return;
case 334:
this.checkBoxShowWPMaxRange = ((System.Windows.Controls.CheckBox)(target));
#line 1442 "..\..\MainWindow.xaml"
this.checkBoxShowWPMaxRange.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPMaxRange_click);
#line default
#line hidden
return;
case 335:
this.checkBoxAutoShowWPEdit = ((System.Windows.Controls.CheckBox)(target));
#line 1443 "..\..\MainWindow.xaml"
this.checkBoxAutoShowWPEdit.Click += new System.Windows.RoutedEventHandler(this.checkBoxAutoShowWPEdit_Click);
#line default
#line hidden
return;
case 336:
this.GridSideBarR = ((System.Windows.Controls.Grid)(target));
return;
case 337:
this.labelMotordata = ((System.Windows.Controls.Label)(target));
#line 1446 "..\..\MainWindow.xaml"
this.labelMotordata.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelMotorData_MouseDown);
#line default
#line hidden
return;
case 338:
this.labelOSD = ((System.Windows.Controls.Label)(target));
#line 1469 "..\..\MainWindow.xaml"
this.labelOSD.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelOSD_MouseDown);
#line default
#line hidden
return;
case 339:
this.tbSideBarStatusMotors = ((System.Windows.Controls.TextBox)(target));
return;
case 340:
this.tbSideBarStatusPH = ((System.Windows.Controls.TextBox)(target));
return;
case 341:
this.tbSideBarStatusCF = ((System.Windows.Controls.TextBox)(target));
return;
case 342:
this.tbSideBarStatusAC = ((System.Windows.Controls.TextBox)(target));
return;
case 343:
this.tbSideBarStatusEmergencyLanding = ((System.Windows.Controls.TextBox)(target));
return;
case 344:
this.tbSideBarGPXLog = ((System.Windows.Controls.TextBox)(target));
return;
case 345:
this.labelWPEdit = ((System.Windows.Controls.Label)(target));
#line 1510 "..\..\MainWindow.xaml"
this.labelWPEdit.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelWPEdit_MouseDown);
#line default
#line hidden
return;
case 346:
this.labelCamera = ((System.Windows.Controls.Label)(target));
#line 1533 "..\..\MainWindow.xaml"
this.labelCamera.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelCamera_MouseDown);
#line default
#line hidden
return;
case 347:
this.labelCam_pic = ((System.Windows.Controls.Label)(target));
#line 1556 "..\..\MainWindow.xaml"
this.labelCam_pic.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblCam_Click);
#line default
#line hidden
return;
case 348:
this.WPStatus = ((System.Windows.Controls.Grid)(target));
return;
case 349:
this.label4_Copy38 = ((System.Windows.Controls.Label)(target));
return;
case 350:
this.label4_Copy37 = ((System.Windows.Controls.Label)(target));
return;
case 351:
this.lblWPStatusIndexNC = ((System.Windows.Controls.Label)(target));
return;
case 352:
this.lblWPStatusCountNC = ((System.Windows.Controls.Label)(target));
return;
case 353:
this.tbWPStatusDistanceWP = ((System.Windows.Controls.TextBox)(target));
return;
case 354:
this.tbWPStatusHoldTime = ((System.Windows.Controls.TextBox)(target));
return;
case 355:
this.imageFlightTime1 = ((System.Windows.Controls.Image)(target));
return;
case 356:
this.tbWPStatusHeight = ((System.Windows.Controls.TextBox)(target));
return;
case 357:
this.imageFlightTime_Copy1 = ((System.Windows.Controls.Image)(target));
return;
case 358:
this.GridWPEdit = ((System.Windows.Controls.Grid)(target));
return;
case 359:
this.lblWPEditAlt = ((System.Windows.Controls.Label)(target));
return;
case 360:
this.SliderAlt = ((System.Windows.Controls.Slider)(target));
return;
case 361:
this.label4_Copy41 = ((System.Windows.Controls.Label)(target));
return;
case 362:
this.lblWPEditHeading = ((System.Windows.Controls.Label)(target));
return;
case 363:
this.SliderHeading = ((System.Windows.Controls.Slider)(target));
return;
case 364:
this.label4_Copy42 = ((System.Windows.Controls.Label)(target));
return;
case 365:
this.cbWPEditHeading = ((System.Windows.Controls.ComboBox)(target));
return;
case 366:
this.lblWPEditSpeed = ((System.Windows.Controls.Label)(target));
return;
case 367:
this.SliderSpeed = ((System.Windows.Controls.Slider)(target));
return;
case 368:
this.label4_Copy43 = ((System.Windows.Controls.Label)(target));
return;
case 369:
this.cbWPEditSpeed = ((System.Windows.Controls.ComboBox)(target));
return;
case 370:
this.lblWPEditClimbrate = ((System.Windows.Controls.Label)(target));
return;
case 371:
this.SliderClimbrate = ((System.Windows.Controls.Slider)(target));
return;
case 372:
this.label4_Copy44 = ((System.Windows.Controls.Label)(target));
return;
case 373:
this.cbWPEditClimbrate = ((System.Windows.Controls.ComboBox)(target));
return;
case 374:
this.lblWPEditRadius = ((System.Windows.Controls.Label)(target));
return;
case 375:
this.SliderRadius = ((System.Windows.Controls.Slider)(target));
return;
case 376:
this.label4_Copy45 = ((System.Windows.Controls.Label)(target));
return;
case 377:
this.lblWPEditHoldtime = ((System.Windows.Controls.Label)(target));
return;
case 378:
this.SliderHoldTime = ((System.Windows.Controls.Slider)(target));
return;
case 379:
this.label4_Copy46 = ((System.Windows.Controls.Label)(target));
return;
case 380:
this.lblWPEditAutoTrigger = ((System.Windows.Controls.Label)(target));
return;
case 381:
this.SliderAutoTrigger = ((System.Windows.Controls.Slider)(target));
return;
case 382:
this.label4_Copy47 = ((System.Windows.Controls.Label)(target));
return;
case 383:
this.lblWPEditCamAngle = ((System.Windows.Controls.Label)(target));
return;
case 384:
this.SliderCamAngle = ((System.Windows.Controls.Slider)(target));
return;
case 385:
this.label4_Copy48 = ((System.Windows.Controls.Label)(target));
return;
case 386:
this.cbWPEditCamAngle = ((System.Windows.Controls.ComboBox)(target));
return;
case 387:
this.lblWPEditOut1 = ((System.Windows.Controls.Label)(target));
return;
case 388:
this.SliderOut1 = ((System.Windows.Controls.Slider)(target));
return;
case 389:
this.label4_Copy49 = ((System.Windows.Controls.Label)(target));
return;
case 390:
this.cbWPEditType = ((System.Windows.Controls.ComboBox)(target));
return;
case 391:
this.label4a = ((System.Windows.Controls.Label)(target));
return;
case 392:
this.label4b = ((System.Windows.Controls.Label)(target));
return;
case 393:
this.tbWPEditPrefix = ((System.Windows.Controls.TextBox)(target));
return;
case 394:
this.btnEditWPSave = ((System.Windows.Controls.Button)(target));
#line 1817 "..\..\MainWindow.xaml"
this.btnEditWPSave.Click += new System.Windows.RoutedEventHandler(this.btnEditWPSave_Click);
#line default
#line hidden
return;
case 395:
this.label4_Copy27 = ((System.Windows.Controls.Label)(target));
return;
case 396:
this.btnEditWPAdd = ((System.Windows.Controls.Button)(target));
#line 1834 "..\..\MainWindow.xaml"
this.btnEditWPAdd.Click += new System.Windows.RoutedEventHandler(this.btnEditWPAdd_Click);
#line default
#line hidden
return;
case 397:
this.image = ((System.Windows.Controls.Image)(target));
return;
case 398:
this.label4_Copy30 = ((System.Windows.Controls.Label)(target));
return;
case 399:
this.btnEditWPDel = ((System.Windows.Controls.Button)(target));
#line 1866 "..\..\MainWindow.xaml"
this.btnEditWPDel.Click += new System.Windows.RoutedEventHandler(this.btnEditWPDel_Click);
#line default
#line hidden
return;
case 400:
this.label4_Copy40 = ((System.Windows.Controls.Label)(target));
return;
case 401:
this.lblWPEditIndex = ((System.Windows.Controls.Label)(target));
return;
case 402:
this.btnWPEditmoveUp = ((System.Windows.Controls.Button)(target));
#line 1894 "..\..\MainWindow.xaml"
this.btnWPEditmoveUp.Click += new System.Windows.RoutedEventHandler(this.btnWPEditmoveUp_Click);
#line default
#line hidden
return;
case 403:
this.btnWPEditmoveDown = ((System.Windows.Controls.Button)(target));
#line 1916 "..\..\MainWindow.xaml"
this.btnWPEditmoveDown.Click += new System.Windows.RoutedEventHandler(this.btnWPEditmoveDown_Click);
#line default
#line hidden
return;
case 404:
this.btnSendActiveWP_Copy1 = ((System.Windows.Controls.Button)(target));
#line 1928 "..\..\MainWindow.xaml"
this.btnSendActiveWP_Copy1.Click += new System.Windows.RoutedEventHandler(this.btnSendActiveWP_Click);
#line default
#line hidden
return;
case 405:
this.label4_Copy29 = ((System.Windows.Controls.Label)(target));
return;
case 406:
this.btnEditWPSendToCopter = ((System.Windows.Controls.Button)(target));
#line 1945 "..\..\MainWindow.xaml"
this.btnEditWPSendToCopter.Click += new System.Windows.RoutedEventHandler(this.btnEditWPSendToCopter_Click);
#line default
#line hidden
return;
case 407:
this.label4_Copy34 = ((System.Windows.Controls.Label)(target));
return;
case 408:
this.label4_Copy16 = ((System.Windows.Controls.Label)(target));
return;
case 409:
this.tbWPEditLat = ((System.Windows.Controls.TextBox)(target));
#line 1952 "..\..\MainWindow.xaml"
this.tbWPEditLat.TouchDown += new System.EventHandler<System.Windows.Input.TouchEventArgs>(this.tbWPEdit_TouchDown);
#line default
#line hidden
#line 1952 "..\..\MainWindow.xaml"
this.tbWPEditLat.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbWPEdit_KeyDown);
#line default
#line hidden
#line 1952 "..\..\MainWindow.xaml"
this.tbWPEditLat.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.tbWPEdit_MouseDown);
#line default
#line hidden
return;
case 410:
this.label4_Copy17 = ((System.Windows.Controls.Label)(target));
return;
case 411:
this.tbWPEditLon = ((System.Windows.Controls.TextBox)(target));
#line 1954 "..\..\MainWindow.xaml"
this.tbWPEditLon.TouchDown += new System.EventHandler<System.Windows.Input.TouchEventArgs>(this.tbWPEdit_TouchDown);
#line default
#line hidden
#line 1954 "..\..\MainWindow.xaml"
this.tbWPEditLon.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbWPEdit_KeyDown);
#line default
#line hidden
#line 1954 "..\..\MainWindow.xaml"
this.tbWPEditLon.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.tbWPEdit_MouseDown);
#line default
#line hidden
return;
case 412:
this.btnWPEditAddCurrentPos = ((System.Windows.Controls.Button)(target));
#line 1966 "..\..\MainWindow.xaml"
this.btnWPEditAddCurrentPos.Click += new System.Windows.RoutedEventHandler(this.btnWPAddCurrentPos_Click);
#line default
#line hidden
return;
case 413:
this.label4_Copy28 = ((System.Windows.Controls.Label)(target));
return;
case 414:
this.checkBoxWPAddUseCopterHeight = ((System.Windows.Controls.CheckBox)(target));
#line 1972 "..\..\MainWindow.xaml"
this.checkBoxWPAddUseCopterHeight.Click += new System.Windows.RoutedEventHandler(this.checkBoxWPAddUseCopterHeight_Click);
#line default
#line hidden
return;
case 415:
this.checkBoxWPAddUseCopterHeading = ((System.Windows.Controls.CheckBox)(target));
#line 1973 "..\..\MainWindow.xaml"
this.checkBoxWPAddUseCopterHeading.Click += new System.Windows.RoutedEventHandler(this.checkBoxWPAddUseCopterHeading_Click);
#line default
#line hidden
return;
case 416:
this.btnSaveDefault = ((System.Windows.Controls.Button)(target));
#line 1985 "..\..\MainWindow.xaml"
this.btnSaveDefault.Click += new System.Windows.RoutedEventHandler(this.btnSaveDefault_Click);
#line default
#line hidden
return;
case 417:
this.label7 = ((System.Windows.Controls.Label)(target));
return;
case 418:
this.GridCam = ((System.Windows.Controls.Grid)(target));
return;
case 419:
this.btnCamStart = ((System.Windows.Controls.Button)(target));
#line 2001 "..\..\MainWindow.xaml"
this.btnCamStart.Click += new System.Windows.RoutedEventHandler(this.btnCamStart_Click);
#line default
#line hidden
return;
case 420:
this.btnCamStop = ((System.Windows.Controls.Button)(target));
#line 2015 "..\..\MainWindow.xaml"
this.btnCamStop.Click += new System.Windows.RoutedEventHandler(this.btnCamStop_Click);
#line default
#line hidden
return;
case 421:
this.btnCamSettings = ((System.Windows.Controls.Button)(target));
#line 2029 "..\..\MainWindow.xaml"
this.btnCamSettings.Click += new System.Windows.RoutedEventHandler(this.btnCamSettings_Click);
#line default
#line hidden
return;
case 422:
this.comboBoxCameras = ((System.Windows.Controls.ComboBox)(target));
return;
case 423:
this.btnCamListRefresh = ((System.Windows.Controls.Button)(target));
#line 2045 "..\..\MainWindow.xaml"
this.btnCamListRefresh.Click += new System.Windows.RoutedEventHandler(this.btnCamListRefresh_Click);
#line default
#line hidden
return;
case 424:
this.btnCamPicStretchNone = ((System.Windows.Controls.Button)(target));
#line 2065 "..\..\MainWindow.xaml"
this.btnCamPicStretchNone.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchNone_Click);
#line default
#line hidden
return;
case 425:
this.btnCamPicStretchFill = ((System.Windows.Controls.Button)(target));
#line 2083 "..\..\MainWindow.xaml"
this.btnCamPicStretchFill.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchFill_Click);
#line default
#line hidden
return;
case 426:
this.btnCamPicStretchUniform = ((System.Windows.Controls.Button)(target));
#line 2101 "..\..\MainWindow.xaml"
this.btnCamPicStretchUniform.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchUniform_Click);
#line default
#line hidden
return;
case 427:
this.btnCamPicStretchUFill = ((System.Windows.Controls.Button)(target));
#line 2119 "..\..\MainWindow.xaml"
this.btnCamPicStretchUFill.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchUFill_Click);
#line default
#line hidden
return;
case 428:
this.lblCamZoomVal = ((System.Windows.Controls.Label)(target));
return;
case 429:
this.SliderCamZoom = ((System.Windows.Controls.Slider)(target));
return;
case 430:
this.btnCamResetZoom = ((System.Windows.Controls.Button)(target));
#line 2147 "..\..\MainWindow.xaml"
this.btnCamResetZoom.Click += new System.Windows.RoutedEventHandler(this.btnCamResetZoom_Click);
#line default
#line hidden
return;
case 431:
this.canvasAddPoint = ((System.Windows.Controls.Canvas)(target));
#line 2152 "..\..\MainWindow.xaml"
this.canvasAddPoint.MouseLeave += new System.Windows.Input.MouseEventHandler(this.canvasAddPoint_MouseLeave);
#line default
#line hidden
#line 2152 "..\..\MainWindow.xaml"
this.canvasAddPoint.LostMouseCapture += new System.Windows.Input.MouseEventHandler(this.canvasAddPoint_MouseLeave);
#line default
#line hidden
return;
case 432:
this.btnCmAddWP = ((System.Windows.Controls.Button)(target));
#line 2153 "..\..\MainWindow.xaml"
this.btnCmAddWP.Click += new System.Windows.RoutedEventHandler(this.btnCmAddWP_Click);
#line default
#line hidden
return;
case 433:
this.btnCmAddLanding = ((System.Windows.Controls.Button)(target));
#line 2154 "..\..\MainWindow.xaml"
this.btnCmAddLanding.Click += new System.Windows.RoutedEventHandler(this.btnCmAddLanding_Click);
#line default
#line hidden
return;
case 434:
this.btnCmAddFailsave = ((System.Windows.Controls.Button)(target));
#line 2155 "..\..\MainWindow.xaml"
this.btnCmAddFailsave.Click += new System.Windows.RoutedEventHandler(this.btnCmAddFailsave_Click);
#line default
#line hidden
return;
case 435:
this.btnCmAddPOI = ((System.Windows.Controls.Button)(target));
#line 2156 "..\..\MainWindow.xaml"
this.btnCmAddPOI.Click += new System.Windows.RoutedEventHandler(this.btnCmAddPOI_Click);
#line default
#line hidden
return;
case 436:
this.labelSwitchToNavi = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/MainWindow.g.i.cs
0,0 → 1,5856
#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "DB381C65A0DDC4CF3253A50F61FA4C5E"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using GMap.NET.WindowsPresentation;
using MKLiveView;
using MKLiveView.ArtificialHorizon;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 408 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridGMapControl;
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal GMap.NET.WindowsPresentation.GMapControl MainMap;
#line default
#line hidden
#line 420 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image _camImage;
#line default
#line hidden
#line 431 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridTop;
#line default
#line hidden
#line 444 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectTopVoltage;
#line default
#line hidden
#line 446 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ProgressBar pbTopVoltage;
#line default
#line hidden
#line 447 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopVoltage;
#line default
#line hidden
#line 450 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopCapacity;
#line default
#line hidden
#line 451 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy;
#line default
#line hidden
#line 454 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopCurrent;
#line default
#line hidden
#line 455 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy4;
#line default
#line hidden
#line 458 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopFTime;
#line default
#line hidden
#line 459 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime;
#line default
#line hidden
#line 473 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopDistanceHP;
#line default
#line hidden
#line 474 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageHome;
#line default
#line hidden
#line 475 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnTopHome;
#line default
#line hidden
#line 478 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopHeight;
#line default
#line hidden
#line 479 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy2;
#line default
#line hidden
#line 482 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopSpeed;
#line default
#line hidden
#line 483 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy3;
#line default
#line hidden
#line 486 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopEarthMag;
#line default
#line hidden
#line 487 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageEarthMag;
#line default
#line hidden
#line 490 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopSats;
#line default
#line hidden
#line 491 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageSat;
#line default
#line hidden
#line 494 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopRC;
#line default
#line hidden
#line 495 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageRC;
#line default
#line hidden
#line 510 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageWiFi;
#line default
#line hidden
#line 511 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageConn;
#line default
#line hidden
#line 512 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnTopConnect;
#line default
#line hidden
#line 526 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFullscreen;
#line default
#line hidden
#line 529 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSideBar;
#line default
#line hidden
#line 530 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelData;
#line default
#line hidden
#line 553 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSettings;
#line default
#line hidden
#line 576 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelLog;
#line default
#line hidden
#line 599 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelWaypoints;
#line default
#line hidden
#line 623 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridData;
#line default
#line hidden
#line 624 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl tabControl;
#line default
#line hidden
#line 627 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbVolt;
#line default
#line hidden
#line 628 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCur;
#line default
#line hidden
#line 629 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy;
#line default
#line hidden
#line 630 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbCtrl;
#line default
#line hidden
#line 631 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy3;
#line default
#line hidden
#line 632 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy4;
#line default
#line hidden
#line 633 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCapacity;
#line default
#line hidden
#line 634 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy5;
#line default
#line hidden
#line 635 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbFTime;
#line default
#line hidden
#line 636 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbRCQ;
#line default
#line hidden
#line 637 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy6;
#line default
#line hidden
#line 638 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy7;
#line default
#line hidden
#line 639 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbMagF;
#line default
#line hidden
#line 640 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy8;
#line default
#line hidden
#line 641 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbSats;
#line default
#line hidden
#line 642 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbSpeed;
#line default
#line hidden
#line 643 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy9;
#line default
#line hidden
#line 644 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy10;
#line default
#line hidden
#line 645 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbAlt;
#line default
#line hidden
#line 646 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy11;
#line default
#line hidden
#line 647 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHeading;
#line default
#line hidden
#line 648 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy12;
#line default
#line hidden
#line 649 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbPitch;
#line default
#line hidden
#line 650 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy13;
#line default
#line hidden
#line 651 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbRoll;
#line default
#line hidden
#line 652 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy14;
#line default
#line hidden
#line 653 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHP;
#line default
#line hidden
#line 654 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy15;
#line default
#line hidden
#line 655 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHP1;
#line default
#line hidden
#line 656 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy16;
#line default
#line hidden
#line 657 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWP;
#line default
#line hidden
#line 658 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy17;
#line default
#line hidden
#line 659 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPCount;
#line default
#line hidden
#line 660 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy19;
#line default
#line hidden
#line 661 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPIndex;
#line default
#line hidden
#line 662 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy20;
#line default
#line hidden
#line 663 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6;
#line default
#line hidden
#line 664 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbCrc;
#line default
#line hidden
#line 665 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy1;
#line default
#line hidden
#line 666 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSPI;
#line default
#line hidden
#line 667 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy2;
#line default
#line hidden
#line 668 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbI2C;
#line default
#line hidden
#line 669 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy18;
#line default
#line hidden
#line 670 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbNCErr;
#line default
#line hidden
#line 671 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbNCGrSpeed;
#line default
#line hidden
#line 672 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy21;
#line default
#line hidden
#line 673 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHeadingCompass;
#line default
#line hidden
#line 674 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy22;
#line default
#line hidden
#line 675 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbLiPoCells;
#line default
#line hidden
#line 676 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy23;
#line default
#line hidden
#line 677 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPMaxRange;
#line default
#line hidden
#line 678 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy24;
#line default
#line hidden
#line 679 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCamCtrl;
#line default
#line hidden
#line 680 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy30;
#line default
#line hidden
#line 686 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_1;
#line default
#line hidden
#line 687 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_2;
#line default
#line hidden
#line 688 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_3;
#line default
#line hidden
#line 689 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_4;
#line default
#line hidden
#line 690 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_5;
#line default
#line hidden
#line 691 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_6;
#line default
#line hidden
#line 692 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_1;
#line default
#line hidden
#line 693 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_2;
#line default
#line hidden
#line 694 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_3;
#line default
#line hidden
#line 695 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_4;
#line default
#line hidden
#line 696 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_5;
#line default
#line hidden
#line 697 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_7;
#line default
#line hidden
#line 698 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_8;
#line default
#line hidden
#line 699 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_2;
#line default
#line hidden
#line 700 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_3;
#line default
#line hidden
#line 701 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_4;
#line default
#line hidden
#line 702 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_5;
#line default
#line hidden
#line 703 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_6;
#line default
#line hidden
#line 704 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_7;
#line default
#line hidden
#line 705 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_8;
#line default
#line hidden
#line 706 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_6;
#line default
#line hidden
#line 712 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox3;
#line default
#line hidden
#line 714 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1;
#line default
#line hidden
#line 715 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan1;
#line default
#line hidden
#line 726 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan1ScaleSlider;
#line default
#line hidden
#line 727 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_0;
#line default
#line hidden
#line 728 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_127;
#line default
#line hidden
#line 729 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_254;
#line default
#line hidden
#line 730 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val1;
#line default
#line hidden
#line 731 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val2;
#line default
#line hidden
#line 732 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val3;
#line default
#line hidden
#line 733 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val1;
#line default
#line hidden
#line 742 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val2;
#line default
#line hidden
#line 751 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val3;
#line default
#line hidden
#line 763 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBoxSerchan2;
#line default
#line hidden
#line 765 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2;
#line default
#line hidden
#line 766 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan2;
#line default
#line hidden
#line 777 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan2ScaleSlider;
#line default
#line hidden
#line 778 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_0;
#line default
#line hidden
#line 779 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_127;
#line default
#line hidden
#line 780 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_254;
#line default
#line hidden
#line 781 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val1;
#line default
#line hidden
#line 782 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val2;
#line default
#line hidden
#line 783 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val3;
#line default
#line hidden
#line 784 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val1;
#line default
#line hidden
#line 793 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val2;
#line default
#line hidden
#line 802 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val3;
#line default
#line hidden
#line 814 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBoxSerchan3;
#line default
#line hidden
#line 816 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3;
#line default
#line hidden
#line 817 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan3;
#line default
#line hidden
#line 828 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan3ScaleSlider;
#line default
#line hidden
#line 829 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_0;
#line default
#line hidden
#line 830 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_127;
#line default
#line hidden
#line 831 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_254;
#line default
#line hidden
#line 832 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val1;
#line default
#line hidden
#line 833 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val2;
#line default
#line hidden
#line 834 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val3;
#line default
#line hidden
#line 835 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val1;
#line default
#line hidden
#line 844 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val2;
#line default
#line hidden
#line 853 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val3;
#line default
#line hidden
#line 871 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseUser;
#line default
#line hidden
#line 872 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseMail;
#line default
#line hidden
#line 873 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy25;
#line default
#line hidden
#line 874 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy26;
#line default
#line hidden
#line 875 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseFeature;
#line default
#line hidden
#line 876 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy27;
#line default
#line hidden
#line 877 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseExpire;
#line default
#line hidden
#line 878 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseLicense;
#line default
#line hidden
#line 879 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy28;
#line default
#line hidden
#line 880 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy29;
#line default
#line hidden
#line 886 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSettings;
#line default
#line hidden
#line 887 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl tabControlSettings;
#line default
#line hidden
#line 889 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid TabGridGeneral;
#line default
#line hidden
#line 890 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MKLiveView.SerialPortCtrl serialPortCtrl;
#line default
#line hidden
#line 891 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox;
#line default
#line hidden
#line 893 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 894 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 895 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 896 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 897 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsDebug;
#line default
#line hidden
#line 898 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsNav;
#line default
#line hidden
#line 899 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsBl;
#line default
#line hidden
#line 900 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsOSD;
#line default
#line hidden
#line 901 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoDbg;
#line default
#line hidden
#line 902 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoNav;
#line default
#line hidden
#line 903 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoBL;
#line default
#line hidden
#line 904 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoOSD;
#line default
#line hidden
#line 905 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 906 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxLiPoCells;
#line default
#line hidden
#line 907 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 908 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
#line 909 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxMotors;
#line default
#line hidden
#line 912 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSettingsCapa;
#line default
#line hidden
#line 913 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonSwitchNC;
#line default
#line hidden
#line 917 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid TabGridStyle;
#line default
#line hidden
#line 918 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy6;
#line default
#line hidden
#line 919 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelUIScale;
#line default
#line hidden
#line 930 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleSlider;
#line default
#line hidden
#line 931 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleTopSlider;
#line default
#line hidden
#line 932 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy8;
#line default
#line hidden
#line 933 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelTopBarScale;
#line default
#line hidden
#line 944 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleMotorsSlider;
#line default
#line hidden
#line 945 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy9;
#line default
#line hidden
#line 946 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelMotorsScale;
#line default
#line hidden
#line 957 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleOSDSlider;
#line default
#line hidden
#line 958 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy10;
#line default
#line hidden
#line 959 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelOSDScale;
#line default
#line hidden
#line 970 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleLOGSlider;
#line default
#line hidden
#line 971 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy11;
#line default
#line hidden
#line 972 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelLOGScale;
#line default
#line hidden
#line 983 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleHorizonSlider;
#line default
#line hidden
#line 984 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy12;
#line default
#line hidden
#line 985 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelHorizonScale;
#line default
#line hidden
#line 996 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonUIScaleReset;
#line default
#line hidden
#line 997 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox1;
#line default
#line hidden
#line 999 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowVoltage;
#line default
#line hidden
#line 1000 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowCapacity;
#line default
#line hidden
#line 1001 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowCurrent;
#line default
#line hidden
#line 1002 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowFlightTime;
#line default
#line hidden
#line 1003 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowDistanceHP;
#line default
#line hidden
#line 1004 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowHeight;
#line default
#line hidden
#line 1005 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowSpeed;
#line default
#line hidden
#line 1006 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowMF;
#line default
#line hidden
#line 1007 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowSatellites;
#line default
#line hidden
#line 1008 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowRC;
#line default
#line hidden
#line 1011 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxShowHorizon;
#line default
#line hidden
#line 1012 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxSaveFullScreenState;
#line default
#line hidden
#line 1013 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxSaveNormalState;
#line default
#line hidden
#line 1017 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridMapData;
#line default
#line hidden
#line 1018 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxFollowCopter;
#line default
#line hidden
#line 1019 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxAutoSetHP;
#line default
#line hidden
#line 1020 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxGeo;
#line default
#line hidden
#line 1021 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonGeoCoding;
#line default
#line hidden
#line 1022 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonReloadMap;
#line default
#line hidden
#line 1023 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLat;
#line default
#line hidden
#line 1024 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLng;
#line default
#line hidden
#line 1025 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonGeoLoc;
#line default
#line hidden
#line 1026 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2;
#line default
#line hidden
#line 1027 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label3;
#line default
#line hidden
#line 1030 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxMapType;
#line default
#line hidden
#line 1031 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1;
#line default
#line hidden
#line 1032 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxMode;
#line default
#line hidden
#line 1033 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label5;
#line default
#line hidden
#line 1034 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonPrefetch;
#line default
#line hidden
#line 1035 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1_Copy;
#line default
#line hidden
#line 1036 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLat_currentPos;
#line default
#line hidden
#line 1037 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLng_currentPos;
#line default
#line hidden
#line 1038 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2_Copy;
#line default
#line hidden
#line 1039 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label3_Copy;
#line default
#line hidden
#line 1040 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1_Copy1;
#line default
#line hidden
#line 1041 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderMapZoom;
#line default
#line hidden
#line 1042 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2_Copy1;
#line default
#line hidden
#line 1043 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelZoom;
#line default
#line hidden
#line 1044 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSetHP;
#line default
#line hidden
#line 1045 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearHP;
#line default
#line hidden
#line 1046 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGotoHP;
#line default
#line hidden
#line 1047 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxGPXLog;
#line default
#line hidden
#line 1059 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnLoadGPXLog;
#line default
#line hidden
#line 1064 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy8;
#line default
#line hidden
#line 1065 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearRoute;
#line default
#line hidden
#line 1070 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox2;
#line default
#line hidden
#line 1072 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdVoltageCrit;
#line default
#line hidden
#line 1073 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit;
#line default
#line hidden
#line 1084 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit_Copy;
#line default
#line hidden
#line 1085 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdVoltageWarn;
#line default
#line hidden
#line 1086 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageWarn;
#line default
#line hidden
#line 1097 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit_Copy2;
#line default
#line hidden
#line 1101 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox2_Copy1;
#line default
#line hidden
#line 1103 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxSatfixLost;
#line default
#line hidden
#line 1104 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxMagneticField;
#line default
#line hidden
#line 1105 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxRClevel;
#line default
#line hidden
#line 1106 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxThresholdDistanceVoice;
#line default
#line hidden
#line 1107 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxThresholdVoltageVoice;
#line default
#line hidden
#line 1110 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox grpBox;
#line default
#line hidden
#line 1112 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdDistanceWarn;
#line default
#line hidden
#line 1113 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdDistanceWarn;
#line default
#line hidden
#line 1133 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxFSColor;
#line default
#line hidden
#line 1140 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy3;
#line default
#line hidden
#line 1141 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxWPColor;
#line default
#line hidden
#line 1148 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy1;
#line default
#line hidden
#line 1149 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPOIColor;
#line default
#line hidden
#line 1156 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy2;
#line default
#line hidden
#line 1157 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCopterColor;
#line default
#line hidden
#line 1164 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy4;
#line default
#line hidden
#line 1165 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxRouteColor;
#line default
#line hidden
#line 1172 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy10;
#line default
#line hidden
#line 1173 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxLandingColor;
#line default
#line hidden
#line 1180 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy31;
#line default
#line hidden
#line 1181 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCopterHeadingColor;
#line default
#line hidden
#line 1188 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy33;
#line default
#line hidden
#line 1189 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxWPMaxRangeColor;
#line default
#line hidden
#line 1196 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy39;
#line default
#line hidden
#line 1213 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MKLiveView.ArtificialHorizon.ArtificialHorizon ArtHor;
#line default
#line hidden
#line 1223 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridLog;
#line default
#line hidden
#line 1232 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfError;
#line default
#line hidden
#line 1233 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfTerminal;
#line default
#line hidden
#line 1235 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridMotors;
#line default
#line hidden
#line 1244 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgvMotors1;
#line default
#line hidden
#line 1247 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridOSD;
#line default
#line hidden
#line 1256 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfOSD;
#line default
#line hidden
#line 1257 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbOSD;
#line default
#line hidden
#line 1258 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDBackward;
#line default
#line hidden
#line 1259 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDForward;
#line default
#line hidden
#line 1260 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy7;
#line default
#line hidden
#line 1261 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDEnter;
#line default
#line hidden
#line 1262 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDLeave;
#line default
#line hidden
#line 1264 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSimu;
#line default
#line hidden
#line 1274 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridWP;
#line default
#line hidden
#line 1275 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4;
#line default
#line hidden
#line 1276 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPCount;
#line default
#line hidden
#line 1277 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy;
#line default
#line hidden
#line 1278 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPIndex;
#line default
#line hidden
#line 1292 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGetWPList;
#line default
#line hidden
#line 1308 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSendWPList;
#line default
#line hidden
#line 1324 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnLoadWPLFile;
#line default
#line hidden
#line 1329 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy5;
#line default
#line hidden
#line 1330 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy6;
#line default
#line hidden
#line 1331 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy7;
#line default
#line hidden
#line 1343 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearWPList;
#line default
#line hidden
#line 1348 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy11;
#line default
#line hidden
#line 1360 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearCopterList;
#line default
#line hidden
#line 1365 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy12;
#line default
#line hidden
#line 1377 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSaveWPLFile;
#line default
#line hidden
#line 1382 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy13;
#line default
#line hidden
#line 1385 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgvWP;
#line default
#line hidden
#line 1387 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGridTextColumn dataGridTextColumn;
#line default
#line hidden
#line 1403 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPRoute;
#line default
#line hidden
#line 1404 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy9;
#line default
#line hidden
#line 1405 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPRouteDistance;
#line default
#line hidden
#line 1406 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy14;
#line default
#line hidden
#line 1407 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPCountNC;
#line default
#line hidden
#line 1408 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy15;
#line default
#line hidden
#line 1409 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPIndexNC;
#line default
#line hidden
#line 1410 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectSimulate;
#line default
#line hidden
#line 1431 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPSimulateStart;
#line default
#line hidden
#line 1436 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy32;
#line default
#line hidden
#line 1437 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy35;
#line default
#line hidden
#line 1438 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPRouteDistanceWP;
#line default
#line hidden
#line 1439 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy36;
#line default
#line hidden
#line 1440 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPHoldTime;
#line default
#line hidden
#line 1441 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPStatus;
#line default
#line hidden
#line 1442 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPMaxRange;
#line default
#line hidden
#line 1443 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxAutoShowWPEdit;
#line default
#line hidden
#line 1445 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSideBarR;
#line default
#line hidden
#line 1446 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelMotordata;
#line default
#line hidden
#line 1469 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelOSD;
#line default
#line hidden
#line 1492 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusMotors;
#line default
#line hidden
#line 1499 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusPH;
#line default
#line hidden
#line 1500 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusCF;
#line default
#line hidden
#line 1501 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusAC;
#line default
#line hidden
#line 1502 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusEmergencyLanding;
#line default
#line hidden
#line 1509 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarGPXLog;
#line default
#line hidden
#line 1510 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelWPEdit;
#line default
#line hidden
#line 1533 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelCamera;
#line default
#line hidden
#line 1556 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelCam_pic;
#line default
#line hidden
#line 1562 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid WPStatus;
#line default
#line hidden
#line 1564 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy38;
#line default
#line hidden
#line 1565 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy37;
#line default
#line hidden
#line 1566 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPStatusIndexNC;
#line default
#line hidden
#line 1567 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPStatusCountNC;
#line default
#line hidden
#line 1570 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusDistanceWP;
#line default
#line hidden
#line 1574 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusHoldTime;
#line default
#line hidden
#line 1575 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime1;
#line default
#line hidden
#line 1578 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusHeight;
#line default
#line hidden
#line 1579 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy1;
#line default
#line hidden
#line 1582 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridWPEdit;
#line default
#line hidden
#line 1583 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditAlt;
#line default
#line hidden
#line 1594 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderAlt;
#line default
#line hidden
#line 1595 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy41;
#line default
#line hidden
#line 1596 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditHeading;
#line default
#line hidden
#line 1615 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderHeading;
#line default
#line hidden
#line 1635 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy42;
#line default
#line hidden
#line 1636 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditHeading;
#line default
#line hidden
#line 1641 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditSpeed;
#line default
#line hidden
#line 1656 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderSpeed;
#line default
#line hidden
#line 1668 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy43;
#line default
#line hidden
#line 1669 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditSpeed;
#line default
#line hidden
#line 1681 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditClimbrate;
#line default
#line hidden
#line 1695 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderClimbrate;
#line default
#line hidden
#line 1706 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy44;
#line default
#line hidden
#line 1707 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditClimbrate;
#line default
#line hidden
#line 1711 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditRadius;
#line default
#line hidden
#line 1722 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderRadius;
#line default
#line hidden
#line 1723 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy45;
#line default
#line hidden
#line 1724 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditHoldtime;
#line default
#line hidden
#line 1735 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderHoldTime;
#line default
#line hidden
#line 1736 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy46;
#line default
#line hidden
#line 1737 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditAutoTrigger;
#line default
#line hidden
#line 1748 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderAutoTrigger;
#line default
#line hidden
#line 1749 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy47;
#line default
#line hidden
#line 1750 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditCamAngle;
#line default
#line hidden
#line 1765 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderCamAngle;
#line default
#line hidden
#line 1778 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy48;
#line default
#line hidden
#line 1779 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditCamAngle;
#line default
#line hidden
#line 1784 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditOut1;
#line default
#line hidden
#line 1795 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderOut1;
#line default
#line hidden
#line 1796 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy49;
#line default
#line hidden
#line 1797 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditType;
#line default
#line hidden
#line 1803 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4a;
#line default
#line hidden
#line 1804 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4b;
#line default
#line hidden
#line 1805 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditPrefix;
#line default
#line hidden
#line 1817 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPSave;
#line default
#line hidden
#line 1822 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy27;
#line default
#line hidden
#line 1834 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPAdd;
#line default
#line hidden
#line 1843 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image image;
#line default
#line hidden
#line 1854 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy30;
#line default
#line hidden
#line 1866 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPDel;
#line default
#line hidden
#line 1871 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy40;
#line default
#line hidden
#line 1872 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditIndex;
#line default
#line hidden
#line 1894 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditmoveUp;
#line default
#line hidden
#line 1916 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditmoveDown;
#line default
#line hidden
#line 1928 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSendActiveWP_Copy1;
#line default
#line hidden
#line 1933 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy29;
#line default
#line hidden
#line 1945 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPSendToCopter;
#line default
#line hidden
#line 1950 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy34;
#line default
#line hidden
#line 1951 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy16;
#line default
#line hidden
#line 1952 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditLat;
#line default
#line hidden
#line 1953 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy17;
#line default
#line hidden
#line 1954 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditLon;
#line default
#line hidden
#line 1966 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditAddCurrentPos;
#line default
#line hidden
#line 1971 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy28;
#line default
#line hidden
#line 1972 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxWPAddUseCopterHeight;
#line default
#line hidden
#line 1973 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxWPAddUseCopterHeading;
#line default
#line hidden
#line 1985 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSaveDefault;
#line default
#line hidden
#line 1986 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label7;
#line default
#line hidden
#line 1989 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridCam;
#line default
#line hidden
#line 2001 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamStart;
#line default
#line hidden
#line 2015 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamStop;
#line default
#line hidden
#line 2029 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamSettings;
#line default
#line hidden
#line 2032 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCameras;
#line default
#line hidden
#line 2045 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamListRefresh;
#line default
#line hidden
#line 2065 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchNone;
#line default
#line hidden
#line 2083 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchFill;
#line default
#line hidden
#line 2101 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchUniform;
#line default
#line hidden
#line 2119 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchUFill;
#line default
#line hidden
#line 2123 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCamZoomVal;
#line default
#line hidden
#line 2134 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderCamZoom;
#line default
#line hidden
#line 2147 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamResetZoom;
#line default
#line hidden
#line 2152 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Canvas canvasAddPoint;
#line default
#line hidden
#line 2153 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddWP;
#line default
#line hidden
#line 2154 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddLanding;
#line default
#line hidden
#line 2155 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddFailsave;
#line default
#line hidden
#line 2156 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddPOI;
#line default
#line hidden
#line 2160 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSwitchToNavi;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
return System.Delegate.CreateDelegate(delegateType, this, handler);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 14 "..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
#line 14 "..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
#line default
#line hidden
#line 14 "..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Closed += new System.EventHandler(this.Window_Closed);
#line default
#line hidden
return;
case 2:
this.GridGMapControl = ((System.Windows.Controls.Grid)(target));
#line 408 "..\..\MainWindow.xaml"
this.GridGMapControl.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.GridGMapControl_PreviewMouseLeftButtonDown);
#line default
#line hidden
return;
case 3:
this.MainMap = ((GMap.NET.WindowsPresentation.GMapControl)(target));
#line 409 "..\..\MainWindow.xaml"
this.MainMap.Loaded += new System.Windows.RoutedEventHandler(this.MainMap_Loaded);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.OnPositionChanged += new GMap.NET.PositionChanged(this.MainMap_OnPositionChanged);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.OnMapZoomChanged += new GMap.NET.MapZoomChanged(this.MainMap_OnMapZoomChanged);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.StylusDown += new System.Windows.Input.StylusDownEventHandler(this.MainMap_StylusDown);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.StylusUp += new System.Windows.Input.StylusEventHandler(this.MainMap_StylusUp);
#line default
#line hidden
#line 409 "..\..\MainWindow.xaml"
this.MainMap.StylusMove += new System.Windows.Input.StylusEventHandler(this.MainMap_StylusMove);
#line default
#line hidden
return;
case 4:
this._camImage = ((System.Windows.Controls.Image)(target));
#line 420 "..\..\MainWindow.xaml"
this._camImage.MouseMove += new System.Windows.Input.MouseEventHandler(this._CamImage_MouseMove);
#line default
#line hidden
#line 420 "..\..\MainWindow.xaml"
this._camImage.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this._CamImage_MouseDown);
#line default
#line hidden
return;
case 5:
this.GridTop = ((System.Windows.Controls.Grid)(target));
return;
case 6:
this.rectTopVoltage = ((System.Windows.Shapes.Rectangle)(target));
return;
case 7:
this.pbTopVoltage = ((System.Windows.Controls.ProgressBar)(target));
return;
case 8:
this.tbTopVoltage = ((System.Windows.Controls.TextBox)(target));
return;
case 9:
this.tbTopCapacity = ((System.Windows.Controls.TextBox)(target));
return;
case 10:
this.imageFlightTime_Copy = ((System.Windows.Controls.Image)(target));
return;
case 11:
this.tbTopCurrent = ((System.Windows.Controls.TextBox)(target));
return;
case 12:
this.imageFlightTime_Copy4 = ((System.Windows.Controls.Image)(target));
return;
case 13:
this.tbTopFTime = ((System.Windows.Controls.TextBox)(target));
return;
case 14:
this.imageFlightTime = ((System.Windows.Controls.Image)(target));
return;
case 15:
this.tbTopDistanceHP = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.imageHome = ((System.Windows.Controls.Image)(target));
return;
case 17:
this.btnTopHome = ((System.Windows.Controls.Button)(target));
#line 475 "..\..\MainWindow.xaml"
this.btnTopHome.Click += new System.Windows.RoutedEventHandler(this.btnSetHP_Click);
#line default
#line hidden
return;
case 18:
this.tbTopHeight = ((System.Windows.Controls.TextBox)(target));
return;
case 19:
this.imageFlightTime_Copy2 = ((System.Windows.Controls.Image)(target));
return;
case 20:
this.tbTopSpeed = ((System.Windows.Controls.TextBox)(target));
return;
case 21:
this.imageFlightTime_Copy3 = ((System.Windows.Controls.Image)(target));
return;
case 22:
this.tbTopEarthMag = ((System.Windows.Controls.TextBox)(target));
return;
case 23:
this.imageEarthMag = ((System.Windows.Controls.Image)(target));
return;
case 24:
this.tbTopSats = ((System.Windows.Controls.TextBox)(target));
return;
case 25:
this.imageSat = ((System.Windows.Controls.Image)(target));
return;
case 26:
this.tbTopRC = ((System.Windows.Controls.TextBox)(target));
return;
case 27:
this.imageRC = ((System.Windows.Controls.Image)(target));
return;
case 28:
this.imageWiFi = ((System.Windows.Controls.Image)(target));
return;
case 29:
this.imageConn = ((System.Windows.Controls.Image)(target));
return;
case 30:
this.btnTopConnect = ((System.Windows.Controls.Button)(target));
#line 512 "..\..\MainWindow.xaml"
this.btnTopConnect.Click += new System.Windows.RoutedEventHandler(this.btnConnectToCopter_Click);
#line default
#line hidden
return;
case 31:
this.imageFullscreen = ((System.Windows.Controls.Image)(target));
#line 526 "..\..\MainWindow.xaml"
this.imageFullscreen.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imageFullscreen_MouseDown);
#line default
#line hidden
return;
case 32:
this.GridSideBar = ((System.Windows.Controls.Grid)(target));
return;
case 33:
this.labelData = ((System.Windows.Controls.Label)(target));
#line 530 "..\..\MainWindow.xaml"
this.labelData.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelData_MouseDown);
#line default
#line hidden
return;
case 34:
this.labelSettings = ((System.Windows.Controls.Label)(target));
#line 553 "..\..\MainWindow.xaml"
this.labelSettings.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelSettings_MouseDown);
#line default
#line hidden
return;
case 35:
this.labelLog = ((System.Windows.Controls.Label)(target));
#line 576 "..\..\MainWindow.xaml"
this.labelLog.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelLog_MouseDown);
#line default
#line hidden
return;
case 36:
this.labelWaypoints = ((System.Windows.Controls.Label)(target));
#line 599 "..\..\MainWindow.xaml"
this.labelWaypoints.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelWaypoints_MouseDown);
#line default
#line hidden
return;
case 37:
this.GridData = ((System.Windows.Controls.Grid)(target));
return;
case 38:
this.tabControl = ((System.Windows.Controls.TabControl)(target));
return;
case 39:
this.tbVolt = ((System.Windows.Controls.TextBlock)(target));
return;
case 40:
this.tbCur = ((System.Windows.Controls.TextBlock)(target));
return;
case 41:
this.label6_Copy = ((System.Windows.Controls.Label)(target));
return;
case 42:
this.tbCtrl = ((System.Windows.Controls.TextBox)(target));
return;
case 43:
this.label6_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 44:
this.label6_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 45:
this.tbCapacity = ((System.Windows.Controls.TextBlock)(target));
return;
case 46:
this.label6_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 47:
this.tbFTime = ((System.Windows.Controls.TextBlock)(target));
return;
case 48:
this.tbRCQ = ((System.Windows.Controls.TextBlock)(target));
return;
case 49:
this.label6_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 50:
this.label6_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 51:
this.tbMagF = ((System.Windows.Controls.TextBlock)(target));
return;
case 52:
this.label6_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 53:
this.tbSats = ((System.Windows.Controls.TextBlock)(target));
return;
case 54:
this.tbSpeed = ((System.Windows.Controls.TextBlock)(target));
return;
case 55:
this.label6_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 56:
this.label6_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 57:
this.tbAlt = ((System.Windows.Controls.TextBlock)(target));
return;
case 58:
this.label6_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 59:
this.tbHeading = ((System.Windows.Controls.TextBlock)(target));
return;
case 60:
this.label6_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 61:
this.tbPitch = ((System.Windows.Controls.TextBlock)(target));
return;
case 62:
this.label6_Copy13 = ((System.Windows.Controls.Label)(target));
return;
case 63:
this.tbRoll = ((System.Windows.Controls.TextBlock)(target));
return;
case 64:
this.label6_Copy14 = ((System.Windows.Controls.Label)(target));
return;
case 65:
this.tbHP = ((System.Windows.Controls.TextBlock)(target));
return;
case 66:
this.label6_Copy15 = ((System.Windows.Controls.Label)(target));
return;
case 67:
this.tbHP1 = ((System.Windows.Controls.TextBlock)(target));
return;
case 68:
this.label6_Copy16 = ((System.Windows.Controls.Label)(target));
return;
case 69:
this.tbWP = ((System.Windows.Controls.TextBlock)(target));
return;
case 70:
this.label6_Copy17 = ((System.Windows.Controls.Label)(target));
return;
case 71:
this.tbWPCount = ((System.Windows.Controls.TextBlock)(target));
return;
case 72:
this.label6_Copy19 = ((System.Windows.Controls.Label)(target));
return;
case 73:
this.tbWPIndex = ((System.Windows.Controls.TextBlock)(target));
return;
case 74:
this.label6_Copy20 = ((System.Windows.Controls.Label)(target));
return;
case 75:
this.label6 = ((System.Windows.Controls.Label)(target));
return;
case 76:
this.tbCrc = ((System.Windows.Controls.TextBox)(target));
return;
case 77:
this.label6_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 78:
this.tbSPI = ((System.Windows.Controls.TextBox)(target));
return;
case 79:
this.label6_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 80:
this.tbI2C = ((System.Windows.Controls.TextBox)(target));
return;
case 81:
this.label6_Copy18 = ((System.Windows.Controls.Label)(target));
return;
case 82:
this.tbNCErr = ((System.Windows.Controls.TextBox)(target));
return;
case 83:
this.tbNCGrSpeed = ((System.Windows.Controls.TextBlock)(target));
return;
case 84:
this.label6_Copy21 = ((System.Windows.Controls.Label)(target));
return;
case 85:
this.tbHeadingCompass = ((System.Windows.Controls.TextBlock)(target));
return;
case 86:
this.label6_Copy22 = ((System.Windows.Controls.Label)(target));
return;
case 87:
this.tbLiPoCells = ((System.Windows.Controls.TextBlock)(target));
return;
case 88:
this.label6_Copy23 = ((System.Windows.Controls.Label)(target));
return;
case 89:
this.tbWPMaxRange = ((System.Windows.Controls.TextBlock)(target));
return;
case 90:
this.label6_Copy24 = ((System.Windows.Controls.Label)(target));
return;
case 91:
this.tbCamCtrl = ((System.Windows.Controls.TextBlock)(target));
return;
case 92:
this.label6_Copy30 = ((System.Windows.Controls.Label)(target));
return;
case 93:
this.FC1_1 = ((System.Windows.Controls.Label)(target));
return;
case 94:
this.FC1_2 = ((System.Windows.Controls.Label)(target));
return;
case 95:
this.FC1_3 = ((System.Windows.Controls.Label)(target));
return;
case 96:
this.FC1_4 = ((System.Windows.Controls.Label)(target));
return;
case 97:
this.FC1_5 = ((System.Windows.Controls.Label)(target));
return;
case 98:
this.FC1_6 = ((System.Windows.Controls.Label)(target));
return;
case 99:
this.FC2_1 = ((System.Windows.Controls.Label)(target));
return;
case 100:
this.FC2_2 = ((System.Windows.Controls.Label)(target));
return;
case 101:
this.FC2_3 = ((System.Windows.Controls.Label)(target));
return;
case 102:
this.FC2_4 = ((System.Windows.Controls.Label)(target));
return;
case 103:
this.FC2_5 = ((System.Windows.Controls.Label)(target));
return;
case 104:
this.FC2_7 = ((System.Windows.Controls.Label)(target));
return;
case 105:
this.FC2_8 = ((System.Windows.Controls.Label)(target));
return;
case 106:
this.NC1_2 = ((System.Windows.Controls.Label)(target));
return;
case 107:
this.NC1_3 = ((System.Windows.Controls.Label)(target));
return;
case 108:
this.NC1_4 = ((System.Windows.Controls.Label)(target));
return;
case 109:
this.NC1_5 = ((System.Windows.Controls.Label)(target));
return;
case 110:
this.NC1_6 = ((System.Windows.Controls.Label)(target));
return;
case 111:
this.NC1_7 = ((System.Windows.Controls.Label)(target));
return;
case 112:
this.NC1_8 = ((System.Windows.Controls.Label)(target));
return;
case 113:
this.FC2_6 = ((System.Windows.Controls.Label)(target));
return;
case 114:
this.groupBox3 = ((System.Windows.Controls.GroupBox)(target));
return;
case 115:
this.textBoxSerial1 = ((System.Windows.Controls.TextBox)(target));
#line 714 "..\..\MainWindow.xaml"
this.textBoxSerial1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_TextChanged);
#line default
#line hidden
return;
case 116:
this.labelSerChan1 = ((System.Windows.Controls.Label)(target));
return;
case 117:
this.SerChan1ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 726 "..\..\MainWindow.xaml"
this.SerChan1ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan1ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 118:
this.btnSer1_0 = ((System.Windows.Controls.Button)(target));
#line 727 "..\..\MainWindow.xaml"
this.btnSer1_0.Click += new System.Windows.RoutedEventHandler(this.btnSer1_0_Click);
#line default
#line hidden
return;
case 119:
this.btnSer1_127 = ((System.Windows.Controls.Button)(target));
#line 728 "..\..\MainWindow.xaml"
this.btnSer1_127.Click += new System.Windows.RoutedEventHandler(this.btnSer1_127_Click);
#line default
#line hidden
return;
case 120:
this.btnSer1_254 = ((System.Windows.Controls.Button)(target));
#line 729 "..\..\MainWindow.xaml"
this.btnSer1_254.Click += new System.Windows.RoutedEventHandler(this.btnSer1_254_Click);
#line default
#line hidden
return;
case 121:
this.textBoxSerial1_val1 = ((System.Windows.Controls.TextBox)(target));
#line 730 "..\..\MainWindow.xaml"
this.textBoxSerial1_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 730 "..\..\MainWindow.xaml"
this.textBoxSerial1_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val1_TextChanged);
#line default
#line hidden
return;
case 122:
this.textBoxSerial1_val2 = ((System.Windows.Controls.TextBox)(target));
#line 731 "..\..\MainWindow.xaml"
this.textBoxSerial1_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 731 "..\..\MainWindow.xaml"
this.textBoxSerial1_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val2_TextChanged);
#line default
#line hidden
return;
case 123:
this.textBoxSerial1_val3 = ((System.Windows.Controls.TextBox)(target));
#line 732 "..\..\MainWindow.xaml"
this.textBoxSerial1_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 732 "..\..\MainWindow.xaml"
this.textBoxSerial1_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val3_TextChanged);
#line default
#line hidden
return;
case 124:
this.btnSer1_val1 = ((System.Windows.Controls.Button)(target));
#line 733 "..\..\MainWindow.xaml"
this.btnSer1_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val1_Click);
#line default
#line hidden
return;
case 125:
this.btnSer1_val2 = ((System.Windows.Controls.Button)(target));
#line 742 "..\..\MainWindow.xaml"
this.btnSer1_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val2_Click);
#line default
#line hidden
return;
case 126:
this.btnSer1_val3 = ((System.Windows.Controls.Button)(target));
#line 751 "..\..\MainWindow.xaml"
this.btnSer1_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val3_Click);
#line default
#line hidden
return;
case 127:
this.groupBoxSerchan2 = ((System.Windows.Controls.GroupBox)(target));
return;
case 128:
this.textBoxSerial2 = ((System.Windows.Controls.TextBox)(target));
#line 765 "..\..\MainWindow.xaml"
this.textBoxSerial2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_TextChanged);
#line default
#line hidden
return;
case 129:
this.labelSerChan2 = ((System.Windows.Controls.Label)(target));
return;
case 130:
this.SerChan2ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 777 "..\..\MainWindow.xaml"
this.SerChan2ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan2ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 131:
this.btnSer2_0 = ((System.Windows.Controls.Button)(target));
#line 778 "..\..\MainWindow.xaml"
this.btnSer2_0.Click += new System.Windows.RoutedEventHandler(this.btnSer2_0_Click);
#line default
#line hidden
return;
case 132:
this.btnSer2_127 = ((System.Windows.Controls.Button)(target));
#line 779 "..\..\MainWindow.xaml"
this.btnSer2_127.Click += new System.Windows.RoutedEventHandler(this.btnSer2_127_Click);
#line default
#line hidden
return;
case 133:
this.btnSer2_254 = ((System.Windows.Controls.Button)(target));
#line 780 "..\..\MainWindow.xaml"
this.btnSer2_254.Click += new System.Windows.RoutedEventHandler(this.btnSer2_254_Click);
#line default
#line hidden
return;
case 134:
this.textBoxSerial2_val1 = ((System.Windows.Controls.TextBox)(target));
#line 781 "..\..\MainWindow.xaml"
this.textBoxSerial2_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 781 "..\..\MainWindow.xaml"
this.textBoxSerial2_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val1_TextChanged);
#line default
#line hidden
return;
case 135:
this.textBoxSerial2_val2 = ((System.Windows.Controls.TextBox)(target));
#line 782 "..\..\MainWindow.xaml"
this.textBoxSerial2_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 782 "..\..\MainWindow.xaml"
this.textBoxSerial2_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val2_TextChanged);
#line default
#line hidden
return;
case 136:
this.textBoxSerial2_val3 = ((System.Windows.Controls.TextBox)(target));
#line 783 "..\..\MainWindow.xaml"
this.textBoxSerial2_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 783 "..\..\MainWindow.xaml"
this.textBoxSerial2_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val3_TextChanged);
#line default
#line hidden
return;
case 137:
this.btnSer2_val1 = ((System.Windows.Controls.Button)(target));
#line 784 "..\..\MainWindow.xaml"
this.btnSer2_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val1_Click);
#line default
#line hidden
return;
case 138:
this.btnSer2_val2 = ((System.Windows.Controls.Button)(target));
#line 793 "..\..\MainWindow.xaml"
this.btnSer2_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val2_Click);
#line default
#line hidden
return;
case 139:
this.btnSer2_val3 = ((System.Windows.Controls.Button)(target));
#line 802 "..\..\MainWindow.xaml"
this.btnSer2_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val3_Click);
#line default
#line hidden
return;
case 140:
this.groupBoxSerchan3 = ((System.Windows.Controls.GroupBox)(target));
return;
case 141:
this.textBoxSerial3 = ((System.Windows.Controls.TextBox)(target));
#line 816 "..\..\MainWindow.xaml"
this.textBoxSerial3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_TextChanged);
#line default
#line hidden
return;
case 142:
this.labelSerChan3 = ((System.Windows.Controls.Label)(target));
return;
case 143:
this.SerChan3ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 828 "..\..\MainWindow.xaml"
this.SerChan3ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan3ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 144:
this.btnSer3_0 = ((System.Windows.Controls.Button)(target));
#line 829 "..\..\MainWindow.xaml"
this.btnSer3_0.Click += new System.Windows.RoutedEventHandler(this.btnSer3_0_Click);
#line default
#line hidden
return;
case 145:
this.btnSer3_127 = ((System.Windows.Controls.Button)(target));
#line 830 "..\..\MainWindow.xaml"
this.btnSer3_127.Click += new System.Windows.RoutedEventHandler(this.btnSer3_127_Click);
#line default
#line hidden
return;
case 146:
this.btnSer3_254 = ((System.Windows.Controls.Button)(target));
#line 831 "..\..\MainWindow.xaml"
this.btnSer3_254.Click += new System.Windows.RoutedEventHandler(this.btnSer3_254_Click);
#line default
#line hidden
return;
case 147:
this.textBoxSerial3_val1 = ((System.Windows.Controls.TextBox)(target));
#line 832 "..\..\MainWindow.xaml"
this.textBoxSerial3_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 832 "..\..\MainWindow.xaml"
this.textBoxSerial3_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val1_TextChanged);
#line default
#line hidden
return;
case 148:
this.textBoxSerial3_val2 = ((System.Windows.Controls.TextBox)(target));
#line 833 "..\..\MainWindow.xaml"
this.textBoxSerial3_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 833 "..\..\MainWindow.xaml"
this.textBoxSerial3_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val2_TextChanged);
#line default
#line hidden
return;
case 149:
this.textBoxSerial3_val3 = ((System.Windows.Controls.TextBox)(target));
#line 834 "..\..\MainWindow.xaml"
this.textBoxSerial3_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 834 "..\..\MainWindow.xaml"
this.textBoxSerial3_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val3_TextChanged);
#line default
#line hidden
return;
case 150:
this.btnSer3_val1 = ((System.Windows.Controls.Button)(target));
#line 835 "..\..\MainWindow.xaml"
this.btnSer3_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val1_Click);
#line default
#line hidden
return;
case 151:
this.btnSer3_val2 = ((System.Windows.Controls.Button)(target));
#line 844 "..\..\MainWindow.xaml"
this.btnSer3_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val2_Click);
#line default
#line hidden
return;
case 152:
this.btnSer3_val3 = ((System.Windows.Controls.Button)(target));
#line 853 "..\..\MainWindow.xaml"
this.btnSer3_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val3_Click);
#line default
#line hidden
return;
case 153:
this.tbDataLicenseUser = ((System.Windows.Controls.TextBlock)(target));
return;
case 154:
this.tbDataLicenseMail = ((System.Windows.Controls.TextBlock)(target));
return;
case 155:
this.label6_Copy25 = ((System.Windows.Controls.Label)(target));
return;
case 156:
this.label6_Copy26 = ((System.Windows.Controls.Label)(target));
return;
case 157:
this.tbDataLicenseFeature = ((System.Windows.Controls.TextBlock)(target));
return;
case 158:
this.label6_Copy27 = ((System.Windows.Controls.Label)(target));
return;
case 159:
this.tbDataLicenseExpire = ((System.Windows.Controls.TextBlock)(target));
return;
case 160:
this.tbDataLicenseLicense = ((System.Windows.Controls.TextBlock)(target));
return;
case 161:
this.label6_Copy28 = ((System.Windows.Controls.Label)(target));
return;
case 162:
this.label6_Copy29 = ((System.Windows.Controls.Label)(target));
return;
case 163:
this.GridSettings = ((System.Windows.Controls.Grid)(target));
return;
case 164:
this.tabControlSettings = ((System.Windows.Controls.TabControl)(target));
return;
case 165:
this.TabGridGeneral = ((System.Windows.Controls.Grid)(target));
return;
case 166:
this.serialPortCtrl = ((MKLiveView.SerialPortCtrl)(target));
return;
case 167:
this.groupBox = ((System.Windows.Controls.GroupBox)(target));
return;
case 168:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 169:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 170:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 171:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 172:
this.cBoxTimingsDebug = ((System.Windows.Controls.ComboBox)(target));
#line 897 "..\..\MainWindow.xaml"
this.cBoxTimingsDebug.DropDownClosed += new System.EventHandler(this.cBoxTimingsDebug_DropDownClosed);
#line default
#line hidden
return;
case 173:
this.cBoxTimingsNav = ((System.Windows.Controls.ComboBox)(target));
#line 898 "..\..\MainWindow.xaml"
this.cBoxTimingsNav.DropDownClosed += new System.EventHandler(this.cBoxTimingsNav_DropDownClosed);
#line default
#line hidden
return;
case 174:
this.cBoxTimingsBl = ((System.Windows.Controls.ComboBox)(target));
#line 899 "..\..\MainWindow.xaml"
this.cBoxTimingsBl.DropDownClosed += new System.EventHandler(this.cBoxTimingsBl_DropDownClosed);
#line default
#line hidden
return;
case 175:
this.cBoxTimingsOSD = ((System.Windows.Controls.ComboBox)(target));
#line 900 "..\..\MainWindow.xaml"
this.cBoxTimingsOSD.DropDownClosed += new System.EventHandler(this.cBoxTimingsOSD_DropDownClosed);
#line default
#line hidden
return;
case 176:
this.chkbAutoDbg = ((System.Windows.Controls.CheckBox)(target));
#line 901 "..\..\MainWindow.xaml"
this.chkbAutoDbg.Click += new System.Windows.RoutedEventHandler(this.chkbAutoDbg_Click);
#line default
#line hidden
return;
case 177:
this.chkbAutoNav = ((System.Windows.Controls.CheckBox)(target));
#line 902 "..\..\MainWindow.xaml"
this.chkbAutoNav.Click += new System.Windows.RoutedEventHandler(this.chkbAutoNav_Click);
#line default
#line hidden
return;
case 178:
this.chkbAutoBL = ((System.Windows.Controls.CheckBox)(target));
#line 903 "..\..\MainWindow.xaml"
this.chkbAutoBL.Click += new System.Windows.RoutedEventHandler(this.chkbAutoBL_Click);
#line default
#line hidden
return;
case 179:
this.chkbAutoOSD = ((System.Windows.Controls.CheckBox)(target));
#line 904 "..\..\MainWindow.xaml"
this.chkbAutoOSD.Click += new System.Windows.RoutedEventHandler(this.chkbAutoOSD_Click);
#line default
#line hidden
return;
case 180:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 181:
this.cBoxLiPoCells = ((System.Windows.Controls.ComboBox)(target));
#line 906 "..\..\MainWindow.xaml"
this.cBoxLiPoCells.DropDownClosed += new System.EventHandler(this.cBoxLiPoCells_DropDownClosed);
#line default
#line hidden
return;
case 182:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 183:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 184:
this.cBoxMotors = ((System.Windows.Controls.ComboBox)(target));
#line 909 "..\..\MainWindow.xaml"
this.cBoxMotors.DropDownClosed += new System.EventHandler(this.cBoxMotors_DropDownClosed);
#line default
#line hidden
return;
case 185:
this.tbSettingsCapa = ((System.Windows.Controls.TextBox)(target));
return;
case 186:
this.buttonSwitchNC = ((System.Windows.Controls.Button)(target));
#line 913 "..\..\MainWindow.xaml"
this.buttonSwitchNC.Click += new System.Windows.RoutedEventHandler(this.buttonSwitchNC_Click);
#line default
#line hidden
return;
case 187:
this.TabGridStyle = ((System.Windows.Controls.Grid)(target));
return;
case 188:
this.label_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 189:
this.labelUIScale = ((System.Windows.Controls.Label)(target));
return;
case 190:
this.UIScaleSlider = ((System.Windows.Controls.Slider)(target));
return;
case 191:
this.UIScaleTopSlider = ((System.Windows.Controls.Slider)(target));
#line 931 "..\..\MainWindow.xaml"
this.UIScaleTopSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.UIScaleTopSlider_ValueChanged);
#line default
#line hidden
return;
case 192:
this.label_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 193:
this.labelTopBarScale = ((System.Windows.Controls.Label)(target));
return;
case 194:
this.UIScaleMotorsSlider = ((System.Windows.Controls.Slider)(target));
return;
case 195:
this.label_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 196:
this.labelMotorsScale = ((System.Windows.Controls.Label)(target));
return;
case 197:
this.UIScaleOSDSlider = ((System.Windows.Controls.Slider)(target));
#line 957 "..\..\MainWindow.xaml"
this.UIScaleOSDSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.UIScaleOSDSlider_ValueChanged);
#line default
#line hidden
return;
case 198:
this.label_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 199:
this.labelOSDScale = ((System.Windows.Controls.Label)(target));
return;
case 200:
this.UIScaleLOGSlider = ((System.Windows.Controls.Slider)(target));
return;
case 201:
this.label_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 202:
this.labelLOGScale = ((System.Windows.Controls.Label)(target));
return;
case 203:
this.UIScaleHorizonSlider = ((System.Windows.Controls.Slider)(target));
return;
case 204:
this.label_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 205:
this.labelHorizonScale = ((System.Windows.Controls.Label)(target));
return;
case 206:
this.buttonUIScaleReset = ((System.Windows.Controls.Button)(target));
#line 996 "..\..\MainWindow.xaml"
this.buttonUIScaleReset.Click += new System.Windows.RoutedEventHandler(this.buttonUIScaleReset_Click);
#line default
#line hidden
return;
case 207:
this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
return;
case 208:
this.chkBoxTopBarShowVoltage = ((System.Windows.Controls.CheckBox)(target));
return;
case 209:
this.chkBoxTopBarShowCapacity = ((System.Windows.Controls.CheckBox)(target));
return;
case 210:
this.chkBoxTopBarShowCurrent = ((System.Windows.Controls.CheckBox)(target));
return;
case 211:
this.chkBoxTopBarShowFlightTime = ((System.Windows.Controls.CheckBox)(target));
return;
case 212:
this.chkBoxTopBarShowDistanceHP = ((System.Windows.Controls.CheckBox)(target));
return;
case 213:
this.chkBoxTopBarShowHeight = ((System.Windows.Controls.CheckBox)(target));
return;
case 214:
this.chkBoxTopBarShowSpeed = ((System.Windows.Controls.CheckBox)(target));
return;
case 215:
this.chkBoxTopBarShowMF = ((System.Windows.Controls.CheckBox)(target));
return;
case 216:
this.chkBoxTopBarShowSatellites = ((System.Windows.Controls.CheckBox)(target));
return;
case 217:
this.chkBoxTopBarShowRC = ((System.Windows.Controls.CheckBox)(target));
return;
case 218:
this.chkBoxShowHorizon = ((System.Windows.Controls.CheckBox)(target));
return;
case 219:
this.chkBoxSaveFullScreenState = ((System.Windows.Controls.CheckBox)(target));
#line 1012 "..\..\MainWindow.xaml"
this.chkBoxSaveFullScreenState.Click += new System.Windows.RoutedEventHandler(this.chkBoxSaveFullScreenState_Click);
#line default
#line hidden
return;
case 220:
this.chkBoxSaveNormalState = ((System.Windows.Controls.CheckBox)(target));
#line 1013 "..\..\MainWindow.xaml"
this.chkBoxSaveNormalState.Click += new System.Windows.RoutedEventHandler(this.chkBoxSaveNormalState_Click);
#line default
#line hidden
return;
case 221:
this.GridMapData = ((System.Windows.Controls.Grid)(target));
return;
case 222:
this.checkBoxFollowCopter = ((System.Windows.Controls.CheckBox)(target));
#line 1018 "..\..\MainWindow.xaml"
this.checkBoxFollowCopter.Click += new System.Windows.RoutedEventHandler(this.checkBoxFollowCopter_Click);
#line default
#line hidden
return;
case 223:
this.checkBoxAutoSetHP = ((System.Windows.Controls.CheckBox)(target));
#line 1019 "..\..\MainWindow.xaml"
this.checkBoxAutoSetHP.Click += new System.Windows.RoutedEventHandler(this.checkBoxAutoSetHP_Click);
#line default
#line hidden
return;
case 224:
this.textBoxGeo = ((System.Windows.Controls.TextBox)(target));
#line 1020 "..\..\MainWindow.xaml"
this.textBoxGeo.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxGeo_KeyUp);
#line default
#line hidden
return;
case 225:
this.buttonGeoCoding = ((System.Windows.Controls.Button)(target));
#line 1021 "..\..\MainWindow.xaml"
this.buttonGeoCoding.Click += new System.Windows.RoutedEventHandler(this.buttonGeoCoding_Click);
#line default
#line hidden
return;
case 226:
this.buttonReloadMap = ((System.Windows.Controls.Button)(target));
#line 1022 "..\..\MainWindow.xaml"
this.buttonReloadMap.Click += new System.Windows.RoutedEventHandler(this.ReloadMap_Click);
#line default
#line hidden
return;
case 227:
this.textBoxLat = ((System.Windows.Controls.TextBox)(target));
return;
case 228:
this.textBoxLng = ((System.Windows.Controls.TextBox)(target));
return;
case 229:
this.buttonGeoLoc = ((System.Windows.Controls.Button)(target));
#line 1025 "..\..\MainWindow.xaml"
this.buttonGeoLoc.Click += new System.Windows.RoutedEventHandler(this.buttonGeoLoc_Click);
#line default
#line hidden
return;
case 230:
this.label2 = ((System.Windows.Controls.Label)(target));
return;
case 231:
this.label3 = ((System.Windows.Controls.Label)(target));
return;
case 232:
this.comboBoxMapType = ((System.Windows.Controls.ComboBox)(target));
return;
case 233:
this.label1 = ((System.Windows.Controls.Label)(target));
return;
case 234:
this.comboBoxMode = ((System.Windows.Controls.ComboBox)(target));
#line 1032 "..\..\MainWindow.xaml"
this.comboBoxMode.DropDownClosed += new System.EventHandler(this.comboBoxMode_DropDownClosed);
#line default
#line hidden
return;
case 235:
this.label5 = ((System.Windows.Controls.Label)(target));
return;
case 236:
this.buttonPrefetch = ((System.Windows.Controls.Button)(target));
#line 1034 "..\..\MainWindow.xaml"
this.buttonPrefetch.Click += new System.Windows.RoutedEventHandler(this.buttonPrefetch_Click);
#line default
#line hidden
return;
case 237:
this.label1_Copy = ((System.Windows.Controls.Label)(target));
return;
case 238:
this.textBoxLat_currentPos = ((System.Windows.Controls.TextBox)(target));
return;
case 239:
this.textBoxLng_currentPos = ((System.Windows.Controls.TextBox)(target));
return;
case 240:
this.label2_Copy = ((System.Windows.Controls.Label)(target));
return;
case 241:
this.label3_Copy = ((System.Windows.Controls.Label)(target));
return;
case 242:
this.label1_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 243:
this.sliderMapZoom = ((System.Windows.Controls.Slider)(target));
#line 1041 "..\..\MainWindow.xaml"
this.sliderMapZoom.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderMapZoom_ValueChanged);
#line default
#line hidden
return;
case 244:
this.label2_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 245:
this.labelZoom = ((System.Windows.Controls.Label)(target));
return;
case 246:
this.btnSetHP = ((System.Windows.Controls.Button)(target));
#line 1044 "..\..\MainWindow.xaml"
this.btnSetHP.Click += new System.Windows.RoutedEventHandler(this.btnSetHP_Click);
#line default
#line hidden
return;
case 247:
this.btnClearHP = ((System.Windows.Controls.Button)(target));
#line 1045 "..\..\MainWindow.xaml"
this.btnClearHP.Click += new System.Windows.RoutedEventHandler(this.btnClearHP_Click);
#line default
#line hidden
return;
case 248:
this.btnGotoHP = ((System.Windows.Controls.Button)(target));
#line 1046 "..\..\MainWindow.xaml"
this.btnGotoHP.Click += new System.Windows.RoutedEventHandler(this.btnGotoHP_Click);
#line default
#line hidden
return;
case 249:
this.checkBoxGPXLog = ((System.Windows.Controls.CheckBox)(target));
#line 1047 "..\..\MainWindow.xaml"
this.checkBoxGPXLog.Click += new System.Windows.RoutedEventHandler(this.checkBoxGPXLog_Click);
#line default
#line hidden
return;
case 250:
this.btnLoadGPXLog = ((System.Windows.Controls.Button)(target));
#line 1059 "..\..\MainWindow.xaml"
this.btnLoadGPXLog.Click += new System.Windows.RoutedEventHandler(this.btnLoadGPXLog_Click);
#line default
#line hidden
return;
case 251:
this.label4_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 252:
this.btnClearRoute = ((System.Windows.Controls.Button)(target));
#line 1065 "..\..\MainWindow.xaml"
this.btnClearRoute.Click += new System.Windows.RoutedEventHandler(this.btnClearRoute_Click);
#line default
#line hidden
return;
case 253:
this.groupBox2 = ((System.Windows.Controls.GroupBox)(target));
return;
case 254:
this.sliderThresholdVoltageCrit = ((System.Windows.Controls.Slider)(target));
#line 1072 "..\..\MainWindow.xaml"
this.sliderThresholdVoltageCrit.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdVoltageCrit_ValueChanged);
#line default
#line hidden
return;
case 255:
this.labelThresholdVoltageCrit = ((System.Windows.Controls.Label)(target));
return;
case 256:
this.labelThresholdVoltageCrit_Copy = ((System.Windows.Controls.Label)(target));
return;
case 257:
this.sliderThresholdVoltageWarn = ((System.Windows.Controls.Slider)(target));
#line 1085 "..\..\MainWindow.xaml"
this.sliderThresholdVoltageWarn.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdVoltageWarn_ValueChanged);
#line default
#line hidden
return;
case 258:
this.labelThresholdVoltageWarn = ((System.Windows.Controls.Label)(target));
return;
case 259:
this.labelThresholdVoltageCrit_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 260:
this.groupBox2_Copy1 = ((System.Windows.Controls.GroupBox)(target));
return;
case 261:
this.checkBoxSatfixLost = ((System.Windows.Controls.CheckBox)(target));
#line 1103 "..\..\MainWindow.xaml"
this.checkBoxSatfixLost.Click += new System.Windows.RoutedEventHandler(this.checkBoxSatfixLost_Click);
#line default
#line hidden
return;
case 262:
this.checkBoxMagneticField = ((System.Windows.Controls.CheckBox)(target));
#line 1104 "..\..\MainWindow.xaml"
this.checkBoxMagneticField.Click += new System.Windows.RoutedEventHandler(this.checkBoxMagneticField_Click);
#line default
#line hidden
return;
case 263:
this.checkBoxRClevel = ((System.Windows.Controls.CheckBox)(target));
#line 1105 "..\..\MainWindow.xaml"
this.checkBoxRClevel.Click += new System.Windows.RoutedEventHandler(this.checkBoxRClevel_Click);
#line default
#line hidden
return;
case 264:
this.checkBoxThresholdDistanceVoice = ((System.Windows.Controls.CheckBox)(target));
#line 1106 "..\..\MainWindow.xaml"
this.checkBoxThresholdDistanceVoice.Click += new System.Windows.RoutedEventHandler(this.checkBoxThresholdDistanceVoice_Click);
#line default
#line hidden
return;
case 265:
this.checkBoxThresholdVoltageVoice = ((System.Windows.Controls.CheckBox)(target));
#line 1107 "..\..\MainWindow.xaml"
this.checkBoxThresholdVoltageVoice.Click += new System.Windows.RoutedEventHandler(this.checkBoxThresholdVoltageVoice_Click);
#line default
#line hidden
return;
case 266:
this.grpBox = ((System.Windows.Controls.GroupBox)(target));
return;
case 267:
this.sliderThresholdDistanceWarn = ((System.Windows.Controls.Slider)(target));
#line 1112 "..\..\MainWindow.xaml"
this.sliderThresholdDistanceWarn.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdDistanceWarn_ValueChanged);
#line default
#line hidden
return;
case 268:
this.labelThresholdDistanceWarn = ((System.Windows.Controls.Label)(target));
return;
case 269:
this.comboBoxFSColor = ((System.Windows.Controls.ComboBox)(target));
#line 1133 "..\..\MainWindow.xaml"
this.comboBoxFSColor.DropDownClosed += new System.EventHandler(this.comboBoxFSColor_DropDownClosed);
#line default
#line hidden
return;
case 270:
this.label4_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 271:
this.comboBoxWPColor = ((System.Windows.Controls.ComboBox)(target));
#line 1141 "..\..\MainWindow.xaml"
this.comboBoxWPColor.DropDownClosed += new System.EventHandler(this.comboBoxWPColor_DropDownClosed);
#line default
#line hidden
return;
case 272:
this.label4_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 273:
this.comboBoxPOIColor = ((System.Windows.Controls.ComboBox)(target));
#line 1149 "..\..\MainWindow.xaml"
this.comboBoxPOIColor.DropDownClosed += new System.EventHandler(this.comboBoxPOIColor_DropDownClosed);
#line default
#line hidden
return;
case 274:
this.label4_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 275:
this.comboBoxCopterColor = ((System.Windows.Controls.ComboBox)(target));
#line 1157 "..\..\MainWindow.xaml"
this.comboBoxCopterColor.DropDownClosed += new System.EventHandler(this.comboBoxCopterColor_DropDownClosed);
#line default
#line hidden
return;
case 276:
this.label4_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 277:
this.comboBoxRouteColor = ((System.Windows.Controls.ComboBox)(target));
#line 1165 "..\..\MainWindow.xaml"
this.comboBoxRouteColor.DropDownClosed += new System.EventHandler(this.comboBoxRouteColor_DropDownClosed);
#line default
#line hidden
return;
case 278:
this.label4_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 279:
this.comboBoxLandingColor = ((System.Windows.Controls.ComboBox)(target));
#line 1173 "..\..\MainWindow.xaml"
this.comboBoxLandingColor.DropDownClosed += new System.EventHandler(this.comboBoxLandingColor_DropDownClosed);
#line default
#line hidden
return;
case 280:
this.label4_Copy31 = ((System.Windows.Controls.Label)(target));
return;
case 281:
this.comboBoxCopterHeadingColor = ((System.Windows.Controls.ComboBox)(target));
#line 1181 "..\..\MainWindow.xaml"
this.comboBoxCopterHeadingColor.DropDownClosed += new System.EventHandler(this.comboBoxCopterHeadingColor_DropDownClosed);
#line default
#line hidden
return;
case 282:
this.label4_Copy33 = ((System.Windows.Controls.Label)(target));
return;
case 283:
this.comboBoxWPMaxRangeColor = ((System.Windows.Controls.ComboBox)(target));
#line 1189 "..\..\MainWindow.xaml"
this.comboBoxWPMaxRangeColor.DropDownClosed += new System.EventHandler(this.comboBoxWPMaxRangeColor_DropDownClosed);
#line default
#line hidden
return;
case 284:
this.label4_Copy39 = ((System.Windows.Controls.Label)(target));
return;
case 285:
this.ArtHor = ((MKLiveView.ArtificialHorizon.ArtificialHorizon)(target));
return;
case 286:
this.GridLog = ((System.Windows.Controls.Grid)(target));
return;
case 287:
this.rtfError = ((System.Windows.Controls.RichTextBox)(target));
return;
case 288:
this.rtfTerminal = ((System.Windows.Controls.RichTextBox)(target));
return;
case 289:
this.GridMotors = ((System.Windows.Controls.Grid)(target));
return;
case 290:
this.dgvMotors1 = ((System.Windows.Controls.DataGrid)(target));
return;
case 291:
this.GridOSD = ((System.Windows.Controls.Grid)(target));
return;
case 292:
this.rtfOSD = ((System.Windows.Controls.RichTextBox)(target));
return;
case 293:
this.cbOSD = ((System.Windows.Controls.ComboBox)(target));
#line 1257 "..\..\MainWindow.xaml"
this.cbOSD.DropDownClosed += new System.EventHandler(this.cbOSD_DropDownClosing);
#line default
#line hidden
return;
case 294:
this.btnOSDBackward = ((System.Windows.Controls.Button)(target));
#line 1258 "..\..\MainWindow.xaml"
this.btnOSDBackward.Click += new System.Windows.RoutedEventHandler(this.btnOSDBackward_Click);
#line default
#line hidden
return;
case 295:
this.btnOSDForward = ((System.Windows.Controls.Button)(target));
#line 1259 "..\..\MainWindow.xaml"
this.btnOSDForward.Click += new System.Windows.RoutedEventHandler(this.btnOSDForward_Click);
#line default
#line hidden
return;
case 296:
this.label_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 297:
this.btnOSDEnter = ((System.Windows.Controls.Button)(target));
#line 1261 "..\..\MainWindow.xaml"
this.btnOSDEnter.Click += new System.Windows.RoutedEventHandler(this.btnOSDEnter_Click);
#line default
#line hidden
return;
case 298:
this.btnOSDLeave = ((System.Windows.Controls.Button)(target));
#line 1262 "..\..\MainWindow.xaml"
this.btnOSDLeave.Click += new System.Windows.RoutedEventHandler(this.btnOSDLeave_Click);
#line default
#line hidden
return;
case 299:
this.lblSimu = ((System.Windows.Controls.Label)(target));
return;
case 300:
this.GridWP = ((System.Windows.Controls.Grid)(target));
return;
case 301:
this.label4 = ((System.Windows.Controls.Label)(target));
return;
case 302:
this.lblWPCount = ((System.Windows.Controls.Label)(target));
return;
case 303:
this.label4_Copy = ((System.Windows.Controls.Label)(target));
return;
case 304:
this.lblWPIndex = ((System.Windows.Controls.Label)(target));
return;
case 305:
this.btnGetWPList = ((System.Windows.Controls.Button)(target));
#line 1292 "..\..\MainWindow.xaml"
this.btnGetWPList.Click += new System.Windows.RoutedEventHandler(this.btnGetWP_Click);
#line default
#line hidden
return;
case 306:
this.btnSendWPList = ((System.Windows.Controls.Button)(target));
#line 1308 "..\..\MainWindow.xaml"
this.btnSendWPList.Click += new System.Windows.RoutedEventHandler(this.btnSendWPList_Click);
#line default
#line hidden
return;
case 307:
this.btnLoadWPLFile = ((System.Windows.Controls.Button)(target));
#line 1324 "..\..\MainWindow.xaml"
this.btnLoadWPLFile.Click += new System.Windows.RoutedEventHandler(this.btnLoadWPLFile_Click);
#line default
#line hidden
return;
case 308:
this.label4_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 309:
this.label4_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 310:
this.label4_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 311:
this.btnClearWPList = ((System.Windows.Controls.Button)(target));
#line 1343 "..\..\MainWindow.xaml"
this.btnClearWPList.Click += new System.Windows.RoutedEventHandler(this.btnClearWPList_Click);
#line default
#line hidden
return;
case 312:
this.label4_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 313:
this.btnClearCopterList = ((System.Windows.Controls.Button)(target));
#line 1360 "..\..\MainWindow.xaml"
this.btnClearCopterList.Click += new System.Windows.RoutedEventHandler(this.btnClearCopterList_Click);
#line default
#line hidden
return;
case 314:
this.label4_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 315:
this.btnSaveWPLFile = ((System.Windows.Controls.Button)(target));
#line 1377 "..\..\MainWindow.xaml"
this.btnSaveWPLFile.Click += new System.Windows.RoutedEventHandler(this.btnSaveWPLFile_Click);
#line default
#line hidden
return;
case 316:
this.label4_Copy13 = ((System.Windows.Controls.Label)(target));
return;
case 317:
this.dgvWP = ((System.Windows.Controls.DataGrid)(target));
#line 1385 "..\..\MainWindow.xaml"
this.dgvWP.MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.dgvWP_MouseUp);
#line default
#line hidden
#line 1385 "..\..\MainWindow.xaml"
this.dgvWP.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgvWP_MouseDoubleClick);
#line default
#line hidden
return;
case 318:
this.dataGridTextColumn = ((System.Windows.Controls.DataGridTextColumn)(target));
return;
case 319:
this.checkBoxShowWPRoute = ((System.Windows.Controls.CheckBox)(target));
#line 1403 "..\..\MainWindow.xaml"
this.checkBoxShowWPRoute.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPRoute_Click);
#line default
#line hidden
return;
case 320:
this.label4_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 321:
this.lblWPRouteDistance = ((System.Windows.Controls.Label)(target));
return;
case 322:
this.label4_Copy14 = ((System.Windows.Controls.Label)(target));
return;
case 323:
this.lblWPCountNC = ((System.Windows.Controls.Label)(target));
return;
case 324:
this.label4_Copy15 = ((System.Windows.Controls.Label)(target));
return;
case 325:
this.lblWPIndexNC = ((System.Windows.Controls.Label)(target));
return;
case 326:
this.rectSimulate = ((System.Windows.Shapes.Rectangle)(target));
return;
case 327:
this.btnWPSimulateStart = ((System.Windows.Controls.Button)(target));
#line 1431 "..\..\MainWindow.xaml"
this.btnWPSimulateStart.Click += new System.Windows.RoutedEventHandler(this.btnWPSimulateStart_Click);
#line default
#line hidden
return;
case 328:
this.label4_Copy32 = ((System.Windows.Controls.Label)(target));
return;
case 329:
this.label4_Copy35 = ((System.Windows.Controls.Label)(target));
return;
case 330:
this.lblWPRouteDistanceWP = ((System.Windows.Controls.Label)(target));
return;
case 331:
this.label4_Copy36 = ((System.Windows.Controls.Label)(target));
return;
case 332:
this.lblWPHoldTime = ((System.Windows.Controls.Label)(target));
return;
case 333:
this.checkBoxShowWPStatus = ((System.Windows.Controls.CheckBox)(target));
#line 1441 "..\..\MainWindow.xaml"
this.checkBoxShowWPStatus.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPStatus_Click);
#line default
#line hidden
return;
case 334:
this.checkBoxShowWPMaxRange = ((System.Windows.Controls.CheckBox)(target));
#line 1442 "..\..\MainWindow.xaml"
this.checkBoxShowWPMaxRange.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPMaxRange_click);
#line default
#line hidden
return;
case 335:
this.checkBoxAutoShowWPEdit = ((System.Windows.Controls.CheckBox)(target));
#line 1443 "..\..\MainWindow.xaml"
this.checkBoxAutoShowWPEdit.Click += new System.Windows.RoutedEventHandler(this.checkBoxAutoShowWPEdit_Click);
#line default
#line hidden
return;
case 336:
this.GridSideBarR = ((System.Windows.Controls.Grid)(target));
return;
case 337:
this.labelMotordata = ((System.Windows.Controls.Label)(target));
#line 1446 "..\..\MainWindow.xaml"
this.labelMotordata.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelMotorData_MouseDown);
#line default
#line hidden
return;
case 338:
this.labelOSD = ((System.Windows.Controls.Label)(target));
#line 1469 "..\..\MainWindow.xaml"
this.labelOSD.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelOSD_MouseDown);
#line default
#line hidden
return;
case 339:
this.tbSideBarStatusMotors = ((System.Windows.Controls.TextBox)(target));
return;
case 340:
this.tbSideBarStatusPH = ((System.Windows.Controls.TextBox)(target));
return;
case 341:
this.tbSideBarStatusCF = ((System.Windows.Controls.TextBox)(target));
return;
case 342:
this.tbSideBarStatusAC = ((System.Windows.Controls.TextBox)(target));
return;
case 343:
this.tbSideBarStatusEmergencyLanding = ((System.Windows.Controls.TextBox)(target));
return;
case 344:
this.tbSideBarGPXLog = ((System.Windows.Controls.TextBox)(target));
return;
case 345:
this.labelWPEdit = ((System.Windows.Controls.Label)(target));
#line 1510 "..\..\MainWindow.xaml"
this.labelWPEdit.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelWPEdit_MouseDown);
#line default
#line hidden
return;
case 346:
this.labelCamera = ((System.Windows.Controls.Label)(target));
#line 1533 "..\..\MainWindow.xaml"
this.labelCamera.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelCamera_MouseDown);
#line default
#line hidden
return;
case 347:
this.labelCam_pic = ((System.Windows.Controls.Label)(target));
#line 1556 "..\..\MainWindow.xaml"
this.labelCam_pic.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblCam_Click);
#line default
#line hidden
return;
case 348:
this.WPStatus = ((System.Windows.Controls.Grid)(target));
return;
case 349:
this.label4_Copy38 = ((System.Windows.Controls.Label)(target));
return;
case 350:
this.label4_Copy37 = ((System.Windows.Controls.Label)(target));
return;
case 351:
this.lblWPStatusIndexNC = ((System.Windows.Controls.Label)(target));
return;
case 352:
this.lblWPStatusCountNC = ((System.Windows.Controls.Label)(target));
return;
case 353:
this.tbWPStatusDistanceWP = ((System.Windows.Controls.TextBox)(target));
return;
case 354:
this.tbWPStatusHoldTime = ((System.Windows.Controls.TextBox)(target));
return;
case 355:
this.imageFlightTime1 = ((System.Windows.Controls.Image)(target));
return;
case 356:
this.tbWPStatusHeight = ((System.Windows.Controls.TextBox)(target));
return;
case 357:
this.imageFlightTime_Copy1 = ((System.Windows.Controls.Image)(target));
return;
case 358:
this.GridWPEdit = ((System.Windows.Controls.Grid)(target));
return;
case 359:
this.lblWPEditAlt = ((System.Windows.Controls.Label)(target));
return;
case 360:
this.SliderAlt = ((System.Windows.Controls.Slider)(target));
return;
case 361:
this.label4_Copy41 = ((System.Windows.Controls.Label)(target));
return;
case 362:
this.lblWPEditHeading = ((System.Windows.Controls.Label)(target));
return;
case 363:
this.SliderHeading = ((System.Windows.Controls.Slider)(target));
return;
case 364:
this.label4_Copy42 = ((System.Windows.Controls.Label)(target));
return;
case 365:
this.cbWPEditHeading = ((System.Windows.Controls.ComboBox)(target));
return;
case 366:
this.lblWPEditSpeed = ((System.Windows.Controls.Label)(target));
return;
case 367:
this.SliderSpeed = ((System.Windows.Controls.Slider)(target));
return;
case 368:
this.label4_Copy43 = ((System.Windows.Controls.Label)(target));
return;
case 369:
this.cbWPEditSpeed = ((System.Windows.Controls.ComboBox)(target));
return;
case 370:
this.lblWPEditClimbrate = ((System.Windows.Controls.Label)(target));
return;
case 371:
this.SliderClimbrate = ((System.Windows.Controls.Slider)(target));
return;
case 372:
this.label4_Copy44 = ((System.Windows.Controls.Label)(target));
return;
case 373:
this.cbWPEditClimbrate = ((System.Windows.Controls.ComboBox)(target));
return;
case 374:
this.lblWPEditRadius = ((System.Windows.Controls.Label)(target));
return;
case 375:
this.SliderRadius = ((System.Windows.Controls.Slider)(target));
return;
case 376:
this.label4_Copy45 = ((System.Windows.Controls.Label)(target));
return;
case 377:
this.lblWPEditHoldtime = ((System.Windows.Controls.Label)(target));
return;
case 378:
this.SliderHoldTime = ((System.Windows.Controls.Slider)(target));
return;
case 379:
this.label4_Copy46 = ((System.Windows.Controls.Label)(target));
return;
case 380:
this.lblWPEditAutoTrigger = ((System.Windows.Controls.Label)(target));
return;
case 381:
this.SliderAutoTrigger = ((System.Windows.Controls.Slider)(target));
return;
case 382:
this.label4_Copy47 = ((System.Windows.Controls.Label)(target));
return;
case 383:
this.lblWPEditCamAngle = ((System.Windows.Controls.Label)(target));
return;
case 384:
this.SliderCamAngle = ((System.Windows.Controls.Slider)(target));
return;
case 385:
this.label4_Copy48 = ((System.Windows.Controls.Label)(target));
return;
case 386:
this.cbWPEditCamAngle = ((System.Windows.Controls.ComboBox)(target));
return;
case 387:
this.lblWPEditOut1 = ((System.Windows.Controls.Label)(target));
return;
case 388:
this.SliderOut1 = ((System.Windows.Controls.Slider)(target));
return;
case 389:
this.label4_Copy49 = ((System.Windows.Controls.Label)(target));
return;
case 390:
this.cbWPEditType = ((System.Windows.Controls.ComboBox)(target));
return;
case 391:
this.label4a = ((System.Windows.Controls.Label)(target));
return;
case 392:
this.label4b = ((System.Windows.Controls.Label)(target));
return;
case 393:
this.tbWPEditPrefix = ((System.Windows.Controls.TextBox)(target));
return;
case 394:
this.btnEditWPSave = ((System.Windows.Controls.Button)(target));
#line 1817 "..\..\MainWindow.xaml"
this.btnEditWPSave.Click += new System.Windows.RoutedEventHandler(this.btnEditWPSave_Click);
#line default
#line hidden
return;
case 395:
this.label4_Copy27 = ((System.Windows.Controls.Label)(target));
return;
case 396:
this.btnEditWPAdd = ((System.Windows.Controls.Button)(target));
#line 1834 "..\..\MainWindow.xaml"
this.btnEditWPAdd.Click += new System.Windows.RoutedEventHandler(this.btnEditWPAdd_Click);
#line default
#line hidden
return;
case 397:
this.image = ((System.Windows.Controls.Image)(target));
return;
case 398:
this.label4_Copy30 = ((System.Windows.Controls.Label)(target));
return;
case 399:
this.btnEditWPDel = ((System.Windows.Controls.Button)(target));
#line 1866 "..\..\MainWindow.xaml"
this.btnEditWPDel.Click += new System.Windows.RoutedEventHandler(this.btnEditWPDel_Click);
#line default
#line hidden
return;
case 400:
this.label4_Copy40 = ((System.Windows.Controls.Label)(target));
return;
case 401:
this.lblWPEditIndex = ((System.Windows.Controls.Label)(target));
return;
case 402:
this.btnWPEditmoveUp = ((System.Windows.Controls.Button)(target));
#line 1894 "..\..\MainWindow.xaml"
this.btnWPEditmoveUp.Click += new System.Windows.RoutedEventHandler(this.btnWPEditmoveUp_Click);
#line default
#line hidden
return;
case 403:
this.btnWPEditmoveDown = ((System.Windows.Controls.Button)(target));
#line 1916 "..\..\MainWindow.xaml"
this.btnWPEditmoveDown.Click += new System.Windows.RoutedEventHandler(this.btnWPEditmoveDown_Click);
#line default
#line hidden
return;
case 404:
this.btnSendActiveWP_Copy1 = ((System.Windows.Controls.Button)(target));
#line 1928 "..\..\MainWindow.xaml"
this.btnSendActiveWP_Copy1.Click += new System.Windows.RoutedEventHandler(this.btnSendActiveWP_Click);
#line default
#line hidden
return;
case 405:
this.label4_Copy29 = ((System.Windows.Controls.Label)(target));
return;
case 406:
this.btnEditWPSendToCopter = ((System.Windows.Controls.Button)(target));
#line 1945 "..\..\MainWindow.xaml"
this.btnEditWPSendToCopter.Click += new System.Windows.RoutedEventHandler(this.btnEditWPSendToCopter_Click);
#line default
#line hidden
return;
case 407:
this.label4_Copy34 = ((System.Windows.Controls.Label)(target));
return;
case 408:
this.label4_Copy16 = ((System.Windows.Controls.Label)(target));
return;
case 409:
this.tbWPEditLat = ((System.Windows.Controls.TextBox)(target));
#line 1952 "..\..\MainWindow.xaml"
this.tbWPEditLat.TouchDown += new System.EventHandler<System.Windows.Input.TouchEventArgs>(this.tbWPEdit_TouchDown);
#line default
#line hidden
#line 1952 "..\..\MainWindow.xaml"
this.tbWPEditLat.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbWPEdit_KeyDown);
#line default
#line hidden
#line 1952 "..\..\MainWindow.xaml"
this.tbWPEditLat.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.tbWPEdit_MouseDown);
#line default
#line hidden
return;
case 410:
this.label4_Copy17 = ((System.Windows.Controls.Label)(target));
return;
case 411:
this.tbWPEditLon = ((System.Windows.Controls.TextBox)(target));
#line 1954 "..\..\MainWindow.xaml"
this.tbWPEditLon.TouchDown += new System.EventHandler<System.Windows.Input.TouchEventArgs>(this.tbWPEdit_TouchDown);
#line default
#line hidden
#line 1954 "..\..\MainWindow.xaml"
this.tbWPEditLon.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbWPEdit_KeyDown);
#line default
#line hidden
#line 1954 "..\..\MainWindow.xaml"
this.tbWPEditLon.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.tbWPEdit_MouseDown);
#line default
#line hidden
return;
case 412:
this.btnWPEditAddCurrentPos = ((System.Windows.Controls.Button)(target));
#line 1966 "..\..\MainWindow.xaml"
this.btnWPEditAddCurrentPos.Click += new System.Windows.RoutedEventHandler(this.btnWPAddCurrentPos_Click);
#line default
#line hidden
return;
case 413:
this.label4_Copy28 = ((System.Windows.Controls.Label)(target));
return;
case 414:
this.checkBoxWPAddUseCopterHeight = ((System.Windows.Controls.CheckBox)(target));
#line 1972 "..\..\MainWindow.xaml"
this.checkBoxWPAddUseCopterHeight.Click += new System.Windows.RoutedEventHandler(this.checkBoxWPAddUseCopterHeight_Click);
#line default
#line hidden
return;
case 415:
this.checkBoxWPAddUseCopterHeading = ((System.Windows.Controls.CheckBox)(target));
#line 1973 "..\..\MainWindow.xaml"
this.checkBoxWPAddUseCopterHeading.Click += new System.Windows.RoutedEventHandler(this.checkBoxWPAddUseCopterHeading_Click);
#line default
#line hidden
return;
case 416:
this.btnSaveDefault = ((System.Windows.Controls.Button)(target));
#line 1985 "..\..\MainWindow.xaml"
this.btnSaveDefault.Click += new System.Windows.RoutedEventHandler(this.btnSaveDefault_Click);
#line default
#line hidden
return;
case 417:
this.label7 = ((System.Windows.Controls.Label)(target));
return;
case 418:
this.GridCam = ((System.Windows.Controls.Grid)(target));
return;
case 419:
this.btnCamStart = ((System.Windows.Controls.Button)(target));
#line 2001 "..\..\MainWindow.xaml"
this.btnCamStart.Click += new System.Windows.RoutedEventHandler(this.btnCamStart_Click);
#line default
#line hidden
return;
case 420:
this.btnCamStop = ((System.Windows.Controls.Button)(target));
#line 2015 "..\..\MainWindow.xaml"
this.btnCamStop.Click += new System.Windows.RoutedEventHandler(this.btnCamStop_Click);
#line default
#line hidden
return;
case 421:
this.btnCamSettings = ((System.Windows.Controls.Button)(target));
#line 2029 "..\..\MainWindow.xaml"
this.btnCamSettings.Click += new System.Windows.RoutedEventHandler(this.btnCamSettings_Click);
#line default
#line hidden
return;
case 422:
this.comboBoxCameras = ((System.Windows.Controls.ComboBox)(target));
return;
case 423:
this.btnCamListRefresh = ((System.Windows.Controls.Button)(target));
#line 2045 "..\..\MainWindow.xaml"
this.btnCamListRefresh.Click += new System.Windows.RoutedEventHandler(this.btnCamListRefresh_Click);
#line default
#line hidden
return;
case 424:
this.btnCamPicStretchNone = ((System.Windows.Controls.Button)(target));
#line 2065 "..\..\MainWindow.xaml"
this.btnCamPicStretchNone.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchNone_Click);
#line default
#line hidden
return;
case 425:
this.btnCamPicStretchFill = ((System.Windows.Controls.Button)(target));
#line 2083 "..\..\MainWindow.xaml"
this.btnCamPicStretchFill.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchFill_Click);
#line default
#line hidden
return;
case 426:
this.btnCamPicStretchUniform = ((System.Windows.Controls.Button)(target));
#line 2101 "..\..\MainWindow.xaml"
this.btnCamPicStretchUniform.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchUniform_Click);
#line default
#line hidden
return;
case 427:
this.btnCamPicStretchUFill = ((System.Windows.Controls.Button)(target));
#line 2119 "..\..\MainWindow.xaml"
this.btnCamPicStretchUFill.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchUFill_Click);
#line default
#line hidden
return;
case 428:
this.lblCamZoomVal = ((System.Windows.Controls.Label)(target));
return;
case 429:
this.SliderCamZoom = ((System.Windows.Controls.Slider)(target));
return;
case 430:
this.btnCamResetZoom = ((System.Windows.Controls.Button)(target));
#line 2147 "..\..\MainWindow.xaml"
this.btnCamResetZoom.Click += new System.Windows.RoutedEventHandler(this.btnCamResetZoom_Click);
#line default
#line hidden
return;
case 431:
this.canvasAddPoint = ((System.Windows.Controls.Canvas)(target));
#line 2152 "..\..\MainWindow.xaml"
this.canvasAddPoint.MouseLeave += new System.Windows.Input.MouseEventHandler(this.canvasAddPoint_MouseLeave);
#line default
#line hidden
#line 2152 "..\..\MainWindow.xaml"
this.canvasAddPoint.LostMouseCapture += new System.Windows.Input.MouseEventHandler(this.canvasAddPoint_MouseLeave);
#line default
#line hidden
return;
case 432:
this.btnCmAddWP = ((System.Windows.Controls.Button)(target));
#line 2153 "..\..\MainWindow.xaml"
this.btnCmAddWP.Click += new System.Windows.RoutedEventHandler(this.btnCmAddWP_Click);
#line default
#line hidden
return;
case 433:
this.btnCmAddLanding = ((System.Windows.Controls.Button)(target));
#line 2154 "..\..\MainWindow.xaml"
this.btnCmAddLanding.Click += new System.Windows.RoutedEventHandler(this.btnCmAddLanding_Click);
#line default
#line hidden
return;
case 434:
this.btnCmAddFailsave = ((System.Windows.Controls.Button)(target));
#line 2155 "..\..\MainWindow.xaml"
this.btnCmAddFailsave.Click += new System.Windows.RoutedEventHandler(this.btnCmAddFailsave_Click);
#line default
#line hidden
return;
case 435:
this.btnCmAddPOI = ((System.Windows.Controls.Button)(target));
#line 2156 "..\..\MainWindow.xaml"
this.btnCmAddPOI.Click += new System.Windows.RoutedEventHandler(this.btnCmAddPOI_Click);
#line default
#line hidden
return;
case 436:
this.labelSwitchToNavi = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/SerialPortCtrl.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/SerialPortCtrl.g.cs
0,0 → 1,273
#pragma checksum "..\..\SerialPortCtrl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "61691FE62DF127044A393348F0320810"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// SerialPortCtrl
/// </summary>
public partial class SerialPortCtrl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonOpen;
#line default
#line hidden
#line 11 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClose;
#line default
#line hidden
#line 12 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxStatus;
#line default
#line hidden
#line 13 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 14 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxBaudRate;
#line default
#line hidden
#line 15 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 16 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 17 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 18 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 19 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPortName;
#line default
#line hidden
#line 20 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxStopBits;
#line default
#line hidden
#line 21 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxParity;
#line default
#line hidden
#line 22 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnRefresh;
#line default
#line hidden
#line 23 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 24 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxDataBits;
#line default
#line hidden
#line 25 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/serialportctrl.xaml", System.UriKind.Relative);
#line 1 "..\..\SerialPortCtrl.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.buttonOpen = ((System.Windows.Controls.Button)(target));
#line 10 "..\..\SerialPortCtrl.xaml"
this.buttonOpen.Click += new System.Windows.RoutedEventHandler(this.buttonOpen_Click);
#line default
#line hidden
return;
case 2:
this.buttonClose = ((System.Windows.Controls.Button)(target));
#line 11 "..\..\SerialPortCtrl.xaml"
this.buttonClose.Click += new System.Windows.RoutedEventHandler(this.buttonClose_Click);
#line default
#line hidden
return;
case 3:
this.textBoxStatus = ((System.Windows.Controls.TextBox)(target));
return;
case 4:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 5:
this.textBoxBaudRate = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 7:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 8:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 10:
this.comboBoxPortName = ((System.Windows.Controls.ComboBox)(target));
return;
case 11:
this.comboBoxStopBits = ((System.Windows.Controls.ComboBox)(target));
return;
case 12:
this.comboBoxParity = ((System.Windows.Controls.ComboBox)(target));
return;
case 13:
this.btnRefresh = ((System.Windows.Controls.Button)(target));
#line 22 "..\..\SerialPortCtrl.xaml"
this.btnRefresh.Click += new System.Windows.RoutedEventHandler(this.btnRefresh_Click);
#line default
#line hidden
return;
case 14:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 15:
this.textBoxDataBits = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/SerialPortCtrl.g.i.cs
0,0 → 1,273
#pragma checksum "..\..\SerialPortCtrl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "61691FE62DF127044A393348F0320810"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// SerialPortCtrl
/// </summary>
public partial class SerialPortCtrl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonOpen;
#line default
#line hidden
#line 11 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClose;
#line default
#line hidden
#line 12 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxStatus;
#line default
#line hidden
#line 13 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 14 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxBaudRate;
#line default
#line hidden
#line 15 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 16 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 17 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 18 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 19 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPortName;
#line default
#line hidden
#line 20 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxStopBits;
#line default
#line hidden
#line 21 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxParity;
#line default
#line hidden
#line 22 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnRefresh;
#line default
#line hidden
#line 23 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 24 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxDataBits;
#line default
#line hidden
#line 25 "..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/serialportctrl.xaml", System.UriKind.Relative);
#line 1 "..\..\SerialPortCtrl.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.buttonOpen = ((System.Windows.Controls.Button)(target));
#line 10 "..\..\SerialPortCtrl.xaml"
this.buttonOpen.Click += new System.Windows.RoutedEventHandler(this.buttonOpen_Click);
#line default
#line hidden
return;
case 2:
this.buttonClose = ((System.Windows.Controls.Button)(target));
#line 11 "..\..\SerialPortCtrl.xaml"
this.buttonClose.Click += new System.Windows.RoutedEventHandler(this.buttonClose_Click);
#line default
#line hidden
return;
case 3:
this.textBoxStatus = ((System.Windows.Controls.TextBox)(target));
return;
case 4:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 5:
this.textBoxBaudRate = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 7:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 8:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 10:
this.comboBoxPortName = ((System.Windows.Controls.ComboBox)(target));
return;
case 11:
this.comboBoxStopBits = ((System.Windows.Controls.ComboBox)(target));
return;
case 12:
this.comboBoxParity = ((System.Windows.Controls.ComboBox)(target));
return;
case 13:
this.btnRefresh = ((System.Windows.Controls.Button)(target));
#line 22 "..\..\SerialPortCtrl.xaml"
this.btnRefresh.Click += new System.Windows.RoutedEventHandler(this.btnRefresh_Click);
#line default
#line hidden
return;
case 14:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 15:
this.textBoxDataBits = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/Splash/Splash.g.i.cs
0,0 → 1,112
#pragma checksum "..\..\..\Splash\Splash.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E06A2355164EF7DE1AE43166F8A82E25"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView.Splash;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.Splash {
/// <summary>
/// Splash
/// </summary>
public partial class Splash : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\Splash\Splash.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image image;
#line default
#line hidden
#line 11 "..\..\..\Splash\Splash.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid Rotor;
#line default
#line hidden
#line 24 "..\..\..\Splash\Splash.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform noFreeze;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/splash/splash.xaml", System.UriKind.Relative);
#line 1 "..\..\..\Splash\Splash.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.image = ((System.Windows.Controls.Image)(target));
return;
case 2:
this.Rotor = ((System.Windows.Controls.Grid)(target));
return;
case 3:
this.noFreeze = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/Release/TempPE/Properties.Resources.Designer.cs.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
/MKLiveView/v1.0/Source/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
--- Source/obj/Release/WPEdit.g.i.cs (nonexistent)
+++ Source/obj/Release/WPEdit.g.i.cs (revision 2466)
@@ -0,0 +1,101 @@
+#pragma checksum "..\..\WPEdit.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "91F7FA7815C2C8E446EE0416D5546305"
+//------------------------------------------------------------------------------
+// <auto-generated>
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using MKLiveView;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Forms.Integration;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace MKLiveView {
+
+
+ /// <summary>
+ /// WPEdit
+ /// </summary>
+ public partial class WPEdit : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 264 "..\..\WPEdit.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Label label;
+
+ #line default
+ #line hidden
+
+
+ #line 275 "..\..\WPEdit.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Slider Slider;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ /// <summary>
+ /// InitializeComponent
+ /// </summary>
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/MKLiveView;component/wpedit.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\WPEdit.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.label = ((System.Windows.Controls.Label)(target));
+ return;
+ case 2:
+ this.Slider = ((System.Windows.Controls.Slider)(target));
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
/MKLiveView/v1.0/Source/obj/x86/Release/App.g.cs
0,0 → 1,73
#pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "FF46DBF5BA6AC9D60C2FBF214DB1E25D"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
SplashScreen splashScreen = new SplashScreen("images/logo.png");
splashScreen.Show(true);
MKLiveView.App app = new MKLiveView.App();
app.InitializeComponent();
app.Run();
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/App.g.i.cs
0,0 → 1,73
#pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "FF46DBF5BA6AC9D60C2FBF214DB1E25D"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
SplashScreen splashScreen = new SplashScreen("images/logo.png");
splashScreen.Show(true);
MKLiveView.App app = new MKLiveView.App();
app.InitializeComponent();
app.Run();
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/ArtificialHorizon/ArtificialHorizon.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/ArtificialHorizon/ArtificialHorizon.g.cs
0,0 → 1,123
#pragma checksum "..\..\..\..\ArtificialHorizon\ArtificialHorizon.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "D955A2E3680E294CA5CA589C6C6F4968"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView.ArtificialHorizon;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.ArtificialHorizon {
/// <summary>
/// ArtificialHorizon
/// </summary>
public partial class ArtificialHorizon : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 19 "..\..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform RollAngle;
#line default
#line hidden
#line 20 "..\..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.TranslateTransform PitchAngle;
#line default
#line hidden
#line 43 "..\..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform RotateHome;
#line default
#line hidden
#line 52 "..\..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/artificialhorizon/artificialhorizon.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.RollAngle = ((System.Windows.Media.RotateTransform)(target));
return;
case 2:
this.PitchAngle = ((System.Windows.Media.TranslateTransform)(target));
return;
case 3:
this.RotateHome = ((System.Windows.Media.RotateTransform)(target));
return;
case 4:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/ArtificialHorizon/ArtificialHorizon.g.i.cs
0,0 → 1,123
#pragma checksum "..\..\..\..\ArtificialHorizon\ArtificialHorizon.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "D955A2E3680E294CA5CA589C6C6F4968"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView.ArtificialHorizon;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.ArtificialHorizon {
/// <summary>
/// ArtificialHorizon
/// </summary>
public partial class ArtificialHorizon : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 19 "..\..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform RollAngle;
#line default
#line hidden
#line 20 "..\..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.TranslateTransform PitchAngle;
#line default
#line hidden
#line 43 "..\..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform RotateHome;
#line default
#line hidden
#line 52 "..\..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/artificialhorizon/artificialhorizon.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\ArtificialHorizon\ArtificialHorizon.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.RollAngle = ((System.Windows.Media.RotateTransform)(target));
return;
case 2:
this.PitchAngle = ((System.Windows.Media.TranslateTransform)(target));
return;
case 3:
this.RotateHome = ((System.Windows.Media.RotateTransform)(target));
return;
case 4:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/Circle.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/Circle.g.cs
0,0 → 1,89
#pragma checksum "..\..\..\..\GMapCustomMarkers\Circle.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "59F527AECC6395D4702A82ADAE85B258"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// Circle
/// </summary>
public partial class Circle : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\..\GMapCustomMarkers\Circle.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse e;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/circle.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\GMapCustomMarkers\Circle.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.e = ((System.Windows.Shapes.Ellipse)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/Circle.g.i.cs
0,0 → 1,89
#pragma checksum "..\..\..\..\GMapCustomMarkers\Circle.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "59F527AECC6395D4702A82ADAE85B258"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// Circle
/// </summary>
public partial class Circle : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\..\GMapCustomMarkers\Circle.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse e;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/circle.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\GMapCustomMarkers\Circle.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.e = ((System.Windows.Shapes.Ellipse)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/CustomMarkerCopter.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/CustomMarkerCopter.g.cs
0,0 → 1,301
#pragma checksum "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EB7E1F53AEEBAB6F54AD8C2BD3C763F0"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerCopter
/// </summary>
public partial class CustomMarkerCopter : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 15 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s1;
#line default
#line hidden
#line 16 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s2;
#line default
#line hidden
#line 17 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s3;
#line default
#line hidden
#line 18 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s4;
#line default
#line hidden
#line 19 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f1;
#line default
#line hidden
#line 29 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f2;
#line default
#line hidden
#line 39 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s5;
#line default
#line hidden
#line 44 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s7;
#line default
#line hidden
#line 49 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s8;
#line default
#line hidden
#line 54 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s6;
#line default
#line hidden
#line 59 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f3;
#line default
#line hidden
#line 69 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f4;
#line default
#line hidden
#line 79 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f5;
#line default
#line hidden
#line 89 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f6;
#line default
#line hidden
#line 99 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f7;
#line default
#line hidden
#line 104 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate1;
#line default
#line hidden
#line 113 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 114 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
#line 119 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image heading;
#line default
#line hidden
#line 124 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkercopter.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.s1 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 2:
this.s2 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 3:
this.s3 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 4:
this.s4 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 5:
this.f1 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 6:
this.f2 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 7:
this.s5 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 8:
this.s7 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 9:
this.s8 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 10:
this.s6 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 11:
this.f3 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 12:
this.f4 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 13:
this.f5 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 14:
this.f6 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 15:
this.f7 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 16:
this.Rotate1 = ((System.Windows.Media.RotateTransform)(target));
return;
case 17:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 18:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
case 19:
this.heading = ((System.Windows.Controls.Image)(target));
return;
case 20:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/CustomMarkerCopter.g.i.cs
0,0 → 1,301
#pragma checksum "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EB7E1F53AEEBAB6F54AD8C2BD3C763F0"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerCopter
/// </summary>
public partial class CustomMarkerCopter : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 15 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s1;
#line default
#line hidden
#line 16 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s2;
#line default
#line hidden
#line 17 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s3;
#line default
#line hidden
#line 18 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s4;
#line default
#line hidden
#line 19 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f1;
#line default
#line hidden
#line 29 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f2;
#line default
#line hidden
#line 39 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s5;
#line default
#line hidden
#line 44 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s7;
#line default
#line hidden
#line 49 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s8;
#line default
#line hidden
#line 54 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.Arc s6;
#line default
#line hidden
#line 59 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f3;
#line default
#line hidden
#line 69 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f4;
#line default
#line hidden
#line 79 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f5;
#line default
#line hidden
#line 89 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse f6;
#line default
#line hidden
#line 99 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Microsoft.Expression.Shapes.RegularPolygon f7;
#line default
#line hidden
#line 104 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate1;
#line default
#line hidden
#line 113 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 114 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
#line 119 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image heading;
#line default
#line hidden
#line 124 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.RotateTransform Rotate;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkercopter.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\GMapCustomMarkers\CustomMarkerCopter.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.s1 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 2:
this.s2 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 3:
this.s3 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 4:
this.s4 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 5:
this.f1 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 6:
this.f2 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 7:
this.s5 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 8:
this.s7 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 9:
this.s8 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 10:
this.s6 = ((Microsoft.Expression.Shapes.Arc)(target));
return;
case 11:
this.f3 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 12:
this.f4 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 13:
this.f5 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 14:
this.f6 = ((System.Windows.Shapes.Ellipse)(target));
return;
case 15:
this.f7 = ((Microsoft.Expression.Shapes.RegularPolygon)(target));
return;
case 16:
this.Rotate1 = ((System.Windows.Media.RotateTransform)(target));
return;
case 17:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 18:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
case 19:
this.heading = ((System.Windows.Controls.Image)(target));
return;
case 20:
this.Rotate = ((System.Windows.Media.RotateTransform)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/CustomMarkerHome.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/CustomMarkerHome.g.cs
0,0 → 1,100
#pragma checksum "..\..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "97E0088F43ECAFCD4F387BA7D2F205F3"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerHome
/// </summary>
public partial class CustomMarkerHome : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 7 "..\..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 8 "..\..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerhome.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 2:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/CustomMarkerHome.g.i.cs
0,0 → 1,100
#pragma checksum "..\..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "97E0088F43ECAFCD4F387BA7D2F205F3"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerHome
/// </summary>
public partial class CustomMarkerHome : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 7 "..\..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image icon;
#line default
#line hidden
#line 8 "..\..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lbl;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerhome.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.icon = ((System.Windows.Controls.Image)(target));
return;
case 2:
this.lbl = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/CustomMarkerWP.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/CustomMarkerWP.g.cs
0,0 → 1,133
#pragma checksum "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "6332AA41CDF140ED278FD3F8B43A5C98"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWP
/// </summary>
public partial class CustomMarkerWP : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid gLanding;
#line default
#line hidden
#line 7 "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse landing;
#line default
#line hidden
#line 25 "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
#line 36 "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rect;
#line default
#line hidden
#line 55 "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox text;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwp.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.gLanding = ((System.Windows.Controls.Grid)(target));
return;
case 2:
this.landing = ((System.Windows.Shapes.Ellipse)(target));
return;
case 3:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
case 4:
this.rect = ((System.Windows.Shapes.Rectangle)(target));
return;
case 5:
this.text = ((System.Windows.Controls.TextBox)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/CustomMarkerWP.g.i.cs
0,0 → 1,133
#pragma checksum "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "6332AA41CDF140ED278FD3F8B43A5C98"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWP
/// </summary>
public partial class CustomMarkerWP : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid gLanding;
#line default
#line hidden
#line 7 "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse landing;
#line default
#line hidden
#line 25 "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
#line 36 "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rect;
#line default
#line hidden
#line 55 "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox text;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwp.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\GMapCustomMarkers\CustomMarkerWP.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.gLanding = ((System.Windows.Controls.Grid)(target));
return;
case 2:
this.landing = ((System.Windows.Shapes.Ellipse)(target));
return;
case 3:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
case 4:
this.rect = ((System.Windows.Shapes.Rectangle)(target));
return;
case 5:
this.text = ((System.Windows.Controls.TextBox)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/CustomMarkerWPActive.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/CustomMarkerWPActive.g.cs
0,0 → 1,89
#pragma checksum "..\..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "724A8E58C7EAF09E391B7265EF3203B1"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWPActive
/// </summary>
public partial class CustomMarkerWPActive : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwpactive.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/GMapCustomMarkers/CustomMarkerWPActive.g.i.cs
0,0 → 1,89
#pragma checksum "..\..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "724A8E58C7EAF09E391B7265EF3203B1"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView.GMapCustomMarkers {
/// <summary>
/// CustomMarkerWPActive
/// </summary>
public partial class CustomMarkerWPActive : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse ellipse;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerwpactive.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\GMapCustomMarkers\CustomMarkerWPActive.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/GeneratedInternalTypeHelper.g.cs
0,0 → 1,2

 
/MKLiveView/v1.0/Source/obj/x86/Release/GeneratedInternalTypeHelper.g.i.cs
0,0 → 1,62
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace XamlGeneratedNamespace {
/// <summary>
/// GeneratedInternalTypeHelper
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
/// <summary>
/// CreateInstance
/// </summary>
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
}
/// <summary>
/// GetPropertyValue
/// </summary>
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// SetPropertyValue
/// </summary>
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// CreateDelegate
/// </summary>
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
delegateType,
handler}, null)));
}
/// <summary>
/// AddEventHandler
/// </summary>
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
eventInfo.AddEventHandler(target, handler);
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/Interop.MediaPlayer.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/MKLiveView.Properties.Resources.resources
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/MKLiveView.csproj.FileListAbsolute.txt
0,0 → 1,46
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\MKLiveView.exe.config
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\MKLiveView.exe
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\MKLiveView.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\GMap.NET.Core.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\GMap.NET.WindowsPresentation.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\KeyPad.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\Microsoft.Expression.Drawing.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\Microsoft.Windows.Shell.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\Touchless.Vision.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\WebCamLib.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\System.ComponentModel.Composition.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\Touchless.Vision.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\KeyPad.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\GMap.NET.WindowsPresentation.xml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\Microsoft.Expression.Drawing.xml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\Microsoft.Windows.Shell.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\Microsoft.Windows.Shell.xml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\bin\x86\Release\WebCamLib.pdb
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\MKLiveView.csprojResolveAssemblyReference.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\Interop.MediaPlayer.dll
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\MKLiveView.csproj.ResolveComReference.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\GMapCustomMarkers\Circle.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\GMapCustomMarkers\CustomMarkerHome.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\GMapCustomMarkers\CustomMarkerCopter.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\GMapCustomMarkers\CustomMarkerWP.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\GMapCustomMarkers\CustomMarkerWPActive.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\ArtificialHorizon\ArtificialHorizon.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\GMapCustomMarkers\Circle.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\GMapCustomMarkers\CustomMarkerHome.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\GMapCustomMarkers\CustomMarkerCopter.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\GMapCustomMarkers\CustomMarkerWP.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\GMapCustomMarkers\CustomMarkerWPActive.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\MainWindow.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\SerialPortCtrl.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\App.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\GeneratedInternalTypeHelper.g.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\MKLiveView_MarkupCompile.cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\MKLiveView_MarkupCompile.lref
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\ArtificialHorizon\ArtificialHorizon.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\MainWindow.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\SerialPortCtrl.baml
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\MKLiveView.g.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\MKLiveView.Properties.Resources.resources
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\MKLiveView.csproj.GenerateResource.Cache
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\MKLiveView.exe
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\MKLiveView.pdb
/MKLiveView/v1.0/Source/obj/x86/Release/MKLiveView.csproj.GenerateResource.Cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/MKLiveView.csproj.ResolveComReference.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/MKLiveView.csprojResolveAssemblyReference.cache
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/MKLiveView.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/MKLiveView.g.resources
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/MKLiveView.pdb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/MKLiveView_MarkupCompile.cache
0,0 → 1,20
MKLiveView
 
 
winexe
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\
MKLiveView
none
false
TRACE
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\App.xaml
8-113140997
 
15677493580
26-1349808258
ArtificialHorizon\ArtificialHorizon.xaml;GMapCustomMarkers\Circle.xaml;GMapCustomMarkers\CustomMarkerHome.xaml;GMapCustomMarkers\CustomMarkerCopter.xaml;GMapCustomMarkers\CustomMarkerWP.xaml;GMapCustomMarkers\CustomMarkerWPActive.xaml;MainWindow.xaml;SerialPortCtrl.xaml;
images\logo.png
False
 
/MKLiveView/v1.0/Source/obj/x86/Release/MKLiveView_MarkupCompile.i.cache
0,0 → 1,20
MKLiveView
 
 
winexe
C#
.cs
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\
MKLiveView
none
false
TRACE
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\App.xaml
8-113140997
 
191057746253
26-1349808258
ArtificialHorizon\ArtificialHorizon.xaml;GMapCustomMarkers\Circle.xaml;GMapCustomMarkers\CustomMarkerHome.xaml;GMapCustomMarkers\CustomMarkerCopter.xaml;GMapCustomMarkers\CustomMarkerWP.xaml;GMapCustomMarkers\CustomMarkerWPActive.xaml;MainWindow.xaml;SerialPortCtrl.xaml;
images\logo.png
True
 
/MKLiveView/v1.0/Source/obj/x86/Release/MKLiveView_MarkupCompile.i.lref
0,0 → 1,4

 
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\MainWindow.xaml;;
 
/MKLiveView/v1.0/Source/obj/x86/Release/MKLiveView_MarkupCompile.lref
0,0 → 1,6
E:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\obj\x86\Release\GeneratedInternalTypeHelper.g.cs
 
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\ArtificialHorizon\ArtificialHorizon.xaml;;
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\MainWindow.xaml;;
FE:\Documents\VS Projects\MKLiveView\WPF\MKLiveView\SerialPortCtrl.xaml;;
 
/MKLiveView/v1.0/Source/obj/x86/Release/MainWindow.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/MainWindow.g.cs
0,0 → 1,5867
#pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "45FBE42E23EBEF06B7A226B11CE16DCD"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using GMap.NET.WindowsPresentation;
using MKLiveView;
using MKLiveView.ArtificialHorizon;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 408 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridGMapControl;
#line default
#line hidden
#line 409 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal GMap.NET.WindowsPresentation.GMapControl MainMap;
#line default
#line hidden
#line 420 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image _camImage;
#line default
#line hidden
#line 431 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridTop;
#line default
#line hidden
#line 444 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectTopVoltage;
#line default
#line hidden
#line 446 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ProgressBar pbTopVoltage;
#line default
#line hidden
#line 447 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopVoltage;
#line default
#line hidden
#line 450 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopCapacity;
#line default
#line hidden
#line 451 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy;
#line default
#line hidden
#line 454 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopCurrent;
#line default
#line hidden
#line 455 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy4;
#line default
#line hidden
#line 458 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopFTime;
#line default
#line hidden
#line 459 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime;
#line default
#line hidden
#line 473 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopDistanceHP;
#line default
#line hidden
#line 474 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageHome;
#line default
#line hidden
#line 475 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnTopHome;
#line default
#line hidden
#line 478 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopHeight;
#line default
#line hidden
#line 479 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy2;
#line default
#line hidden
#line 482 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopSpeed;
#line default
#line hidden
#line 483 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy3;
#line default
#line hidden
#line 486 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopEarthMag;
#line default
#line hidden
#line 487 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageEarthMag;
#line default
#line hidden
#line 490 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopSats;
#line default
#line hidden
#line 491 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageSat;
#line default
#line hidden
#line 494 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopRC;
#line default
#line hidden
#line 495 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageRC;
#line default
#line hidden
#line 510 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageWiFi;
#line default
#line hidden
#line 511 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageConn;
#line default
#line hidden
#line 512 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnTopConnect;
#line default
#line hidden
#line 526 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFullscreen;
#line default
#line hidden
#line 529 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSideBar;
#line default
#line hidden
#line 530 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelData;
#line default
#line hidden
#line 553 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSettings;
#line default
#line hidden
#line 576 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelLog;
#line default
#line hidden
#line 599 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelWaypoints;
#line default
#line hidden
#line 623 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridData;
#line default
#line hidden
#line 624 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl tabControl;
#line default
#line hidden
#line 627 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbVolt;
#line default
#line hidden
#line 628 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCur;
#line default
#line hidden
#line 629 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy;
#line default
#line hidden
#line 630 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbCtrl;
#line default
#line hidden
#line 631 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy3;
#line default
#line hidden
#line 632 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy4;
#line default
#line hidden
#line 633 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCapacity;
#line default
#line hidden
#line 634 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy5;
#line default
#line hidden
#line 635 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbFTime;
#line default
#line hidden
#line 636 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbRCQ;
#line default
#line hidden
#line 637 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy6;
#line default
#line hidden
#line 638 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy7;
#line default
#line hidden
#line 639 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbMagF;
#line default
#line hidden
#line 640 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy8;
#line default
#line hidden
#line 641 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbSats;
#line default
#line hidden
#line 642 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbSpeed;
#line default
#line hidden
#line 643 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy9;
#line default
#line hidden
#line 644 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy10;
#line default
#line hidden
#line 645 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbAlt;
#line default
#line hidden
#line 646 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy11;
#line default
#line hidden
#line 647 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHeading;
#line default
#line hidden
#line 648 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy12;
#line default
#line hidden
#line 649 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbPitch;
#line default
#line hidden
#line 650 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy13;
#line default
#line hidden
#line 651 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbRoll;
#line default
#line hidden
#line 652 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy14;
#line default
#line hidden
#line 653 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHP;
#line default
#line hidden
#line 654 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy15;
#line default
#line hidden
#line 655 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHP1;
#line default
#line hidden
#line 656 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy16;
#line default
#line hidden
#line 657 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWP;
#line default
#line hidden
#line 658 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy17;
#line default
#line hidden
#line 659 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPCount;
#line default
#line hidden
#line 660 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy19;
#line default
#line hidden
#line 661 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPIndex;
#line default
#line hidden
#line 662 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy20;
#line default
#line hidden
#line 663 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6;
#line default
#line hidden
#line 664 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbCrc;
#line default
#line hidden
#line 665 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy1;
#line default
#line hidden
#line 666 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSPI;
#line default
#line hidden
#line 667 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy2;
#line default
#line hidden
#line 668 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbI2C;
#line default
#line hidden
#line 669 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy18;
#line default
#line hidden
#line 670 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbNCErr;
#line default
#line hidden
#line 671 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbNCGrSpeed;
#line default
#line hidden
#line 672 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy21;
#line default
#line hidden
#line 673 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHeadingCompass;
#line default
#line hidden
#line 674 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy22;
#line default
#line hidden
#line 675 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbLiPoCells;
#line default
#line hidden
#line 676 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy23;
#line default
#line hidden
#line 677 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPMaxRange;
#line default
#line hidden
#line 678 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy24;
#line default
#line hidden
#line 679 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCamCtrl;
#line default
#line hidden
#line 680 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy30;
#line default
#line hidden
#line 686 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_1;
#line default
#line hidden
#line 687 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_2;
#line default
#line hidden
#line 688 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_3;
#line default
#line hidden
#line 689 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_4;
#line default
#line hidden
#line 690 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_5;
#line default
#line hidden
#line 691 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_6;
#line default
#line hidden
#line 692 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_1;
#line default
#line hidden
#line 693 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_2;
#line default
#line hidden
#line 694 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_3;
#line default
#line hidden
#line 695 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_4;
#line default
#line hidden
#line 696 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_5;
#line default
#line hidden
#line 697 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_7;
#line default
#line hidden
#line 698 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_8;
#line default
#line hidden
#line 699 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_2;
#line default
#line hidden
#line 700 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_3;
#line default
#line hidden
#line 701 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_4;
#line default
#line hidden
#line 702 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_5;
#line default
#line hidden
#line 703 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_6;
#line default
#line hidden
#line 704 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_7;
#line default
#line hidden
#line 705 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_8;
#line default
#line hidden
#line 706 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_6;
#line default
#line hidden
#line 712 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox3;
#line default
#line hidden
#line 714 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1;
#line default
#line hidden
#line 715 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan1;
#line default
#line hidden
#line 726 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan1ScaleSlider;
#line default
#line hidden
#line 727 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_0;
#line default
#line hidden
#line 728 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_127;
#line default
#line hidden
#line 729 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_254;
#line default
#line hidden
#line 730 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val1;
#line default
#line hidden
#line 731 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val2;
#line default
#line hidden
#line 732 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val3;
#line default
#line hidden
#line 733 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val1;
#line default
#line hidden
#line 742 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val2;
#line default
#line hidden
#line 751 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val3;
#line default
#line hidden
#line 763 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBoxSerchan2;
#line default
#line hidden
#line 765 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2;
#line default
#line hidden
#line 766 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan2;
#line default
#line hidden
#line 777 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan2ScaleSlider;
#line default
#line hidden
#line 778 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_0;
#line default
#line hidden
#line 779 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_127;
#line default
#line hidden
#line 780 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_254;
#line default
#line hidden
#line 781 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val1;
#line default
#line hidden
#line 782 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val2;
#line default
#line hidden
#line 783 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val3;
#line default
#line hidden
#line 784 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val1;
#line default
#line hidden
#line 793 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val2;
#line default
#line hidden
#line 802 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val3;
#line default
#line hidden
#line 814 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBoxSerchan3;
#line default
#line hidden
#line 816 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3;
#line default
#line hidden
#line 817 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan3;
#line default
#line hidden
#line 828 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan3ScaleSlider;
#line default
#line hidden
#line 829 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_0;
#line default
#line hidden
#line 830 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_127;
#line default
#line hidden
#line 831 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_254;
#line default
#line hidden
#line 832 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val1;
#line default
#line hidden
#line 833 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val2;
#line default
#line hidden
#line 834 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val3;
#line default
#line hidden
#line 835 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val1;
#line default
#line hidden
#line 844 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val2;
#line default
#line hidden
#line 853 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val3;
#line default
#line hidden
#line 871 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseUser;
#line default
#line hidden
#line 872 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseMail;
#line default
#line hidden
#line 873 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy25;
#line default
#line hidden
#line 874 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy26;
#line default
#line hidden
#line 875 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseFeature;
#line default
#line hidden
#line 876 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy27;
#line default
#line hidden
#line 877 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseExpire;
#line default
#line hidden
#line 878 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseLicense;
#line default
#line hidden
#line 879 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy28;
#line default
#line hidden
#line 880 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy29;
#line default
#line hidden
#line 886 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSettings;
#line default
#line hidden
#line 887 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl tabControlSettings;
#line default
#line hidden
#line 889 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid TabGridGeneral;
#line default
#line hidden
#line 890 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MKLiveView.SerialPortCtrl serialPortCtrl;
#line default
#line hidden
#line 891 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox;
#line default
#line hidden
#line 893 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 894 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 895 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 896 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 897 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsDebug;
#line default
#line hidden
#line 898 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsNav;
#line default
#line hidden
#line 899 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsBl;
#line default
#line hidden
#line 900 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsOSD;
#line default
#line hidden
#line 901 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoDbg;
#line default
#line hidden
#line 902 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoNav;
#line default
#line hidden
#line 903 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoBL;
#line default
#line hidden
#line 904 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoOSD;
#line default
#line hidden
#line 905 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 906 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxLiPoCells;
#line default
#line hidden
#line 907 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 908 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
#line 909 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxMotors;
#line default
#line hidden
#line 912 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSettingsCapa;
#line default
#line hidden
#line 913 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonSwitchNC;
#line default
#line hidden
#line 917 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid TabGridStyle;
#line default
#line hidden
#line 918 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy6;
#line default
#line hidden
#line 919 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelUIScale;
#line default
#line hidden
#line 930 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleSlider;
#line default
#line hidden
#line 931 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleTopSlider;
#line default
#line hidden
#line 932 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy8;
#line default
#line hidden
#line 933 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelTopBarScale;
#line default
#line hidden
#line 944 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleMotorsSlider;
#line default
#line hidden
#line 945 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy9;
#line default
#line hidden
#line 946 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelMotorsScale;
#line default
#line hidden
#line 957 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleOSDSlider;
#line default
#line hidden
#line 958 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy10;
#line default
#line hidden
#line 959 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelOSDScale;
#line default
#line hidden
#line 970 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleLOGSlider;
#line default
#line hidden
#line 971 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy11;
#line default
#line hidden
#line 972 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelLOGScale;
#line default
#line hidden
#line 983 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleHorizonSlider;
#line default
#line hidden
#line 984 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy12;
#line default
#line hidden
#line 985 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelHorizonScale;
#line default
#line hidden
#line 996 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonUIScaleReset;
#line default
#line hidden
#line 997 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox1;
#line default
#line hidden
#line 999 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowVoltage;
#line default
#line hidden
#line 1000 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowCapacity;
#line default
#line hidden
#line 1001 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowCurrent;
#line default
#line hidden
#line 1002 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowFlightTime;
#line default
#line hidden
#line 1003 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowDistanceHP;
#line default
#line hidden
#line 1004 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowHeight;
#line default
#line hidden
#line 1005 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowSpeed;
#line default
#line hidden
#line 1006 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowMF;
#line default
#line hidden
#line 1007 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowSatellites;
#line default
#line hidden
#line 1008 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowRC;
#line default
#line hidden
#line 1011 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxShowHorizon;
#line default
#line hidden
#line 1012 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxSaveFullScreenState;
#line default
#line hidden
#line 1013 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxSaveNormalState;
#line default
#line hidden
#line 1017 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridMapData;
#line default
#line hidden
#line 1018 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxFollowCopter;
#line default
#line hidden
#line 1019 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxAutoSetHP;
#line default
#line hidden
#line 1020 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxGeo;
#line default
#line hidden
#line 1021 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonGeoCoding;
#line default
#line hidden
#line 1022 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonReloadMap;
#line default
#line hidden
#line 1023 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLat;
#line default
#line hidden
#line 1024 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLng;
#line default
#line hidden
#line 1025 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonGeoLoc;
#line default
#line hidden
#line 1026 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2;
#line default
#line hidden
#line 1027 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label3;
#line default
#line hidden
#line 1030 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxMapType;
#line default
#line hidden
#line 1031 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1;
#line default
#line hidden
#line 1032 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxMode;
#line default
#line hidden
#line 1033 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label5;
#line default
#line hidden
#line 1034 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonPrefetch;
#line default
#line hidden
#line 1035 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1_Copy;
#line default
#line hidden
#line 1036 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLat_currentPos;
#line default
#line hidden
#line 1037 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLng_currentPos;
#line default
#line hidden
#line 1038 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2_Copy;
#line default
#line hidden
#line 1039 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label3_Copy;
#line default
#line hidden
#line 1040 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1_Copy1;
#line default
#line hidden
#line 1041 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderMapZoom;
#line default
#line hidden
#line 1042 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2_Copy1;
#line default
#line hidden
#line 1043 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelZoom;
#line default
#line hidden
#line 1044 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSetHP;
#line default
#line hidden
#line 1045 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearHP;
#line default
#line hidden
#line 1046 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGotoHP;
#line default
#line hidden
#line 1047 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxGPXLog;
#line default
#line hidden
#line 1059 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnLoadGPXLog;
#line default
#line hidden
#line 1064 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy8;
#line default
#line hidden
#line 1065 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearRoute;
#line default
#line hidden
#line 1070 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox2;
#line default
#line hidden
#line 1072 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdVoltageCrit;
#line default
#line hidden
#line 1073 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit;
#line default
#line hidden
#line 1084 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit_Copy;
#line default
#line hidden
#line 1085 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdVoltageWarn;
#line default
#line hidden
#line 1086 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageWarn;
#line default
#line hidden
#line 1097 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit_Copy2;
#line default
#line hidden
#line 1101 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox2_Copy1;
#line default
#line hidden
#line 1103 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxSatfixLost;
#line default
#line hidden
#line 1104 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxMagneticField;
#line default
#line hidden
#line 1105 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxRClevel;
#line default
#line hidden
#line 1106 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxThresholdDistanceVoice;
#line default
#line hidden
#line 1107 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxThresholdVoltageVoice;
#line default
#line hidden
#line 1110 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox grpBox;
#line default
#line hidden
#line 1112 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdDistanceWarn;
#line default
#line hidden
#line 1113 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdDistanceWarn;
#line default
#line hidden
#line 1133 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxFSColor;
#line default
#line hidden
#line 1140 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy3;
#line default
#line hidden
#line 1141 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxWPColor;
#line default
#line hidden
#line 1148 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy1;
#line default
#line hidden
#line 1149 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPOIColor;
#line default
#line hidden
#line 1156 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy2;
#line default
#line hidden
#line 1157 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCopterColor;
#line default
#line hidden
#line 1164 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy4;
#line default
#line hidden
#line 1165 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxRouteColor;
#line default
#line hidden
#line 1172 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy10;
#line default
#line hidden
#line 1173 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxLandingColor;
#line default
#line hidden
#line 1180 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy31;
#line default
#line hidden
#line 1181 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCopterHeadingColor;
#line default
#line hidden
#line 1188 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy33;
#line default
#line hidden
#line 1189 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxWPMaxRangeColor;
#line default
#line hidden
#line 1196 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy39;
#line default
#line hidden
#line 1213 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MKLiveView.ArtificialHorizon.ArtificialHorizon ArtHor;
#line default
#line hidden
#line 1223 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridLog;
#line default
#line hidden
#line 1232 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfError;
#line default
#line hidden
#line 1233 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfTerminal;
#line default
#line hidden
#line 1235 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridMotors;
#line default
#line hidden
#line 1244 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgvMotors1;
#line default
#line hidden
#line 1247 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridOSD;
#line default
#line hidden
#line 1256 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfOSD;
#line default
#line hidden
#line 1257 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbOSD;
#line default
#line hidden
#line 1258 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDBackward;
#line default
#line hidden
#line 1259 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDForward;
#line default
#line hidden
#line 1260 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy7;
#line default
#line hidden
#line 1261 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDEnter;
#line default
#line hidden
#line 1262 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDLeave;
#line default
#line hidden
#line 1264 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSimu;
#line default
#line hidden
#line 1274 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridWP;
#line default
#line hidden
#line 1275 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4;
#line default
#line hidden
#line 1276 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPCount;
#line default
#line hidden
#line 1277 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy;
#line default
#line hidden
#line 1278 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPIndex;
#line default
#line hidden
#line 1292 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGetWPList;
#line default
#line hidden
#line 1308 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSendWPList;
#line default
#line hidden
#line 1324 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnLoadWPLFile;
#line default
#line hidden
#line 1329 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy5;
#line default
#line hidden
#line 1330 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy6;
#line default
#line hidden
#line 1331 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy7;
#line default
#line hidden
#line 1343 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearWPList;
#line default
#line hidden
#line 1348 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy11;
#line default
#line hidden
#line 1360 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearCopterList;
#line default
#line hidden
#line 1365 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy12;
#line default
#line hidden
#line 1377 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSaveWPLFile;
#line default
#line hidden
#line 1382 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy13;
#line default
#line hidden
#line 1385 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgvWP;
#line default
#line hidden
#line 1387 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGridTextColumn dataGridTextColumn;
#line default
#line hidden
#line 1403 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPRoute;
#line default
#line hidden
#line 1404 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy9;
#line default
#line hidden
#line 1405 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPRouteDistance;
#line default
#line hidden
#line 1406 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy14;
#line default
#line hidden
#line 1407 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPCountNC;
#line default
#line hidden
#line 1408 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy15;
#line default
#line hidden
#line 1409 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPIndexNC;
#line default
#line hidden
#line 1410 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectSimulate;
#line default
#line hidden
#line 1431 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPSimulateStart;
#line default
#line hidden
#line 1436 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy32;
#line default
#line hidden
#line 1437 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy35;
#line default
#line hidden
#line 1438 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPRouteDistanceWP;
#line default
#line hidden
#line 1439 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy36;
#line default
#line hidden
#line 1440 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPHoldTime;
#line default
#line hidden
#line 1441 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPStatus;
#line default
#line hidden
#line 1442 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPMaxRange;
#line default
#line hidden
#line 1443 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxAutoShowWPEdit;
#line default
#line hidden
#line 1445 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSideBarR;
#line default
#line hidden
#line 1446 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelMotordata;
#line default
#line hidden
#line 1469 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelOSD;
#line default
#line hidden
#line 1492 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusMotors;
#line default
#line hidden
#line 1499 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusPH;
#line default
#line hidden
#line 1500 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusCF;
#line default
#line hidden
#line 1501 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusAC;
#line default
#line hidden
#line 1502 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusEmergencyLanding;
#line default
#line hidden
#line 1509 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarGPXLog;
#line default
#line hidden
#line 1510 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelWPEdit;
#line default
#line hidden
#line 1533 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelCamera;
#line default
#line hidden
#line 1556 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelCam_pic;
#line default
#line hidden
#line 1562 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid WPStatus;
#line default
#line hidden
#line 1564 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy38;
#line default
#line hidden
#line 1565 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy37;
#line default
#line hidden
#line 1566 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPStatusIndexNC;
#line default
#line hidden
#line 1567 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPStatusCountNC;
#line default
#line hidden
#line 1570 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusDistanceWP;
#line default
#line hidden
#line 1574 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusHoldTime;
#line default
#line hidden
#line 1575 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime1;
#line default
#line hidden
#line 1578 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusHeight;
#line default
#line hidden
#line 1579 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy1;
#line default
#line hidden
#line 1582 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridWPEdit;
#line default
#line hidden
#line 1583 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditAlt;
#line default
#line hidden
#line 1594 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderAlt;
#line default
#line hidden
#line 1595 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy41;
#line default
#line hidden
#line 1596 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditHeading;
#line default
#line hidden
#line 1615 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderHeading;
#line default
#line hidden
#line 1635 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy42;
#line default
#line hidden
#line 1636 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditHeading;
#line default
#line hidden
#line 1641 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditSpeed;
#line default
#line hidden
#line 1656 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderSpeed;
#line default
#line hidden
#line 1668 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy43;
#line default
#line hidden
#line 1669 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditSpeed;
#line default
#line hidden
#line 1681 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditClimbrate;
#line default
#line hidden
#line 1695 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderClimbrate;
#line default
#line hidden
#line 1706 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy44;
#line default
#line hidden
#line 1707 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditClimbrate;
#line default
#line hidden
#line 1711 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditRadius;
#line default
#line hidden
#line 1722 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderRadius;
#line default
#line hidden
#line 1723 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy45;
#line default
#line hidden
#line 1724 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditHoldtime;
#line default
#line hidden
#line 1735 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderHoldTime;
#line default
#line hidden
#line 1736 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy46;
#line default
#line hidden
#line 1737 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditAutoTrigger;
#line default
#line hidden
#line 1748 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderAutoTrigger;
#line default
#line hidden
#line 1749 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy47;
#line default
#line hidden
#line 1750 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditCamAngle;
#line default
#line hidden
#line 1765 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderCamAngle;
#line default
#line hidden
#line 1778 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy48;
#line default
#line hidden
#line 1779 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditCamAngle;
#line default
#line hidden
#line 1784 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditOut1;
#line default
#line hidden
#line 1795 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderOut1;
#line default
#line hidden
#line 1796 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy49;
#line default
#line hidden
#line 1797 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditType;
#line default
#line hidden
#line 1803 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4a;
#line default
#line hidden
#line 1804 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4b;
#line default
#line hidden
#line 1805 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditPrefix;
#line default
#line hidden
#line 1817 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPSave;
#line default
#line hidden
#line 1822 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy27;
#line default
#line hidden
#line 1834 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPAdd;
#line default
#line hidden
#line 1843 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image image;
#line default
#line hidden
#line 1854 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy30;
#line default
#line hidden
#line 1866 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPDel;
#line default
#line hidden
#line 1871 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy40;
#line default
#line hidden
#line 1872 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditIndex;
#line default
#line hidden
#line 1894 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditmoveUp;
#line default
#line hidden
#line 1916 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditmoveDown;
#line default
#line hidden
#line 1928 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSendActiveWP_Copy1;
#line default
#line hidden
#line 1933 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy29;
#line default
#line hidden
#line 1945 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPSendToCopter;
#line default
#line hidden
#line 1950 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy34;
#line default
#line hidden
#line 1951 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy16;
#line default
#line hidden
#line 1952 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditLat;
#line default
#line hidden
#line 1953 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy17;
#line default
#line hidden
#line 1954 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditLon;
#line default
#line hidden
#line 1966 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditAddCurrentPos;
#line default
#line hidden
#line 1971 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy28;
#line default
#line hidden
#line 1972 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxWPAddUseCopterHeight;
#line default
#line hidden
#line 1973 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxWPAddUseCopterHeading;
#line default
#line hidden
#line 1985 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSaveDefault;
#line default
#line hidden
#line 1986 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label7;
#line default
#line hidden
#line 1989 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridCam;
#line default
#line hidden
#line 1990 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectCamStart;
#line default
#line hidden
#line 2003 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamStart;
#line default
#line hidden
#line 2017 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamStop;
#line default
#line hidden
#line 2031 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamSettings;
#line default
#line hidden
#line 2034 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCameras;
#line default
#line hidden
#line 2047 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamListRefresh;
#line default
#line hidden
#line 2067 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchNone;
#line default
#line hidden
#line 2085 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchFill;
#line default
#line hidden
#line 2103 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchUniform;
#line default
#line hidden
#line 2121 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchUFill;
#line default
#line hidden
#line 2125 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCamZoomVal;
#line default
#line hidden
#line 2136 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderCamZoom;
#line default
#line hidden
#line 2149 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamResetZoom;
#line default
#line hidden
#line 2154 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Canvas canvasAddPoint;
#line default
#line hidden
#line 2155 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddWP;
#line default
#line hidden
#line 2156 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddLanding;
#line default
#line hidden
#line 2157 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddFailsave;
#line default
#line hidden
#line 2158 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddPOI;
#line default
#line hidden
#line 2162 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSwitchToNavi;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
return System.Delegate.CreateDelegate(delegateType, this, handler);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 14 "..\..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
#line 14 "..\..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
#line default
#line hidden
#line 14 "..\..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Closed += new System.EventHandler(this.Window_Closed);
#line default
#line hidden
return;
case 2:
this.GridGMapControl = ((System.Windows.Controls.Grid)(target));
#line 408 "..\..\..\MainWindow.xaml"
this.GridGMapControl.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.GridGMapControl_PreviewMouseLeftButtonDown);
#line default
#line hidden
return;
case 3:
this.MainMap = ((GMap.NET.WindowsPresentation.GMapControl)(target));
#line 409 "..\..\..\MainWindow.xaml"
this.MainMap.Loaded += new System.Windows.RoutedEventHandler(this.MainMap_Loaded);
#line default
#line hidden
#line 409 "..\..\..\MainWindow.xaml"
this.MainMap.OnPositionChanged += new GMap.NET.PositionChanged(this.MainMap_OnPositionChanged);
#line default
#line hidden
#line 409 "..\..\..\MainWindow.xaml"
this.MainMap.OnMapZoomChanged += new GMap.NET.MapZoomChanged(this.MainMap_OnMapZoomChanged);
#line default
#line hidden
#line 409 "..\..\..\MainWindow.xaml"
this.MainMap.StylusDown += new System.Windows.Input.StylusDownEventHandler(this.MainMap_StylusDown);
#line default
#line hidden
#line 409 "..\..\..\MainWindow.xaml"
this.MainMap.StylusUp += new System.Windows.Input.StylusEventHandler(this.MainMap_StylusUp);
#line default
#line hidden
#line 409 "..\..\..\MainWindow.xaml"
this.MainMap.StylusMove += new System.Windows.Input.StylusEventHandler(this.MainMap_StylusMove);
#line default
#line hidden
return;
case 4:
this._camImage = ((System.Windows.Controls.Image)(target));
#line 420 "..\..\..\MainWindow.xaml"
this._camImage.MouseMove += new System.Windows.Input.MouseEventHandler(this._CamImage_MouseMove);
#line default
#line hidden
#line 420 "..\..\..\MainWindow.xaml"
this._camImage.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this._CamImage_MouseDown);
#line default
#line hidden
return;
case 5:
this.GridTop = ((System.Windows.Controls.Grid)(target));
return;
case 6:
this.rectTopVoltage = ((System.Windows.Shapes.Rectangle)(target));
return;
case 7:
this.pbTopVoltage = ((System.Windows.Controls.ProgressBar)(target));
return;
case 8:
this.tbTopVoltage = ((System.Windows.Controls.TextBox)(target));
return;
case 9:
this.tbTopCapacity = ((System.Windows.Controls.TextBox)(target));
return;
case 10:
this.imageFlightTime_Copy = ((System.Windows.Controls.Image)(target));
return;
case 11:
this.tbTopCurrent = ((System.Windows.Controls.TextBox)(target));
return;
case 12:
this.imageFlightTime_Copy4 = ((System.Windows.Controls.Image)(target));
return;
case 13:
this.tbTopFTime = ((System.Windows.Controls.TextBox)(target));
return;
case 14:
this.imageFlightTime = ((System.Windows.Controls.Image)(target));
return;
case 15:
this.tbTopDistanceHP = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.imageHome = ((System.Windows.Controls.Image)(target));
return;
case 17:
this.btnTopHome = ((System.Windows.Controls.Button)(target));
#line 475 "..\..\..\MainWindow.xaml"
this.btnTopHome.Click += new System.Windows.RoutedEventHandler(this.btnSetHP_Click);
#line default
#line hidden
return;
case 18:
this.tbTopHeight = ((System.Windows.Controls.TextBox)(target));
return;
case 19:
this.imageFlightTime_Copy2 = ((System.Windows.Controls.Image)(target));
return;
case 20:
this.tbTopSpeed = ((System.Windows.Controls.TextBox)(target));
return;
case 21:
this.imageFlightTime_Copy3 = ((System.Windows.Controls.Image)(target));
return;
case 22:
this.tbTopEarthMag = ((System.Windows.Controls.TextBox)(target));
return;
case 23:
this.imageEarthMag = ((System.Windows.Controls.Image)(target));
return;
case 24:
this.tbTopSats = ((System.Windows.Controls.TextBox)(target));
return;
case 25:
this.imageSat = ((System.Windows.Controls.Image)(target));
return;
case 26:
this.tbTopRC = ((System.Windows.Controls.TextBox)(target));
return;
case 27:
this.imageRC = ((System.Windows.Controls.Image)(target));
return;
case 28:
this.imageWiFi = ((System.Windows.Controls.Image)(target));
return;
case 29:
this.imageConn = ((System.Windows.Controls.Image)(target));
return;
case 30:
this.btnTopConnect = ((System.Windows.Controls.Button)(target));
#line 512 "..\..\..\MainWindow.xaml"
this.btnTopConnect.Click += new System.Windows.RoutedEventHandler(this.btnConnectToCopter_Click);
#line default
#line hidden
return;
case 31:
this.imageFullscreen = ((System.Windows.Controls.Image)(target));
#line 526 "..\..\..\MainWindow.xaml"
this.imageFullscreen.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imageFullscreen_MouseDown);
#line default
#line hidden
return;
case 32:
this.GridSideBar = ((System.Windows.Controls.Grid)(target));
return;
case 33:
this.labelData = ((System.Windows.Controls.Label)(target));
#line 530 "..\..\..\MainWindow.xaml"
this.labelData.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelData_MouseDown);
#line default
#line hidden
return;
case 34:
this.labelSettings = ((System.Windows.Controls.Label)(target));
#line 553 "..\..\..\MainWindow.xaml"
this.labelSettings.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelSettings_MouseDown);
#line default
#line hidden
return;
case 35:
this.labelLog = ((System.Windows.Controls.Label)(target));
#line 576 "..\..\..\MainWindow.xaml"
this.labelLog.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelLog_MouseDown);
#line default
#line hidden
return;
case 36:
this.labelWaypoints = ((System.Windows.Controls.Label)(target));
#line 599 "..\..\..\MainWindow.xaml"
this.labelWaypoints.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelWaypoints_MouseDown);
#line default
#line hidden
return;
case 37:
this.GridData = ((System.Windows.Controls.Grid)(target));
return;
case 38:
this.tabControl = ((System.Windows.Controls.TabControl)(target));
return;
case 39:
this.tbVolt = ((System.Windows.Controls.TextBlock)(target));
return;
case 40:
this.tbCur = ((System.Windows.Controls.TextBlock)(target));
return;
case 41:
this.label6_Copy = ((System.Windows.Controls.Label)(target));
return;
case 42:
this.tbCtrl = ((System.Windows.Controls.TextBox)(target));
return;
case 43:
this.label6_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 44:
this.label6_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 45:
this.tbCapacity = ((System.Windows.Controls.TextBlock)(target));
return;
case 46:
this.label6_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 47:
this.tbFTime = ((System.Windows.Controls.TextBlock)(target));
return;
case 48:
this.tbRCQ = ((System.Windows.Controls.TextBlock)(target));
return;
case 49:
this.label6_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 50:
this.label6_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 51:
this.tbMagF = ((System.Windows.Controls.TextBlock)(target));
return;
case 52:
this.label6_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 53:
this.tbSats = ((System.Windows.Controls.TextBlock)(target));
return;
case 54:
this.tbSpeed = ((System.Windows.Controls.TextBlock)(target));
return;
case 55:
this.label6_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 56:
this.label6_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 57:
this.tbAlt = ((System.Windows.Controls.TextBlock)(target));
return;
case 58:
this.label6_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 59:
this.tbHeading = ((System.Windows.Controls.TextBlock)(target));
return;
case 60:
this.label6_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 61:
this.tbPitch = ((System.Windows.Controls.TextBlock)(target));
return;
case 62:
this.label6_Copy13 = ((System.Windows.Controls.Label)(target));
return;
case 63:
this.tbRoll = ((System.Windows.Controls.TextBlock)(target));
return;
case 64:
this.label6_Copy14 = ((System.Windows.Controls.Label)(target));
return;
case 65:
this.tbHP = ((System.Windows.Controls.TextBlock)(target));
return;
case 66:
this.label6_Copy15 = ((System.Windows.Controls.Label)(target));
return;
case 67:
this.tbHP1 = ((System.Windows.Controls.TextBlock)(target));
return;
case 68:
this.label6_Copy16 = ((System.Windows.Controls.Label)(target));
return;
case 69:
this.tbWP = ((System.Windows.Controls.TextBlock)(target));
return;
case 70:
this.label6_Copy17 = ((System.Windows.Controls.Label)(target));
return;
case 71:
this.tbWPCount = ((System.Windows.Controls.TextBlock)(target));
return;
case 72:
this.label6_Copy19 = ((System.Windows.Controls.Label)(target));
return;
case 73:
this.tbWPIndex = ((System.Windows.Controls.TextBlock)(target));
return;
case 74:
this.label6_Copy20 = ((System.Windows.Controls.Label)(target));
return;
case 75:
this.label6 = ((System.Windows.Controls.Label)(target));
return;
case 76:
this.tbCrc = ((System.Windows.Controls.TextBox)(target));
return;
case 77:
this.label6_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 78:
this.tbSPI = ((System.Windows.Controls.TextBox)(target));
return;
case 79:
this.label6_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 80:
this.tbI2C = ((System.Windows.Controls.TextBox)(target));
return;
case 81:
this.label6_Copy18 = ((System.Windows.Controls.Label)(target));
return;
case 82:
this.tbNCErr = ((System.Windows.Controls.TextBox)(target));
return;
case 83:
this.tbNCGrSpeed = ((System.Windows.Controls.TextBlock)(target));
return;
case 84:
this.label6_Copy21 = ((System.Windows.Controls.Label)(target));
return;
case 85:
this.tbHeadingCompass = ((System.Windows.Controls.TextBlock)(target));
return;
case 86:
this.label6_Copy22 = ((System.Windows.Controls.Label)(target));
return;
case 87:
this.tbLiPoCells = ((System.Windows.Controls.TextBlock)(target));
return;
case 88:
this.label6_Copy23 = ((System.Windows.Controls.Label)(target));
return;
case 89:
this.tbWPMaxRange = ((System.Windows.Controls.TextBlock)(target));
return;
case 90:
this.label6_Copy24 = ((System.Windows.Controls.Label)(target));
return;
case 91:
this.tbCamCtrl = ((System.Windows.Controls.TextBlock)(target));
return;
case 92:
this.label6_Copy30 = ((System.Windows.Controls.Label)(target));
return;
case 93:
this.FC1_1 = ((System.Windows.Controls.Label)(target));
return;
case 94:
this.FC1_2 = ((System.Windows.Controls.Label)(target));
return;
case 95:
this.FC1_3 = ((System.Windows.Controls.Label)(target));
return;
case 96:
this.FC1_4 = ((System.Windows.Controls.Label)(target));
return;
case 97:
this.FC1_5 = ((System.Windows.Controls.Label)(target));
return;
case 98:
this.FC1_6 = ((System.Windows.Controls.Label)(target));
return;
case 99:
this.FC2_1 = ((System.Windows.Controls.Label)(target));
return;
case 100:
this.FC2_2 = ((System.Windows.Controls.Label)(target));
return;
case 101:
this.FC2_3 = ((System.Windows.Controls.Label)(target));
return;
case 102:
this.FC2_4 = ((System.Windows.Controls.Label)(target));
return;
case 103:
this.FC2_5 = ((System.Windows.Controls.Label)(target));
return;
case 104:
this.FC2_7 = ((System.Windows.Controls.Label)(target));
return;
case 105:
this.FC2_8 = ((System.Windows.Controls.Label)(target));
return;
case 106:
this.NC1_2 = ((System.Windows.Controls.Label)(target));
return;
case 107:
this.NC1_3 = ((System.Windows.Controls.Label)(target));
return;
case 108:
this.NC1_4 = ((System.Windows.Controls.Label)(target));
return;
case 109:
this.NC1_5 = ((System.Windows.Controls.Label)(target));
return;
case 110:
this.NC1_6 = ((System.Windows.Controls.Label)(target));
return;
case 111:
this.NC1_7 = ((System.Windows.Controls.Label)(target));
return;
case 112:
this.NC1_8 = ((System.Windows.Controls.Label)(target));
return;
case 113:
this.FC2_6 = ((System.Windows.Controls.Label)(target));
return;
case 114:
this.groupBox3 = ((System.Windows.Controls.GroupBox)(target));
return;
case 115:
this.textBoxSerial1 = ((System.Windows.Controls.TextBox)(target));
#line 714 "..\..\..\MainWindow.xaml"
this.textBoxSerial1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_TextChanged);
#line default
#line hidden
return;
case 116:
this.labelSerChan1 = ((System.Windows.Controls.Label)(target));
return;
case 117:
this.SerChan1ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 726 "..\..\..\MainWindow.xaml"
this.SerChan1ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan1ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 118:
this.btnSer1_0 = ((System.Windows.Controls.Button)(target));
#line 727 "..\..\..\MainWindow.xaml"
this.btnSer1_0.Click += new System.Windows.RoutedEventHandler(this.btnSer1_0_Click);
#line default
#line hidden
return;
case 119:
this.btnSer1_127 = ((System.Windows.Controls.Button)(target));
#line 728 "..\..\..\MainWindow.xaml"
this.btnSer1_127.Click += new System.Windows.RoutedEventHandler(this.btnSer1_127_Click);
#line default
#line hidden
return;
case 120:
this.btnSer1_254 = ((System.Windows.Controls.Button)(target));
#line 729 "..\..\..\MainWindow.xaml"
this.btnSer1_254.Click += new System.Windows.RoutedEventHandler(this.btnSer1_254_Click);
#line default
#line hidden
return;
case 121:
this.textBoxSerial1_val1 = ((System.Windows.Controls.TextBox)(target));
#line 730 "..\..\..\MainWindow.xaml"
this.textBoxSerial1_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 730 "..\..\..\MainWindow.xaml"
this.textBoxSerial1_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val1_TextChanged);
#line default
#line hidden
return;
case 122:
this.textBoxSerial1_val2 = ((System.Windows.Controls.TextBox)(target));
#line 731 "..\..\..\MainWindow.xaml"
this.textBoxSerial1_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 731 "..\..\..\MainWindow.xaml"
this.textBoxSerial1_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val2_TextChanged);
#line default
#line hidden
return;
case 123:
this.textBoxSerial1_val3 = ((System.Windows.Controls.TextBox)(target));
#line 732 "..\..\..\MainWindow.xaml"
this.textBoxSerial1_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 732 "..\..\..\MainWindow.xaml"
this.textBoxSerial1_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val3_TextChanged);
#line default
#line hidden
return;
case 124:
this.btnSer1_val1 = ((System.Windows.Controls.Button)(target));
#line 733 "..\..\..\MainWindow.xaml"
this.btnSer1_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val1_Click);
#line default
#line hidden
return;
case 125:
this.btnSer1_val2 = ((System.Windows.Controls.Button)(target));
#line 742 "..\..\..\MainWindow.xaml"
this.btnSer1_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val2_Click);
#line default
#line hidden
return;
case 126:
this.btnSer1_val3 = ((System.Windows.Controls.Button)(target));
#line 751 "..\..\..\MainWindow.xaml"
this.btnSer1_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val3_Click);
#line default
#line hidden
return;
case 127:
this.groupBoxSerchan2 = ((System.Windows.Controls.GroupBox)(target));
return;
case 128:
this.textBoxSerial2 = ((System.Windows.Controls.TextBox)(target));
#line 765 "..\..\..\MainWindow.xaml"
this.textBoxSerial2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_TextChanged);
#line default
#line hidden
return;
case 129:
this.labelSerChan2 = ((System.Windows.Controls.Label)(target));
return;
case 130:
this.SerChan2ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 777 "..\..\..\MainWindow.xaml"
this.SerChan2ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan2ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 131:
this.btnSer2_0 = ((System.Windows.Controls.Button)(target));
#line 778 "..\..\..\MainWindow.xaml"
this.btnSer2_0.Click += new System.Windows.RoutedEventHandler(this.btnSer2_0_Click);
#line default
#line hidden
return;
case 132:
this.btnSer2_127 = ((System.Windows.Controls.Button)(target));
#line 779 "..\..\..\MainWindow.xaml"
this.btnSer2_127.Click += new System.Windows.RoutedEventHandler(this.btnSer2_127_Click);
#line default
#line hidden
return;
case 133:
this.btnSer2_254 = ((System.Windows.Controls.Button)(target));
#line 780 "..\..\..\MainWindow.xaml"
this.btnSer2_254.Click += new System.Windows.RoutedEventHandler(this.btnSer2_254_Click);
#line default
#line hidden
return;
case 134:
this.textBoxSerial2_val1 = ((System.Windows.Controls.TextBox)(target));
#line 781 "..\..\..\MainWindow.xaml"
this.textBoxSerial2_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 781 "..\..\..\MainWindow.xaml"
this.textBoxSerial2_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val1_TextChanged);
#line default
#line hidden
return;
case 135:
this.textBoxSerial2_val2 = ((System.Windows.Controls.TextBox)(target));
#line 782 "..\..\..\MainWindow.xaml"
this.textBoxSerial2_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 782 "..\..\..\MainWindow.xaml"
this.textBoxSerial2_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val2_TextChanged);
#line default
#line hidden
return;
case 136:
this.textBoxSerial2_val3 = ((System.Windows.Controls.TextBox)(target));
#line 783 "..\..\..\MainWindow.xaml"
this.textBoxSerial2_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 783 "..\..\..\MainWindow.xaml"
this.textBoxSerial2_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val3_TextChanged);
#line default
#line hidden
return;
case 137:
this.btnSer2_val1 = ((System.Windows.Controls.Button)(target));
#line 784 "..\..\..\MainWindow.xaml"
this.btnSer2_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val1_Click);
#line default
#line hidden
return;
case 138:
this.btnSer2_val2 = ((System.Windows.Controls.Button)(target));
#line 793 "..\..\..\MainWindow.xaml"
this.btnSer2_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val2_Click);
#line default
#line hidden
return;
case 139:
this.btnSer2_val3 = ((System.Windows.Controls.Button)(target));
#line 802 "..\..\..\MainWindow.xaml"
this.btnSer2_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val3_Click);
#line default
#line hidden
return;
case 140:
this.groupBoxSerchan3 = ((System.Windows.Controls.GroupBox)(target));
return;
case 141:
this.textBoxSerial3 = ((System.Windows.Controls.TextBox)(target));
#line 816 "..\..\..\MainWindow.xaml"
this.textBoxSerial3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_TextChanged);
#line default
#line hidden
return;
case 142:
this.labelSerChan3 = ((System.Windows.Controls.Label)(target));
return;
case 143:
this.SerChan3ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 828 "..\..\..\MainWindow.xaml"
this.SerChan3ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan3ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 144:
this.btnSer3_0 = ((System.Windows.Controls.Button)(target));
#line 829 "..\..\..\MainWindow.xaml"
this.btnSer3_0.Click += new System.Windows.RoutedEventHandler(this.btnSer3_0_Click);
#line default
#line hidden
return;
case 145:
this.btnSer3_127 = ((System.Windows.Controls.Button)(target));
#line 830 "..\..\..\MainWindow.xaml"
this.btnSer3_127.Click += new System.Windows.RoutedEventHandler(this.btnSer3_127_Click);
#line default
#line hidden
return;
case 146:
this.btnSer3_254 = ((System.Windows.Controls.Button)(target));
#line 831 "..\..\..\MainWindow.xaml"
this.btnSer3_254.Click += new System.Windows.RoutedEventHandler(this.btnSer3_254_Click);
#line default
#line hidden
return;
case 147:
this.textBoxSerial3_val1 = ((System.Windows.Controls.TextBox)(target));
#line 832 "..\..\..\MainWindow.xaml"
this.textBoxSerial3_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 832 "..\..\..\MainWindow.xaml"
this.textBoxSerial3_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val1_TextChanged);
#line default
#line hidden
return;
case 148:
this.textBoxSerial3_val2 = ((System.Windows.Controls.TextBox)(target));
#line 833 "..\..\..\MainWindow.xaml"
this.textBoxSerial3_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 833 "..\..\..\MainWindow.xaml"
this.textBoxSerial3_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val2_TextChanged);
#line default
#line hidden
return;
case 149:
this.textBoxSerial3_val3 = ((System.Windows.Controls.TextBox)(target));
#line 834 "..\..\..\MainWindow.xaml"
this.textBoxSerial3_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 834 "..\..\..\MainWindow.xaml"
this.textBoxSerial3_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val3_TextChanged);
#line default
#line hidden
return;
case 150:
this.btnSer3_val1 = ((System.Windows.Controls.Button)(target));
#line 835 "..\..\..\MainWindow.xaml"
this.btnSer3_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val1_Click);
#line default
#line hidden
return;
case 151:
this.btnSer3_val2 = ((System.Windows.Controls.Button)(target));
#line 844 "..\..\..\MainWindow.xaml"
this.btnSer3_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val2_Click);
#line default
#line hidden
return;
case 152:
this.btnSer3_val3 = ((System.Windows.Controls.Button)(target));
#line 853 "..\..\..\MainWindow.xaml"
this.btnSer3_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val3_Click);
#line default
#line hidden
return;
case 153:
this.tbDataLicenseUser = ((System.Windows.Controls.TextBlock)(target));
return;
case 154:
this.tbDataLicenseMail = ((System.Windows.Controls.TextBlock)(target));
return;
case 155:
this.label6_Copy25 = ((System.Windows.Controls.Label)(target));
return;
case 156:
this.label6_Copy26 = ((System.Windows.Controls.Label)(target));
return;
case 157:
this.tbDataLicenseFeature = ((System.Windows.Controls.TextBlock)(target));
return;
case 158:
this.label6_Copy27 = ((System.Windows.Controls.Label)(target));
return;
case 159:
this.tbDataLicenseExpire = ((System.Windows.Controls.TextBlock)(target));
return;
case 160:
this.tbDataLicenseLicense = ((System.Windows.Controls.TextBlock)(target));
return;
case 161:
this.label6_Copy28 = ((System.Windows.Controls.Label)(target));
return;
case 162:
this.label6_Copy29 = ((System.Windows.Controls.Label)(target));
return;
case 163:
this.GridSettings = ((System.Windows.Controls.Grid)(target));
return;
case 164:
this.tabControlSettings = ((System.Windows.Controls.TabControl)(target));
return;
case 165:
this.TabGridGeneral = ((System.Windows.Controls.Grid)(target));
return;
case 166:
this.serialPortCtrl = ((MKLiveView.SerialPortCtrl)(target));
return;
case 167:
this.groupBox = ((System.Windows.Controls.GroupBox)(target));
return;
case 168:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 169:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 170:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 171:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 172:
this.cBoxTimingsDebug = ((System.Windows.Controls.ComboBox)(target));
#line 897 "..\..\..\MainWindow.xaml"
this.cBoxTimingsDebug.DropDownClosed += new System.EventHandler(this.cBoxTimingsDebug_DropDownClosed);
#line default
#line hidden
return;
case 173:
this.cBoxTimingsNav = ((System.Windows.Controls.ComboBox)(target));
#line 898 "..\..\..\MainWindow.xaml"
this.cBoxTimingsNav.DropDownClosed += new System.EventHandler(this.cBoxTimingsNav_DropDownClosed);
#line default
#line hidden
return;
case 174:
this.cBoxTimingsBl = ((System.Windows.Controls.ComboBox)(target));
#line 899 "..\..\..\MainWindow.xaml"
this.cBoxTimingsBl.DropDownClosed += new System.EventHandler(this.cBoxTimingsBl_DropDownClosed);
#line default
#line hidden
return;
case 175:
this.cBoxTimingsOSD = ((System.Windows.Controls.ComboBox)(target));
#line 900 "..\..\..\MainWindow.xaml"
this.cBoxTimingsOSD.DropDownClosed += new System.EventHandler(this.cBoxTimingsOSD_DropDownClosed);
#line default
#line hidden
return;
case 176:
this.chkbAutoDbg = ((System.Windows.Controls.CheckBox)(target));
#line 901 "..\..\..\MainWindow.xaml"
this.chkbAutoDbg.Click += new System.Windows.RoutedEventHandler(this.chkbAutoDbg_Click);
#line default
#line hidden
return;
case 177:
this.chkbAutoNav = ((System.Windows.Controls.CheckBox)(target));
#line 902 "..\..\..\MainWindow.xaml"
this.chkbAutoNav.Click += new System.Windows.RoutedEventHandler(this.chkbAutoNav_Click);
#line default
#line hidden
return;
case 178:
this.chkbAutoBL = ((System.Windows.Controls.CheckBox)(target));
#line 903 "..\..\..\MainWindow.xaml"
this.chkbAutoBL.Click += new System.Windows.RoutedEventHandler(this.chkbAutoBL_Click);
#line default
#line hidden
return;
case 179:
this.chkbAutoOSD = ((System.Windows.Controls.CheckBox)(target));
#line 904 "..\..\..\MainWindow.xaml"
this.chkbAutoOSD.Click += new System.Windows.RoutedEventHandler(this.chkbAutoOSD_Click);
#line default
#line hidden
return;
case 180:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 181:
this.cBoxLiPoCells = ((System.Windows.Controls.ComboBox)(target));
#line 906 "..\..\..\MainWindow.xaml"
this.cBoxLiPoCells.DropDownClosed += new System.EventHandler(this.cBoxLiPoCells_DropDownClosed);
#line default
#line hidden
return;
case 182:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 183:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 184:
this.cBoxMotors = ((System.Windows.Controls.ComboBox)(target));
#line 909 "..\..\..\MainWindow.xaml"
this.cBoxMotors.DropDownClosed += new System.EventHandler(this.cBoxMotors_DropDownClosed);
#line default
#line hidden
return;
case 185:
this.tbSettingsCapa = ((System.Windows.Controls.TextBox)(target));
return;
case 186:
this.buttonSwitchNC = ((System.Windows.Controls.Button)(target));
#line 913 "..\..\..\MainWindow.xaml"
this.buttonSwitchNC.Click += new System.Windows.RoutedEventHandler(this.buttonSwitchNC_Click);
#line default
#line hidden
return;
case 187:
this.TabGridStyle = ((System.Windows.Controls.Grid)(target));
return;
case 188:
this.label_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 189:
this.labelUIScale = ((System.Windows.Controls.Label)(target));
return;
case 190:
this.UIScaleSlider = ((System.Windows.Controls.Slider)(target));
return;
case 191:
this.UIScaleTopSlider = ((System.Windows.Controls.Slider)(target));
#line 931 "..\..\..\MainWindow.xaml"
this.UIScaleTopSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.UIScaleTopSlider_ValueChanged);
#line default
#line hidden
return;
case 192:
this.label_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 193:
this.labelTopBarScale = ((System.Windows.Controls.Label)(target));
return;
case 194:
this.UIScaleMotorsSlider = ((System.Windows.Controls.Slider)(target));
return;
case 195:
this.label_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 196:
this.labelMotorsScale = ((System.Windows.Controls.Label)(target));
return;
case 197:
this.UIScaleOSDSlider = ((System.Windows.Controls.Slider)(target));
#line 957 "..\..\..\MainWindow.xaml"
this.UIScaleOSDSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.UIScaleOSDSlider_ValueChanged);
#line default
#line hidden
return;
case 198:
this.label_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 199:
this.labelOSDScale = ((System.Windows.Controls.Label)(target));
return;
case 200:
this.UIScaleLOGSlider = ((System.Windows.Controls.Slider)(target));
return;
case 201:
this.label_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 202:
this.labelLOGScale = ((System.Windows.Controls.Label)(target));
return;
case 203:
this.UIScaleHorizonSlider = ((System.Windows.Controls.Slider)(target));
return;
case 204:
this.label_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 205:
this.labelHorizonScale = ((System.Windows.Controls.Label)(target));
return;
case 206:
this.buttonUIScaleReset = ((System.Windows.Controls.Button)(target));
#line 996 "..\..\..\MainWindow.xaml"
this.buttonUIScaleReset.Click += new System.Windows.RoutedEventHandler(this.buttonUIScaleReset_Click);
#line default
#line hidden
return;
case 207:
this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
return;
case 208:
this.chkBoxTopBarShowVoltage = ((System.Windows.Controls.CheckBox)(target));
return;
case 209:
this.chkBoxTopBarShowCapacity = ((System.Windows.Controls.CheckBox)(target));
return;
case 210:
this.chkBoxTopBarShowCurrent = ((System.Windows.Controls.CheckBox)(target));
return;
case 211:
this.chkBoxTopBarShowFlightTime = ((System.Windows.Controls.CheckBox)(target));
return;
case 212:
this.chkBoxTopBarShowDistanceHP = ((System.Windows.Controls.CheckBox)(target));
return;
case 213:
this.chkBoxTopBarShowHeight = ((System.Windows.Controls.CheckBox)(target));
return;
case 214:
this.chkBoxTopBarShowSpeed = ((System.Windows.Controls.CheckBox)(target));
return;
case 215:
this.chkBoxTopBarShowMF = ((System.Windows.Controls.CheckBox)(target));
return;
case 216:
this.chkBoxTopBarShowSatellites = ((System.Windows.Controls.CheckBox)(target));
return;
case 217:
this.chkBoxTopBarShowRC = ((System.Windows.Controls.CheckBox)(target));
return;
case 218:
this.chkBoxShowHorizon = ((System.Windows.Controls.CheckBox)(target));
return;
case 219:
this.chkBoxSaveFullScreenState = ((System.Windows.Controls.CheckBox)(target));
#line 1012 "..\..\..\MainWindow.xaml"
this.chkBoxSaveFullScreenState.Click += new System.Windows.RoutedEventHandler(this.chkBoxSaveFullScreenState_Click);
#line default
#line hidden
return;
case 220:
this.chkBoxSaveNormalState = ((System.Windows.Controls.CheckBox)(target));
#line 1013 "..\..\..\MainWindow.xaml"
this.chkBoxSaveNormalState.Click += new System.Windows.RoutedEventHandler(this.chkBoxSaveNormalState_Click);
#line default
#line hidden
return;
case 221:
this.GridMapData = ((System.Windows.Controls.Grid)(target));
return;
case 222:
this.checkBoxFollowCopter = ((System.Windows.Controls.CheckBox)(target));
#line 1018 "..\..\..\MainWindow.xaml"
this.checkBoxFollowCopter.Click += new System.Windows.RoutedEventHandler(this.checkBoxFollowCopter_Click);
#line default
#line hidden
return;
case 223:
this.checkBoxAutoSetHP = ((System.Windows.Controls.CheckBox)(target));
#line 1019 "..\..\..\MainWindow.xaml"
this.checkBoxAutoSetHP.Click += new System.Windows.RoutedEventHandler(this.checkBoxAutoSetHP_Click);
#line default
#line hidden
return;
case 224:
this.textBoxGeo = ((System.Windows.Controls.TextBox)(target));
#line 1020 "..\..\..\MainWindow.xaml"
this.textBoxGeo.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxGeo_KeyUp);
#line default
#line hidden
return;
case 225:
this.buttonGeoCoding = ((System.Windows.Controls.Button)(target));
#line 1021 "..\..\..\MainWindow.xaml"
this.buttonGeoCoding.Click += new System.Windows.RoutedEventHandler(this.buttonGeoCoding_Click);
#line default
#line hidden
return;
case 226:
this.buttonReloadMap = ((System.Windows.Controls.Button)(target));
#line 1022 "..\..\..\MainWindow.xaml"
this.buttonReloadMap.Click += new System.Windows.RoutedEventHandler(this.ReloadMap_Click);
#line default
#line hidden
return;
case 227:
this.textBoxLat = ((System.Windows.Controls.TextBox)(target));
return;
case 228:
this.textBoxLng = ((System.Windows.Controls.TextBox)(target));
return;
case 229:
this.buttonGeoLoc = ((System.Windows.Controls.Button)(target));
#line 1025 "..\..\..\MainWindow.xaml"
this.buttonGeoLoc.Click += new System.Windows.RoutedEventHandler(this.buttonGeoLoc_Click);
#line default
#line hidden
return;
case 230:
this.label2 = ((System.Windows.Controls.Label)(target));
return;
case 231:
this.label3 = ((System.Windows.Controls.Label)(target));
return;
case 232:
this.comboBoxMapType = ((System.Windows.Controls.ComboBox)(target));
return;
case 233:
this.label1 = ((System.Windows.Controls.Label)(target));
return;
case 234:
this.comboBoxMode = ((System.Windows.Controls.ComboBox)(target));
#line 1032 "..\..\..\MainWindow.xaml"
this.comboBoxMode.DropDownClosed += new System.EventHandler(this.comboBoxMode_DropDownClosed);
#line default
#line hidden
return;
case 235:
this.label5 = ((System.Windows.Controls.Label)(target));
return;
case 236:
this.buttonPrefetch = ((System.Windows.Controls.Button)(target));
#line 1034 "..\..\..\MainWindow.xaml"
this.buttonPrefetch.Click += new System.Windows.RoutedEventHandler(this.buttonPrefetch_Click);
#line default
#line hidden
return;
case 237:
this.label1_Copy = ((System.Windows.Controls.Label)(target));
return;
case 238:
this.textBoxLat_currentPos = ((System.Windows.Controls.TextBox)(target));
return;
case 239:
this.textBoxLng_currentPos = ((System.Windows.Controls.TextBox)(target));
return;
case 240:
this.label2_Copy = ((System.Windows.Controls.Label)(target));
return;
case 241:
this.label3_Copy = ((System.Windows.Controls.Label)(target));
return;
case 242:
this.label1_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 243:
this.sliderMapZoom = ((System.Windows.Controls.Slider)(target));
#line 1041 "..\..\..\MainWindow.xaml"
this.sliderMapZoom.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderMapZoom_ValueChanged);
#line default
#line hidden
return;
case 244:
this.label2_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 245:
this.labelZoom = ((System.Windows.Controls.Label)(target));
return;
case 246:
this.btnSetHP = ((System.Windows.Controls.Button)(target));
#line 1044 "..\..\..\MainWindow.xaml"
this.btnSetHP.Click += new System.Windows.RoutedEventHandler(this.btnSetHP_Click);
#line default
#line hidden
return;
case 247:
this.btnClearHP = ((System.Windows.Controls.Button)(target));
#line 1045 "..\..\..\MainWindow.xaml"
this.btnClearHP.Click += new System.Windows.RoutedEventHandler(this.btnClearHP_Click);
#line default
#line hidden
return;
case 248:
this.btnGotoHP = ((System.Windows.Controls.Button)(target));
#line 1046 "..\..\..\MainWindow.xaml"
this.btnGotoHP.Click += new System.Windows.RoutedEventHandler(this.btnGotoHP_Click);
#line default
#line hidden
return;
case 249:
this.checkBoxGPXLog = ((System.Windows.Controls.CheckBox)(target));
#line 1047 "..\..\..\MainWindow.xaml"
this.checkBoxGPXLog.Click += new System.Windows.RoutedEventHandler(this.checkBoxGPXLog_Click);
#line default
#line hidden
return;
case 250:
this.btnLoadGPXLog = ((System.Windows.Controls.Button)(target));
#line 1059 "..\..\..\MainWindow.xaml"
this.btnLoadGPXLog.Click += new System.Windows.RoutedEventHandler(this.btnLoadGPXLog_Click);
#line default
#line hidden
return;
case 251:
this.label4_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 252:
this.btnClearRoute = ((System.Windows.Controls.Button)(target));
#line 1065 "..\..\..\MainWindow.xaml"
this.btnClearRoute.Click += new System.Windows.RoutedEventHandler(this.btnClearRoute_Click);
#line default
#line hidden
return;
case 253:
this.groupBox2 = ((System.Windows.Controls.GroupBox)(target));
return;
case 254:
this.sliderThresholdVoltageCrit = ((System.Windows.Controls.Slider)(target));
#line 1072 "..\..\..\MainWindow.xaml"
this.sliderThresholdVoltageCrit.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdVoltageCrit_ValueChanged);
#line default
#line hidden
return;
case 255:
this.labelThresholdVoltageCrit = ((System.Windows.Controls.Label)(target));
return;
case 256:
this.labelThresholdVoltageCrit_Copy = ((System.Windows.Controls.Label)(target));
return;
case 257:
this.sliderThresholdVoltageWarn = ((System.Windows.Controls.Slider)(target));
#line 1085 "..\..\..\MainWindow.xaml"
this.sliderThresholdVoltageWarn.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdVoltageWarn_ValueChanged);
#line default
#line hidden
return;
case 258:
this.labelThresholdVoltageWarn = ((System.Windows.Controls.Label)(target));
return;
case 259:
this.labelThresholdVoltageCrit_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 260:
this.groupBox2_Copy1 = ((System.Windows.Controls.GroupBox)(target));
return;
case 261:
this.checkBoxSatfixLost = ((System.Windows.Controls.CheckBox)(target));
#line 1103 "..\..\..\MainWindow.xaml"
this.checkBoxSatfixLost.Click += new System.Windows.RoutedEventHandler(this.checkBoxSatfixLost_Click);
#line default
#line hidden
return;
case 262:
this.checkBoxMagneticField = ((System.Windows.Controls.CheckBox)(target));
#line 1104 "..\..\..\MainWindow.xaml"
this.checkBoxMagneticField.Click += new System.Windows.RoutedEventHandler(this.checkBoxMagneticField_Click);
#line default
#line hidden
return;
case 263:
this.checkBoxRClevel = ((System.Windows.Controls.CheckBox)(target));
#line 1105 "..\..\..\MainWindow.xaml"
this.checkBoxRClevel.Click += new System.Windows.RoutedEventHandler(this.checkBoxRClevel_Click);
#line default
#line hidden
return;
case 264:
this.checkBoxThresholdDistanceVoice = ((System.Windows.Controls.CheckBox)(target));
#line 1106 "..\..\..\MainWindow.xaml"
this.checkBoxThresholdDistanceVoice.Click += new System.Windows.RoutedEventHandler(this.checkBoxThresholdDistanceVoice_Click);
#line default
#line hidden
return;
case 265:
this.checkBoxThresholdVoltageVoice = ((System.Windows.Controls.CheckBox)(target));
#line 1107 "..\..\..\MainWindow.xaml"
this.checkBoxThresholdVoltageVoice.Click += new System.Windows.RoutedEventHandler(this.checkBoxThresholdVoltageVoice_Click);
#line default
#line hidden
return;
case 266:
this.grpBox = ((System.Windows.Controls.GroupBox)(target));
return;
case 267:
this.sliderThresholdDistanceWarn = ((System.Windows.Controls.Slider)(target));
#line 1112 "..\..\..\MainWindow.xaml"
this.sliderThresholdDistanceWarn.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdDistanceWarn_ValueChanged);
#line default
#line hidden
return;
case 268:
this.labelThresholdDistanceWarn = ((System.Windows.Controls.Label)(target));
return;
case 269:
this.comboBoxFSColor = ((System.Windows.Controls.ComboBox)(target));
#line 1133 "..\..\..\MainWindow.xaml"
this.comboBoxFSColor.DropDownClosed += new System.EventHandler(this.comboBoxFSColor_DropDownClosed);
#line default
#line hidden
return;
case 270:
this.label4_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 271:
this.comboBoxWPColor = ((System.Windows.Controls.ComboBox)(target));
#line 1141 "..\..\..\MainWindow.xaml"
this.comboBoxWPColor.DropDownClosed += new System.EventHandler(this.comboBoxWPColor_DropDownClosed);
#line default
#line hidden
return;
case 272:
this.label4_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 273:
this.comboBoxPOIColor = ((System.Windows.Controls.ComboBox)(target));
#line 1149 "..\..\..\MainWindow.xaml"
this.comboBoxPOIColor.DropDownClosed += new System.EventHandler(this.comboBoxPOIColor_DropDownClosed);
#line default
#line hidden
return;
case 274:
this.label4_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 275:
this.comboBoxCopterColor = ((System.Windows.Controls.ComboBox)(target));
#line 1157 "..\..\..\MainWindow.xaml"
this.comboBoxCopterColor.DropDownClosed += new System.EventHandler(this.comboBoxCopterColor_DropDownClosed);
#line default
#line hidden
return;
case 276:
this.label4_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 277:
this.comboBoxRouteColor = ((System.Windows.Controls.ComboBox)(target));
#line 1165 "..\..\..\MainWindow.xaml"
this.comboBoxRouteColor.DropDownClosed += new System.EventHandler(this.comboBoxRouteColor_DropDownClosed);
#line default
#line hidden
return;
case 278:
this.label4_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 279:
this.comboBoxLandingColor = ((System.Windows.Controls.ComboBox)(target));
#line 1173 "..\..\..\MainWindow.xaml"
this.comboBoxLandingColor.DropDownClosed += new System.EventHandler(this.comboBoxLandingColor_DropDownClosed);
#line default
#line hidden
return;
case 280:
this.label4_Copy31 = ((System.Windows.Controls.Label)(target));
return;
case 281:
this.comboBoxCopterHeadingColor = ((System.Windows.Controls.ComboBox)(target));
#line 1181 "..\..\..\MainWindow.xaml"
this.comboBoxCopterHeadingColor.DropDownClosed += new System.EventHandler(this.comboBoxCopterHeadingColor_DropDownClosed);
#line default
#line hidden
return;
case 282:
this.label4_Copy33 = ((System.Windows.Controls.Label)(target));
return;
case 283:
this.comboBoxWPMaxRangeColor = ((System.Windows.Controls.ComboBox)(target));
#line 1189 "..\..\..\MainWindow.xaml"
this.comboBoxWPMaxRangeColor.DropDownClosed += new System.EventHandler(this.comboBoxWPMaxRangeColor_DropDownClosed);
#line default
#line hidden
return;
case 284:
this.label4_Copy39 = ((System.Windows.Controls.Label)(target));
return;
case 285:
this.ArtHor = ((MKLiveView.ArtificialHorizon.ArtificialHorizon)(target));
return;
case 286:
this.GridLog = ((System.Windows.Controls.Grid)(target));
return;
case 287:
this.rtfError = ((System.Windows.Controls.RichTextBox)(target));
return;
case 288:
this.rtfTerminal = ((System.Windows.Controls.RichTextBox)(target));
return;
case 289:
this.GridMotors = ((System.Windows.Controls.Grid)(target));
return;
case 290:
this.dgvMotors1 = ((System.Windows.Controls.DataGrid)(target));
return;
case 291:
this.GridOSD = ((System.Windows.Controls.Grid)(target));
return;
case 292:
this.rtfOSD = ((System.Windows.Controls.RichTextBox)(target));
return;
case 293:
this.cbOSD = ((System.Windows.Controls.ComboBox)(target));
#line 1257 "..\..\..\MainWindow.xaml"
this.cbOSD.DropDownClosed += new System.EventHandler(this.cbOSD_DropDownClosing);
#line default
#line hidden
return;
case 294:
this.btnOSDBackward = ((System.Windows.Controls.Button)(target));
#line 1258 "..\..\..\MainWindow.xaml"
this.btnOSDBackward.Click += new System.Windows.RoutedEventHandler(this.btnOSDBackward_Click);
#line default
#line hidden
return;
case 295:
this.btnOSDForward = ((System.Windows.Controls.Button)(target));
#line 1259 "..\..\..\MainWindow.xaml"
this.btnOSDForward.Click += new System.Windows.RoutedEventHandler(this.btnOSDForward_Click);
#line default
#line hidden
return;
case 296:
this.label_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 297:
this.btnOSDEnter = ((System.Windows.Controls.Button)(target));
#line 1261 "..\..\..\MainWindow.xaml"
this.btnOSDEnter.Click += new System.Windows.RoutedEventHandler(this.btnOSDEnter_Click);
#line default
#line hidden
return;
case 298:
this.btnOSDLeave = ((System.Windows.Controls.Button)(target));
#line 1262 "..\..\..\MainWindow.xaml"
this.btnOSDLeave.Click += new System.Windows.RoutedEventHandler(this.btnOSDLeave_Click);
#line default
#line hidden
return;
case 299:
this.lblSimu = ((System.Windows.Controls.Label)(target));
return;
case 300:
this.GridWP = ((System.Windows.Controls.Grid)(target));
return;
case 301:
this.label4 = ((System.Windows.Controls.Label)(target));
return;
case 302:
this.lblWPCount = ((System.Windows.Controls.Label)(target));
return;
case 303:
this.label4_Copy = ((System.Windows.Controls.Label)(target));
return;
case 304:
this.lblWPIndex = ((System.Windows.Controls.Label)(target));
return;
case 305:
this.btnGetWPList = ((System.Windows.Controls.Button)(target));
#line 1292 "..\..\..\MainWindow.xaml"
this.btnGetWPList.Click += new System.Windows.RoutedEventHandler(this.btnGetWP_Click);
#line default
#line hidden
return;
case 306:
this.btnSendWPList = ((System.Windows.Controls.Button)(target));
#line 1308 "..\..\..\MainWindow.xaml"
this.btnSendWPList.Click += new System.Windows.RoutedEventHandler(this.btnSendWPList_Click);
#line default
#line hidden
return;
case 307:
this.btnLoadWPLFile = ((System.Windows.Controls.Button)(target));
#line 1324 "..\..\..\MainWindow.xaml"
this.btnLoadWPLFile.Click += new System.Windows.RoutedEventHandler(this.btnLoadWPLFile_Click);
#line default
#line hidden
return;
case 308:
this.label4_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 309:
this.label4_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 310:
this.label4_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 311:
this.btnClearWPList = ((System.Windows.Controls.Button)(target));
#line 1343 "..\..\..\MainWindow.xaml"
this.btnClearWPList.Click += new System.Windows.RoutedEventHandler(this.btnClearWPList_Click);
#line default
#line hidden
return;
case 312:
this.label4_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 313:
this.btnClearCopterList = ((System.Windows.Controls.Button)(target));
#line 1360 "..\..\..\MainWindow.xaml"
this.btnClearCopterList.Click += new System.Windows.RoutedEventHandler(this.btnClearCopterList_Click);
#line default
#line hidden
return;
case 314:
this.label4_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 315:
this.btnSaveWPLFile = ((System.Windows.Controls.Button)(target));
#line 1377 "..\..\..\MainWindow.xaml"
this.btnSaveWPLFile.Click += new System.Windows.RoutedEventHandler(this.btnSaveWPLFile_Click);
#line default
#line hidden
return;
case 316:
this.label4_Copy13 = ((System.Windows.Controls.Label)(target));
return;
case 317:
this.dgvWP = ((System.Windows.Controls.DataGrid)(target));
#line 1385 "..\..\..\MainWindow.xaml"
this.dgvWP.MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.dgvWP_MouseUp);
#line default
#line hidden
#line 1385 "..\..\..\MainWindow.xaml"
this.dgvWP.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgvWP_MouseDoubleClick);
#line default
#line hidden
return;
case 318:
this.dataGridTextColumn = ((System.Windows.Controls.DataGridTextColumn)(target));
return;
case 319:
this.checkBoxShowWPRoute = ((System.Windows.Controls.CheckBox)(target));
#line 1403 "..\..\..\MainWindow.xaml"
this.checkBoxShowWPRoute.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPRoute_Click);
#line default
#line hidden
return;
case 320:
this.label4_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 321:
this.lblWPRouteDistance = ((System.Windows.Controls.Label)(target));
return;
case 322:
this.label4_Copy14 = ((System.Windows.Controls.Label)(target));
return;
case 323:
this.lblWPCountNC = ((System.Windows.Controls.Label)(target));
return;
case 324:
this.label4_Copy15 = ((System.Windows.Controls.Label)(target));
return;
case 325:
this.lblWPIndexNC = ((System.Windows.Controls.Label)(target));
return;
case 326:
this.rectSimulate = ((System.Windows.Shapes.Rectangle)(target));
return;
case 327:
this.btnWPSimulateStart = ((System.Windows.Controls.Button)(target));
#line 1431 "..\..\..\MainWindow.xaml"
this.btnWPSimulateStart.Click += new System.Windows.RoutedEventHandler(this.btnWPSimulateStart_Click);
#line default
#line hidden
return;
case 328:
this.label4_Copy32 = ((System.Windows.Controls.Label)(target));
return;
case 329:
this.label4_Copy35 = ((System.Windows.Controls.Label)(target));
return;
case 330:
this.lblWPRouteDistanceWP = ((System.Windows.Controls.Label)(target));
return;
case 331:
this.label4_Copy36 = ((System.Windows.Controls.Label)(target));
return;
case 332:
this.lblWPHoldTime = ((System.Windows.Controls.Label)(target));
return;
case 333:
this.checkBoxShowWPStatus = ((System.Windows.Controls.CheckBox)(target));
#line 1441 "..\..\..\MainWindow.xaml"
this.checkBoxShowWPStatus.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPStatus_Click);
#line default
#line hidden
return;
case 334:
this.checkBoxShowWPMaxRange = ((System.Windows.Controls.CheckBox)(target));
#line 1442 "..\..\..\MainWindow.xaml"
this.checkBoxShowWPMaxRange.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPMaxRange_click);
#line default
#line hidden
return;
case 335:
this.checkBoxAutoShowWPEdit = ((System.Windows.Controls.CheckBox)(target));
#line 1443 "..\..\..\MainWindow.xaml"
this.checkBoxAutoShowWPEdit.Click += new System.Windows.RoutedEventHandler(this.checkBoxAutoShowWPEdit_Click);
#line default
#line hidden
return;
case 336:
this.GridSideBarR = ((System.Windows.Controls.Grid)(target));
return;
case 337:
this.labelMotordata = ((System.Windows.Controls.Label)(target));
#line 1446 "..\..\..\MainWindow.xaml"
this.labelMotordata.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelMotorData_MouseDown);
#line default
#line hidden
return;
case 338:
this.labelOSD = ((System.Windows.Controls.Label)(target));
#line 1469 "..\..\..\MainWindow.xaml"
this.labelOSD.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelOSD_MouseDown);
#line default
#line hidden
return;
case 339:
this.tbSideBarStatusMotors = ((System.Windows.Controls.TextBox)(target));
return;
case 340:
this.tbSideBarStatusPH = ((System.Windows.Controls.TextBox)(target));
return;
case 341:
this.tbSideBarStatusCF = ((System.Windows.Controls.TextBox)(target));
return;
case 342:
this.tbSideBarStatusAC = ((System.Windows.Controls.TextBox)(target));
return;
case 343:
this.tbSideBarStatusEmergencyLanding = ((System.Windows.Controls.TextBox)(target));
return;
case 344:
this.tbSideBarGPXLog = ((System.Windows.Controls.TextBox)(target));
return;
case 345:
this.labelWPEdit = ((System.Windows.Controls.Label)(target));
#line 1510 "..\..\..\MainWindow.xaml"
this.labelWPEdit.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelWPEdit_MouseDown);
#line default
#line hidden
return;
case 346:
this.labelCamera = ((System.Windows.Controls.Label)(target));
#line 1533 "..\..\..\MainWindow.xaml"
this.labelCamera.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelCamera_MouseDown);
#line default
#line hidden
return;
case 347:
this.labelCam_pic = ((System.Windows.Controls.Label)(target));
#line 1556 "..\..\..\MainWindow.xaml"
this.labelCam_pic.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblCam_Click);
#line default
#line hidden
return;
case 348:
this.WPStatus = ((System.Windows.Controls.Grid)(target));
return;
case 349:
this.label4_Copy38 = ((System.Windows.Controls.Label)(target));
return;
case 350:
this.label4_Copy37 = ((System.Windows.Controls.Label)(target));
return;
case 351:
this.lblWPStatusIndexNC = ((System.Windows.Controls.Label)(target));
return;
case 352:
this.lblWPStatusCountNC = ((System.Windows.Controls.Label)(target));
return;
case 353:
this.tbWPStatusDistanceWP = ((System.Windows.Controls.TextBox)(target));
return;
case 354:
this.tbWPStatusHoldTime = ((System.Windows.Controls.TextBox)(target));
return;
case 355:
this.imageFlightTime1 = ((System.Windows.Controls.Image)(target));
return;
case 356:
this.tbWPStatusHeight = ((System.Windows.Controls.TextBox)(target));
return;
case 357:
this.imageFlightTime_Copy1 = ((System.Windows.Controls.Image)(target));
return;
case 358:
this.GridWPEdit = ((System.Windows.Controls.Grid)(target));
return;
case 359:
this.lblWPEditAlt = ((System.Windows.Controls.Label)(target));
return;
case 360:
this.SliderAlt = ((System.Windows.Controls.Slider)(target));
return;
case 361:
this.label4_Copy41 = ((System.Windows.Controls.Label)(target));
return;
case 362:
this.lblWPEditHeading = ((System.Windows.Controls.Label)(target));
return;
case 363:
this.SliderHeading = ((System.Windows.Controls.Slider)(target));
return;
case 364:
this.label4_Copy42 = ((System.Windows.Controls.Label)(target));
return;
case 365:
this.cbWPEditHeading = ((System.Windows.Controls.ComboBox)(target));
return;
case 366:
this.lblWPEditSpeed = ((System.Windows.Controls.Label)(target));
return;
case 367:
this.SliderSpeed = ((System.Windows.Controls.Slider)(target));
return;
case 368:
this.label4_Copy43 = ((System.Windows.Controls.Label)(target));
return;
case 369:
this.cbWPEditSpeed = ((System.Windows.Controls.ComboBox)(target));
return;
case 370:
this.lblWPEditClimbrate = ((System.Windows.Controls.Label)(target));
return;
case 371:
this.SliderClimbrate = ((System.Windows.Controls.Slider)(target));
return;
case 372:
this.label4_Copy44 = ((System.Windows.Controls.Label)(target));
return;
case 373:
this.cbWPEditClimbrate = ((System.Windows.Controls.ComboBox)(target));
return;
case 374:
this.lblWPEditRadius = ((System.Windows.Controls.Label)(target));
return;
case 375:
this.SliderRadius = ((System.Windows.Controls.Slider)(target));
return;
case 376:
this.label4_Copy45 = ((System.Windows.Controls.Label)(target));
return;
case 377:
this.lblWPEditHoldtime = ((System.Windows.Controls.Label)(target));
return;
case 378:
this.SliderHoldTime = ((System.Windows.Controls.Slider)(target));
return;
case 379:
this.label4_Copy46 = ((System.Windows.Controls.Label)(target));
return;
case 380:
this.lblWPEditAutoTrigger = ((System.Windows.Controls.Label)(target));
return;
case 381:
this.SliderAutoTrigger = ((System.Windows.Controls.Slider)(target));
return;
case 382:
this.label4_Copy47 = ((System.Windows.Controls.Label)(target));
return;
case 383:
this.lblWPEditCamAngle = ((System.Windows.Controls.Label)(target));
return;
case 384:
this.SliderCamAngle = ((System.Windows.Controls.Slider)(target));
return;
case 385:
this.label4_Copy48 = ((System.Windows.Controls.Label)(target));
return;
case 386:
this.cbWPEditCamAngle = ((System.Windows.Controls.ComboBox)(target));
return;
case 387:
this.lblWPEditOut1 = ((System.Windows.Controls.Label)(target));
return;
case 388:
this.SliderOut1 = ((System.Windows.Controls.Slider)(target));
return;
case 389:
this.label4_Copy49 = ((System.Windows.Controls.Label)(target));
return;
case 390:
this.cbWPEditType = ((System.Windows.Controls.ComboBox)(target));
return;
case 391:
this.label4a = ((System.Windows.Controls.Label)(target));
return;
case 392:
this.label4b = ((System.Windows.Controls.Label)(target));
return;
case 393:
this.tbWPEditPrefix = ((System.Windows.Controls.TextBox)(target));
return;
case 394:
this.btnEditWPSave = ((System.Windows.Controls.Button)(target));
#line 1817 "..\..\..\MainWindow.xaml"
this.btnEditWPSave.Click += new System.Windows.RoutedEventHandler(this.btnEditWPSave_Click);
#line default
#line hidden
return;
case 395:
this.label4_Copy27 = ((System.Windows.Controls.Label)(target));
return;
case 396:
this.btnEditWPAdd = ((System.Windows.Controls.Button)(target));
#line 1834 "..\..\..\MainWindow.xaml"
this.btnEditWPAdd.Click += new System.Windows.RoutedEventHandler(this.btnEditWPAdd_Click);
#line default
#line hidden
return;
case 397:
this.image = ((System.Windows.Controls.Image)(target));
return;
case 398:
this.label4_Copy30 = ((System.Windows.Controls.Label)(target));
return;
case 399:
this.btnEditWPDel = ((System.Windows.Controls.Button)(target));
#line 1866 "..\..\..\MainWindow.xaml"
this.btnEditWPDel.Click += new System.Windows.RoutedEventHandler(this.btnEditWPDel_Click);
#line default
#line hidden
return;
case 400:
this.label4_Copy40 = ((System.Windows.Controls.Label)(target));
return;
case 401:
this.lblWPEditIndex = ((System.Windows.Controls.Label)(target));
return;
case 402:
this.btnWPEditmoveUp = ((System.Windows.Controls.Button)(target));
#line 1894 "..\..\..\MainWindow.xaml"
this.btnWPEditmoveUp.Click += new System.Windows.RoutedEventHandler(this.btnWPEditmoveUp_Click);
#line default
#line hidden
return;
case 403:
this.btnWPEditmoveDown = ((System.Windows.Controls.Button)(target));
#line 1916 "..\..\..\MainWindow.xaml"
this.btnWPEditmoveDown.Click += new System.Windows.RoutedEventHandler(this.btnWPEditmoveDown_Click);
#line default
#line hidden
return;
case 404:
this.btnSendActiveWP_Copy1 = ((System.Windows.Controls.Button)(target));
#line 1928 "..\..\..\MainWindow.xaml"
this.btnSendActiveWP_Copy1.Click += new System.Windows.RoutedEventHandler(this.btnSendActiveWP_Click);
#line default
#line hidden
return;
case 405:
this.label4_Copy29 = ((System.Windows.Controls.Label)(target));
return;
case 406:
this.btnEditWPSendToCopter = ((System.Windows.Controls.Button)(target));
#line 1945 "..\..\..\MainWindow.xaml"
this.btnEditWPSendToCopter.Click += new System.Windows.RoutedEventHandler(this.btnEditWPSendToCopter_Click);
#line default
#line hidden
return;
case 407:
this.label4_Copy34 = ((System.Windows.Controls.Label)(target));
return;
case 408:
this.label4_Copy16 = ((System.Windows.Controls.Label)(target));
return;
case 409:
this.tbWPEditLat = ((System.Windows.Controls.TextBox)(target));
#line 1952 "..\..\..\MainWindow.xaml"
this.tbWPEditLat.TouchDown += new System.EventHandler<System.Windows.Input.TouchEventArgs>(this.tbWPEdit_TouchDown);
#line default
#line hidden
#line 1952 "..\..\..\MainWindow.xaml"
this.tbWPEditLat.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbWPEdit_KeyDown);
#line default
#line hidden
#line 1952 "..\..\..\MainWindow.xaml"
this.tbWPEditLat.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.tbWPEdit_MouseDown);
#line default
#line hidden
return;
case 410:
this.label4_Copy17 = ((System.Windows.Controls.Label)(target));
return;
case 411:
this.tbWPEditLon = ((System.Windows.Controls.TextBox)(target));
#line 1954 "..\..\..\MainWindow.xaml"
this.tbWPEditLon.TouchDown += new System.EventHandler<System.Windows.Input.TouchEventArgs>(this.tbWPEdit_TouchDown);
#line default
#line hidden
#line 1954 "..\..\..\MainWindow.xaml"
this.tbWPEditLon.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbWPEdit_KeyDown);
#line default
#line hidden
#line 1954 "..\..\..\MainWindow.xaml"
this.tbWPEditLon.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.tbWPEdit_MouseDown);
#line default
#line hidden
return;
case 412:
this.btnWPEditAddCurrentPos = ((System.Windows.Controls.Button)(target));
#line 1966 "..\..\..\MainWindow.xaml"
this.btnWPEditAddCurrentPos.Click += new System.Windows.RoutedEventHandler(this.btnWPAddCurrentPos_Click);
#line default
#line hidden
return;
case 413:
this.label4_Copy28 = ((System.Windows.Controls.Label)(target));
return;
case 414:
this.checkBoxWPAddUseCopterHeight = ((System.Windows.Controls.CheckBox)(target));
#line 1972 "..\..\..\MainWindow.xaml"
this.checkBoxWPAddUseCopterHeight.Click += new System.Windows.RoutedEventHandler(this.checkBoxWPAddUseCopterHeight_Click);
#line default
#line hidden
return;
case 415:
this.checkBoxWPAddUseCopterHeading = ((System.Windows.Controls.CheckBox)(target));
#line 1973 "..\..\..\MainWindow.xaml"
this.checkBoxWPAddUseCopterHeading.Click += new System.Windows.RoutedEventHandler(this.checkBoxWPAddUseCopterHeading_Click);
#line default
#line hidden
return;
case 416:
this.btnSaveDefault = ((System.Windows.Controls.Button)(target));
#line 1985 "..\..\..\MainWindow.xaml"
this.btnSaveDefault.Click += new System.Windows.RoutedEventHandler(this.btnSaveDefault_Click);
#line default
#line hidden
return;
case 417:
this.label7 = ((System.Windows.Controls.Label)(target));
return;
case 418:
this.GridCam = ((System.Windows.Controls.Grid)(target));
return;
case 419:
this.rectCamStart = ((System.Windows.Shapes.Rectangle)(target));
return;
case 420:
this.btnCamStart = ((System.Windows.Controls.Button)(target));
#line 2003 "..\..\..\MainWindow.xaml"
this.btnCamStart.Click += new System.Windows.RoutedEventHandler(this.btnCamStart_Click);
#line default
#line hidden
return;
case 421:
this.btnCamStop = ((System.Windows.Controls.Button)(target));
#line 2017 "..\..\..\MainWindow.xaml"
this.btnCamStop.Click += new System.Windows.RoutedEventHandler(this.btnCamStop_Click);
#line default
#line hidden
return;
case 422:
this.btnCamSettings = ((System.Windows.Controls.Button)(target));
#line 2031 "..\..\..\MainWindow.xaml"
this.btnCamSettings.Click += new System.Windows.RoutedEventHandler(this.btnCamSettings_Click);
#line default
#line hidden
return;
case 423:
this.comboBoxCameras = ((System.Windows.Controls.ComboBox)(target));
return;
case 424:
this.btnCamListRefresh = ((System.Windows.Controls.Button)(target));
#line 2047 "..\..\..\MainWindow.xaml"
this.btnCamListRefresh.Click += new System.Windows.RoutedEventHandler(this.btnCamListRefresh_Click);
#line default
#line hidden
return;
case 425:
this.btnCamPicStretchNone = ((System.Windows.Controls.Button)(target));
#line 2067 "..\..\..\MainWindow.xaml"
this.btnCamPicStretchNone.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchNone_Click);
#line default
#line hidden
return;
case 426:
this.btnCamPicStretchFill = ((System.Windows.Controls.Button)(target));
#line 2085 "..\..\..\MainWindow.xaml"
this.btnCamPicStretchFill.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchFill_Click);
#line default
#line hidden
return;
case 427:
this.btnCamPicStretchUniform = ((System.Windows.Controls.Button)(target));
#line 2103 "..\..\..\MainWindow.xaml"
this.btnCamPicStretchUniform.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchUniform_Click);
#line default
#line hidden
return;
case 428:
this.btnCamPicStretchUFill = ((System.Windows.Controls.Button)(target));
#line 2121 "..\..\..\MainWindow.xaml"
this.btnCamPicStretchUFill.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchUFill_Click);
#line default
#line hidden
return;
case 429:
this.lblCamZoomVal = ((System.Windows.Controls.Label)(target));
return;
case 430:
this.SliderCamZoom = ((System.Windows.Controls.Slider)(target));
return;
case 431:
this.btnCamResetZoom = ((System.Windows.Controls.Button)(target));
#line 2149 "..\..\..\MainWindow.xaml"
this.btnCamResetZoom.Click += new System.Windows.RoutedEventHandler(this.btnCamResetZoom_Click);
#line default
#line hidden
return;
case 432:
this.canvasAddPoint = ((System.Windows.Controls.Canvas)(target));
#line 2154 "..\..\..\MainWindow.xaml"
this.canvasAddPoint.MouseLeave += new System.Windows.Input.MouseEventHandler(this.canvasAddPoint_MouseLeave);
#line default
#line hidden
#line 2154 "..\..\..\MainWindow.xaml"
this.canvasAddPoint.LostMouseCapture += new System.Windows.Input.MouseEventHandler(this.canvasAddPoint_MouseLeave);
#line default
#line hidden
return;
case 433:
this.btnCmAddWP = ((System.Windows.Controls.Button)(target));
#line 2155 "..\..\..\MainWindow.xaml"
this.btnCmAddWP.Click += new System.Windows.RoutedEventHandler(this.btnCmAddWP_Click);
#line default
#line hidden
return;
case 434:
this.btnCmAddLanding = ((System.Windows.Controls.Button)(target));
#line 2156 "..\..\..\MainWindow.xaml"
this.btnCmAddLanding.Click += new System.Windows.RoutedEventHandler(this.btnCmAddLanding_Click);
#line default
#line hidden
return;
case 435:
this.btnCmAddFailsave = ((System.Windows.Controls.Button)(target));
#line 2157 "..\..\..\MainWindow.xaml"
this.btnCmAddFailsave.Click += new System.Windows.RoutedEventHandler(this.btnCmAddFailsave_Click);
#line default
#line hidden
return;
case 436:
this.btnCmAddPOI = ((System.Windows.Controls.Button)(target));
#line 2158 "..\..\..\MainWindow.xaml"
this.btnCmAddPOI.Click += new System.Windows.RoutedEventHandler(this.btnCmAddPOI_Click);
#line default
#line hidden
return;
case 437:
this.labelSwitchToNavi = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/MainWindow.g.i.cs
0,0 → 1,5867
#pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "45FBE42E23EBEF06B7A226B11CE16DCD"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using GMap.NET.WindowsPresentation;
using MKLiveView;
using MKLiveView.ArtificialHorizon;
using Microsoft.Expression.Controls;
using Microsoft.Expression.Media;
using Microsoft.Expression.Shapes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 408 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridGMapControl;
#line default
#line hidden
#line 409 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal GMap.NET.WindowsPresentation.GMapControl MainMap;
#line default
#line hidden
#line 420 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image _camImage;
#line default
#line hidden
#line 431 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridTop;
#line default
#line hidden
#line 444 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectTopVoltage;
#line default
#line hidden
#line 446 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ProgressBar pbTopVoltage;
#line default
#line hidden
#line 447 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopVoltage;
#line default
#line hidden
#line 450 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopCapacity;
#line default
#line hidden
#line 451 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy;
#line default
#line hidden
#line 454 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopCurrent;
#line default
#line hidden
#line 455 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy4;
#line default
#line hidden
#line 458 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopFTime;
#line default
#line hidden
#line 459 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime;
#line default
#line hidden
#line 473 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopDistanceHP;
#line default
#line hidden
#line 474 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageHome;
#line default
#line hidden
#line 475 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnTopHome;
#line default
#line hidden
#line 478 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopHeight;
#line default
#line hidden
#line 479 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy2;
#line default
#line hidden
#line 482 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopSpeed;
#line default
#line hidden
#line 483 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy3;
#line default
#line hidden
#line 486 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopEarthMag;
#line default
#line hidden
#line 487 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageEarthMag;
#line default
#line hidden
#line 490 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopSats;
#line default
#line hidden
#line 491 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageSat;
#line default
#line hidden
#line 494 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTopRC;
#line default
#line hidden
#line 495 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageRC;
#line default
#line hidden
#line 510 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageWiFi;
#line default
#line hidden
#line 511 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageConn;
#line default
#line hidden
#line 512 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnTopConnect;
#line default
#line hidden
#line 526 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFullscreen;
#line default
#line hidden
#line 529 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSideBar;
#line default
#line hidden
#line 530 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelData;
#line default
#line hidden
#line 553 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSettings;
#line default
#line hidden
#line 576 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelLog;
#line default
#line hidden
#line 599 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelWaypoints;
#line default
#line hidden
#line 623 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridData;
#line default
#line hidden
#line 624 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl tabControl;
#line default
#line hidden
#line 627 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbVolt;
#line default
#line hidden
#line 628 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCur;
#line default
#line hidden
#line 629 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy;
#line default
#line hidden
#line 630 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbCtrl;
#line default
#line hidden
#line 631 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy3;
#line default
#line hidden
#line 632 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy4;
#line default
#line hidden
#line 633 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCapacity;
#line default
#line hidden
#line 634 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy5;
#line default
#line hidden
#line 635 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbFTime;
#line default
#line hidden
#line 636 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbRCQ;
#line default
#line hidden
#line 637 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy6;
#line default
#line hidden
#line 638 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy7;
#line default
#line hidden
#line 639 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbMagF;
#line default
#line hidden
#line 640 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy8;
#line default
#line hidden
#line 641 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbSats;
#line default
#line hidden
#line 642 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbSpeed;
#line default
#line hidden
#line 643 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy9;
#line default
#line hidden
#line 644 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy10;
#line default
#line hidden
#line 645 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbAlt;
#line default
#line hidden
#line 646 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy11;
#line default
#line hidden
#line 647 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHeading;
#line default
#line hidden
#line 648 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy12;
#line default
#line hidden
#line 649 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbPitch;
#line default
#line hidden
#line 650 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy13;
#line default
#line hidden
#line 651 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbRoll;
#line default
#line hidden
#line 652 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy14;
#line default
#line hidden
#line 653 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHP;
#line default
#line hidden
#line 654 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy15;
#line default
#line hidden
#line 655 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHP1;
#line default
#line hidden
#line 656 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy16;
#line default
#line hidden
#line 657 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWP;
#line default
#line hidden
#line 658 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy17;
#line default
#line hidden
#line 659 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPCount;
#line default
#line hidden
#line 660 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy19;
#line default
#line hidden
#line 661 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPIndex;
#line default
#line hidden
#line 662 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy20;
#line default
#line hidden
#line 663 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6;
#line default
#line hidden
#line 664 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbCrc;
#line default
#line hidden
#line 665 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy1;
#line default
#line hidden
#line 666 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSPI;
#line default
#line hidden
#line 667 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy2;
#line default
#line hidden
#line 668 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbI2C;
#line default
#line hidden
#line 669 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy18;
#line default
#line hidden
#line 670 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbNCErr;
#line default
#line hidden
#line 671 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbNCGrSpeed;
#line default
#line hidden
#line 672 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy21;
#line default
#line hidden
#line 673 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbHeadingCompass;
#line default
#line hidden
#line 674 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy22;
#line default
#line hidden
#line 675 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbLiPoCells;
#line default
#line hidden
#line 676 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy23;
#line default
#line hidden
#line 677 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbWPMaxRange;
#line default
#line hidden
#line 678 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy24;
#line default
#line hidden
#line 679 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbCamCtrl;
#line default
#line hidden
#line 680 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy30;
#line default
#line hidden
#line 686 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_1;
#line default
#line hidden
#line 687 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_2;
#line default
#line hidden
#line 688 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_3;
#line default
#line hidden
#line 689 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_4;
#line default
#line hidden
#line 690 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_5;
#line default
#line hidden
#line 691 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC1_6;
#line default
#line hidden
#line 692 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_1;
#line default
#line hidden
#line 693 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_2;
#line default
#line hidden
#line 694 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_3;
#line default
#line hidden
#line 695 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_4;
#line default
#line hidden
#line 696 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_5;
#line default
#line hidden
#line 697 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_7;
#line default
#line hidden
#line 698 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_8;
#line default
#line hidden
#line 699 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_2;
#line default
#line hidden
#line 700 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_3;
#line default
#line hidden
#line 701 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_4;
#line default
#line hidden
#line 702 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_5;
#line default
#line hidden
#line 703 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_6;
#line default
#line hidden
#line 704 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_7;
#line default
#line hidden
#line 705 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label NC1_8;
#line default
#line hidden
#line 706 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label FC2_6;
#line default
#line hidden
#line 712 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox3;
#line default
#line hidden
#line 714 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1;
#line default
#line hidden
#line 715 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan1;
#line default
#line hidden
#line 726 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan1ScaleSlider;
#line default
#line hidden
#line 727 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_0;
#line default
#line hidden
#line 728 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_127;
#line default
#line hidden
#line 729 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_254;
#line default
#line hidden
#line 730 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val1;
#line default
#line hidden
#line 731 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val2;
#line default
#line hidden
#line 732 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial1_val3;
#line default
#line hidden
#line 733 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val1;
#line default
#line hidden
#line 742 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val2;
#line default
#line hidden
#line 751 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer1_val3;
#line default
#line hidden
#line 763 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBoxSerchan2;
#line default
#line hidden
#line 765 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2;
#line default
#line hidden
#line 766 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan2;
#line default
#line hidden
#line 777 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan2ScaleSlider;
#line default
#line hidden
#line 778 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_0;
#line default
#line hidden
#line 779 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_127;
#line default
#line hidden
#line 780 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_254;
#line default
#line hidden
#line 781 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val1;
#line default
#line hidden
#line 782 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val2;
#line default
#line hidden
#line 783 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial2_val3;
#line default
#line hidden
#line 784 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val1;
#line default
#line hidden
#line 793 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val2;
#line default
#line hidden
#line 802 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer2_val3;
#line default
#line hidden
#line 814 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBoxSerchan3;
#line default
#line hidden
#line 816 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3;
#line default
#line hidden
#line 817 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSerChan3;
#line default
#line hidden
#line 828 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SerChan3ScaleSlider;
#line default
#line hidden
#line 829 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_0;
#line default
#line hidden
#line 830 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_127;
#line default
#line hidden
#line 831 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_254;
#line default
#line hidden
#line 832 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val1;
#line default
#line hidden
#line 833 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val2;
#line default
#line hidden
#line 834 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxSerial3_val3;
#line default
#line hidden
#line 835 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val1;
#line default
#line hidden
#line 844 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val2;
#line default
#line hidden
#line 853 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSer3_val3;
#line default
#line hidden
#line 871 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseUser;
#line default
#line hidden
#line 872 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseMail;
#line default
#line hidden
#line 873 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy25;
#line default
#line hidden
#line 874 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy26;
#line default
#line hidden
#line 875 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseFeature;
#line default
#line hidden
#line 876 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy27;
#line default
#line hidden
#line 877 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseExpire;
#line default
#line hidden
#line 878 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tbDataLicenseLicense;
#line default
#line hidden
#line 879 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy28;
#line default
#line hidden
#line 880 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label6_Copy29;
#line default
#line hidden
#line 886 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSettings;
#line default
#line hidden
#line 887 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl tabControlSettings;
#line default
#line hidden
#line 889 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid TabGridGeneral;
#line default
#line hidden
#line 890 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MKLiveView.SerialPortCtrl serialPortCtrl;
#line default
#line hidden
#line 891 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox;
#line default
#line hidden
#line 893 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 894 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 895 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 896 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 897 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsDebug;
#line default
#line hidden
#line 898 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsNav;
#line default
#line hidden
#line 899 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsBl;
#line default
#line hidden
#line 900 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxTimingsOSD;
#line default
#line hidden
#line 901 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoDbg;
#line default
#line hidden
#line 902 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoNav;
#line default
#line hidden
#line 903 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoBL;
#line default
#line hidden
#line 904 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkbAutoOSD;
#line default
#line hidden
#line 905 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 906 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxLiPoCells;
#line default
#line hidden
#line 907 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 908 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
#line 909 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cBoxMotors;
#line default
#line hidden
#line 912 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSettingsCapa;
#line default
#line hidden
#line 913 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonSwitchNC;
#line default
#line hidden
#line 917 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid TabGridStyle;
#line default
#line hidden
#line 918 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy6;
#line default
#line hidden
#line 919 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelUIScale;
#line default
#line hidden
#line 930 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleSlider;
#line default
#line hidden
#line 931 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleTopSlider;
#line default
#line hidden
#line 932 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy8;
#line default
#line hidden
#line 933 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelTopBarScale;
#line default
#line hidden
#line 944 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleMotorsSlider;
#line default
#line hidden
#line 945 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy9;
#line default
#line hidden
#line 946 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelMotorsScale;
#line default
#line hidden
#line 957 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleOSDSlider;
#line default
#line hidden
#line 958 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy10;
#line default
#line hidden
#line 959 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelOSDScale;
#line default
#line hidden
#line 970 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleLOGSlider;
#line default
#line hidden
#line 971 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy11;
#line default
#line hidden
#line 972 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelLOGScale;
#line default
#line hidden
#line 983 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider UIScaleHorizonSlider;
#line default
#line hidden
#line 984 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy12;
#line default
#line hidden
#line 985 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelHorizonScale;
#line default
#line hidden
#line 996 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonUIScaleReset;
#line default
#line hidden
#line 997 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox1;
#line default
#line hidden
#line 999 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowVoltage;
#line default
#line hidden
#line 1000 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowCapacity;
#line default
#line hidden
#line 1001 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowCurrent;
#line default
#line hidden
#line 1002 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowFlightTime;
#line default
#line hidden
#line 1003 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowDistanceHP;
#line default
#line hidden
#line 1004 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowHeight;
#line default
#line hidden
#line 1005 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowSpeed;
#line default
#line hidden
#line 1006 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowMF;
#line default
#line hidden
#line 1007 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowSatellites;
#line default
#line hidden
#line 1008 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxTopBarShowRC;
#line default
#line hidden
#line 1011 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxShowHorizon;
#line default
#line hidden
#line 1012 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxSaveFullScreenState;
#line default
#line hidden
#line 1013 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox chkBoxSaveNormalState;
#line default
#line hidden
#line 1017 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridMapData;
#line default
#line hidden
#line 1018 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxFollowCopter;
#line default
#line hidden
#line 1019 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxAutoSetHP;
#line default
#line hidden
#line 1020 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxGeo;
#line default
#line hidden
#line 1021 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonGeoCoding;
#line default
#line hidden
#line 1022 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonReloadMap;
#line default
#line hidden
#line 1023 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLat;
#line default
#line hidden
#line 1024 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLng;
#line default
#line hidden
#line 1025 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonGeoLoc;
#line default
#line hidden
#line 1026 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2;
#line default
#line hidden
#line 1027 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label3;
#line default
#line hidden
#line 1030 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxMapType;
#line default
#line hidden
#line 1031 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1;
#line default
#line hidden
#line 1032 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxMode;
#line default
#line hidden
#line 1033 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label5;
#line default
#line hidden
#line 1034 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonPrefetch;
#line default
#line hidden
#line 1035 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1_Copy;
#line default
#line hidden
#line 1036 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLat_currentPos;
#line default
#line hidden
#line 1037 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxLng_currentPos;
#line default
#line hidden
#line 1038 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2_Copy;
#line default
#line hidden
#line 1039 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label3_Copy;
#line default
#line hidden
#line 1040 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label1_Copy1;
#line default
#line hidden
#line 1041 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderMapZoom;
#line default
#line hidden
#line 1042 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label2_Copy1;
#line default
#line hidden
#line 1043 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelZoom;
#line default
#line hidden
#line 1044 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSetHP;
#line default
#line hidden
#line 1045 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearHP;
#line default
#line hidden
#line 1046 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGotoHP;
#line default
#line hidden
#line 1047 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxGPXLog;
#line default
#line hidden
#line 1059 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnLoadGPXLog;
#line default
#line hidden
#line 1064 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy8;
#line default
#line hidden
#line 1065 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearRoute;
#line default
#line hidden
#line 1070 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox2;
#line default
#line hidden
#line 1072 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdVoltageCrit;
#line default
#line hidden
#line 1073 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit;
#line default
#line hidden
#line 1084 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit_Copy;
#line default
#line hidden
#line 1085 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdVoltageWarn;
#line default
#line hidden
#line 1086 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageWarn;
#line default
#line hidden
#line 1097 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdVoltageCrit_Copy2;
#line default
#line hidden
#line 1101 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox groupBox2_Copy1;
#line default
#line hidden
#line 1103 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxSatfixLost;
#line default
#line hidden
#line 1104 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxMagneticField;
#line default
#line hidden
#line 1105 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxRClevel;
#line default
#line hidden
#line 1106 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxThresholdDistanceVoice;
#line default
#line hidden
#line 1107 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxThresholdVoltageVoice;
#line default
#line hidden
#line 1110 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.GroupBox grpBox;
#line default
#line hidden
#line 1112 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderThresholdDistanceWarn;
#line default
#line hidden
#line 1113 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelThresholdDistanceWarn;
#line default
#line hidden
#line 1133 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxFSColor;
#line default
#line hidden
#line 1140 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy3;
#line default
#line hidden
#line 1141 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxWPColor;
#line default
#line hidden
#line 1148 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy1;
#line default
#line hidden
#line 1149 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPOIColor;
#line default
#line hidden
#line 1156 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy2;
#line default
#line hidden
#line 1157 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCopterColor;
#line default
#line hidden
#line 1164 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy4;
#line default
#line hidden
#line 1165 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxRouteColor;
#line default
#line hidden
#line 1172 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy10;
#line default
#line hidden
#line 1173 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxLandingColor;
#line default
#line hidden
#line 1180 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy31;
#line default
#line hidden
#line 1181 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCopterHeadingColor;
#line default
#line hidden
#line 1188 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy33;
#line default
#line hidden
#line 1189 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxWPMaxRangeColor;
#line default
#line hidden
#line 1196 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy39;
#line default
#line hidden
#line 1213 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MKLiveView.ArtificialHorizon.ArtificialHorizon ArtHor;
#line default
#line hidden
#line 1223 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridLog;
#line default
#line hidden
#line 1232 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfError;
#line default
#line hidden
#line 1233 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfTerminal;
#line default
#line hidden
#line 1235 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridMotors;
#line default
#line hidden
#line 1244 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgvMotors1;
#line default
#line hidden
#line 1247 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridOSD;
#line default
#line hidden
#line 1256 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RichTextBox rtfOSD;
#line default
#line hidden
#line 1257 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbOSD;
#line default
#line hidden
#line 1258 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDBackward;
#line default
#line hidden
#line 1259 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDForward;
#line default
#line hidden
#line 1260 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy7;
#line default
#line hidden
#line 1261 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDEnter;
#line default
#line hidden
#line 1262 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnOSDLeave;
#line default
#line hidden
#line 1264 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSimu;
#line default
#line hidden
#line 1274 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridWP;
#line default
#line hidden
#line 1275 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4;
#line default
#line hidden
#line 1276 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPCount;
#line default
#line hidden
#line 1277 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy;
#line default
#line hidden
#line 1278 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPIndex;
#line default
#line hidden
#line 1292 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGetWPList;
#line default
#line hidden
#line 1308 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSendWPList;
#line default
#line hidden
#line 1324 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnLoadWPLFile;
#line default
#line hidden
#line 1329 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy5;
#line default
#line hidden
#line 1330 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy6;
#line default
#line hidden
#line 1331 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy7;
#line default
#line hidden
#line 1343 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearWPList;
#line default
#line hidden
#line 1348 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy11;
#line default
#line hidden
#line 1360 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnClearCopterList;
#line default
#line hidden
#line 1365 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy12;
#line default
#line hidden
#line 1377 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSaveWPLFile;
#line default
#line hidden
#line 1382 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy13;
#line default
#line hidden
#line 1385 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgvWP;
#line default
#line hidden
#line 1387 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGridTextColumn dataGridTextColumn;
#line default
#line hidden
#line 1403 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPRoute;
#line default
#line hidden
#line 1404 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy9;
#line default
#line hidden
#line 1405 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPRouteDistance;
#line default
#line hidden
#line 1406 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy14;
#line default
#line hidden
#line 1407 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPCountNC;
#line default
#line hidden
#line 1408 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy15;
#line default
#line hidden
#line 1409 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPIndexNC;
#line default
#line hidden
#line 1410 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectSimulate;
#line default
#line hidden
#line 1431 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPSimulateStart;
#line default
#line hidden
#line 1436 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy32;
#line default
#line hidden
#line 1437 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy35;
#line default
#line hidden
#line 1438 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPRouteDistanceWP;
#line default
#line hidden
#line 1439 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy36;
#line default
#line hidden
#line 1440 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPHoldTime;
#line default
#line hidden
#line 1441 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPStatus;
#line default
#line hidden
#line 1442 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxShowWPMaxRange;
#line default
#line hidden
#line 1443 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxAutoShowWPEdit;
#line default
#line hidden
#line 1445 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridSideBarR;
#line default
#line hidden
#line 1446 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelMotordata;
#line default
#line hidden
#line 1469 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelOSD;
#line default
#line hidden
#line 1492 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusMotors;
#line default
#line hidden
#line 1499 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusPH;
#line default
#line hidden
#line 1500 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusCF;
#line default
#line hidden
#line 1501 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusAC;
#line default
#line hidden
#line 1502 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarStatusEmergencyLanding;
#line default
#line hidden
#line 1509 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbSideBarGPXLog;
#line default
#line hidden
#line 1510 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelWPEdit;
#line default
#line hidden
#line 1533 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelCamera;
#line default
#line hidden
#line 1556 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelCam_pic;
#line default
#line hidden
#line 1562 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid WPStatus;
#line default
#line hidden
#line 1564 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy38;
#line default
#line hidden
#line 1565 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy37;
#line default
#line hidden
#line 1566 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPStatusIndexNC;
#line default
#line hidden
#line 1567 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPStatusCountNC;
#line default
#line hidden
#line 1570 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusDistanceWP;
#line default
#line hidden
#line 1574 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusHoldTime;
#line default
#line hidden
#line 1575 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime1;
#line default
#line hidden
#line 1578 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPStatusHeight;
#line default
#line hidden
#line 1579 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image imageFlightTime_Copy1;
#line default
#line hidden
#line 1582 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridWPEdit;
#line default
#line hidden
#line 1583 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditAlt;
#line default
#line hidden
#line 1594 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderAlt;
#line default
#line hidden
#line 1595 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy41;
#line default
#line hidden
#line 1596 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditHeading;
#line default
#line hidden
#line 1615 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderHeading;
#line default
#line hidden
#line 1635 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy42;
#line default
#line hidden
#line 1636 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditHeading;
#line default
#line hidden
#line 1641 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditSpeed;
#line default
#line hidden
#line 1656 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderSpeed;
#line default
#line hidden
#line 1668 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy43;
#line default
#line hidden
#line 1669 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditSpeed;
#line default
#line hidden
#line 1681 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditClimbrate;
#line default
#line hidden
#line 1695 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderClimbrate;
#line default
#line hidden
#line 1706 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy44;
#line default
#line hidden
#line 1707 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditClimbrate;
#line default
#line hidden
#line 1711 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditRadius;
#line default
#line hidden
#line 1722 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderRadius;
#line default
#line hidden
#line 1723 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy45;
#line default
#line hidden
#line 1724 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditHoldtime;
#line default
#line hidden
#line 1735 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderHoldTime;
#line default
#line hidden
#line 1736 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy46;
#line default
#line hidden
#line 1737 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditAutoTrigger;
#line default
#line hidden
#line 1748 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderAutoTrigger;
#line default
#line hidden
#line 1749 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy47;
#line default
#line hidden
#line 1750 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditCamAngle;
#line default
#line hidden
#line 1765 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderCamAngle;
#line default
#line hidden
#line 1778 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy48;
#line default
#line hidden
#line 1779 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditCamAngle;
#line default
#line hidden
#line 1784 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditOut1;
#line default
#line hidden
#line 1795 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderOut1;
#line default
#line hidden
#line 1796 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy49;
#line default
#line hidden
#line 1797 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbWPEditType;
#line default
#line hidden
#line 1803 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4a;
#line default
#line hidden
#line 1804 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4b;
#line default
#line hidden
#line 1805 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditPrefix;
#line default
#line hidden
#line 1817 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPSave;
#line default
#line hidden
#line 1822 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy27;
#line default
#line hidden
#line 1834 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPAdd;
#line default
#line hidden
#line 1843 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image image;
#line default
#line hidden
#line 1854 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy30;
#line default
#line hidden
#line 1866 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPDel;
#line default
#line hidden
#line 1871 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy40;
#line default
#line hidden
#line 1872 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblWPEditIndex;
#line default
#line hidden
#line 1894 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditmoveUp;
#line default
#line hidden
#line 1916 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditmoveDown;
#line default
#line hidden
#line 1928 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSendActiveWP_Copy1;
#line default
#line hidden
#line 1933 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy29;
#line default
#line hidden
#line 1945 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnEditWPSendToCopter;
#line default
#line hidden
#line 1950 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy34;
#line default
#line hidden
#line 1951 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy16;
#line default
#line hidden
#line 1952 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditLat;
#line default
#line hidden
#line 1953 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy17;
#line default
#line hidden
#line 1954 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbWPEditLon;
#line default
#line hidden
#line 1966 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnWPEditAddCurrentPos;
#line default
#line hidden
#line 1971 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label4_Copy28;
#line default
#line hidden
#line 1972 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxWPAddUseCopterHeight;
#line default
#line hidden
#line 1973 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox checkBoxWPAddUseCopterHeading;
#line default
#line hidden
#line 1985 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnSaveDefault;
#line default
#line hidden
#line 1986 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label7;
#line default
#line hidden
#line 1989 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid GridCam;
#line default
#line hidden
#line 1990 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Rectangle rectCamStart;
#line default
#line hidden
#line 2003 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamStart;
#line default
#line hidden
#line 2017 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamStop;
#line default
#line hidden
#line 2031 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamSettings;
#line default
#line hidden
#line 2034 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxCameras;
#line default
#line hidden
#line 2047 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamListRefresh;
#line default
#line hidden
#line 2067 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchNone;
#line default
#line hidden
#line 2085 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchFill;
#line default
#line hidden
#line 2103 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchUniform;
#line default
#line hidden
#line 2121 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamPicStretchUFill;
#line default
#line hidden
#line 2125 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCamZoomVal;
#line default
#line hidden
#line 2136 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider SliderCamZoom;
#line default
#line hidden
#line 2149 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCamResetZoom;
#line default
#line hidden
#line 2154 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Canvas canvasAddPoint;
#line default
#line hidden
#line 2155 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddWP;
#line default
#line hidden
#line 2156 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddLanding;
#line default
#line hidden
#line 2157 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddFailsave;
#line default
#line hidden
#line 2158 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnCmAddPOI;
#line default
#line hidden
#line 2162 "..\..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label labelSwitchToNavi;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
return System.Delegate.CreateDelegate(delegateType, this, handler);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 14 "..\..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
#line 14 "..\..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
#line default
#line hidden
#line 14 "..\..\..\MainWindow.xaml"
((MKLiveView.MainWindow)(target)).Closed += new System.EventHandler(this.Window_Closed);
#line default
#line hidden
return;
case 2:
this.GridGMapControl = ((System.Windows.Controls.Grid)(target));
#line 408 "..\..\..\MainWindow.xaml"
this.GridGMapControl.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.GridGMapControl_PreviewMouseLeftButtonDown);
#line default
#line hidden
return;
case 3:
this.MainMap = ((GMap.NET.WindowsPresentation.GMapControl)(target));
#line 409 "..\..\..\MainWindow.xaml"
this.MainMap.Loaded += new System.Windows.RoutedEventHandler(this.MainMap_Loaded);
#line default
#line hidden
#line 409 "..\..\..\MainWindow.xaml"
this.MainMap.OnPositionChanged += new GMap.NET.PositionChanged(this.MainMap_OnPositionChanged);
#line default
#line hidden
#line 409 "..\..\..\MainWindow.xaml"
this.MainMap.OnMapZoomChanged += new GMap.NET.MapZoomChanged(this.MainMap_OnMapZoomChanged);
#line default
#line hidden
#line 409 "..\..\..\MainWindow.xaml"
this.MainMap.StylusDown += new System.Windows.Input.StylusDownEventHandler(this.MainMap_StylusDown);
#line default
#line hidden
#line 409 "..\..\..\MainWindow.xaml"
this.MainMap.StylusUp += new System.Windows.Input.StylusEventHandler(this.MainMap_StylusUp);
#line default
#line hidden
#line 409 "..\..\..\MainWindow.xaml"
this.MainMap.StylusMove += new System.Windows.Input.StylusEventHandler(this.MainMap_StylusMove);
#line default
#line hidden
return;
case 4:
this._camImage = ((System.Windows.Controls.Image)(target));
#line 420 "..\..\..\MainWindow.xaml"
this._camImage.MouseMove += new System.Windows.Input.MouseEventHandler(this._CamImage_MouseMove);
#line default
#line hidden
#line 420 "..\..\..\MainWindow.xaml"
this._camImage.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this._CamImage_MouseDown);
#line default
#line hidden
return;
case 5:
this.GridTop = ((System.Windows.Controls.Grid)(target));
return;
case 6:
this.rectTopVoltage = ((System.Windows.Shapes.Rectangle)(target));
return;
case 7:
this.pbTopVoltage = ((System.Windows.Controls.ProgressBar)(target));
return;
case 8:
this.tbTopVoltage = ((System.Windows.Controls.TextBox)(target));
return;
case 9:
this.tbTopCapacity = ((System.Windows.Controls.TextBox)(target));
return;
case 10:
this.imageFlightTime_Copy = ((System.Windows.Controls.Image)(target));
return;
case 11:
this.tbTopCurrent = ((System.Windows.Controls.TextBox)(target));
return;
case 12:
this.imageFlightTime_Copy4 = ((System.Windows.Controls.Image)(target));
return;
case 13:
this.tbTopFTime = ((System.Windows.Controls.TextBox)(target));
return;
case 14:
this.imageFlightTime = ((System.Windows.Controls.Image)(target));
return;
case 15:
this.tbTopDistanceHP = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.imageHome = ((System.Windows.Controls.Image)(target));
return;
case 17:
this.btnTopHome = ((System.Windows.Controls.Button)(target));
#line 475 "..\..\..\MainWindow.xaml"
this.btnTopHome.Click += new System.Windows.RoutedEventHandler(this.btnSetHP_Click);
#line default
#line hidden
return;
case 18:
this.tbTopHeight = ((System.Windows.Controls.TextBox)(target));
return;
case 19:
this.imageFlightTime_Copy2 = ((System.Windows.Controls.Image)(target));
return;
case 20:
this.tbTopSpeed = ((System.Windows.Controls.TextBox)(target));
return;
case 21:
this.imageFlightTime_Copy3 = ((System.Windows.Controls.Image)(target));
return;
case 22:
this.tbTopEarthMag = ((System.Windows.Controls.TextBox)(target));
return;
case 23:
this.imageEarthMag = ((System.Windows.Controls.Image)(target));
return;
case 24:
this.tbTopSats = ((System.Windows.Controls.TextBox)(target));
return;
case 25:
this.imageSat = ((System.Windows.Controls.Image)(target));
return;
case 26:
this.tbTopRC = ((System.Windows.Controls.TextBox)(target));
return;
case 27:
this.imageRC = ((System.Windows.Controls.Image)(target));
return;
case 28:
this.imageWiFi = ((System.Windows.Controls.Image)(target));
return;
case 29:
this.imageConn = ((System.Windows.Controls.Image)(target));
return;
case 30:
this.btnTopConnect = ((System.Windows.Controls.Button)(target));
#line 512 "..\..\..\MainWindow.xaml"
this.btnTopConnect.Click += new System.Windows.RoutedEventHandler(this.btnConnectToCopter_Click);
#line default
#line hidden
return;
case 31:
this.imageFullscreen = ((System.Windows.Controls.Image)(target));
#line 526 "..\..\..\MainWindow.xaml"
this.imageFullscreen.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.imageFullscreen_MouseDown);
#line default
#line hidden
return;
case 32:
this.GridSideBar = ((System.Windows.Controls.Grid)(target));
return;
case 33:
this.labelData = ((System.Windows.Controls.Label)(target));
#line 530 "..\..\..\MainWindow.xaml"
this.labelData.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelData_MouseDown);
#line default
#line hidden
return;
case 34:
this.labelSettings = ((System.Windows.Controls.Label)(target));
#line 553 "..\..\..\MainWindow.xaml"
this.labelSettings.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelSettings_MouseDown);
#line default
#line hidden
return;
case 35:
this.labelLog = ((System.Windows.Controls.Label)(target));
#line 576 "..\..\..\MainWindow.xaml"
this.labelLog.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelLog_MouseDown);
#line default
#line hidden
return;
case 36:
this.labelWaypoints = ((System.Windows.Controls.Label)(target));
#line 599 "..\..\..\MainWindow.xaml"
this.labelWaypoints.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelWaypoints_MouseDown);
#line default
#line hidden
return;
case 37:
this.GridData = ((System.Windows.Controls.Grid)(target));
return;
case 38:
this.tabControl = ((System.Windows.Controls.TabControl)(target));
return;
case 39:
this.tbVolt = ((System.Windows.Controls.TextBlock)(target));
return;
case 40:
this.tbCur = ((System.Windows.Controls.TextBlock)(target));
return;
case 41:
this.label6_Copy = ((System.Windows.Controls.Label)(target));
return;
case 42:
this.tbCtrl = ((System.Windows.Controls.TextBox)(target));
return;
case 43:
this.label6_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 44:
this.label6_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 45:
this.tbCapacity = ((System.Windows.Controls.TextBlock)(target));
return;
case 46:
this.label6_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 47:
this.tbFTime = ((System.Windows.Controls.TextBlock)(target));
return;
case 48:
this.tbRCQ = ((System.Windows.Controls.TextBlock)(target));
return;
case 49:
this.label6_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 50:
this.label6_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 51:
this.tbMagF = ((System.Windows.Controls.TextBlock)(target));
return;
case 52:
this.label6_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 53:
this.tbSats = ((System.Windows.Controls.TextBlock)(target));
return;
case 54:
this.tbSpeed = ((System.Windows.Controls.TextBlock)(target));
return;
case 55:
this.label6_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 56:
this.label6_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 57:
this.tbAlt = ((System.Windows.Controls.TextBlock)(target));
return;
case 58:
this.label6_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 59:
this.tbHeading = ((System.Windows.Controls.TextBlock)(target));
return;
case 60:
this.label6_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 61:
this.tbPitch = ((System.Windows.Controls.TextBlock)(target));
return;
case 62:
this.label6_Copy13 = ((System.Windows.Controls.Label)(target));
return;
case 63:
this.tbRoll = ((System.Windows.Controls.TextBlock)(target));
return;
case 64:
this.label6_Copy14 = ((System.Windows.Controls.Label)(target));
return;
case 65:
this.tbHP = ((System.Windows.Controls.TextBlock)(target));
return;
case 66:
this.label6_Copy15 = ((System.Windows.Controls.Label)(target));
return;
case 67:
this.tbHP1 = ((System.Windows.Controls.TextBlock)(target));
return;
case 68:
this.label6_Copy16 = ((System.Windows.Controls.Label)(target));
return;
case 69:
this.tbWP = ((System.Windows.Controls.TextBlock)(target));
return;
case 70:
this.label6_Copy17 = ((System.Windows.Controls.Label)(target));
return;
case 71:
this.tbWPCount = ((System.Windows.Controls.TextBlock)(target));
return;
case 72:
this.label6_Copy19 = ((System.Windows.Controls.Label)(target));
return;
case 73:
this.tbWPIndex = ((System.Windows.Controls.TextBlock)(target));
return;
case 74:
this.label6_Copy20 = ((System.Windows.Controls.Label)(target));
return;
case 75:
this.label6 = ((System.Windows.Controls.Label)(target));
return;
case 76:
this.tbCrc = ((System.Windows.Controls.TextBox)(target));
return;
case 77:
this.label6_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 78:
this.tbSPI = ((System.Windows.Controls.TextBox)(target));
return;
case 79:
this.label6_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 80:
this.tbI2C = ((System.Windows.Controls.TextBox)(target));
return;
case 81:
this.label6_Copy18 = ((System.Windows.Controls.Label)(target));
return;
case 82:
this.tbNCErr = ((System.Windows.Controls.TextBox)(target));
return;
case 83:
this.tbNCGrSpeed = ((System.Windows.Controls.TextBlock)(target));
return;
case 84:
this.label6_Copy21 = ((System.Windows.Controls.Label)(target));
return;
case 85:
this.tbHeadingCompass = ((System.Windows.Controls.TextBlock)(target));
return;
case 86:
this.label6_Copy22 = ((System.Windows.Controls.Label)(target));
return;
case 87:
this.tbLiPoCells = ((System.Windows.Controls.TextBlock)(target));
return;
case 88:
this.label6_Copy23 = ((System.Windows.Controls.Label)(target));
return;
case 89:
this.tbWPMaxRange = ((System.Windows.Controls.TextBlock)(target));
return;
case 90:
this.label6_Copy24 = ((System.Windows.Controls.Label)(target));
return;
case 91:
this.tbCamCtrl = ((System.Windows.Controls.TextBlock)(target));
return;
case 92:
this.label6_Copy30 = ((System.Windows.Controls.Label)(target));
return;
case 93:
this.FC1_1 = ((System.Windows.Controls.Label)(target));
return;
case 94:
this.FC1_2 = ((System.Windows.Controls.Label)(target));
return;
case 95:
this.FC1_3 = ((System.Windows.Controls.Label)(target));
return;
case 96:
this.FC1_4 = ((System.Windows.Controls.Label)(target));
return;
case 97:
this.FC1_5 = ((System.Windows.Controls.Label)(target));
return;
case 98:
this.FC1_6 = ((System.Windows.Controls.Label)(target));
return;
case 99:
this.FC2_1 = ((System.Windows.Controls.Label)(target));
return;
case 100:
this.FC2_2 = ((System.Windows.Controls.Label)(target));
return;
case 101:
this.FC2_3 = ((System.Windows.Controls.Label)(target));
return;
case 102:
this.FC2_4 = ((System.Windows.Controls.Label)(target));
return;
case 103:
this.FC2_5 = ((System.Windows.Controls.Label)(target));
return;
case 104:
this.FC2_7 = ((System.Windows.Controls.Label)(target));
return;
case 105:
this.FC2_8 = ((System.Windows.Controls.Label)(target));
return;
case 106:
this.NC1_2 = ((System.Windows.Controls.Label)(target));
return;
case 107:
this.NC1_3 = ((System.Windows.Controls.Label)(target));
return;
case 108:
this.NC1_4 = ((System.Windows.Controls.Label)(target));
return;
case 109:
this.NC1_5 = ((System.Windows.Controls.Label)(target));
return;
case 110:
this.NC1_6 = ((System.Windows.Controls.Label)(target));
return;
case 111:
this.NC1_7 = ((System.Windows.Controls.Label)(target));
return;
case 112:
this.NC1_8 = ((System.Windows.Controls.Label)(target));
return;
case 113:
this.FC2_6 = ((System.Windows.Controls.Label)(target));
return;
case 114:
this.groupBox3 = ((System.Windows.Controls.GroupBox)(target));
return;
case 115:
this.textBoxSerial1 = ((System.Windows.Controls.TextBox)(target));
#line 714 "..\..\..\MainWindow.xaml"
this.textBoxSerial1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_TextChanged);
#line default
#line hidden
return;
case 116:
this.labelSerChan1 = ((System.Windows.Controls.Label)(target));
return;
case 117:
this.SerChan1ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 726 "..\..\..\MainWindow.xaml"
this.SerChan1ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan1ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 118:
this.btnSer1_0 = ((System.Windows.Controls.Button)(target));
#line 727 "..\..\..\MainWindow.xaml"
this.btnSer1_0.Click += new System.Windows.RoutedEventHandler(this.btnSer1_0_Click);
#line default
#line hidden
return;
case 119:
this.btnSer1_127 = ((System.Windows.Controls.Button)(target));
#line 728 "..\..\..\MainWindow.xaml"
this.btnSer1_127.Click += new System.Windows.RoutedEventHandler(this.btnSer1_127_Click);
#line default
#line hidden
return;
case 120:
this.btnSer1_254 = ((System.Windows.Controls.Button)(target));
#line 729 "..\..\..\MainWindow.xaml"
this.btnSer1_254.Click += new System.Windows.RoutedEventHandler(this.btnSer1_254_Click);
#line default
#line hidden
return;
case 121:
this.textBoxSerial1_val1 = ((System.Windows.Controls.TextBox)(target));
#line 730 "..\..\..\MainWindow.xaml"
this.textBoxSerial1_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 730 "..\..\..\MainWindow.xaml"
this.textBoxSerial1_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val1_TextChanged);
#line default
#line hidden
return;
case 122:
this.textBoxSerial1_val2 = ((System.Windows.Controls.TextBox)(target));
#line 731 "..\..\..\MainWindow.xaml"
this.textBoxSerial1_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 731 "..\..\..\MainWindow.xaml"
this.textBoxSerial1_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val2_TextChanged);
#line default
#line hidden
return;
case 123:
this.textBoxSerial1_val3 = ((System.Windows.Controls.TextBox)(target));
#line 732 "..\..\..\MainWindow.xaml"
this.textBoxSerial1_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 732 "..\..\..\MainWindow.xaml"
this.textBoxSerial1_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial1_val3_TextChanged);
#line default
#line hidden
return;
case 124:
this.btnSer1_val1 = ((System.Windows.Controls.Button)(target));
#line 733 "..\..\..\MainWindow.xaml"
this.btnSer1_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val1_Click);
#line default
#line hidden
return;
case 125:
this.btnSer1_val2 = ((System.Windows.Controls.Button)(target));
#line 742 "..\..\..\MainWindow.xaml"
this.btnSer1_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val2_Click);
#line default
#line hidden
return;
case 126:
this.btnSer1_val3 = ((System.Windows.Controls.Button)(target));
#line 751 "..\..\..\MainWindow.xaml"
this.btnSer1_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer1_val3_Click);
#line default
#line hidden
return;
case 127:
this.groupBoxSerchan2 = ((System.Windows.Controls.GroupBox)(target));
return;
case 128:
this.textBoxSerial2 = ((System.Windows.Controls.TextBox)(target));
#line 765 "..\..\..\MainWindow.xaml"
this.textBoxSerial2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_TextChanged);
#line default
#line hidden
return;
case 129:
this.labelSerChan2 = ((System.Windows.Controls.Label)(target));
return;
case 130:
this.SerChan2ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 777 "..\..\..\MainWindow.xaml"
this.SerChan2ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan2ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 131:
this.btnSer2_0 = ((System.Windows.Controls.Button)(target));
#line 778 "..\..\..\MainWindow.xaml"
this.btnSer2_0.Click += new System.Windows.RoutedEventHandler(this.btnSer2_0_Click);
#line default
#line hidden
return;
case 132:
this.btnSer2_127 = ((System.Windows.Controls.Button)(target));
#line 779 "..\..\..\MainWindow.xaml"
this.btnSer2_127.Click += new System.Windows.RoutedEventHandler(this.btnSer2_127_Click);
#line default
#line hidden
return;
case 133:
this.btnSer2_254 = ((System.Windows.Controls.Button)(target));
#line 780 "..\..\..\MainWindow.xaml"
this.btnSer2_254.Click += new System.Windows.RoutedEventHandler(this.btnSer2_254_Click);
#line default
#line hidden
return;
case 134:
this.textBoxSerial2_val1 = ((System.Windows.Controls.TextBox)(target));
#line 781 "..\..\..\MainWindow.xaml"
this.textBoxSerial2_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 781 "..\..\..\MainWindow.xaml"
this.textBoxSerial2_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val1_TextChanged);
#line default
#line hidden
return;
case 135:
this.textBoxSerial2_val2 = ((System.Windows.Controls.TextBox)(target));
#line 782 "..\..\..\MainWindow.xaml"
this.textBoxSerial2_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 782 "..\..\..\MainWindow.xaml"
this.textBoxSerial2_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val2_TextChanged);
#line default
#line hidden
return;
case 136:
this.textBoxSerial2_val3 = ((System.Windows.Controls.TextBox)(target));
#line 783 "..\..\..\MainWindow.xaml"
this.textBoxSerial2_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 783 "..\..\..\MainWindow.xaml"
this.textBoxSerial2_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial2_val3_TextChanged);
#line default
#line hidden
return;
case 137:
this.btnSer2_val1 = ((System.Windows.Controls.Button)(target));
#line 784 "..\..\..\MainWindow.xaml"
this.btnSer2_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val1_Click);
#line default
#line hidden
return;
case 138:
this.btnSer2_val2 = ((System.Windows.Controls.Button)(target));
#line 793 "..\..\..\MainWindow.xaml"
this.btnSer2_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val2_Click);
#line default
#line hidden
return;
case 139:
this.btnSer2_val3 = ((System.Windows.Controls.Button)(target));
#line 802 "..\..\..\MainWindow.xaml"
this.btnSer2_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer2_val3_Click);
#line default
#line hidden
return;
case 140:
this.groupBoxSerchan3 = ((System.Windows.Controls.GroupBox)(target));
return;
case 141:
this.textBoxSerial3 = ((System.Windows.Controls.TextBox)(target));
#line 816 "..\..\..\MainWindow.xaml"
this.textBoxSerial3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_TextChanged);
#line default
#line hidden
return;
case 142:
this.labelSerChan3 = ((System.Windows.Controls.Label)(target));
return;
case 143:
this.SerChan3ScaleSlider = ((System.Windows.Controls.Slider)(target));
#line 828 "..\..\..\MainWindow.xaml"
this.SerChan3ScaleSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.SerChan3ScaleSlider_ValueChanged);
#line default
#line hidden
return;
case 144:
this.btnSer3_0 = ((System.Windows.Controls.Button)(target));
#line 829 "..\..\..\MainWindow.xaml"
this.btnSer3_0.Click += new System.Windows.RoutedEventHandler(this.btnSer3_0_Click);
#line default
#line hidden
return;
case 145:
this.btnSer3_127 = ((System.Windows.Controls.Button)(target));
#line 830 "..\..\..\MainWindow.xaml"
this.btnSer3_127.Click += new System.Windows.RoutedEventHandler(this.btnSer3_127_Click);
#line default
#line hidden
return;
case 146:
this.btnSer3_254 = ((System.Windows.Controls.Button)(target));
#line 831 "..\..\..\MainWindow.xaml"
this.btnSer3_254.Click += new System.Windows.RoutedEventHandler(this.btnSer3_254_Click);
#line default
#line hidden
return;
case 147:
this.textBoxSerial3_val1 = ((System.Windows.Controls.TextBox)(target));
#line 832 "..\..\..\MainWindow.xaml"
this.textBoxSerial3_val1.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 832 "..\..\..\MainWindow.xaml"
this.textBoxSerial3_val1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val1_TextChanged);
#line default
#line hidden
return;
case 148:
this.textBoxSerial3_val2 = ((System.Windows.Controls.TextBox)(target));
#line 833 "..\..\..\MainWindow.xaml"
this.textBoxSerial3_val2.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 833 "..\..\..\MainWindow.xaml"
this.textBoxSerial3_val2.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val2_TextChanged);
#line default
#line hidden
return;
case 149:
this.textBoxSerial3_val3 = ((System.Windows.Controls.TextBox)(target));
#line 834 "..\..\..\MainWindow.xaml"
this.textBoxSerial3_val3.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBox_serial_KeyPress);
#line default
#line hidden
#line 834 "..\..\..\MainWindow.xaml"
this.textBoxSerial3_val3.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.textBoxSerial3_val3_TextChanged);
#line default
#line hidden
return;
case 150:
this.btnSer3_val1 = ((System.Windows.Controls.Button)(target));
#line 835 "..\..\..\MainWindow.xaml"
this.btnSer3_val1.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val1_Click);
#line default
#line hidden
return;
case 151:
this.btnSer3_val2 = ((System.Windows.Controls.Button)(target));
#line 844 "..\..\..\MainWindow.xaml"
this.btnSer3_val2.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val2_Click);
#line default
#line hidden
return;
case 152:
this.btnSer3_val3 = ((System.Windows.Controls.Button)(target));
#line 853 "..\..\..\MainWindow.xaml"
this.btnSer3_val3.Click += new System.Windows.RoutedEventHandler(this.btnSer3_val3_Click);
#line default
#line hidden
return;
case 153:
this.tbDataLicenseUser = ((System.Windows.Controls.TextBlock)(target));
return;
case 154:
this.tbDataLicenseMail = ((System.Windows.Controls.TextBlock)(target));
return;
case 155:
this.label6_Copy25 = ((System.Windows.Controls.Label)(target));
return;
case 156:
this.label6_Copy26 = ((System.Windows.Controls.Label)(target));
return;
case 157:
this.tbDataLicenseFeature = ((System.Windows.Controls.TextBlock)(target));
return;
case 158:
this.label6_Copy27 = ((System.Windows.Controls.Label)(target));
return;
case 159:
this.tbDataLicenseExpire = ((System.Windows.Controls.TextBlock)(target));
return;
case 160:
this.tbDataLicenseLicense = ((System.Windows.Controls.TextBlock)(target));
return;
case 161:
this.label6_Copy28 = ((System.Windows.Controls.Label)(target));
return;
case 162:
this.label6_Copy29 = ((System.Windows.Controls.Label)(target));
return;
case 163:
this.GridSettings = ((System.Windows.Controls.Grid)(target));
return;
case 164:
this.tabControlSettings = ((System.Windows.Controls.TabControl)(target));
return;
case 165:
this.TabGridGeneral = ((System.Windows.Controls.Grid)(target));
return;
case 166:
this.serialPortCtrl = ((MKLiveView.SerialPortCtrl)(target));
return;
case 167:
this.groupBox = ((System.Windows.Controls.GroupBox)(target));
return;
case 168:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 169:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 170:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 171:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 172:
this.cBoxTimingsDebug = ((System.Windows.Controls.ComboBox)(target));
#line 897 "..\..\..\MainWindow.xaml"
this.cBoxTimingsDebug.DropDownClosed += new System.EventHandler(this.cBoxTimingsDebug_DropDownClosed);
#line default
#line hidden
return;
case 173:
this.cBoxTimingsNav = ((System.Windows.Controls.ComboBox)(target));
#line 898 "..\..\..\MainWindow.xaml"
this.cBoxTimingsNav.DropDownClosed += new System.EventHandler(this.cBoxTimingsNav_DropDownClosed);
#line default
#line hidden
return;
case 174:
this.cBoxTimingsBl = ((System.Windows.Controls.ComboBox)(target));
#line 899 "..\..\..\MainWindow.xaml"
this.cBoxTimingsBl.DropDownClosed += new System.EventHandler(this.cBoxTimingsBl_DropDownClosed);
#line default
#line hidden
return;
case 175:
this.cBoxTimingsOSD = ((System.Windows.Controls.ComboBox)(target));
#line 900 "..\..\..\MainWindow.xaml"
this.cBoxTimingsOSD.DropDownClosed += new System.EventHandler(this.cBoxTimingsOSD_DropDownClosed);
#line default
#line hidden
return;
case 176:
this.chkbAutoDbg = ((System.Windows.Controls.CheckBox)(target));
#line 901 "..\..\..\MainWindow.xaml"
this.chkbAutoDbg.Click += new System.Windows.RoutedEventHandler(this.chkbAutoDbg_Click);
#line default
#line hidden
return;
case 177:
this.chkbAutoNav = ((System.Windows.Controls.CheckBox)(target));
#line 902 "..\..\..\MainWindow.xaml"
this.chkbAutoNav.Click += new System.Windows.RoutedEventHandler(this.chkbAutoNav_Click);
#line default
#line hidden
return;
case 178:
this.chkbAutoBL = ((System.Windows.Controls.CheckBox)(target));
#line 903 "..\..\..\MainWindow.xaml"
this.chkbAutoBL.Click += new System.Windows.RoutedEventHandler(this.chkbAutoBL_Click);
#line default
#line hidden
return;
case 179:
this.chkbAutoOSD = ((System.Windows.Controls.CheckBox)(target));
#line 904 "..\..\..\MainWindow.xaml"
this.chkbAutoOSD.Click += new System.Windows.RoutedEventHandler(this.chkbAutoOSD_Click);
#line default
#line hidden
return;
case 180:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 181:
this.cBoxLiPoCells = ((System.Windows.Controls.ComboBox)(target));
#line 906 "..\..\..\MainWindow.xaml"
this.cBoxLiPoCells.DropDownClosed += new System.EventHandler(this.cBoxLiPoCells_DropDownClosed);
#line default
#line hidden
return;
case 182:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 183:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 184:
this.cBoxMotors = ((System.Windows.Controls.ComboBox)(target));
#line 909 "..\..\..\MainWindow.xaml"
this.cBoxMotors.DropDownClosed += new System.EventHandler(this.cBoxMotors_DropDownClosed);
#line default
#line hidden
return;
case 185:
this.tbSettingsCapa = ((System.Windows.Controls.TextBox)(target));
return;
case 186:
this.buttonSwitchNC = ((System.Windows.Controls.Button)(target));
#line 913 "..\..\..\MainWindow.xaml"
this.buttonSwitchNC.Click += new System.Windows.RoutedEventHandler(this.buttonSwitchNC_Click);
#line default
#line hidden
return;
case 187:
this.TabGridStyle = ((System.Windows.Controls.Grid)(target));
return;
case 188:
this.label_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 189:
this.labelUIScale = ((System.Windows.Controls.Label)(target));
return;
case 190:
this.UIScaleSlider = ((System.Windows.Controls.Slider)(target));
return;
case 191:
this.UIScaleTopSlider = ((System.Windows.Controls.Slider)(target));
#line 931 "..\..\..\MainWindow.xaml"
this.UIScaleTopSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.UIScaleTopSlider_ValueChanged);
#line default
#line hidden
return;
case 192:
this.label_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 193:
this.labelTopBarScale = ((System.Windows.Controls.Label)(target));
return;
case 194:
this.UIScaleMotorsSlider = ((System.Windows.Controls.Slider)(target));
return;
case 195:
this.label_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 196:
this.labelMotorsScale = ((System.Windows.Controls.Label)(target));
return;
case 197:
this.UIScaleOSDSlider = ((System.Windows.Controls.Slider)(target));
#line 957 "..\..\..\MainWindow.xaml"
this.UIScaleOSDSlider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.UIScaleOSDSlider_ValueChanged);
#line default
#line hidden
return;
case 198:
this.label_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 199:
this.labelOSDScale = ((System.Windows.Controls.Label)(target));
return;
case 200:
this.UIScaleLOGSlider = ((System.Windows.Controls.Slider)(target));
return;
case 201:
this.label_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 202:
this.labelLOGScale = ((System.Windows.Controls.Label)(target));
return;
case 203:
this.UIScaleHorizonSlider = ((System.Windows.Controls.Slider)(target));
return;
case 204:
this.label_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 205:
this.labelHorizonScale = ((System.Windows.Controls.Label)(target));
return;
case 206:
this.buttonUIScaleReset = ((System.Windows.Controls.Button)(target));
#line 996 "..\..\..\MainWindow.xaml"
this.buttonUIScaleReset.Click += new System.Windows.RoutedEventHandler(this.buttonUIScaleReset_Click);
#line default
#line hidden
return;
case 207:
this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
return;
case 208:
this.chkBoxTopBarShowVoltage = ((System.Windows.Controls.CheckBox)(target));
return;
case 209:
this.chkBoxTopBarShowCapacity = ((System.Windows.Controls.CheckBox)(target));
return;
case 210:
this.chkBoxTopBarShowCurrent = ((System.Windows.Controls.CheckBox)(target));
return;
case 211:
this.chkBoxTopBarShowFlightTime = ((System.Windows.Controls.CheckBox)(target));
return;
case 212:
this.chkBoxTopBarShowDistanceHP = ((System.Windows.Controls.CheckBox)(target));
return;
case 213:
this.chkBoxTopBarShowHeight = ((System.Windows.Controls.CheckBox)(target));
return;
case 214:
this.chkBoxTopBarShowSpeed = ((System.Windows.Controls.CheckBox)(target));
return;
case 215:
this.chkBoxTopBarShowMF = ((System.Windows.Controls.CheckBox)(target));
return;
case 216:
this.chkBoxTopBarShowSatellites = ((System.Windows.Controls.CheckBox)(target));
return;
case 217:
this.chkBoxTopBarShowRC = ((System.Windows.Controls.CheckBox)(target));
return;
case 218:
this.chkBoxShowHorizon = ((System.Windows.Controls.CheckBox)(target));
return;
case 219:
this.chkBoxSaveFullScreenState = ((System.Windows.Controls.CheckBox)(target));
#line 1012 "..\..\..\MainWindow.xaml"
this.chkBoxSaveFullScreenState.Click += new System.Windows.RoutedEventHandler(this.chkBoxSaveFullScreenState_Click);
#line default
#line hidden
return;
case 220:
this.chkBoxSaveNormalState = ((System.Windows.Controls.CheckBox)(target));
#line 1013 "..\..\..\MainWindow.xaml"
this.chkBoxSaveNormalState.Click += new System.Windows.RoutedEventHandler(this.chkBoxSaveNormalState_Click);
#line default
#line hidden
return;
case 221:
this.GridMapData = ((System.Windows.Controls.Grid)(target));
return;
case 222:
this.checkBoxFollowCopter = ((System.Windows.Controls.CheckBox)(target));
#line 1018 "..\..\..\MainWindow.xaml"
this.checkBoxFollowCopter.Click += new System.Windows.RoutedEventHandler(this.checkBoxFollowCopter_Click);
#line default
#line hidden
return;
case 223:
this.checkBoxAutoSetHP = ((System.Windows.Controls.CheckBox)(target));
#line 1019 "..\..\..\MainWindow.xaml"
this.checkBoxAutoSetHP.Click += new System.Windows.RoutedEventHandler(this.checkBoxAutoSetHP_Click);
#line default
#line hidden
return;
case 224:
this.textBoxGeo = ((System.Windows.Controls.TextBox)(target));
#line 1020 "..\..\..\MainWindow.xaml"
this.textBoxGeo.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxGeo_KeyUp);
#line default
#line hidden
return;
case 225:
this.buttonGeoCoding = ((System.Windows.Controls.Button)(target));
#line 1021 "..\..\..\MainWindow.xaml"
this.buttonGeoCoding.Click += new System.Windows.RoutedEventHandler(this.buttonGeoCoding_Click);
#line default
#line hidden
return;
case 226:
this.buttonReloadMap = ((System.Windows.Controls.Button)(target));
#line 1022 "..\..\..\MainWindow.xaml"
this.buttonReloadMap.Click += new System.Windows.RoutedEventHandler(this.ReloadMap_Click);
#line default
#line hidden
return;
case 227:
this.textBoxLat = ((System.Windows.Controls.TextBox)(target));
return;
case 228:
this.textBoxLng = ((System.Windows.Controls.TextBox)(target));
return;
case 229:
this.buttonGeoLoc = ((System.Windows.Controls.Button)(target));
#line 1025 "..\..\..\MainWindow.xaml"
this.buttonGeoLoc.Click += new System.Windows.RoutedEventHandler(this.buttonGeoLoc_Click);
#line default
#line hidden
return;
case 230:
this.label2 = ((System.Windows.Controls.Label)(target));
return;
case 231:
this.label3 = ((System.Windows.Controls.Label)(target));
return;
case 232:
this.comboBoxMapType = ((System.Windows.Controls.ComboBox)(target));
return;
case 233:
this.label1 = ((System.Windows.Controls.Label)(target));
return;
case 234:
this.comboBoxMode = ((System.Windows.Controls.ComboBox)(target));
#line 1032 "..\..\..\MainWindow.xaml"
this.comboBoxMode.DropDownClosed += new System.EventHandler(this.comboBoxMode_DropDownClosed);
#line default
#line hidden
return;
case 235:
this.label5 = ((System.Windows.Controls.Label)(target));
return;
case 236:
this.buttonPrefetch = ((System.Windows.Controls.Button)(target));
#line 1034 "..\..\..\MainWindow.xaml"
this.buttonPrefetch.Click += new System.Windows.RoutedEventHandler(this.buttonPrefetch_Click);
#line default
#line hidden
return;
case 237:
this.label1_Copy = ((System.Windows.Controls.Label)(target));
return;
case 238:
this.textBoxLat_currentPos = ((System.Windows.Controls.TextBox)(target));
return;
case 239:
this.textBoxLng_currentPos = ((System.Windows.Controls.TextBox)(target));
return;
case 240:
this.label2_Copy = ((System.Windows.Controls.Label)(target));
return;
case 241:
this.label3_Copy = ((System.Windows.Controls.Label)(target));
return;
case 242:
this.label1_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 243:
this.sliderMapZoom = ((System.Windows.Controls.Slider)(target));
#line 1041 "..\..\..\MainWindow.xaml"
this.sliderMapZoom.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderMapZoom_ValueChanged);
#line default
#line hidden
return;
case 244:
this.label2_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 245:
this.labelZoom = ((System.Windows.Controls.Label)(target));
return;
case 246:
this.btnSetHP = ((System.Windows.Controls.Button)(target));
#line 1044 "..\..\..\MainWindow.xaml"
this.btnSetHP.Click += new System.Windows.RoutedEventHandler(this.btnSetHP_Click);
#line default
#line hidden
return;
case 247:
this.btnClearHP = ((System.Windows.Controls.Button)(target));
#line 1045 "..\..\..\MainWindow.xaml"
this.btnClearHP.Click += new System.Windows.RoutedEventHandler(this.btnClearHP_Click);
#line default
#line hidden
return;
case 248:
this.btnGotoHP = ((System.Windows.Controls.Button)(target));
#line 1046 "..\..\..\MainWindow.xaml"
this.btnGotoHP.Click += new System.Windows.RoutedEventHandler(this.btnGotoHP_Click);
#line default
#line hidden
return;
case 249:
this.checkBoxGPXLog = ((System.Windows.Controls.CheckBox)(target));
#line 1047 "..\..\..\MainWindow.xaml"
this.checkBoxGPXLog.Click += new System.Windows.RoutedEventHandler(this.checkBoxGPXLog_Click);
#line default
#line hidden
return;
case 250:
this.btnLoadGPXLog = ((System.Windows.Controls.Button)(target));
#line 1059 "..\..\..\MainWindow.xaml"
this.btnLoadGPXLog.Click += new System.Windows.RoutedEventHandler(this.btnLoadGPXLog_Click);
#line default
#line hidden
return;
case 251:
this.label4_Copy8 = ((System.Windows.Controls.Label)(target));
return;
case 252:
this.btnClearRoute = ((System.Windows.Controls.Button)(target));
#line 1065 "..\..\..\MainWindow.xaml"
this.btnClearRoute.Click += new System.Windows.RoutedEventHandler(this.btnClearRoute_Click);
#line default
#line hidden
return;
case 253:
this.groupBox2 = ((System.Windows.Controls.GroupBox)(target));
return;
case 254:
this.sliderThresholdVoltageCrit = ((System.Windows.Controls.Slider)(target));
#line 1072 "..\..\..\MainWindow.xaml"
this.sliderThresholdVoltageCrit.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdVoltageCrit_ValueChanged);
#line default
#line hidden
return;
case 255:
this.labelThresholdVoltageCrit = ((System.Windows.Controls.Label)(target));
return;
case 256:
this.labelThresholdVoltageCrit_Copy = ((System.Windows.Controls.Label)(target));
return;
case 257:
this.sliderThresholdVoltageWarn = ((System.Windows.Controls.Slider)(target));
#line 1085 "..\..\..\MainWindow.xaml"
this.sliderThresholdVoltageWarn.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdVoltageWarn_ValueChanged);
#line default
#line hidden
return;
case 258:
this.labelThresholdVoltageWarn = ((System.Windows.Controls.Label)(target));
return;
case 259:
this.labelThresholdVoltageCrit_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 260:
this.groupBox2_Copy1 = ((System.Windows.Controls.GroupBox)(target));
return;
case 261:
this.checkBoxSatfixLost = ((System.Windows.Controls.CheckBox)(target));
#line 1103 "..\..\..\MainWindow.xaml"
this.checkBoxSatfixLost.Click += new System.Windows.RoutedEventHandler(this.checkBoxSatfixLost_Click);
#line default
#line hidden
return;
case 262:
this.checkBoxMagneticField = ((System.Windows.Controls.CheckBox)(target));
#line 1104 "..\..\..\MainWindow.xaml"
this.checkBoxMagneticField.Click += new System.Windows.RoutedEventHandler(this.checkBoxMagneticField_Click);
#line default
#line hidden
return;
case 263:
this.checkBoxRClevel = ((System.Windows.Controls.CheckBox)(target));
#line 1105 "..\..\..\MainWindow.xaml"
this.checkBoxRClevel.Click += new System.Windows.RoutedEventHandler(this.checkBoxRClevel_Click);
#line default
#line hidden
return;
case 264:
this.checkBoxThresholdDistanceVoice = ((System.Windows.Controls.CheckBox)(target));
#line 1106 "..\..\..\MainWindow.xaml"
this.checkBoxThresholdDistanceVoice.Click += new System.Windows.RoutedEventHandler(this.checkBoxThresholdDistanceVoice_Click);
#line default
#line hidden
return;
case 265:
this.checkBoxThresholdVoltageVoice = ((System.Windows.Controls.CheckBox)(target));
#line 1107 "..\..\..\MainWindow.xaml"
this.checkBoxThresholdVoltageVoice.Click += new System.Windows.RoutedEventHandler(this.checkBoxThresholdVoltageVoice_Click);
#line default
#line hidden
return;
case 266:
this.grpBox = ((System.Windows.Controls.GroupBox)(target));
return;
case 267:
this.sliderThresholdDistanceWarn = ((System.Windows.Controls.Slider)(target));
#line 1112 "..\..\..\MainWindow.xaml"
this.sliderThresholdDistanceWarn.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderThresholdDistanceWarn_ValueChanged);
#line default
#line hidden
return;
case 268:
this.labelThresholdDistanceWarn = ((System.Windows.Controls.Label)(target));
return;
case 269:
this.comboBoxFSColor = ((System.Windows.Controls.ComboBox)(target));
#line 1133 "..\..\..\MainWindow.xaml"
this.comboBoxFSColor.DropDownClosed += new System.EventHandler(this.comboBoxFSColor_DropDownClosed);
#line default
#line hidden
return;
case 270:
this.label4_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 271:
this.comboBoxWPColor = ((System.Windows.Controls.ComboBox)(target));
#line 1141 "..\..\..\MainWindow.xaml"
this.comboBoxWPColor.DropDownClosed += new System.EventHandler(this.comboBoxWPColor_DropDownClosed);
#line default
#line hidden
return;
case 272:
this.label4_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 273:
this.comboBoxPOIColor = ((System.Windows.Controls.ComboBox)(target));
#line 1149 "..\..\..\MainWindow.xaml"
this.comboBoxPOIColor.DropDownClosed += new System.EventHandler(this.comboBoxPOIColor_DropDownClosed);
#line default
#line hidden
return;
case 274:
this.label4_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 275:
this.comboBoxCopterColor = ((System.Windows.Controls.ComboBox)(target));
#line 1157 "..\..\..\MainWindow.xaml"
this.comboBoxCopterColor.DropDownClosed += new System.EventHandler(this.comboBoxCopterColor_DropDownClosed);
#line default
#line hidden
return;
case 276:
this.label4_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 277:
this.comboBoxRouteColor = ((System.Windows.Controls.ComboBox)(target));
#line 1165 "..\..\..\MainWindow.xaml"
this.comboBoxRouteColor.DropDownClosed += new System.EventHandler(this.comboBoxRouteColor_DropDownClosed);
#line default
#line hidden
return;
case 278:
this.label4_Copy10 = ((System.Windows.Controls.Label)(target));
return;
case 279:
this.comboBoxLandingColor = ((System.Windows.Controls.ComboBox)(target));
#line 1173 "..\..\..\MainWindow.xaml"
this.comboBoxLandingColor.DropDownClosed += new System.EventHandler(this.comboBoxLandingColor_DropDownClosed);
#line default
#line hidden
return;
case 280:
this.label4_Copy31 = ((System.Windows.Controls.Label)(target));
return;
case 281:
this.comboBoxCopterHeadingColor = ((System.Windows.Controls.ComboBox)(target));
#line 1181 "..\..\..\MainWindow.xaml"
this.comboBoxCopterHeadingColor.DropDownClosed += new System.EventHandler(this.comboBoxCopterHeadingColor_DropDownClosed);
#line default
#line hidden
return;
case 282:
this.label4_Copy33 = ((System.Windows.Controls.Label)(target));
return;
case 283:
this.comboBoxWPMaxRangeColor = ((System.Windows.Controls.ComboBox)(target));
#line 1189 "..\..\..\MainWindow.xaml"
this.comboBoxWPMaxRangeColor.DropDownClosed += new System.EventHandler(this.comboBoxWPMaxRangeColor_DropDownClosed);
#line default
#line hidden
return;
case 284:
this.label4_Copy39 = ((System.Windows.Controls.Label)(target));
return;
case 285:
this.ArtHor = ((MKLiveView.ArtificialHorizon.ArtificialHorizon)(target));
return;
case 286:
this.GridLog = ((System.Windows.Controls.Grid)(target));
return;
case 287:
this.rtfError = ((System.Windows.Controls.RichTextBox)(target));
return;
case 288:
this.rtfTerminal = ((System.Windows.Controls.RichTextBox)(target));
return;
case 289:
this.GridMotors = ((System.Windows.Controls.Grid)(target));
return;
case 290:
this.dgvMotors1 = ((System.Windows.Controls.DataGrid)(target));
return;
case 291:
this.GridOSD = ((System.Windows.Controls.Grid)(target));
return;
case 292:
this.rtfOSD = ((System.Windows.Controls.RichTextBox)(target));
return;
case 293:
this.cbOSD = ((System.Windows.Controls.ComboBox)(target));
#line 1257 "..\..\..\MainWindow.xaml"
this.cbOSD.DropDownClosed += new System.EventHandler(this.cbOSD_DropDownClosing);
#line default
#line hidden
return;
case 294:
this.btnOSDBackward = ((System.Windows.Controls.Button)(target));
#line 1258 "..\..\..\MainWindow.xaml"
this.btnOSDBackward.Click += new System.Windows.RoutedEventHandler(this.btnOSDBackward_Click);
#line default
#line hidden
return;
case 295:
this.btnOSDForward = ((System.Windows.Controls.Button)(target));
#line 1259 "..\..\..\MainWindow.xaml"
this.btnOSDForward.Click += new System.Windows.RoutedEventHandler(this.btnOSDForward_Click);
#line default
#line hidden
return;
case 296:
this.label_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 297:
this.btnOSDEnter = ((System.Windows.Controls.Button)(target));
#line 1261 "..\..\..\MainWindow.xaml"
this.btnOSDEnter.Click += new System.Windows.RoutedEventHandler(this.btnOSDEnter_Click);
#line default
#line hidden
return;
case 298:
this.btnOSDLeave = ((System.Windows.Controls.Button)(target));
#line 1262 "..\..\..\MainWindow.xaml"
this.btnOSDLeave.Click += new System.Windows.RoutedEventHandler(this.btnOSDLeave_Click);
#line default
#line hidden
return;
case 299:
this.lblSimu = ((System.Windows.Controls.Label)(target));
return;
case 300:
this.GridWP = ((System.Windows.Controls.Grid)(target));
return;
case 301:
this.label4 = ((System.Windows.Controls.Label)(target));
return;
case 302:
this.lblWPCount = ((System.Windows.Controls.Label)(target));
return;
case 303:
this.label4_Copy = ((System.Windows.Controls.Label)(target));
return;
case 304:
this.lblWPIndex = ((System.Windows.Controls.Label)(target));
return;
case 305:
this.btnGetWPList = ((System.Windows.Controls.Button)(target));
#line 1292 "..\..\..\MainWindow.xaml"
this.btnGetWPList.Click += new System.Windows.RoutedEventHandler(this.btnGetWP_Click);
#line default
#line hidden
return;
case 306:
this.btnSendWPList = ((System.Windows.Controls.Button)(target));
#line 1308 "..\..\..\MainWindow.xaml"
this.btnSendWPList.Click += new System.Windows.RoutedEventHandler(this.btnSendWPList_Click);
#line default
#line hidden
return;
case 307:
this.btnLoadWPLFile = ((System.Windows.Controls.Button)(target));
#line 1324 "..\..\..\MainWindow.xaml"
this.btnLoadWPLFile.Click += new System.Windows.RoutedEventHandler(this.btnLoadWPLFile_Click);
#line default
#line hidden
return;
case 308:
this.label4_Copy5 = ((System.Windows.Controls.Label)(target));
return;
case 309:
this.label4_Copy6 = ((System.Windows.Controls.Label)(target));
return;
case 310:
this.label4_Copy7 = ((System.Windows.Controls.Label)(target));
return;
case 311:
this.btnClearWPList = ((System.Windows.Controls.Button)(target));
#line 1343 "..\..\..\MainWindow.xaml"
this.btnClearWPList.Click += new System.Windows.RoutedEventHandler(this.btnClearWPList_Click);
#line default
#line hidden
return;
case 312:
this.label4_Copy11 = ((System.Windows.Controls.Label)(target));
return;
case 313:
this.btnClearCopterList = ((System.Windows.Controls.Button)(target));
#line 1360 "..\..\..\MainWindow.xaml"
this.btnClearCopterList.Click += new System.Windows.RoutedEventHandler(this.btnClearCopterList_Click);
#line default
#line hidden
return;
case 314:
this.label4_Copy12 = ((System.Windows.Controls.Label)(target));
return;
case 315:
this.btnSaveWPLFile = ((System.Windows.Controls.Button)(target));
#line 1377 "..\..\..\MainWindow.xaml"
this.btnSaveWPLFile.Click += new System.Windows.RoutedEventHandler(this.btnSaveWPLFile_Click);
#line default
#line hidden
return;
case 316:
this.label4_Copy13 = ((System.Windows.Controls.Label)(target));
return;
case 317:
this.dgvWP = ((System.Windows.Controls.DataGrid)(target));
#line 1385 "..\..\..\MainWindow.xaml"
this.dgvWP.MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.dgvWP_MouseUp);
#line default
#line hidden
#line 1385 "..\..\..\MainWindow.xaml"
this.dgvWP.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgvWP_MouseDoubleClick);
#line default
#line hidden
return;
case 318:
this.dataGridTextColumn = ((System.Windows.Controls.DataGridTextColumn)(target));
return;
case 319:
this.checkBoxShowWPRoute = ((System.Windows.Controls.CheckBox)(target));
#line 1403 "..\..\..\MainWindow.xaml"
this.checkBoxShowWPRoute.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPRoute_Click);
#line default
#line hidden
return;
case 320:
this.label4_Copy9 = ((System.Windows.Controls.Label)(target));
return;
case 321:
this.lblWPRouteDistance = ((System.Windows.Controls.Label)(target));
return;
case 322:
this.label4_Copy14 = ((System.Windows.Controls.Label)(target));
return;
case 323:
this.lblWPCountNC = ((System.Windows.Controls.Label)(target));
return;
case 324:
this.label4_Copy15 = ((System.Windows.Controls.Label)(target));
return;
case 325:
this.lblWPIndexNC = ((System.Windows.Controls.Label)(target));
return;
case 326:
this.rectSimulate = ((System.Windows.Shapes.Rectangle)(target));
return;
case 327:
this.btnWPSimulateStart = ((System.Windows.Controls.Button)(target));
#line 1431 "..\..\..\MainWindow.xaml"
this.btnWPSimulateStart.Click += new System.Windows.RoutedEventHandler(this.btnWPSimulateStart_Click);
#line default
#line hidden
return;
case 328:
this.label4_Copy32 = ((System.Windows.Controls.Label)(target));
return;
case 329:
this.label4_Copy35 = ((System.Windows.Controls.Label)(target));
return;
case 330:
this.lblWPRouteDistanceWP = ((System.Windows.Controls.Label)(target));
return;
case 331:
this.label4_Copy36 = ((System.Windows.Controls.Label)(target));
return;
case 332:
this.lblWPHoldTime = ((System.Windows.Controls.Label)(target));
return;
case 333:
this.checkBoxShowWPStatus = ((System.Windows.Controls.CheckBox)(target));
#line 1441 "..\..\..\MainWindow.xaml"
this.checkBoxShowWPStatus.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPStatus_Click);
#line default
#line hidden
return;
case 334:
this.checkBoxShowWPMaxRange = ((System.Windows.Controls.CheckBox)(target));
#line 1442 "..\..\..\MainWindow.xaml"
this.checkBoxShowWPMaxRange.Click += new System.Windows.RoutedEventHandler(this.checkBoxShowWPMaxRange_click);
#line default
#line hidden
return;
case 335:
this.checkBoxAutoShowWPEdit = ((System.Windows.Controls.CheckBox)(target));
#line 1443 "..\..\..\MainWindow.xaml"
this.checkBoxAutoShowWPEdit.Click += new System.Windows.RoutedEventHandler(this.checkBoxAutoShowWPEdit_Click);
#line default
#line hidden
return;
case 336:
this.GridSideBarR = ((System.Windows.Controls.Grid)(target));
return;
case 337:
this.labelMotordata = ((System.Windows.Controls.Label)(target));
#line 1446 "..\..\..\MainWindow.xaml"
this.labelMotordata.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelMotorData_MouseDown);
#line default
#line hidden
return;
case 338:
this.labelOSD = ((System.Windows.Controls.Label)(target));
#line 1469 "..\..\..\MainWindow.xaml"
this.labelOSD.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelOSD_MouseDown);
#line default
#line hidden
return;
case 339:
this.tbSideBarStatusMotors = ((System.Windows.Controls.TextBox)(target));
return;
case 340:
this.tbSideBarStatusPH = ((System.Windows.Controls.TextBox)(target));
return;
case 341:
this.tbSideBarStatusCF = ((System.Windows.Controls.TextBox)(target));
return;
case 342:
this.tbSideBarStatusAC = ((System.Windows.Controls.TextBox)(target));
return;
case 343:
this.tbSideBarStatusEmergencyLanding = ((System.Windows.Controls.TextBox)(target));
return;
case 344:
this.tbSideBarGPXLog = ((System.Windows.Controls.TextBox)(target));
return;
case 345:
this.labelWPEdit = ((System.Windows.Controls.Label)(target));
#line 1510 "..\..\..\MainWindow.xaml"
this.labelWPEdit.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelWPEdit_MouseDown);
#line default
#line hidden
return;
case 346:
this.labelCamera = ((System.Windows.Controls.Label)(target));
#line 1533 "..\..\..\MainWindow.xaml"
this.labelCamera.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.labelCamera_MouseDown);
#line default
#line hidden
return;
case 347:
this.labelCam_pic = ((System.Windows.Controls.Label)(target));
#line 1556 "..\..\..\MainWindow.xaml"
this.labelCam_pic.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.lblCam_Click);
#line default
#line hidden
return;
case 348:
this.WPStatus = ((System.Windows.Controls.Grid)(target));
return;
case 349:
this.label4_Copy38 = ((System.Windows.Controls.Label)(target));
return;
case 350:
this.label4_Copy37 = ((System.Windows.Controls.Label)(target));
return;
case 351:
this.lblWPStatusIndexNC = ((System.Windows.Controls.Label)(target));
return;
case 352:
this.lblWPStatusCountNC = ((System.Windows.Controls.Label)(target));
return;
case 353:
this.tbWPStatusDistanceWP = ((System.Windows.Controls.TextBox)(target));
return;
case 354:
this.tbWPStatusHoldTime = ((System.Windows.Controls.TextBox)(target));
return;
case 355:
this.imageFlightTime1 = ((System.Windows.Controls.Image)(target));
return;
case 356:
this.tbWPStatusHeight = ((System.Windows.Controls.TextBox)(target));
return;
case 357:
this.imageFlightTime_Copy1 = ((System.Windows.Controls.Image)(target));
return;
case 358:
this.GridWPEdit = ((System.Windows.Controls.Grid)(target));
return;
case 359:
this.lblWPEditAlt = ((System.Windows.Controls.Label)(target));
return;
case 360:
this.SliderAlt = ((System.Windows.Controls.Slider)(target));
return;
case 361:
this.label4_Copy41 = ((System.Windows.Controls.Label)(target));
return;
case 362:
this.lblWPEditHeading = ((System.Windows.Controls.Label)(target));
return;
case 363:
this.SliderHeading = ((System.Windows.Controls.Slider)(target));
return;
case 364:
this.label4_Copy42 = ((System.Windows.Controls.Label)(target));
return;
case 365:
this.cbWPEditHeading = ((System.Windows.Controls.ComboBox)(target));
return;
case 366:
this.lblWPEditSpeed = ((System.Windows.Controls.Label)(target));
return;
case 367:
this.SliderSpeed = ((System.Windows.Controls.Slider)(target));
return;
case 368:
this.label4_Copy43 = ((System.Windows.Controls.Label)(target));
return;
case 369:
this.cbWPEditSpeed = ((System.Windows.Controls.ComboBox)(target));
return;
case 370:
this.lblWPEditClimbrate = ((System.Windows.Controls.Label)(target));
return;
case 371:
this.SliderClimbrate = ((System.Windows.Controls.Slider)(target));
return;
case 372:
this.label4_Copy44 = ((System.Windows.Controls.Label)(target));
return;
case 373:
this.cbWPEditClimbrate = ((System.Windows.Controls.ComboBox)(target));
return;
case 374:
this.lblWPEditRadius = ((System.Windows.Controls.Label)(target));
return;
case 375:
this.SliderRadius = ((System.Windows.Controls.Slider)(target));
return;
case 376:
this.label4_Copy45 = ((System.Windows.Controls.Label)(target));
return;
case 377:
this.lblWPEditHoldtime = ((System.Windows.Controls.Label)(target));
return;
case 378:
this.SliderHoldTime = ((System.Windows.Controls.Slider)(target));
return;
case 379:
this.label4_Copy46 = ((System.Windows.Controls.Label)(target));
return;
case 380:
this.lblWPEditAutoTrigger = ((System.Windows.Controls.Label)(target));
return;
case 381:
this.SliderAutoTrigger = ((System.Windows.Controls.Slider)(target));
return;
case 382:
this.label4_Copy47 = ((System.Windows.Controls.Label)(target));
return;
case 383:
this.lblWPEditCamAngle = ((System.Windows.Controls.Label)(target));
return;
case 384:
this.SliderCamAngle = ((System.Windows.Controls.Slider)(target));
return;
case 385:
this.label4_Copy48 = ((System.Windows.Controls.Label)(target));
return;
case 386:
this.cbWPEditCamAngle = ((System.Windows.Controls.ComboBox)(target));
return;
case 387:
this.lblWPEditOut1 = ((System.Windows.Controls.Label)(target));
return;
case 388:
this.SliderOut1 = ((System.Windows.Controls.Slider)(target));
return;
case 389:
this.label4_Copy49 = ((System.Windows.Controls.Label)(target));
return;
case 390:
this.cbWPEditType = ((System.Windows.Controls.ComboBox)(target));
return;
case 391:
this.label4a = ((System.Windows.Controls.Label)(target));
return;
case 392:
this.label4b = ((System.Windows.Controls.Label)(target));
return;
case 393:
this.tbWPEditPrefix = ((System.Windows.Controls.TextBox)(target));
return;
case 394:
this.btnEditWPSave = ((System.Windows.Controls.Button)(target));
#line 1817 "..\..\..\MainWindow.xaml"
this.btnEditWPSave.Click += new System.Windows.RoutedEventHandler(this.btnEditWPSave_Click);
#line default
#line hidden
return;
case 395:
this.label4_Copy27 = ((System.Windows.Controls.Label)(target));
return;
case 396:
this.btnEditWPAdd = ((System.Windows.Controls.Button)(target));
#line 1834 "..\..\..\MainWindow.xaml"
this.btnEditWPAdd.Click += new System.Windows.RoutedEventHandler(this.btnEditWPAdd_Click);
#line default
#line hidden
return;
case 397:
this.image = ((System.Windows.Controls.Image)(target));
return;
case 398:
this.label4_Copy30 = ((System.Windows.Controls.Label)(target));
return;
case 399:
this.btnEditWPDel = ((System.Windows.Controls.Button)(target));
#line 1866 "..\..\..\MainWindow.xaml"
this.btnEditWPDel.Click += new System.Windows.RoutedEventHandler(this.btnEditWPDel_Click);
#line default
#line hidden
return;
case 400:
this.label4_Copy40 = ((System.Windows.Controls.Label)(target));
return;
case 401:
this.lblWPEditIndex = ((System.Windows.Controls.Label)(target));
return;
case 402:
this.btnWPEditmoveUp = ((System.Windows.Controls.Button)(target));
#line 1894 "..\..\..\MainWindow.xaml"
this.btnWPEditmoveUp.Click += new System.Windows.RoutedEventHandler(this.btnWPEditmoveUp_Click);
#line default
#line hidden
return;
case 403:
this.btnWPEditmoveDown = ((System.Windows.Controls.Button)(target));
#line 1916 "..\..\..\MainWindow.xaml"
this.btnWPEditmoveDown.Click += new System.Windows.RoutedEventHandler(this.btnWPEditmoveDown_Click);
#line default
#line hidden
return;
case 404:
this.btnSendActiveWP_Copy1 = ((System.Windows.Controls.Button)(target));
#line 1928 "..\..\..\MainWindow.xaml"
this.btnSendActiveWP_Copy1.Click += new System.Windows.RoutedEventHandler(this.btnSendActiveWP_Click);
#line default
#line hidden
return;
case 405:
this.label4_Copy29 = ((System.Windows.Controls.Label)(target));
return;
case 406:
this.btnEditWPSendToCopter = ((System.Windows.Controls.Button)(target));
#line 1945 "..\..\..\MainWindow.xaml"
this.btnEditWPSendToCopter.Click += new System.Windows.RoutedEventHandler(this.btnEditWPSendToCopter_Click);
#line default
#line hidden
return;
case 407:
this.label4_Copy34 = ((System.Windows.Controls.Label)(target));
return;
case 408:
this.label4_Copy16 = ((System.Windows.Controls.Label)(target));
return;
case 409:
this.tbWPEditLat = ((System.Windows.Controls.TextBox)(target));
#line 1952 "..\..\..\MainWindow.xaml"
this.tbWPEditLat.TouchDown += new System.EventHandler<System.Windows.Input.TouchEventArgs>(this.tbWPEdit_TouchDown);
#line default
#line hidden
#line 1952 "..\..\..\MainWindow.xaml"
this.tbWPEditLat.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbWPEdit_KeyDown);
#line default
#line hidden
#line 1952 "..\..\..\MainWindow.xaml"
this.tbWPEditLat.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.tbWPEdit_MouseDown);
#line default
#line hidden
return;
case 410:
this.label4_Copy17 = ((System.Windows.Controls.Label)(target));
return;
case 411:
this.tbWPEditLon = ((System.Windows.Controls.TextBox)(target));
#line 1954 "..\..\..\MainWindow.xaml"
this.tbWPEditLon.TouchDown += new System.EventHandler<System.Windows.Input.TouchEventArgs>(this.tbWPEdit_TouchDown);
#line default
#line hidden
#line 1954 "..\..\..\MainWindow.xaml"
this.tbWPEditLon.KeyDown += new System.Windows.Input.KeyEventHandler(this.tbWPEdit_KeyDown);
#line default
#line hidden
#line 1954 "..\..\..\MainWindow.xaml"
this.tbWPEditLon.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.tbWPEdit_MouseDown);
#line default
#line hidden
return;
case 412:
this.btnWPEditAddCurrentPos = ((System.Windows.Controls.Button)(target));
#line 1966 "..\..\..\MainWindow.xaml"
this.btnWPEditAddCurrentPos.Click += new System.Windows.RoutedEventHandler(this.btnWPAddCurrentPos_Click);
#line default
#line hidden
return;
case 413:
this.label4_Copy28 = ((System.Windows.Controls.Label)(target));
return;
case 414:
this.checkBoxWPAddUseCopterHeight = ((System.Windows.Controls.CheckBox)(target));
#line 1972 "..\..\..\MainWindow.xaml"
this.checkBoxWPAddUseCopterHeight.Click += new System.Windows.RoutedEventHandler(this.checkBoxWPAddUseCopterHeight_Click);
#line default
#line hidden
return;
case 415:
this.checkBoxWPAddUseCopterHeading = ((System.Windows.Controls.CheckBox)(target));
#line 1973 "..\..\..\MainWindow.xaml"
this.checkBoxWPAddUseCopterHeading.Click += new System.Windows.RoutedEventHandler(this.checkBoxWPAddUseCopterHeading_Click);
#line default
#line hidden
return;
case 416:
this.btnSaveDefault = ((System.Windows.Controls.Button)(target));
#line 1985 "..\..\..\MainWindow.xaml"
this.btnSaveDefault.Click += new System.Windows.RoutedEventHandler(this.btnSaveDefault_Click);
#line default
#line hidden
return;
case 417:
this.label7 = ((System.Windows.Controls.Label)(target));
return;
case 418:
this.GridCam = ((System.Windows.Controls.Grid)(target));
return;
case 419:
this.rectCamStart = ((System.Windows.Shapes.Rectangle)(target));
return;
case 420:
this.btnCamStart = ((System.Windows.Controls.Button)(target));
#line 2003 "..\..\..\MainWindow.xaml"
this.btnCamStart.Click += new System.Windows.RoutedEventHandler(this.btnCamStart_Click);
#line default
#line hidden
return;
case 421:
this.btnCamStop = ((System.Windows.Controls.Button)(target));
#line 2017 "..\..\..\MainWindow.xaml"
this.btnCamStop.Click += new System.Windows.RoutedEventHandler(this.btnCamStop_Click);
#line default
#line hidden
return;
case 422:
this.btnCamSettings = ((System.Windows.Controls.Button)(target));
#line 2031 "..\..\..\MainWindow.xaml"
this.btnCamSettings.Click += new System.Windows.RoutedEventHandler(this.btnCamSettings_Click);
#line default
#line hidden
return;
case 423:
this.comboBoxCameras = ((System.Windows.Controls.ComboBox)(target));
return;
case 424:
this.btnCamListRefresh = ((System.Windows.Controls.Button)(target));
#line 2047 "..\..\..\MainWindow.xaml"
this.btnCamListRefresh.Click += new System.Windows.RoutedEventHandler(this.btnCamListRefresh_Click);
#line default
#line hidden
return;
case 425:
this.btnCamPicStretchNone = ((System.Windows.Controls.Button)(target));
#line 2067 "..\..\..\MainWindow.xaml"
this.btnCamPicStretchNone.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchNone_Click);
#line default
#line hidden
return;
case 426:
this.btnCamPicStretchFill = ((System.Windows.Controls.Button)(target));
#line 2085 "..\..\..\MainWindow.xaml"
this.btnCamPicStretchFill.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchFill_Click);
#line default
#line hidden
return;
case 427:
this.btnCamPicStretchUniform = ((System.Windows.Controls.Button)(target));
#line 2103 "..\..\..\MainWindow.xaml"
this.btnCamPicStretchUniform.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchUniform_Click);
#line default
#line hidden
return;
case 428:
this.btnCamPicStretchUFill = ((System.Windows.Controls.Button)(target));
#line 2121 "..\..\..\MainWindow.xaml"
this.btnCamPicStretchUFill.Click += new System.Windows.RoutedEventHandler(this.btnCamPicStretchUFill_Click);
#line default
#line hidden
return;
case 429:
this.lblCamZoomVal = ((System.Windows.Controls.Label)(target));
return;
case 430:
this.SliderCamZoom = ((System.Windows.Controls.Slider)(target));
return;
case 431:
this.btnCamResetZoom = ((System.Windows.Controls.Button)(target));
#line 2149 "..\..\..\MainWindow.xaml"
this.btnCamResetZoom.Click += new System.Windows.RoutedEventHandler(this.btnCamResetZoom_Click);
#line default
#line hidden
return;
case 432:
this.canvasAddPoint = ((System.Windows.Controls.Canvas)(target));
#line 2154 "..\..\..\MainWindow.xaml"
this.canvasAddPoint.MouseLeave += new System.Windows.Input.MouseEventHandler(this.canvasAddPoint_MouseLeave);
#line default
#line hidden
#line 2154 "..\..\..\MainWindow.xaml"
this.canvasAddPoint.LostMouseCapture += new System.Windows.Input.MouseEventHandler(this.canvasAddPoint_MouseLeave);
#line default
#line hidden
return;
case 433:
this.btnCmAddWP = ((System.Windows.Controls.Button)(target));
#line 2155 "..\..\..\MainWindow.xaml"
this.btnCmAddWP.Click += new System.Windows.RoutedEventHandler(this.btnCmAddWP_Click);
#line default
#line hidden
return;
case 434:
this.btnCmAddLanding = ((System.Windows.Controls.Button)(target));
#line 2156 "..\..\..\MainWindow.xaml"
this.btnCmAddLanding.Click += new System.Windows.RoutedEventHandler(this.btnCmAddLanding_Click);
#line default
#line hidden
return;
case 435:
this.btnCmAddFailsave = ((System.Windows.Controls.Button)(target));
#line 2157 "..\..\..\MainWindow.xaml"
this.btnCmAddFailsave.Click += new System.Windows.RoutedEventHandler(this.btnCmAddFailsave_Click);
#line default
#line hidden
return;
case 436:
this.btnCmAddPOI = ((System.Windows.Controls.Button)(target));
#line 2158 "..\..\..\MainWindow.xaml"
this.btnCmAddPOI.Click += new System.Windows.RoutedEventHandler(this.btnCmAddPOI_Click);
#line default
#line hidden
return;
case 437:
this.labelSwitchToNavi = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/SerialPortCtrl.baml
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/SerialPortCtrl.g.cs
0,0 → 1,273
#pragma checksum "..\..\..\SerialPortCtrl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "61691FE62DF127044A393348F0320810"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// SerialPortCtrl
/// </summary>
public partial class SerialPortCtrl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonOpen;
#line default
#line hidden
#line 11 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClose;
#line default
#line hidden
#line 12 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxStatus;
#line default
#line hidden
#line 13 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 14 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxBaudRate;
#line default
#line hidden
#line 15 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 16 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 17 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 18 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 19 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPortName;
#line default
#line hidden
#line 20 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxStopBits;
#line default
#line hidden
#line 21 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxParity;
#line default
#line hidden
#line 22 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnRefresh;
#line default
#line hidden
#line 23 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 24 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxDataBits;
#line default
#line hidden
#line 25 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/serialportctrl.xaml", System.UriKind.Relative);
#line 1 "..\..\..\SerialPortCtrl.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.buttonOpen = ((System.Windows.Controls.Button)(target));
#line 10 "..\..\..\SerialPortCtrl.xaml"
this.buttonOpen.Click += new System.Windows.RoutedEventHandler(this.buttonOpen_Click);
#line default
#line hidden
return;
case 2:
this.buttonClose = ((System.Windows.Controls.Button)(target));
#line 11 "..\..\..\SerialPortCtrl.xaml"
this.buttonClose.Click += new System.Windows.RoutedEventHandler(this.buttonClose_Click);
#line default
#line hidden
return;
case 3:
this.textBoxStatus = ((System.Windows.Controls.TextBox)(target));
return;
case 4:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 5:
this.textBoxBaudRate = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 7:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 8:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 10:
this.comboBoxPortName = ((System.Windows.Controls.ComboBox)(target));
return;
case 11:
this.comboBoxStopBits = ((System.Windows.Controls.ComboBox)(target));
return;
case 12:
this.comboBoxParity = ((System.Windows.Controls.ComboBox)(target));
return;
case 13:
this.btnRefresh = ((System.Windows.Controls.Button)(target));
#line 22 "..\..\..\SerialPortCtrl.xaml"
this.btnRefresh.Click += new System.Windows.RoutedEventHandler(this.btnRefresh_Click);
#line default
#line hidden
return;
case 14:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 15:
this.textBoxDataBits = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/SerialPortCtrl.g.i.cs
0,0 → 1,273
#pragma checksum "..\..\..\SerialPortCtrl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "61691FE62DF127044A393348F0320810"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
 
using MKLiveView;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
 
 
namespace MKLiveView {
/// <summary>
/// SerialPortCtrl
/// </summary>
public partial class SerialPortCtrl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonOpen;
#line default
#line hidden
#line 11 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button buttonClose;
#line default
#line hidden
#line 12 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxStatus;
#line default
#line hidden
#line 13 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label;
#line default
#line hidden
#line 14 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxBaudRate;
#line default
#line hidden
#line 15 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy;
#line default
#line hidden
#line 16 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy1;
#line default
#line hidden
#line 17 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy2;
#line default
#line hidden
#line 18 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy3;
#line default
#line hidden
#line 19 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxPortName;
#line default
#line hidden
#line 20 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxStopBits;
#line default
#line hidden
#line 21 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox comboBoxParity;
#line default
#line hidden
#line 22 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnRefresh;
#line default
#line hidden
#line 23 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy4;
#line default
#line hidden
#line 24 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox textBoxDataBits;
#line default
#line hidden
#line 25 "..\..\..\SerialPortCtrl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label label_Copy5;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MKLiveView;component/serialportctrl.xaml", System.UriKind.Relative);
#line 1 "..\..\..\SerialPortCtrl.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.buttonOpen = ((System.Windows.Controls.Button)(target));
#line 10 "..\..\..\SerialPortCtrl.xaml"
this.buttonOpen.Click += new System.Windows.RoutedEventHandler(this.buttonOpen_Click);
#line default
#line hidden
return;
case 2:
this.buttonClose = ((System.Windows.Controls.Button)(target));
#line 11 "..\..\..\SerialPortCtrl.xaml"
this.buttonClose.Click += new System.Windows.RoutedEventHandler(this.buttonClose_Click);
#line default
#line hidden
return;
case 3:
this.textBoxStatus = ((System.Windows.Controls.TextBox)(target));
return;
case 4:
this.label = ((System.Windows.Controls.Label)(target));
return;
case 5:
this.textBoxBaudRate = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.label_Copy = ((System.Windows.Controls.Label)(target));
return;
case 7:
this.label_Copy1 = ((System.Windows.Controls.Label)(target));
return;
case 8:
this.label_Copy2 = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.label_Copy3 = ((System.Windows.Controls.Label)(target));
return;
case 10:
this.comboBoxPortName = ((System.Windows.Controls.ComboBox)(target));
return;
case 11:
this.comboBoxStopBits = ((System.Windows.Controls.ComboBox)(target));
return;
case 12:
this.comboBoxParity = ((System.Windows.Controls.ComboBox)(target));
return;
case 13:
this.btnRefresh = ((System.Windows.Controls.Button)(target));
#line 22 "..\..\..\SerialPortCtrl.xaml"
this.btnRefresh.Click += new System.Windows.RoutedEventHandler(this.btnRefresh_Click);
#line default
#line hidden
return;
case 14:
this.label_Copy4 = ((System.Windows.Controls.Label)(target));
return;
case 15:
this.textBoxDataBits = ((System.Windows.Controls.TextBox)(target));
return;
case 16:
this.label_Copy5 = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}
 
/MKLiveView/v1.0/Source/obj/x86/Release/TempPE/Properties.Resources.Designer.cs.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/MKLiveView/v1.0/Source/obj/x86/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
/MKLiveView/v1.0/Source/obj/x86/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs