Partial Class GLRowsDivideVC _ 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.aToTable_GLRowsDivide = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aToTableD_GLRowsDivide = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components) Me.aFindPCI = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components) ' 'aToTable_GLRowsDivide ' Me.aToTable_GLRowsDivide.Caption = "Add row" Me.aToTable_GLRowsDivide.Category = "aToTable_GLRowsDivide" Me.aToTable_GLRowsDivide.ConfirmationMessage = Nothing Me.aToTable_GLRowsDivide.Id = "aToTable_GLRowsDivide" Me.aToTable_GLRowsDivide.ImageName = "table_add" Me.aToTable_GLRowsDivide.Shortcut = Nothing Me.aToTable_GLRowsDivide.Tag = Nothing Me.aToTable_GLRowsDivide.TargetObjectsCriteria = Nothing Me.aToTable_GLRowsDivide.TargetViewId = "" Me.aToTable_GLRowsDivide.ToolTip = Nothing Me.aToTable_GLRowsDivide.TypeOfView = Nothing ' 'aToTableD_GLRowsDivide ' Me.aToTableD_GLRowsDivide.Caption = "Delete row" Me.aToTableD_GLRowsDivide.Category = "aToTableD_GLRowsDivide" Me.aToTableD_GLRowsDivide.ConfirmationMessage = Nothing Me.aToTableD_GLRowsDivide.Id = "aToTableD_GLRowsDivide" Me.aToTableD_GLRowsDivide.ImageName = "table_delete" Me.aToTableD_GLRowsDivide.Shortcut = Nothing Me.aToTableD_GLRowsDivide.Tag = Nothing Me.aToTableD_GLRowsDivide.TargetObjectsCriteria = Nothing Me.aToTableD_GLRowsDivide.TargetViewId = "" Me.aToTableD_GLRowsDivide.ToolTip = Nothing Me.aToTableD_GLRowsDivide.TypeOfView = Nothing ' 'aFindPCI ' Me.aFindPCI.AcceptButtonCaption = Nothing Me.aFindPCI.CancelButtonCaption = Nothing Me.aFindPCI.Caption = "aFind PCI" Me.aFindPCI.ConfirmationMessage = Nothing Me.aFindPCI.Id = "aFindPCI" Me.aFindPCI.ImageName = Nothing Me.aFindPCI.Shortcut = Nothing Me.aFindPCI.Tag = Nothing Me.aFindPCI.TargetObjectsCriteria = Nothing Me.aFindPCI.TargetViewId = "" Me.aFindPCI.ToolTip = Nothing Me.aFindPCI.TypeOfView = Nothing End Sub Friend WithEvents aToTable_GLRowsDivide As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aToTableD_GLRowsDivide As DevExpress.ExpressApp.Actions.SimpleAction Friend WithEvents aFindPCI As DevExpress.ExpressApp.Actions.PopupWindowShowAction End Class