Files
Nuvolar/Nuvolar.Module/BusinessObjects/GeneralObjects/TextCollection_VC.Designer.vb
T
2017-03-08 11:21:27 +01:00

106 lines
5.6 KiB
VB.net

Partial Class TextCollection_VC
<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.aTextCollection_CreateCollection_RW1 = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aTextCollection_CreateCollection_RW2 = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aInvoiceHeader_Description = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aDeliveryNoteOutHeader_Note = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
'
'aTextCollection_CreateCollection_RW1
'
Me.aTextCollection_CreateCollection_RW1.AcceptButtonCaption = Nothing
Me.aTextCollection_CreateCollection_RW1.CancelButtonCaption = Nothing
Me.aTextCollection_CreateCollection_RW1.Caption = "..."
Me.aTextCollection_CreateCollection_RW1.Category = "aTextCollection_CreateCollection_RW1"
Me.aTextCollection_CreateCollection_RW1.ConfirmationMessage = Nothing
Me.aTextCollection_CreateCollection_RW1.Id = "aTextCollection_CreateCollection_RW1"
Me.aTextCollection_CreateCollection_RW1.ImageName = Nothing
Me.aTextCollection_CreateCollection_RW1.Shortcut = Nothing
Me.aTextCollection_CreateCollection_RW1.Tag = Nothing
Me.aTextCollection_CreateCollection_RW1.TargetObjectsCriteria = Nothing
Me.aTextCollection_CreateCollection_RW1.TargetViewId = Nothing
Me.aTextCollection_CreateCollection_RW1.ToolTip = Nothing
Me.aTextCollection_CreateCollection_RW1.TypeOfView = Nothing
'
'aTextCollection_CreateCollection_RW2
'
Me.aTextCollection_CreateCollection_RW2.AcceptButtonCaption = Nothing
Me.aTextCollection_CreateCollection_RW2.CancelButtonCaption = Nothing
Me.aTextCollection_CreateCollection_RW2.Caption = "..."
Me.aTextCollection_CreateCollection_RW2.Category = "aTextCollection_CreateCollection_RW2"
Me.aTextCollection_CreateCollection_RW2.ConfirmationMessage = Nothing
Me.aTextCollection_CreateCollection_RW2.Id = "aTextCollection_CreateCollection_RW2"
Me.aTextCollection_CreateCollection_RW2.ImageName = Nothing
Me.aTextCollection_CreateCollection_RW2.Shortcut = Nothing
Me.aTextCollection_CreateCollection_RW2.Tag = Nothing
Me.aTextCollection_CreateCollection_RW2.TargetObjectsCriteria = Nothing
Me.aTextCollection_CreateCollection_RW2.TargetViewId = Nothing
Me.aTextCollection_CreateCollection_RW2.ToolTip = Nothing
Me.aTextCollection_CreateCollection_RW2.TypeOfView = Nothing
'
'aInvoiceHeader_Description
'
Me.aInvoiceHeader_Description.AcceptButtonCaption = Nothing
Me.aInvoiceHeader_Description.CancelButtonCaption = Nothing
Me.aInvoiceHeader_Description.Caption = "..."
Me.aInvoiceHeader_Description.Category = "aInvoiceHeader_Description"
Me.aInvoiceHeader_Description.ConfirmationMessage = Nothing
Me.aInvoiceHeader_Description.Id = "aInvoiceHeader_Description"
Me.aInvoiceHeader_Description.ImageName = Nothing
Me.aInvoiceHeader_Description.Shortcut = Nothing
Me.aInvoiceHeader_Description.Tag = Nothing
Me.aInvoiceHeader_Description.TargetObjectsCriteria = Nothing
Me.aInvoiceHeader_Description.TargetViewId = Nothing
Me.aInvoiceHeader_Description.ToolTip = Nothing
Me.aInvoiceHeader_Description.TypeOfView = Nothing
'
'aDeliveryNoteOutHeader_Note
'
Me.aDeliveryNoteOutHeader_Note.AcceptButtonCaption = Nothing
Me.aDeliveryNoteOutHeader_Note.CancelButtonCaption = Nothing
Me.aDeliveryNoteOutHeader_Note.Caption = "..."
Me.aDeliveryNoteOutHeader_Note.Category = "aDeliveryNoteOutHeader_Note"
Me.aDeliveryNoteOutHeader_Note.ConfirmationMessage = Nothing
Me.aDeliveryNoteOutHeader_Note.Id = "aDeliveryNoteOutHeader_Note"
Me.aDeliveryNoteOutHeader_Note.ImageName = Nothing
Me.aDeliveryNoteOutHeader_Note.Shortcut = Nothing
Me.aDeliveryNoteOutHeader_Note.Tag = Nothing
Me.aDeliveryNoteOutHeader_Note.TargetObjectsCriteria = Nothing
Me.aDeliveryNoteOutHeader_Note.TargetViewId = Nothing
Me.aDeliveryNoteOutHeader_Note.ToolTip = Nothing
Me.aDeliveryNoteOutHeader_Note.TypeOfView = Nothing
End Sub
Friend WithEvents aTextCollection_CreateCollection_RW1 As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aTextCollection_CreateCollection_RW2 As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aInvoiceHeader_Description As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aDeliveryNoteOutHeader_Note As DevExpress.ExpressApp.Actions.PopupWindowShowAction
End Class