This commit is contained in:
2023-12-04 13:55:56 +01:00
parent 39b880d406
commit 1b56789858
4 changed files with 8 additions and 2 deletions

View File

@@ -411,6 +411,11 @@ Partial Public Class frmEnvelopeEditor
Me.colColor.MaxWidth = 40
Me.colColor.MinWidth = 25
Me.colColor.Name = "colColor"
Me.colColor.OptionsColumn.AllowEdit = False
Me.colColor.OptionsColumn.AllowFocus = False
Me.colColor.OptionsColumn.AllowMove = False
Me.colColor.OptionsColumn.AllowShowHide = False
Me.colColor.OptionsColumn.AllowSize = False
Me.colColor.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.[False]
'
'RepositoryItemColorEdit1