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

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