Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

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