'------------------------------------------------------------------------------
'
' This code was generated by a tool.
'
' 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 GotoDateForm
'''
'''lblDate control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents lblDate As Global.DevExpress.Web.ASPxLabel
'''
'''edtDate control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents edtDate As Global.DevExpress.Web.ASPxDateEdit
'''
'''lblView control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents lblView As Global.DevExpress.Web.ASPxLabel
'''
'''cbView control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents cbView As Global.DevExpress.Web.ASPxComboBox
'''
'''btnOk control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents btnOk As Global.DevExpress.Web.ASPxButton
'''
'''btnCancel control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents btnCancel As Global.DevExpress.Web.ASPxButton
End Class