2023-09-11 - THUMBNAILS!!!!!
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
Imports System.Windows.Forms.VisualStyles.VisualStyleElement.Window
|
||||
Imports DevExpress.Utils
|
||||
Imports DevExpress.XtraBars
|
||||
Imports DevExpress.XtraBars.Ribbon.ViewInfo
|
||||
Imports DevExpress.XtraBars
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports EnvelopeGenerator.Common
|
||||
Imports EnvelopeGenerator.Common.My
|
||||
Imports GdPicture14
|
||||
Imports GdPicture14.Annotations
|
||||
Imports NLog.Fluent
|
||||
|
||||
Partial Public Class frmFieldEditor
|
||||
Private LogConfig As LogConfig
|
||||
@@ -58,7 +55,7 @@ Partial Public Class frmFieldEditor
|
||||
Controller = New FieldEditorController(State, Document)
|
||||
|
||||
If Controller.LoadElements() = False Then
|
||||
MsgBox("Elemente konnten nicht geladen werden!", MsgBoxStyle.Critical, Text)
|
||||
MsgBox(Resources.Envelope.Elements_could_not_be_loaded, MsgBoxStyle.Critical, Text)
|
||||
Else
|
||||
LoadAnnotations(SelectedReceiver.Id)
|
||||
GDViewer.DisplayFirstPage()
|
||||
@@ -95,7 +92,7 @@ Partial Public Class frmFieldEditor
|
||||
GDViewer.Redraw()
|
||||
TestViewerActionSuccessful("ReceiverItem_Click/Redraw")
|
||||
Else
|
||||
MsgBox("Elemente konnten nicht gespeichert werden!", MsgBoxStyle.Critical, Text)
|
||||
MsgBox(Resources.Envelope.Elements_could_not_be_saved, MsgBoxStyle.Critical, Text)
|
||||
End If
|
||||
|
||||
Me.ResumeLayout()
|
||||
@@ -155,7 +152,7 @@ Partial Public Class frmFieldEditor
|
||||
AddElementsToController()
|
||||
|
||||
If Not Controller.SaveElements(SelectedReceiver.Id) Then
|
||||
MsgBox("Elemente konnten nicht gespeichert werden!", MsgBoxStyle.Critical, Text)
|
||||
MsgBox(Resources.Envelope.Elements_could_not_be_saved, MsgBoxStyle.Critical, Text)
|
||||
End If
|
||||
|
||||
UpdateAnnotationTag()
|
||||
|
||||
Reference in New Issue
Block a user