145 lines
6.8 KiB
VB.net
145 lines
6.8 KiB
VB.net
Partial Class CertificateOfContractVC
|
|
|
|
<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.aFinalCOC = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aPrintCertificateOfContract = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aStornoCOC = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aMakeEditableCOC = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aViewRegistry_COC = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aViewAttachments_COC = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aRecalculateCOC = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aFinalCOC
|
|
'
|
|
Me.aFinalCOC.Caption = "Final COC"
|
|
Me.aFinalCOC.Category = "ObjectsCreation"
|
|
Me.aFinalCOC.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aFinalCOC.Id = "aFinalCOC"
|
|
Me.aFinalCOC.ImageName = "MenuBar_SaveAndClose"
|
|
Me.aFinalCOC.Shortcut = Nothing
|
|
Me.aFinalCOC.Tag = Nothing
|
|
Me.aFinalCOC.TargetObjectsCriteria = Nothing
|
|
Me.aFinalCOC.TargetViewId = Nothing
|
|
Me.aFinalCOC.ToolTip = Nothing
|
|
Me.aFinalCOC.TypeOfView = Nothing
|
|
'
|
|
'aPrintCertificateOfContract
|
|
'
|
|
Me.aPrintCertificateOfContract.Caption = "aPrint Certificate Of Contract"
|
|
Me.aPrintCertificateOfContract.Category = "View"
|
|
Me.aPrintCertificateOfContract.ConfirmationMessage = "Do you want to execute command?"
|
|
Me.aPrintCertificateOfContract.Id = "aPrintCertificateOfContract"
|
|
Me.aPrintCertificateOfContract.ImageName = Nothing
|
|
Me.aPrintCertificateOfContract.Shortcut = Nothing
|
|
Me.aPrintCertificateOfContract.Tag = Nothing
|
|
Me.aPrintCertificateOfContract.TargetObjectsCriteria = Nothing
|
|
Me.aPrintCertificateOfContract.TargetViewId = ""
|
|
Me.aPrintCertificateOfContract.ToolTip = Nothing
|
|
Me.aPrintCertificateOfContract.TypeOfView = Nothing
|
|
'
|
|
'aStornoCOC
|
|
'
|
|
Me.aStornoCOC.Caption = "Storno COC"
|
|
Me.aStornoCOC.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aStornoCOC.Id = "aStornoCOC"
|
|
Me.aStornoCOC.ImageName = Nothing
|
|
Me.aStornoCOC.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aStornoCOC.Shortcut = Nothing
|
|
Me.aStornoCOC.Tag = Nothing
|
|
Me.aStornoCOC.TargetObjectsCriteria = Nothing
|
|
Me.aStornoCOC.TargetViewId = Nothing
|
|
Me.aStornoCOC.ToolTip = Nothing
|
|
Me.aStornoCOC.TypeOfView = Nothing
|
|
'
|
|
'aMakeEditableCOC
|
|
'
|
|
Me.aMakeEditableCOC.Caption = "Make editable COC"
|
|
Me.aMakeEditableCOC.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aMakeEditableCOC.Id = "aMakeEditableCOC"
|
|
Me.aMakeEditableCOC.ImageName = Nothing
|
|
Me.aMakeEditableCOC.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aMakeEditableCOC.Shortcut = Nothing
|
|
Me.aMakeEditableCOC.Tag = Nothing
|
|
Me.aMakeEditableCOC.TargetObjectsCriteria = Nothing
|
|
Me.aMakeEditableCOC.TargetViewId = Nothing
|
|
Me.aMakeEditableCOC.ToolTip = Nothing
|
|
Me.aMakeEditableCOC.TypeOfView = Nothing
|
|
'
|
|
'aViewRegistry_COC
|
|
'
|
|
Me.aViewRegistry_COC.Caption = "View registry"
|
|
Me.aViewRegistry_COC.ConfirmationMessage = Nothing
|
|
Me.aViewRegistry_COC.Id = "aViewRegistry_COC"
|
|
Me.aViewRegistry_COC.ImageName = "document_pinned"
|
|
Me.aViewRegistry_COC.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aViewRegistry_COC.Shortcut = Nothing
|
|
Me.aViewRegistry_COC.Tag = Nothing
|
|
Me.aViewRegistry_COC.TargetObjectsCriteria = Nothing
|
|
Me.aViewRegistry_COC.TargetViewId = ""
|
|
Me.aViewRegistry_COC.ToolTip = Nothing
|
|
Me.aViewRegistry_COC.TypeOfView = Nothing
|
|
'
|
|
'aViewAttachments_COC
|
|
'
|
|
Me.aViewAttachments_COC.Caption = "View attachments"
|
|
Me.aViewAttachments_COC.ConfirmationMessage = Nothing
|
|
Me.aViewAttachments_COC.Id = "aViewAttachments_COC"
|
|
Me.aViewAttachments_COC.ImageName = "printer_view"
|
|
Me.aViewAttachments_COC.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aViewAttachments_COC.Shortcut = Nothing
|
|
Me.aViewAttachments_COC.Tag = Nothing
|
|
Me.aViewAttachments_COC.TargetObjectsCriteria = Nothing
|
|
Me.aViewAttachments_COC.TargetViewId = ""
|
|
Me.aViewAttachments_COC.ToolTip = Nothing
|
|
Me.aViewAttachments_COC.TypeOfView = Nothing
|
|
'
|
|
'aRecalculateCOC
|
|
'
|
|
Me.aRecalculateCOC.Caption = "Recalculate COC"
|
|
Me.aRecalculateCOC.Category = "ObjectsCreation"
|
|
Me.aRecalculateCOC.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aRecalculateCOC.Id = "aRecalculateCOC"
|
|
Me.aRecalculateCOC.Shortcut = Nothing
|
|
Me.aRecalculateCOC.Tag = Nothing
|
|
Me.aRecalculateCOC.TargetObjectsCriteria = Nothing
|
|
Me.aRecalculateCOC.TargetViewId = Nothing
|
|
Me.aRecalculateCOC.ToolTip = Nothing
|
|
Me.aRecalculateCOC.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents aFinalCOC As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aPrintCertificateOfContract As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aStornoCOC As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aMakeEditableCOC As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aViewRegistry_COC As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aViewAttachments_COC As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aRecalculateCOC As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|