Verzollungspreise,getSig,VERIMEX_ATEZ(NCTSAbr.)

This commit is contained in:
2023-04-04 16:48:18 +02:00
parent 7cc8a40537
commit b655d20408
11 changed files with 242 additions and 159 deletions

View File

@@ -326,6 +326,7 @@ Partial Class usrcntlKundeBearbeitenFull
Me.cboAuswahl = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Label98 = New System.Windows.Forms.Label()
Me.cbxSndDatenAusSTB = New System.Windows.Forms.CheckBox()
Me.tbcntrDetails.SuspendLayout()
Me.tbAbfertigung.SuspendLayout()
Me.tbcntrAbf.SuspendLayout()
@@ -1044,6 +1045,7 @@ Partial Class usrcntlKundeBearbeitenFull
'
'tbVerrechnung
'
Me.tbVerrechnung.Controls.Add(Me.cbxSndDatenAusSTB)
Me.tbVerrechnung.Controls.Add(Me.Label95)
Me.tbVerrechnung.Controls.Add(Me.cbxSammelrechnungBerichtLeistungsdetails)
Me.tbVerrechnung.Controls.Add(Me.cbxAPITradeshift)
@@ -4402,6 +4404,17 @@ Partial Class usrcntlKundeBearbeitenFull
Me.Label98.Text = "Übertrag in DATEV:"
Me.Label98.Visible = False
'
'cbxSndDatenAusSTB
'
Me.cbxSndDatenAusSTB.AutoSize = True
Me.cbxSndDatenAusSTB.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxSndDatenAusSTB.Location = New System.Drawing.Point(417, 221)
Me.cbxSndDatenAusSTB.Name = "cbxSndDatenAusSTB"
Me.cbxSndDatenAusSTB.Size = New System.Drawing.Size(145, 17)
Me.cbxSndDatenAusSTB.TabIndex = 40
Me.cbxSndDatenAusSTB.Text = "Sendungsdaten aus STB"
Me.cbxSndDatenAusSTB.UseVisualStyleBackColor = True
'
'usrcntlKundeBearbeitenFull
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -4784,4 +4797,5 @@ Partial Class usrcntlKundeBearbeitenFull
Friend WithEvents btnCreditsafe As Button
Friend WithEvents Label99 As Label
Friend WithEvents txtCreditsafe As TextBox
Friend WithEvents cbxSndDatenAusSTB As CheckBox
End Class