First create solution
This commit is contained in:
Generated
+214
@@ -0,0 +1,214 @@
|
||||
Partial Class InvoiceRowVC
|
||||
|
||||
<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.aToTableD_Invoice = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aToTable_Invoice = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aBackToRowEdit_Invoice = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aUp_InvoiceRow = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aDown_InvoiceRow = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aPrintInvoiceByRows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aChangeInvoiceByRows = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aInvoiceRowPrint = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aChoiceProducts = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aChoiceService = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
'
|
||||
'aToTableD_Invoice
|
||||
'
|
||||
Me.aToTableD_Invoice.Caption = "Delete row"
|
||||
Me.aToTableD_Invoice.Category = "aToTableD_Invoice"
|
||||
Me.aToTableD_Invoice.ConfirmationMessage = Nothing
|
||||
Me.aToTableD_Invoice.Id = "aToTableD_Invoice"
|
||||
Me.aToTableD_Invoice.ImageName = "row_delete"
|
||||
Me.aToTableD_Invoice.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aToTableD_Invoice.Shortcut = Nothing
|
||||
Me.aToTableD_Invoice.Tag = Nothing
|
||||
Me.aToTableD_Invoice.TargetObjectsCriteria = Nothing
|
||||
Me.aToTableD_Invoice.TargetViewId = ""
|
||||
Me.aToTableD_Invoice.ToolTip = Nothing
|
||||
Me.aToTableD_Invoice.TypeOfView = Nothing
|
||||
'
|
||||
'aToTable_Invoice
|
||||
'
|
||||
Me.aToTable_Invoice.Caption = "aToTable"
|
||||
Me.aToTable_Invoice.Category = "aToTable_Invoice"
|
||||
Me.aToTable_Invoice.ConfirmationMessage = Nothing
|
||||
Me.aToTable_Invoice.Id = "aToTable_Invoice"
|
||||
Me.aToTable_Invoice.ImageName = "row_add_after"
|
||||
Me.aToTable_Invoice.Shortcut = Nothing
|
||||
Me.aToTable_Invoice.Tag = Nothing
|
||||
Me.aToTable_Invoice.TargetObjectsCriteria = "row_QTT<>0"
|
||||
Me.aToTable_Invoice.TargetViewId = ""
|
||||
Me.aToTable_Invoice.ToolTip = Nothing
|
||||
Me.aToTable_Invoice.TypeOfView = GetType(DevExpress.ExpressApp.View)
|
||||
'
|
||||
'aBackToRowEdit_Invoice
|
||||
'
|
||||
Me.aBackToRowEdit_Invoice.Caption = "Edit row"
|
||||
Me.aBackToRowEdit_Invoice.Category = "aBackToRowEdit_Invoice"
|
||||
Me.aBackToRowEdit_Invoice.ConfirmationMessage = Nothing
|
||||
Me.aBackToRowEdit_Invoice.Id = "aBackToRowEdit_Invoice"
|
||||
Me.aBackToRowEdit_Invoice.ImageName = "table_refresh"
|
||||
Me.aBackToRowEdit_Invoice.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aBackToRowEdit_Invoice.Shortcut = Nothing
|
||||
Me.aBackToRowEdit_Invoice.Tag = Nothing
|
||||
Me.aBackToRowEdit_Invoice.TargetObjectsCriteria = Nothing
|
||||
Me.aBackToRowEdit_Invoice.TargetViewId = ""
|
||||
Me.aBackToRowEdit_Invoice.ToolTip = Nothing
|
||||
Me.aBackToRowEdit_Invoice.TypeOfView = Nothing
|
||||
'
|
||||
'aUp_InvoiceRow
|
||||
'
|
||||
Me.aUp_InvoiceRow.Caption = "Up"
|
||||
Me.aUp_InvoiceRow.Category = "RecordsNavigation"
|
||||
Me.aUp_InvoiceRow.ConfirmationMessage = Nothing
|
||||
Me.aUp_InvoiceRow.Id = "aUp_InvoiceRow"
|
||||
Me.aUp_InvoiceRow.ImageName = "arrow_up_green"
|
||||
Me.aUp_InvoiceRow.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aUp_InvoiceRow.Shortcut = Nothing
|
||||
Me.aUp_InvoiceRow.Tag = Nothing
|
||||
Me.aUp_InvoiceRow.TargetObjectsCriteria = Nothing
|
||||
Me.aUp_InvoiceRow.TargetViewId = "InvoiceHeader_InvoiceRows_ListView"
|
||||
Me.aUp_InvoiceRow.ToolTip = Nothing
|
||||
Me.aUp_InvoiceRow.TypeOfView = GetType(DevExpress.ExpressApp.View)
|
||||
'
|
||||
'aDown_InvoiceRow
|
||||
'
|
||||
Me.aDown_InvoiceRow.Caption = "Down"
|
||||
Me.aDown_InvoiceRow.Category = "RecordsNavigation"
|
||||
Me.aDown_InvoiceRow.ConfirmationMessage = Nothing
|
||||
Me.aDown_InvoiceRow.Id = "aDown_InvoiceRow"
|
||||
Me.aDown_InvoiceRow.ImageName = "arrow_down_green"
|
||||
Me.aDown_InvoiceRow.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aDown_InvoiceRow.Shortcut = Nothing
|
||||
Me.aDown_InvoiceRow.Tag = Nothing
|
||||
Me.aDown_InvoiceRow.TargetObjectsCriteria = Nothing
|
||||
Me.aDown_InvoiceRow.TargetViewId = "InvoiceHeader_InvoiceRows_ListView"
|
||||
Me.aDown_InvoiceRow.ToolTip = Nothing
|
||||
Me.aDown_InvoiceRow.TypeOfView = GetType(DevExpress.ExpressApp.View)
|
||||
'
|
||||
'aPrintInvoiceByRows
|
||||
'
|
||||
Me.aPrintInvoiceByRows.Caption = "aPrint Invoice By Rows"
|
||||
Me.aPrintInvoiceByRows.Category = "View"
|
||||
Me.aPrintInvoiceByRows.ConfirmationMessage = Nothing
|
||||
Me.aPrintInvoiceByRows.Id = "aPrintInvoiceByRows"
|
||||
Me.aPrintInvoiceByRows.ImageName = Nothing
|
||||
Me.aPrintInvoiceByRows.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aPrintInvoiceByRows.Shortcut = Nothing
|
||||
Me.aPrintInvoiceByRows.Tag = Nothing
|
||||
Me.aPrintInvoiceByRows.TargetObjectsCriteria = Nothing
|
||||
Me.aPrintInvoiceByRows.TargetObjectType = GetType(Nuvolar.[Module].InvoiceRows)
|
||||
Me.aPrintInvoiceByRows.TargetViewId = Nothing
|
||||
Me.aPrintInvoiceByRows.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
||||
Me.aPrintInvoiceByRows.ToolTip = Nothing
|
||||
Me.aPrintInvoiceByRows.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
||||
'
|
||||
'aChangeInvoiceByRows
|
||||
'
|
||||
Me.aChangeInvoiceByRows.AcceptButtonCaption = Nothing
|
||||
Me.aChangeInvoiceByRows.CancelButtonCaption = Nothing
|
||||
Me.aChangeInvoiceByRows.Caption = "aChange Invoice By Rows"
|
||||
Me.aChangeInvoiceByRows.ConfirmationMessage = Nothing
|
||||
Me.aChangeInvoiceByRows.Id = "aChangeInvoiceByRows"
|
||||
Me.aChangeInvoiceByRows.ImageName = Nothing
|
||||
Me.aChangeInvoiceByRows.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aChangeInvoiceByRows.Shortcut = Nothing
|
||||
Me.aChangeInvoiceByRows.Tag = Nothing
|
||||
Me.aChangeInvoiceByRows.TargetObjectsCriteria = Nothing
|
||||
Me.aChangeInvoiceByRows.TargetObjectType = GetType(Nuvolar.[Module].InvoiceRows)
|
||||
Me.aChangeInvoiceByRows.TargetViewId = Nothing
|
||||
Me.aChangeInvoiceByRows.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
||||
Me.aChangeInvoiceByRows.ToolTip = Nothing
|
||||
Me.aChangeInvoiceByRows.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
||||
'
|
||||
'aInvoiceRowPrint
|
||||
'
|
||||
Me.aInvoiceRowPrint.Caption = "aInvoiceRowPrint"
|
||||
Me.aInvoiceRowPrint.Category = "Print"
|
||||
Me.aInvoiceRowPrint.ConfirmationMessage = Nothing
|
||||
Me.aInvoiceRowPrint.Id = "aInvoiceRowPrint"
|
||||
Me.aInvoiceRowPrint.ImageName = Nothing
|
||||
Me.aInvoiceRowPrint.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aInvoiceRowPrint.Shortcut = Nothing
|
||||
Me.aInvoiceRowPrint.Tag = Nothing
|
||||
Me.aInvoiceRowPrint.TargetObjectsCriteria = Nothing
|
||||
Me.aInvoiceRowPrint.TargetObjectType = GetType(Nuvolar.[Module].InvoiceRows)
|
||||
Me.aInvoiceRowPrint.TargetViewId = ""
|
||||
Me.aInvoiceRowPrint.ToolTip = Nothing
|
||||
Me.aInvoiceRowPrint.TypeOfView = GetType(DevExpress.ExpressApp.View)
|
||||
'
|
||||
'aChoiceProducts
|
||||
'
|
||||
Me.aChoiceProducts.AcceptButtonCaption = Nothing
|
||||
Me.aChoiceProducts.CancelButtonCaption = Nothing
|
||||
Me.aChoiceProducts.Caption = "aChoice Products"
|
||||
Me.aChoiceProducts.Category = "aChoiceProducts"
|
||||
Me.aChoiceProducts.ConfirmationMessage = Nothing
|
||||
Me.aChoiceProducts.Id = "aChoiceProducts"
|
||||
Me.aChoiceProducts.ImageName = Nothing
|
||||
Me.aChoiceProducts.Shortcut = Nothing
|
||||
Me.aChoiceProducts.Tag = Nothing
|
||||
Me.aChoiceProducts.TargetObjectsCriteria = Nothing
|
||||
Me.aChoiceProducts.TargetObjectType = GetType(Nuvolar.[Module].InvoiceHeader)
|
||||
Me.aChoiceProducts.TargetViewId = Nothing
|
||||
Me.aChoiceProducts.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
||||
Me.aChoiceProducts.ToolTip = Nothing
|
||||
Me.aChoiceProducts.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
||||
'
|
||||
'aChoiceService
|
||||
'
|
||||
Me.aChoiceService.AcceptButtonCaption = Nothing
|
||||
Me.aChoiceService.CancelButtonCaption = Nothing
|
||||
Me.aChoiceService.Caption = "aChoice Service"
|
||||
Me.aChoiceService.Category = "aChoiceService"
|
||||
Me.aChoiceService.ConfirmationMessage = Nothing
|
||||
Me.aChoiceService.Id = "aChoiceService"
|
||||
Me.aChoiceService.ImageName = Nothing
|
||||
Me.aChoiceService.Shortcut = Nothing
|
||||
Me.aChoiceService.Tag = Nothing
|
||||
Me.aChoiceService.TargetObjectsCriteria = Nothing
|
||||
Me.aChoiceService.TargetObjectType = GetType(Nuvolar.[Module].InvoiceHeader)
|
||||
Me.aChoiceService.TargetViewId = Nothing
|
||||
Me.aChoiceService.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
||||
Me.aChoiceService.ToolTip = Nothing
|
||||
Me.aChoiceService.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents aToTableD_Invoice As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aToTable_Invoice As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aBackToRowEdit_Invoice As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aUp_InvoiceRow As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aDown_InvoiceRow As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aPrintInvoiceByRows As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aChangeInvoiceByRows As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aInvoiceRowPrint As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aChoiceProducts As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aChoiceService As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user