'------------------------------------------------------------------------------
'
' 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 AppointmentForm
'''
'''lblSubject control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents lblSubject As Global.DevExpress.Web.ASPxLabel
'''
'''tbSubject control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents tbSubject As Global.DevExpress.Web.ASPxTextBox
'''
'''lblLocation control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents lblLocation As Global.DevExpress.Web.ASPxLabel
'''
'''tbLocation control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents tbLocation As Global.DevExpress.Web.ASPxTextBox
'''
'''lblLabel control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents lblLabel As Global.DevExpress.Web.ASPxLabel
'''
'''edtLabel control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents edtLabel As Global.DevExpress.Web.ASPxComboBox
'''
'''lblStartDate control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents lblStartDate As Global.DevExpress.Web.ASPxLabel
'''
'''edtStartDate control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents edtStartDate As Global.DevExpress.Web.ASPxDateEdit
'''
'''lblEndDate control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents lblEndDate As Global.DevExpress.Web.ASPxLabel
'''
'''edtEndDate control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents edtEndDate As Global.DevExpress.Web.ASPxDateEdit
'''
'''lblStatus control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents lblStatus As Global.DevExpress.Web.ASPxLabel
'''
'''edtStatus control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents edtStatus As Global.DevExpress.Web.ASPxComboBox
'''
'''chkAllDay control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents chkAllDay As Global.DevExpress.Web.ASPxCheckBox
'''
'''lblAllDay control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents lblAllDay As Global.DevExpress.Web.ASPxLabel
'''
'''lblResource control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents lblResource As Global.DevExpress.Web.ASPxLabel
'''
'''ddResource control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents ddResource As Global.DevExpress.Web.ASPxDropDownEdit
'''
'''edtResource control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents edtResource As Global.DevExpress.Web.ASPxComboBox
'''
'''chkReminder control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents chkReminder As Global.DevExpress.Web.ASPxCheckBox
'''
'''lblReminder control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents lblReminder As Global.DevExpress.Web.ASPxLabel
'''
'''cbReminder control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents cbReminder As Global.DevExpress.Web.ASPxComboBox
'''
'''tbDescription control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents tbDescription As Global.DevExpress.Web.ASPxMemo
'''
'''AppointmentRecurrenceForm1 control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents AppointmentRecurrenceForm1 As Global.DevExpress.Web.ASPxScheduler.Controls.AppointmentRecurrenceForm
'''
'''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
'''
'''btnDelete control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents btnDelete As Global.DevExpress.Web.ASPxButton
'''
'''schedulerStatusInfo control.
'''
'''
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''
Protected WithEvents schedulerStatusInfo As Global.DevExpress.Web.ASPxScheduler.Controls.ASPxSchedulerStatusInfo
End Class