Partial Class TrialBalanceVC _ 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.aTrialBalanceQuery = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aTrialBalancePrint = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aTrialBalanceOpenCloseQuery = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aViewTrialBalanceDetail = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aTrialBalanceViewCard = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aTrialBalancePrint1 = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) ' 'aTrialBalanceQuery ' Me.aTrialBalanceQuery.Caption = "Run query" Me.aTrialBalanceQuery.Category = "aTrialBalanceQuery" Me.aTrialBalanceQuery.ConfirmationMessage = Nothing Me.aTrialBalanceQuery.Id = "aTrialBalanceQuery" Me.aTrialBalanceQuery.ImageName = "stopwatch_run" Me.aTrialBalanceQuery.Shortcut = Nothing Me.aTrialBalanceQuery.Tag = Nothing Me.aTrialBalanceQuery.TargetObjectsCriteria = Nothing Me.aTrialBalanceQuery.TargetViewId = "TrialBalanceHeader_DetailView" Me.aTrialBalanceQuery.ToolTip = Nothing Me.aTrialBalanceQuery.TypeOfView = Nothing ' 'aTrialBalancePrint ' Me.aTrialBalancePrint.Caption = "Print document" Me.aTrialBalancePrint.Category = "aTrialBalancePrint" Me.aTrialBalancePrint.ConfirmationMessage = Nothing Me.aTrialBalancePrint.Id = "aTrialBalancePrint" Me.aTrialBalancePrint.ImageName = "Action_Printing_Print" Me.aTrialBalancePrint.Shortcut = Nothing Me.aTrialBalancePrint.Tag = Nothing Me.aTrialBalancePrint.TargetObjectsCriteria = Nothing Me.aTrialBalancePrint.TargetViewId = "TrialBalanceHeader_DetailView" Me.aTrialBalancePrint.ToolTip = Nothing Me.aTrialBalancePrint.TypeOfView = Nothing ' 'aTrialBalanceOpenCloseQuery ' Me.aTrialBalanceOpenCloseQuery.Caption = "Run query" Me.aTrialBalanceOpenCloseQuery.Category = "aTrialBalanceOpenCloseQuery" Me.aTrialBalanceOpenCloseQuery.ConfirmationMessage = Nothing Me.aTrialBalanceOpenCloseQuery.Id = "aTrialBalanceOpenCloseQuery" Me.aTrialBalanceOpenCloseQuery.ImageName = "stopwatch_run" Me.aTrialBalanceOpenCloseQuery.Shortcut = Nothing Me.aTrialBalanceOpenCloseQuery.Tag = Nothing Me.aTrialBalanceOpenCloseQuery.TargetObjectsCriteria = Nothing Me.aTrialBalanceOpenCloseQuery.TargetViewId = "TrialBalanceHeader_DetailView" Me.aTrialBalanceOpenCloseQuery.ToolTip = Nothing Me.aTrialBalanceOpenCloseQuery.TypeOfView = Nothing ' 'aViewTrialBalanceDetail ' Me.aViewTrialBalanceDetail.Caption = "View details" Me.aViewTrialBalanceDetail.ConfirmationMessage = Nothing Me.aViewTrialBalanceDetail.Id = "aViewTrialBalanceDetail" Me.aViewTrialBalanceDetail.ImageName = "Action_WindowList" Me.aViewTrialBalanceDetail.Shortcut = Nothing Me.aViewTrialBalanceDetail.Tag = Nothing Me.aViewTrialBalanceDetail.TargetObjectsCriteria = Nothing Me.aViewTrialBalanceDetail.TargetViewId = "TrialBalanceHeader_DetailView" Me.aViewTrialBalanceDetail.ToolTip = Nothing Me.aViewTrialBalanceDetail.TypeOfView = Nothing ' 'aTrialBalanceViewCard ' Me.aTrialBalanceViewCard.Caption = "Trial Balance View Card" Me.aTrialBalanceViewCard.ConfirmationMessage = Nothing Me.aTrialBalanceViewCard.Id = "aTrialBalanceViewCard" Me.aTrialBalanceViewCard.ImageName = Nothing Me.aTrialBalanceViewCard.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject Me.aTrialBalanceViewCard.Shortcut = Nothing Me.aTrialBalanceViewCard.Tag = Nothing Me.aTrialBalanceViewCard.TargetObjectsCriteria = Nothing Me.aTrialBalanceViewCard.TargetViewId = Nothing Me.aTrialBalanceViewCard.ToolTip = Nothing Me.aTrialBalanceViewCard.TypeOfView = Nothing ' 'aTrialBalancePrint1 ' Me.aTrialBalancePrint1.Caption = "Print document" Me.aTrialBalancePrint1.Category = "aTrialBalancePrint1" Me.aTrialBalancePrint1.ConfirmationMessage = Nothing Me.aTrialBalancePrint1.Id = "aTrialBalancePrint1" Me.aTrialBalancePrint1.ImageName = "Action_Printing_Print" Me.aTrialBalancePrint1.Shortcut = Nothing Me.aTrialBalancePrint1.Tag = Nothing Me.aTrialBalancePrint1.TargetObjectsCriteria = Nothing Me.aTrialBalancePrint1.TargetViewId = "TrialBalanceHeader_DetailView" Me.aTrialBalancePrint1.ToolTip = Nothing Me.aTrialBalancePrint1.TypeOfView = Nothing End Sub Friend WithEvents aTrialBalanceQuery As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aTrialBalancePrint As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aTrialBalanceOpenCloseQuery As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aViewTrialBalanceDetail As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aTrialBalanceViewCard As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aTrialBalancePrint1 As DevExpress.ExpressApp.Actions.SimpleAction End Class