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

View File

@ -15,6 +15,7 @@
DocumentOpened = 2001 DocumentOpened = 2001
DocumentSigned = 2002 DocumentSigned = 2002
SignatureConfirmed = 2003 SignatureConfirmed = 2003
TriggerInvitationSent = 3001 ' Wird von Trigger verwendet
End Enum End Enum
Public Enum ElementStatus Public Enum ElementStatus

View File

@ -187,6 +187,6 @@
<value>Der Umschlag konnte nicht gelöscht werden!</value> <value>Der Umschlag konnte nicht gelöscht werden!</value>
</data> </data>
<data name="You received a document to sign:" xml:space="preserve"> <data name="You received a document to sign:" xml:space="preserve">
<value>Sie haben ein Dokument zu signieren erhalten:</value> <value>Sie haben ein Dokument zum signieren erhalten:</value>
</data> </data>
</root> </root>

View File

@ -272,7 +272,7 @@ Namespace My.Resources
End Property End Property
'''<summary> '''<summary>
''' Sucht eine lokalisierte Zeichenfolge, die Sie haben ein Dokument zu signieren erhalten: ähnelt. ''' Sucht eine lokalisierte Zeichenfolge, die Sie haben ein Dokument zum signieren erhalten: ähnelt.
'''</summary> '''</summary>
Public Shared ReadOnly Property You_received_a_document_to_sign_() As String Public Shared ReadOnly Property You_received_a_document_to_sign_() As String
Get Get

View File

@ -411,6 +411,11 @@ Partial Public Class frmEnvelopeEditor
Me.colColor.MaxWidth = 40 Me.colColor.MaxWidth = 40
Me.colColor.MinWidth = 25 Me.colColor.MinWidth = 25
Me.colColor.Name = "colColor" 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] Me.colColor.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.[False]
' '
'RepositoryItemColorEdit1 'RepositoryItemColorEdit1