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

178 lines
5.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 InsertImageForm
'''<summary>
'''Panel1 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents Panel1 As Global.DevExpress.Web.ASPxPanel
'''<summary>
'''rblFromTheWeb control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents rblFromTheWeb As Global.DevExpress.Web.ASPxRadioButton
'''<summary>
'''rblFromThisComputer control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents rblFromThisComputer As Global.DevExpress.Web.ASPxRadioButton
'''<summary>
'''rpInsertImage control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents rpInsertImage As Global.DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorRoundPanel
'''<summary>
'''lblImageUrl control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents lblImageUrl As Global.DevExpress.Web.ASPxLabel
'''<summary>
'''txbInsertImageUrl control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents txbInsertImageUrl As Global.DevExpress.Web.ASPxButtonEdit
'''<summary>
'''BrowsePopup control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents BrowsePopup As Global.DevExpress.Web.ASPxPopupControl
'''<summary>
'''PopupControlContentControl1 control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents PopupControlContentControl1 As Global.DevExpress.Web.PopupControlContentControl
'''<summary>
'''ucSelectImageForm control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ucSelectImageForm As Global.SelectImageForm
'''<summary>
'''ckbSaveToServer control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ckbSaveToServer As Global.DevExpress.Web.ASPxCheckBox
'''<summary>
'''lblBrowse control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents lblBrowse As Global.DevExpress.Web.ASPxLabel
'''<summary>
'''uplImage control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents uplImage As Global.DevExpress.Web.ASPxHtmlEditor.ASPxHtmlEditorUploadControl
'''<summary>
'''ucImagePropertiesForm control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ucImagePropertiesForm As Global.ImagePropertiesForm
'''<summary>
'''ckbMoreImageOptions control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents ckbMoreImageOptions As Global.DevExpress.Web.ASPxCheckBox
'''<summary>
'''btnInsertImage control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents btnInsertImage As Global.DevExpress.Web.ASPxButton
'''<summary>
'''btnChangeImage control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents btnChangeImage As Global.DevExpress.Web.ASPxButton
'''<summary>
'''btnInsertImageCancel control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents btnInsertImageCancel As Global.DevExpress.Web.ASPxButton
'''<summary>
'''dxHiddenField control.
'''</summary>
'''<remarks>
'''Auto-generated field.
'''To modify move field declaration from designer file to code-behind file.
'''</remarks>
Protected WithEvents dxHiddenField As Global.DevExpress.Web.ASPxHiddenField
End Class