Files
2017-03-26 20:00:03 +02:00

70 lines
2.1 KiB
VB.net

'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Partial Public Class ReminderForm
'''<summary>
'''lbItems control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents lbItems As Global.DevExpress.Web.ASPxListBox
'''<summary>
'''btnDismissAll control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents btnDismissAll As Global.DevExpress.Web.ASPxButton
'''<summary>
'''btnDismiss control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents btnDismiss As Global.DevExpress.Web.ASPxButton
'''<summary>
'''lblClickSnooze control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents lblClickSnooze As Global.DevExpress.Web.ASPxLabel
'''<summary>
'''cbSnooze control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents cbSnooze As Global.DevExpress.Web.ASPxComboBox
'''<summary>
'''btnSnooze control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents btnSnooze As Global.DevExpress.Web.ASPxButton
End Class