Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2466 - 1
#pragma checksum "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "97E0088F43ECAFCD4F387BA7D2F205F3"
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.Forms.Integration;
21
using System.Windows.Ink;
22
using System.Windows.Input;
23
using System.Windows.Markup;
24
using System.Windows.Media;
25
using System.Windows.Media.Animation;
26
using System.Windows.Media.Effects;
27
using System.Windows.Media.Imaging;
28
using System.Windows.Media.Media3D;
29
using System.Windows.Media.TextFormatting;
30
using System.Windows.Navigation;
31
using System.Windows.Shapes;
32
using System.Windows.Shell;
33
 
34
 
35
namespace MKLiveView.GMapCustomMarkers {
36
 
37
 
38
    /// <summary>
39
    /// CustomMarkerHome
40
    /// </summary>
41
    public partial class CustomMarkerHome : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
42
 
43
 
44
        #line 7 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
45
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
46
        internal System.Windows.Controls.Image icon;
47
 
48
        #line default
49
        #line hidden
50
 
51
 
52
        #line 8 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
53
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
54
        internal System.Windows.Controls.Label lbl;
55
 
56
        #line default
57
        #line hidden
58
 
59
        private bool _contentLoaded;
60
 
61
        /// <summary>
62
        /// InitializeComponent
63
        /// </summary>
64
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
65
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
66
        public void InitializeComponent() {
67
            if (_contentLoaded) {
68
                return;
69
            }
70
            _contentLoaded = true;
71
            System.Uri resourceLocater = new System.Uri("/MKLiveView;component/gmapcustommarkers/custommarkerhome.xaml", System.UriKind.Relative);
72
 
73
            #line 1 "..\..\..\GMapCustomMarkers\CustomMarkerHome.xaml"
74
            System.Windows.Application.LoadComponent(this, resourceLocater);
75
 
76
            #line default
77
            #line hidden
78
        }
79
 
80
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
81
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
82
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
83
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
84
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
85
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
86
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
87
            switch (connectionId)
88
            {
89
            case 1:
90
            this.icon = ((System.Windows.Controls.Image)(target));
91
            return;
92
            case 2:
93
            this.lbl = ((System.Windows.Controls.Label)(target));
94
            return;
95
            }
96
            this._contentLoaded = true;
97
        }
98
    }
99
}
100