70 lines
3.4 KiB
VB.net
70 lines
3.4 KiB
VB.net
Partial Class InvoiceRowsPivotVC
|
|
|
|
<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.aRecalculateBallanceInvoiceRows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aSelectUsers_InvoiceRowsPivot = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
'
|
|
'aRecalculateBallanceInvoiceRows
|
|
'
|
|
Me.aRecalculateBallanceInvoiceRows.Caption = "aRecalculate Ballance Invoice Rows"
|
|
Me.aRecalculateBallanceInvoiceRows.ConfirmationMessage = Nothing
|
|
Me.aRecalculateBallanceInvoiceRows.Id = "aRecalculateBallanceInvoiceRows"
|
|
Me.aRecalculateBallanceInvoiceRows.ImageName = Nothing
|
|
Me.aRecalculateBallanceInvoiceRows.Shortcut = Nothing
|
|
Me.aRecalculateBallanceInvoiceRows.Tag = Nothing
|
|
Me.aRecalculateBallanceInvoiceRows.TargetObjectsCriteria = Nothing
|
|
Me.aRecalculateBallanceInvoiceRows.TargetObjectType = GetType(Nuvolar.[Module].InvoiceRowsPivot)
|
|
Me.aRecalculateBallanceInvoiceRows.TargetViewId = Nothing
|
|
Me.aRecalculateBallanceInvoiceRows.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aRecalculateBallanceInvoiceRows.ToolTip = Nothing
|
|
Me.aRecalculateBallanceInvoiceRows.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aSelectUsers_InvoiceRowsPivot
|
|
'
|
|
Me.aSelectUsers_InvoiceRowsPivot.AcceptButtonCaption = Nothing
|
|
Me.aSelectUsers_InvoiceRowsPivot.CancelButtonCaption = Nothing
|
|
Me.aSelectUsers_InvoiceRowsPivot.Caption = "aSelectUsers_InvoiceRowsPivot"
|
|
Me.aSelectUsers_InvoiceRowsPivot.ConfirmationMessage = Nothing
|
|
Me.aSelectUsers_InvoiceRowsPivot.Id = "aSelectUsers_InvoiceRowsPivot"
|
|
Me.aSelectUsers_InvoiceRowsPivot.ImageName = Nothing
|
|
Me.aSelectUsers_InvoiceRowsPivot.Shortcut = Nothing
|
|
Me.aSelectUsers_InvoiceRowsPivot.Tag = Nothing
|
|
Me.aSelectUsers_InvoiceRowsPivot.TargetObjectsCriteria = Nothing
|
|
Me.aSelectUsers_InvoiceRowsPivot.TargetObjectType = GetType(Nuvolar.[Module].InvoiceRowsPivotUser)
|
|
Me.aSelectUsers_InvoiceRowsPivot.TargetViewId = Nothing
|
|
Me.aSelectUsers_InvoiceRowsPivot.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aSelectUsers_InvoiceRowsPivot.ToolTip = Nothing
|
|
Me.aSelectUsers_InvoiceRowsPivot.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
|
|
End Sub
|
|
Friend WithEvents aRecalculateBallanceInvoiceRows As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aSelectUsers_InvoiceRowsPivot As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
|
|
End Class
|