einfach alles
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
Imports System.ComponentModel
|
||||
Imports DevExpress.Utils.Drawing
|
||||
Imports DevExpress.Utils.Svg
|
||||
Imports DevExpress.XtraEditors
|
||||
Imports DevExpress.XtraGrid
|
||||
Imports DevExpress.XtraGrid.Views.Grid
|
||||
Imports DevExpress.XtraPrinting.Native
|
||||
Imports DevExpress.XtraSplashScreen
|
||||
Imports DigitalData.Modules.Base
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports EnvelopeGenerator.Common
|
||||
Imports EnvelopeGenerator.Common.Constants
|
||||
@@ -386,7 +385,7 @@ Partial Public Class frmEnvelopeEditor
|
||||
Private Sub SetFormTitle(pTitle As String)
|
||||
Dim oFormTitle As String = State.DbConfig.ExternalProgramName + " - Umschlag-Editor"
|
||||
If String.IsNullOrEmpty(pTitle) = False Then
|
||||
oFormTitle += " - " + Controller.Envelope.Title.Substring(0, 30)
|
||||
oFormTitle += " - " + Controller.Envelope.Title.Truncate(30)
|
||||
End If
|
||||
|
||||
Me.Text = oFormTitle
|
||||
|
||||
Reference in New Issue
Block a user