Partial Class RateDiffVC _ 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.aCreateRateDiffView = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) Me.aViewPDCI_RateDiff = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aOpenObject_RateDiff = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aViewRegistry_RateDiff = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aViewAttachments_RateDiff = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) ' 'aCreateRateDiffView ' Me.aCreateRateDiffView.AcceptButtonCaption = Nothing Me.aCreateRateDiffView.CancelButtonCaption = Nothing Me.aCreateRateDiffView.Caption = "Create Rate Diff" Me.aCreateRateDiffView.ConfirmationMessage = Nothing Me.aCreateRateDiffView.Id = "aCreateRateDiffView" Me.aCreateRateDiffView.ImageName = Nothing Me.aCreateRateDiffView.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects Me.aCreateRateDiffView.Shortcut = Nothing Me.aCreateRateDiffView.Tag = Nothing Me.aCreateRateDiffView.TargetObjectsCriteria = Nothing Me.aCreateRateDiffView.TargetViewId = Nothing Me.aCreateRateDiffView.ToolTip = Nothing Me.aCreateRateDiffView.TypeOfView = Nothing ' 'aViewPDCI_RateDiff ' Me.aViewPDCI_RateDiff.Caption = "aViewPDCI_RateDiff" Me.aViewPDCI_RateDiff.ConfirmationMessage = Nothing Me.aViewPDCI_RateDiff.Id = "aViewPDCI_RateDiff" Me.aViewPDCI_RateDiff.ImageName = Nothing Me.aViewPDCI_RateDiff.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aViewPDCI_RateDiff.Shortcut = Nothing Me.aViewPDCI_RateDiff.Tag = Nothing Me.aViewPDCI_RateDiff.TargetObjectsCriteria = Nothing Me.aViewPDCI_RateDiff.TargetViewId = Nothing Me.aViewPDCI_RateDiff.ToolTip = Nothing Me.aViewPDCI_RateDiff.TypeOfView = Nothing ' 'aOpenObject_RateDiff ' Me.aOpenObject_RateDiff.Caption = "aOpenObject_RateDiff" Me.aOpenObject_RateDiff.ConfirmationMessage = Nothing Me.aOpenObject_RateDiff.Id = "aOpenObject_RateDiff" Me.aOpenObject_RateDiff.ImageName = Nothing Me.aOpenObject_RateDiff.Shortcut = Nothing Me.aOpenObject_RateDiff.Tag = Nothing Me.aOpenObject_RateDiff.TargetObjectsCriteria = Nothing Me.aOpenObject_RateDiff.TargetViewId = Nothing Me.aOpenObject_RateDiff.ToolTip = Nothing Me.aOpenObject_RateDiff.TypeOfView = Nothing ' 'aViewRegistry_RateDiff ' Me.aViewRegistry_RateDiff.Caption = "View registry" Me.aViewRegistry_RateDiff.ConfirmationMessage = Nothing Me.aViewRegistry_RateDiff.Id = "aViewRegistry_RateDiff" Me.aViewRegistry_RateDiff.ImageName = "document_pinned" Me.aViewRegistry_RateDiff.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aViewRegistry_RateDiff.Shortcut = Nothing Me.aViewRegistry_RateDiff.Tag = Nothing Me.aViewRegistry_RateDiff.TargetObjectsCriteria = Nothing Me.aViewRegistry_RateDiff.TargetViewId = "" Me.aViewRegistry_RateDiff.ToolTip = Nothing Me.aViewRegistry_RateDiff.TypeOfView = Nothing ' 'aViewAttachments_RateDiff ' Me.aViewAttachments_RateDiff.Caption = "View attachments" Me.aViewAttachments_RateDiff.ConfirmationMessage = Nothing Me.aViewAttachments_RateDiff.Id = "aViewAttachments_RateDiff" Me.aViewAttachments_RateDiff.ImageName = "printer_view" Me.aViewAttachments_RateDiff.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aViewAttachments_RateDiff.Shortcut = Nothing Me.aViewAttachments_RateDiff.Tag = Nothing Me.aViewAttachments_RateDiff.TargetObjectsCriteria = Nothing Me.aViewAttachments_RateDiff.TargetViewId = "" Me.aViewAttachments_RateDiff.ToolTip = Nothing Me.aViewAttachments_RateDiff.TypeOfView = Nothing End Sub Friend WithEvents aCreateRateDiffView As DevExpress.ExpressApp.Actions.PopupWindowShowAction Friend WithEvents aViewPDCI_RateDiff As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aOpenObject_RateDiff As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aViewRegistry_RateDiff As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aViewAttachments_RateDiff As DevExpress.ExpressApp.Actions.SimpleAction End Class