Reconfigure for GIT
This commit is contained in:
Generated
+87
@@ -0,0 +1,87 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <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 VerticalAppointmentTemplate
|
||||
|
||||
'''<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>
|
||||
'''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>
|
||||
'''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>
|
||||
'''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>
|
||||
'''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>
|
||||
'''horizontalSeparator control.
|
||||
'''</summary>
|
||||
'''<remarks>
|
||||
'''Auto-generated field.
|
||||
'''To modify move field declaration from designer file to code-behind file.
|
||||
'''</remarks>
|
||||
Protected WithEvents horizontalSeparator As Global.System.Web.UI.HtmlControls.HtmlGenericControl
|
||||
|
||||
'''<summary>
|
||||
'''lblDescription control.
|
||||
'''</summary>
|
||||
'''<remarks>
|
||||
'''Auto-generated field.
|
||||
'''To modify move field declaration from designer file to code-behind file.
|
||||
'''</remarks>
|
||||
Protected WithEvents lblDescription As Global.DevExpress.Web.ASPxLabel
|
||||
End Class
|
||||
Reference in New Issue
Block a user