Partial Class OffersOutPrintVC _ 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() Dim ChoiceActionItem1 As DevExpress.ExpressApp.Actions.ChoiceActionItem = New DevExpress.ExpressApp.Actions.ChoiceActionItem() Dim ChoiceActionItem2 As DevExpress.ExpressApp.Actions.ChoiceActionItem = New DevExpress.ExpressApp.Actions.ChoiceActionItem() Me.aOffersOutPrint = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aOfferOutPrintChoice = New DevExpress.ExpressApp.Actions.SingleChoiceAction(Me.components) Me.aOffersOutPrintPDF = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aOffersOutPrintPDF2 = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) ' 'aOffersOutPrint ' Me.aOffersOutPrint.Caption = "Print document" Me.aOffersOutPrint.Category = "View" Me.aOffersOutPrint.ConfirmationMessage = Nothing Me.aOffersOutPrint.Id = "aOffersOutPrint" Me.aOffersOutPrint.ImageName = "Action_Printing_Print" Me.aOffersOutPrint.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aOffersOutPrint.Shortcut = Nothing Me.aOffersOutPrint.Tag = Nothing Me.aOffersOutPrint.TargetObjectsCriteria = Nothing Me.aOffersOutPrint.TargetObjectType = GetType(Nuvolar.[Module].OfferOutHeader) Me.aOffersOutPrint.TargetViewId = Nothing Me.aOffersOutPrint.ToolTip = Nothing Me.aOffersOutPrint.TypeOfView = Nothing ' 'aOfferOutPrintChoice ' Me.aOfferOutPrintChoice.Caption = "Print document" Me.aOfferOutPrintChoice.ConfirmationMessage = Nothing Me.aOfferOutPrintChoice.Id = "aOfferOutPrintChoice" Me.aOfferOutPrintChoice.ImageName = "Action_Printing_Print" ChoiceActionItem1.Caption = "Standard" ChoiceActionItem1.Data = "0" ChoiceActionItem1.ImageName = Nothing ChoiceActionItem1.Shortcut = Nothing ChoiceActionItem2.Caption = "Contract" ChoiceActionItem2.Data = "1" ChoiceActionItem2.ImageName = Nothing ChoiceActionItem2.Shortcut = Nothing Me.aOfferOutPrintChoice.Items.Add(ChoiceActionItem1) Me.aOfferOutPrintChoice.Items.Add(ChoiceActionItem2) Me.aOfferOutPrintChoice.Shortcut = Nothing Me.aOfferOutPrintChoice.Tag = Nothing Me.aOfferOutPrintChoice.TargetObjectsCriteria = Nothing Me.aOfferOutPrintChoice.TargetObjectType = GetType(Nuvolar.[Module].OfferOutHeader) Me.aOfferOutPrintChoice.TargetViewId = Nothing Me.aOfferOutPrintChoice.ToolTip = Nothing Me.aOfferOutPrintChoice.TypeOfView = Nothing ' 'aOffersOutPrintPDF ' Me.aOffersOutPrintPDF.Caption = "Print document PDF" Me.aOffersOutPrintPDF.Category = "View" Me.aOffersOutPrintPDF.ConfirmationMessage = Nothing Me.aOffersOutPrintPDF.Id = "aOffersOutPrintPDF" Me.aOffersOutPrintPDF.ImageName = "Action_Printing_Print" Me.aOffersOutPrintPDF.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aOffersOutPrintPDF.Shortcut = Nothing Me.aOffersOutPrintPDF.Tag = Nothing Me.aOffersOutPrintPDF.TargetObjectsCriteria = Nothing Me.aOffersOutPrintPDF.TargetObjectType = GetType(Nuvolar.[Module].OfferOutHeader) Me.aOffersOutPrintPDF.TargetViewId = Nothing Me.aOffersOutPrintPDF.ToolTip = Nothing Me.aOffersOutPrintPDF.TypeOfView = Nothing ' 'aOffersOutPrintPDF2 ' Me.aOffersOutPrintPDF2.Caption = "Print document PDF" Me.aOffersOutPrintPDF2.Category = "View" Me.aOffersOutPrintPDF2.ConfirmationMessage = Nothing Me.aOffersOutPrintPDF2.Id = "aOffersOutPrintPDF2" Me.aOffersOutPrintPDF2.ImageName = "Action_Printing_Print" Me.aOffersOutPrintPDF2.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aOffersOutPrintPDF2.Shortcut = Nothing Me.aOffersOutPrintPDF2.Tag = Nothing Me.aOffersOutPrintPDF2.TargetObjectsCriteria = Nothing Me.aOffersOutPrintPDF2.TargetObjectType = GetType(Nuvolar.[Module].OfferOutHeader) Me.aOffersOutPrintPDF2.TargetViewId = Nothing Me.aOffersOutPrintPDF2.ToolTip = Nothing Me.aOffersOutPrintPDF2.TypeOfView = Nothing End Sub Public WithEvents aOffersOutPrint As DevExpress.ExpressApp.Actions.SimpleAction Public WithEvents aOfferOutPrintChoice As DevExpress.ExpressApp.Actions.SingleChoiceAction Public WithEvents aOffersOutPrintPDF As DevExpress.ExpressApp.Actions.SimpleAction Public WithEvents aOffersOutPrintPDF2 As DevExpress.ExpressApp.Actions.SimpleAction End Class