Zollstopp, Anhänge Atilla, div.

This commit is contained in:
2025-01-09 10:49:50 +01:00
parent dc06b1c3d9
commit 9dc0c1fca3
11 changed files with 186 additions and 83 deletions

View File

@@ -34,6 +34,7 @@ Partial Class frmZollstopp
Me.rtbAbsender = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
Me.lklEmpfangerUbernehmen = New System.Windows.Forms.LinkLabel()
Me.rtbATANr = New VERAG_PROG_ALLGEMEIN.MyRichTextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'rtbZollstop
@@ -111,7 +112,7 @@ Partial Class frmZollstopp
Me.btnOffnen.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
Me.btnOffnen.Image = Global.AVISO.My.Resources.Resources.pdf1
Me.btnOffnen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnOffnen.Location = New System.Drawing.Point(379, 557)
Me.btnOffnen.Location = New System.Drawing.Point(378, 556)
Me.btnOffnen.Name = "btnOffnen"
Me.btnOffnen.Size = New System.Drawing.Size(160, 59)
Me.btnOffnen.TabIndex = 8
@@ -164,12 +165,26 @@ Partial Class frmZollstopp
Me.rtbATANr.TabIndex = 10
Me.rtbATANr.Text = ""
'
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
Me.Button1.Image = Global.AVISO.My.Resources.Resources.printer
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(212, 555)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(160, 59)
Me.Button1.TabIndex = 11
Me.Button1.Text = " Drucken"
Me.Button1.UseVisualStyleBackColor = True
'
'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.Button1)
Me.Controls.Add(Me.rtbATANr)
Me.Controls.Add(Me.lklEmpfangerUbernehmen)
Me.Controls.Add(Me.Label3)
@@ -201,4 +216,5 @@ Partial Class frmZollstopp
Friend WithEvents rtbAbsender As VERAG_PROG_ALLGEMEIN.MyRichTextBox
Friend WithEvents lklEmpfangerUbernehmen As LinkLabel
Friend WithEvents rtbATANr As VERAG_PROG_ALLGEMEIN.MyRichTextBox
Friend WithEvents Button1 As Button
End Class