Subversion Repositories Projects

Rev

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

Rev Author Line No. Line
2466 - 1
#pragma checksum "..\..\..\Splash\Splash.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "6419A5978233CD25D30E5CAF5D993F36"
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 MKLiveView.Splash;
13
using System;
14
using System.Diagnostics;
15
using System.Windows;
16
using System.Windows.Automation;
17
using System.Windows.Controls;
18
using System.Windows.Controls.Primitives;
19
using System.Windows.Data;
20
using System.Windows.Documents;
21
using System.Windows.Forms.Integration;
22
using System.Windows.Ink;
23
using System.Windows.Input;
24
using System.Windows.Markup;
25
using System.Windows.Media;
26
using System.Windows.Media.Animation;
27
using System.Windows.Media.Effects;
28
using System.Windows.Media.Imaging;
29
using System.Windows.Media.Media3D;
30
using System.Windows.Media.TextFormatting;
31
using System.Windows.Navigation;
32
using System.Windows.Shapes;
33
using System.Windows.Shell;
34
 
35
 
36
namespace MKLiveView.Splash {
37
 
38
 
39
    /// <summary>
40
    /// Splash
41
    /// </summary>
42
    public partial class Splash : System.Windows.Window, System.Windows.Markup.IComponentConnector {
43
 
44
 
45
        #line 10 "..\..\..\Splash\Splash.xaml"
46
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
47
        internal System.Windows.Controls.Image image;
48
 
49
        #line default
50
        #line hidden
51
 
52
 
53
        #line 11 "..\..\..\Splash\Splash.xaml"
54
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
55
        internal System.Windows.Controls.Grid Rotor;
56
 
57
        #line default
58
        #line hidden
59
 
60
 
61
        #line 16 "..\..\..\Splash\Splash.xaml"
62
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
63
        internal System.Windows.Media.RotateTransform noFreeze;
64
 
65
        #line default
66
        #line hidden
67
 
68
 
69
        #line 33 "..\..\..\Splash\Splash.xaml"
70
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
71
        internal System.Windows.Controls.Image image1;
72
 
73
        #line default
74
        #line hidden
75
 
76
        private bool _contentLoaded;
77
 
78
        /// <summary>
79
        /// InitializeComponent
80
        /// </summary>
81
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
82
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
83
        public void InitializeComponent() {
84
            if (_contentLoaded) {
85
                return;
86
            }
87
            _contentLoaded = true;
88
            System.Uri resourceLocater = new System.Uri("/MKLiveView;component/splash/splash.xaml", System.UriKind.Relative);
89
 
90
            #line 1 "..\..\..\Splash\Splash.xaml"
91
            System.Windows.Application.LoadComponent(this, resourceLocater);
92
 
93
            #line default
94
            #line hidden
95
        }
96
 
97
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
98
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
99
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
100
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
101
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
102
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
103
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
104
            switch (connectionId)
105
            {
106
            case 1:
107
            this.image = ((System.Windows.Controls.Image)(target));
108
            return;
109
            case 2:
110
            this.Rotor = ((System.Windows.Controls.Grid)(target));
111
            return;
112
            case 3:
113
            this.noFreeze = ((System.Windows.Media.RotateTransform)(target));
114
            return;
115
            case 4:
116
            this.image1 = ((System.Windows.Controls.Image)(target));
117
            return;
118
            }
119
            this._contentLoaded = true;
120
        }
121
    }
122
}
123