Partial Class C3CTelecomVC _ 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. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Me.aC3CTelecomImports = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aC3CCreateInvoice = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aFinalizeInvoices = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aPrintInvoices = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aPrinttoPdfInvoices = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aViewOriginalWithAttachment = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aExportPDFtoOutputDirectory = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) ' 'aC3CTelecomImports ' Me.aC3CTelecomImports.Caption = "Imoprt from file" Me.aC3CTelecomImports.ConfirmationMessage = "Do you want to execute command ?" Me.aC3CTelecomImports.Id = "aC3CTelecomImports" Me.aC3CTelecomImports.ImageName = "document_into" Me.aC3CTelecomImports.Shortcut = Nothing Me.aC3CTelecomImports.Tag = Nothing Me.aC3CTelecomImports.TargetObjectsCriteria = Nothing Me.aC3CTelecomImports.TargetViewId = "C3CImportHeader_DetailView" Me.aC3CTelecomImports.ToolTip = Nothing Me.aC3CTelecomImports.TypeOfView = Nothing ' 'aC3CCreateInvoice ' Me.aC3CCreateInvoice.AcceptButtonCaption = Nothing Me.aC3CCreateInvoice.CancelButtonCaption = Nothing Me.aC3CCreateInvoice.Caption = "Create invoice" Me.aC3CCreateInvoice.ConfirmationMessage = Nothing Me.aC3CCreateInvoice.Id = "aC3CCreateInvoice" Me.aC3CCreateInvoice.ImageName = "document_lock" Me.aC3CCreateInvoice.Shortcut = Nothing Me.aC3CCreateInvoice.Tag = Nothing Me.aC3CCreateInvoice.TargetObjectsCriteria = Nothing Me.aC3CCreateInvoice.TargetViewId = "C3CImportHeader_DetailView" Me.aC3CCreateInvoice.ToolTip = Nothing Me.aC3CCreateInvoice.TypeOfView = Nothing ' 'aFinalizeInvoices ' Me.aFinalizeInvoices.Caption = "aFinalize Invoices" Me.aFinalizeInvoices.Category = "ObjectsCreation" Me.aFinalizeInvoices.ConfirmationMessage = "Do you want to execute a command?" Me.aFinalizeInvoices.Id = "aFinalizeInvoices" Me.aFinalizeInvoices.ImageName = Nothing Me.aFinalizeInvoices.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aFinalizeInvoices.Shortcut = Nothing Me.aFinalizeInvoices.Tag = Nothing Me.aFinalizeInvoices.TargetObjectsCriteria = Nothing Me.aFinalizeInvoices.TargetViewId = "C3CImportHeader_C3CGeneratedInvoice_ListView" Me.aFinalizeInvoices.ToolTip = Nothing Me.aFinalizeInvoices.TypeOfView = GetType(DevExpress.ExpressApp.View) ' 'aPrintInvoices ' Me.aPrintInvoices.Caption = "aPrint Invoices" Me.aPrintInvoices.Category = "ObjectsCreation" Me.aPrintInvoices.ConfirmationMessage = "Do you want to execute a command?" Me.aPrintInvoices.Id = "aPrintInvoices" Me.aPrintInvoices.ImageName = Nothing Me.aPrintInvoices.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aPrintInvoices.Shortcut = Nothing Me.aPrintInvoices.Tag = Nothing Me.aPrintInvoices.TargetObjectsCriteria = Nothing Me.aPrintInvoices.TargetViewId = "C3CImportHeader_C3CGeneratedInvoice_ListView" Me.aPrintInvoices.ToolTip = Nothing Me.aPrintInvoices.TypeOfView = Nothing ' 'aPrinttoPdfInvoices ' Me.aPrinttoPdfInvoices.Caption = "aPrinttoPdfInvoices" Me.aPrinttoPdfInvoices.Category = "ObjectsCreation" Me.aPrinttoPdfInvoices.ConfirmationMessage = "Do you want to execute a command?" Me.aPrinttoPdfInvoices.Id = "aPrinttoPdfInvoices" Me.aPrinttoPdfInvoices.ImageName = Nothing Me.aPrinttoPdfInvoices.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aPrinttoPdfInvoices.Shortcut = Nothing Me.aPrinttoPdfInvoices.Tag = Nothing Me.aPrinttoPdfInvoices.TargetObjectsCriteria = Nothing Me.aPrinttoPdfInvoices.TargetViewId = "C3CImportHeader_C3CGeneratedInvoice_ListView" Me.aPrinttoPdfInvoices.ToolTip = Nothing Me.aPrinttoPdfInvoices.TypeOfView = Nothing ' 'aViewOriginalWithAttachment ' Me.aViewOriginalWithAttachment.Caption = "aViewOriginalWithAttachment" Me.aViewOriginalWithAttachment.Category = "ObjectsCreation" Me.aViewOriginalWithAttachment.ConfirmationMessage = "Do you want to execute a command?" Me.aViewOriginalWithAttachment.Id = "aViewOriginalWithAttachment" Me.aViewOriginalWithAttachment.ImageName = Nothing Me.aViewOriginalWithAttachment.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aViewOriginalWithAttachment.Shortcut = Nothing Me.aViewOriginalWithAttachment.Tag = Nothing Me.aViewOriginalWithAttachment.TargetObjectsCriteria = Nothing Me.aViewOriginalWithAttachment.TargetViewId = "C3CImportHeader_C3CGeneratedInvoice_ListView" Me.aViewOriginalWithAttachment.ToolTip = Nothing Me.aViewOriginalWithAttachment.TypeOfView = Nothing ' 'aExportPDFtoOutputDirectory ' Me.aExportPDFtoOutputDirectory.AcceptButtonCaption = Nothing Me.aExportPDFtoOutputDirectory.CancelButtonCaption = Nothing Me.aExportPDFtoOutputDirectory.Caption = "aExport PDFto Output Directory" Me.aExportPDFtoOutputDirectory.ConfirmationMessage = Nothing Me.aExportPDFtoOutputDirectory.Id = "aExportPDFtoOutputDirectory" Me.aExportPDFtoOutputDirectory.ImageName = Nothing Me.aExportPDFtoOutputDirectory.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects Me.aExportPDFtoOutputDirectory.Shortcut = Nothing Me.aExportPDFtoOutputDirectory.Tag = Nothing Me.aExportPDFtoOutputDirectory.TargetObjectsCriteria = Nothing Me.aExportPDFtoOutputDirectory.TargetViewId = "C3CImportHeader_C3CGeneratedInvoice_ListView" Me.aExportPDFtoOutputDirectory.ToolTip = Nothing Me.aExportPDFtoOutputDirectory.TypeOfView = Nothing End Sub Friend WithEvents aC3CTelecomImports As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aC3CCreateInvoice As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aFinalizeInvoices As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aPrintInvoices As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aPrinttoPdfInvoices As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aViewOriginalWithAttachment As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aExportPDFtoOutputDirectory As DevExpress.ExpressApp.Actions.PopupWindowShowAction End Class