Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2554 - 1
#pragma checksum "..\..\..\..\GMap.NET.WindowsPresentation\TilePrefetcher.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "5F413214037FE2C590D0586359AABDF4"
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 GMap.NET.WindowsPresentation {
35
 
36
 
37
    /// <summary>
38
    /// TilePrefetcher
39
    /// </summary>
40
    public partial class TilePrefetcher : System.Windows.Window, System.Windows.Markup.IComponentConnector {
41
 
42
 
43
        #line 6 "..\..\..\..\GMap.NET.WindowsPresentation\TilePrefetcher.xaml"
44
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
45
        internal System.Windows.Controls.TextBlock label1;
46
 
47
        #line default
48
        #line hidden
49
 
50
 
51
        #line 7 "..\..\..\..\GMap.NET.WindowsPresentation\TilePrefetcher.xaml"
52
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
53
        internal System.Windows.Controls.ProgressBar progressBar1;
54
 
55
        #line default
56
        #line hidden
57
 
58
 
59
        #line 8 "..\..\..\..\GMap.NET.WindowsPresentation\TilePrefetcher.xaml"
60
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
61
        internal System.Windows.Controls.TextBlock label2;
62
 
63
        #line default
64
        #line hidden
65
 
66
        private bool _contentLoaded;
67
 
68
        /// <summary>
69
        /// InitializeComponent
70
        /// </summary>
71
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
72
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
73
        public void InitializeComponent() {
74
            if (_contentLoaded) {
75
                return;
76
            }
77
            _contentLoaded = true;
78
            System.Uri resourceLocater = new System.Uri("/GMap.NET.WindowsPresentation;component/gmap.net.windowspresentation/tileprefetch" +
79
                    "er.xaml", System.UriKind.Relative);
80
 
81
            #line 1 "..\..\..\..\GMap.NET.WindowsPresentation\TilePrefetcher.xaml"
82
            System.Windows.Application.LoadComponent(this, resourceLocater);
83
 
84
            #line default
85
            #line hidden
86
        }
87
 
88
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
89
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
90
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
91
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
92
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
93
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
94
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
95
            switch (connectionId)
96
            {
97
            case 1:
98
            this.label1 = ((System.Windows.Controls.TextBlock)(target));
99
            return;
100
            case 2:
101
            this.progressBar1 = ((System.Windows.Controls.ProgressBar)(target));
102
            return;
103
            case 3:
104
            this.label2 = ((System.Windows.Controls.TextBlock)(target));
105
            return;
106
            }
107
            this._contentLoaded = true;
108
        }
109
    }
110
}
111