52 lines
1.6 KiB
VB.net
52 lines
1.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 InplaceEditor
|
|
|
|
'''<summary>
|
|
'''memSubject control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents memSubject As Global.DevExpress.Web.ASPxMemo
|
|
|
|
'''<summary>
|
|
'''btnSave control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents btnSave As Global.DevExpress.Web.ASPxScheduler.Controls.NoBorderButton
|
|
|
|
'''<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.ASPxScheduler.Controls.NoBorderButton
|
|
|
|
'''<summary>
|
|
'''btnEditForm control.
|
|
'''</summary>
|
|
'''<remarks>
|
|
'''Auto-generated field.
|
|
'''To modify move field declaration from designer file to code-behind file.
|
|
'''</remarks>
|
|
Protected WithEvents btnEditForm As Global.DevExpress.Web.ASPxScheduler.Controls.NoBorderButton
|
|
End Class
|