'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.50727.4927
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
'
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Partial Public Class LoginProgrammatic
'''
'''Label1 control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents Label1 As Global.System.Web.UI.WebControls.Label
'''
'''openIdBox control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents openIdBox As Global.System.Web.UI.WebControls.TextBox
'''
'''loginButton control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents loginButton As Global.System.Web.UI.WebControls.Button
'''
'''openidValidator control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents openidValidator As Global.System.Web.UI.WebControls.CustomValidator
'''
'''loginFailedLabel control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents loginFailedLabel As Global.System.Web.UI.WebControls.Label
'''
'''loginCanceledLabel control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents loginCanceledLabel As Global.System.Web.UI.WebControls.Label
End Class