#ExternalChecksum("..\..\SignUp.xaml","{ff1816ec-aa5e-4d10-87f7-6f4963833460}","E2A5004EF38465595EE1DD2442346132BFB983BF")
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
'
'------------------------------------------------------------------------------
Option Strict Off
Option Explicit On
Imports NEA
Imports System
Imports System.Diagnostics
Imports System.Windows
Imports System.Windows.Automation
Imports System.Windows.Controls
Imports System.Windows.Controls.Primitives
Imports System.Windows.Data
Imports System.Windows.Documents
Imports System.Windows.Ink
Imports System.Windows.Input
Imports System.Windows.Markup
Imports System.Windows.Media
Imports System.Windows.Media.Animation
Imports System.Windows.Media.Effects
Imports System.Windows.Media.Imaging
Imports System.Windows.Media.Media3D
Imports System.Windows.Media.TextFormatting
Imports System.Windows.Navigation
Imports System.Windows.Shapes
Imports System.Windows.Shell
'''
'''SignUp
'''
_
Partial Public Class SignUp
Inherits System.Windows.Window
Implements System.Windows.Markup.IComponentConnector
#ExternalSource("..\..\SignUp.xaml",67)
_
Friend WithEvents txtFirstName As System.Windows.Controls.TextBox
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",69)
_
Friend WithEvents txtEmail As System.Windows.Controls.TextBox
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",70)
_
Friend WithEvents txtIGN As System.Windows.Controls.TextBox
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",71)
_
Friend WithEvents txtLastName As System.Windows.Controls.TextBox
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",73)
_
Friend WithEvents txtAddress As System.Windows.Controls.TextBox
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",74)
_
Friend WithEvents txtTown As System.Windows.Controls.TextBox
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",75)
_
Friend WithEvents txtPostcode As System.Windows.Controls.TextBox
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",76)
_
Friend WithEvents txtCardNum As System.Windows.Controls.TextBox
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",77)
_
Friend WithEvents txtCVC As System.Windows.Controls.TextBox
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",78)
_
Friend WithEvents bor1 As System.Windows.Controls.Border
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",79)
_
Friend WithEvents btnSignUp As System.Windows.Controls.Button
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",80)
_
Friend WithEvents txtUsername As System.Windows.Controls.TextBox
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",81)
_
Friend WithEvents txtPassword As System.Windows.Controls.TextBox
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",82)
_
Friend WithEvents btnbrowse As System.Windows.Controls.Button
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",83)
_
Friend WithEvents ProfilePic As System.Windows.Controls.Image
#End ExternalSource
#ExternalSource("..\..\SignUp.xaml",85)
_
Friend WithEvents lblIGN As System.Windows.Controls.Label
#End ExternalSource
Private _contentLoaded As Boolean
'''
'''InitializeComponent
'''
_
Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent
If _contentLoaded Then
Return
End If
_contentLoaded = true
Dim resourceLocater As System.Uri = New System.Uri("/NEA;component/signup.xaml", System.UriKind.Relative)
#ExternalSource("..\..\SignUp.xaml",1)
System.Windows.Application.LoadComponent(Me, resourceLocater)
#End ExternalSource
End Sub
_
Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect
If (connectionId = 1) Then
Me.txtFirstName = CType(target,System.Windows.Controls.TextBox)
Return
End If
If (connectionId = 2) Then
Me.txtEmail = CType(target,System.Windows.Controls.TextBox)
Return
End If
If (connectionId = 3) Then
Me.txtIGN = CType(target,System.Windows.Controls.TextBox)
Return
End If
If (connectionId = 4) Then
Me.txtLastName = CType(target,System.Windows.Controls.TextBox)
Return
End If
If (connectionId = 5) Then
Me.txtAddress = CType(target,System.Windows.Controls.TextBox)
Return
End If
If (connectionId = 6) Then
Me.txtTown = CType(target,System.Windows.Controls.TextBox)
Return
End If
If (connectionId = 7) Then
Me.txtPostcode = CType(target,System.Windows.Controls.TextBox)
Return
End If
If (connectionId = 8) Then
Me.txtCardNum = CType(target,System.Windows.Controls.TextBox)
Return
End If
If (connectionId = 9) Then
Me.txtCVC = CType(target,System.Windows.Controls.TextBox)
Return
End If
If (connectionId = 10) Then
Me.bor1 = CType(target,System.Windows.Controls.Border)
Return
End If
If (connectionId = 11) Then
Me.btnSignUp = CType(target,System.Windows.Controls.Button)
Return
End If
If (connectionId = 12) Then
Me.txtUsername = CType(target,System.Windows.Controls.TextBox)
Return
End If
If (connectionId = 13) Then
Me.txtPassword = CType(target,System.Windows.Controls.TextBox)
Return
End If
If (connectionId = 14) Then
Me.btnbrowse = CType(target,System.Windows.Controls.Button)
Return
End If
If (connectionId = 15) Then
Me.ProfilePic = CType(target,System.Windows.Controls.Image)
Return
End If
If (connectionId = 16) Then
Me.lblIGN = CType(target,System.Windows.Controls.Label)
Return
End If
Me._contentLoaded = true
End Sub
End Class