91 lines
4.7 KiB
VB.net
91 lines
4.7 KiB
VB.net
Partial Class EstateVC
|
|
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.aImmovables_ContractRows_Info = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aImmovables_InvoiceRows_Info = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aImmovables_ChangeGroup = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
'
|
|
'aImmovables_ContractRows_Info
|
|
'
|
|
Me.aImmovables_ContractRows_Info.AcceptButtonCaption = Nothing
|
|
Me.aImmovables_ContractRows_Info.CancelButtonCaption = Nothing
|
|
Me.aImmovables_ContractRows_Info.Caption = "aImmovables_ContractRows_Info"
|
|
Me.aImmovables_ContractRows_Info.ConfirmationMessage = Nothing
|
|
Me.aImmovables_ContractRows_Info.Id = "aImmovables_ContractRows_Info"
|
|
Me.aImmovables_ContractRows_Info.ImageName = Nothing
|
|
Me.aImmovables_ContractRows_Info.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aImmovables_ContractRows_Info.Shortcut = Nothing
|
|
Me.aImmovables_ContractRows_Info.Tag = Nothing
|
|
Me.aImmovables_ContractRows_Info.TargetObjectsCriteria = Nothing
|
|
Me.aImmovables_ContractRows_Info.TargetObjectType = GetType(Nuvolar.[Module].Immovables)
|
|
Me.aImmovables_ContractRows_Info.TargetViewId = Nothing
|
|
Me.aImmovables_ContractRows_Info.ToolTip = Nothing
|
|
Me.aImmovables_ContractRows_Info.TypeOfView = Nothing
|
|
'
|
|
'aImmovables_InvoiceRows_Info
|
|
'
|
|
Me.aImmovables_InvoiceRows_Info.AcceptButtonCaption = Nothing
|
|
Me.aImmovables_InvoiceRows_Info.CancelButtonCaption = Nothing
|
|
Me.aImmovables_InvoiceRows_Info.Caption = "aImmovables_InvoiceRows_Info"
|
|
Me.aImmovables_InvoiceRows_Info.ConfirmationMessage = Nothing
|
|
Me.aImmovables_InvoiceRows_Info.Id = "aImmovables_InvoiceRows_Info"
|
|
Me.aImmovables_InvoiceRows_Info.ImageName = Nothing
|
|
Me.aImmovables_InvoiceRows_Info.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aImmovables_InvoiceRows_Info.Shortcut = Nothing
|
|
Me.aImmovables_InvoiceRows_Info.Tag = Nothing
|
|
Me.aImmovables_InvoiceRows_Info.TargetObjectsCriteria = Nothing
|
|
Me.aImmovables_InvoiceRows_Info.TargetObjectType = GetType(Nuvolar.[Module].Immovables)
|
|
Me.aImmovables_InvoiceRows_Info.TargetViewId = Nothing
|
|
Me.aImmovables_InvoiceRows_Info.ToolTip = Nothing
|
|
Me.aImmovables_InvoiceRows_Info.TypeOfView = Nothing
|
|
'
|
|
'aImmovables_ChangeGroup
|
|
'
|
|
Me.aImmovables_ChangeGroup.AcceptButtonCaption = Nothing
|
|
Me.aImmovables_ChangeGroup.CancelButtonCaption = Nothing
|
|
Me.aImmovables_ChangeGroup.Caption = "aImmovables_ChangeGroup"
|
|
Me.aImmovables_ChangeGroup.ConfirmationMessage = Nothing
|
|
Me.aImmovables_ChangeGroup.Id = "aImmovables_ChangeGroup"
|
|
Me.aImmovables_ChangeGroup.ImageName = Nothing
|
|
Me.aImmovables_ChangeGroup.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aImmovables_ChangeGroup.Shortcut = Nothing
|
|
Me.aImmovables_ChangeGroup.Tag = Nothing
|
|
Me.aImmovables_ChangeGroup.TargetObjectsCriteria = Nothing
|
|
Me.aImmovables_ChangeGroup.TargetObjectType = GetType(Nuvolar.[Module].Immovables)
|
|
Me.aImmovables_ChangeGroup.TargetViewId = Nothing
|
|
Me.aImmovables_ChangeGroup.ToolTip = Nothing
|
|
Me.aImmovables_ChangeGroup.TypeOfView = Nothing
|
|
|
|
End Sub
|
|
Friend WithEvents aImmovables_ContractRows_Info As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aImmovables_InvoiceRows_Info As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aImmovables_ChangeGroup As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
|
|
End Class
|