52 lines
1.9 KiB
VB.net
52 lines
1.9 KiB
VB.net
Partial Class HTMLMailTemplateVC
|
|
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Public Sub New(ByVal Container As System.ComponentModel.IContainer)
|
|
MyClass.New()
|
|
|
|
'Required for Windows.Forms Class Composition Designer support
|
|
Container.Add(Me)
|
|
|
|
End Sub
|
|
|
|
'Component overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
End Sub
|
|
|
|
'Required by the Component Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Component Designer
|
|
'It can be modified using the Component Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.aCopyProperty = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aCopyProperty
|
|
'
|
|
Me.aCopyProperty.Caption = "aCopy Property"
|
|
Me.aCopyProperty.ConfirmationMessage = Nothing
|
|
Me.aCopyProperty.Id = "aCopyProperty"
|
|
Me.aCopyProperty.ImageName = "copy"
|
|
Me.aCopyProperty.Shortcut = Nothing
|
|
Me.aCopyProperty.Tag = Nothing
|
|
Me.aCopyProperty.TargetObjectsCriteria = Nothing
|
|
Me.aCopyProperty.TargetObjectType = GetType(Nuvolar.[Module].HTMLMailTemplate)
|
|
Me.aCopyProperty.TargetViewId = Nothing
|
|
Me.aCopyProperty.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aCopyProperty.ToolTip = "A kapcsolat tulajdonságati másolja. A Ctrl+V vagy a beillesztés gombra kattintva " & _
|
|
"helyezhetõ el a HTML testben."
|
|
Me.aCopyProperty.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
|
|
End Sub
|
|
Friend WithEvents aCopyProperty As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|