Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2466 - 1
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerCopter - Kopieren.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E4B9A50BEB2CEE66E3040EBF81A225DA"
2
//------------------------------------------------------------------------------
3
// <auto-generated>
4
//     Dieser Code wurde von einem Tool generiert.
5
//     Laufzeitversion:4.0.30319.42000
6
//
7
//     Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
8
//     der Code erneut generiert wird.
9
// </auto-generated>
10
//------------------------------------------------------------------------------
11
 
12
using System;
13
using System.Diagnostics;
14
using System.Windows;
15
using System.Windows.Automation;
16
using System.Windows.Controls;
17
using System.Windows.Controls.Primitives;
18
using System.Windows.Data;
19
using System.Windows.Documents;
20
using System.Windows.Ink;
21
using System.Windows.Input;
22
using System.Windows.Markup;
23
using System.Windows.Media;
24
using System.Windows.Media.Animation;
25
using System.Windows.Media.Effects;
26
using System.Windows.Media.Imaging;
27
using System.Windows.Media.Media3D;
28
using System.Windows.Media.TextFormatting;
29
using System.Windows.Navigation;
30
using System.Windows.Shapes;
31
using System.Windows.Shell;
32
 
33
 
34
namespace MKLiveView.GMapCustomMarkers {
35
 
36
 
37
    /// <summary>
38
    /// CustomMarkerCopter
39
    /// </summary>
40
    public partial class CustomMarkerCopter : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
41
 
42
 
43
        #line 7 "..\..\..\GMapCustomMarkers\CustomMarkerCopter - Kopieren.xaml"
44
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
45
        internal System.Windows.Controls.Image icon;
46
 
47
        #line default
48
        #line hidden
49
 
50
 
51
        #line 8 "..\..\..\GMapCustomMarkers\CustomMarkerCopter - Kopieren.xaml"
52
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
53
        internal System.Windows.Controls.Label lbl;
54
 
55
        #line default
56
        #line hidden
57
 
58
        private bool _contentLoaded;
59
 
60
        /// <summary>
61
        /// InitializeComponent
62
        /// </summary>
63
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
64
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
65
        public void InitializeComponent() {
66
            if (_contentLoaded) {
67
                return;
68
            }
69
            _contentLoaded = true;
70
            System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkercopter%20-%20kopieren.xaml", System.UriKind.Relative);
71
 
72
            #line 1 "..\..\..\GMapCustomMarkers\CustomMarkerCopter - Kopieren.xaml"
73
            System.Windows.Application.LoadComponent(this, resourceLocater);
74
 
75
            #line default
76
            #line hidden
77
        }
78
 
79
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
80
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
81
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
82
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
83
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
84
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
85
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
86
            switch (connectionId)
87
            {
88
            case 1:
89
            this.icon = ((System.Windows.Controls.Image)(target));
90
            return;
91
            case 2:
92
            this.lbl = ((System.Windows.Controls.Label)(target));
93
            return;
94
            }
95
            this._contentLoaded = true;
96
        }
97
    }
98
}
99