'------------------------------------------------------------------------------ ' ' 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 ReminderForm ''' '''lbItems control. ''' ''' '''Auto-generated field. '''To modify move field declaration from designer file to code-behind file. ''' Protected WithEvents lbItems As Global.DevExpress.Web.ASPxListBox ''' '''btnDismissAll control. ''' ''' '''Auto-generated field. '''To modify move field declaration from designer file to code-behind file. ''' Protected WithEvents btnDismissAll As Global.DevExpress.Web.ASPxButton ''' '''btnDismiss control. ''' ''' '''Auto-generated field. '''To modify move field declaration from designer file to code-behind file. ''' Protected WithEvents btnDismiss As Global.DevExpress.Web.ASPxButton ''' '''lblClickSnooze control. ''' ''' '''Auto-generated field. '''To modify move field declaration from designer file to code-behind file. ''' Protected WithEvents lblClickSnooze As Global.DevExpress.Web.ASPxLabel ''' '''cbSnooze control. ''' ''' '''Auto-generated field. '''To modify move field declaration from designer file to code-behind file. ''' Protected WithEvents cbSnooze As Global.DevExpress.Web.ASPxComboBox ''' '''btnSnooze control. ''' ''' '''Auto-generated field. '''To modify move field declaration from designer file to code-behind file. ''' Protected WithEvents btnSnooze As Global.DevExpress.Web.ASPxButton End Class