13-11-23
This commit is contained in:
@@ -255,7 +255,7 @@ Partial Public Class frmFieldEditor
|
||||
oAnnotation.Left = CSng(pElement.X)
|
||||
oAnnotation.Top = CSng(pElement.Y)
|
||||
oAnnotation.Fill = True
|
||||
oAnnotation.FillColor = Color.Gainsboro
|
||||
oAnnotation.FillColor = SelectedReceiver.Color
|
||||
oAnnotation.BorderWidth = 0.01
|
||||
oAnnotation.Text = SIGNATURE_LABEL
|
||||
oAnnotation.Tag = GetAnnotationTag(pReceiverId, oPage, pElement.Id)
|
||||
@@ -270,7 +270,7 @@ Partial Public Class frmFieldEditor
|
||||
If TypeOf pAnnotation Is AnnotationStickyNote Then
|
||||
Dim oAnnotation As AnnotationStickyNote = pAnnotation
|
||||
oAnnotation.Fill = True
|
||||
oAnnotation.FillColor = Color.Gainsboro
|
||||
oAnnotation.FillColor = SelectedReceiver.Color
|
||||
oAnnotation.Text = SIGNATURE_LABEL
|
||||
oAnnotation.Alignment = StringAlignment.Center
|
||||
oAnnotation.LineAlignment = StringAlignment.Center
|
||||
|
||||
Reference in New Issue
Block a user