div. Änderungen, etc.

This commit is contained in:
2026-08-07 16:24:39 +02:00
parent bc740b0dee
commit e13acbbe17
5 changed files with 195 additions and 71 deletions

View File

@@ -156,12 +156,19 @@ Public Class SendungOptions
End If
'Dim DATENSERVER As New VERAG_PROG_ALLGEMEIN.cDATENSERVER
Dim abfertArt = ""
If SENDUNG.tblSnd_Abfertigungsart_ID > 0 Then abfertArt = "" & SENDUNG.tblSnd_Abfertigungsart_ID & " - " & ADMIN.getValueTxtBySql("SELECT isnull([Abfertigungsbezeichnung],'') FROM [Abfertigungsarten] WHERE [Abfertigungsart]=" & SENDUNG.tblSnd_Abfertigungsart_ID, "FMZOLL")
Dim VALUES As New Gemeinsames.rptSendungenValues
If barcodeLKW IsNot Nothing Then VALUES.barcodeLKW = barcodeLKW
If barcode IsNot Nothing Then VALUES.barcodeSendung = barcode
If AVISO IsNot Nothing AndAlso AVISO.AvisoID >= 0 Then
VALUES.LKW_ID = AVISO.AvisoID
End If
Dim imgQR As Image = Nothing
If SENDUNG.tblSnd_Abfertigungsart_ID.ToString = "44" Then

View File

@@ -327,10 +327,14 @@ Public Class frmSendungsdetailsNEU
(cboVorpapier3.Text.Trim <> "" AndAlso txtVorpapier3Pos.Text.Trim = "" Or cboVorpapier3.Text.Trim = "" AndAlso txtVorpapier3Pos.Text.Trim <> "")
Dim missingWarenwert As Boolean =
(cboVorpapier.Text.Trim <> "" AndAlso txtWarenwert.Text = "" AndAlso txtWarenwertWaehrung.Text = "" Or txtWarenwert.Text = "" AndAlso txtWarenwertWaehrung.Text = "" AndAlso txtVorpapierPos.Text.Trim <> "") OrElse
(cboVorpapier2.Text.Trim <> "" AndAlso txtWarenwert.Text = "" AndAlso txtWarenwertWaehrung.Text = "" Or txtWarenwert.Text = "" AndAlso txtWarenwertWaehrung.Text = "" AndAlso txtVorpapier2Pos.Text.Trim <> "") OrElse
(cboVorpapier3.Text.Trim <> "" AndAlso txtWarenwert.Text = "" AndAlso txtWarenwertWaehrung.Text = "" Or txtWarenwert.Text = "" AndAlso txtWarenwertWaehrung.Text = "" AndAlso txtVorpapier3Pos.Text.Trim <> "")
Dim missingWarenwert As Boolean = (txtWarenwert.Text.Trim = "" OrElse txtWarenwertWaehrung.Text.Trim = "") AndAlso (
cboVorpapier.Text.Trim <> "" OrElse
txtVorpapierPos.Text.Trim <> "" OrElse
cboVorpapier2.Text.Trim <> "" OrElse
txtVorpapier2Pos.Text.Trim <> "" OrElse
cboVorpapier3.Text.Trim <> "" OrElse
txtVorpapier3Pos.Text.Trim <> ""
)
Dim hasIssue As Boolean
@@ -357,6 +361,12 @@ Public Class frmSendungsdetailsNEU
If hasIssue Then
If showErr Then
If MsgBox(InfoMsg, vbYesNoCancel Or vbExclamation Or vbDefaultButton2, "Warning") <> vbYes Then
If InfoMsg.Contains("Warenwert") Then
txtWarenwert.Focus()
Else
txtVorpapierPos.Focus()
End If
Return False
End If
End If
@@ -374,8 +384,32 @@ Public Class frmSendungsdetailsNEU
rtbValidierung.Text &= err & vbNewLine : pnlValidation.Visible = True
End If
Dim isATB = SENDUNG_LIST.Any(Function(r) r.tblSnd_Abfertigungsart_ID = 44)
If isATB Then
Dim invalidSendung = SENDUNG_LIST.FirstOrDefault(Function(r) r.tblSnd_Abfertigungsart_ID <> 44 AndAlso ((String.IsNullOrWhiteSpace(r.tblSnd_Vorpapier) OrElse
String.IsNullOrWhiteSpace(r.tblSnd_Vorpapier_Pos)) OrElse
((Not String.IsNullOrWhiteSpace(r.tblSnd_Vorpapier2) OrElse
Not String.IsNullOrWhiteSpace(r.tblSnd_Vorpapier2_Pos)) AndAlso
(String.IsNullOrWhiteSpace(r.tblSnd_Vorpapier2) OrElse
String.IsNullOrWhiteSpace(r.tblSnd_Vorpapier2_Pos))) OrElse
((Not String.IsNullOrWhiteSpace(r.tblSnd_Vorpapier3) OrElse
Not String.IsNullOrWhiteSpace(r.tblSnd_Vorpapier3_Pos)) AndAlso
(String.IsNullOrWhiteSpace(r.tblSnd_Vorpapier3) OrElse
String.IsNullOrWhiteSpace(r.tblSnd_Vorpapier3_Pos)))))
If invalidSendung IsNot Nothing Then
If MsgBox("Sendung-ID: " & invalidSendung.tblSnd_SendungID & vbCrLf &
"Vorpapier-Nr/PosNr ist ungültig oder nicht vollständig." &
vbCrLf & vbCrLf &
"Möchten Sie trotzdem fortfahren?",
MsgBoxStyle.YesNo Or MsgBoxStyle.Exclamation) = MsgBoxResult.No Then
Return False
End If
End If
End If

View File

@@ -102,7 +102,7 @@ Partial Public Class rptSendungen
Me.txtDokZuSend_Ueberschrift = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
Me.txtDokZuSend_Text = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
Me.txtBARzuKassieren = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
Me.TextBox1 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
Me.txtLKWID = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
Me.barcodeSendung = New GrapeCity.ActiveReports.SectionReportModel.Picture()
Me.TextBox2 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
Me.txtNCTSVZAdr = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
@@ -213,7 +213,7 @@ Partial Public Class rptSendungen
CType(Me.txtDokZuSend_Ueberschrift, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtDokZuSend_Text, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtBARzuKassieren, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TextBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtLKWID, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.barcodeSendung, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TextBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtNCTSVZAdr, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -242,7 +242,7 @@ Partial Public Class rptSendungen
'Detail
'
Me.Detail.CanGrow = False
Me.Detail.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.Picture, Me.txtGrenze, Me.lblGrenze, Me.txtAnmerkungen, Me.txtAbfertigungsart, Me.txtTarifposanzahl, Me.txtFilialeNr, Me.txtAbfertigungsnummer, Me.txtAvisierer_Firma, Me.txtAvisierer_KdNr, Me.txtAuftraggeber_Firma, Me.txtAuftraggeber_KdNr, Me.txtEmpfaenger_Firma, Me.txtEmpfaenger_KdNr, Me.txtAbsender_Firma, Me.txtAbsender_KdNr, Me.txtFrachtfuehrer_Firma, Me.txtFrachtfuehrer_KdNr, Me.txtAvisierer_Zoll, Me.txtAvisierer_Eust, Me.txtAvisierer_Abf, Me.txtAvisierer_Clear, Me.txtAuftraggeber_Zoll, Me.txtAuftraggeber_Eust, Me.txtAuftraggeber_Abf, Me.txtAuftraggeber_Clear, Me.txtEmpfaenger_Zoll, Me.txtEmpfaenger_Eust, Me.txtEmpfaenger_Abf, Me.txtEmpfaenger_Clear, Me.txtAbsender_Zoll, Me.txtAbsender_Eust, Me.txtAbsender_Abf, Me.txtAbsender_Clear, Me.txtFrachtfuehrer_Zoll, Me.txtFrachtfuehrer_Eust, Me.txtFrachtfuehrer_Abf, Me.txtFrachtfuehrer_Clear, Me.txtAvisierer_Leistung1, Me.txtAvisierer_Betrag1, Me.txtAvisierer_Leistung2, Me.txtAvisierer_Betrag2, Me.txtAvisierer_Leistung3, Me.txtAvisierer_Betrag3, Me.txtAuftraggeber_Leistung1, Me.txtAuftraggeber_Betrag, Me.txtAuftraggeber_Leistung2, Me.txtAuftraggeber_Betrag2, Me.txtAuftraggeber_Leistung3, Me.txtAuftraggeber_Betrag3, Me.txtEmpfaenger_Leistung1, Me.txtEmpfaenger_Betrag1, Me.txtEmpfaenger_Leistung2, Me.txtEmpfaenger_Betrag2, Me.txtEmpfaenger_Leistung3, Me.txtEmpfaenger_Betrag3, Me.txtAbsender_Leistung1, Me.txtAbsender_Betrag1, Me.txtAbsender_Leistung2, Me.txtAbsender_Betrag2, Me.txtAbsender_Leistung3, Me.txtAbsender_Betrag3, Me.txtFrachtfuehrer_Leistung1, Me.txtFrachtfuehrer_Betrag1, Me.txtFrachtfuehrer_Leistung2, Me.txtFrachtfuehrer_Betrag2, Me.txtFrachtfuehrer_Leistung3, Me.txtFrachtfuehrer_Betrag3, Me.txtFrachtfuehrer_Bar_BelegNr, Me.txtFrachtfuehrer_Bar_Betrag, Me.txtAvisierer_eigBin, Me.txtAuftraggeber_eigBin, Me.txtEmpfaenger_eigBIN, Me.txtAbsender_eigBIN, Me.txtFrachtfuehrer_eigBIN, Me.txtLKWKennzeichen, Me.txtAnkunft, Me.txtAbfahrt, Me.txtWarenbezeichnung, Me.txtColli, Me.txtGewicht, Me.txtAufschub_VERAG, Me.txtDokZuSend_Ueberschrift, Me.txtDokZuSend_Text, Me.txtBARzuKassieren, Me.TextBox1, Me.barcodeSendung, Me.TextBox2, Me.txtNCTSVZAdr, Me.lblNCTSVZAdr, Me.SubReport, Me.txtFrachtfuehrer_Bar_BelegNr2, Me.txtFrachtfuehrer_Bar_Betrag2, Me.txtFrachtfuehrer_Bar_BelegNr3, Me.txtFrachtfuehrer_Bar_Betrag3, Me.txtAuftraggeber_EUSTKto, Me.txtEmpfaenger_EUSTKto, Me.txtAuftraggeber_ZOLLKto, Me.txtEmpfaenger_ZOLLKto, Me.txtKdAuftrNr, Me.cbxDyUebermittelt, Me.shGrenze, Me.barcodeLKW, Me.txtAvisierer_VK, Me.txtAuftraggeber_VK, Me.txtEmpfaenger_VK, Me.txtAbsender_VK, Me.txtFrachtfuehrer_VK, Me.txtSchnellAbfertigung, Me.TextBox3, Me.picQR})
Me.Detail.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.Picture, Me.txtGrenze, Me.lblGrenze, Me.txtAnmerkungen, Me.txtAbfertigungsart, Me.txtTarifposanzahl, Me.txtFilialeNr, Me.txtAbfertigungsnummer, Me.txtAvisierer_Firma, Me.txtAvisierer_KdNr, Me.txtAuftraggeber_Firma, Me.txtAuftraggeber_KdNr, Me.txtEmpfaenger_Firma, Me.txtEmpfaenger_KdNr, Me.txtAbsender_Firma, Me.txtAbsender_KdNr, Me.txtFrachtfuehrer_Firma, Me.txtFrachtfuehrer_KdNr, Me.txtAvisierer_Zoll, Me.txtAvisierer_Eust, Me.txtAvisierer_Abf, Me.txtAvisierer_Clear, Me.txtAuftraggeber_Zoll, Me.txtAuftraggeber_Eust, Me.txtAuftraggeber_Abf, Me.txtAuftraggeber_Clear, Me.txtEmpfaenger_Zoll, Me.txtEmpfaenger_Eust, Me.txtEmpfaenger_Abf, Me.txtEmpfaenger_Clear, Me.txtAbsender_Zoll, Me.txtAbsender_Eust, Me.txtAbsender_Abf, Me.txtAbsender_Clear, Me.txtFrachtfuehrer_Zoll, Me.txtFrachtfuehrer_Eust, Me.txtFrachtfuehrer_Abf, Me.txtFrachtfuehrer_Clear, Me.txtAvisierer_Leistung1, Me.txtAvisierer_Betrag1, Me.txtAvisierer_Leistung2, Me.txtAvisierer_Betrag2, Me.txtAvisierer_Leistung3, Me.txtAvisierer_Betrag3, Me.txtAuftraggeber_Leistung1, Me.txtAuftraggeber_Betrag, Me.txtAuftraggeber_Leistung2, Me.txtAuftraggeber_Betrag2, Me.txtAuftraggeber_Leistung3, Me.txtAuftraggeber_Betrag3, Me.txtEmpfaenger_Leistung1, Me.txtEmpfaenger_Betrag1, Me.txtEmpfaenger_Leistung2, Me.txtEmpfaenger_Betrag2, Me.txtEmpfaenger_Leistung3, Me.txtEmpfaenger_Betrag3, Me.txtAbsender_Leistung1, Me.txtAbsender_Betrag1, Me.txtAbsender_Leistung2, Me.txtAbsender_Betrag2, Me.txtAbsender_Leistung3, Me.txtAbsender_Betrag3, Me.txtFrachtfuehrer_Leistung1, Me.txtFrachtfuehrer_Betrag1, Me.txtFrachtfuehrer_Leistung2, Me.txtFrachtfuehrer_Betrag2, Me.txtFrachtfuehrer_Leistung3, Me.txtFrachtfuehrer_Betrag3, Me.txtFrachtfuehrer_Bar_BelegNr, Me.txtFrachtfuehrer_Bar_Betrag, Me.txtAvisierer_eigBin, Me.txtAuftraggeber_eigBin, Me.txtEmpfaenger_eigBIN, Me.txtAbsender_eigBIN, Me.txtFrachtfuehrer_eigBIN, Me.txtLKWKennzeichen, Me.txtAnkunft, Me.txtAbfahrt, Me.txtWarenbezeichnung, Me.txtColli, Me.txtGewicht, Me.txtAufschub_VERAG, Me.txtDokZuSend_Ueberschrift, Me.txtDokZuSend_Text, Me.txtBARzuKassieren, Me.txtLKWID, Me.barcodeSendung, Me.TextBox2, Me.txtNCTSVZAdr, Me.lblNCTSVZAdr, Me.SubReport, Me.txtFrachtfuehrer_Bar_BelegNr2, Me.txtFrachtfuehrer_Bar_Betrag2, Me.txtFrachtfuehrer_Bar_BelegNr3, Me.txtFrachtfuehrer_Bar_Betrag3, Me.txtAuftraggeber_EUSTKto, Me.txtEmpfaenger_EUSTKto, Me.txtAuftraggeber_ZOLLKto, Me.txtEmpfaenger_ZOLLKto, Me.txtKdAuftrNr, Me.cbxDyUebermittelt, Me.shGrenze, Me.barcodeLKW, Me.txtAvisierer_VK, Me.txtAuftraggeber_VK, Me.txtEmpfaenger_VK, Me.txtAbsender_VK, Me.txtFrachtfuehrer_VK, Me.txtSchnellAbfertigung, Me.TextBox3, Me.picQR})
Me.Detail.Height = 11.68898!
Me.Detail.Name = "Detail"
'
@@ -264,6 +264,7 @@ Partial Public Class rptSendungen
Me.txtGrenze.Height = 0.3240157!
Me.txtGrenze.Left = 2.893307!
Me.txtGrenze.Name = "txtGrenze"
Me.txtGrenze.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtGrenze.Style = resources.GetString("txtGrenze.Style")
Me.txtGrenze.SummaryGroup = ""
Me.txtGrenze.Text = "SUB" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "hkjhj"
@@ -277,6 +278,7 @@ Partial Public Class rptSendungen
Me.lblGrenze.Height = 0.1795275!
Me.lblGrenze.Left = 2.90315!
Me.lblGrenze.Name = "lblGrenze"
Me.lblGrenze.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.lblGrenze.Style = "font-size: 6pt; ddo-char-set: 1"
Me.lblGrenze.Text = "Grenze:"
Me.lblGrenze.Top = 0.8173229!
@@ -290,7 +292,7 @@ Partial Public Class rptSendungen
Me.txtAnmerkungen.Height = 4.794095!
Me.txtAnmerkungen.Left = 0.6704725!
Me.txtAnmerkungen.Name = "txtAnmerkungen"
Me.txtAnmerkungen.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAnmerkungen.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAnmerkungen.Style = "color: Black; font-size: 16pt; font-weight: normal; text-decoration: none; text-j" &
"ustify: auto; vertical-align: top; ddo-char-set: 1; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -305,6 +307,7 @@ Partial Public Class rptSendungen
Me.txtAbfertigungsart.Height = 0.2937008!
Me.txtAbfertigungsart.Left = 0.8629928!
Me.txtAbfertigungsart.Name = "txtAbfertigungsart"
Me.txtAbfertigungsart.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbfertigungsart.Style = "font-size: 14pt; font-weight: bold; text-justify: auto; vertical-align: middle; d" &
"do-char-set: 1"
Me.txtAbfertigungsart.Text = "38 - EV Verzollung"
@@ -317,6 +320,7 @@ Partial Public Class rptSendungen
Me.txtTarifposanzahl.Height = 0.2937008!
Me.txtTarifposanzahl.Left = 3.779528!
Me.txtTarifposanzahl.Name = "txtTarifposanzahl"
Me.txtTarifposanzahl.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtTarifposanzahl.Style = "font-size: 14pt; font-weight: bold; text-align: center; text-justify: auto; verti" &
"cal-align: middle; ddo-char-set: 1"
Me.txtTarifposanzahl.Text = "1"
@@ -329,6 +333,7 @@ Partial Public Class rptSendungen
Me.txtFilialeNr.Height = 0.2937008!
Me.txtFilialeNr.Left = 4.888978!
Me.txtFilialeNr.Name = "txtFilialeNr"
Me.txtFilialeNr.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFilialeNr.Style = "font-size: 16pt; font-weight: bold; text-align: center; text-justify: auto; verti" &
"cal-align: middle; ddo-char-set: 1"
Me.txtFilialeNr.Text = "4803"
@@ -341,6 +346,7 @@ Partial Public Class rptSendungen
Me.txtAbfertigungsnummer.Height = 0.2937008!
Me.txtAbfertigungsnummer.Left = 5.659843!
Me.txtAbfertigungsnummer.Name = "txtAbfertigungsnummer"
Me.txtAbfertigungsnummer.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbfertigungsnummer.Style = "font-size: 16pt; font-weight: bold; text-align: center; text-justify: auto; verti" &
"cal-align: middle; ddo-char-set: 1"
Me.txtAbfertigungsnummer.Text = "17000000"
@@ -353,6 +359,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_Firma.Height = 0.5641732!
Me.txtAvisierer_Firma.Left = 1.162597!
Me.txtAvisierer_Firma.Name = "txtAvisierer_Firma"
Me.txtAvisierer_Firma.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_Firma.Style = "font-size: 12pt; ddo-char-set: 1"
Me.txtAvisierer_Firma.Text = "TESTFIRMA"
Me.txtAvisierer_Firma.Top = 1.444488!
@@ -364,6 +371,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_KdNr.Height = 0.1795275!
Me.txtAvisierer_KdNr.Left = 3.914961!
Me.txtAvisierer_KdNr.Name = "txtAvisierer_KdNr"
Me.txtAvisierer_KdNr.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_KdNr.Style = "font-size: 12pt; ddo-char-set: 1"
Me.txtAvisierer_KdNr.Text = "123456"
Me.txtAvisierer_KdNr.Top = 1.264961!
@@ -375,6 +383,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_Firma.Height = 0.5641732!
Me.txtAuftraggeber_Firma.Left = 1.162598!
Me.txtAuftraggeber_Firma.Name = "txtAuftraggeber_Firma"
Me.txtAuftraggeber_Firma.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_Firma.Style = "font-size: 12pt; ddo-char-set: 1"
Me.txtAuftraggeber_Firma.Text = "TESTFIRMA"
Me.txtAuftraggeber_Firma.Top = 2.235039!
@@ -386,6 +395,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_KdNr.Height = 0.1795275!
Me.txtAuftraggeber_KdNr.Left = 3.914962!
Me.txtAuftraggeber_KdNr.Name = "txtAuftraggeber_KdNr"
Me.txtAuftraggeber_KdNr.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_KdNr.Style = "font-size: 12pt; ddo-char-set: 1"
Me.txtAuftraggeber_KdNr.Text = "123456"
Me.txtAuftraggeber_KdNr.Top = 2.047638!
@@ -397,6 +407,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_Firma.Height = 0.5641732!
Me.txtEmpfaenger_Firma.Left = 1.162598!
Me.txtEmpfaenger_Firma.Name = "txtEmpfaenger_Firma"
Me.txtEmpfaenger_Firma.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_Firma.Style = "font-size: 12pt; font-weight: bold; ddo-char-set: 1"
Me.txtEmpfaenger_Firma.Text = "TESTFIRMA"
Me.txtEmpfaenger_Firma.Top = 3.026772!
@@ -408,6 +419,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_KdNr.Height = 0.1795275!
Me.txtEmpfaenger_KdNr.Left = 3.914962!
Me.txtEmpfaenger_KdNr.Name = "txtEmpfaenger_KdNr"
Me.txtEmpfaenger_KdNr.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_KdNr.Style = "font-size: 12pt; font-weight: bold; ddo-char-set: 1"
Me.txtEmpfaenger_KdNr.Text = "123456"
Me.txtEmpfaenger_KdNr.Top = 2.843308!
@@ -419,6 +431,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_Firma.Height = 0.5641732!
Me.txtAbsender_Firma.Left = 1.162599!
Me.txtAbsender_Firma.Name = "txtAbsender_Firma"
Me.txtAbsender_Firma.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_Firma.Style = "font-size: 12pt; ddo-char-set: 1"
Me.txtAbsender_Firma.Text = "TESTFIRMA"
Me.txtAbsender_Firma.Top = 3.816535!
@@ -430,6 +443,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_KdNr.Height = 0.1795275!
Me.txtAbsender_KdNr.Left = 3.914962!
Me.txtAbsender_KdNr.Name = "txtAbsender_KdNr"
Me.txtAbsender_KdNr.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_KdNr.Style = "font-size: 12pt; ddo-char-set: 1"
Me.txtAbsender_KdNr.Text = "123456"
Me.txtAbsender_KdNr.Top = 3.637008!
@@ -441,6 +455,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Firma.Height = 0.5641732!
Me.txtFrachtfuehrer_Firma.Left = 1.162598!
Me.txtFrachtfuehrer_Firma.Name = "txtFrachtfuehrer_Firma"
Me.txtFrachtfuehrer_Firma.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Firma.Style = "font-size: 12pt; ddo-char-set: 1"
Me.txtFrachtfuehrer_Firma.Text = "TESTFIRMA"
Me.txtFrachtfuehrer_Firma.Top = 4.599607!
@@ -452,6 +467,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_KdNr.Height = 0.1795275!
Me.txtFrachtfuehrer_KdNr.Left = 3.914961!
Me.txtFrachtfuehrer_KdNr.Name = "txtFrachtfuehrer_KdNr"
Me.txtFrachtfuehrer_KdNr.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_KdNr.Style = "font-size: 12pt; ddo-char-set: 1"
Me.txtFrachtfuehrer_KdNr.Text = "123456"
Me.txtFrachtfuehrer_KdNr.Top = 4.416142!
@@ -463,6 +479,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_Zoll.Height = 0.1972442!
Me.txtAvisierer_Zoll.Left = 4.921655!
Me.txtAvisierer_Zoll.Name = "txtAvisierer_Zoll"
Me.txtAvisierer_Zoll.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_Zoll.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtAvisierer_Zoll.Text = "X"
@@ -475,6 +492,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_Eust.Height = 0.1972442!
Me.txtAvisierer_Eust.Left = 5.21063!
Me.txtAvisierer_Eust.Name = "txtAvisierer_Eust"
Me.txtAvisierer_Eust.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_Eust.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtAvisierer_Eust.Text = "X"
@@ -487,6 +505,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_Abf.Height = 0.1972442!
Me.txtAvisierer_Abf.Left = 5.505119!
Me.txtAvisierer_Abf.Name = "txtAvisierer_Abf"
Me.txtAvisierer_Abf.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_Abf.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtAvisierer_Abf.Text = "X"
@@ -499,6 +518,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_Clear.Height = 0.1972442!
Me.txtAvisierer_Clear.Left = 5.794096!
Me.txtAvisierer_Clear.Name = "txtAvisierer_Clear"
Me.txtAvisierer_Clear.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_Clear.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtAvisierer_Clear.Text = "X"
@@ -511,6 +531,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_Zoll.Height = 0.1972442!
Me.txtAuftraggeber_Zoll.Left = 4.921655!
Me.txtAuftraggeber_Zoll.Name = "txtAuftraggeber_Zoll"
Me.txtAuftraggeber_Zoll.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_Zoll.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtAuftraggeber_Zoll.Text = "X"
@@ -523,6 +544,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_Eust.Height = 0.1972442!
Me.txtAuftraggeber_Eust.Left = 5.21063!
Me.txtAuftraggeber_Eust.Name = "txtAuftraggeber_Eust"
Me.txtAuftraggeber_Eust.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_Eust.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtAuftraggeber_Eust.Text = "X"
@@ -535,6 +557,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_Abf.Height = 0.1972442!
Me.txtAuftraggeber_Abf.Left = 5.505119!
Me.txtAuftraggeber_Abf.Name = "txtAuftraggeber_Abf"
Me.txtAuftraggeber_Abf.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_Abf.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtAuftraggeber_Abf.Text = "X"
@@ -547,6 +570,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_Clear.Height = 0.1972442!
Me.txtAuftraggeber_Clear.Left = 5.794096!
Me.txtAuftraggeber_Clear.Name = "txtAuftraggeber_Clear"
Me.txtAuftraggeber_Clear.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_Clear.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtAuftraggeber_Clear.Text = "X"
@@ -559,6 +583,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_Zoll.Height = 0.1972442!
Me.txtEmpfaenger_Zoll.Left = 4.921655!
Me.txtEmpfaenger_Zoll.Name = "txtEmpfaenger_Zoll"
Me.txtEmpfaenger_Zoll.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_Zoll.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtEmpfaenger_Zoll.Text = "X"
@@ -571,6 +596,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_Eust.Height = 0.1972442!
Me.txtEmpfaenger_Eust.Left = 5.21063!
Me.txtEmpfaenger_Eust.Name = "txtEmpfaenger_Eust"
Me.txtEmpfaenger_Eust.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_Eust.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtEmpfaenger_Eust.Text = "X"
@@ -583,6 +609,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_Abf.Height = 0.1972442!
Me.txtEmpfaenger_Abf.Left = 5.505119!
Me.txtEmpfaenger_Abf.Name = "txtEmpfaenger_Abf"
Me.txtEmpfaenger_Abf.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_Abf.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtEmpfaenger_Abf.Text = "X"
@@ -595,6 +622,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_Clear.Height = 0.1972442!
Me.txtEmpfaenger_Clear.Left = 5.794096!
Me.txtEmpfaenger_Clear.Name = "txtEmpfaenger_Clear"
Me.txtEmpfaenger_Clear.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_Clear.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtEmpfaenger_Clear.Text = "X"
@@ -607,6 +635,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_Zoll.Height = 0.1972442!
Me.txtAbsender_Zoll.Left = 4.921655!
Me.txtAbsender_Zoll.Name = "txtAbsender_Zoll"
Me.txtAbsender_Zoll.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_Zoll.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtAbsender_Zoll.Text = "X"
@@ -619,6 +648,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_Eust.Height = 0.1972442!
Me.txtAbsender_Eust.Left = 5.21063!
Me.txtAbsender_Eust.Name = "txtAbsender_Eust"
Me.txtAbsender_Eust.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_Eust.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtAbsender_Eust.Text = "X"
@@ -631,6 +661,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_Abf.Height = 0.1972442!
Me.txtAbsender_Abf.Left = 5.505119!
Me.txtAbsender_Abf.Name = "txtAbsender_Abf"
Me.txtAbsender_Abf.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_Abf.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtAbsender_Abf.Text = "X"
@@ -643,6 +674,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_Clear.Height = 0.1972442!
Me.txtAbsender_Clear.Left = 5.794094!
Me.txtAbsender_Clear.Name = "txtAbsender_Clear"
Me.txtAbsender_Clear.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_Clear.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtAbsender_Clear.Text = "X"
@@ -655,6 +687,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Zoll.Height = 0.1972442!
Me.txtFrachtfuehrer_Zoll.Left = 4.921655!
Me.txtFrachtfuehrer_Zoll.Name = "txtFrachtfuehrer_Zoll"
Me.txtFrachtfuehrer_Zoll.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Zoll.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtFrachtfuehrer_Zoll.Text = "X"
@@ -667,6 +700,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Eust.Height = 0.1972442!
Me.txtFrachtfuehrer_Eust.Left = 5.21063!
Me.txtFrachtfuehrer_Eust.Name = "txtFrachtfuehrer_Eust"
Me.txtFrachtfuehrer_Eust.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Eust.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtFrachtfuehrer_Eust.Text = "X"
@@ -679,6 +713,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Abf.Height = 0.1972442!
Me.txtFrachtfuehrer_Abf.Left = 5.505119!
Me.txtFrachtfuehrer_Abf.Name = "txtFrachtfuehrer_Abf"
Me.txtFrachtfuehrer_Abf.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Abf.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtFrachtfuehrer_Abf.Text = "X"
@@ -691,6 +726,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Clear.Height = 0.1972442!
Me.txtFrachtfuehrer_Clear.Left = 5.794094!
Me.txtFrachtfuehrer_Clear.Name = "txtFrachtfuehrer_Clear"
Me.txtFrachtfuehrer_Clear.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Clear.Style = "font-family: Arial Black; font-size: 12pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtFrachtfuehrer_Clear.Text = "X"
@@ -704,7 +740,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_Leistung1.Height = 0.242126!
Me.txtAvisierer_Leistung1.Left = 6.046064!
Me.txtAvisierer_Leistung1.Name = "txtAvisierer_Leistung1"
Me.txtAvisierer_Leistung1.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAvisierer_Leistung1.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_Leistung1.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -720,6 +756,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_Betrag1.Height = 0.242126!
Me.txtAvisierer_Betrag1.Left = 7.359841!
Me.txtAvisierer_Betrag1.Name = "txtAvisierer_Betrag1"
Me.txtAvisierer_Betrag1.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_Betrag1.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -735,7 +772,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_Leistung2.Height = 0.242126!
Me.txtAvisierer_Leistung2.Left = 6.046064!
Me.txtAvisierer_Leistung2.Name = "txtAvisierer_Leistung2"
Me.txtAvisierer_Leistung2.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAvisierer_Leistung2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_Leistung2.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -751,6 +788,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_Betrag2.Height = 0.242126!
Me.txtAvisierer_Betrag2.Left = 7.359841!
Me.txtAvisierer_Betrag2.Name = "txtAvisierer_Betrag2"
Me.txtAvisierer_Betrag2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_Betrag2.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -766,7 +804,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_Leistung3.Height = 0.242126!
Me.txtAvisierer_Leistung3.Left = 6.046071!
Me.txtAvisierer_Leistung3.Name = "txtAvisierer_Leistung3"
Me.txtAvisierer_Leistung3.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAvisierer_Leistung3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_Leistung3.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -782,6 +820,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_Betrag3.Height = 0.242126!
Me.txtAvisierer_Betrag3.Left = 7.359841!
Me.txtAvisierer_Betrag3.Name = "txtAvisierer_Betrag3"
Me.txtAvisierer_Betrag3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_Betrag3.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -797,7 +836,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_Leistung1.Height = 0.242126!
Me.txtAuftraggeber_Leistung1.Left = 6.046064!
Me.txtAuftraggeber_Leistung1.Name = "txtAuftraggeber_Leistung1"
Me.txtAuftraggeber_Leistung1.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAuftraggeber_Leistung1.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_Leistung1.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -813,6 +852,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_Betrag.Height = 0.242126!
Me.txtAuftraggeber_Betrag.Left = 7.359841!
Me.txtAuftraggeber_Betrag.Name = "txtAuftraggeber_Betrag"
Me.txtAuftraggeber_Betrag.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_Betrag.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -828,7 +868,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_Leistung2.Height = 0.242126!
Me.txtAuftraggeber_Leistung2.Left = 6.046064!
Me.txtAuftraggeber_Leistung2.Name = "txtAuftraggeber_Leistung2"
Me.txtAuftraggeber_Leistung2.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAuftraggeber_Leistung2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_Leistung2.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -844,6 +884,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_Betrag2.Height = 0.242126!
Me.txtAuftraggeber_Betrag2.Left = 7.359841!
Me.txtAuftraggeber_Betrag2.Name = "txtAuftraggeber_Betrag2"
Me.txtAuftraggeber_Betrag2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_Betrag2.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -859,7 +900,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_Leistung3.Height = 0.242126!
Me.txtAuftraggeber_Leistung3.Left = 6.04607!
Me.txtAuftraggeber_Leistung3.Name = "txtAuftraggeber_Leistung3"
Me.txtAuftraggeber_Leistung3.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAuftraggeber_Leistung3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_Leistung3.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -875,6 +916,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_Betrag3.Height = 0.242126!
Me.txtAuftraggeber_Betrag3.Left = 7.359841!
Me.txtAuftraggeber_Betrag3.Name = "txtAuftraggeber_Betrag3"
Me.txtAuftraggeber_Betrag3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_Betrag3.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -890,7 +932,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_Leistung1.Height = 0.242126!
Me.txtEmpfaenger_Leistung1.Left = 6.046064!
Me.txtEmpfaenger_Leistung1.Name = "txtEmpfaenger_Leistung1"
Me.txtEmpfaenger_Leistung1.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtEmpfaenger_Leistung1.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_Leistung1.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -906,6 +948,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_Betrag1.Height = 0.242126!
Me.txtEmpfaenger_Betrag1.Left = 7.359841!
Me.txtEmpfaenger_Betrag1.Name = "txtEmpfaenger_Betrag1"
Me.txtEmpfaenger_Betrag1.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_Betrag1.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -921,7 +964,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_Leistung2.Height = 0.242126!
Me.txtEmpfaenger_Leistung2.Left = 6.046064!
Me.txtEmpfaenger_Leistung2.Name = "txtEmpfaenger_Leistung2"
Me.txtEmpfaenger_Leistung2.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtEmpfaenger_Leistung2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_Leistung2.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -937,6 +980,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_Betrag2.Height = 0.242126!
Me.txtEmpfaenger_Betrag2.Left = 7.359841!
Me.txtEmpfaenger_Betrag2.Name = "txtEmpfaenger_Betrag2"
Me.txtEmpfaenger_Betrag2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_Betrag2.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -952,7 +996,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_Leistung3.Height = 0.242126!
Me.txtEmpfaenger_Leistung3.Left = 6.04607!
Me.txtEmpfaenger_Leistung3.Name = "txtEmpfaenger_Leistung3"
Me.txtEmpfaenger_Leistung3.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtEmpfaenger_Leistung3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_Leistung3.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -968,6 +1012,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_Betrag3.Height = 0.242126!
Me.txtEmpfaenger_Betrag3.Left = 7.359841!
Me.txtEmpfaenger_Betrag3.Name = "txtEmpfaenger_Betrag3"
Me.txtEmpfaenger_Betrag3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_Betrag3.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -983,7 +1028,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_Leistung1.Height = 0.242126!
Me.txtAbsender_Leistung1.Left = 6.046064!
Me.txtAbsender_Leistung1.Name = "txtAbsender_Leistung1"
Me.txtAbsender_Leistung1.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAbsender_Leistung1.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_Leistung1.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -999,6 +1044,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_Betrag1.Height = 0.242126!
Me.txtAbsender_Betrag1.Left = 7.359841!
Me.txtAbsender_Betrag1.Name = "txtAbsender_Betrag1"
Me.txtAbsender_Betrag1.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_Betrag1.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -1014,7 +1060,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_Leistung2.Height = 0.242126!
Me.txtAbsender_Leistung2.Left = 6.046064!
Me.txtAbsender_Leistung2.Name = "txtAbsender_Leistung2"
Me.txtAbsender_Leistung2.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAbsender_Leistung2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_Leistung2.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -1030,6 +1076,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_Betrag2.Height = 0.242126!
Me.txtAbsender_Betrag2.Left = 7.359841!
Me.txtAbsender_Betrag2.Name = "txtAbsender_Betrag2"
Me.txtAbsender_Betrag2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_Betrag2.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -1045,7 +1092,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_Leistung3.Height = 0.242126!
Me.txtAbsender_Leistung3.Left = 6.04607!
Me.txtAbsender_Leistung3.Name = "txtAbsender_Leistung3"
Me.txtAbsender_Leistung3.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAbsender_Leistung3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_Leistung3.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -1061,6 +1108,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_Betrag3.Height = 0.242126!
Me.txtAbsender_Betrag3.Left = 7.359841!
Me.txtAbsender_Betrag3.Name = "txtAbsender_Betrag3"
Me.txtAbsender_Betrag3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_Betrag3.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -1076,7 +1124,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Leistung1.Height = 0.242126!
Me.txtFrachtfuehrer_Leistung1.Left = 6.046064!
Me.txtFrachtfuehrer_Leistung1.Name = "txtFrachtfuehrer_Leistung1"
Me.txtFrachtfuehrer_Leistung1.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtFrachtfuehrer_Leistung1.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Leistung1.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -1092,6 +1140,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Betrag1.Height = 0.242126!
Me.txtFrachtfuehrer_Betrag1.Left = 7.359841!
Me.txtFrachtfuehrer_Betrag1.Name = "txtFrachtfuehrer_Betrag1"
Me.txtFrachtfuehrer_Betrag1.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Betrag1.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -1107,7 +1156,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Leistung2.Height = 0.242126!
Me.txtFrachtfuehrer_Leistung2.Left = 6.046064!
Me.txtFrachtfuehrer_Leistung2.Name = "txtFrachtfuehrer_Leistung2"
Me.txtFrachtfuehrer_Leistung2.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtFrachtfuehrer_Leistung2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Leistung2.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -1123,6 +1172,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Betrag2.Height = 0.242126!
Me.txtFrachtfuehrer_Betrag2.Left = 7.359841!
Me.txtFrachtfuehrer_Betrag2.Name = "txtFrachtfuehrer_Betrag2"
Me.txtFrachtfuehrer_Betrag2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Betrag2.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -1138,7 +1188,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Leistung3.Height = 0.242126!
Me.txtFrachtfuehrer_Leistung3.Left = 6.04607!
Me.txtFrachtfuehrer_Leistung3.Name = "txtFrachtfuehrer_Leistung3"
Me.txtFrachtfuehrer_Leistung3.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtFrachtfuehrer_Leistung3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Leistung3.Style = "color: Black; font-size: 9pt; text-decoration: none; text-justify: auto; vertical" &
"-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo-shrink-to-fit: non" &
"e"
@@ -1154,6 +1204,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Betrag3.Height = 0.242126!
Me.txtFrachtfuehrer_Betrag3.Left = 7.359841!
Me.txtFrachtfuehrer_Betrag3.Name = "txtFrachtfuehrer_Betrag3"
Me.txtFrachtfuehrer_Betrag3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Betrag3.Style = "color: Black; font-size: 9pt; text-align: right; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -1169,7 +1220,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Bar_BelegNr.Height = 0.242126!
Me.txtFrachtfuehrer_Bar_BelegNr.Left = 5.744095!
Me.txtFrachtfuehrer_Bar_BelegNr.Name = "txtFrachtfuehrer_Bar_BelegNr"
Me.txtFrachtfuehrer_Bar_BelegNr.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtFrachtfuehrer_Bar_BelegNr.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Bar_BelegNr.Style = resources.GetString("txtFrachtfuehrer_Bar_BelegNr.Style")
Me.txtFrachtfuehrer_Bar_BelegNr.SummaryGroup = ""
Me.txtFrachtfuehrer_Bar_BelegNr.Text = "TEST"
@@ -1183,6 +1234,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Bar_Betrag.Height = 0.242126!
Me.txtFrachtfuehrer_Bar_Betrag.Left = 7.172441!
Me.txtFrachtfuehrer_Bar_Betrag.Name = "txtFrachtfuehrer_Bar_Betrag"
Me.txtFrachtfuehrer_Bar_Betrag.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Bar_Betrag.Style = resources.GetString("txtFrachtfuehrer_Bar_Betrag.Style")
Me.txtFrachtfuehrer_Bar_Betrag.SummaryGroup = ""
Me.txtFrachtfuehrer_Bar_Betrag.Text = "0"
@@ -1196,7 +1248,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_eigBin.Height = 0.3051181!
Me.txtAvisierer_eigBin.Left = 4.921655!
Me.txtAvisierer_eigBin.Name = "txtAvisierer_eigBin"
Me.txtAvisierer_eigBin.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAvisierer_eigBin.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_eigBin.Style = "color: Black; font-size: 11pt; font-weight: bold; text-decoration: none; text-jus" &
"tify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; dd" &
"o-shrink-to-fit: none"
@@ -1212,7 +1264,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_eigBin.Height = 0.3051181!
Me.txtAuftraggeber_eigBin.Left = 4.921655!
Me.txtAuftraggeber_eigBin.Name = "txtAuftraggeber_eigBin"
Me.txtAuftraggeber_eigBin.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAuftraggeber_eigBin.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_eigBin.Style = "color: Black; font-size: 11pt; font-weight: bold; text-decoration: none; text-jus" &
"tify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; dd" &
"o-shrink-to-fit: none"
@@ -1228,7 +1280,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_eigBIN.Height = 0.3051181!
Me.txtEmpfaenger_eigBIN.Left = 4.921655!
Me.txtEmpfaenger_eigBIN.Name = "txtEmpfaenger_eigBIN"
Me.txtEmpfaenger_eigBIN.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtEmpfaenger_eigBIN.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_eigBIN.Style = "color: Black; font-size: 11pt; font-weight: bold; text-decoration: none; text-jus" &
"tify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; dd" &
"o-shrink-to-fit: none"
@@ -1244,7 +1296,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_eigBIN.Height = 0.3051181!
Me.txtAbsender_eigBIN.Left = 4.921655!
Me.txtAbsender_eigBIN.Name = "txtAbsender_eigBIN"
Me.txtAbsender_eigBIN.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAbsender_eigBIN.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_eigBIN.Style = "color: Black; font-size: 11pt; font-weight: bold; text-decoration: none; text-jus" &
"tify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; dd" &
"o-shrink-to-fit: none"
@@ -1260,7 +1312,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_eigBIN.Height = 0.3051181!
Me.txtFrachtfuehrer_eigBIN.Left = 4.921655!
Me.txtFrachtfuehrer_eigBIN.Name = "txtFrachtfuehrer_eigBIN"
Me.txtFrachtfuehrer_eigBIN.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtFrachtfuehrer_eigBIN.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_eigBIN.Style = "color: Black; font-size: 11pt; font-weight: bold; text-decoration: none; text-jus" &
"tify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; dd" &
"o-shrink-to-fit: none"
@@ -1276,7 +1328,7 @@ Partial Public Class rptSendungen
Me.txtLKWKennzeichen.Height = 0.3779526!
Me.txtLKWKennzeichen.Left = 4.885041!
Me.txtLKWKennzeichen.Name = "txtLKWKennzeichen"
Me.txtLKWKennzeichen.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtLKWKennzeichen.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtLKWKennzeichen.Style = resources.GetString("txtLKWKennzeichen.Style")
Me.txtLKWKennzeichen.SummaryGroup = ""
Me.txtLKWKennzeichen.Text = "34 TR 45454"
@@ -1290,7 +1342,7 @@ Partial Public Class rptSendungen
Me.txtAnkunft.Height = 0.3779528!
Me.txtAnkunft.Left = 4.885041!
Me.txtAnkunft.Name = "txtAnkunft"
Me.txtAnkunft.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAnkunft.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAnkunft.Style = resources.GetString("txtAnkunft.Style")
Me.txtAnkunft.SummaryGroup = ""
Me.txtAnkunft.Text = "01.01.1900" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "00:00"
@@ -1304,7 +1356,7 @@ Partial Public Class rptSendungen
Me.txtAbfahrt.Height = 0.3779528!
Me.txtAbfahrt.Left = 6.440158!
Me.txtAbfahrt.Name = "txtAbfahrt"
Me.txtAbfahrt.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAbfahrt.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbfahrt.Style = resources.GetString("txtAbfahrt.Style")
Me.txtAbfahrt.SummaryGroup = ""
Me.txtAbfahrt.Text = "01.01.1900" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "00:00"
@@ -1318,7 +1370,7 @@ Partial Public Class rptSendungen
Me.txtWarenbezeichnung.Height = 0.4920006!
Me.txtWarenbezeichnung.Left = 4.888978!
Me.txtWarenbezeichnung.Name = "txtWarenbezeichnung"
Me.txtWarenbezeichnung.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtWarenbezeichnung.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtWarenbezeichnung.Style = resources.GetString("txtWarenbezeichnung.Style")
Me.txtWarenbezeichnung.SummaryGroup = ""
Me.txtWarenbezeichnung.Text = "M<EFBFBD>BEL TEST"
@@ -1332,7 +1384,7 @@ Partial Public Class rptSendungen
Me.txtColli.Height = 0.3779528!
Me.txtColli.Left = 4.888978!
Me.txtColli.Name = "txtColli"
Me.txtColli.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtColli.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtColli.Style = resources.GetString("txtColli.Style")
Me.txtColli.SummaryGroup = ""
Me.txtColli.Text = "0"
@@ -1346,7 +1398,7 @@ Partial Public Class rptSendungen
Me.txtGewicht.Height = 0.3779528!
Me.txtGewicht.Left = 6.444095!
Me.txtGewicht.Name = "txtGewicht"
Me.txtGewicht.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtGewicht.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtGewicht.Style = resources.GetString("txtGewicht.Style")
Me.txtGewicht.SummaryGroup = ""
Me.txtGewicht.Text = "0kg"
@@ -1360,7 +1412,7 @@ Partial Public Class rptSendungen
Me.txtAufschub_VERAG.Height = 0.242126!
Me.txtAufschub_VERAG.Left = 4.88504!
Me.txtAufschub_VERAG.Name = "txtAufschub_VERAG"
Me.txtAufschub_VERAG.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAufschub_VERAG.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAufschub_VERAG.Style = "color: Black; font-size: 9pt; font-weight: bold; text-decoration: none; text-just" &
"ify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none; ddo" &
"-shrink-to-fit: none"
@@ -1376,7 +1428,7 @@ Partial Public Class rptSendungen
Me.txtDokZuSend_Ueberschrift.Height = 0.242126!
Me.txtDokZuSend_Ueberschrift.Left = 4.921655!
Me.txtDokZuSend_Ueberschrift.Name = "txtDokZuSend_Ueberschrift"
Me.txtDokZuSend_Ueberschrift.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtDokZuSend_Ueberschrift.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtDokZuSend_Ueberschrift.Style = "color: Black; font-size: 9pt; font-weight: bold; text-decoration: underline; text" &
"-justify: auto; vertical-align: middle; ddo-char-set: 0; ddo-font-vertical: none" &
"; ddo-shrink-to-fit: none"
@@ -1392,7 +1444,7 @@ Partial Public Class rptSendungen
Me.txtDokZuSend_Text.Height = 0.9795234!
Me.txtDokZuSend_Text.Left = 4.921655!
Me.txtDokZuSend_Text.Name = "txtDokZuSend_Text"
Me.txtDokZuSend_Text.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtDokZuSend_Text.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtDokZuSend_Text.Style = "color: Black; font-size: 9pt; font-weight: normal; text-decoration: none; text-ju" &
"stify: auto; vertical-align: top; ddo-char-set: 0; ddo-font-vertical: none; ddo-" &
"shrink-to-fit: none"
@@ -1407,29 +1459,34 @@ Partial Public Class rptSendungen
Me.txtBARzuKassieren.Height = 0.1972442!
Me.txtBARzuKassieren.Left = 4.808268!
Me.txtBARzuKassieren.Name = "txtBARzuKassieren"
Me.txtBARzuKassieren.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtBARzuKassieren.Style = "font-family: Arial Black; font-size: 10pt; font-weight: bold; text-align: center;" &
" vertical-align: middle; ddo-char-set: 0"
Me.txtBARzuKassieren.Text = "122,00 <20>"
Me.txtBARzuKassieren.Top = 5.497638!
Me.txtBARzuKassieren.Width = 0.9358268!
'
'TextBox1
'txtLKWID
'
Me.TextBox1.CanGrow = False
Me.TextBox1.Height = 0.1334647!
Me.TextBox1.Left = 0.8059056!
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Style = "font-size: 7pt; font-weight: normal; text-justify: auto; vertical-align: middle; " &
"ddo-char-set: 1"
Me.TextBox1.Text = "Barcode-Scan: Akt <20>bernehmen"
Me.TextBox1.Top = 1.110236!
Me.TextBox1.Width = 2.864567!
Me.txtLKWID.CanGrow = False
Me.txtLKWID.DataField = ""
Me.txtLKWID.DistinctField = ""
Me.txtLKWID.Height = 0.155118!
Me.txtLKWID.Left = 0.8059056!
Me.txtLKWID.Name = "txtLKWID"
Me.txtLKWID.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtLKWID.Style = "color: Black; font-size: 8pt; font-weight: bold; text-justify: auto; vertical-ali" &
"gn: middle; ddo-char-set: 1"
Me.txtLKWID.SummaryGroup = ""
Me.txtLKWID.Text = "LKW-ID: "
Me.txtLKWID.Top = 1.088583!
Me.txtLKWID.Width = 2.864567!
'
'barcodeSendung
'
Me.barcodeSendung.Height = 4.96378!
Me.barcodeSendung.HyperLink = Nothing
Me.barcodeSendung.ImageBase64String = ""
Me.barcodeSendung.ImageBase64String = resources.GetString("barcodeSendung.ImageBase64String")
Me.barcodeSendung.Left = 0.2082682!
Me.barcodeSendung.Name = "barcodeSendung"
Me.barcodeSendung.PictureAlignment = GrapeCity.ActiveReports.SectionReportModel.PictureAlignment.BottomLeft
@@ -1443,6 +1500,7 @@ Partial Public Class rptSendungen
Me.TextBox2.Height = 0.1720467!
Me.TextBox2.Left = 0.642126!
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.TextBox2.Style = "font-size: 7pt; font-weight: normal; text-justify: auto; vertical-align: middle; " &
"ddo-char-set: 1"
Me.TextBox2.Text = "Barcode-Scan links: Akt <20>bernehmen & Sendung <20>ffnen"
@@ -1455,6 +1513,7 @@ Partial Public Class rptSendungen
Me.txtNCTSVZAdr.Height = 0.7342525!
Me.txtNCTSVZAdr.Left = 1.450394!
Me.txtNCTSVZAdr.Name = "txtNCTSVZAdr"
Me.txtNCTSVZAdr.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtNCTSVZAdr.Style = "font-size: 10pt; ddo-char-set: 1"
Me.txtNCTSVZAdr.Text = "TESTFIRMA"
Me.txtNCTSVZAdr.Top = 5.272441!
@@ -1467,6 +1526,7 @@ Partial Public Class rptSendungen
Me.lblNCTSVZAdr.Height = 0.5641732!
Me.lblNCTSVZAdr.Left = 0.642126!
Me.lblNCTSVZAdr.Name = "lblNCTSVZAdr"
Me.lblNCTSVZAdr.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.lblNCTSVZAdr.Style = "font-size: 10pt; font-weight: bold; ddo-char-set: 1"
Me.lblNCTSVZAdr.Text = "NCTS" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Gest.-Adr.:"
Me.lblNCTSVZAdr.Top = 5.272441!
@@ -1492,7 +1552,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Bar_BelegNr2.Height = 0.242126!
Me.txtFrachtfuehrer_Bar_BelegNr2.Left = 5.744095!
Me.txtFrachtfuehrer_Bar_BelegNr2.Name = "txtFrachtfuehrer_Bar_BelegNr2"
Me.txtFrachtfuehrer_Bar_BelegNr2.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtFrachtfuehrer_Bar_BelegNr2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Bar_BelegNr2.Style = resources.GetString("txtFrachtfuehrer_Bar_BelegNr2.Style")
Me.txtFrachtfuehrer_Bar_BelegNr2.SummaryGroup = ""
Me.txtFrachtfuehrer_Bar_BelegNr2.Text = "TEST"
@@ -1506,6 +1566,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Bar_Betrag2.Height = 0.242126!
Me.txtFrachtfuehrer_Bar_Betrag2.Left = 7.172445!
Me.txtFrachtfuehrer_Bar_Betrag2.Name = "txtFrachtfuehrer_Bar_Betrag2"
Me.txtFrachtfuehrer_Bar_Betrag2.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Bar_Betrag2.Style = resources.GetString("txtFrachtfuehrer_Bar_Betrag2.Style")
Me.txtFrachtfuehrer_Bar_Betrag2.SummaryGroup = ""
Me.txtFrachtfuehrer_Bar_Betrag2.Text = "0"
@@ -1519,7 +1580,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Bar_BelegNr3.Height = 0.242126!
Me.txtFrachtfuehrer_Bar_BelegNr3.Left = 5.744095!
Me.txtFrachtfuehrer_Bar_BelegNr3.Name = "txtFrachtfuehrer_Bar_BelegNr3"
Me.txtFrachtfuehrer_Bar_BelegNr3.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtFrachtfuehrer_Bar_BelegNr3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Bar_BelegNr3.Style = resources.GetString("txtFrachtfuehrer_Bar_BelegNr3.Style")
Me.txtFrachtfuehrer_Bar_BelegNr3.SummaryGroup = ""
Me.txtFrachtfuehrer_Bar_BelegNr3.Text = "TEST"
@@ -1533,6 +1594,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_Bar_Betrag3.Height = 0.242126!
Me.txtFrachtfuehrer_Bar_Betrag3.Left = 7.172445!
Me.txtFrachtfuehrer_Bar_Betrag3.Name = "txtFrachtfuehrer_Bar_Betrag3"
Me.txtFrachtfuehrer_Bar_Betrag3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_Bar_Betrag3.Style = resources.GetString("txtFrachtfuehrer_Bar_Betrag3.Style")
Me.txtFrachtfuehrer_Bar_Betrag3.SummaryGroup = ""
Me.txtFrachtfuehrer_Bar_Betrag3.Text = "0"
@@ -1545,6 +1607,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_EUSTKto.Height = 0.1795275!
Me.txtAuftraggeber_EUSTKto.Left = 3.452756!
Me.txtAuftraggeber_EUSTKto.Name = "txtAuftraggeber_EUSTKto"
Me.txtAuftraggeber_EUSTKto.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_EUSTKto.Style = "font-size: 9pt; ddo-char-set: 1"
Me.txtAuftraggeber_EUSTKto.Text = "EUST: M 1234569"
Me.txtAuftraggeber_EUSTKto.Top = 2.606299!
@@ -1556,6 +1619,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_EUSTKto.Height = 0.1795275!
Me.txtEmpfaenger_EUSTKto.Left = 3.452756!
Me.txtEmpfaenger_EUSTKto.Name = "txtEmpfaenger_EUSTKto"
Me.txtEmpfaenger_EUSTKto.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_EUSTKto.Style = "font-size: 9pt; ddo-char-set: 1"
Me.txtEmpfaenger_EUSTKto.Text = "EUST: M 1234569"
Me.txtEmpfaenger_EUSTKto.Top = 3.394095!
@@ -1567,6 +1631,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_ZOLLKto.Height = 0.1795275!
Me.txtAuftraggeber_ZOLLKto.Left = 2.195669!
Me.txtAuftraggeber_ZOLLKto.Name = "txtAuftraggeber_ZOLLKto"
Me.txtAuftraggeber_ZOLLKto.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_ZOLLKto.Style = "font-size: 9pt; ddo-char-set: 1"
Me.txtAuftraggeber_ZOLLKto.Text = "ZOLL: M 1234569"
Me.txtAuftraggeber_ZOLLKto.Top = 2.606299!
@@ -1578,6 +1643,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_ZOLLKto.Height = 0.1795275!
Me.txtEmpfaenger_ZOLLKto.Left = 2.195669!
Me.txtEmpfaenger_ZOLLKto.Name = "txtEmpfaenger_ZOLLKto"
Me.txtEmpfaenger_ZOLLKto.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_ZOLLKto.Style = "font-size: 9pt; ddo-char-set: 1"
Me.txtEmpfaenger_ZOLLKto.Text = "ZOLL: M 1234569"
Me.txtEmpfaenger_ZOLLKto.Top = 3.394095!
@@ -1589,6 +1655,7 @@ Partial Public Class rptSendungen
Me.txtKdAuftrNr.Height = 0.1795275!
Me.txtKdAuftrNr.Left = 1.162599!
Me.txtKdAuftrNr.Name = "txtKdAuftrNr"
Me.txtKdAuftrNr.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtKdAuftrNr.Style = "font-size: 9pt; ddo-char-set: 1"
Me.txtKdAuftrNr.Text = "4805/18000000"
Me.txtKdAuftrNr.Top = 2.606299!
@@ -1599,6 +1666,7 @@ Partial Public Class rptSendungen
Me.cbxDyUebermittelt.Height = 0.2!
Me.cbxDyUebermittelt.Left = 5.408268!
Me.cbxDyUebermittelt.Name = "cbxDyUebermittelt"
Me.cbxDyUebermittelt.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.cbxDyUebermittelt.Style = "font-size: 12pt; font-weight: bold; ddo-char-set: 1"
Me.cbxDyUebermittelt.Text = " An Dakosy <20>bermittelt"
Me.cbxDyUebermittelt.Top = 10.01221!
@@ -1610,22 +1678,22 @@ Partial Public Class rptSendungen
Me.shGrenze.Height = 0.3645669!
Me.shGrenze.Left = 2.893307!
Me.shGrenze.Name = "shGrenze"
Me.shGrenze.RoundingRadius = New GrapeCity.ActiveReports.Controls.CornersRadius(10.0!, Nothing, Nothing, Nothing, Nothing)
Me.shGrenze.RoundingRadius = CType(New GrapeCity.ActiveReports.Controls.CornersRadius(10.0!, Nothing, Nothing, Nothing, Nothing), GrapeCity.ActiveReports.Controls.CornersRadius)
Me.shGrenze.Top = 0.8212599!
Me.shGrenze.Visible = False
Me.shGrenze.Width = 1.914962!
'
'barcodeLKW
'
Me.barcodeLKW.Height = 0.2889763!
Me.barcodeLKW.Height = 0.2362205!
Me.barcodeLKW.HyperLink = Nothing
Me.barcodeLKW.ImageBase64String = ""
Me.barcodeLKW.ImageBase64String = resources.GetString("barcodeLKW.ImageBase64String")
Me.barcodeLKW.Left = 0.6421265!
Me.barcodeLKW.Name = "barcodeLKW"
Me.barcodeLKW.PictureAlignment = GrapeCity.ActiveReports.SectionReportModel.PictureAlignment.TopLeft
Me.barcodeLKW.SizeMode = GrapeCity.ActiveReports.SectionReportModel.SizeModes.Zoom
Me.barcodeLKW.Top = 0.8212597!
Me.barcodeLKW.Width = 2.739763!
Me.barcodeLKW.Width = 2.739764!
'
'txtAvisierer_VK
'
@@ -1634,7 +1702,7 @@ Partial Public Class rptSendungen
Me.txtAvisierer_VK.Height = 0.3051181!
Me.txtAvisierer_VK.Left = 5.659843!
Me.txtAvisierer_VK.Name = "txtAvisierer_VK"
Me.txtAvisierer_VK.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAvisierer_VK.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAvisierer_VK.Style = resources.GetString("txtAvisierer_VK.Style")
Me.txtAvisierer_VK.SummaryGroup = ""
Me.txtAvisierer_VK.Text = "<EFBFBD> VK"
@@ -1648,7 +1716,7 @@ Partial Public Class rptSendungen
Me.txtAuftraggeber_VK.Height = 0.3051181!
Me.txtAuftraggeber_VK.Left = 5.659843!
Me.txtAuftraggeber_VK.Name = "txtAuftraggeber_VK"
Me.txtAuftraggeber_VK.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAuftraggeber_VK.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAuftraggeber_VK.Style = resources.GetString("txtAuftraggeber_VK.Style")
Me.txtAuftraggeber_VK.SummaryGroup = ""
Me.txtAuftraggeber_VK.Text = "<EFBFBD> VK"
@@ -1662,7 +1730,7 @@ Partial Public Class rptSendungen
Me.txtEmpfaenger_VK.Height = 0.3051181!
Me.txtEmpfaenger_VK.Left = 5.659843!
Me.txtEmpfaenger_VK.Name = "txtEmpfaenger_VK"
Me.txtEmpfaenger_VK.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtEmpfaenger_VK.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtEmpfaenger_VK.Style = resources.GetString("txtEmpfaenger_VK.Style")
Me.txtEmpfaenger_VK.SummaryGroup = ""
Me.txtEmpfaenger_VK.Text = "<EFBFBD> VK"
@@ -1676,7 +1744,7 @@ Partial Public Class rptSendungen
Me.txtAbsender_VK.Height = 0.3051181!
Me.txtAbsender_VK.Left = 5.659843!
Me.txtAbsender_VK.Name = "txtAbsender_VK"
Me.txtAbsender_VK.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtAbsender_VK.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtAbsender_VK.Style = resources.GetString("txtAbsender_VK.Style")
Me.txtAbsender_VK.SummaryGroup = ""
Me.txtAbsender_VK.Text = "<EFBFBD> VK"
@@ -1690,7 +1758,7 @@ Partial Public Class rptSendungen
Me.txtFrachtfuehrer_VK.Height = 0.3051181!
Me.txtFrachtfuehrer_VK.Left = 5.659843!
Me.txtFrachtfuehrer_VK.Name = "txtFrachtfuehrer_VK"
Me.txtFrachtfuehrer_VK.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.txtFrachtfuehrer_VK.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtFrachtfuehrer_VK.Style = resources.GetString("txtFrachtfuehrer_VK.Style")
Me.txtFrachtfuehrer_VK.SummaryGroup = ""
Me.txtFrachtfuehrer_VK.Text = "<EFBFBD> VK"
@@ -1703,6 +1771,7 @@ Partial Public Class rptSendungen
Me.txtSchnellAbfertigung.Height = 0.5862205!
Me.txtSchnellAbfertigung.Left = 7.34567!
Me.txtSchnellAbfertigung.Name = "txtSchnellAbfertigung"
Me.txtSchnellAbfertigung.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(0, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.txtSchnellAbfertigung.Style = "background-color: SteelBlue; color: White; font-size: 36pt; font-weight: bold; te" &
"xt-align: center; text-justify: auto; vertical-align: middle; ddo-char-set: 1"
Me.txtSchnellAbfertigung.Text = "S"
@@ -1717,7 +1786,7 @@ Partial Public Class rptSendungen
Me.TextBox3.Height = 0.5547237!
Me.TextBox3.Left = 5.119292!
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
Me.TextBox3.Padding = CType(New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0), GrapeCity.ActiveReports.PaddingEx)
Me.TextBox3.Style = "color: Black; font-size: 12pt; font-weight: bold; text-align: left; text-decorati" &
"on: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-" &
"vertical: none; ddo-shrink-to-fit: none"
@@ -1731,7 +1800,7 @@ Partial Public Class rptSendungen
Me.picQR.DataField = ""
Me.picQR.Height = 1.221653!
Me.picQR.HyperLink = Nothing
Me.picQR.ImageBase64String = ""
Me.picQR.ImageBase64String = resources.GetString("picQR.ImageBase64String")
Me.picQR.Left = 6.440158!
Me.picQR.Name = "picQR"
Me.picQR.PictureAlignment = GrapeCity.ActiveReports.SectionReportModel.PictureAlignment.TopLeft
@@ -1741,6 +1810,7 @@ Partial Public Class rptSendungen
'
'rptSendungen
'
Me.MasterReport = False
Me.PageSettings.DefaultPaperSize = False
Me.PageSettings.Margins.Bottom = 0!
Me.PageSettings.Margins.Left = 0!
@@ -1752,12 +1822,12 @@ Partial Public Class rptSendungen
Me.PageSettings.PaperWidth = 8.267716!
Me.PrintWidth = 8.132299!
Me.Sections.Add(Me.Detail)
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" &
"l; font-size: 10pt; color: Black; ddo-char-set: 204", "Normal"))
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"))
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" &
"lic", "Heading2", "Normal"))
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"))
Me.StyleSheet.Add(CType(New DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" &
"l; font-size: 10pt; color: Black; ddo-char-set: 204", "Normal"), DDCssLib.StyleSheetRule))
Me.StyleSheet.Add(CType(New DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"), DDCssLib.StyleSheetRule))
Me.StyleSheet.Add(CType(New DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" &
"lic", "Heading2", "Normal"), DDCssLib.StyleSheetRule))
Me.StyleSheet.Add(CType(New DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"), DDCssLib.StyleSheetRule))
CType(Me.Picture, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtGrenze, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblGrenze, System.ComponentModel.ISupportInitialize).EndInit()
@@ -1843,7 +1913,7 @@ Partial Public Class rptSendungen
CType(Me.txtDokZuSend_Ueberschrift, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtDokZuSend_Text, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtBARzuKassieren, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TextBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtLKWID, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.barcodeSendung, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TextBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtNCTSVZAdr, System.ComponentModel.ISupportInitialize).EndInit()
@@ -1953,7 +2023,7 @@ Partial Public Class rptSendungen
Private WithEvents txtAnmerkungen As GrapeCity.ActiveReports.SectionReportModel.TextBox
Private WithEvents txtBARzuKassieren As GrapeCity.ActiveReports.SectionReportModel.TextBox
Private WithEvents barcodeLKW As GrapeCity.ActiveReports.SectionReportModel.Picture
Private WithEvents TextBox1 As GrapeCity.ActiveReports.SectionReportModel.TextBox
Private WithEvents txtLKWID As GrapeCity.ActiveReports.SectionReportModel.TextBox
Private WithEvents barcodeSendung As GrapeCity.ActiveReports.SectionReportModel.Picture
Private WithEvents TextBox2 As GrapeCity.ActiveReports.SectionReportModel.TextBox
Public WithEvents Picture As GrapeCity.ActiveReports.SectionReportModel.Picture

View File

@@ -147,6 +147,9 @@
<data name="txtGewicht.Style" xml:space="preserve">
<value>color: Black; font-size: 12pt; font-weight: normal; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
</data>
<data name="barcodeSendung.ImageBase64String" xml:space="preserve">
<value />
</data>
<data name="txtFrachtfuehrer_Bar_BelegNr2.Style" xml:space="preserve">
<value>color: Black; font-size: 11pt; font-weight: bold; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
</data>
@@ -159,6 +162,9 @@
<data name="txtFrachtfuehrer_Bar_Betrag3.Style" xml:space="preserve">
<value>color: Black; font-size: 11pt; font-weight: bold; text-align: right; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
</data>
<data name="barcodeLKW.ImageBase64String" xml:space="preserve">
<value />
</data>
<data name="txtAvisierer_VK.Style" xml:space="preserve">
<value>color: Black; font-size: 9pt; font-weight: bold; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
</data>
@@ -174,6 +180,9 @@
<data name="txtFrachtfuehrer_VK.Style" xml:space="preserve">
<value>color: Black; font-size: 9pt; font-weight: bold; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
</data>
<data name="picQR.ImageBase64String" xml:space="preserve">
<value />
</data>
<metadata name="$this.ScriptEditorPositionForUndo" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>0, 0</value>
</metadata>

View File

@@ -135,6 +135,8 @@ Public Class rptSendungen
TextBox3.Text = "Abkl.: " & VALUES.QS_MA & vbNewLine & "Dekl.: " & VALUES.VG_MA
txtLKWID.Text &= VALUES.LKW_ID
If VALUES.Grenze.Trim <> "" Then
lblGrenze.Visible = True
shGrenze.Visible = True
@@ -350,6 +352,8 @@ Public Class rptSendungenValues
Property SchnellAbfertigung As Boolean = False
Property LKW_ID As String = ""
Property VG_MA As String = ""
Property QS_MA As String = ""