1 #ExternalChecksum("..\..\mainwindow.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","C142B92101F2F2E7749F0C6AA17CC5B4ED3A912E")
2 '------------------------------------------------------------------------------
4 ' This code was generated by a tool.
5 ' Runtime Version:4.0.30319.42000
7 ' Changes to this file may cause incorrect behavior and will be lost if
8 ' the code is regenerated.
10 '------------------------------------------------------------------------------
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
41 <Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
42 Partial Public Class MainWindow
43 Inherits System.Windows.Window
44 Implements System.Windows.Markup.IComponentConnector
47 #ExternalSource("..\..\mainwindow.xaml",153)
48 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
49 Friend WithEvents txtUsername As System.Windows.Controls.TextBox
54 #ExternalSource("..\..\mainwindow.xaml",180)
55 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
56 Friend WithEvents chkRememberMe As System.Windows.Controls.CheckBox
61 #ExternalSource("..\..\mainwindow.xaml",181)
62 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
63 Friend WithEvents bor1 As System.Windows.Controls.Border
68 #ExternalSource("..\..\mainwindow.xaml",182)
69 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
70 Friend WithEvents btnLogIn As System.Windows.Controls.Button
75 #ExternalSource("..\..\mainwindow.xaml",185)
76 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
77 Friend WithEvents btnForgot As System.Windows.Controls.Button
82 #ExternalSource("..\..\mainwindow.xaml",188)
83 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
84 Friend WithEvents btnSignUp As System.Windows.Controls.Button
89 #ExternalSource("..\..\mainwindow.xaml",190)
90 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
91 Friend WithEvents txtPassword As System.Windows.Controls.TextBox
95 Private _contentLoaded As Boolean
98 '''InitializeComponent
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
106 _contentLoaded = true
107 Dim resourceLocater As System.Uri = New System.Uri("/NEA;component/mainwindow.xaml", System.UriKind.Relative)
109 #ExternalSource("..\..\mainwindow.xaml",1)
110 System.Windows.Application.LoadComponent(Me, resourceLocater)
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)
126 If (connectionId = 2) Then
127 Me.chkRememberMe = CType(target,System.Windows.Controls.CheckBox)
130 If (connectionId = 3) Then
131 Me.bor1 = CType(target,System.Windows.Controls.Border)
134 If (connectionId = 4) Then
135 Me.btnLogIn = CType(target,System.Windows.Controls.Button)
138 If (connectionId = 5) Then
139 Me.btnForgot = CType(target,System.Windows.Controls.Button)
142 If (connectionId = 6) Then
143 Me.btnSignUp = CType(target,System.Windows.Controls.Button)
146 If (connectionId = 7) Then
147 Me.txtPassword = CType(target,System.Windows.Controls.TextBox)
150 Me._contentLoaded = true