clean up
This commit is contained in:
parent
e61d61f9ce
commit
66861e16e4
@ -36,33 +36,8 @@ Public Class LookupControl3
|
|||||||
e.Cancel = True
|
e.Cancel = True
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Friend WithEvents fProperties As RepositoryItemGridLookUpEdit
|
Shadows WithEvents fProperties As RepositoryItemGridLookUpEdit
|
||||||
Friend WithEvents fPropertiesView As DevExpress.XtraGrid.Views.Grid.GridView
|
Friend WithEvents fPropertiesView As DevExpress.XtraGrid.Views.Grid.GridView
|
||||||
|
|
||||||
Private Sub InitializeComponent()
|
|
||||||
Me.fProperties = New DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit()
|
|
||||||
Me.fPropertiesView = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
||||||
CType(Me.fProperties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
||||||
CType(Me.fPropertiesView, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
||||||
Me.SuspendLayout()
|
|
||||||
'
|
|
||||||
'fProperties
|
|
||||||
'
|
|
||||||
Me.fProperties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
||||||
Me.fProperties.Name = "fProperties"
|
|
||||||
Me.fProperties.PopupView = Me.fPropertiesView
|
|
||||||
'
|
|
||||||
'fPropertiesView
|
|
||||||
'
|
|
||||||
Me.fPropertiesView.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus
|
|
||||||
Me.fPropertiesView.Name = "fPropertiesView"
|
|
||||||
Me.fPropertiesView.OptionsSelection.EnableAppearanceFocusedCell = False
|
|
||||||
Me.fPropertiesView.OptionsView.ShowGroupPanel = False
|
|
||||||
CType(Me.fProperties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
||||||
CType(Me.fPropertiesView, System.ComponentModel.ISupportInitialize).EndInit()
|
|
||||||
Me.ResumeLayout(False)
|
|
||||||
|
|
||||||
End Sub
|
|
||||||
End Class
|
End Class
|
||||||
|
|
||||||
<UserRepositoryItem("RegisterLookupControl3")>
|
<UserRepositoryItem("RegisterLookupControl3")>
|
||||||
|
|||||||
@ -0,0 +1,2 @@
|
|||||||
|
DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit, DevExpress.XtraGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.GridLookUpEdit, DevExpress.XtraGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
@ -15,7 +15,7 @@ Option Explicit On
|
|||||||
Namespace My
|
Namespace My
|
||||||
|
|
||||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.3.0.0"), _
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.0.0"), _
|
||||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
Partial Friend NotInheritable Class MySettings
|
Partial Friend NotInheritable Class MySettings
|
||||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
<AssemblyName>DigitalData.Controls.SnapPanel</AssemblyName>
|
<AssemblyName>DigitalData.Controls.SnapPanel</AssemblyName>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<MyType>Windows</MyType>
|
<MyType>Windows</MyType>
|
||||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
||||||
<Deterministic>true</Deterministic>
|
<Deterministic>true</Deterministic>
|
||||||
<TargetFrameworkProfile />
|
<TargetFrameworkProfile />
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
Imports DigitalData.GUIs.Common.Base
|
Imports DigitalData.Modules.Logging
|
||||||
Imports DigitalData.Modules.Logging
|
|
||||||
|
|
||||||
Public Interface IBaseForm
|
Public Interface IBaseForm
|
||||||
ReadOnly Property LogConfig As LogConfig
|
ReadOnly Property LogConfig As LogConfig
|
||||||
|
|||||||
@ -3,12 +3,10 @@ Imports DevExpress.XtraEditors.Repository
|
|||||||
Imports DevExpress.XtraSplashScreen
|
Imports DevExpress.XtraSplashScreen
|
||||||
Imports DevExpress.XtraEditors
|
Imports DevExpress.XtraEditors
|
||||||
Imports DevExpress.XtraLayout
|
Imports DevExpress.XtraLayout
|
||||||
Imports DigitalData.GUIs.Common.Base
|
|
||||||
Imports DigitalData.Modules.EDMI.API
|
Imports DigitalData.Modules.EDMI.API
|
||||||
Imports DigitalData.Modules.Logging
|
Imports DigitalData.Modules.Logging
|
||||||
Imports DigitalData.Modules.Language
|
Imports DigitalData.Modules.Language
|
||||||
Imports DigitalData.Modules.ZooFlow
|
Imports DigitalData.Modules.ZooFlow
|
||||||
Imports DigitalData.Modules.Base.IDB
|
|
||||||
|
|
||||||
Public Class ctrlObjectPropertyDialog
|
Public Class ctrlObjectPropertyDialog
|
||||||
Implements IBaseForm
|
Implements IBaseForm
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
Imports System.Windows.Forms
|
Imports DevExpress.XtraEditors
|
||||||
Imports DevExpress.XtraEditors
|
|
||||||
Imports DevExpress.XtraEditors.Repository
|
Imports DevExpress.XtraEditors.Repository
|
||||||
Imports DevExpress.XtraLayout
|
Imports DevExpress.XtraLayout
|
||||||
Imports DevExpress.XtraSplashScreen
|
Imports DevExpress.XtraSplashScreen
|
||||||
@ -7,10 +6,7 @@ Imports DigitalData.Modules.Database
|
|||||||
Imports DigitalData.Modules.Logging
|
Imports DigitalData.Modules.Logging
|
||||||
Imports DigitalData.Modules.ZooFlow
|
Imports DigitalData.Modules.ZooFlow
|
||||||
Imports DigitalData.Modules.Language
|
Imports DigitalData.Modules.Language
|
||||||
Imports DevExpress.XtraGrid
|
|
||||||
Imports DigitalData.Modules.EDMI.API
|
Imports DigitalData.Modules.EDMI.API
|
||||||
Imports DigitalData.GUIs.Common.Base
|
|
||||||
Imports DigitalData.Modules.Base
|
|
||||||
|
|
||||||
Public Class frmObjectPropertyDialog
|
Public Class frmObjectPropertyDialog
|
||||||
Implements IBaseForm
|
Implements IBaseForm
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
Imports DigitalData.Modules.ZooFlow
|
Imports DigitalData.Modules.ZooFlow
|
||||||
Imports DigitalData.Modules.Logging
|
Imports DigitalData.Modules.Logging
|
||||||
Imports DigitalData.GUIs.Common.Base
|
|
||||||
Imports DigitalData.Modules.ZooFlow.Constants
|
Imports DigitalData.Modules.ZooFlow.Constants
|
||||||
Imports DigitalData.Modules.EDMI.API
|
Imports DigitalData.Modules.EDMI.API
|
||||||
Imports DevExpress.XtraEditors
|
Imports DevExpress.XtraEditors
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
Imports System.Windows.Forms
|
Imports System.Windows.Forms
|
||||||
Imports System.Drawing
|
Imports System.Drawing
|
||||||
Imports DigitalData.Modules.Logging
|
Imports DigitalData.Modules.Logging
|
||||||
Imports DigitalData.Modules.Language.Utils
|
|
||||||
Imports DevExpress.XtraEditors
|
Imports DevExpress.XtraEditors
|
||||||
Imports DigitalData.Controls.LookupGrid
|
Imports DigitalData.Controls.LookupGrid
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user