source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/obj/Debug/MainWindow.g.i.cs@ 30126

Last change on this file since 30126 was 30126, checked in by davidb, 9 years ago

Some svn:ignore values to cover oof VS automatically generated folders

File size: 6.6 KB
Line 
1#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "AEFB2BDDF4AF8CCA75BC7E5FA5E78023"
2//------------------------------------------------------------------------------
3// <auto-generated>
4// This code was generated by a tool.
5// Runtime Version:4.0.30319.42000
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 Microsoft.Kinect.Toolkit;
13using Microsoft.Samples.Kinect.WebserverBasics;
14using System;
15using System.Diagnostics;
16using System.Windows;
17using System.Windows.Automation;
18using System.Windows.Controls;
19using System.Windows.Controls.Primitives;
20using System.Windows.Data;
21using System.Windows.Documents;
22using System.Windows.Ink;
23using System.Windows.Input;
24using System.Windows.Markup;
25using System.Windows.Media;
26using System.Windows.Media.Animation;
27using System.Windows.Media.Effects;
28using System.Windows.Media.Imaging;
29using System.Windows.Media.Media3D;
30using System.Windows.Media.TextFormatting;
31using System.Windows.Navigation;
32using System.Windows.Shapes;
33using System.Windows.Shell;
34
35
36namespace Microsoft.Samples.Kinect.WebserverBasics {
37
38
39 /// <summary>
40 /// MainWindow
41 /// </summary>
42 public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
43
44
45 #line 32 "..\..\MainWindow.xaml"
46 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
47 internal System.Windows.Controls.TextBlock OpenBrowserText;
48
49 #line default
50 #line hidden
51
52
53 #line 33 "..\..\MainWindow.xaml"
54 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
55 internal System.Windows.Documents.Hyperlink UriLink;
56
57 #line default
58 #line hidden
59
60
61 #line 39 "..\..\MainWindow.xaml"
62 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
63 internal System.Windows.Controls.TextBlock ServingFilesText;
64
65 #line default
66 #line hidden
67
68
69 #line 41 "..\..\MainWindow.xaml"
70 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
71 internal System.Windows.Documents.Run RootDirectoryTextRun;
72
73 #line default
74 #line hidden
75
76
77 #line 45 "..\..\MainWindow.xaml"
78 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
79 internal System.Windows.Controls.TextBlock NotServingFilesText;
80
81 #line default
82 #line hidden
83
84 private bool _contentLoaded;
85
86 /// <summary>
87 /// InitializeComponent
88 /// </summary>
89 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
90 [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
91 public void InitializeComponent() {
92 if (_contentLoaded) {
93 return;
94 }
95 _contentLoaded = true;
96 System.Uri resourceLocater = new System.Uri("/Playing-in-the-Street-WPF;component/mainwindow.xaml", System.UriKind.Relative);
97
98 #line 1 "..\..\MainWindow.xaml"
99 System.Windows.Application.LoadComponent(this, resourceLocater);
100
101 #line default
102 #line hidden
103 }
104
105 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
106 [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
107 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
108 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
109 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
110 [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
111 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
112 switch (connectionId)
113 {
114 case 1:
115
116 #line 7 "..\..\MainWindow.xaml"
117 ((Microsoft.Samples.Kinect.WebserverBasics.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.WindowLoaded);
118
119 #line default
120 #line hidden
121
122 #line 7 "..\..\MainWindow.xaml"
123 ((Microsoft.Samples.Kinect.WebserverBasics.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.WindowClosing);
124
125 #line default
126 #line hidden
127 return;
128 case 2:
129
130 #line 27 "..\..\MainWindow.xaml"
131 ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.StartButtonOnClick);
132
133 #line default
134 #line hidden
135 return;
136 case 3:
137
138 #line 29 "..\..\MainWindow.xaml"
139 ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.StopButtonOnClick);
140
141 #line default
142 #line hidden
143 return;
144 case 4:
145 this.OpenBrowserText = ((System.Windows.Controls.TextBlock)(target));
146 return;
147 case 5:
148 this.UriLink = ((System.Windows.Documents.Hyperlink)(target));
149
150 #line 33 "..\..\MainWindow.xaml"
151 this.UriLink.Click += new System.Windows.RoutedEventHandler(this.UriLinkOnClick);
152
153 #line default
154 #line hidden
155 return;
156 case 6:
157 this.ServingFilesText = ((System.Windows.Controls.TextBlock)(target));
158 return;
159 case 7:
160 this.RootDirectoryTextRun = ((System.Windows.Documents.Run)(target));
161 return;
162 case 8:
163 this.NotServingFilesText = ((System.Windows.Controls.TextBlock)(target));
164 return;
165 }
166 this._contentLoaded = true;
167 }
168 }
169}
170
Note: See TracBrowser for help on using the repository browser.