107 lines
5.7 KiB
VB.net
107 lines
5.7 KiB
VB.net
Partial Class ContractRowsVC
|
|
|
|
<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.aDescriptionChanger_ContractRows = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aShortNameChanger_ContractRows = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aModifyContractRowsData = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aConnectContractRowToInvoiceRow = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
'
|
|
'aDescriptionChanger_ContractRows
|
|
'
|
|
Me.aDescriptionChanger_ContractRows.AcceptButtonCaption = Nothing
|
|
Me.aDescriptionChanger_ContractRows.CancelButtonCaption = Nothing
|
|
Me.aDescriptionChanger_ContractRows.Caption = "Description Changer"
|
|
Me.aDescriptionChanger_ContractRows.Category = "aDescriptionChanger_ContractRows"
|
|
Me.aDescriptionChanger_ContractRows.ConfirmationMessage = Nothing
|
|
Me.aDescriptionChanger_ContractRows.Id = "aDescriptionChanger_ContractRows"
|
|
Me.aDescriptionChanger_ContractRows.ImageName = Nothing
|
|
Me.aDescriptionChanger_ContractRows.Shortcut = Nothing
|
|
Me.aDescriptionChanger_ContractRows.Tag = Nothing
|
|
Me.aDescriptionChanger_ContractRows.TargetObjectsCriteria = Nothing
|
|
Me.aDescriptionChanger_ContractRows.TargetViewId = ""
|
|
Me.aDescriptionChanger_ContractRows.ToolTip = Nothing
|
|
Me.aDescriptionChanger_ContractRows.TypeOfView = Nothing
|
|
'
|
|
'aShortNameChanger_ContractRows
|
|
'
|
|
Me.aShortNameChanger_ContractRows.AcceptButtonCaption = Nothing
|
|
Me.aShortNameChanger_ContractRows.CancelButtonCaption = Nothing
|
|
Me.aShortNameChanger_ContractRows.Caption = "Description Changer"
|
|
Me.aShortNameChanger_ContractRows.Category = "aShortNameChanger_ContractRows"
|
|
Me.aShortNameChanger_ContractRows.ConfirmationMessage = Nothing
|
|
Me.aShortNameChanger_ContractRows.Id = "aShortNameChanger_ContractRows"
|
|
Me.aShortNameChanger_ContractRows.ImageName = Nothing
|
|
Me.aShortNameChanger_ContractRows.Shortcut = Nothing
|
|
Me.aShortNameChanger_ContractRows.Tag = Nothing
|
|
Me.aShortNameChanger_ContractRows.TargetObjectsCriteria = Nothing
|
|
Me.aShortNameChanger_ContractRows.TargetViewId = ""
|
|
Me.aShortNameChanger_ContractRows.ToolTip = Nothing
|
|
Me.aShortNameChanger_ContractRows.TypeOfView = Nothing
|
|
'
|
|
'aModifyContractRowsData
|
|
'
|
|
Me.aModifyContractRowsData.AcceptButtonCaption = Nothing
|
|
Me.aModifyContractRowsData.CancelButtonCaption = Nothing
|
|
Me.aModifyContractRowsData.Caption = "aModify Contract Rows Data"
|
|
Me.aModifyContractRowsData.ConfirmationMessage = Nothing
|
|
Me.aModifyContractRowsData.Id = "aModifyContractRowsData"
|
|
Me.aModifyContractRowsData.ImageName = Nothing
|
|
Me.aModifyContractRowsData.Shortcut = Nothing
|
|
Me.aModifyContractRowsData.Tag = Nothing
|
|
Me.aModifyContractRowsData.TargetObjectsCriteria = Nothing
|
|
Me.aModifyContractRowsData.TargetObjectType = GetType(Nuvolar.[Module].ContractRows)
|
|
Me.aModifyContractRowsData.TargetViewId = Nothing
|
|
Me.aModifyContractRowsData.ToolTip = Nothing
|
|
Me.aModifyContractRowsData.TypeOfView = Nothing
|
|
'
|
|
'aConnectContractRowToInvoiceRow
|
|
'
|
|
Me.aConnectContractRowToInvoiceRow.AcceptButtonCaption = Nothing
|
|
Me.aConnectContractRowToInvoiceRow.CancelButtonCaption = Nothing
|
|
Me.aConnectContractRowToInvoiceRow.Caption = "aConnect Contract Row To Invoice Row"
|
|
Me.aConnectContractRowToInvoiceRow.ConfirmationMessage = Nothing
|
|
Me.aConnectContractRowToInvoiceRow.Id = "aConnectContractRowToInvoiceRow"
|
|
Me.aConnectContractRowToInvoiceRow.ImageName = Nothing
|
|
Me.aConnectContractRowToInvoiceRow.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aConnectContractRowToInvoiceRow.Shortcut = Nothing
|
|
Me.aConnectContractRowToInvoiceRow.Tag = Nothing
|
|
Me.aConnectContractRowToInvoiceRow.TargetObjectsCriteria = Nothing
|
|
Me.aConnectContractRowToInvoiceRow.TargetObjectType = GetType(Nuvolar.[Module].ContractRows)
|
|
Me.aConnectContractRowToInvoiceRow.TargetViewId = ""
|
|
Me.aConnectContractRowToInvoiceRow.ToolTip = Nothing
|
|
Me.aConnectContractRowToInvoiceRow.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents aDescriptionChanger_ContractRows As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aShortNameChanger_ContractRows As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aModifyContractRowsData As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aConnectContractRowToInvoiceRow As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
|
|
End Class
|