1 | #pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "1C1981E9F8F9750764A4DF8542F32E21" |
---|
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 | |
---|
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 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 Mitä_tapahtuu; |
---|
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.Mitä_tapahtuu = ((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 | return; |
---|
116 | } |
---|
117 | this._contentLoaded = true; |
---|
118 | } |
---|
119 | } |
---|
120 | } |
---|
121 | |
---|