124 lines
3.9 KiB
VB.net
124 lines
3.9 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 HorizontalAppointmentTemplate
|
|
|
|
'''<summary>
|
|
'''appointmentDiv control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents appointmentDiv As Global.System.Web.UI.HtmlControls.HtmlGenericControl
|
|
|
|
'''<summary>
|
|
'''statusContainer control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents statusContainer As Global.System.Web.UI.HtmlControls.HtmlTableCell
|
|
|
|
'''<summary>
|
|
'''imgStartContinueArrow control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents imgStartContinueArrow As Global.System.Web.UI.WebControls.Image
|
|
|
|
'''<summary>
|
|
'''lblStartContinueText control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents lblStartContinueText As Global.DevExpress.Web.ASPxLabel
|
|
|
|
'''<summary>
|
|
'''startTimeClockContainer control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents startTimeClockContainer As Global.System.Web.UI.HtmlControls.HtmlTableCell
|
|
|
|
'''<summary>
|
|
'''lblStartTime control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents lblStartTime As Global.DevExpress.Web.ASPxLabel
|
|
|
|
'''<summary>
|
|
'''imageContainer control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents imageContainer As Global.System.Web.UI.HtmlControls.HtmlTable
|
|
|
|
'''<summary>
|
|
'''lblTitle control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents lblTitle As Global.DevExpress.Web.ASPxLabel
|
|
|
|
'''<summary>
|
|
'''endTimeClockContainer control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents endTimeClockContainer As Global.System.Web.UI.HtmlControls.HtmlTableCell
|
|
|
|
'''<summary>
|
|
'''lblEndTime control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents lblEndTime As Global.DevExpress.Web.ASPxLabel
|
|
|
|
'''<summary>
|
|
'''lblEndContinueText control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents lblEndContinueText As Global.DevExpress.Web.ASPxLabel
|
|
|
|
'''<summary>
|
|
'''imgEndContinueArrow control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents imgEndContinueArrow As Global.System.Web.UI.WebControls.Image
|
|
End Class
|