diff --git a/Aviso/Aviso.vbproj b/Aviso/Aviso.vbproj
index 3fd93e4..69cecb4 100644
--- a/Aviso/Aviso.vbproj
+++ b/Aviso/Aviso.vbproj
@@ -324,6 +324,10 @@
..\..\..\dll\ThoughtWorks.QRCode.dll
+
+ False
+ ..\..\..\SDL\SDL\VERAG_PROG_ALLGEMEIN\bin\Debug\VERAG_PROG_ALLGEMEIN.dll
+
@@ -1433,10 +1437,6 @@
{289bcd77-bc00-4ba1-95ed-a79176d99525}
SDL
-
- {a3b497bd-842c-4a2b-b398-ed1976849df1}
- VERAG_PROG_ALLGEMEIN
-
{110c923b-cb02-4fd0-af24-95e0f0eeeff5}
Gemeinsames
diff --git a/Aviso/frmSendungsdetailsNEU.Designer.vb b/Aviso/frmSendungsdetailsNEU.Designer.vb
index 0dacd03..81c4f3f 100644
--- a/Aviso/frmSendungsdetailsNEU.Designer.vb
+++ b/Aviso/frmSendungsdetailsNEU.Designer.vb
@@ -52,8 +52,10 @@ Partial Class frmSendungsdetailsNEU
Me.btnOptionen = New System.Windows.Forms.Button()
Me.btnImportAssi = New System.Windows.Forms.Button()
Me.lblAnhaenge = New System.Windows.Forms.Label()
+ Me.dgvAnhang = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.tbZollabfertigung = New System.Windows.Forms.TabPage()
Me.Panel16 = New System.Windows.Forms.Panel()
+ Me.dgvZollAnmeldungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.Panel17 = New System.Windows.Forms.Panel()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
@@ -80,7 +82,9 @@ Partial Class frmSendungsdetailsNEU
Me.lblBitteEinenEmpfangerAuswahlenUmDenKundenZolltarifEinzublenden = New System.Windows.Forms.Label()
Me.Panel18 = New System.Windows.Forms.Panel()
Me.Label5 = New System.Windows.Forms.Label()
+ Me.cboZolltarif = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.TabPage2 = New System.Windows.Forms.TabPage()
+ Me.DataGridView = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.pnlSpedBuchNacherfassung = New System.Windows.Forms.Panel()
Me.cbxOhneZollsys = New System.Windows.Forms.CheckBox()
Me.Label31 = New System.Windows.Forms.Label()
@@ -88,10 +92,17 @@ Partial Class frmSendungsdetailsNEU
Me.pnlHandling = New System.Windows.Forms.FlowLayoutPanel()
Me.cbxNCTST = New System.Windows.Forms.CheckBox()
Me.Label32 = New System.Windows.Forms.Label()
+ Me.cboSachbearbeiter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.cboZollsystem2 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.txtAtlasBezNrEZA2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.txtAtlasBezNrNCTS2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label30 = New System.Windows.Forms.Label()
Me.cboNiederlassung = New System.Windows.Forms.ComboBox()
Me.Label56 = New System.Windows.Forms.Label()
Me.lblZollsysErr = New System.Windows.Forms.Label()
+ Me.cboZollsystem = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.txtAtlasBezNrEZA = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.txtAtlasBezNrNCTS = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label29 = New System.Windows.Forms.Label()
Me.Label50 = New System.Windows.Forms.Label()
Me.Label51 = New System.Windows.Forms.Label()
@@ -106,38 +117,57 @@ Partial Class frmSendungsdetailsNEU
Me.Label12 = New System.Windows.Forms.Label()
Me.Label10 = New System.Windows.Forms.Label()
Me.btn_FrachtkostenBerechnen = New System.Windows.Forms.Button()
+ Me.txtFrachtkostenGesamt = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
+ Me.txtFrachtkostenNichtEU = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.txtFrachtkostenEU = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.cbx = New System.Windows.Forms.CheckBox()
+ Me.txtWarenwertWaehrung = New VERAG_PROG_ALLGEMEIN.MySearchBox()
Me.lblWW = New System.Windows.Forms.Label()
+ Me.txtWarenwert = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Button21 = New System.Windows.Forms.Button()
Me.lblAnmerkungDispoliste = New System.Windows.Forms.Label()
Me.rtbAnmerkungDispoliste = New System.Windows.Forms.RichTextBox()
Me.btnImportaviso = New System.Windows.Forms.Button()
Me.btnVorauszahlung = New System.Windows.Forms.Button()
Me.Button12 = New System.Windows.Forms.Button()
+ Me.txtGewicht = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.lblWarenbezeichnung = New System.Windows.Forms.Label()
Me.Label35 = New System.Windows.Forms.Label()
Me.lblCollGew = New System.Windows.Forms.Label()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button8 = New System.Windows.Forms.Button()
+ Me.txtColli = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.rtbWarenbezeichnung = New System.Windows.Forms.RichTextBox()
Me.Label23 = New System.Windows.Forms.Label()
Me.Label24 = New System.Windows.Forms.Label()
Me.lblAnmerkung = New System.Windows.Forms.Label()
+ Me.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.rtbAnmerkung = New System.Windows.Forms.RichTextBox()
Me.Panel22 = New System.Windows.Forms.Panel()
Me.lblZuKass = New System.Windows.Forms.Label()
+ Me.txtBARzuKassieren = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.Button14 = New System.Windows.Forms.Button()
Me.tbVorkosten = New System.Windows.Forms.TabPage()
Me.lblVK_BEarbeitungAbbrechen = New System.Windows.Forms.LinkLabel()
Me.btnVorkostenAdd = New System.Windows.Forms.Button()
+ Me.txtVK_Preis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.txtVK_Leistung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.txtVK_Firma = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.dgvVorkosten = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
+ Me.clmnVK_id = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.clmnFirma = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.clmnLeistung = New System.Windows.Forms.DataGridViewTextBoxColumn()
+ Me.clmnPreis = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.tbBAR = New System.Windows.Forms.TabPage()
+ Me.dgvBelege = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.Button9 = New System.Windows.Forms.Button()
Me.btnKassenbuchEintrag = New System.Windows.Forms.Button()
Me.btnLeihgeld = New System.Windows.Forms.Button()
Me.Panel6 = New System.Windows.Forms.Panel()
+ Me.txtFrachtfuehrer = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
Me.Panel12 = New System.Windows.Forms.Panel()
Me.lblErr_FraechterKdNr = New System.Windows.Forms.Label()
Me.lblErr_EmpfKdNr = New System.Windows.Forms.Label()
@@ -159,9 +189,17 @@ Partial Class frmSendungsdetailsNEU
Me.Button16 = New System.Windows.Forms.Button()
Me.Button15 = New System.Windows.Forms.Button()
Me.Button11 = New System.Windows.Forms.Button()
+ Me.txtKdAuftragsNrFrachtfuehrer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.txtKdAuftragsNrEmpfaenger = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.txtKdAuftragsNrAvisierer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.cntxt = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.KdAuftragsNrInAlleSendungenÜbernehmenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.lblKdAtrNr = New System.Windows.Forms.Label()
+ Me.FlatButton4 = New VERAG_PROG_ALLGEMEIN.FlatButton()
+ Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
+ Me.btnFrachtfuehrer = New VERAG_PROG_ALLGEMEIN.FlatButton()
+ Me.FlatButton3 = New VERAG_PROG_ALLGEMEIN.FlatButton()
+ Me.btnAvisierer = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.Button4 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.lblSonstigesKosten = New System.Windows.Forms.Label()
@@ -169,23 +207,34 @@ Partial Class frmSendungsdetailsNEU
Me.btnAufschub_Empf = New System.Windows.Forms.Button()
Me.btnAufschub_VERAG = New System.Windows.Forms.Button()
Me.Panel15 = New System.Windows.Forms.Panel()
+ Me.txtAvisierer = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
+ Me.txtAuftraggeber = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
Me.Panel13 = New System.Windows.Forms.Panel()
Me.Panel11 = New System.Windows.Forms.Panel()
Me.Panel10 = New System.Windows.Forms.Panel()
+ Me.txtFrachtfuehrerKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Panel8 = New System.Windows.Forms.Panel()
Me.lblEmpfAufschubEustTxt = New System.Windows.Forms.Label()
+ Me.lblEmpfAufschubEust = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.lblFrachtfuehrer = New System.Windows.Forms.Label()
Me.pnlT1 = New System.Windows.Forms.Panel()
Me.Label43 = New System.Windows.Forms.Label()
Me.lblAbsender = New System.Windows.Forms.Label()
+ Me.txtAbsenderKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label41 = New System.Windows.Forms.Label()
+ Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.lblEmpfaenger = New System.Windows.Forms.Label()
Me.Label39 = New System.Windows.Forms.Label()
+ Me.txtEmpfaengerKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.txtAbsender = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
+ Me.txtEmpfaenger = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
Me.lblAuftraggeber = New System.Windows.Forms.Label()
Me.Label37 = New System.Windows.Forms.Label()
+ Me.lblAtrAufschubEust = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.lblAvisierer = New System.Windows.Forms.Label()
Me.Label36 = New System.Windows.Forms.Label()
Me.lblAbfertigungskost = New System.Windows.Forms.Label()
+ Me.txtAuftraggeberKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.lblEUST = New System.Windows.Forms.Label()
Me.lblZoll = New System.Windows.Forms.Label()
Me.Label26 = New System.Windows.Forms.Label()
@@ -194,10 +243,13 @@ Partial Class frmSendungsdetailsNEU
Me.LinkLabel2 = New System.Windows.Forms.LinkLabel()
Me.lklAuftraggeber = New System.Windows.Forms.LinkLabel()
Me.Label8 = New System.Windows.Forms.Label()
+ Me.txtAvisiererKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.txtKdAuftragsNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.LinkLabel4 = New System.Windows.Forms.LinkLabel()
Me.Panel5 = New System.Windows.Forms.Panel()
Me.lblSNDChat_MsgCnt = New System.Windows.Forms.Label()
Me.picAVISOMessengerSNDChat = New System.Windows.Forms.PictureBox()
+ Me.txtAnzahlPos = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.lblAbfNrExists = New System.Windows.Forms.Label()
Me.cbxFremdspedition = New System.Windows.Forms.CheckBox()
@@ -206,26 +258,38 @@ Partial Class frmSendungsdetailsNEU
Me.Button13 = New System.Windows.Forms.Button()
Me.lblSendungen = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
+ Me.cboAbfertigungsart = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.lblAbfertigungsart = New System.Windows.Forms.Label()
Me.pnlFremd = New System.Windows.Forms.Panel()
Me.Label9 = New System.Windows.Forms.Label()
+ Me.txtFremdEmpfKdNR = New VERAG_PROG_ALLGEMEIN.MyTextBox()
+ Me.txtFremdEmpf = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
Me.Label11 = New System.Windows.Forms.Label()
+ Me.cboFremdsped = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.txtAnzahl = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.lblAnzahl = New System.Windows.Forms.Label()
Me.btnNeueAbfertigungNrVergeben = New System.Windows.Forms.Button()
Me.lblFiliale = New System.Windows.Forms.Label()
+ Me.txtUnterNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.lblAbfertigungsnummer = New System.Windows.Forms.Label()
Me.lblUnterNr = New System.Windows.Forms.Label()
+ Me.cboFiliale = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.txtAbfertigungsnummer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.FlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel()
+ Me.FlatButton2 = New VERAG_PROG_ALLGEMEIN.FlatButton()
Me.pnlheader = New System.Windows.Forms.Panel()
Me.Label2 = New System.Windows.Forms.Label()
Me.Panel7 = New System.Windows.Forms.Panel()
Me.Button24 = New System.Windows.Forms.Button()
+ Me.cboVorpapier3 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
+ Me.cboVorpapier2 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.txtVorpapier3Pos = New System.Windows.Forms.RichTextBox()
Me.txtVorpapier2Pos = New System.Windows.Forms.RichTextBox()
Me.lblPos = New System.Windows.Forms.Label()
Me.txtVorpapierPos = New System.Windows.Forms.RichTextBox()
Me.lblZuweisungVP = New System.Windows.Forms.Label()
+ Me.cboVorpapier = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.lblGrenze = New System.Windows.Forms.Label()
Me.lblGrenzeSnd = New System.Windows.Forms.Label()
Me.Panel3 = New System.Windows.Forms.Panel()
@@ -241,6 +305,7 @@ Partial Class frmSendungsdetailsNEU
Me.lblgesGewicht = New System.Windows.Forms.Label()
Me.lblGesamt = New System.Windows.Forms.Label()
Me.btnSpedBuch = New System.Windows.Forms.Button()
+ Me.cbxSpedBuch = New VERAG_PROG_ALLGEMEIN.MyCheckbox(Me.components)
Me.cntxtAnh = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.MarkiertePDFsDruckenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.EMailAnfügenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
@@ -248,6 +313,7 @@ Partial Class frmSendungsdetailsNEU
Me.LaufzetteldruckJANEINToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.GestellungslisteAnfügenJANEINToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AbrechungFremdeGrenzeAktDruckenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
+ Me.HervorhebenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem()
Me.ToolStripMenuItem4 = New System.Windows.Forms.ToolStripMenuItem()
@@ -315,72 +381,7 @@ Partial Class frmSendungsdetailsNEU
Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ToolStripMenuItem14 = New System.Windows.Forms.ToolStripMenuItem()
Me.NurÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.HervorhebenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.dgvAnhang = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
- Me.dgvZollAnmeldungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
- Me.cboZolltarif = New VERAG_PROG_ALLGEMEIN.MyComboBox()
- Me.DataGridView = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
- Me.cboSachbearbeiter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
- Me.cboZollsystem2 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
- Me.txtAtlasBezNrEZA2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtAtlasBezNrNCTS2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.cboZollsystem = New VERAG_PROG_ALLGEMEIN.MyComboBox()
- Me.txtAtlasBezNrEZA = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtAtlasBezNrNCTS = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtFrachtkostenGesamt = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtFrachtkostenNichtEU = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtFrachtkostenEU = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtWarenwertWaehrung = New VERAG_PROG_ALLGEMEIN.MySearchBox()
- Me.txtWarenwert = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtGewicht = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtColli = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
- Me.txtBARzuKassieren = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtVK_Preis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtVK_Leistung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtVK_Firma = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.dgvVorkosten = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
- Me.clmnVK_id = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.clmnFirma = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.clmnLeistung = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.clmnPreis = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.dgvBelege = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
- Me.txtFrachtfuehrer = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
- Me.txtKdAuftragsNrFrachtfuehrer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtKdAuftragsNrEmpfaenger = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtKdAuftragsNrAvisierer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.FlatButton4 = New VERAG_PROG_ALLGEMEIN.FlatButton()
- Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
- Me.btnFrachtfuehrer = New VERAG_PROG_ALLGEMEIN.FlatButton()
- Me.FlatButton3 = New VERAG_PROG_ALLGEMEIN.FlatButton()
- Me.btnAvisierer = New VERAG_PROG_ALLGEMEIN.FlatButton()
- Me.txtAvisierer = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
- Me.txtAuftraggeber = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
- Me.txtFrachtfuehrerKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.lblEmpfAufschubEust = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtAbsenderKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtEmpfaengerKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtAbsender = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
- Me.txtEmpfaenger = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
- Me.lblAtrAufschubEust = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtAuftraggeberKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtAvisiererKdNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtKdAuftragsNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtAnzahlPos = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.cboAbfertigungsart = New VERAG_PROG_ALLGEMEIN.MyComboBox()
- Me.txtFremdEmpfKdNR = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtFremdEmpf = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
- Me.cboFremdsped = New VERAG_PROG_ALLGEMEIN.MyComboBox()
- Me.txtAnzahl = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.txtUnterNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.cboFiliale = New VERAG_PROG_ALLGEMEIN.MyComboBox()
- Me.txtAbfertigungsnummer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
- Me.FlatButton2 = New VERAG_PROG_ALLGEMEIN.FlatButton()
- Me.cboVorpapier3 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
- Me.cboVorpapier2 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
- Me.cboVorpapier = New VERAG_PROG_ALLGEMEIN.MyComboBox()
- Me.cbxSpedBuch = New VERAG_PROG_ALLGEMEIN.MyCheckbox(Me.components)
+ Me.Button18 = New System.Windows.Forms.Button()
Me.cntlFrachtfuehrer_Sonst = New AVISO.usrcntlCheckBox()
Me.cntlAbsender_Sonst = New AVISO.usrcntlCheckBox()
Me.cntlEmpfaenger_Sonst = New AVISO.usrcntlCheckBox()
@@ -414,14 +415,17 @@ Partial Class frmSendungsdetailsNEU
Me.tbAnhang.SuspendLayout()
Me.Panel19.SuspendLayout()
Me.Panel21.SuspendLayout()
+ CType(Me.dgvAnhang, System.ComponentModel.ISupportInitialize).BeginInit()
Me.tbZollabfertigung.SuspendLayout()
Me.Panel16.SuspendLayout()
+ CType(Me.dgvZollAnmeldungen, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel17.SuspendLayout()
Me.MenuStrip.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.pnlKundenZolltarif.SuspendLayout()
Me.Panel18.SuspendLayout()
Me.TabPage2.SuspendLayout()
+ CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.pnlSpedBuchNacherfassung.SuspendLayout()
Me.TabPage3.SuspendLayout()
CType(Me.gridVermerke, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -430,7 +434,9 @@ Partial Class frmSendungsdetailsNEU
Me.TabPage4.SuspendLayout()
Me.Panel22.SuspendLayout()
Me.tbVorkosten.SuspendLayout()
+ CType(Me.dgvVorkosten, System.ComponentModel.ISupportInitialize).BeginInit()
Me.tbBAR.SuspendLayout()
+ CType(Me.dgvBelege, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel6.SuspendLayout()
CType(Me.picKdAtrNr_Fraechter, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.picKdAtrNr_Empfänger, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -461,11 +467,6 @@ Partial Class frmSendungsdetailsNEU
Me.ctxtWeitereFormulare.SuspendLayout()
Me.ContextMenuStrip1.SuspendLayout()
Me.ContextMenuStrip2.SuspendLayout()
- CType(Me.dgvAnhang, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgvZollAnmeldungen, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgvVorkosten, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgvBelege, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'pnl
@@ -771,6 +772,24 @@ Partial Class frmSendungsdetailsNEU
Me.lblAnhaenge.TabIndex = 0
Me.lblAnhaenge.Text = "Anhänge"
'
+ 'dgvAnhang
+ '
+ Me.dgvAnhang.AKTUALISIERUNGS_INTERVALL = -1
+ Me.dgvAnhang.AllowUserToAddRows = False
+ Me.dgvAnhang.AllowUserToDeleteRows = False
+ Me.dgvAnhang.AllowUserToResizeColumns = False
+ Me.dgvAnhang.AllowUserToResizeRows = False
+ Me.dgvAnhang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
+ Me.dgvAnhang.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.dgvAnhang.Location = New System.Drawing.Point(0, 0)
+ Me.dgvAnhang.Name = "dgvAnhang"
+ Me.dgvAnhang.ReadOnly = True
+ Me.dgvAnhang.RowHeadersVisible = False
+ Me.dgvAnhang.RowTemplate.Height = 40
+ Me.dgvAnhang.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
+ Me.dgvAnhang.Size = New System.Drawing.Size(1206, 288)
+ Me.dgvAnhang.TabIndex = 1
+ '
'tbZollabfertigung
'
Me.tbZollabfertigung.Controls.Add(Me.Panel16)
@@ -793,6 +812,23 @@ Partial Class frmSendungsdetailsNEU
Me.Panel16.Size = New System.Drawing.Size(1206, 288)
Me.Panel16.TabIndex = 0
'
+ 'dgvZollAnmeldungen
+ '
+ Me.dgvZollAnmeldungen.AKTUALISIERUNGS_INTERVALL = -1
+ Me.dgvZollAnmeldungen.AllowUserToAddRows = False
+ Me.dgvZollAnmeldungen.AllowUserToDeleteRows = False
+ Me.dgvZollAnmeldungen.AllowUserToResizeColumns = False
+ Me.dgvZollAnmeldungen.AllowUserToResizeRows = False
+ Me.dgvZollAnmeldungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
+ Me.dgvZollAnmeldungen.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.dgvZollAnmeldungen.Location = New System.Drawing.Point(0, 32)
+ Me.dgvZollAnmeldungen.Name = "dgvZollAnmeldungen"
+ Me.dgvZollAnmeldungen.ReadOnly = True
+ Me.dgvZollAnmeldungen.RowTemplate.Height = 30
+ Me.dgvZollAnmeldungen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
+ Me.dgvZollAnmeldungen.Size = New System.Drawing.Size(1206, 218)
+ Me.dgvZollAnmeldungen.TabIndex = 1
+ '
'Panel17
'
Me.Panel17.BackColor = System.Drawing.Color.WhiteSmoke
@@ -1052,6 +1088,17 @@ Partial Class frmSendungsdetailsNEU
Me.Label5.TabIndex = 0
Me.Label5.Text = "ZT:"
'
+ 'cboZolltarif
+ '
+ Me.cboZolltarif._allowedValuesFreiText = Nothing
+ Me.cboZolltarif._allowFreiText = False
+ Me.cboZolltarif._value = ""
+ Me.cboZolltarif.FormattingEnabled = True
+ Me.cboZolltarif.Location = New System.Drawing.Point(59, 8)
+ Me.cboZolltarif.Name = "cboZolltarif"
+ Me.cboZolltarif.Size = New System.Drawing.Size(142, 21)
+ Me.cboZolltarif.TabIndex = 1
+ '
'TabPage2
'
Me.TabPage2.Controls.Add(Me.DataGridView)
@@ -1065,6 +1112,21 @@ Partial Class frmSendungsdetailsNEU
Me.TabPage2.Text = "Speditionsbuch"
Me.TabPage2.UseVisualStyleBackColor = True
'
+ 'DataGridView
+ '
+ Me.DataGridView.AKTUALISIERUNGS_INTERVALL = -1
+ Me.DataGridView.AllowUserToAddRows = False
+ Me.DataGridView.AllowUserToDeleteRows = False
+ Me.DataGridView.AllowUserToOrderColumns = True
+ Me.DataGridView.AllowUserToResizeColumns = False
+ Me.DataGridView.AllowUserToResizeRows = False
+ Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
+ Me.DataGridView.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.DataGridView.Location = New System.Drawing.Point(3, 94)
+ Me.DataGridView.Name = "DataGridView"
+ Me.DataGridView.Size = New System.Drawing.Size(1200, 191)
+ Me.DataGridView.TabIndex = 1
+ '
'pnlSpedBuchNacherfassung
'
Me.pnlSpedBuchNacherfassung.Controls.Add(Me.cbxOhneZollsys)
@@ -1153,6 +1215,80 @@ Partial Class frmSendungsdetailsNEU
Me.Label32.TabIndex = 8
Me.Label32.Text = "Zoll Sachbearbeiter:"
'
+ 'cboSachbearbeiter
+ '
+ Me.cboSachbearbeiter._allowedValuesFreiText = Nothing
+ Me.cboSachbearbeiter._allowFreiText = False
+ Me.cboSachbearbeiter._value = ""
+ Me.cboSachbearbeiter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
+ Me.cboSachbearbeiter.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
+ Me.cboSachbearbeiter.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.cboSachbearbeiter.FormattingEnabled = True
+ Me.cboSachbearbeiter.Location = New System.Drawing.Point(466, 42)
+ Me.cboSachbearbeiter.Name = "cboSachbearbeiter"
+ Me.cboSachbearbeiter.Size = New System.Drawing.Size(171, 24)
+ Me.cboSachbearbeiter.TabIndex = 14
+ '
+ 'cboZollsystem2
+ '
+ Me.cboZollsystem2._allowedValuesFreiText = Nothing
+ Me.cboZollsystem2._allowFreiText = False
+ Me.cboZollsystem2._value = ""
+ Me.cboZollsystem2.Enabled = False
+ Me.cboZollsystem2.FormattingEnabled = True
+ Me.cboZollsystem2.Location = New System.Drawing.Point(151, 66)
+ Me.cboZollsystem2.Name = "cboZollsystem2"
+ Me.cboZollsystem2.Size = New System.Drawing.Size(97, 21)
+ Me.cboZollsystem2.TabIndex = 16
+ '
+ 'txtAtlasBezNrEZA2
+ '
+ Me.txtAtlasBezNrEZA2._DateTimeOnly = False
+ Me.txtAtlasBezNrEZA2._numbersOnly = False
+ Me.txtAtlasBezNrEZA2._numbersOnlyKommastellen = ""
+ Me.txtAtlasBezNrEZA2._numbersOnlyTrennzeichen = True
+ Me.txtAtlasBezNrEZA2._Prozent = False
+ Me.txtAtlasBezNrEZA2._ShortDateNew = False
+ Me.txtAtlasBezNrEZA2._ShortDateOnly = False
+ Me.txtAtlasBezNrEZA2._TimeOnly = False
+ Me.txtAtlasBezNrEZA2._TimeOnly_Seconds = False
+ Me.txtAtlasBezNrEZA2._value = Nothing
+ Me.txtAtlasBezNrEZA2._Waehrung = False
+ Me.txtAtlasBezNrEZA2._WaehrungZeichen = True
+ Me.txtAtlasBezNrEZA2.Enabled = False
+ Me.txtAtlasBezNrEZA2.ForeColor = System.Drawing.Color.Black
+ Me.txtAtlasBezNrEZA2.Location = New System.Drawing.Point(253, 66)
+ Me.txtAtlasBezNrEZA2.MaxLineLength = -1
+ Me.txtAtlasBezNrEZA2.MaxLines_Warning = ""
+ Me.txtAtlasBezNrEZA2.MaxLines_Warning_Label = Nothing
+ Me.txtAtlasBezNrEZA2.Name = "txtAtlasBezNrEZA2"
+ Me.txtAtlasBezNrEZA2.Size = New System.Drawing.Size(101, 20)
+ Me.txtAtlasBezNrEZA2.TabIndex = 17
+ '
+ 'txtAtlasBezNrNCTS2
+ '
+ Me.txtAtlasBezNrNCTS2._DateTimeOnly = False
+ Me.txtAtlasBezNrNCTS2._numbersOnly = False
+ Me.txtAtlasBezNrNCTS2._numbersOnlyKommastellen = ""
+ Me.txtAtlasBezNrNCTS2._numbersOnlyTrennzeichen = True
+ Me.txtAtlasBezNrNCTS2._Prozent = False
+ Me.txtAtlasBezNrNCTS2._ShortDateNew = False
+ Me.txtAtlasBezNrNCTS2._ShortDateOnly = False
+ Me.txtAtlasBezNrNCTS2._TimeOnly = False
+ Me.txtAtlasBezNrNCTS2._TimeOnly_Seconds = False
+ Me.txtAtlasBezNrNCTS2._value = Nothing
+ Me.txtAtlasBezNrNCTS2._Waehrung = False
+ Me.txtAtlasBezNrNCTS2._WaehrungZeichen = True
+ Me.txtAtlasBezNrNCTS2.Enabled = False
+ Me.txtAtlasBezNrNCTS2.ForeColor = System.Drawing.Color.Black
+ Me.txtAtlasBezNrNCTS2.Location = New System.Drawing.Point(359, 66)
+ Me.txtAtlasBezNrNCTS2.MaxLineLength = -1
+ Me.txtAtlasBezNrNCTS2.MaxLines_Warning = ""
+ Me.txtAtlasBezNrNCTS2.MaxLines_Warning_Label = Nothing
+ Me.txtAtlasBezNrNCTS2.Name = "txtAtlasBezNrNCTS2"
+ Me.txtAtlasBezNrNCTS2.Size = New System.Drawing.Size(101, 20)
+ Me.txtAtlasBezNrNCTS2.TabIndex = 18
+ '
'Label30
'
Me.Label30.AutoSize = True
@@ -1191,6 +1327,63 @@ Partial Class frmSendungsdetailsNEU
Me.lblZollsysErr.TabIndex = 19
Me.lblZollsysErr.Text = "ERR"
'
+ 'cboZollsystem
+ '
+ Me.cboZollsystem._allowedValuesFreiText = Nothing
+ Me.cboZollsystem._allowFreiText = False
+ Me.cboZollsystem._value = ""
+ Me.cboZollsystem.FormattingEnabled = True
+ Me.cboZollsystem.Location = New System.Drawing.Point(151, 42)
+ Me.cboZollsystem.Name = "cboZollsystem"
+ Me.cboZollsystem.Size = New System.Drawing.Size(97, 21)
+ Me.cboZollsystem.TabIndex = 11
+ '
+ 'txtAtlasBezNrEZA
+ '
+ Me.txtAtlasBezNrEZA._DateTimeOnly = False
+ Me.txtAtlasBezNrEZA._numbersOnly = False
+ Me.txtAtlasBezNrEZA._numbersOnlyKommastellen = ""
+ Me.txtAtlasBezNrEZA._numbersOnlyTrennzeichen = True
+ Me.txtAtlasBezNrEZA._Prozent = False
+ Me.txtAtlasBezNrEZA._ShortDateNew = False
+ Me.txtAtlasBezNrEZA._ShortDateOnly = False
+ Me.txtAtlasBezNrEZA._TimeOnly = False
+ Me.txtAtlasBezNrEZA._TimeOnly_Seconds = False
+ Me.txtAtlasBezNrEZA._value = Nothing
+ Me.txtAtlasBezNrEZA._Waehrung = False
+ Me.txtAtlasBezNrEZA._WaehrungZeichen = True
+ Me.txtAtlasBezNrEZA.ForeColor = System.Drawing.Color.Black
+ Me.txtAtlasBezNrEZA.Location = New System.Drawing.Point(253, 42)
+ Me.txtAtlasBezNrEZA.MaxLineLength = -1
+ Me.txtAtlasBezNrEZA.MaxLines_Warning = ""
+ Me.txtAtlasBezNrEZA.MaxLines_Warning_Label = Nothing
+ Me.txtAtlasBezNrEZA.Name = "txtAtlasBezNrEZA"
+ Me.txtAtlasBezNrEZA.Size = New System.Drawing.Size(101, 20)
+ Me.txtAtlasBezNrEZA.TabIndex = 12
+ '
+ 'txtAtlasBezNrNCTS
+ '
+ Me.txtAtlasBezNrNCTS._DateTimeOnly = False
+ Me.txtAtlasBezNrNCTS._numbersOnly = False
+ Me.txtAtlasBezNrNCTS._numbersOnlyKommastellen = ""
+ Me.txtAtlasBezNrNCTS._numbersOnlyTrennzeichen = True
+ Me.txtAtlasBezNrNCTS._Prozent = False
+ Me.txtAtlasBezNrNCTS._ShortDateNew = False
+ Me.txtAtlasBezNrNCTS._ShortDateOnly = False
+ Me.txtAtlasBezNrNCTS._TimeOnly = False
+ Me.txtAtlasBezNrNCTS._TimeOnly_Seconds = False
+ Me.txtAtlasBezNrNCTS._value = Nothing
+ Me.txtAtlasBezNrNCTS._Waehrung = False
+ Me.txtAtlasBezNrNCTS._WaehrungZeichen = True
+ Me.txtAtlasBezNrNCTS.ForeColor = System.Drawing.Color.Black
+ Me.txtAtlasBezNrNCTS.Location = New System.Drawing.Point(359, 42)
+ Me.txtAtlasBezNrNCTS.MaxLineLength = -1
+ Me.txtAtlasBezNrNCTS.MaxLines_Warning = ""
+ Me.txtAtlasBezNrNCTS.MaxLines_Warning_Label = Nothing
+ Me.txtAtlasBezNrNCTS.Name = "txtAtlasBezNrNCTS"
+ Me.txtAtlasBezNrNCTS.Size = New System.Drawing.Size(101, 20)
+ Me.txtAtlasBezNrNCTS.TabIndex = 13
+ '
'Label29
'
Me.Label29.AutoSize = True
@@ -1397,6 +1590,30 @@ Partial Class frmSendungsdetailsNEU
Me.btn_FrachtkostenBerechnen.Text = "berechnen"
Me.btn_FrachtkostenBerechnen.UseVisualStyleBackColor = True
'
+ 'txtFrachtkostenGesamt
+ '
+ Me.txtFrachtkostenGesamt._DateTimeOnly = False
+ Me.txtFrachtkostenGesamt._numbersOnly = False
+ Me.txtFrachtkostenGesamt._numbersOnlyKommastellen = ""
+ Me.txtFrachtkostenGesamt._numbersOnlyTrennzeichen = True
+ Me.txtFrachtkostenGesamt._Prozent = False
+ Me.txtFrachtkostenGesamt._ShortDateNew = False
+ Me.txtFrachtkostenGesamt._ShortDateOnly = False
+ Me.txtFrachtkostenGesamt._TimeOnly = False
+ Me.txtFrachtkostenGesamt._TimeOnly_Seconds = False
+ Me.txtFrachtkostenGesamt._value = ""
+ Me.txtFrachtkostenGesamt._Waehrung = True
+ Me.txtFrachtkostenGesamt._WaehrungZeichen = True
+ Me.txtFrachtkostenGesamt.ForeColor = System.Drawing.Color.Black
+ Me.txtFrachtkostenGesamt.Location = New System.Drawing.Point(375, 57)
+ Me.txtFrachtkostenGesamt.MaxLineLength = -1
+ Me.txtFrachtkostenGesamt.MaxLines_Warning = ""
+ Me.txtFrachtkostenGesamt.MaxLines_Warning_Label = Nothing
+ Me.txtFrachtkostenGesamt.Name = "txtFrachtkostenGesamt"
+ Me.txtFrachtkostenGesamt.Size = New System.Drawing.Size(50, 20)
+ Me.txtFrachtkostenGesamt.TabIndex = 61
+ Me.txtFrachtkostenGesamt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ '
'Label6
'
Me.Label6.AutoSize = True
@@ -1415,6 +1632,54 @@ Partial Class frmSendungsdetailsNEU
Me.Label1.Size = New System.Drawing.Size(0, 13)
Me.Label1.TabIndex = 63
'
+ 'txtFrachtkostenNichtEU
+ '
+ Me.txtFrachtkostenNichtEU._DateTimeOnly = False
+ Me.txtFrachtkostenNichtEU._numbersOnly = False
+ Me.txtFrachtkostenNichtEU._numbersOnlyKommastellen = ""
+ Me.txtFrachtkostenNichtEU._numbersOnlyTrennzeichen = True
+ Me.txtFrachtkostenNichtEU._Prozent = False
+ Me.txtFrachtkostenNichtEU._ShortDateNew = False
+ Me.txtFrachtkostenNichtEU._ShortDateOnly = False
+ Me.txtFrachtkostenNichtEU._TimeOnly = False
+ Me.txtFrachtkostenNichtEU._TimeOnly_Seconds = False
+ Me.txtFrachtkostenNichtEU._value = ""
+ Me.txtFrachtkostenNichtEU._Waehrung = True
+ Me.txtFrachtkostenNichtEU._WaehrungZeichen = True
+ Me.txtFrachtkostenNichtEU.ForeColor = System.Drawing.Color.Black
+ Me.txtFrachtkostenNichtEU.Location = New System.Drawing.Point(322, 57)
+ Me.txtFrachtkostenNichtEU.MaxLineLength = -1
+ Me.txtFrachtkostenNichtEU.MaxLines_Warning = ""
+ Me.txtFrachtkostenNichtEU.MaxLines_Warning_Label = Nothing
+ Me.txtFrachtkostenNichtEU.Name = "txtFrachtkostenNichtEU"
+ Me.txtFrachtkostenNichtEU.Size = New System.Drawing.Size(54, 20)
+ Me.txtFrachtkostenNichtEU.TabIndex = 14
+ Me.txtFrachtkostenNichtEU.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ '
+ 'txtFrachtkostenEU
+ '
+ Me.txtFrachtkostenEU._DateTimeOnly = False
+ Me.txtFrachtkostenEU._numbersOnly = False
+ Me.txtFrachtkostenEU._numbersOnlyKommastellen = ""
+ Me.txtFrachtkostenEU._numbersOnlyTrennzeichen = True
+ Me.txtFrachtkostenEU._Prozent = False
+ Me.txtFrachtkostenEU._ShortDateNew = False
+ Me.txtFrachtkostenEU._ShortDateOnly = False
+ Me.txtFrachtkostenEU._TimeOnly = False
+ Me.txtFrachtkostenEU._TimeOnly_Seconds = False
+ Me.txtFrachtkostenEU._value = ""
+ Me.txtFrachtkostenEU._Waehrung = True
+ Me.txtFrachtkostenEU._WaehrungZeichen = True
+ Me.txtFrachtkostenEU.ForeColor = System.Drawing.Color.Black
+ Me.txtFrachtkostenEU.Location = New System.Drawing.Point(269, 57)
+ Me.txtFrachtkostenEU.MaxLineLength = -1
+ Me.txtFrachtkostenEU.MaxLines_Warning = ""
+ Me.txtFrachtkostenEU.MaxLines_Warning_Label = Nothing
+ Me.txtFrachtkostenEU.Name = "txtFrachtkostenEU"
+ Me.txtFrachtkostenEU.Size = New System.Drawing.Size(54, 20)
+ Me.txtFrachtkostenEU.TabIndex = 12
+ Me.txtFrachtkostenEU.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ '
'cbx
'
Me.cbx.AutoSize = True
@@ -1426,6 +1691,31 @@ Partial Class frmSendungsdetailsNEU
Me.cbx.UseVisualStyleBackColor = True
Me.cbx.Visible = False
'
+ 'txtWarenwertWaehrung
+ '
+ Me.txtWarenwertWaehrung._allowFreitext = False
+ Me.txtWarenwertWaehrung._AllowSetValue = False
+ Me.txtWarenwertWaehrung._allowSpaceAsSplitter = False
+ Me.txtWarenwertWaehrung._autoSizeGross = False
+ Me.txtWarenwertWaehrung._hideIfListEmpty = True
+ Me.txtWarenwertWaehrung._value = ""
+ Me.txtWarenwertWaehrung.conn_art = "FMZOLL"
+ Me.txtWarenwertWaehrung.dgvpos = "LEFT"
+ Me.txtWarenwertWaehrung.DISPLAY_PARAM = Nothing
+ Me.txtWarenwertWaehrung.INVISIBLE_COLUMNS = Nothing
+ Me.txtWarenwertWaehrung.key_visible = False
+ Me.txtWarenwertWaehrung.KEYPARAM = Nothing
+ Me.txtWarenwertWaehrung.Location = New System.Drawing.Point(207, 77)
+ Me.txtWarenwertWaehrung.Name = "txtWarenwertWaehrung"
+ Me.txtWarenwertWaehrung.searchActive = True
+ Me.txtWarenwertWaehrung.Size = New System.Drawing.Size(51, 20)
+ Me.txtWarenwertWaehrung.SQL_ORDER_BY = Nothing
+ Me.txtWarenwertWaehrung.SQL_SELECT = Nothing
+ Me.txtWarenwertWaehrung.SQL_WHERE = Nothing
+ Me.txtWarenwertWaehrung.SQL_WhereParamList = Nothing
+ Me.txtWarenwertWaehrung.TabIndex = 11
+ Me.txtWarenwertWaehrung.usrcntl = Nothing
+ '
'lblWW
'
Me.lblWW.AutoSize = True
@@ -1435,6 +1725,30 @@ Partial Class frmSendungsdetailsNEU
Me.lblWW.TabIndex = 9
Me.lblWW.Text = "Warenwert:"
'
+ 'txtWarenwert
+ '
+ Me.txtWarenwert._DateTimeOnly = False
+ Me.txtWarenwert._numbersOnly = True
+ Me.txtWarenwert._numbersOnlyKommastellen = ""
+ Me.txtWarenwert._numbersOnlyTrennzeichen = True
+ Me.txtWarenwert._Prozent = False
+ Me.txtWarenwert._ShortDateNew = False
+ Me.txtWarenwert._ShortDateOnly = False
+ Me.txtWarenwert._TimeOnly = False
+ Me.txtWarenwert._TimeOnly_Seconds = False
+ Me.txtWarenwert._value = ""
+ Me.txtWarenwert._Waehrung = False
+ Me.txtWarenwert._WaehrungZeichen = True
+ Me.txtWarenwert.ForeColor = System.Drawing.Color.Black
+ Me.txtWarenwert.Location = New System.Drawing.Point(78, 77)
+ Me.txtWarenwert.MaxLineLength = -1
+ Me.txtWarenwert.MaxLines_Warning = ""
+ Me.txtWarenwert.MaxLines_Warning_Label = Nothing
+ Me.txtWarenwert.Name = "txtWarenwert"
+ Me.txtWarenwert.Size = New System.Drawing.Size(130, 20)
+ Me.txtWarenwert.TabIndex = 10
+ Me.txtWarenwert.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ '
'Button21
'
Me.Button21.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
@@ -1511,6 +1825,30 @@ Partial Class frmSendungsdetailsNEU
Me.Button12.UseVisualStyleBackColor = True
Me.Button12.Visible = False
'
+ 'txtGewicht
+ '
+ Me.txtGewicht._DateTimeOnly = False
+ Me.txtGewicht._numbersOnly = True
+ Me.txtGewicht._numbersOnlyKommastellen = "1"
+ Me.txtGewicht._numbersOnlyTrennzeichen = True
+ Me.txtGewicht._Prozent = False
+ Me.txtGewicht._ShortDateNew = False
+ Me.txtGewicht._ShortDateOnly = False
+ Me.txtGewicht._TimeOnly = False
+ Me.txtGewicht._TimeOnly_Seconds = False
+ Me.txtGewicht._value = ""
+ Me.txtGewicht._Waehrung = False
+ Me.txtGewicht._WaehrungZeichen = True
+ Me.txtGewicht.ForeColor = System.Drawing.Color.Black
+ Me.txtGewicht.Location = New System.Drawing.Point(81, 22)
+ Me.txtGewicht.MaxLineLength = -1
+ Me.txtGewicht.MaxLines_Warning = ""
+ Me.txtGewicht.MaxLines_Warning_Label = Nothing
+ Me.txtGewicht.Name = "txtGewicht"
+ Me.txtGewicht.Size = New System.Drawing.Size(69, 20)
+ Me.txtGewicht.TabIndex = 4
+ Me.txtGewicht.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ '
'lblWarenbezeichnung
'
Me.lblWarenbezeichnung.AutoSize = True
@@ -1560,6 +1898,30 @@ Partial Class frmSendungsdetailsNEU
Me.Button8.TabIndex = 22
Me.Button8.UseVisualStyleBackColor = True
'
+ 'txtColli
+ '
+ Me.txtColli._DateTimeOnly = False
+ Me.txtColli._numbersOnly = True
+ Me.txtColli._numbersOnlyKommastellen = "0"
+ Me.txtColli._numbersOnlyTrennzeichen = True
+ Me.txtColli._Prozent = False
+ Me.txtColli._ShortDateNew = False
+ Me.txtColli._ShortDateOnly = False
+ Me.txtColli._TimeOnly = False
+ Me.txtColli._TimeOnly_Seconds = False
+ Me.txtColli._value = ""
+ Me.txtColli._Waehrung = False
+ Me.txtColli._WaehrungZeichen = True
+ Me.txtColli.ForeColor = System.Drawing.Color.Black
+ Me.txtColli.Location = New System.Drawing.Point(7, 22)
+ Me.txtColli.MaxLineLength = -1
+ Me.txtColli.MaxLines_Warning = ""
+ Me.txtColli.MaxLines_Warning_Label = Nothing
+ Me.txtColli.Name = "txtColli"
+ Me.txtColli.Size = New System.Drawing.Size(46, 20)
+ Me.txtColli.TabIndex = 3
+ Me.txtColli.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ '
'rtbWarenbezeichnung
'
Me.rtbWarenbezeichnung.Cursor = System.Windows.Forms.Cursors.IBeam
@@ -1597,6 +1959,19 @@ Partial Class frmSendungsdetailsNEU
Me.lblAnmerkung.TabIndex = 17
Me.lblAnmerkung.Text = "Anmerkung:"
'
+ 'cboPrinter
+ '
+ Me.cboPrinter._allowedValuesFreiText = Nothing
+ Me.cboPrinter._allowFreiText = False
+ Me.cboPrinter._value = ""
+ Me.cboPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
+ Me.cboPrinter.DropDownWidth = 300
+ Me.cboPrinter.FormattingEnabled = True
+ Me.cboPrinter.Location = New System.Drawing.Point(296, 187)
+ Me.cboPrinter.Name = "cboPrinter"
+ Me.cboPrinter.Size = New System.Drawing.Size(131, 21)
+ Me.cboPrinter.TabIndex = 24
+ '
'rtbAnmerkung
'
Me.rtbAnmerkung.Location = New System.Drawing.Point(6, 127)
@@ -1626,6 +2001,30 @@ Partial Class frmSendungsdetailsNEU
Me.lblZuKass.TabIndex = 0
Me.lblZuKass.Text = "zu kassieren (BAR):"
'
+ 'txtBARzuKassieren
+ '
+ Me.txtBARzuKassieren._DateTimeOnly = False
+ Me.txtBARzuKassieren._numbersOnly = False
+ Me.txtBARzuKassieren._numbersOnlyKommastellen = ""
+ Me.txtBARzuKassieren._numbersOnlyTrennzeichen = True
+ Me.txtBARzuKassieren._Prozent = False
+ Me.txtBARzuKassieren._ShortDateNew = False
+ Me.txtBARzuKassieren._ShortDateOnly = False
+ Me.txtBARzuKassieren._TimeOnly = False
+ Me.txtBARzuKassieren._TimeOnly_Seconds = False
+ Me.txtBARzuKassieren._value = ""
+ Me.txtBARzuKassieren._Waehrung = True
+ Me.txtBARzuKassieren._WaehrungZeichen = True
+ Me.txtBARzuKassieren.ForeColor = System.Drawing.Color.Black
+ Me.txtBARzuKassieren.Location = New System.Drawing.Point(3, 16)
+ Me.txtBARzuKassieren.MaxLineLength = -1
+ Me.txtBARzuKassieren.MaxLines_Warning = ""
+ Me.txtBARzuKassieren.MaxLines_Warning_Label = Nothing
+ Me.txtBARzuKassieren.Name = "txtBARzuKassieren"
+ Me.txtBARzuKassieren.Size = New System.Drawing.Size(100, 20)
+ Me.txtBARzuKassieren.TabIndex = 1
+ Me.txtBARzuKassieren.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ '
'Label7
'
Me.Label7.AutoSize = True
@@ -1697,6 +2096,131 @@ Partial Class frmSendungsdetailsNEU
Me.btnVorkostenAdd.TabStop = False
Me.btnVorkostenAdd.UseVisualStyleBackColor = False
'
+ 'txtVK_Preis
+ '
+ Me.txtVK_Preis._DateTimeOnly = False
+ Me.txtVK_Preis._numbersOnly = True
+ Me.txtVK_Preis._numbersOnlyKommastellen = ""
+ Me.txtVK_Preis._numbersOnlyTrennzeichen = True
+ Me.txtVK_Preis._Prozent = False
+ Me.txtVK_Preis._ShortDateNew = False
+ Me.txtVK_Preis._ShortDateOnly = False
+ Me.txtVK_Preis._TimeOnly = False
+ Me.txtVK_Preis._TimeOnly_Seconds = False
+ Me.txtVK_Preis._value = ""
+ Me.txtVK_Preis._Waehrung = True
+ Me.txtVK_Preis._WaehrungZeichen = True
+ Me.txtVK_Preis.ForeColor = System.Drawing.Color.Black
+ Me.txtVK_Preis.Location = New System.Drawing.Point(255, 205)
+ Me.txtVK_Preis.MaxLength = 15
+ Me.txtVK_Preis.MaxLineLength = -1
+ Me.txtVK_Preis.MaxLines_Warning = ""
+ Me.txtVK_Preis.MaxLines_Warning_Label = Nothing
+ Me.txtVK_Preis.Name = "txtVK_Preis"
+ Me.txtVK_Preis.Size = New System.Drawing.Size(75, 20)
+ Me.txtVK_Preis.TabIndex = 4
+ '
+ 'txtVK_Leistung
+ '
+ Me.txtVK_Leistung._DateTimeOnly = False
+ Me.txtVK_Leistung._numbersOnly = False
+ Me.txtVK_Leistung._numbersOnlyKommastellen = ""
+ Me.txtVK_Leistung._numbersOnlyTrennzeichen = True
+ Me.txtVK_Leistung._Prozent = False
+ Me.txtVK_Leistung._ShortDateNew = False
+ Me.txtVK_Leistung._ShortDateOnly = False
+ Me.txtVK_Leistung._TimeOnly = False
+ Me.txtVK_Leistung._TimeOnly_Seconds = False
+ Me.txtVK_Leistung._value = ""
+ Me.txtVK_Leistung._Waehrung = False
+ Me.txtVK_Leistung._WaehrungZeichen = False
+ Me.txtVK_Leistung.ForeColor = System.Drawing.Color.Black
+ Me.txtVK_Leistung.Location = New System.Drawing.Point(129, 205)
+ Me.txtVK_Leistung.MaxLength = 30
+ Me.txtVK_Leistung.MaxLineLength = -1
+ Me.txtVK_Leistung.MaxLines_Warning = ""
+ Me.txtVK_Leistung.MaxLines_Warning_Label = Nothing
+ Me.txtVK_Leistung.Name = "txtVK_Leistung"
+ Me.txtVK_Leistung.Size = New System.Drawing.Size(127, 20)
+ Me.txtVK_Leistung.TabIndex = 2
+ '
+ 'txtVK_Firma
+ '
+ Me.txtVK_Firma._DateTimeOnly = False
+ Me.txtVK_Firma._numbersOnly = False
+ Me.txtVK_Firma._numbersOnlyKommastellen = ""
+ Me.txtVK_Firma._numbersOnlyTrennzeichen = True
+ Me.txtVK_Firma._Prozent = False
+ Me.txtVK_Firma._ShortDateNew = False
+ Me.txtVK_Firma._ShortDateOnly = False
+ Me.txtVK_Firma._TimeOnly = False
+ Me.txtVK_Firma._TimeOnly_Seconds = False
+ Me.txtVK_Firma._value = ""
+ Me.txtVK_Firma._Waehrung = False
+ Me.txtVK_Firma._WaehrungZeichen = True
+ Me.txtVK_Firma.ForeColor = System.Drawing.Color.Black
+ Me.txtVK_Firma.Location = New System.Drawing.Point(3, 205)
+ Me.txtVK_Firma.MaxLength = 200
+ Me.txtVK_Firma.MaxLineLength = -1
+ Me.txtVK_Firma.MaxLines_Warning = ""
+ Me.txtVK_Firma.MaxLines_Warning_Label = Nothing
+ Me.txtVK_Firma.Name = "txtVK_Firma"
+ Me.txtVK_Firma.Size = New System.Drawing.Size(127, 20)
+ Me.txtVK_Firma.TabIndex = 1
+ '
+ 'dgvVorkosten
+ '
+ Me.dgvVorkosten.AKTUALISIERUNGS_INTERVALL = -1
+ Me.dgvVorkosten.AllowUserToAddRows = False
+ Me.dgvVorkosten.AllowUserToDeleteRows = False
+ Me.dgvVorkosten.AllowUserToResizeColumns = False
+ Me.dgvVorkosten.AllowUserToResizeRows = False
+ Me.dgvVorkosten.BackgroundColor = System.Drawing.Color.White
+ Me.dgvVorkosten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
+ Me.dgvVorkosten.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnVK_id, Me.clmnFirma, Me.clmnLeistung, Me.clmnPreis})
+ Me.dgvVorkosten.Location = New System.Drawing.Point(3, 4)
+ Me.dgvVorkosten.MultiSelect = False
+ Me.dgvVorkosten.Name = "dgvVorkosten"
+ Me.dgvVorkosten.ReadOnly = True
+ Me.dgvVorkosten.RowHeadersVisible = False
+ Me.dgvVorkosten.RowTemplate.Height = 18
+ Me.dgvVorkosten.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
+ Me.dgvVorkosten.Size = New System.Drawing.Size(360, 194)
+ Me.dgvVorkosten.TabIndex = 0
+ '
+ 'clmnVK_id
+ '
+ Me.clmnVK_id.HeaderText = "ID"
+ Me.clmnVK_id.Name = "clmnVK_id"
+ Me.clmnVK_id.ReadOnly = True
+ Me.clmnVK_id.Visible = False
+ '
+ 'clmnFirma
+ '
+ Me.clmnFirma.HeaderText = "Firma"
+ Me.clmnFirma.MaxInputLength = 200
+ Me.clmnFirma.Name = "clmnFirma"
+ Me.clmnFirma.ReadOnly = True
+ Me.clmnFirma.Width = 127
+ '
+ 'clmnLeistung
+ '
+ Me.clmnLeistung.HeaderText = "Leistung"
+ Me.clmnLeistung.MaxInputLength = 30
+ Me.clmnLeistung.Name = "clmnLeistung"
+ Me.clmnLeistung.ReadOnly = True
+ Me.clmnLeistung.Width = 129
+ '
+ 'clmnPreis
+ '
+ Me.clmnPreis.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
+ DataGridViewCellStyle4.Format = "C2"
+ Me.clmnPreis.DefaultCellStyle = DataGridViewCellStyle4
+ Me.clmnPreis.HeaderText = "Preis"
+ Me.clmnPreis.MaxInputLength = 15
+ Me.clmnPreis.Name = "clmnPreis"
+ Me.clmnPreis.ReadOnly = True
+ '
'tbBAR
'
Me.tbBAR.Controls.Add(Me.dgvBelege)
@@ -1711,6 +2235,25 @@ Partial Class frmSendungsdetailsNEU
Me.tbBAR.Text = "Abrechnung/BAR-Belege"
Me.tbBAR.UseVisualStyleBackColor = True
'
+ 'dgvBelege
+ '
+ Me.dgvBelege.AKTUALISIERUNGS_INTERVALL = -1
+ Me.dgvBelege.AllowUserToAddRows = False
+ Me.dgvBelege.AllowUserToDeleteRows = False
+ Me.dgvBelege.AllowUserToResizeColumns = False
+ Me.dgvBelege.AllowUserToResizeRows = False
+ Me.dgvBelege.BackgroundColor = System.Drawing.Color.White
+ Me.dgvBelege.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
+ Me.dgvBelege.Location = New System.Drawing.Point(6, 40)
+ Me.dgvBelege.MultiSelect = False
+ Me.dgvBelege.Name = "dgvBelege"
+ Me.dgvBelege.ReadOnly = True
+ Me.dgvBelege.RowHeadersVisible = False
+ Me.dgvBelege.RowTemplate.Height = 18
+ Me.dgvBelege.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
+ Me.dgvBelege.Size = New System.Drawing.Size(360, 165)
+ Me.dgvBelege.TabIndex = 3
+ '
'Button9
'
Me.Button9.BackColor = System.Drawing.Color.WhiteSmoke
@@ -1867,6 +2410,36 @@ Partial Class frmSendungsdetailsNEU
Me.Panel6.Size = New System.Drawing.Size(775, 325)
Me.Panel6.TabIndex = 1
'
+ 'txtFrachtfuehrer
+ '
+ Me.txtFrachtfuehrer._AlleFirmenCLUSTER = False
+ Me.txtFrachtfuehrer._AllowSetValue = True
+ Me.txtFrachtfuehrer._autoSizeGross = True
+ Me.txtFrachtfuehrer._display_Name1 = False
+ Me.txtFrachtfuehrer._displayAVISO_Email = False
+ Me.txtFrachtfuehrer._displayFullName = False
+ Me.txtFrachtfuehrer._displayWoelflKd = False
+ Me.txtFrachtfuehrer._hideIfListEmpty = True
+ Me.txtFrachtfuehrer._loadKdData = True
+ Me.txtFrachtfuehrer._searchName1 = True
+ Me.txtFrachtfuehrer._UseFIRMA = ""
+ Me.txtFrachtfuehrer._ValueKdAndName = False
+ Me.txtFrachtfuehrer.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
+ Me.txtFrachtfuehrer.dgvpos = "LEFT"
+ Me.txtFrachtfuehrer.KdName = Nothing
+ Me.txtFrachtfuehrer.KdNr = "-1"
+ Me.txtFrachtfuehrer.kdNrField = Nothing
+ Me.txtFrachtfuehrer.KdNrNullInt = Nothing
+ Me.txtFrachtfuehrer.Location = New System.Drawing.Point(120, 168)
+ Me.txtFrachtfuehrer.MaxLength = 50
+ Me.txtFrachtfuehrer.Name = "txtFrachtfuehrer"
+ Me.txtFrachtfuehrer.nurAktive = False
+ Me.txtFrachtfuehrer.searchActive = True
+ Me.txtFrachtfuehrer.Size = New System.Drawing.Size(245, 20)
+ Me.txtFrachtfuehrer.TabIndex = 75
+ Me.txtFrachtfuehrer.TIMER_SEARCH = True
+ Me.txtFrachtfuehrer.usrcntl = Nothing
+ '
'Panel12
'
Me.Panel12.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
@@ -2112,6 +2685,80 @@ Partial Class frmSendungsdetailsNEU
Me.Button11.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
Me.Button11.UseVisualStyleBackColor = True
'
+ 'txtKdAuftragsNrFrachtfuehrer
+ '
+ Me.txtKdAuftragsNrFrachtfuehrer._DateTimeOnly = False
+ Me.txtKdAuftragsNrFrachtfuehrer._numbersOnly = False
+ Me.txtKdAuftragsNrFrachtfuehrer._numbersOnlyKommastellen = ""
+ Me.txtKdAuftragsNrFrachtfuehrer._numbersOnlyTrennzeichen = True
+ Me.txtKdAuftragsNrFrachtfuehrer._Prozent = False
+ Me.txtKdAuftragsNrFrachtfuehrer._ShortDateNew = False
+ Me.txtKdAuftragsNrFrachtfuehrer._ShortDateOnly = False
+ Me.txtKdAuftragsNrFrachtfuehrer._TimeOnly = False
+ Me.txtKdAuftragsNrFrachtfuehrer._TimeOnly_Seconds = False
+ Me.txtKdAuftragsNrFrachtfuehrer._value = Nothing
+ Me.txtKdAuftragsNrFrachtfuehrer._Waehrung = False
+ Me.txtKdAuftragsNrFrachtfuehrer._WaehrungZeichen = True
+ Me.txtKdAuftragsNrFrachtfuehrer.ForeColor = System.Drawing.Color.Black
+ Me.txtKdAuftragsNrFrachtfuehrer.Location = New System.Drawing.Point(410, 168)
+ Me.txtKdAuftragsNrFrachtfuehrer.MaxLength = 50
+ Me.txtKdAuftragsNrFrachtfuehrer.MaxLineLength = -1
+ Me.txtKdAuftragsNrFrachtfuehrer.MaxLines_Warning = ""
+ Me.txtKdAuftragsNrFrachtfuehrer.MaxLines_Warning_Label = Nothing
+ Me.txtKdAuftragsNrFrachtfuehrer.Name = "txtKdAuftragsNrFrachtfuehrer"
+ Me.txtKdAuftragsNrFrachtfuehrer.Size = New System.Drawing.Size(90, 20)
+ Me.txtKdAuftragsNrFrachtfuehrer.TabIndex = 77
+ '
+ 'txtKdAuftragsNrEmpfaenger
+ '
+ Me.txtKdAuftragsNrEmpfaenger._DateTimeOnly = False
+ Me.txtKdAuftragsNrEmpfaenger._numbersOnly = False
+ Me.txtKdAuftragsNrEmpfaenger._numbersOnlyKommastellen = ""
+ Me.txtKdAuftragsNrEmpfaenger._numbersOnlyTrennzeichen = True
+ Me.txtKdAuftragsNrEmpfaenger._Prozent = False
+ Me.txtKdAuftragsNrEmpfaenger._ShortDateNew = False
+ Me.txtKdAuftragsNrEmpfaenger._ShortDateOnly = False
+ Me.txtKdAuftragsNrEmpfaenger._TimeOnly = False
+ Me.txtKdAuftragsNrEmpfaenger._TimeOnly_Seconds = False
+ Me.txtKdAuftragsNrEmpfaenger._value = Nothing
+ Me.txtKdAuftragsNrEmpfaenger._Waehrung = False
+ Me.txtKdAuftragsNrEmpfaenger._WaehrungZeichen = True
+ Me.txtKdAuftragsNrEmpfaenger.ForeColor = System.Drawing.Color.Black
+ Me.txtKdAuftragsNrEmpfaenger.Location = New System.Drawing.Point(410, 94)
+ Me.txtKdAuftragsNrEmpfaenger.MaxLength = 50
+ Me.txtKdAuftragsNrEmpfaenger.MaxLineLength = -1
+ Me.txtKdAuftragsNrEmpfaenger.MaxLines_Warning = ""
+ Me.txtKdAuftragsNrEmpfaenger.MaxLines_Warning_Label = Nothing
+ Me.txtKdAuftragsNrEmpfaenger.Name = "txtKdAuftragsNrEmpfaenger"
+ Me.txtKdAuftragsNrEmpfaenger.Size = New System.Drawing.Size(90, 20)
+ Me.txtKdAuftragsNrEmpfaenger.TabIndex = 48
+ '
+ 'txtKdAuftragsNrAvisierer
+ '
+ Me.txtKdAuftragsNrAvisierer._DateTimeOnly = False
+ Me.txtKdAuftragsNrAvisierer._numbersOnly = False
+ Me.txtKdAuftragsNrAvisierer._numbersOnlyKommastellen = ""
+ Me.txtKdAuftragsNrAvisierer._numbersOnlyTrennzeichen = True
+ Me.txtKdAuftragsNrAvisierer._Prozent = False
+ Me.txtKdAuftragsNrAvisierer._ShortDateNew = False
+ Me.txtKdAuftragsNrAvisierer._ShortDateOnly = False
+ Me.txtKdAuftragsNrAvisierer._TimeOnly = False
+ Me.txtKdAuftragsNrAvisierer._TimeOnly_Seconds = False
+ Me.txtKdAuftragsNrAvisierer._value = Nothing
+ Me.txtKdAuftragsNrAvisierer._Waehrung = False
+ Me.txtKdAuftragsNrAvisierer._WaehrungZeichen = True
+ Me.txtKdAuftragsNrAvisierer.BackColor = System.Drawing.Color.White
+ Me.txtKdAuftragsNrAvisierer.ContextMenuStrip = Me.cntxt
+ Me.txtKdAuftragsNrAvisierer.ForeColor = System.Drawing.Color.Black
+ Me.txtKdAuftragsNrAvisierer.Location = New System.Drawing.Point(410, 20)
+ Me.txtKdAuftragsNrAvisierer.MaxLength = 50
+ Me.txtKdAuftragsNrAvisierer.MaxLineLength = -1
+ Me.txtKdAuftragsNrAvisierer.MaxLines_Warning = ""
+ Me.txtKdAuftragsNrAvisierer.MaxLines_Warning_Label = Nothing
+ Me.txtKdAuftragsNrAvisierer.Name = "txtKdAuftragsNrAvisierer"
+ Me.txtKdAuftragsNrAvisierer.Size = New System.Drawing.Size(90, 20)
+ Me.txtKdAuftragsNrAvisierer.TabIndex = 16
+ '
'cntxt
'
Me.cntxt.ImageScalingSize = New System.Drawing.Size(24, 24)
@@ -2136,6 +2783,81 @@ Partial Class frmSendungsdetailsNEU
Me.lblKdAtrNr.TabIndex = 2
Me.lblKdAtrNr.Text = "Kd-AuftragsNr.:"
'
+ 'FlatButton4
+ '
+ Me.FlatButton4.allowBorder = False
+ Me.FlatButton4.BackgroundImage = CType(resources.GetObject("FlatButton4.BackgroundImage"), System.Drawing.Image)
+ Me.FlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
+ Me.FlatButton4.FlatAppearance.BorderSize = 0
+ Me.FlatButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.FlatButton4.ForeColor = System.Drawing.Color.Black
+ Me.FlatButton4.Location = New System.Drawing.Point(365, 132)
+ Me.FlatButton4.Name = "FlatButton4"
+ Me.FlatButton4.Size = New System.Drawing.Size(22, 22)
+ Me.FlatButton4.TabIndex = 62
+ Me.FlatButton4.TabStop = False
+ Me.FlatButton4.UseVisualStyleBackColor = True
+ '
+ 'FlatButton1
+ '
+ Me.FlatButton1.allowBorder = False
+ Me.FlatButton1.BackgroundImage = CType(resources.GetObject("FlatButton1.BackgroundImage"), System.Drawing.Image)
+ Me.FlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
+ Me.FlatButton1.FlatAppearance.BorderSize = 0
+ Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.FlatButton1.ForeColor = System.Drawing.Color.Black
+ Me.FlatButton1.Location = New System.Drawing.Point(365, 93)
+ Me.FlatButton1.Name = "FlatButton1"
+ Me.FlatButton1.Size = New System.Drawing.Size(22, 22)
+ Me.FlatButton1.TabIndex = 46
+ Me.FlatButton1.TabStop = False
+ Me.FlatButton1.UseVisualStyleBackColor = True
+ '
+ 'btnFrachtfuehrer
+ '
+ Me.btnFrachtfuehrer.allowBorder = False
+ Me.btnFrachtfuehrer.BackgroundImage = Global.AVISO.My.Resources.Resources.personInaktiv
+ Me.btnFrachtfuehrer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
+ Me.btnFrachtfuehrer.FlatAppearance.BorderSize = 0
+ Me.btnFrachtfuehrer.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.btnFrachtfuehrer.ForeColor = System.Drawing.Color.Black
+ Me.btnFrachtfuehrer.Location = New System.Drawing.Point(365, 167)
+ Me.btnFrachtfuehrer.Name = "btnFrachtfuehrer"
+ Me.btnFrachtfuehrer.Size = New System.Drawing.Size(22, 22)
+ Me.btnFrachtfuehrer.TabIndex = 76
+ Me.btnFrachtfuehrer.TabStop = False
+ Me.btnFrachtfuehrer.UseVisualStyleBackColor = True
+ '
+ 'FlatButton3
+ '
+ Me.FlatButton3.allowBorder = False
+ Me.FlatButton3.BackgroundImage = Global.AVISO.My.Resources.Resources.personInaktiv
+ Me.FlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
+ Me.FlatButton3.FlatAppearance.BorderSize = 0
+ Me.FlatButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.FlatButton3.ForeColor = System.Drawing.Color.Black
+ Me.FlatButton3.Location = New System.Drawing.Point(365, 56)
+ Me.FlatButton3.Name = "FlatButton3"
+ Me.FlatButton3.Size = New System.Drawing.Size(22, 22)
+ Me.FlatButton3.TabIndex = 29
+ Me.FlatButton3.TabStop = False
+ Me.FlatButton3.UseVisualStyleBackColor = True
+ '
+ 'btnAvisierer
+ '
+ Me.btnAvisierer.allowBorder = False
+ Me.btnAvisierer.BackgroundImage = Global.AVISO.My.Resources.Resources.personInaktiv
+ Me.btnAvisierer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
+ Me.btnAvisierer.FlatAppearance.BorderSize = 0
+ Me.btnAvisierer.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.btnAvisierer.ForeColor = System.Drawing.Color.Black
+ Me.btnAvisierer.Location = New System.Drawing.Point(365, 19)
+ Me.btnAvisierer.Name = "btnAvisierer"
+ Me.btnAvisierer.Size = New System.Drawing.Size(22, 22)
+ Me.btnAvisierer.TabIndex = 15
+ Me.btnAvisierer.TabStop = False
+ Me.btnAvisierer.UseVisualStyleBackColor = True
+ '
'Button4
'
Me.Button4.BackColor = System.Drawing.Color.Transparent
@@ -2240,6 +2962,67 @@ Partial Class frmSendungsdetailsNEU
Me.Panel15.Size = New System.Drawing.Size(5, 325)
Me.Panel15.TabIndex = 1
'
+ 'txtAvisierer
+ '
+ Me.txtAvisierer._AlleFirmenCLUSTER = False
+ Me.txtAvisierer._AllowSetValue = True
+ Me.txtAvisierer._autoSizeGross = True
+ Me.txtAvisierer._display_Name1 = False
+ Me.txtAvisierer._displayAVISO_Email = False
+ Me.txtAvisierer._displayFullName = False
+ Me.txtAvisierer._displayWoelflKd = False
+ Me.txtAvisierer._hideIfListEmpty = True
+ Me.txtAvisierer._loadKdData = True
+ Me.txtAvisierer._searchName1 = True
+ Me.txtAvisierer._UseFIRMA = ""
+ Me.txtAvisierer._ValueKdAndName = False
+ Me.txtAvisierer.BackColor = System.Drawing.SystemColors.Window
+ Me.txtAvisierer.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
+ Me.txtAvisierer.dgvpos = "LEFT"
+ Me.txtAvisierer.KdName = Nothing
+ Me.txtAvisierer.KdNr = "-1"
+ Me.txtAvisierer.kdNrField = Nothing
+ Me.txtAvisierer.KdNrNullInt = Nothing
+ Me.txtAvisierer.Location = New System.Drawing.Point(120, 20)
+ Me.txtAvisierer.MaxLength = 50
+ Me.txtAvisierer.Name = "txtAvisierer"
+ Me.txtAvisierer.nurAktive = False
+ Me.txtAvisierer.searchActive = True
+ Me.txtAvisierer.Size = New System.Drawing.Size(245, 20)
+ Me.txtAvisierer.TabIndex = 14
+ Me.txtAvisierer.TIMER_SEARCH = True
+ Me.txtAvisierer.usrcntl = Nothing
+ '
+ 'txtAuftraggeber
+ '
+ Me.txtAuftraggeber._AlleFirmenCLUSTER = False
+ Me.txtAuftraggeber._AllowSetValue = True
+ Me.txtAuftraggeber._autoSizeGross = True
+ Me.txtAuftraggeber._display_Name1 = False
+ Me.txtAuftraggeber._displayAVISO_Email = False
+ Me.txtAuftraggeber._displayFullName = False
+ Me.txtAuftraggeber._displayWoelflKd = False
+ Me.txtAuftraggeber._hideIfListEmpty = True
+ Me.txtAuftraggeber._loadKdData = True
+ Me.txtAuftraggeber._searchName1 = True
+ Me.txtAuftraggeber._UseFIRMA = ""
+ Me.txtAuftraggeber._ValueKdAndName = False
+ Me.txtAuftraggeber.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
+ Me.txtAuftraggeber.dgvpos = "LEFT"
+ Me.txtAuftraggeber.KdName = Nothing
+ Me.txtAuftraggeber.KdNr = "-1"
+ Me.txtAuftraggeber.kdNrField = Nothing
+ Me.txtAuftraggeber.KdNrNullInt = Nothing
+ Me.txtAuftraggeber.Location = New System.Drawing.Point(120, 57)
+ Me.txtAuftraggeber.MaxLength = 50
+ Me.txtAuftraggeber.Name = "txtAuftraggeber"
+ Me.txtAuftraggeber.nurAktive = False
+ Me.txtAuftraggeber.searchActive = True
+ Me.txtAuftraggeber.Size = New System.Drawing.Size(245, 20)
+ Me.txtAuftraggeber.TabIndex = 28
+ Me.txtAuftraggeber.TIMER_SEARCH = True
+ Me.txtAuftraggeber.usrcntl = Nothing
+ '
'Panel13
'
Me.Panel13.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
@@ -2267,6 +3050,32 @@ Partial Class frmSendungsdetailsNEU
Me.Panel10.Size = New System.Drawing.Size(710, 1)
Me.Panel10.TabIndex = 39
'
+ 'txtFrachtfuehrerKdNr
+ '
+ Me.txtFrachtfuehrerKdNr._DateTimeOnly = False
+ Me.txtFrachtfuehrerKdNr._numbersOnly = False
+ Me.txtFrachtfuehrerKdNr._numbersOnlyKommastellen = ""
+ Me.txtFrachtfuehrerKdNr._numbersOnlyTrennzeichen = True
+ Me.txtFrachtfuehrerKdNr._Prozent = False
+ Me.txtFrachtfuehrerKdNr._ShortDateNew = False
+ Me.txtFrachtfuehrerKdNr._ShortDateOnly = False
+ Me.txtFrachtfuehrerKdNr._TimeOnly = False
+ Me.txtFrachtfuehrerKdNr._TimeOnly_Seconds = False
+ Me.txtFrachtfuehrerKdNr._value = Nothing
+ Me.txtFrachtfuehrerKdNr._Waehrung = False
+ Me.txtFrachtfuehrerKdNr._WaehrungZeichen = True
+ Me.txtFrachtfuehrerKdNr.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
+ Me.txtFrachtfuehrerKdNr.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.txtFrachtfuehrerKdNr.Location = New System.Drawing.Point(121, 155)
+ Me.txtFrachtfuehrerKdNr.MaxLineLength = -1
+ Me.txtFrachtfuehrerKdNr.MaxLines_Warning = ""
+ Me.txtFrachtfuehrerKdNr.MaxLines_Warning_Label = Nothing
+ Me.txtFrachtfuehrerKdNr.Name = "txtFrachtfuehrerKdNr"
+ Me.txtFrachtfuehrerKdNr.ReadOnly = True
+ Me.txtFrachtfuehrerKdNr.Size = New System.Drawing.Size(101, 13)
+ Me.txtFrachtfuehrerKdNr.TabIndex = 70
+ Me.txtFrachtfuehrerKdNr.TabStop = False
+ '
'Panel8
'
Me.Panel8.BackColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
@@ -2286,6 +3095,35 @@ Partial Class frmSendungsdetailsNEU
Me.lblEmpfAufschubEustTxt.TabIndex = 8
Me.lblEmpfAufschubEustTxt.Text = "Aufschub:"
'
+ 'lblEmpfAufschubEust
+ '
+ Me.lblEmpfAufschubEust._DateTimeOnly = False
+ Me.lblEmpfAufschubEust._numbersOnly = False
+ Me.lblEmpfAufschubEust._numbersOnlyKommastellen = ""
+ Me.lblEmpfAufschubEust._numbersOnlyTrennzeichen = True
+ Me.lblEmpfAufschubEust._Prozent = False
+ Me.lblEmpfAufschubEust._ShortDateNew = False
+ Me.lblEmpfAufschubEust._ShortDateOnly = False
+ Me.lblEmpfAufschubEust._TimeOnly = False
+ Me.lblEmpfAufschubEust._TimeOnly_Seconds = False
+ Me.lblEmpfAufschubEust._value = Nothing
+ Me.lblEmpfAufschubEust._Waehrung = False
+ Me.lblEmpfAufschubEust._WaehrungZeichen = True
+ Me.lblEmpfAufschubEust.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
+ Me.lblEmpfAufschubEust.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.lblEmpfAufschubEust.ForeColor = System.Drawing.Color.Black
+ Me.lblEmpfAufschubEust.Location = New System.Drawing.Point(631, 98)
+ Me.lblEmpfAufschubEust.MaxLineLength = -1
+ Me.lblEmpfAufschubEust.MaxLines_Warning = ""
+ Me.lblEmpfAufschubEust.MaxLines_Warning_Label = Nothing
+ Me.lblEmpfAufschubEust.Name = "lblEmpfAufschubEust"
+ Me.lblEmpfAufschubEust.ReadOnly = True
+ Me.lblEmpfAufschubEust.RightToLeft = System.Windows.Forms.RightToLeft.No
+ Me.lblEmpfAufschubEust.Size = New System.Drawing.Size(69, 13)
+ Me.lblEmpfAufschubEust.TabIndex = 55
+ Me.lblEmpfAufschubEust.TabStop = False
+ Me.lblEmpfAufschubEust.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ '
'lblFrachtfuehrer
'
Me.lblFrachtfuehrer.AutoSize = True
@@ -2328,6 +3166,32 @@ Partial Class frmSendungsdetailsNEU
Me.lblAbsender.Text = "Absender"
Me.lblAbsender.TextAlign = System.Drawing.ContentAlignment.TopRight
'
+ 'txtAbsenderKdNr
+ '
+ Me.txtAbsenderKdNr._DateTimeOnly = False
+ Me.txtAbsenderKdNr._numbersOnly = False
+ Me.txtAbsenderKdNr._numbersOnlyKommastellen = ""
+ Me.txtAbsenderKdNr._numbersOnlyTrennzeichen = True
+ Me.txtAbsenderKdNr._Prozent = False
+ Me.txtAbsenderKdNr._ShortDateNew = False
+ Me.txtAbsenderKdNr._ShortDateOnly = False
+ Me.txtAbsenderKdNr._TimeOnly = False
+ Me.txtAbsenderKdNr._TimeOnly_Seconds = False
+ Me.txtAbsenderKdNr._value = Nothing
+ Me.txtAbsenderKdNr._Waehrung = False
+ Me.txtAbsenderKdNr._WaehrungZeichen = True
+ Me.txtAbsenderKdNr.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
+ Me.txtAbsenderKdNr.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.txtAbsenderKdNr.Location = New System.Drawing.Point(121, 119)
+ Me.txtAbsenderKdNr.MaxLineLength = -1
+ Me.txtAbsenderKdNr.MaxLines_Warning = ""
+ Me.txtAbsenderKdNr.MaxLines_Warning_Label = Nothing
+ Me.txtAbsenderKdNr.Name = "txtAbsenderKdNr"
+ Me.txtAbsenderKdNr.ReadOnly = True
+ Me.txtAbsenderKdNr.Size = New System.Drawing.Size(101, 13)
+ Me.txtAbsenderKdNr.TabIndex = 57
+ Me.txtAbsenderKdNr.TabStop = False
+ '
'Label41
'
Me.Label41.AutoSize = True
@@ -2340,6 +3204,33 @@ Partial Class frmSendungsdetailsNEU
Me.Label41.Text = "4"
Me.Label41.TextAlign = System.Drawing.ContentAlignment.TopRight
'
+ 'MyTextBox1
+ '
+ Me.MyTextBox1._DateTimeOnly = False
+ Me.MyTextBox1._numbersOnly = False
+ Me.MyTextBox1._numbersOnlyKommastellen = ""
+ Me.MyTextBox1._numbersOnlyTrennzeichen = True
+ Me.MyTextBox1._Prozent = False
+ Me.MyTextBox1._ShortDateNew = False
+ Me.MyTextBox1._ShortDateOnly = False
+ Me.MyTextBox1._TimeOnly = False
+ Me.MyTextBox1._TimeOnly_Seconds = False
+ Me.MyTextBox1._value = Nothing
+ Me.MyTextBox1._Waehrung = False
+ Me.MyTextBox1._WaehrungZeichen = True
+ Me.MyTextBox1.BackColor = System.Drawing.Color.Gainsboro
+ Me.MyTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.MyTextBox1.Location = New System.Drawing.Point(121, 18)
+ Me.MyTextBox1.MaxLineLength = -1
+ Me.MyTextBox1.MaxLines_Warning = ""
+ Me.MyTextBox1.MaxLines_Warning_Label = Nothing
+ Me.MyTextBox1.Name = "MyTextBox1"
+ Me.MyTextBox1.ReadOnly = True
+ Me.MyTextBox1.Size = New System.Drawing.Size(100, 13)
+ Me.MyTextBox1.TabIndex = 11
+ Me.MyTextBox1.TabStop = False
+ Me.MyTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ '
'lblEmpfaenger
'
Me.lblEmpfaenger.AutoSize = True
@@ -2363,6 +3254,91 @@ Partial Class frmSendungsdetailsNEU
Me.Label39.Text = "3"
Me.Label39.TextAlign = System.Drawing.ContentAlignment.TopRight
'
+ 'txtEmpfaengerKdNr
+ '
+ Me.txtEmpfaengerKdNr._DateTimeOnly = False
+ Me.txtEmpfaengerKdNr._numbersOnly = False
+ Me.txtEmpfaengerKdNr._numbersOnlyKommastellen = ""
+ Me.txtEmpfaengerKdNr._numbersOnlyTrennzeichen = True
+ Me.txtEmpfaengerKdNr._Prozent = False
+ Me.txtEmpfaengerKdNr._ShortDateNew = False
+ Me.txtEmpfaengerKdNr._ShortDateOnly = False
+ Me.txtEmpfaengerKdNr._TimeOnly = False
+ Me.txtEmpfaengerKdNr._TimeOnly_Seconds = False
+ Me.txtEmpfaengerKdNr._value = Nothing
+ Me.txtEmpfaengerKdNr._Waehrung = False
+ Me.txtEmpfaengerKdNr._WaehrungZeichen = True
+ Me.txtEmpfaengerKdNr.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
+ Me.txtEmpfaengerKdNr.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.txtEmpfaengerKdNr.Location = New System.Drawing.Point(121, 81)
+ Me.txtEmpfaengerKdNr.MaxLineLength = -1
+ Me.txtEmpfaengerKdNr.MaxLines_Warning = ""
+ Me.txtEmpfaengerKdNr.MaxLines_Warning_Label = Nothing
+ Me.txtEmpfaengerKdNr.Name = "txtEmpfaengerKdNr"
+ Me.txtEmpfaengerKdNr.ReadOnly = True
+ Me.txtEmpfaengerKdNr.Size = New System.Drawing.Size(99, 13)
+ Me.txtEmpfaengerKdNr.TabIndex = 41
+ Me.txtEmpfaengerKdNr.TabStop = False
+ '
+ 'txtAbsender
+ '
+ Me.txtAbsender._AlleFirmenCLUSTER = False
+ Me.txtAbsender._AllowSetValue = True
+ Me.txtAbsender._autoSizeGross = True
+ Me.txtAbsender._display_Name1 = False
+ Me.txtAbsender._displayAVISO_Email = False
+ Me.txtAbsender._displayFullName = False
+ Me.txtAbsender._displayWoelflKd = False
+ Me.txtAbsender._hideIfListEmpty = True
+ Me.txtAbsender._loadKdData = True
+ Me.txtAbsender._searchName1 = True
+ Me.txtAbsender._UseFIRMA = ""
+ Me.txtAbsender._ValueKdAndName = False
+ Me.txtAbsender.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
+ Me.txtAbsender.dgvpos = "LEFT"
+ Me.txtAbsender.KdName = Nothing
+ Me.txtAbsender.KdNr = "-1"
+ Me.txtAbsender.kdNrField = Nothing
+ Me.txtAbsender.KdNrNullInt = Nothing
+ Me.txtAbsender.Location = New System.Drawing.Point(120, 133)
+ Me.txtAbsender.MaxLength = 50
+ Me.txtAbsender.Name = "txtAbsender"
+ Me.txtAbsender.nurAktive = False
+ Me.txtAbsender.searchActive = True
+ Me.txtAbsender.Size = New System.Drawing.Size(245, 20)
+ Me.txtAbsender.TabIndex = 61
+ Me.txtAbsender.TIMER_SEARCH = True
+ Me.txtAbsender.usrcntl = Nothing
+ '
+ 'txtEmpfaenger
+ '
+ Me.txtEmpfaenger._AlleFirmenCLUSTER = False
+ Me.txtEmpfaenger._AllowSetValue = True
+ Me.txtEmpfaenger._autoSizeGross = True
+ Me.txtEmpfaenger._display_Name1 = False
+ Me.txtEmpfaenger._displayAVISO_Email = False
+ Me.txtEmpfaenger._displayFullName = False
+ Me.txtEmpfaenger._displayWoelflKd = False
+ Me.txtEmpfaenger._hideIfListEmpty = True
+ Me.txtEmpfaenger._loadKdData = True
+ Me.txtEmpfaenger._searchName1 = True
+ Me.txtEmpfaenger._UseFIRMA = ""
+ Me.txtEmpfaenger._ValueKdAndName = False
+ Me.txtEmpfaenger.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
+ Me.txtEmpfaenger.dgvpos = "LEFT"
+ Me.txtEmpfaenger.KdName = Nothing
+ Me.txtEmpfaenger.KdNr = "-1"
+ Me.txtEmpfaenger.kdNrField = Nothing
+ Me.txtEmpfaenger.KdNrNullInt = Nothing
+ Me.txtEmpfaenger.Location = New System.Drawing.Point(120, 94)
+ Me.txtEmpfaenger.Name = "txtEmpfaenger"
+ Me.txtEmpfaenger.nurAktive = False
+ Me.txtEmpfaenger.searchActive = True
+ Me.txtEmpfaenger.Size = New System.Drawing.Size(245, 20)
+ Me.txtEmpfaenger.TabIndex = 45
+ Me.txtEmpfaenger.TIMER_SEARCH = True
+ Me.txtEmpfaenger.usrcntl = Nothing
+ '
'lblAuftraggeber
'
Me.lblAuftraggeber.AutoSize = True
@@ -2386,6 +3362,35 @@ Partial Class frmSendungsdetailsNEU
Me.Label37.Text = "2"
Me.Label37.TextAlign = System.Drawing.ContentAlignment.TopRight
'
+ 'lblAtrAufschubEust
+ '
+ Me.lblAtrAufschubEust._DateTimeOnly = False
+ Me.lblAtrAufschubEust._numbersOnly = False
+ Me.lblAtrAufschubEust._numbersOnlyKommastellen = ""
+ Me.lblAtrAufschubEust._numbersOnlyTrennzeichen = True
+ Me.lblAtrAufschubEust._Prozent = False
+ Me.lblAtrAufschubEust._ShortDateNew = False
+ Me.lblAtrAufschubEust._ShortDateOnly = False
+ Me.lblAtrAufschubEust._TimeOnly = False
+ Me.lblAtrAufschubEust._TimeOnly_Seconds = False
+ Me.lblAtrAufschubEust._value = Nothing
+ Me.lblAtrAufschubEust._Waehrung = False
+ Me.lblAtrAufschubEust._WaehrungZeichen = True
+ Me.lblAtrAufschubEust.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
+ Me.lblAtrAufschubEust.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.lblAtrAufschubEust.ForeColor = System.Drawing.Color.Black
+ Me.lblAtrAufschubEust.Location = New System.Drawing.Point(631, 60)
+ Me.lblAtrAufschubEust.MaxLineLength = -1
+ Me.lblAtrAufschubEust.MaxLines_Warning = ""
+ Me.lblAtrAufschubEust.MaxLines_Warning_Label = Nothing
+ Me.lblAtrAufschubEust.Name = "lblAtrAufschubEust"
+ Me.lblAtrAufschubEust.ReadOnly = True
+ Me.lblAtrAufschubEust.RightToLeft = System.Windows.Forms.RightToLeft.No
+ Me.lblAtrAufschubEust.Size = New System.Drawing.Size(69, 13)
+ Me.lblAtrAufschubEust.TabIndex = 38
+ Me.lblAtrAufschubEust.TabStop = False
+ Me.lblAtrAufschubEust.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ '
'lblAvisierer
'
Me.lblAvisierer.AutoSize = True
@@ -2417,6 +3422,32 @@ Partial Class frmSendungsdetailsNEU
Me.lblAbfertigungskost.TabIndex = 5
Me.lblAbfertigungskost.Text = "ABF."
'
+ 'txtAuftraggeberKdNr
+ '
+ Me.txtAuftraggeberKdNr._DateTimeOnly = False
+ Me.txtAuftraggeberKdNr._numbersOnly = False
+ Me.txtAuftraggeberKdNr._numbersOnlyKommastellen = ""
+ Me.txtAuftraggeberKdNr._numbersOnlyTrennzeichen = True
+ Me.txtAuftraggeberKdNr._Prozent = False
+ Me.txtAuftraggeberKdNr._ShortDateNew = False
+ Me.txtAuftraggeberKdNr._ShortDateOnly = False
+ Me.txtAuftraggeberKdNr._TimeOnly = False
+ Me.txtAuftraggeberKdNr._TimeOnly_Seconds = False
+ Me.txtAuftraggeberKdNr._value = Nothing
+ Me.txtAuftraggeberKdNr._Waehrung = False
+ Me.txtAuftraggeberKdNr._WaehrungZeichen = True
+ Me.txtAuftraggeberKdNr.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
+ Me.txtAuftraggeberKdNr.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.txtAuftraggeberKdNr.Location = New System.Drawing.Point(121, 44)
+ Me.txtAuftraggeberKdNr.MaxLineLength = -1
+ Me.txtAuftraggeberKdNr.MaxLines_Warning = ""
+ Me.txtAuftraggeberKdNr.MaxLines_Warning_Label = Nothing
+ Me.txtAuftraggeberKdNr.Name = "txtAuftraggeberKdNr"
+ Me.txtAuftraggeberKdNr.ReadOnly = True
+ Me.txtAuftraggeberKdNr.Size = New System.Drawing.Size(100, 13)
+ Me.txtAuftraggeberKdNr.TabIndex = 23
+ Me.txtAuftraggeberKdNr.TabStop = False
+ '
'lblEUST
'
Me.lblEUST.AutoSize = True
@@ -2510,6 +3541,56 @@ Partial Class frmSendungsdetailsNEU
Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Label8.Visible = False
'
+ 'txtAvisiererKdNr
+ '
+ Me.txtAvisiererKdNr._DateTimeOnly = False
+ Me.txtAvisiererKdNr._numbersOnly = False
+ Me.txtAvisiererKdNr._numbersOnlyKommastellen = ""
+ Me.txtAvisiererKdNr._numbersOnlyTrennzeichen = True
+ Me.txtAvisiererKdNr._Prozent = False
+ Me.txtAvisiererKdNr._ShortDateNew = False
+ Me.txtAvisiererKdNr._ShortDateOnly = False
+ Me.txtAvisiererKdNr._TimeOnly = False
+ Me.txtAvisiererKdNr._TimeOnly_Seconds = False
+ Me.txtAvisiererKdNr._value = Nothing
+ Me.txtAvisiererKdNr._Waehrung = False
+ Me.txtAvisiererKdNr._WaehrungZeichen = True
+ Me.txtAvisiererKdNr.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
+ Me.txtAvisiererKdNr.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.txtAvisiererKdNr.Location = New System.Drawing.Point(121, 5)
+ Me.txtAvisiererKdNr.MaxLineLength = -1
+ Me.txtAvisiererKdNr.MaxLines_Warning = ""
+ Me.txtAvisiererKdNr.MaxLines_Warning_Label = Nothing
+ Me.txtAvisiererKdNr.Name = "txtAvisiererKdNr"
+ Me.txtAvisiererKdNr.ReadOnly = True
+ Me.txtAvisiererKdNr.Size = New System.Drawing.Size(100, 13)
+ Me.txtAvisiererKdNr.TabIndex = 9
+ Me.txtAvisiererKdNr.TabStop = False
+ '
+ 'txtKdAuftragsNr
+ '
+ Me.txtKdAuftragsNr._DateTimeOnly = False
+ Me.txtKdAuftragsNr._numbersOnly = False
+ Me.txtKdAuftragsNr._numbersOnlyKommastellen = ""
+ Me.txtKdAuftragsNr._numbersOnlyTrennzeichen = True
+ Me.txtKdAuftragsNr._Prozent = False
+ Me.txtKdAuftragsNr._ShortDateNew = False
+ Me.txtKdAuftragsNr._ShortDateOnly = False
+ Me.txtKdAuftragsNr._TimeOnly = False
+ Me.txtKdAuftragsNr._TimeOnly_Seconds = False
+ Me.txtKdAuftragsNr._value = Nothing
+ Me.txtKdAuftragsNr._Waehrung = False
+ Me.txtKdAuftragsNr._WaehrungZeichen = True
+ Me.txtKdAuftragsNr.ForeColor = System.Drawing.Color.Black
+ Me.txtKdAuftragsNr.Location = New System.Drawing.Point(410, 57)
+ Me.txtKdAuftragsNr.MaxLength = 50
+ Me.txtKdAuftragsNr.MaxLineLength = -1
+ Me.txtKdAuftragsNr.MaxLines_Warning = ""
+ Me.txtKdAuftragsNr.MaxLines_Warning_Label = Nothing
+ Me.txtKdAuftragsNr.Name = "txtKdAuftragsNr"
+ Me.txtKdAuftragsNr.Size = New System.Drawing.Size(90, 20)
+ Me.txtKdAuftragsNr.TabIndex = 31
+ '
'LinkLabel4
'
Me.LinkLabel4.AutoSize = True
@@ -2579,6 +3660,31 @@ Partial Class frmSendungsdetailsNEU
Me.picAVISOMessengerSNDChat.TabStop = False
Me.picAVISOMessengerSNDChat.Visible = False
'
+ 'txtAnzahlPos
+ '
+ Me.txtAnzahlPos._DateTimeOnly = False
+ Me.txtAnzahlPos._numbersOnly = True
+ Me.txtAnzahlPos._numbersOnlyKommastellen = ""
+ Me.txtAnzahlPos._numbersOnlyTrennzeichen = True
+ Me.txtAnzahlPos._Prozent = False
+ Me.txtAnzahlPos._ShortDateNew = False
+ Me.txtAnzahlPos._ShortDateOnly = False
+ Me.txtAnzahlPos._TimeOnly = False
+ Me.txtAnzahlPos._TimeOnly_Seconds = False
+ Me.txtAnzahlPos._value = ""
+ Me.txtAnzahlPos._Waehrung = False
+ Me.txtAnzahlPos._WaehrungZeichen = True
+ Me.txtAnzahlPos.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.txtAnzahlPos.Location = New System.Drawing.Point(802, 27)
+ Me.txtAnzahlPos.MaxLength = 3
+ Me.txtAnzahlPos.MaxLineLength = -1
+ Me.txtAnzahlPos.MaxLines_Warning = ""
+ Me.txtAnzahlPos.MaxLines_Warning_Label = Nothing
+ Me.txtAnzahlPos.Name = "txtAnzahlPos"
+ Me.txtAnzahlPos.Size = New System.Drawing.Size(41, 24)
+ Me.txtAnzahlPos.TabIndex = 14
+ Me.txtAnzahlPos.Visible = False
+ '
'Label4
'
Me.Label4.AutoSize = True
@@ -2682,6 +3788,20 @@ Partial Class frmSendungsdetailsNEU
Me.Label3.Text = "Sendung Pos."
Me.Label3.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
+ 'cboAbfertigungsart
+ '
+ Me.cboAbfertigungsart._allowedValuesFreiText = Nothing
+ Me.cboAbfertigungsart._allowFreiText = False
+ Me.cboAbfertigungsart._value = ""
+ Me.cboAbfertigungsart.BackColor = System.Drawing.Color.White
+ Me.cboAbfertigungsart.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.cboAbfertigungsart.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.cboAbfertigungsart.FormattingEnabled = True
+ Me.cboAbfertigungsart.Location = New System.Drawing.Point(422, 27)
+ Me.cboAbfertigungsart.Name = "cboAbfertigungsart"
+ Me.cboAbfertigungsart.Size = New System.Drawing.Size(315, 24)
+ Me.cboAbfertigungsart.TabIndex = 12
+ '
'lblAbfertigungsart
'
Me.lblAbfertigungsart.AutoSize = True
@@ -2717,6 +3837,65 @@ Partial Class frmSendungsdetailsNEU
Me.Label9.TabIndex = 1
Me.Label9.Text = "Fremdspedition:"
'
+ 'txtFremdEmpfKdNR
+ '
+ Me.txtFremdEmpfKdNR._DateTimeOnly = False
+ Me.txtFremdEmpfKdNR._numbersOnly = False
+ Me.txtFremdEmpfKdNR._numbersOnlyKommastellen = ""
+ Me.txtFremdEmpfKdNR._numbersOnlyTrennzeichen = True
+ Me.txtFremdEmpfKdNR._Prozent = False
+ Me.txtFremdEmpfKdNR._ShortDateNew = False
+ Me.txtFremdEmpfKdNR._ShortDateOnly = False
+ Me.txtFremdEmpfKdNR._TimeOnly = False
+ Me.txtFremdEmpfKdNR._TimeOnly_Seconds = False
+ Me.txtFremdEmpfKdNR._value = Nothing
+ Me.txtFremdEmpfKdNR._Waehrung = False
+ Me.txtFremdEmpfKdNR._WaehrungZeichen = True
+ Me.txtFremdEmpfKdNR.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
+ Me.txtFremdEmpfKdNR.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.txtFremdEmpfKdNR.ForeColor = System.Drawing.Color.White
+ Me.txtFremdEmpfKdNR.Location = New System.Drawing.Point(307, 8)
+ Me.txtFremdEmpfKdNR.MaxLineLength = -1
+ Me.txtFremdEmpfKdNR.MaxLines_Warning = ""
+ Me.txtFremdEmpfKdNR.MaxLines_Warning_Label = Nothing
+ Me.txtFremdEmpfKdNR.Name = "txtFremdEmpfKdNR"
+ Me.txtFremdEmpfKdNR.ReadOnly = True
+ Me.txtFremdEmpfKdNR.Size = New System.Drawing.Size(100, 13)
+ Me.txtFremdEmpfKdNR.TabIndex = 2
+ Me.txtFremdEmpfKdNR.TabStop = False
+ Me.txtFremdEmpfKdNR.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
+ '
+ 'txtFremdEmpf
+ '
+ Me.txtFremdEmpf._AlleFirmenCLUSTER = False
+ Me.txtFremdEmpf._AllowSetValue = True
+ Me.txtFremdEmpf._autoSizeGross = True
+ Me.txtFremdEmpf._display_Name1 = False
+ Me.txtFremdEmpf._displayAVISO_Email = False
+ Me.txtFremdEmpf._displayFullName = False
+ Me.txtFremdEmpf._displayWoelflKd = False
+ Me.txtFremdEmpf._hideIfListEmpty = True
+ Me.txtFremdEmpf._loadKdData = True
+ Me.txtFremdEmpf._searchName1 = True
+ Me.txtFremdEmpf._UseFIRMA = ""
+ Me.txtFremdEmpf._ValueKdAndName = False
+ Me.txtFremdEmpf.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
+ Me.txtFremdEmpf.dgvpos = "LEFT"
+ Me.txtFremdEmpf.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
+ Me.txtFremdEmpf.KdName = Nothing
+ Me.txtFremdEmpf.KdNr = "-1"
+ Me.txtFremdEmpf.kdNrField = Nothing
+ Me.txtFremdEmpf.KdNrNullInt = Nothing
+ Me.txtFremdEmpf.Location = New System.Drawing.Point(32, 21)
+ Me.txtFremdEmpf.MaxLength = 50
+ Me.txtFremdEmpf.Name = "txtFremdEmpf"
+ Me.txtFremdEmpf.nurAktive = False
+ Me.txtFremdEmpf.searchActive = True
+ Me.txtFremdEmpf.Size = New System.Drawing.Size(175, 26)
+ Me.txtFremdEmpf.TabIndex = 3
+ Me.txtFremdEmpf.TIMER_SEARCH = True
+ Me.txtFremdEmpf.usrcntl = Nothing
+ '
'Label11
'
Me.Label11.AutoSize = True
@@ -2728,6 +3907,43 @@ Partial Class frmSendungsdetailsNEU
Me.Label11.TabIndex = 0
Me.Label11.Text = "Empfänger:"
'
+ 'cboFremdsped
+ '
+ Me.cboFremdsped._allowedValuesFreiText = Nothing
+ Me.cboFremdsped._allowFreiText = True
+ Me.cboFremdsped._value = ""
+ Me.cboFremdsped.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
+ Me.cboFremdsped.Location = New System.Drawing.Point(213, 20)
+ Me.cboFremdsped.Name = "cboFremdsped"
+ Me.cboFremdsped.Size = New System.Drawing.Size(194, 28)
+ Me.cboFremdsped.TabIndex = 4
+ Me.cboFremdsped.Visible = False
+ '
+ 'txtAnzahl
+ '
+ Me.txtAnzahl._DateTimeOnly = False
+ Me.txtAnzahl._numbersOnly = True
+ Me.txtAnzahl._numbersOnlyKommastellen = ""
+ Me.txtAnzahl._numbersOnlyTrennzeichen = True
+ Me.txtAnzahl._Prozent = False
+ Me.txtAnzahl._ShortDateNew = False
+ Me.txtAnzahl._ShortDateOnly = False
+ Me.txtAnzahl._TimeOnly = False
+ Me.txtAnzahl._TimeOnly_Seconds = False
+ Me.txtAnzahl._value = ""
+ Me.txtAnzahl._Waehrung = False
+ Me.txtAnzahl._WaehrungZeichen = True
+ Me.txtAnzahl.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.txtAnzahl.Location = New System.Drawing.Point(741, 27)
+ Me.txtAnzahl.MaxLength = 3
+ Me.txtAnzahl.MaxLineLength = -1
+ Me.txtAnzahl.MaxLines_Warning = ""
+ Me.txtAnzahl.MaxLines_Warning_Label = Nothing
+ Me.txtAnzahl.Name = "txtAnzahl"
+ Me.txtAnzahl.Size = New System.Drawing.Size(41, 24)
+ Me.txtAnzahl.TabIndex = 13
+ Me.txtAnzahl.Visible = False
+ '
'lblAnzahl
'
Me.lblAnzahl.AutoSize = True
@@ -2763,6 +3979,30 @@ Partial Class frmSendungsdetailsNEU
Me.lblFiliale.TabIndex = 1
Me.lblFiliale.Text = "Filiale"
'
+ 'txtUnterNr
+ '
+ Me.txtUnterNr._DateTimeOnly = False
+ Me.txtUnterNr._numbersOnly = False
+ Me.txtUnterNr._numbersOnlyKommastellen = ""
+ Me.txtUnterNr._numbersOnlyTrennzeichen = True
+ Me.txtUnterNr._Prozent = False
+ Me.txtUnterNr._ShortDateNew = False
+ Me.txtUnterNr._ShortDateOnly = False
+ Me.txtUnterNr._TimeOnly = False
+ Me.txtUnterNr._TimeOnly_Seconds = False
+ Me.txtUnterNr._value = Nothing
+ Me.txtUnterNr._Waehrung = False
+ Me.txtUnterNr._WaehrungZeichen = True
+ Me.txtUnterNr.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.txtUnterNr.Location = New System.Drawing.Point(350, 27)
+ Me.txtUnterNr.MaxLineLength = -1
+ Me.txtUnterNr.MaxLines_Warning = ""
+ Me.txtUnterNr.MaxLines_Warning_Label = Nothing
+ Me.txtUnterNr.Name = "txtUnterNr"
+ Me.txtUnterNr.Size = New System.Drawing.Size(39, 24)
+ Me.txtUnterNr.TabIndex = 11
+ Me.txtUnterNr.Visible = False
+ '
'lblAbfertigungsnummer
'
Me.lblAbfertigungsnummer.AutoSize = True
@@ -2786,6 +4026,42 @@ Partial Class frmSendungsdetailsNEU
Me.lblUnterNr.Text = "UnterNr"
Me.lblUnterNr.Visible = False
'
+ 'cboFiliale
+ '
+ Me.cboFiliale._allowedValuesFreiText = Nothing
+ Me.cboFiliale._allowFreiText = False
+ Me.cboFiliale._value = ""
+ Me.cboFiliale.DropDownWidth = 280
+ Me.cboFiliale.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.cboFiliale.FormattingEnabled = True
+ Me.cboFiliale.Location = New System.Drawing.Point(33, 27)
+ Me.cboFiliale.Name = "cboFiliale"
+ Me.cboFiliale.Size = New System.Drawing.Size(80, 24)
+ Me.cboFiliale.TabIndex = 8
+ '
+ 'txtAbfertigungsnummer
+ '
+ Me.txtAbfertigungsnummer._DateTimeOnly = False
+ Me.txtAbfertigungsnummer._numbersOnly = False
+ Me.txtAbfertigungsnummer._numbersOnlyKommastellen = ""
+ Me.txtAbfertigungsnummer._numbersOnlyTrennzeichen = True
+ Me.txtAbfertigungsnummer._Prozent = False
+ Me.txtAbfertigungsnummer._ShortDateNew = False
+ Me.txtAbfertigungsnummer._ShortDateOnly = False
+ Me.txtAbfertigungsnummer._TimeOnly = False
+ Me.txtAbfertigungsnummer._TimeOnly_Seconds = False
+ Me.txtAbfertigungsnummer._value = Nothing
+ Me.txtAbfertigungsnummer._Waehrung = False
+ Me.txtAbfertigungsnummer._WaehrungZeichen = True
+ Me.txtAbfertigungsnummer.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.txtAbfertigungsnummer.Location = New System.Drawing.Point(120, 27)
+ Me.txtAbfertigungsnummer.MaxLineLength = -1
+ Me.txtAbfertigungsnummer.MaxLines_Warning = ""
+ Me.txtAbfertigungsnummer.MaxLines_Warning_Label = Nothing
+ Me.txtAbfertigungsnummer.Name = "txtAbfertigungsnummer"
+ Me.txtAbfertigungsnummer.Size = New System.Drawing.Size(224, 24)
+ Me.txtAbfertigungsnummer.TabIndex = 10
+ '
'Panel2
'
Me.Panel2.AutoSize = True
@@ -2811,6 +4087,20 @@ Partial Class frmSendungsdetailsNEU
Me.FlowLayoutPanel.Size = New System.Drawing.Size(0, 55)
Me.FlowLayoutPanel.TabIndex = 0
'
+ 'FlatButton2
+ '
+ Me.FlatButton2.allowBorder = False
+ Me.FlatButton2.FlatAppearance.BorderSize = 0
+ Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.FlatButton2.ForeColor = System.Drawing.Color.Black
+ Me.FlatButton2.Location = New System.Drawing.Point(2, 2)
+ Me.FlatButton2.Margin = New System.Windows.Forms.Padding(2)
+ Me.FlatButton2.Name = "FlatButton2"
+ Me.FlatButton2.Size = New System.Drawing.Size(90, 51)
+ Me.FlatButton2.TabIndex = 0
+ Me.FlatButton2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.FlatButton2.UseVisualStyleBackColor = True
+ '
'pnlheader
'
Me.pnlheader.Controls.Add(Me.Label2)
@@ -2871,6 +4161,30 @@ Partial Class frmSendungsdetailsNEU
Me.Button24.TabIndex = 1
Me.Button24.UseVisualStyleBackColor = False
'
+ 'cboVorpapier3
+ '
+ Me.cboVorpapier3._allowedValuesFreiText = Nothing
+ Me.cboVorpapier3._allowFreiText = True
+ Me.cboVorpapier3._value = ""
+ Me.cboVorpapier3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
+ Me.cboVorpapier3.FormattingEnabled = True
+ Me.cboVorpapier3.Location = New System.Drawing.Point(163, 62)
+ Me.cboVorpapier3.Name = "cboVorpapier3"
+ Me.cboVorpapier3.Size = New System.Drawing.Size(209, 24)
+ Me.cboVorpapier3.TabIndex = 12
+ '
+ 'cboVorpapier2
+ '
+ Me.cboVorpapier2._allowedValuesFreiText = Nothing
+ Me.cboVorpapier2._allowFreiText = True
+ Me.cboVorpapier2._value = ""
+ Me.cboVorpapier2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
+ Me.cboVorpapier2.FormattingEnabled = True
+ Me.cboVorpapier2.Location = New System.Drawing.Point(163, 39)
+ Me.cboVorpapier2.Name = "cboVorpapier2"
+ Me.cboVorpapier2.Size = New System.Drawing.Size(209, 24)
+ Me.cboVorpapier2.TabIndex = 9
+ '
'txtVorpapier3Pos
'
Me.txtVorpapier3Pos.Cursor = System.Windows.Forms.Cursors.IBeam
@@ -2919,6 +4233,18 @@ Partial Class frmSendungsdetailsNEU
Me.lblZuweisungVP.TabIndex = 0
Me.lblZuweisungVP.Text = "Zuweisung Vorpapier:"
'
+ 'cboVorpapier
+ '
+ Me.cboVorpapier._allowedValuesFreiText = Nothing
+ Me.cboVorpapier._allowFreiText = True
+ Me.cboVorpapier._value = ""
+ Me.cboVorpapier.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
+ Me.cboVorpapier.FormattingEnabled = True
+ Me.cboVorpapier.Location = New System.Drawing.Point(163, 16)
+ Me.cboVorpapier.Name = "cboVorpapier"
+ Me.cboVorpapier.Size = New System.Drawing.Size(209, 24)
+ Me.cboVorpapier.TabIndex = 6
+ '
'lblGrenze
'
Me.lblGrenze.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
@@ -2939,6 +4265,7 @@ Partial Class frmSendungsdetailsNEU
'
'Panel3
'
+ Me.Panel3.Controls.Add(Me.Button18)
Me.Panel3.Controls.Add(Me.btnDelQS)
Me.Panel3.Controls.Add(Me.btnQS_MA)
Me.Panel3.Controls.Add(Me.lblQsMa)
@@ -2976,16 +4303,17 @@ Partial Class frmSendungsdetailsNEU
Me.btnQS_MA.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnQS_MA.Location = New System.Drawing.Point(4, 14)
Me.btnQS_MA.Name = "btnQS_MA"
- Me.btnQS_MA.Size = New System.Drawing.Size(222, 32)
+ Me.btnQS_MA.Size = New System.Drawing.Size(115, 48)
Me.btnQS_MA.TabIndex = 2
Me.btnQS_MA.Text = "Sendung übernehmen"
+ Me.btnQS_MA.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnQS_MA.UseVisualStyleBackColor = False
'
'lblQsMa
'
Me.lblQsMa.AutoSize = True
Me.lblQsMa.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold)
- Me.lblQsMa.Location = New System.Drawing.Point(6, 45)
+ Me.lblQsMa.Location = New System.Drawing.Point(3, 65)
Me.lblQsMa.Name = "lblQsMa"
Me.lblQsMa.Size = New System.Drawing.Size(14, 17)
Me.lblQsMa.TabIndex = 3
@@ -3095,12 +4423,25 @@ Partial Class frmSendungsdetailsNEU
Me.btnSpedBuch.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnSpedBuch.UseVisualStyleBackColor = True
'
+ 'cbxSpedBuch
+ '
+ Me.cbxSpedBuch._value = ""
+ Me.cbxSpedBuch.AutoSize = True
+ Me.cbxSpedBuch.Checked_value = False
+ Me.cbxSpedBuch.CheckedValue = False
+ Me.cbxSpedBuch.Location = New System.Drawing.Point(6, 46)
+ Me.cbxSpedBuch.Name = "cbxSpedBuch"
+ Me.cbxSpedBuch.Size = New System.Drawing.Size(113, 17)
+ Me.cbxSpedBuch.TabIndex = 8
+ Me.cbxSpedBuch.Text = "Eintrag vorhanden"
+ Me.cbxSpedBuch.UseVisualStyleBackColor = True
+ '
'cntxtAnh
'
Me.cntxtAnh.ImageScalingSize = New System.Drawing.Size(24, 24)
Me.cntxtAnh.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MarkiertePDFsDruckenToolStripMenuItem, Me.EMailAnfügenToolStripMenuItem, Me.KopierenZwischenablageToolStripMenuItem, Me.LaufzetteldruckJANEINToolStripMenuItem, Me.GestellungslisteAnfügenJANEINToolStripMenuItem, Me.AbrechungFremdeGrenzeAktDruckenToolStripMenuItem, Me.HervorhebenToolStripMenuItem})
Me.cntxtAnh.Name = "cntxtAnh"
- Me.cntxtAnh.Size = New System.Drawing.Size(294, 236)
+ Me.cntxtAnh.Size = New System.Drawing.Size(294, 214)
'
'MarkiertePDFsDruckenToolStripMenuItem
'
@@ -3141,6 +4482,13 @@ Partial Class frmSendungsdetailsNEU
Me.AbrechungFremdeGrenzeAktDruckenToolStripMenuItem.Size = New System.Drawing.Size(293, 30)
Me.AbrechungFremdeGrenzeAktDruckenToolStripMenuItem.Text = "Abrechung: Fremde Grenze Akt drucken"
'
+ 'HervorhebenToolStripMenuItem
+ '
+ Me.HervorhebenToolStripMenuItem.Image = CType(resources.GetObject("HervorhebenToolStripMenuItem.Image"), System.Drawing.Image)
+ Me.HervorhebenToolStripMenuItem.Name = "HervorhebenToolStripMenuItem"
+ Me.HervorhebenToolStripMenuItem.Size = New System.Drawing.Size(293, 30)
+ Me.HervorhebenToolStripMenuItem.Text = "Hervorheben JA/NEIN"
+ '
'ToolStripMenuItem3
'
Me.ToolStripMenuItem3.Image = Global.AVISO.My.Resources.Resources.plus
@@ -3606,1350 +4954,21 @@ Partial Class frmSendungsdetailsNEU
Me.NurÖffnenToolStripMenuItem.Size = New System.Drawing.Size(255, 30)
Me.NurÖffnenToolStripMenuItem.Text = "nur öffnen"
'
- 'HervorhebenToolStripMenuItem
- '
- Me.HervorhebenToolStripMenuItem.Image = CType(resources.GetObject("HervorhebenToolStripMenuItem.Image"), System.Drawing.Image)
- Me.HervorhebenToolStripMenuItem.Name = "HervorhebenToolStripMenuItem"
- Me.HervorhebenToolStripMenuItem.Size = New System.Drawing.Size(293, 30)
- Me.HervorhebenToolStripMenuItem.Text = "Hervorheben JA/NEIN"
- '
- 'dgvAnhang
- '
- Me.dgvAnhang.AKTUALISIERUNGS_INTERVALL = -1
- Me.dgvAnhang.AllowUserToAddRows = False
- Me.dgvAnhang.AllowUserToDeleteRows = False
- Me.dgvAnhang.AllowUserToResizeColumns = False
- Me.dgvAnhang.AllowUserToResizeRows = False
- Me.dgvAnhang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.dgvAnhang.Dock = System.Windows.Forms.DockStyle.Fill
- Me.dgvAnhang.Location = New System.Drawing.Point(0, 0)
- Me.dgvAnhang.Name = "dgvAnhang"
- Me.dgvAnhang.ReadOnly = True
- Me.dgvAnhang.RowHeadersVisible = False
- Me.dgvAnhang.RowTemplate.Height = 40
- Me.dgvAnhang.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.dgvAnhang.Size = New System.Drawing.Size(1206, 288)
- Me.dgvAnhang.TabIndex = 1
- '
- 'dgvZollAnmeldungen
- '
- Me.dgvZollAnmeldungen.AKTUALISIERUNGS_INTERVALL = -1
- Me.dgvZollAnmeldungen.AllowUserToAddRows = False
- Me.dgvZollAnmeldungen.AllowUserToDeleteRows = False
- Me.dgvZollAnmeldungen.AllowUserToResizeColumns = False
- Me.dgvZollAnmeldungen.AllowUserToResizeRows = False
- Me.dgvZollAnmeldungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.dgvZollAnmeldungen.Dock = System.Windows.Forms.DockStyle.Fill
- Me.dgvZollAnmeldungen.Location = New System.Drawing.Point(0, 32)
- Me.dgvZollAnmeldungen.Name = "dgvZollAnmeldungen"
- Me.dgvZollAnmeldungen.ReadOnly = True
- Me.dgvZollAnmeldungen.RowTemplate.Height = 30
- Me.dgvZollAnmeldungen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.dgvZollAnmeldungen.Size = New System.Drawing.Size(1206, 218)
- Me.dgvZollAnmeldungen.TabIndex = 1
- '
- 'cboZolltarif
- '
- Me.cboZolltarif._allowedValuesFreiText = Nothing
- Me.cboZolltarif._allowFreiText = False
- Me.cboZolltarif._value = ""
- Me.cboZolltarif.FormattingEnabled = True
- Me.cboZolltarif.Location = New System.Drawing.Point(59, 8)
- Me.cboZolltarif.Name = "cboZolltarif"
- Me.cboZolltarif.Size = New System.Drawing.Size(142, 21)
- Me.cboZolltarif.TabIndex = 1
- '
- 'DataGridView
- '
- Me.DataGridView.AKTUALISIERUNGS_INTERVALL = -1
- Me.DataGridView.AllowUserToAddRows = False
- Me.DataGridView.AllowUserToDeleteRows = False
- Me.DataGridView.AllowUserToOrderColumns = True
- Me.DataGridView.AllowUserToResizeColumns = False
- Me.DataGridView.AllowUserToResizeRows = False
- Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView.Dock = System.Windows.Forms.DockStyle.Fill
- Me.DataGridView.Location = New System.Drawing.Point(3, 94)
- Me.DataGridView.Name = "DataGridView"
- Me.DataGridView.Size = New System.Drawing.Size(1200, 191)
- Me.DataGridView.TabIndex = 1
- '
- 'cboSachbearbeiter
- '
- Me.cboSachbearbeiter._allowedValuesFreiText = Nothing
- Me.cboSachbearbeiter._allowFreiText = False
- Me.cboSachbearbeiter._value = ""
- Me.cboSachbearbeiter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.cboSachbearbeiter.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
- Me.cboSachbearbeiter.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.cboSachbearbeiter.FormattingEnabled = True
- Me.cboSachbearbeiter.Location = New System.Drawing.Point(466, 42)
- Me.cboSachbearbeiter.Name = "cboSachbearbeiter"
- Me.cboSachbearbeiter.Size = New System.Drawing.Size(171, 24)
- Me.cboSachbearbeiter.TabIndex = 14
- '
- 'cboZollsystem2
- '
- Me.cboZollsystem2._allowedValuesFreiText = Nothing
- Me.cboZollsystem2._allowFreiText = False
- Me.cboZollsystem2._value = ""
- Me.cboZollsystem2.Enabled = False
- Me.cboZollsystem2.FormattingEnabled = True
- Me.cboZollsystem2.Location = New System.Drawing.Point(151, 66)
- Me.cboZollsystem2.Name = "cboZollsystem2"
- Me.cboZollsystem2.Size = New System.Drawing.Size(97, 21)
- Me.cboZollsystem2.TabIndex = 16
- '
- 'txtAtlasBezNrEZA2
- '
- Me.txtAtlasBezNrEZA2._DateTimeOnly = False
- Me.txtAtlasBezNrEZA2._numbersOnly = False
- Me.txtAtlasBezNrEZA2._numbersOnlyKommastellen = ""
- Me.txtAtlasBezNrEZA2._numbersOnlyTrennzeichen = True
- Me.txtAtlasBezNrEZA2._Prozent = False
- Me.txtAtlasBezNrEZA2._ShortDateNew = False
- Me.txtAtlasBezNrEZA2._ShortDateOnly = False
- Me.txtAtlasBezNrEZA2._TimeOnly = False
- Me.txtAtlasBezNrEZA2._TimeOnly_Seconds = False
- Me.txtAtlasBezNrEZA2._value = Nothing
- Me.txtAtlasBezNrEZA2._Waehrung = False
- Me.txtAtlasBezNrEZA2._WaehrungZeichen = True
- Me.txtAtlasBezNrEZA2.Enabled = False
- Me.txtAtlasBezNrEZA2.ForeColor = System.Drawing.Color.Black
- Me.txtAtlasBezNrEZA2.Location = New System.Drawing.Point(253, 66)
- Me.txtAtlasBezNrEZA2.MaxLineLength = -1
- Me.txtAtlasBezNrEZA2.MaxLines_Warning = ""
- Me.txtAtlasBezNrEZA2.MaxLines_Warning_Label = Nothing
- Me.txtAtlasBezNrEZA2.Name = "txtAtlasBezNrEZA2"
- Me.txtAtlasBezNrEZA2.Size = New System.Drawing.Size(101, 20)
- Me.txtAtlasBezNrEZA2.TabIndex = 17
- '
- 'txtAtlasBezNrNCTS2
- '
- Me.txtAtlasBezNrNCTS2._DateTimeOnly = False
- Me.txtAtlasBezNrNCTS2._numbersOnly = False
- Me.txtAtlasBezNrNCTS2._numbersOnlyKommastellen = ""
- Me.txtAtlasBezNrNCTS2._numbersOnlyTrennzeichen = True
- Me.txtAtlasBezNrNCTS2._Prozent = False
- Me.txtAtlasBezNrNCTS2._ShortDateNew = False
- Me.txtAtlasBezNrNCTS2._ShortDateOnly = False
- Me.txtAtlasBezNrNCTS2._TimeOnly = False
- Me.txtAtlasBezNrNCTS2._TimeOnly_Seconds = False
- Me.txtAtlasBezNrNCTS2._value = Nothing
- Me.txtAtlasBezNrNCTS2._Waehrung = False
- Me.txtAtlasBezNrNCTS2._WaehrungZeichen = True
- Me.txtAtlasBezNrNCTS2.Enabled = False
- Me.txtAtlasBezNrNCTS2.ForeColor = System.Drawing.Color.Black
- Me.txtAtlasBezNrNCTS2.Location = New System.Drawing.Point(359, 66)
- Me.txtAtlasBezNrNCTS2.MaxLineLength = -1
- Me.txtAtlasBezNrNCTS2.MaxLines_Warning = ""
- Me.txtAtlasBezNrNCTS2.MaxLines_Warning_Label = Nothing
- Me.txtAtlasBezNrNCTS2.Name = "txtAtlasBezNrNCTS2"
- Me.txtAtlasBezNrNCTS2.Size = New System.Drawing.Size(101, 20)
- Me.txtAtlasBezNrNCTS2.TabIndex = 18
- '
- 'cboZollsystem
- '
- Me.cboZollsystem._allowedValuesFreiText = Nothing
- Me.cboZollsystem._allowFreiText = False
- Me.cboZollsystem._value = ""
- Me.cboZollsystem.FormattingEnabled = True
- Me.cboZollsystem.Location = New System.Drawing.Point(151, 42)
- Me.cboZollsystem.Name = "cboZollsystem"
- Me.cboZollsystem.Size = New System.Drawing.Size(97, 21)
- Me.cboZollsystem.TabIndex = 11
- '
- 'txtAtlasBezNrEZA
- '
- Me.txtAtlasBezNrEZA._DateTimeOnly = False
- Me.txtAtlasBezNrEZA._numbersOnly = False
- Me.txtAtlasBezNrEZA._numbersOnlyKommastellen = ""
- Me.txtAtlasBezNrEZA._numbersOnlyTrennzeichen = True
- Me.txtAtlasBezNrEZA._Prozent = False
- Me.txtAtlasBezNrEZA._ShortDateNew = False
- Me.txtAtlasBezNrEZA._ShortDateOnly = False
- Me.txtAtlasBezNrEZA._TimeOnly = False
- Me.txtAtlasBezNrEZA._TimeOnly_Seconds = False
- Me.txtAtlasBezNrEZA._value = Nothing
- Me.txtAtlasBezNrEZA._Waehrung = False
- Me.txtAtlasBezNrEZA._WaehrungZeichen = True
- Me.txtAtlasBezNrEZA.ForeColor = System.Drawing.Color.Black
- Me.txtAtlasBezNrEZA.Location = New System.Drawing.Point(253, 42)
- Me.txtAtlasBezNrEZA.MaxLineLength = -1
- Me.txtAtlasBezNrEZA.MaxLines_Warning = ""
- Me.txtAtlasBezNrEZA.MaxLines_Warning_Label = Nothing
- Me.txtAtlasBezNrEZA.Name = "txtAtlasBezNrEZA"
- Me.txtAtlasBezNrEZA.Size = New System.Drawing.Size(101, 20)
- Me.txtAtlasBezNrEZA.TabIndex = 12
- '
- 'txtAtlasBezNrNCTS
- '
- Me.txtAtlasBezNrNCTS._DateTimeOnly = False
- Me.txtAtlasBezNrNCTS._numbersOnly = False
- Me.txtAtlasBezNrNCTS._numbersOnlyKommastellen = ""
- Me.txtAtlasBezNrNCTS._numbersOnlyTrennzeichen = True
- Me.txtAtlasBezNrNCTS._Prozent = False
- Me.txtAtlasBezNrNCTS._ShortDateNew = False
- Me.txtAtlasBezNrNCTS._ShortDateOnly = False
- Me.txtAtlasBezNrNCTS._TimeOnly = False
- Me.txtAtlasBezNrNCTS._TimeOnly_Seconds = False
- Me.txtAtlasBezNrNCTS._value = Nothing
- Me.txtAtlasBezNrNCTS._Waehrung = False
- Me.txtAtlasBezNrNCTS._WaehrungZeichen = True
- Me.txtAtlasBezNrNCTS.ForeColor = System.Drawing.Color.Black
- Me.txtAtlasBezNrNCTS.Location = New System.Drawing.Point(359, 42)
- Me.txtAtlasBezNrNCTS.MaxLineLength = -1
- Me.txtAtlasBezNrNCTS.MaxLines_Warning = ""
- Me.txtAtlasBezNrNCTS.MaxLines_Warning_Label = Nothing
- Me.txtAtlasBezNrNCTS.Name = "txtAtlasBezNrNCTS"
- Me.txtAtlasBezNrNCTS.Size = New System.Drawing.Size(101, 20)
- Me.txtAtlasBezNrNCTS.TabIndex = 13
- '
- 'txtFrachtkostenGesamt
- '
- Me.txtFrachtkostenGesamt._DateTimeOnly = False
- Me.txtFrachtkostenGesamt._numbersOnly = False
- Me.txtFrachtkostenGesamt._numbersOnlyKommastellen = ""
- Me.txtFrachtkostenGesamt._numbersOnlyTrennzeichen = True
- Me.txtFrachtkostenGesamt._Prozent = False
- Me.txtFrachtkostenGesamt._ShortDateNew = False
- Me.txtFrachtkostenGesamt._ShortDateOnly = False
- Me.txtFrachtkostenGesamt._TimeOnly = False
- Me.txtFrachtkostenGesamt._TimeOnly_Seconds = False
- Me.txtFrachtkostenGesamt._value = ""
- Me.txtFrachtkostenGesamt._Waehrung = True
- Me.txtFrachtkostenGesamt._WaehrungZeichen = True
- Me.txtFrachtkostenGesamt.ForeColor = System.Drawing.Color.Black
- Me.txtFrachtkostenGesamt.Location = New System.Drawing.Point(375, 57)
- Me.txtFrachtkostenGesamt.MaxLineLength = -1
- Me.txtFrachtkostenGesamt.MaxLines_Warning = ""
- Me.txtFrachtkostenGesamt.MaxLines_Warning_Label = Nothing
- Me.txtFrachtkostenGesamt.Name = "txtFrachtkostenGesamt"
- Me.txtFrachtkostenGesamt.Size = New System.Drawing.Size(50, 20)
- Me.txtFrachtkostenGesamt.TabIndex = 61
- Me.txtFrachtkostenGesamt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'txtFrachtkostenNichtEU
- '
- Me.txtFrachtkostenNichtEU._DateTimeOnly = False
- Me.txtFrachtkostenNichtEU._numbersOnly = False
- Me.txtFrachtkostenNichtEU._numbersOnlyKommastellen = ""
- Me.txtFrachtkostenNichtEU._numbersOnlyTrennzeichen = True
- Me.txtFrachtkostenNichtEU._Prozent = False
- Me.txtFrachtkostenNichtEU._ShortDateNew = False
- Me.txtFrachtkostenNichtEU._ShortDateOnly = False
- Me.txtFrachtkostenNichtEU._TimeOnly = False
- Me.txtFrachtkostenNichtEU._TimeOnly_Seconds = False
- Me.txtFrachtkostenNichtEU._value = ""
- Me.txtFrachtkostenNichtEU._Waehrung = True
- Me.txtFrachtkostenNichtEU._WaehrungZeichen = True
- Me.txtFrachtkostenNichtEU.ForeColor = System.Drawing.Color.Black
- Me.txtFrachtkostenNichtEU.Location = New System.Drawing.Point(322, 57)
- Me.txtFrachtkostenNichtEU.MaxLineLength = -1
- Me.txtFrachtkostenNichtEU.MaxLines_Warning = ""
- Me.txtFrachtkostenNichtEU.MaxLines_Warning_Label = Nothing
- Me.txtFrachtkostenNichtEU.Name = "txtFrachtkostenNichtEU"
- Me.txtFrachtkostenNichtEU.Size = New System.Drawing.Size(54, 20)
- Me.txtFrachtkostenNichtEU.TabIndex = 14
- Me.txtFrachtkostenNichtEU.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'txtFrachtkostenEU
- '
- Me.txtFrachtkostenEU._DateTimeOnly = False
- Me.txtFrachtkostenEU._numbersOnly = False
- Me.txtFrachtkostenEU._numbersOnlyKommastellen = ""
- Me.txtFrachtkostenEU._numbersOnlyTrennzeichen = True
- Me.txtFrachtkostenEU._Prozent = False
- Me.txtFrachtkostenEU._ShortDateNew = False
- Me.txtFrachtkostenEU._ShortDateOnly = False
- Me.txtFrachtkostenEU._TimeOnly = False
- Me.txtFrachtkostenEU._TimeOnly_Seconds = False
- Me.txtFrachtkostenEU._value = ""
- Me.txtFrachtkostenEU._Waehrung = True
- Me.txtFrachtkostenEU._WaehrungZeichen = True
- Me.txtFrachtkostenEU.ForeColor = System.Drawing.Color.Black
- Me.txtFrachtkostenEU.Location = New System.Drawing.Point(269, 57)
- Me.txtFrachtkostenEU.MaxLineLength = -1
- Me.txtFrachtkostenEU.MaxLines_Warning = ""
- Me.txtFrachtkostenEU.MaxLines_Warning_Label = Nothing
- Me.txtFrachtkostenEU.Name = "txtFrachtkostenEU"
- Me.txtFrachtkostenEU.Size = New System.Drawing.Size(54, 20)
- Me.txtFrachtkostenEU.TabIndex = 12
- Me.txtFrachtkostenEU.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'txtWarenwertWaehrung
- '
- Me.txtWarenwertWaehrung._allowFreitext = False
- Me.txtWarenwertWaehrung._AllowSetValue = False
- Me.txtWarenwertWaehrung._allowSpaceAsSplitter = False
- Me.txtWarenwertWaehrung._autoSizeGross = False
- Me.txtWarenwertWaehrung._hideIfListEmpty = True
- Me.txtWarenwertWaehrung._value = ""
- Me.txtWarenwertWaehrung.conn_art = "FMZOLL"
- Me.txtWarenwertWaehrung.dgvpos = "LEFT"
- Me.txtWarenwertWaehrung.DISPLAY_PARAM = Nothing
- Me.txtWarenwertWaehrung.INVISIBLE_COLUMNS = Nothing
- Me.txtWarenwertWaehrung.key_visible = False
- Me.txtWarenwertWaehrung.KEYPARAM = Nothing
- Me.txtWarenwertWaehrung.Location = New System.Drawing.Point(207, 77)
- Me.txtWarenwertWaehrung.Name = "txtWarenwertWaehrung"
- Me.txtWarenwertWaehrung.searchActive = True
- Me.txtWarenwertWaehrung.Size = New System.Drawing.Size(51, 20)
- Me.txtWarenwertWaehrung.SQL_ORDER_BY = Nothing
- Me.txtWarenwertWaehrung.SQL_SELECT = Nothing
- Me.txtWarenwertWaehrung.SQL_WHERE = Nothing
- Me.txtWarenwertWaehrung.SQL_WhereParamList = Nothing
- Me.txtWarenwertWaehrung.TabIndex = 11
- Me.txtWarenwertWaehrung.usrcntl = Nothing
- '
- 'txtWarenwert
- '
- Me.txtWarenwert._DateTimeOnly = False
- Me.txtWarenwert._numbersOnly = True
- Me.txtWarenwert._numbersOnlyKommastellen = ""
- Me.txtWarenwert._numbersOnlyTrennzeichen = True
- Me.txtWarenwert._Prozent = False
- Me.txtWarenwert._ShortDateNew = False
- Me.txtWarenwert._ShortDateOnly = False
- Me.txtWarenwert._TimeOnly = False
- Me.txtWarenwert._TimeOnly_Seconds = False
- Me.txtWarenwert._value = ""
- Me.txtWarenwert._Waehrung = False
- Me.txtWarenwert._WaehrungZeichen = True
- Me.txtWarenwert.ForeColor = System.Drawing.Color.Black
- Me.txtWarenwert.Location = New System.Drawing.Point(78, 77)
- Me.txtWarenwert.MaxLineLength = -1
- Me.txtWarenwert.MaxLines_Warning = ""
- Me.txtWarenwert.MaxLines_Warning_Label = Nothing
- Me.txtWarenwert.Name = "txtWarenwert"
- Me.txtWarenwert.Size = New System.Drawing.Size(130, 20)
- Me.txtWarenwert.TabIndex = 10
- Me.txtWarenwert.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'txtGewicht
- '
- Me.txtGewicht._DateTimeOnly = False
- Me.txtGewicht._numbersOnly = True
- Me.txtGewicht._numbersOnlyKommastellen = "1"
- Me.txtGewicht._numbersOnlyTrennzeichen = True
- Me.txtGewicht._Prozent = False
- Me.txtGewicht._ShortDateNew = False
- Me.txtGewicht._ShortDateOnly = False
- Me.txtGewicht._TimeOnly = False
- Me.txtGewicht._TimeOnly_Seconds = False
- Me.txtGewicht._value = ""
- Me.txtGewicht._Waehrung = False
- Me.txtGewicht._WaehrungZeichen = True
- Me.txtGewicht.ForeColor = System.Drawing.Color.Black
- Me.txtGewicht.Location = New System.Drawing.Point(81, 22)
- Me.txtGewicht.MaxLineLength = -1
- Me.txtGewicht.MaxLines_Warning = ""
- Me.txtGewicht.MaxLines_Warning_Label = Nothing
- Me.txtGewicht.Name = "txtGewicht"
- Me.txtGewicht.Size = New System.Drawing.Size(69, 20)
- Me.txtGewicht.TabIndex = 4
- Me.txtGewicht.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'txtColli
- '
- Me.txtColli._DateTimeOnly = False
- Me.txtColli._numbersOnly = True
- Me.txtColli._numbersOnlyKommastellen = "0"
- Me.txtColli._numbersOnlyTrennzeichen = True
- Me.txtColli._Prozent = False
- Me.txtColli._ShortDateNew = False
- Me.txtColli._ShortDateOnly = False
- Me.txtColli._TimeOnly = False
- Me.txtColli._TimeOnly_Seconds = False
- Me.txtColli._value = ""
- Me.txtColli._Waehrung = False
- Me.txtColli._WaehrungZeichen = True
- Me.txtColli.ForeColor = System.Drawing.Color.Black
- Me.txtColli.Location = New System.Drawing.Point(7, 22)
- Me.txtColli.MaxLineLength = -1
- Me.txtColli.MaxLines_Warning = ""
- Me.txtColli.MaxLines_Warning_Label = Nothing
- Me.txtColli.Name = "txtColli"
- Me.txtColli.Size = New System.Drawing.Size(46, 20)
- Me.txtColli.TabIndex = 3
- Me.txtColli.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'cboPrinter
- '
- Me.cboPrinter._allowedValuesFreiText = Nothing
- Me.cboPrinter._allowFreiText = False
- Me.cboPrinter._value = ""
- Me.cboPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.cboPrinter.DropDownWidth = 300
- Me.cboPrinter.FormattingEnabled = True
- Me.cboPrinter.Location = New System.Drawing.Point(296, 187)
- Me.cboPrinter.Name = "cboPrinter"
- Me.cboPrinter.Size = New System.Drawing.Size(131, 21)
- Me.cboPrinter.TabIndex = 24
- '
- 'txtBARzuKassieren
- '
- Me.txtBARzuKassieren._DateTimeOnly = False
- Me.txtBARzuKassieren._numbersOnly = False
- Me.txtBARzuKassieren._numbersOnlyKommastellen = ""
- Me.txtBARzuKassieren._numbersOnlyTrennzeichen = True
- Me.txtBARzuKassieren._Prozent = False
- Me.txtBARzuKassieren._ShortDateNew = False
- Me.txtBARzuKassieren._ShortDateOnly = False
- Me.txtBARzuKassieren._TimeOnly = False
- Me.txtBARzuKassieren._TimeOnly_Seconds = False
- Me.txtBARzuKassieren._value = ""
- Me.txtBARzuKassieren._Waehrung = True
- Me.txtBARzuKassieren._WaehrungZeichen = True
- Me.txtBARzuKassieren.ForeColor = System.Drawing.Color.Black
- Me.txtBARzuKassieren.Location = New System.Drawing.Point(3, 16)
- Me.txtBARzuKassieren.MaxLineLength = -1
- Me.txtBARzuKassieren.MaxLines_Warning = ""
- Me.txtBARzuKassieren.MaxLines_Warning_Label = Nothing
- Me.txtBARzuKassieren.Name = "txtBARzuKassieren"
- Me.txtBARzuKassieren.Size = New System.Drawing.Size(100, 20)
- Me.txtBARzuKassieren.TabIndex = 1
- Me.txtBARzuKassieren.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'txtVK_Preis
- '
- Me.txtVK_Preis._DateTimeOnly = False
- Me.txtVK_Preis._numbersOnly = True
- Me.txtVK_Preis._numbersOnlyKommastellen = ""
- Me.txtVK_Preis._numbersOnlyTrennzeichen = True
- Me.txtVK_Preis._Prozent = False
- Me.txtVK_Preis._ShortDateNew = False
- Me.txtVK_Preis._ShortDateOnly = False
- Me.txtVK_Preis._TimeOnly = False
- Me.txtVK_Preis._TimeOnly_Seconds = False
- Me.txtVK_Preis._value = ""
- Me.txtVK_Preis._Waehrung = True
- Me.txtVK_Preis._WaehrungZeichen = True
- Me.txtVK_Preis.ForeColor = System.Drawing.Color.Black
- Me.txtVK_Preis.Location = New System.Drawing.Point(255, 205)
- Me.txtVK_Preis.MaxLength = 15
- Me.txtVK_Preis.MaxLineLength = -1
- Me.txtVK_Preis.MaxLines_Warning = ""
- Me.txtVK_Preis.MaxLines_Warning_Label = Nothing
- Me.txtVK_Preis.Name = "txtVK_Preis"
- Me.txtVK_Preis.Size = New System.Drawing.Size(75, 20)
- Me.txtVK_Preis.TabIndex = 4
- '
- 'txtVK_Leistung
- '
- Me.txtVK_Leistung._DateTimeOnly = False
- Me.txtVK_Leistung._numbersOnly = False
- Me.txtVK_Leistung._numbersOnlyKommastellen = ""
- Me.txtVK_Leistung._numbersOnlyTrennzeichen = True
- Me.txtVK_Leistung._Prozent = False
- Me.txtVK_Leistung._ShortDateNew = False
- Me.txtVK_Leistung._ShortDateOnly = False
- Me.txtVK_Leistung._TimeOnly = False
- Me.txtVK_Leistung._TimeOnly_Seconds = False
- Me.txtVK_Leistung._value = ""
- Me.txtVK_Leistung._Waehrung = False
- Me.txtVK_Leistung._WaehrungZeichen = False
- Me.txtVK_Leistung.ForeColor = System.Drawing.Color.Black
- Me.txtVK_Leistung.Location = New System.Drawing.Point(129, 205)
- Me.txtVK_Leistung.MaxLength = 30
- Me.txtVK_Leistung.MaxLineLength = -1
- Me.txtVK_Leistung.MaxLines_Warning = ""
- Me.txtVK_Leistung.MaxLines_Warning_Label = Nothing
- Me.txtVK_Leistung.Name = "txtVK_Leistung"
- Me.txtVK_Leistung.Size = New System.Drawing.Size(127, 20)
- Me.txtVK_Leistung.TabIndex = 2
- '
- 'txtVK_Firma
- '
- Me.txtVK_Firma._DateTimeOnly = False
- Me.txtVK_Firma._numbersOnly = False
- Me.txtVK_Firma._numbersOnlyKommastellen = ""
- Me.txtVK_Firma._numbersOnlyTrennzeichen = True
- Me.txtVK_Firma._Prozent = False
- Me.txtVK_Firma._ShortDateNew = False
- Me.txtVK_Firma._ShortDateOnly = False
- Me.txtVK_Firma._TimeOnly = False
- Me.txtVK_Firma._TimeOnly_Seconds = False
- Me.txtVK_Firma._value = ""
- Me.txtVK_Firma._Waehrung = False
- Me.txtVK_Firma._WaehrungZeichen = True
- Me.txtVK_Firma.ForeColor = System.Drawing.Color.Black
- Me.txtVK_Firma.Location = New System.Drawing.Point(3, 205)
- Me.txtVK_Firma.MaxLength = 200
- Me.txtVK_Firma.MaxLineLength = -1
- Me.txtVK_Firma.MaxLines_Warning = ""
- Me.txtVK_Firma.MaxLines_Warning_Label = Nothing
- Me.txtVK_Firma.Name = "txtVK_Firma"
- Me.txtVK_Firma.Size = New System.Drawing.Size(127, 20)
- Me.txtVK_Firma.TabIndex = 1
- '
- 'dgvVorkosten
- '
- Me.dgvVorkosten.AKTUALISIERUNGS_INTERVALL = -1
- Me.dgvVorkosten.AllowUserToAddRows = False
- Me.dgvVorkosten.AllowUserToDeleteRows = False
- Me.dgvVorkosten.AllowUserToResizeColumns = False
- Me.dgvVorkosten.AllowUserToResizeRows = False
- Me.dgvVorkosten.BackgroundColor = System.Drawing.Color.White
- Me.dgvVorkosten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.dgvVorkosten.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnVK_id, Me.clmnFirma, Me.clmnLeistung, Me.clmnPreis})
- Me.dgvVorkosten.Location = New System.Drawing.Point(3, 4)
- Me.dgvVorkosten.MultiSelect = False
- Me.dgvVorkosten.Name = "dgvVorkosten"
- Me.dgvVorkosten.ReadOnly = True
- Me.dgvVorkosten.RowHeadersVisible = False
- Me.dgvVorkosten.RowTemplate.Height = 18
- Me.dgvVorkosten.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.dgvVorkosten.Size = New System.Drawing.Size(360, 194)
- Me.dgvVorkosten.TabIndex = 0
- '
- 'clmnVK_id
- '
- Me.clmnVK_id.HeaderText = "ID"
- Me.clmnVK_id.Name = "clmnVK_id"
- Me.clmnVK_id.ReadOnly = True
- Me.clmnVK_id.Visible = False
- '
- 'clmnFirma
- '
- Me.clmnFirma.HeaderText = "Firma"
- Me.clmnFirma.MaxInputLength = 200
- Me.clmnFirma.Name = "clmnFirma"
- Me.clmnFirma.ReadOnly = True
- Me.clmnFirma.Width = 127
- '
- 'clmnLeistung
- '
- Me.clmnLeistung.HeaderText = "Leistung"
- Me.clmnLeistung.MaxInputLength = 30
- Me.clmnLeistung.Name = "clmnLeistung"
- Me.clmnLeistung.ReadOnly = True
- Me.clmnLeistung.Width = 129
- '
- 'clmnPreis
- '
- Me.clmnPreis.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
- DataGridViewCellStyle4.Format = "C2"
- Me.clmnPreis.DefaultCellStyle = DataGridViewCellStyle4
- Me.clmnPreis.HeaderText = "Preis"
- Me.clmnPreis.MaxInputLength = 15
- Me.clmnPreis.Name = "clmnPreis"
- Me.clmnPreis.ReadOnly = True
- '
- 'dgvBelege
- '
- Me.dgvBelege.AKTUALISIERUNGS_INTERVALL = -1
- Me.dgvBelege.AllowUserToAddRows = False
- Me.dgvBelege.AllowUserToDeleteRows = False
- Me.dgvBelege.AllowUserToResizeColumns = False
- Me.dgvBelege.AllowUserToResizeRows = False
- Me.dgvBelege.BackgroundColor = System.Drawing.Color.White
- Me.dgvBelege.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.dgvBelege.Location = New System.Drawing.Point(6, 40)
- Me.dgvBelege.MultiSelect = False
- Me.dgvBelege.Name = "dgvBelege"
- Me.dgvBelege.ReadOnly = True
- Me.dgvBelege.RowHeadersVisible = False
- Me.dgvBelege.RowTemplate.Height = 18
- Me.dgvBelege.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.dgvBelege.Size = New System.Drawing.Size(360, 165)
- Me.dgvBelege.TabIndex = 3
- '
- 'txtFrachtfuehrer
- '
- Me.txtFrachtfuehrer._AlleFirmenCLUSTER = False
- Me.txtFrachtfuehrer._AllowSetValue = True
- Me.txtFrachtfuehrer._autoSizeGross = True
- Me.txtFrachtfuehrer._display_Name1 = False
- Me.txtFrachtfuehrer._displayAVISO_Email = False
- Me.txtFrachtfuehrer._displayFullName = False
- Me.txtFrachtfuehrer._displayWoelflKd = False
- Me.txtFrachtfuehrer._hideIfListEmpty = True
- Me.txtFrachtfuehrer._loadKdData = True
- Me.txtFrachtfuehrer._searchName1 = True
- Me.txtFrachtfuehrer._UseFIRMA = ""
- Me.txtFrachtfuehrer._ValueKdAndName = False
- Me.txtFrachtfuehrer.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
- Me.txtFrachtfuehrer.dgvpos = "LEFT"
- Me.txtFrachtfuehrer.KdName = Nothing
- Me.txtFrachtfuehrer.KdNr = "-1"
- Me.txtFrachtfuehrer.kdNrField = Nothing
- Me.txtFrachtfuehrer.KdNrNullInt = Nothing
- Me.txtFrachtfuehrer.Location = New System.Drawing.Point(120, 168)
- Me.txtFrachtfuehrer.MaxLength = 50
- Me.txtFrachtfuehrer.Name = "txtFrachtfuehrer"
- Me.txtFrachtfuehrer.nurAktive = False
- Me.txtFrachtfuehrer.searchActive = True
- Me.txtFrachtfuehrer.Size = New System.Drawing.Size(245, 20)
- Me.txtFrachtfuehrer.TabIndex = 75
- Me.txtFrachtfuehrer.TIMER_SEARCH = True
- Me.txtFrachtfuehrer.usrcntl = Nothing
- '
- 'txtKdAuftragsNrFrachtfuehrer
- '
- Me.txtKdAuftragsNrFrachtfuehrer._DateTimeOnly = False
- Me.txtKdAuftragsNrFrachtfuehrer._numbersOnly = False
- Me.txtKdAuftragsNrFrachtfuehrer._numbersOnlyKommastellen = ""
- Me.txtKdAuftragsNrFrachtfuehrer._numbersOnlyTrennzeichen = True
- Me.txtKdAuftragsNrFrachtfuehrer._Prozent = False
- Me.txtKdAuftragsNrFrachtfuehrer._ShortDateNew = False
- Me.txtKdAuftragsNrFrachtfuehrer._ShortDateOnly = False
- Me.txtKdAuftragsNrFrachtfuehrer._TimeOnly = False
- Me.txtKdAuftragsNrFrachtfuehrer._TimeOnly_Seconds = False
- Me.txtKdAuftragsNrFrachtfuehrer._value = Nothing
- Me.txtKdAuftragsNrFrachtfuehrer._Waehrung = False
- Me.txtKdAuftragsNrFrachtfuehrer._WaehrungZeichen = True
- Me.txtKdAuftragsNrFrachtfuehrer.ForeColor = System.Drawing.Color.Black
- Me.txtKdAuftragsNrFrachtfuehrer.Location = New System.Drawing.Point(410, 168)
- Me.txtKdAuftragsNrFrachtfuehrer.MaxLength = 50
- Me.txtKdAuftragsNrFrachtfuehrer.MaxLineLength = -1
- Me.txtKdAuftragsNrFrachtfuehrer.MaxLines_Warning = ""
- Me.txtKdAuftragsNrFrachtfuehrer.MaxLines_Warning_Label = Nothing
- Me.txtKdAuftragsNrFrachtfuehrer.Name = "txtKdAuftragsNrFrachtfuehrer"
- Me.txtKdAuftragsNrFrachtfuehrer.Size = New System.Drawing.Size(90, 20)
- Me.txtKdAuftragsNrFrachtfuehrer.TabIndex = 77
- '
- 'txtKdAuftragsNrEmpfaenger
- '
- Me.txtKdAuftragsNrEmpfaenger._DateTimeOnly = False
- Me.txtKdAuftragsNrEmpfaenger._numbersOnly = False
- Me.txtKdAuftragsNrEmpfaenger._numbersOnlyKommastellen = ""
- Me.txtKdAuftragsNrEmpfaenger._numbersOnlyTrennzeichen = True
- Me.txtKdAuftragsNrEmpfaenger._Prozent = False
- Me.txtKdAuftragsNrEmpfaenger._ShortDateNew = False
- Me.txtKdAuftragsNrEmpfaenger._ShortDateOnly = False
- Me.txtKdAuftragsNrEmpfaenger._TimeOnly = False
- Me.txtKdAuftragsNrEmpfaenger._TimeOnly_Seconds = False
- Me.txtKdAuftragsNrEmpfaenger._value = Nothing
- Me.txtKdAuftragsNrEmpfaenger._Waehrung = False
- Me.txtKdAuftragsNrEmpfaenger._WaehrungZeichen = True
- Me.txtKdAuftragsNrEmpfaenger.ForeColor = System.Drawing.Color.Black
- Me.txtKdAuftragsNrEmpfaenger.Location = New System.Drawing.Point(410, 94)
- Me.txtKdAuftragsNrEmpfaenger.MaxLength = 50
- Me.txtKdAuftragsNrEmpfaenger.MaxLineLength = -1
- Me.txtKdAuftragsNrEmpfaenger.MaxLines_Warning = ""
- Me.txtKdAuftragsNrEmpfaenger.MaxLines_Warning_Label = Nothing
- Me.txtKdAuftragsNrEmpfaenger.Name = "txtKdAuftragsNrEmpfaenger"
- Me.txtKdAuftragsNrEmpfaenger.Size = New System.Drawing.Size(90, 20)
- Me.txtKdAuftragsNrEmpfaenger.TabIndex = 48
- '
- 'txtKdAuftragsNrAvisierer
- '
- Me.txtKdAuftragsNrAvisierer._DateTimeOnly = False
- Me.txtKdAuftragsNrAvisierer._numbersOnly = False
- Me.txtKdAuftragsNrAvisierer._numbersOnlyKommastellen = ""
- Me.txtKdAuftragsNrAvisierer._numbersOnlyTrennzeichen = True
- Me.txtKdAuftragsNrAvisierer._Prozent = False
- Me.txtKdAuftragsNrAvisierer._ShortDateNew = False
- Me.txtKdAuftragsNrAvisierer._ShortDateOnly = False
- Me.txtKdAuftragsNrAvisierer._TimeOnly = False
- Me.txtKdAuftragsNrAvisierer._TimeOnly_Seconds = False
- Me.txtKdAuftragsNrAvisierer._value = Nothing
- Me.txtKdAuftragsNrAvisierer._Waehrung = False
- Me.txtKdAuftragsNrAvisierer._WaehrungZeichen = True
- Me.txtKdAuftragsNrAvisierer.BackColor = System.Drawing.Color.White
- Me.txtKdAuftragsNrAvisierer.ContextMenuStrip = Me.cntxt
- Me.txtKdAuftragsNrAvisierer.ForeColor = System.Drawing.Color.Black
- Me.txtKdAuftragsNrAvisierer.Location = New System.Drawing.Point(410, 20)
- Me.txtKdAuftragsNrAvisierer.MaxLength = 50
- Me.txtKdAuftragsNrAvisierer.MaxLineLength = -1
- Me.txtKdAuftragsNrAvisierer.MaxLines_Warning = ""
- Me.txtKdAuftragsNrAvisierer.MaxLines_Warning_Label = Nothing
- Me.txtKdAuftragsNrAvisierer.Name = "txtKdAuftragsNrAvisierer"
- Me.txtKdAuftragsNrAvisierer.Size = New System.Drawing.Size(90, 20)
- Me.txtKdAuftragsNrAvisierer.TabIndex = 16
- '
- 'FlatButton4
- '
- Me.FlatButton4.allowBorder = False
- Me.FlatButton4.BackgroundImage = CType(resources.GetObject("FlatButton4.BackgroundImage"), System.Drawing.Image)
- Me.FlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.FlatButton4.FlatAppearance.BorderSize = 0
- Me.FlatButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.FlatButton4.ForeColor = System.Drawing.Color.Black
- Me.FlatButton4.Location = New System.Drawing.Point(365, 132)
- Me.FlatButton4.Name = "FlatButton4"
- Me.FlatButton4.Size = New System.Drawing.Size(22, 22)
- Me.FlatButton4.TabIndex = 62
- Me.FlatButton4.TabStop = False
- Me.FlatButton4.UseVisualStyleBackColor = True
- '
- 'FlatButton1
- '
- Me.FlatButton1.allowBorder = False
- Me.FlatButton1.BackgroundImage = CType(resources.GetObject("FlatButton1.BackgroundImage"), System.Drawing.Image)
- Me.FlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.FlatButton1.FlatAppearance.BorderSize = 0
- Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.FlatButton1.ForeColor = System.Drawing.Color.Black
- Me.FlatButton1.Location = New System.Drawing.Point(365, 93)
- Me.FlatButton1.Name = "FlatButton1"
- Me.FlatButton1.Size = New System.Drawing.Size(22, 22)
- Me.FlatButton1.TabIndex = 46
- Me.FlatButton1.TabStop = False
- Me.FlatButton1.UseVisualStyleBackColor = True
- '
- 'btnFrachtfuehrer
- '
- Me.btnFrachtfuehrer.allowBorder = False
- Me.btnFrachtfuehrer.BackgroundImage = Global.AVISO.My.Resources.Resources.personInaktiv
- Me.btnFrachtfuehrer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.btnFrachtfuehrer.FlatAppearance.BorderSize = 0
- Me.btnFrachtfuehrer.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnFrachtfuehrer.ForeColor = System.Drawing.Color.Black
- Me.btnFrachtfuehrer.Location = New System.Drawing.Point(365, 167)
- Me.btnFrachtfuehrer.Name = "btnFrachtfuehrer"
- Me.btnFrachtfuehrer.Size = New System.Drawing.Size(22, 22)
- Me.btnFrachtfuehrer.TabIndex = 76
- Me.btnFrachtfuehrer.TabStop = False
- Me.btnFrachtfuehrer.UseVisualStyleBackColor = True
- '
- 'FlatButton3
- '
- Me.FlatButton3.allowBorder = False
- Me.FlatButton3.BackgroundImage = Global.AVISO.My.Resources.Resources.personInaktiv
- Me.FlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.FlatButton3.FlatAppearance.BorderSize = 0
- Me.FlatButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.FlatButton3.ForeColor = System.Drawing.Color.Black
- Me.FlatButton3.Location = New System.Drawing.Point(365, 56)
- Me.FlatButton3.Name = "FlatButton3"
- Me.FlatButton3.Size = New System.Drawing.Size(22, 22)
- Me.FlatButton3.TabIndex = 29
- Me.FlatButton3.TabStop = False
- Me.FlatButton3.UseVisualStyleBackColor = True
- '
- 'btnAvisierer
- '
- Me.btnAvisierer.allowBorder = False
- Me.btnAvisierer.BackgroundImage = Global.AVISO.My.Resources.Resources.personInaktiv
- Me.btnAvisierer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.btnAvisierer.FlatAppearance.BorderSize = 0
- Me.btnAvisierer.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.btnAvisierer.ForeColor = System.Drawing.Color.Black
- Me.btnAvisierer.Location = New System.Drawing.Point(365, 19)
- Me.btnAvisierer.Name = "btnAvisierer"
- Me.btnAvisierer.Size = New System.Drawing.Size(22, 22)
- Me.btnAvisierer.TabIndex = 15
- Me.btnAvisierer.TabStop = False
- Me.btnAvisierer.UseVisualStyleBackColor = True
- '
- 'txtAvisierer
- '
- Me.txtAvisierer._AlleFirmenCLUSTER = False
- Me.txtAvisierer._AllowSetValue = True
- Me.txtAvisierer._autoSizeGross = True
- Me.txtAvisierer._display_Name1 = False
- Me.txtAvisierer._displayAVISO_Email = False
- Me.txtAvisierer._displayFullName = False
- Me.txtAvisierer._displayWoelflKd = False
- Me.txtAvisierer._hideIfListEmpty = True
- Me.txtAvisierer._loadKdData = True
- Me.txtAvisierer._searchName1 = True
- Me.txtAvisierer._UseFIRMA = ""
- Me.txtAvisierer._ValueKdAndName = False
- Me.txtAvisierer.BackColor = System.Drawing.SystemColors.Window
- Me.txtAvisierer.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
- Me.txtAvisierer.dgvpos = "LEFT"
- Me.txtAvisierer.KdName = Nothing
- Me.txtAvisierer.KdNr = "-1"
- Me.txtAvisierer.kdNrField = Nothing
- Me.txtAvisierer.KdNrNullInt = Nothing
- Me.txtAvisierer.Location = New System.Drawing.Point(120, 20)
- Me.txtAvisierer.MaxLength = 50
- Me.txtAvisierer.Name = "txtAvisierer"
- Me.txtAvisierer.nurAktive = False
- Me.txtAvisierer.searchActive = True
- Me.txtAvisierer.Size = New System.Drawing.Size(245, 20)
- Me.txtAvisierer.TabIndex = 14
- Me.txtAvisierer.TIMER_SEARCH = True
- Me.txtAvisierer.usrcntl = Nothing
- '
- 'txtAuftraggeber
- '
- Me.txtAuftraggeber._AlleFirmenCLUSTER = False
- Me.txtAuftraggeber._AllowSetValue = True
- Me.txtAuftraggeber._autoSizeGross = True
- Me.txtAuftraggeber._display_Name1 = False
- Me.txtAuftraggeber._displayAVISO_Email = False
- Me.txtAuftraggeber._displayFullName = False
- Me.txtAuftraggeber._displayWoelflKd = False
- Me.txtAuftraggeber._hideIfListEmpty = True
- Me.txtAuftraggeber._loadKdData = True
- Me.txtAuftraggeber._searchName1 = True
- Me.txtAuftraggeber._UseFIRMA = ""
- Me.txtAuftraggeber._ValueKdAndName = False
- Me.txtAuftraggeber.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
- Me.txtAuftraggeber.dgvpos = "LEFT"
- Me.txtAuftraggeber.KdName = Nothing
- Me.txtAuftraggeber.KdNr = "-1"
- Me.txtAuftraggeber.kdNrField = Nothing
- Me.txtAuftraggeber.KdNrNullInt = Nothing
- Me.txtAuftraggeber.Location = New System.Drawing.Point(120, 57)
- Me.txtAuftraggeber.MaxLength = 50
- Me.txtAuftraggeber.Name = "txtAuftraggeber"
- Me.txtAuftraggeber.nurAktive = False
- Me.txtAuftraggeber.searchActive = True
- Me.txtAuftraggeber.Size = New System.Drawing.Size(245, 20)
- Me.txtAuftraggeber.TabIndex = 28
- Me.txtAuftraggeber.TIMER_SEARCH = True
- Me.txtAuftraggeber.usrcntl = Nothing
- '
- 'txtFrachtfuehrerKdNr
- '
- Me.txtFrachtfuehrerKdNr._DateTimeOnly = False
- Me.txtFrachtfuehrerKdNr._numbersOnly = False
- Me.txtFrachtfuehrerKdNr._numbersOnlyKommastellen = ""
- Me.txtFrachtfuehrerKdNr._numbersOnlyTrennzeichen = True
- Me.txtFrachtfuehrerKdNr._Prozent = False
- Me.txtFrachtfuehrerKdNr._ShortDateNew = False
- Me.txtFrachtfuehrerKdNr._ShortDateOnly = False
- Me.txtFrachtfuehrerKdNr._TimeOnly = False
- Me.txtFrachtfuehrerKdNr._TimeOnly_Seconds = False
- Me.txtFrachtfuehrerKdNr._value = Nothing
- Me.txtFrachtfuehrerKdNr._Waehrung = False
- Me.txtFrachtfuehrerKdNr._WaehrungZeichen = True
- Me.txtFrachtfuehrerKdNr.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
- Me.txtFrachtfuehrerKdNr.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.txtFrachtfuehrerKdNr.Location = New System.Drawing.Point(121, 155)
- Me.txtFrachtfuehrerKdNr.MaxLineLength = -1
- Me.txtFrachtfuehrerKdNr.MaxLines_Warning = ""
- Me.txtFrachtfuehrerKdNr.MaxLines_Warning_Label = Nothing
- Me.txtFrachtfuehrerKdNr.Name = "txtFrachtfuehrerKdNr"
- Me.txtFrachtfuehrerKdNr.ReadOnly = True
- Me.txtFrachtfuehrerKdNr.Size = New System.Drawing.Size(101, 13)
- Me.txtFrachtfuehrerKdNr.TabIndex = 70
- Me.txtFrachtfuehrerKdNr.TabStop = False
- '
- 'lblEmpfAufschubEust
- '
- Me.lblEmpfAufschubEust._DateTimeOnly = False
- Me.lblEmpfAufschubEust._numbersOnly = False
- Me.lblEmpfAufschubEust._numbersOnlyKommastellen = ""
- Me.lblEmpfAufschubEust._numbersOnlyTrennzeichen = True
- Me.lblEmpfAufschubEust._Prozent = False
- Me.lblEmpfAufschubEust._ShortDateNew = False
- Me.lblEmpfAufschubEust._ShortDateOnly = False
- Me.lblEmpfAufschubEust._TimeOnly = False
- Me.lblEmpfAufschubEust._TimeOnly_Seconds = False
- Me.lblEmpfAufschubEust._value = Nothing
- Me.lblEmpfAufschubEust._Waehrung = False
- Me.lblEmpfAufschubEust._WaehrungZeichen = True
- Me.lblEmpfAufschubEust.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
- Me.lblEmpfAufschubEust.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.lblEmpfAufschubEust.ForeColor = System.Drawing.Color.Black
- Me.lblEmpfAufschubEust.Location = New System.Drawing.Point(631, 98)
- Me.lblEmpfAufschubEust.MaxLineLength = -1
- Me.lblEmpfAufschubEust.MaxLines_Warning = ""
- Me.lblEmpfAufschubEust.MaxLines_Warning_Label = Nothing
- Me.lblEmpfAufschubEust.Name = "lblEmpfAufschubEust"
- Me.lblEmpfAufschubEust.ReadOnly = True
- Me.lblEmpfAufschubEust.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.lblEmpfAufschubEust.Size = New System.Drawing.Size(69, 13)
- Me.lblEmpfAufschubEust.TabIndex = 55
- Me.lblEmpfAufschubEust.TabStop = False
- Me.lblEmpfAufschubEust.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'txtAbsenderKdNr
- '
- Me.txtAbsenderKdNr._DateTimeOnly = False
- Me.txtAbsenderKdNr._numbersOnly = False
- Me.txtAbsenderKdNr._numbersOnlyKommastellen = ""
- Me.txtAbsenderKdNr._numbersOnlyTrennzeichen = True
- Me.txtAbsenderKdNr._Prozent = False
- Me.txtAbsenderKdNr._ShortDateNew = False
- Me.txtAbsenderKdNr._ShortDateOnly = False
- Me.txtAbsenderKdNr._TimeOnly = False
- Me.txtAbsenderKdNr._TimeOnly_Seconds = False
- Me.txtAbsenderKdNr._value = Nothing
- Me.txtAbsenderKdNr._Waehrung = False
- Me.txtAbsenderKdNr._WaehrungZeichen = True
- Me.txtAbsenderKdNr.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
- Me.txtAbsenderKdNr.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.txtAbsenderKdNr.Location = New System.Drawing.Point(121, 119)
- Me.txtAbsenderKdNr.MaxLineLength = -1
- Me.txtAbsenderKdNr.MaxLines_Warning = ""
- Me.txtAbsenderKdNr.MaxLines_Warning_Label = Nothing
- Me.txtAbsenderKdNr.Name = "txtAbsenderKdNr"
- Me.txtAbsenderKdNr.ReadOnly = True
- Me.txtAbsenderKdNr.Size = New System.Drawing.Size(101, 13)
- Me.txtAbsenderKdNr.TabIndex = 57
- Me.txtAbsenderKdNr.TabStop = False
- '
- 'MyTextBox1
- '
- Me.MyTextBox1._DateTimeOnly = False
- Me.MyTextBox1._numbersOnly = False
- Me.MyTextBox1._numbersOnlyKommastellen = ""
- Me.MyTextBox1._numbersOnlyTrennzeichen = True
- Me.MyTextBox1._Prozent = False
- Me.MyTextBox1._ShortDateNew = False
- Me.MyTextBox1._ShortDateOnly = False
- Me.MyTextBox1._TimeOnly = False
- Me.MyTextBox1._TimeOnly_Seconds = False
- Me.MyTextBox1._value = Nothing
- Me.MyTextBox1._Waehrung = False
- Me.MyTextBox1._WaehrungZeichen = True
- Me.MyTextBox1.BackColor = System.Drawing.Color.Gainsboro
- Me.MyTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.MyTextBox1.Location = New System.Drawing.Point(121, 18)
- Me.MyTextBox1.MaxLineLength = -1
- Me.MyTextBox1.MaxLines_Warning = ""
- Me.MyTextBox1.MaxLines_Warning_Label = Nothing
- Me.MyTextBox1.Name = "MyTextBox1"
- Me.MyTextBox1.ReadOnly = True
- Me.MyTextBox1.Size = New System.Drawing.Size(100, 13)
- Me.MyTextBox1.TabIndex = 11
- Me.MyTextBox1.TabStop = False
- Me.MyTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'txtEmpfaengerKdNr
- '
- Me.txtEmpfaengerKdNr._DateTimeOnly = False
- Me.txtEmpfaengerKdNr._numbersOnly = False
- Me.txtEmpfaengerKdNr._numbersOnlyKommastellen = ""
- Me.txtEmpfaengerKdNr._numbersOnlyTrennzeichen = True
- Me.txtEmpfaengerKdNr._Prozent = False
- Me.txtEmpfaengerKdNr._ShortDateNew = False
- Me.txtEmpfaengerKdNr._ShortDateOnly = False
- Me.txtEmpfaengerKdNr._TimeOnly = False
- Me.txtEmpfaengerKdNr._TimeOnly_Seconds = False
- Me.txtEmpfaengerKdNr._value = Nothing
- Me.txtEmpfaengerKdNr._Waehrung = False
- Me.txtEmpfaengerKdNr._WaehrungZeichen = True
- Me.txtEmpfaengerKdNr.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
- Me.txtEmpfaengerKdNr.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.txtEmpfaengerKdNr.Location = New System.Drawing.Point(121, 81)
- Me.txtEmpfaengerKdNr.MaxLineLength = -1
- Me.txtEmpfaengerKdNr.MaxLines_Warning = ""
- Me.txtEmpfaengerKdNr.MaxLines_Warning_Label = Nothing
- Me.txtEmpfaengerKdNr.Name = "txtEmpfaengerKdNr"
- Me.txtEmpfaengerKdNr.ReadOnly = True
- Me.txtEmpfaengerKdNr.Size = New System.Drawing.Size(99, 13)
- Me.txtEmpfaengerKdNr.TabIndex = 41
- Me.txtEmpfaengerKdNr.TabStop = False
- '
- 'txtAbsender
- '
- Me.txtAbsender._AlleFirmenCLUSTER = False
- Me.txtAbsender._AllowSetValue = True
- Me.txtAbsender._autoSizeGross = True
- Me.txtAbsender._display_Name1 = False
- Me.txtAbsender._displayAVISO_Email = False
- Me.txtAbsender._displayFullName = False
- Me.txtAbsender._displayWoelflKd = False
- Me.txtAbsender._hideIfListEmpty = True
- Me.txtAbsender._loadKdData = True
- Me.txtAbsender._searchName1 = True
- Me.txtAbsender._UseFIRMA = ""
- Me.txtAbsender._ValueKdAndName = False
- Me.txtAbsender.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
- Me.txtAbsender.dgvpos = "LEFT"
- Me.txtAbsender.KdName = Nothing
- Me.txtAbsender.KdNr = "-1"
- Me.txtAbsender.kdNrField = Nothing
- Me.txtAbsender.KdNrNullInt = Nothing
- Me.txtAbsender.Location = New System.Drawing.Point(120, 133)
- Me.txtAbsender.MaxLength = 50
- Me.txtAbsender.Name = "txtAbsender"
- Me.txtAbsender.nurAktive = False
- Me.txtAbsender.searchActive = True
- Me.txtAbsender.Size = New System.Drawing.Size(245, 20)
- Me.txtAbsender.TabIndex = 61
- Me.txtAbsender.TIMER_SEARCH = True
- Me.txtAbsender.usrcntl = Nothing
- '
- 'txtEmpfaenger
- '
- Me.txtEmpfaenger._AlleFirmenCLUSTER = False
- Me.txtEmpfaenger._AllowSetValue = True
- Me.txtEmpfaenger._autoSizeGross = True
- Me.txtEmpfaenger._display_Name1 = False
- Me.txtEmpfaenger._displayAVISO_Email = False
- Me.txtEmpfaenger._displayFullName = False
- Me.txtEmpfaenger._displayWoelflKd = False
- Me.txtEmpfaenger._hideIfListEmpty = True
- Me.txtEmpfaenger._loadKdData = True
- Me.txtEmpfaenger._searchName1 = True
- Me.txtEmpfaenger._UseFIRMA = ""
- Me.txtEmpfaenger._ValueKdAndName = False
- Me.txtEmpfaenger.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
- Me.txtEmpfaenger.dgvpos = "LEFT"
- Me.txtEmpfaenger.KdName = Nothing
- Me.txtEmpfaenger.KdNr = "-1"
- Me.txtEmpfaenger.kdNrField = Nothing
- Me.txtEmpfaenger.KdNrNullInt = Nothing
- Me.txtEmpfaenger.Location = New System.Drawing.Point(120, 94)
- Me.txtEmpfaenger.Name = "txtEmpfaenger"
- Me.txtEmpfaenger.nurAktive = False
- Me.txtEmpfaenger.searchActive = True
- Me.txtEmpfaenger.Size = New System.Drawing.Size(245, 20)
- Me.txtEmpfaenger.TabIndex = 45
- Me.txtEmpfaenger.TIMER_SEARCH = True
- Me.txtEmpfaenger.usrcntl = Nothing
- '
- 'lblAtrAufschubEust
- '
- Me.lblAtrAufschubEust._DateTimeOnly = False
- Me.lblAtrAufschubEust._numbersOnly = False
- Me.lblAtrAufschubEust._numbersOnlyKommastellen = ""
- Me.lblAtrAufschubEust._numbersOnlyTrennzeichen = True
- Me.lblAtrAufschubEust._Prozent = False
- Me.lblAtrAufschubEust._ShortDateNew = False
- Me.lblAtrAufschubEust._ShortDateOnly = False
- Me.lblAtrAufschubEust._TimeOnly = False
- Me.lblAtrAufschubEust._TimeOnly_Seconds = False
- Me.lblAtrAufschubEust._value = Nothing
- Me.lblAtrAufschubEust._Waehrung = False
- Me.lblAtrAufschubEust._WaehrungZeichen = True
- Me.lblAtrAufschubEust.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
- Me.lblAtrAufschubEust.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.lblAtrAufschubEust.ForeColor = System.Drawing.Color.Black
- Me.lblAtrAufschubEust.Location = New System.Drawing.Point(631, 60)
- Me.lblAtrAufschubEust.MaxLineLength = -1
- Me.lblAtrAufschubEust.MaxLines_Warning = ""
- Me.lblAtrAufschubEust.MaxLines_Warning_Label = Nothing
- Me.lblAtrAufschubEust.Name = "lblAtrAufschubEust"
- Me.lblAtrAufschubEust.ReadOnly = True
- Me.lblAtrAufschubEust.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.lblAtrAufschubEust.Size = New System.Drawing.Size(69, 13)
- Me.lblAtrAufschubEust.TabIndex = 38
- Me.lblAtrAufschubEust.TabStop = False
- Me.lblAtrAufschubEust.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'txtAuftraggeberKdNr
- '
- Me.txtAuftraggeberKdNr._DateTimeOnly = False
- Me.txtAuftraggeberKdNr._numbersOnly = False
- Me.txtAuftraggeberKdNr._numbersOnlyKommastellen = ""
- Me.txtAuftraggeberKdNr._numbersOnlyTrennzeichen = True
- Me.txtAuftraggeberKdNr._Prozent = False
- Me.txtAuftraggeberKdNr._ShortDateNew = False
- Me.txtAuftraggeberKdNr._ShortDateOnly = False
- Me.txtAuftraggeberKdNr._TimeOnly = False
- Me.txtAuftraggeberKdNr._TimeOnly_Seconds = False
- Me.txtAuftraggeberKdNr._value = Nothing
- Me.txtAuftraggeberKdNr._Waehrung = False
- Me.txtAuftraggeberKdNr._WaehrungZeichen = True
- Me.txtAuftraggeberKdNr.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
- Me.txtAuftraggeberKdNr.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.txtAuftraggeberKdNr.Location = New System.Drawing.Point(121, 44)
- Me.txtAuftraggeberKdNr.MaxLineLength = -1
- Me.txtAuftraggeberKdNr.MaxLines_Warning = ""
- Me.txtAuftraggeberKdNr.MaxLines_Warning_Label = Nothing
- Me.txtAuftraggeberKdNr.Name = "txtAuftraggeberKdNr"
- Me.txtAuftraggeberKdNr.ReadOnly = True
- Me.txtAuftraggeberKdNr.Size = New System.Drawing.Size(100, 13)
- Me.txtAuftraggeberKdNr.TabIndex = 23
- Me.txtAuftraggeberKdNr.TabStop = False
- '
- 'txtAvisiererKdNr
- '
- Me.txtAvisiererKdNr._DateTimeOnly = False
- Me.txtAvisiererKdNr._numbersOnly = False
- Me.txtAvisiererKdNr._numbersOnlyKommastellen = ""
- Me.txtAvisiererKdNr._numbersOnlyTrennzeichen = True
- Me.txtAvisiererKdNr._Prozent = False
- Me.txtAvisiererKdNr._ShortDateNew = False
- Me.txtAvisiererKdNr._ShortDateOnly = False
- Me.txtAvisiererKdNr._TimeOnly = False
- Me.txtAvisiererKdNr._TimeOnly_Seconds = False
- Me.txtAvisiererKdNr._value = Nothing
- Me.txtAvisiererKdNr._Waehrung = False
- Me.txtAvisiererKdNr._WaehrungZeichen = True
- Me.txtAvisiererKdNr.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
- Me.txtAvisiererKdNr.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.txtAvisiererKdNr.Location = New System.Drawing.Point(121, 5)
- Me.txtAvisiererKdNr.MaxLineLength = -1
- Me.txtAvisiererKdNr.MaxLines_Warning = ""
- Me.txtAvisiererKdNr.MaxLines_Warning_Label = Nothing
- Me.txtAvisiererKdNr.Name = "txtAvisiererKdNr"
- Me.txtAvisiererKdNr.ReadOnly = True
- Me.txtAvisiererKdNr.Size = New System.Drawing.Size(100, 13)
- Me.txtAvisiererKdNr.TabIndex = 9
- Me.txtAvisiererKdNr.TabStop = False
- '
- 'txtKdAuftragsNr
- '
- Me.txtKdAuftragsNr._DateTimeOnly = False
- Me.txtKdAuftragsNr._numbersOnly = False
- Me.txtKdAuftragsNr._numbersOnlyKommastellen = ""
- Me.txtKdAuftragsNr._numbersOnlyTrennzeichen = True
- Me.txtKdAuftragsNr._Prozent = False
- Me.txtKdAuftragsNr._ShortDateNew = False
- Me.txtKdAuftragsNr._ShortDateOnly = False
- Me.txtKdAuftragsNr._TimeOnly = False
- Me.txtKdAuftragsNr._TimeOnly_Seconds = False
- Me.txtKdAuftragsNr._value = Nothing
- Me.txtKdAuftragsNr._Waehrung = False
- Me.txtKdAuftragsNr._WaehrungZeichen = True
- Me.txtKdAuftragsNr.ForeColor = System.Drawing.Color.Black
- Me.txtKdAuftragsNr.Location = New System.Drawing.Point(410, 57)
- Me.txtKdAuftragsNr.MaxLength = 50
- Me.txtKdAuftragsNr.MaxLineLength = -1
- Me.txtKdAuftragsNr.MaxLines_Warning = ""
- Me.txtKdAuftragsNr.MaxLines_Warning_Label = Nothing
- Me.txtKdAuftragsNr.Name = "txtKdAuftragsNr"
- Me.txtKdAuftragsNr.Size = New System.Drawing.Size(90, 20)
- Me.txtKdAuftragsNr.TabIndex = 31
- '
- 'txtAnzahlPos
- '
- Me.txtAnzahlPos._DateTimeOnly = False
- Me.txtAnzahlPos._numbersOnly = True
- Me.txtAnzahlPos._numbersOnlyKommastellen = ""
- Me.txtAnzahlPos._numbersOnlyTrennzeichen = True
- Me.txtAnzahlPos._Prozent = False
- Me.txtAnzahlPos._ShortDateNew = False
- Me.txtAnzahlPos._ShortDateOnly = False
- Me.txtAnzahlPos._TimeOnly = False
- Me.txtAnzahlPos._TimeOnly_Seconds = False
- Me.txtAnzahlPos._value = ""
- Me.txtAnzahlPos._Waehrung = False
- Me.txtAnzahlPos._WaehrungZeichen = True
- Me.txtAnzahlPos.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtAnzahlPos.Location = New System.Drawing.Point(802, 27)
- Me.txtAnzahlPos.MaxLength = 3
- Me.txtAnzahlPos.MaxLineLength = -1
- Me.txtAnzahlPos.MaxLines_Warning = ""
- Me.txtAnzahlPos.MaxLines_Warning_Label = Nothing
- Me.txtAnzahlPos.Name = "txtAnzahlPos"
- Me.txtAnzahlPos.Size = New System.Drawing.Size(41, 24)
- Me.txtAnzahlPos.TabIndex = 14
- Me.txtAnzahlPos.Visible = False
- '
- 'cboAbfertigungsart
- '
- Me.cboAbfertigungsart._allowedValuesFreiText = Nothing
- Me.cboAbfertigungsart._allowFreiText = False
- Me.cboAbfertigungsart._value = ""
- Me.cboAbfertigungsart.BackColor = System.Drawing.Color.White
- Me.cboAbfertigungsart.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.cboAbfertigungsart.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.cboAbfertigungsart.FormattingEnabled = True
- Me.cboAbfertigungsart.Location = New System.Drawing.Point(422, 27)
- Me.cboAbfertigungsart.Name = "cboAbfertigungsart"
- Me.cboAbfertigungsart.Size = New System.Drawing.Size(315, 24)
- Me.cboAbfertigungsart.TabIndex = 12
- '
- 'txtFremdEmpfKdNR
- '
- Me.txtFremdEmpfKdNR._DateTimeOnly = False
- Me.txtFremdEmpfKdNR._numbersOnly = False
- Me.txtFremdEmpfKdNR._numbersOnlyKommastellen = ""
- Me.txtFremdEmpfKdNR._numbersOnlyTrennzeichen = True
- Me.txtFremdEmpfKdNR._Prozent = False
- Me.txtFremdEmpfKdNR._ShortDateNew = False
- Me.txtFremdEmpfKdNR._ShortDateOnly = False
- Me.txtFremdEmpfKdNR._TimeOnly = False
- Me.txtFremdEmpfKdNR._TimeOnly_Seconds = False
- Me.txtFremdEmpfKdNR._value = Nothing
- Me.txtFremdEmpfKdNR._Waehrung = False
- Me.txtFremdEmpfKdNR._WaehrungZeichen = True
- Me.txtFremdEmpfKdNR.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
- Me.txtFremdEmpfKdNR.BorderStyle = System.Windows.Forms.BorderStyle.None
- Me.txtFremdEmpfKdNR.ForeColor = System.Drawing.Color.White
- Me.txtFremdEmpfKdNR.Location = New System.Drawing.Point(307, 8)
- Me.txtFremdEmpfKdNR.MaxLineLength = -1
- Me.txtFremdEmpfKdNR.MaxLines_Warning = ""
- Me.txtFremdEmpfKdNR.MaxLines_Warning_Label = Nothing
- Me.txtFremdEmpfKdNR.Name = "txtFremdEmpfKdNR"
- Me.txtFremdEmpfKdNR.ReadOnly = True
- Me.txtFremdEmpfKdNR.Size = New System.Drawing.Size(100, 13)
- Me.txtFremdEmpfKdNR.TabIndex = 2
- Me.txtFremdEmpfKdNR.TabStop = False
- Me.txtFremdEmpfKdNR.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'txtFremdEmpf
- '
- Me.txtFremdEmpf._AlleFirmenCLUSTER = False
- Me.txtFremdEmpf._AllowSetValue = True
- Me.txtFremdEmpf._autoSizeGross = True
- Me.txtFremdEmpf._display_Name1 = False
- Me.txtFremdEmpf._displayAVISO_Email = False
- Me.txtFremdEmpf._displayFullName = False
- Me.txtFremdEmpf._displayWoelflKd = False
- Me.txtFremdEmpf._hideIfListEmpty = True
- Me.txtFremdEmpf._loadKdData = True
- Me.txtFremdEmpf._searchName1 = True
- Me.txtFremdEmpf._UseFIRMA = ""
- Me.txtFremdEmpf._ValueKdAndName = False
- Me.txtFremdEmpf.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
- Me.txtFremdEmpf.dgvpos = "LEFT"
- Me.txtFremdEmpf.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
- Me.txtFremdEmpf.KdName = Nothing
- Me.txtFremdEmpf.KdNr = "-1"
- Me.txtFremdEmpf.kdNrField = Nothing
- Me.txtFremdEmpf.KdNrNullInt = Nothing
- Me.txtFremdEmpf.Location = New System.Drawing.Point(32, 21)
- Me.txtFremdEmpf.MaxLength = 50
- Me.txtFremdEmpf.Name = "txtFremdEmpf"
- Me.txtFremdEmpf.nurAktive = False
- Me.txtFremdEmpf.searchActive = True
- Me.txtFremdEmpf.Size = New System.Drawing.Size(175, 26)
- Me.txtFremdEmpf.TabIndex = 3
- Me.txtFremdEmpf.TIMER_SEARCH = True
- Me.txtFremdEmpf.usrcntl = Nothing
- '
- 'cboFremdsped
- '
- Me.cboFremdsped._allowedValuesFreiText = Nothing
- Me.cboFremdsped._allowFreiText = True
- Me.cboFremdsped._value = ""
- Me.cboFremdsped.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
- Me.cboFremdsped.Location = New System.Drawing.Point(213, 20)
- Me.cboFremdsped.Name = "cboFremdsped"
- Me.cboFremdsped.Size = New System.Drawing.Size(194, 28)
- Me.cboFremdsped.TabIndex = 4
- Me.cboFremdsped.Visible = False
- '
- 'txtAnzahl
- '
- Me.txtAnzahl._DateTimeOnly = False
- Me.txtAnzahl._numbersOnly = True
- Me.txtAnzahl._numbersOnlyKommastellen = ""
- Me.txtAnzahl._numbersOnlyTrennzeichen = True
- Me.txtAnzahl._Prozent = False
- Me.txtAnzahl._ShortDateNew = False
- Me.txtAnzahl._ShortDateOnly = False
- Me.txtAnzahl._TimeOnly = False
- Me.txtAnzahl._TimeOnly_Seconds = False
- Me.txtAnzahl._value = ""
- Me.txtAnzahl._Waehrung = False
- Me.txtAnzahl._WaehrungZeichen = True
- Me.txtAnzahl.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtAnzahl.Location = New System.Drawing.Point(741, 27)
- Me.txtAnzahl.MaxLength = 3
- Me.txtAnzahl.MaxLineLength = -1
- Me.txtAnzahl.MaxLines_Warning = ""
- Me.txtAnzahl.MaxLines_Warning_Label = Nothing
- Me.txtAnzahl.Name = "txtAnzahl"
- Me.txtAnzahl.Size = New System.Drawing.Size(41, 24)
- Me.txtAnzahl.TabIndex = 13
- Me.txtAnzahl.Visible = False
- '
- 'txtUnterNr
- '
- Me.txtUnterNr._DateTimeOnly = False
- Me.txtUnterNr._numbersOnly = False
- Me.txtUnterNr._numbersOnlyKommastellen = ""
- Me.txtUnterNr._numbersOnlyTrennzeichen = True
- Me.txtUnterNr._Prozent = False
- Me.txtUnterNr._ShortDateNew = False
- Me.txtUnterNr._ShortDateOnly = False
- Me.txtUnterNr._TimeOnly = False
- Me.txtUnterNr._TimeOnly_Seconds = False
- Me.txtUnterNr._value = Nothing
- Me.txtUnterNr._Waehrung = False
- Me.txtUnterNr._WaehrungZeichen = True
- Me.txtUnterNr.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtUnterNr.Location = New System.Drawing.Point(350, 27)
- Me.txtUnterNr.MaxLineLength = -1
- Me.txtUnterNr.MaxLines_Warning = ""
- Me.txtUnterNr.MaxLines_Warning_Label = Nothing
- Me.txtUnterNr.Name = "txtUnterNr"
- Me.txtUnterNr.Size = New System.Drawing.Size(39, 24)
- Me.txtUnterNr.TabIndex = 11
- Me.txtUnterNr.Visible = False
- '
- 'cboFiliale
- '
- Me.cboFiliale._allowedValuesFreiText = Nothing
- Me.cboFiliale._allowFreiText = False
- Me.cboFiliale._value = ""
- Me.cboFiliale.DropDownWidth = 280
- Me.cboFiliale.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.cboFiliale.FormattingEnabled = True
- Me.cboFiliale.Location = New System.Drawing.Point(33, 27)
- Me.cboFiliale.Name = "cboFiliale"
- Me.cboFiliale.Size = New System.Drawing.Size(80, 24)
- Me.cboFiliale.TabIndex = 8
- '
- 'txtAbfertigungsnummer
- '
- Me.txtAbfertigungsnummer._DateTimeOnly = False
- Me.txtAbfertigungsnummer._numbersOnly = False
- Me.txtAbfertigungsnummer._numbersOnlyKommastellen = ""
- Me.txtAbfertigungsnummer._numbersOnlyTrennzeichen = True
- Me.txtAbfertigungsnummer._Prozent = False
- Me.txtAbfertigungsnummer._ShortDateNew = False
- Me.txtAbfertigungsnummer._ShortDateOnly = False
- Me.txtAbfertigungsnummer._TimeOnly = False
- Me.txtAbfertigungsnummer._TimeOnly_Seconds = False
- Me.txtAbfertigungsnummer._value = Nothing
- Me.txtAbfertigungsnummer._Waehrung = False
- Me.txtAbfertigungsnummer._WaehrungZeichen = True
- Me.txtAbfertigungsnummer.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.txtAbfertigungsnummer.Location = New System.Drawing.Point(120, 27)
- Me.txtAbfertigungsnummer.MaxLineLength = -1
- Me.txtAbfertigungsnummer.MaxLines_Warning = ""
- Me.txtAbfertigungsnummer.MaxLines_Warning_Label = Nothing
- Me.txtAbfertigungsnummer.Name = "txtAbfertigungsnummer"
- Me.txtAbfertigungsnummer.Size = New System.Drawing.Size(224, 24)
- Me.txtAbfertigungsnummer.TabIndex = 10
- '
- 'FlatButton2
- '
- Me.FlatButton2.allowBorder = False
- Me.FlatButton2.FlatAppearance.BorderSize = 0
- Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
- Me.FlatButton2.ForeColor = System.Drawing.Color.Black
- Me.FlatButton2.Location = New System.Drawing.Point(2, 2)
- Me.FlatButton2.Margin = New System.Windows.Forms.Padding(2)
- Me.FlatButton2.Name = "FlatButton2"
- Me.FlatButton2.Size = New System.Drawing.Size(90, 51)
- Me.FlatButton2.TabIndex = 0
- Me.FlatButton2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.FlatButton2.UseVisualStyleBackColor = True
- '
- 'cboVorpapier3
- '
- Me.cboVorpapier3._allowedValuesFreiText = Nothing
- Me.cboVorpapier3._allowFreiText = True
- Me.cboVorpapier3._value = ""
- Me.cboVorpapier3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
- Me.cboVorpapier3.FormattingEnabled = True
- Me.cboVorpapier3.Location = New System.Drawing.Point(163, 62)
- Me.cboVorpapier3.Name = "cboVorpapier3"
- Me.cboVorpapier3.Size = New System.Drawing.Size(209, 24)
- Me.cboVorpapier3.TabIndex = 12
- '
- 'cboVorpapier2
- '
- Me.cboVorpapier2._allowedValuesFreiText = Nothing
- Me.cboVorpapier2._allowFreiText = True
- Me.cboVorpapier2._value = ""
- Me.cboVorpapier2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
- Me.cboVorpapier2.FormattingEnabled = True
- Me.cboVorpapier2.Location = New System.Drawing.Point(163, 39)
- Me.cboVorpapier2.Name = "cboVorpapier2"
- Me.cboVorpapier2.Size = New System.Drawing.Size(209, 24)
- Me.cboVorpapier2.TabIndex = 9
- '
- 'cboVorpapier
- '
- Me.cboVorpapier._allowedValuesFreiText = Nothing
- Me.cboVorpapier._allowFreiText = True
- Me.cboVorpapier._value = ""
- Me.cboVorpapier.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
- Me.cboVorpapier.FormattingEnabled = True
- Me.cboVorpapier.Location = New System.Drawing.Point(163, 16)
- Me.cboVorpapier.Name = "cboVorpapier"
- Me.cboVorpapier.Size = New System.Drawing.Size(209, 24)
- Me.cboVorpapier.TabIndex = 6
- '
- 'cbxSpedBuch
- '
- Me.cbxSpedBuch._value = ""
- Me.cbxSpedBuch.AutoSize = True
- Me.cbxSpedBuch.Checked_value = False
- Me.cbxSpedBuch.CheckedValue = False
- Me.cbxSpedBuch.Location = New System.Drawing.Point(6, 46)
- Me.cbxSpedBuch.Name = "cbxSpedBuch"
- Me.cbxSpedBuch.Size = New System.Drawing.Size(113, 17)
- Me.cbxSpedBuch.TabIndex = 8
- Me.cbxSpedBuch.Text = "Eintrag vorhanden"
- Me.cbxSpedBuch.UseVisualStyleBackColor = True
+ 'Button18
+ '
+ Me.Button18.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.Button18.BackColor = System.Drawing.Color.WhiteSmoke
+ Me.Button18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
+ Me.Button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.Button18.Image = Global.AVISO.My.Resources.Resources.weiterleiten_small1
+ Me.Button18.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
+ Me.Button18.Location = New System.Drawing.Point(121, 14)
+ Me.Button18.Name = "Button18"
+ Me.Button18.Size = New System.Drawing.Size(107, 48)
+ Me.Button18.TabIndex = 4
+ Me.Button18.Text = "Sendung weiterleiten"
+ Me.Button18.TextAlign = System.Drawing.ContentAlignment.MiddleRight
+ Me.Button18.UseVisualStyleBackColor = False
'
'cntlFrachtfuehrer_Sonst
'
@@ -5283,9 +5302,11 @@ Partial Class frmSendungsdetailsNEU
Me.Panel19.PerformLayout()
Me.Panel21.ResumeLayout(False)
Me.Panel21.PerformLayout()
+ CType(Me.dgvAnhang, System.ComponentModel.ISupportInitialize).EndInit()
Me.tbZollabfertigung.ResumeLayout(False)
Me.Panel16.ResumeLayout(False)
Me.Panel16.PerformLayout()
+ CType(Me.dgvZollAnmeldungen, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel17.ResumeLayout(False)
Me.MenuStrip.ResumeLayout(False)
Me.MenuStrip.PerformLayout()
@@ -5296,6 +5317,7 @@ Partial Class frmSendungsdetailsNEU
Me.Panel18.ResumeLayout(False)
Me.Panel18.PerformLayout()
Me.TabPage2.ResumeLayout(False)
+ CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.pnlSpedBuchNacherfassung.ResumeLayout(False)
Me.pnlSpedBuchNacherfassung.PerformLayout()
Me.TabPage3.ResumeLayout(False)
@@ -5308,7 +5330,9 @@ Partial Class frmSendungsdetailsNEU
Me.Panel22.PerformLayout()
Me.tbVorkosten.ResumeLayout(False)
Me.tbVorkosten.PerformLayout()
+ CType(Me.dgvVorkosten, System.ComponentModel.ISupportInitialize).EndInit()
Me.tbBAR.ResumeLayout(False)
+ CType(Me.dgvBelege, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel6.ResumeLayout(False)
Me.Panel6.PerformLayout()
CType(Me.picKdAtrNr_Fraechter, System.ComponentModel.ISupportInitialize).EndInit()
@@ -5348,11 +5372,6 @@ Partial Class frmSendungsdetailsNEU
Me.ctxtWeitereFormulare.ResumeLayout(False)
Me.ContextMenuStrip1.ResumeLayout(False)
Me.ContextMenuStrip2.ResumeLayout(False)
- CType(Me.dgvAnhang, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgvZollAnmeldungen, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgvVorkosten, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgvBelege, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
@@ -5736,4 +5755,5 @@ Partial Class frmSendungsdetailsNEU
Friend WithEvents ATANAKTRFraechter As ToolStripMenuItem
Friend WithEvents ATANAKEUFraechter As ToolStripMenuItem
Friend WithEvents HervorhebenToolStripMenuItem As ToolStripMenuItem
+ Friend WithEvents Button18 As Button
End Class
diff --git a/Aviso/frmSendungsdetailsNEU.vb b/Aviso/frmSendungsdetailsNEU.vb
index d8ddd76..d7362c2 100644
--- a/Aviso/frmSendungsdetailsNEU.vb
+++ b/Aviso/frmSendungsdetailsNEU.vb
@@ -3003,8 +3003,10 @@ Public Class frmSendungsdetailsNEU
If SENDUNG_LIST(CURRENT_INDEX).LetzterMitarbeiterId IsNot Nothing AndAlso SENDUNG_LIST(CURRENT_INDEX).LetzterMitarbeiterId = VERAG_PROG_ALLGEMEIN.cAllgemein.USRID Then
btnQS_MA.Image = My.Resources.personCheck_blue_small
+ Button18.Enabled = True
Else
btnQS_MA.Image = My.Resources.personCheck_small
+ Button18.Enabled = False
End If
'If SENDUNG_LIST(CURRENT_INDEX).tblSnd_QS_MA IsNot Nothing AndAlso IsNumeric(SENDUNG_LIST(CURRENT_INDEX).tblSnd_QS_MA) Then
@@ -5883,4 +5885,15 @@ Public Class frmSendungsdetailsNEU
initAnhang()
End If
End Sub
+
+ Private Sub Button18_Click_1(sender As Object, e As EventArgs) Handles Button18.Click
+
+
+ Dim f As New frmAvisoWeiterleiten("S", AvisoId, VERAG_PROG_ALLGEMEIN.cGlobal.Aktive_SendungsID) '--> Weitereliten
+ If f.ShowDialog(Me) = DialogResult.OK Then
+ Me.Close()
+ End If
+
+
+ End Sub
End Class