]> fbox.kageds.com Git - NEATEST.git/blob - NEA/obj/Debug/mainwindow.g.vb
3rd commit
[NEATEST.git] / NEA / obj / Debug / mainwindow.g.vb
1 #ExternalChecksum("..\..\mainwindow.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","C142B92101F2F2E7749F0C6AA17CC5B4ED3A912E")
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
12 Option Strict Off
13 Option Explicit On
14
15 Imports NEA
16 Imports System
17 Imports System.Diagnostics
18 Imports System.Windows
19 Imports System.Windows.Automation
20 Imports System.Windows.Controls
21 Imports System.Windows.Controls.Primitives
22 Imports System.Windows.Data
23 Imports System.Windows.Documents
24 Imports System.Windows.Ink
25 Imports System.Windows.Input
26 Imports System.Windows.Markup
27 Imports System.Windows.Media
28 Imports System.Windows.Media.Animation
29 Imports System.Windows.Media.Effects
30 Imports System.Windows.Media.Imaging
31 Imports System.Windows.Media.Media3D
32 Imports System.Windows.Media.TextFormatting
33 Imports System.Windows.Navigation
34 Imports System.Windows.Shapes
35 Imports System.Windows.Shell
36
37
38 '''<summary>
39 '''MainWindow
40 '''</summary>
41 <Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
42 Partial Public Class MainWindow
43 Inherits System.Windows.Window
44 Implements System.Windows.Markup.IComponentConnector
45
46
47 #ExternalSource("..\..\mainwindow.xaml",153)
48 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
49 Friend WithEvents txtUsername As System.Windows.Controls.TextBox
50
51 #End ExternalSource
52
53
54 #ExternalSource("..\..\mainwindow.xaml",180)
55 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
56 Friend WithEvents chkRememberMe As System.Windows.Controls.CheckBox
57
58 #End ExternalSource
59
60
61 #ExternalSource("..\..\mainwindow.xaml",181)
62 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
63 Friend WithEvents bor1 As System.Windows.Controls.Border
64
65 #End ExternalSource
66
67
68 #ExternalSource("..\..\mainwindow.xaml",182)
69 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
70 Friend WithEvents btnLogIn As System.Windows.Controls.Button
71
72 #End ExternalSource
73
74
75 #ExternalSource("..\..\mainwindow.xaml",185)
76 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
77 Friend WithEvents btnForgot As System.Windows.Controls.Button
78
79 #End ExternalSource
80
81
82 #ExternalSource("..\..\mainwindow.xaml",188)
83 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
84 Friend WithEvents btnSignUp As System.Windows.Controls.Button
85
86 #End ExternalSource
87
88
89 #ExternalSource("..\..\mainwindow.xaml",190)
90 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
91 Friend WithEvents txtPassword As System.Windows.Controls.TextBox
92
93 #End ExternalSource
94
95 Private _contentLoaded As Boolean
96
97 '''<summary>
98 '''InitializeComponent
99 '''</summary>
100 <System.Diagnostics.DebuggerNonUserCodeAttribute(), _
101 System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
102 Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent
103 If _contentLoaded Then
104 Return
105 End If
106 _contentLoaded = true
107 Dim resourceLocater As System.Uri = New System.Uri("/NEA;component/mainwindow.xaml", System.UriKind.Relative)
108
109 #ExternalSource("..\..\mainwindow.xaml",1)
110 System.Windows.Application.LoadComponent(Me, resourceLocater)
111
112 #End ExternalSource
113 End Sub
114
115 <System.Diagnostics.DebuggerNonUserCodeAttribute(), _
116 System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
117 System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
118 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
119 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
120 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
121 Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect
122 If (connectionId = 1) Then
123 Me.txtUsername = CType(target,System.Windows.Controls.TextBox)
124 Return
125 End If
126 If (connectionId = 2) Then
127 Me.chkRememberMe = CType(target,System.Windows.Controls.CheckBox)
128 Return
129 End If
130 If (connectionId = 3) Then
131 Me.bor1 = CType(target,System.Windows.Controls.Border)
132 Return
133 End If
134 If (connectionId = 4) Then
135 Me.btnLogIn = CType(target,System.Windows.Controls.Button)
136 Return
137 End If
138 If (connectionId = 5) Then
139 Me.btnForgot = CType(target,System.Windows.Controls.Button)
140 Return
141 End If
142 If (connectionId = 6) Then
143 Me.btnSignUp = CType(target,System.Windows.Controls.Button)
144 Return
145 End If
146 If (connectionId = 7) Then
147 Me.txtPassword = CType(target,System.Windows.Controls.TextBox)
148 Return
149 End If
150 Me._contentLoaded = true
151 End Sub
152 End Class
153