EORI_Antrag

This commit is contained in:
2023-10-12 17:08:51 +02:00
parent 4b9b9f1ddc
commit 83c2286789
6 changed files with 643 additions and 54 deletions

View File

@@ -259,6 +259,8 @@ Partial Class usrcntlKundeBearbeitenFull
Me.Label33 = New System.Windows.Forms.Label()
Me.Label84 = New System.Windows.Forms.Label()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.Label100 = New System.Windows.Forms.Label()
Me.txtAdresseZusatz = New System.Windows.Forms.TextBox()
Me.cbxUIDMehrfachverwendung = New System.Windows.Forms.CheckBox()
Me.btnCreditsafe = New System.Windows.Forms.Button()
Me.Button13 = New System.Windows.Forms.Button()
@@ -334,8 +336,6 @@ Partial Class usrcntlKundeBearbeitenFull
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.cboAuswahl = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.txtAdresseZusatz = New System.Windows.Forms.TextBox()
Me.Label100 = New System.Windows.Forms.Label()
Me.tbcntrDetails.SuspendLayout()
Me.tbAbfertigung.SuspendLayout()
Me.tbcntrAbf.SuspendLayout()
@@ -3595,6 +3595,25 @@ Partial Class usrcntlKundeBearbeitenFull
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Firma"
'
'Label100
'
Me.Label100.AutoSize = True
Me.Label100.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label100.Location = New System.Drawing.Point(8, 88)
Me.Label100.Name = "Label100"
Me.Label100.Size = New System.Drawing.Size(77, 13)
Me.Label100.TabIndex = 27
Me.Label100.Text = "Adress-Zusatz:"
'
'txtAdresseZusatz
'
Me.txtAdresseZusatz.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAdresseZusatz.Location = New System.Drawing.Point(110, 84)
Me.txtAdresseZusatz.MaxLength = 50
Me.txtAdresseZusatz.Name = "txtAdresseZusatz"
Me.txtAdresseZusatz.Size = New System.Drawing.Size(334, 20)
Me.txtAdresseZusatz.TabIndex = 26
'
'cbxUIDMehrfachverwendung
'
Me.cbxUIDMehrfachverwendung.AutoSize = True
@@ -4486,25 +4505,6 @@ Partial Class usrcntlKundeBearbeitenFull
Me.DataGridViewTextBoxColumn2.HeaderText = "E-Mail"
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
'
'txtAdresseZusatz
'
Me.txtAdresseZusatz.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAdresseZusatz.Location = New System.Drawing.Point(110, 84)
Me.txtAdresseZusatz.MaxLength = 50
Me.txtAdresseZusatz.Name = "txtAdresseZusatz"
Me.txtAdresseZusatz.Size = New System.Drawing.Size(334, 20)
Me.txtAdresseZusatz.TabIndex = 26
'
'Label100
'
Me.Label100.AutoSize = True
Me.Label100.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label100.Location = New System.Drawing.Point(8, 88)
Me.Label100.Name = "Label100"
Me.Label100.Size = New System.Drawing.Size(77, 13)
Me.Label100.TabIndex = 27
Me.Label100.Text = "Adress-Zusatz:"
'
'usrcntlKundeBearbeitenFull
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)