120 lines
6.0 KiB
VB.net
120 lines
6.0 KiB
VB.net
Partial Class InvoiceHoldPopupVC
|
|
|
|
<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.aBackToRowEdit_InvoiceHold = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aToTable_InvoiceHold = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aToTableD_InvoiceHold = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aDown_InvoiceHold = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aUp_InvoiceHold = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aBackToRowEdit_InvoiceHold
|
|
'
|
|
Me.aBackToRowEdit_InvoiceHold.Caption = "Edit row"
|
|
Me.aBackToRowEdit_InvoiceHold.Category = "aBackToRowEdit_Invoice"
|
|
Me.aBackToRowEdit_InvoiceHold.ConfirmationMessage = Nothing
|
|
Me.aBackToRowEdit_InvoiceHold.Id = "aBackToRowEdit_InvoiceHold"
|
|
Me.aBackToRowEdit_InvoiceHold.ImageName = "table_refresh"
|
|
Me.aBackToRowEdit_InvoiceHold.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aBackToRowEdit_InvoiceHold.Shortcut = Nothing
|
|
Me.aBackToRowEdit_InvoiceHold.Tag = Nothing
|
|
Me.aBackToRowEdit_InvoiceHold.TargetObjectsCriteria = Nothing
|
|
Me.aBackToRowEdit_InvoiceHold.TargetViewId = "InvoiceHoldPopup_DetailView"
|
|
Me.aBackToRowEdit_InvoiceHold.ToolTip = Nothing
|
|
Me.aBackToRowEdit_InvoiceHold.TypeOfView = Nothing
|
|
'
|
|
'aToTable_InvoiceHold
|
|
'
|
|
Me.aToTable_InvoiceHold.Caption = "aToTable"
|
|
Me.aToTable_InvoiceHold.Category = "aToTable_Invoice"
|
|
Me.aToTable_InvoiceHold.ConfirmationMessage = Nothing
|
|
Me.aToTable_InvoiceHold.Id = "aToTable_InvoiceHold"
|
|
Me.aToTable_InvoiceHold.ImageName = "row_add_after"
|
|
Me.aToTable_InvoiceHold.Shortcut = Nothing
|
|
Me.aToTable_InvoiceHold.Tag = Nothing
|
|
Me.aToTable_InvoiceHold.TargetObjectsCriteria = Nothing
|
|
Me.aToTable_InvoiceHold.TargetViewId = "InvoiceHoldPopup_DetailView"
|
|
Me.aToTable_InvoiceHold.ToolTip = Nothing
|
|
Me.aToTable_InvoiceHold.TypeOfView = GetType(DevExpress.ExpressApp.View)
|
|
'
|
|
'aToTableD_InvoiceHold
|
|
'
|
|
Me.aToTableD_InvoiceHold.Caption = "Delete row"
|
|
Me.aToTableD_InvoiceHold.Category = "aToTableD_InvoiceHold"
|
|
Me.aToTableD_InvoiceHold.ConfirmationMessage = Nothing
|
|
Me.aToTableD_InvoiceHold.Id = "aToTableD_InvoiceHold"
|
|
Me.aToTableD_InvoiceHold.ImageName = "row_delete"
|
|
Me.aToTableD_InvoiceHold.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aToTableD_InvoiceHold.Shortcut = Nothing
|
|
Me.aToTableD_InvoiceHold.Tag = Nothing
|
|
Me.aToTableD_InvoiceHold.TargetObjectsCriteria = Nothing
|
|
Me.aToTableD_InvoiceHold.TargetViewId = "InvoiceHoldPopup_DetailView"
|
|
Me.aToTableD_InvoiceHold.ToolTip = Nothing
|
|
Me.aToTableD_InvoiceHold.TypeOfView = Nothing
|
|
'
|
|
'aDown_InvoiceHold
|
|
'
|
|
Me.aDown_InvoiceHold.Caption = "Down"
|
|
Me.aDown_InvoiceHold.Category = "RecordsNavigation"
|
|
Me.aDown_InvoiceHold.ConfirmationMessage = Nothing
|
|
Me.aDown_InvoiceHold.Id = "aDown_InvoiceHold"
|
|
Me.aDown_InvoiceHold.ImageName = "arrow_down_green"
|
|
Me.aDown_InvoiceHold.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aDown_InvoiceHold.Shortcut = Nothing
|
|
Me.aDown_InvoiceHold.Tag = Nothing
|
|
Me.aDown_InvoiceHold.TargetObjectsCriteria = Nothing
|
|
Me.aDown_InvoiceHold.TargetObjectType = GetType(Nuvolar.[Module].InvoiceHold)
|
|
Me.aDown_InvoiceHold.TargetViewId = ""
|
|
Me.aDown_InvoiceHold.ToolTip = Nothing
|
|
Me.aDown_InvoiceHold.TypeOfView = GetType(DevExpress.ExpressApp.View)
|
|
'
|
|
'aUp_InvoiceHold
|
|
'
|
|
Me.aUp_InvoiceHold.Caption = "Up"
|
|
Me.aUp_InvoiceHold.Category = "RecordsNavigation"
|
|
Me.aUp_InvoiceHold.ConfirmationMessage = Nothing
|
|
Me.aUp_InvoiceHold.Id = "aUp_InvoiceHold"
|
|
Me.aUp_InvoiceHold.ImageName = "arrow_up_green"
|
|
Me.aUp_InvoiceHold.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aUp_InvoiceHold.Shortcut = Nothing
|
|
Me.aUp_InvoiceHold.Tag = Nothing
|
|
Me.aUp_InvoiceHold.TargetObjectsCriteria = Nothing
|
|
Me.aUp_InvoiceHold.TargetObjectType = GetType(Nuvolar.[Module].InvoiceHold)
|
|
Me.aUp_InvoiceHold.TargetViewId = ""
|
|
Me.aUp_InvoiceHold.ToolTip = Nothing
|
|
Me.aUp_InvoiceHold.TypeOfView = GetType(DevExpress.ExpressApp.View)
|
|
|
|
End Sub
|
|
Friend WithEvents aDown_InvoiceHold As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aUp_InvoiceHold As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aBackToRowEdit_InvoiceHold As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aToTable_InvoiceHold As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aToTableD_InvoiceHold As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|