NCTS Gestellungsadressen

This commit is contained in:
2024-03-12 14:30:43 +01:00
parent 6cf1d79e79
commit a8e3f3ed6e
9 changed files with 1948 additions and 1889 deletions

View File

@@ -33,6 +33,7 @@ Partial Class frmZollstopp
Me.Label3 = New System.Windows.Forms.Label()
Me.rtbAbsender = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
Me.lklEmpfangerUbernehmen = New System.Windows.Forms.LinkLabel()
Me.rtbATANr = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
Me.SuspendLayout()
'
'rtbZollstop
@@ -44,7 +45,7 @@ Partial Class frmZollstopp
Me.rtbZollstop.MaxLines_Warning = ""
Me.rtbZollstop.MaxLines_Warning_Label = Nothing
Me.rtbZollstop.Name = "rtbZollstop"
Me.rtbZollstop.Size = New System.Drawing.Size(526, 121)
Me.rtbZollstop.Size = New System.Drawing.Size(526, 96)
Me.rtbZollstop.TabIndex = 3
Me.rtbZollstop.Text = ""
'
@@ -150,12 +151,26 @@ Partial Class frmZollstopp
Me.lklEmpfangerUbernehmen.TabStop = True
Me.lklEmpfangerUbernehmen.Text = "Empfänger übernehmen"
'
'rtbATANr
'
Me.rtbATANr.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.rtbATANr.Location = New System.Drawing.Point(12, 216)
Me.rtbATANr.MaxLineLength = -1
Me.rtbATANr.MaxLines_Warning = ""
Me.rtbATANr.MaxLines_Warning_Label = Nothing
Me.rtbATANr.Name = "rtbATANr"
Me.rtbATANr.Size = New System.Drawing.Size(526, 35)
Me.rtbATANr.TabIndex = 10
Me.rtbATANr.Text = ""
'
'frmZollstopp
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(551, 626)
Me.Controls.Add(Me.rtbATANr)
Me.Controls.Add(Me.lklEmpfangerUbernehmen)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.rtbAbsender)
@@ -185,4 +200,5 @@ Partial Class frmZollstopp
Friend WithEvents Label3 As Label
Friend WithEvents rtbAbsender As VERAG_PROG_ALLGEMEIN.MyRichTextBox
Friend WithEvents lklEmpfangerUbernehmen As LinkLabel
Friend WithEvents rtbATANr As VERAG_PROG_ALLGEMEIN.MyRichTextBox
End Class