source: 2014/koodauskerho/38/JaakkoS/Jaakon_Talo/Jaakon_Talo/obj/x86/Debug/MainWindow.g.i.cs @ 5791

Revision 5791, 4.9 KB checked in by sieerinn, 8 years ago (diff)
Line 
1#pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "51B799281088A52E56611C9D7FD5671F"
2//------------------------------------------------------------------------------
3// <auto-generated>
4//     This code was generated by a tool.
5//     Runtime Version:4.0.30319.18444
6//
7//     Changes to this file may cause incorrect behavior and will be lost if
8//     the code is regenerated.
9// </auto-generated>
10//------------------------------------------------------------------------------
11
12using System;
13using System.Diagnostics;
14using System.Windows;
15using System.Windows.Automation;
16using System.Windows.Controls;
17using System.Windows.Controls.Primitives;
18using System.Windows.Data;
19using System.Windows.Documents;
20using System.Windows.Ink;
21using System.Windows.Input;
22using System.Windows.Markup;
23using System.Windows.Media;
24using System.Windows.Media.Animation;
25using System.Windows.Media.Effects;
26using System.Windows.Media.Imaging;
27using System.Windows.Media.Media3D;
28using System.Windows.Media.TextFormatting;
29using System.Windows.Navigation;
30using System.Windows.Shapes;
31using System.Windows.Shell;
32
33
34namespace Jaakon_Talo {
35   
36   
37    /// <summary>
38    /// MainWindow
39    /// </summary>
40    public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
41       
42       
43        #line 6 "..\..\..\MainWindow.xaml"
44        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
45        internal System.Windows.Controls.ScrollViewer scrollViewer1;
46       
47        #line default
48        #line hidden
49       
50       
51        #line 7 "..\..\..\MainWindow.xaml"
52        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
53        internal System.Windows.Controls.TextBlock textBlockViestiIkkuna;
54       
55        #line default
56        #line hidden
57       
58       
59        #line 9 "..\..\..\MainWindow.xaml"
60        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
61        internal System.Windows.Controls.TextBox Mitä_teet;
62       
63        #line default
64        #line hidden
65       
66       
67        #line 10 "..\..\..\MainWindow.xaml"
68        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
69        internal System.Windows.Controls.Button button1;
70       
71        #line default
72        #line hidden
73       
74        private bool _contentLoaded;
75       
76        /// <summary>
77        /// InitializeComponent
78        /// </summary>
79        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
80        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
81        public void InitializeComponent() {
82            if (_contentLoaded) {
83                return;
84            }
85            _contentLoaded = true;
86            System.Uri resourceLocater = new System.Uri("/Jaakon_Talo;component/mainwindow.xaml", System.UriKind.Relative);
87           
88            #line 1 "..\..\..\MainWindow.xaml"
89            System.Windows.Application.LoadComponent(this, resourceLocater);
90           
91            #line default
92            #line hidden
93        }
94       
95        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
96        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
97        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
98        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
99        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
100        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
101        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
102            switch (connectionId)
103            {
104            case 1:
105            this.scrollViewer1 = ((System.Windows.Controls.ScrollViewer)(target));
106            return;
107            case 2:
108            this.textBlockViestiIkkuna = ((System.Windows.Controls.TextBlock)(target));
109            return;
110            case 3:
111            this.Mitä_teet = ((System.Windows.Controls.TextBox)(target));
112            return;
113            case 4:
114            this.button1 = ((System.Windows.Controls.Button)(target));
115           
116            #line 10 "..\..\..\MainWindow.xaml"
117            this.button1.Click += new System.Windows.RoutedEventHandler(this.toimintopainike_Click);
118           
119            #line default
120            #line hidden
121            return;
122            }
123            this._contentLoaded = true;
124        }
125    }
126}
127
Note: See TracBrowser for help on using the repository browser.