70 lines
2.0 KiB
VB.net
70 lines
2.0 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 GotoDateForm
|
|
|
|
'''<summary>
|
|
'''lblDate control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents lblDate As Global.DevExpress.Web.ASPxLabel
|
|
|
|
'''<summary>
|
|
'''edtDate control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents edtDate As Global.DevExpress.Web.ASPxDateEdit
|
|
|
|
'''<summary>
|
|
'''lblView control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents lblView As Global.DevExpress.Web.ASPxLabel
|
|
|
|
'''<summary>
|
|
'''cbView control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents cbView As Global.DevExpress.Web.ASPxComboBox
|
|
|
|
'''<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
|
|
End Class
|