103 lines
5.3 KiB
VB.net
103 lines
5.3 KiB
VB.net
Partial Class IntrastatHeader_VC
|
|
|
|
<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.aIntrastatHeader_GenerateIntrastatRows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aIntrastatCheckPrice = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aIntrastatCheckWeight = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aPrintIntrastat = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aIntrastatHeader_GenerateIntrastatRows
|
|
'
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.Caption = "aIntrastatHeader_GenerateIntrastatRows"
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.Category = "RecordEdit"
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.ConfirmationMessage = "Are you sure ? All data will lost !"
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.Id = "aIntrastatHeader_GenerateIntrastatRows"
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.ImageName = Nothing
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.Shortcut = Nothing
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.Tag = Nothing
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.TargetObjectsCriteria = Nothing
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.TargetObjectType = GetType(SISBusiness.[Module].IntrastatHeader)
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.TargetViewId = Nothing
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.ToolTip = Nothing
|
|
Me.aIntrastatHeader_GenerateIntrastatRows.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aIntrastatCheckPrice
|
|
'
|
|
Me.aIntrastatCheckPrice.Caption = "aIntrastat Check Price"
|
|
Me.aIntrastatCheckPrice.ConfirmationMessage = Nothing
|
|
Me.aIntrastatCheckPrice.Id = "aIntrastatCheckPrice"
|
|
Me.aIntrastatCheckPrice.ImageName = Nothing
|
|
Me.aIntrastatCheckPrice.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aIntrastatCheckPrice.Shortcut = Nothing
|
|
Me.aIntrastatCheckPrice.Tag = Nothing
|
|
Me.aIntrastatCheckPrice.TargetObjectsCriteria = Nothing
|
|
Me.aIntrastatCheckPrice.TargetObjectType = GetType(SISBusiness.[Module].DeliveryNoteInRows)
|
|
Me.aIntrastatCheckPrice.TargetViewId = "DeliveryNoteInRows_ListView_INTRASTAT"
|
|
Me.aIntrastatCheckPrice.ToolTip = Nothing
|
|
Me.aIntrastatCheckPrice.TypeOfView = Nothing
|
|
'
|
|
'aIntrastatCheckWeight
|
|
'
|
|
Me.aIntrastatCheckWeight.Caption = "aIntrastat Check Weight"
|
|
Me.aIntrastatCheckWeight.ConfirmationMessage = Nothing
|
|
Me.aIntrastatCheckWeight.Id = "aIntrastatCheckWeight"
|
|
Me.aIntrastatCheckWeight.ImageName = Nothing
|
|
Me.aIntrastatCheckWeight.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aIntrastatCheckWeight.Shortcut = Nothing
|
|
Me.aIntrastatCheckWeight.Tag = Nothing
|
|
Me.aIntrastatCheckWeight.TargetObjectsCriteria = Nothing
|
|
Me.aIntrastatCheckWeight.TargetObjectType = GetType(SISBusiness.[Module].DeliveryNoteInRows)
|
|
Me.aIntrastatCheckWeight.TargetViewId = Nothing
|
|
Me.aIntrastatCheckWeight.ToolTip = Nothing
|
|
Me.aIntrastatCheckWeight.TypeOfView = Nothing
|
|
'
|
|
'aPrintIntrastat
|
|
'
|
|
Me.aPrintIntrastat.Caption = "aPrint Intrastat"
|
|
Me.aPrintIntrastat.ConfirmationMessage = Nothing
|
|
Me.aPrintIntrastat.Id = "aPrintIntrastat"
|
|
Me.aPrintIntrastat.ImageName = "Action_Printing_Print"
|
|
Me.aPrintIntrastat.Shortcut = Nothing
|
|
Me.aPrintIntrastat.Tag = Nothing
|
|
Me.aPrintIntrastat.TargetObjectsCriteria = Nothing
|
|
Me.aPrintIntrastat.TargetObjectType = GetType(SISBusiness.[Module].IntrastatHeader)
|
|
Me.aPrintIntrastat.TargetViewId = Nothing
|
|
Me.aPrintIntrastat.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aPrintIntrastat.ToolTip = Nothing
|
|
Me.aPrintIntrastat.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
|
|
End Sub
|
|
Friend WithEvents aIntrastatHeader_GenerateIntrastatRows As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aIntrastatCheckPrice As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aIntrastatCheckWeight As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aPrintIntrastat As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|