gestagteÄnderungen

This commit is contained in:
2022-11-23 19:27:55 +01:00
6 changed files with 131 additions and 75 deletions

View File

@@ -1,9 +1,9 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class usrcntlGestellungsgarantie
Inherits System.Windows.Forms.UserControl
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
@@ -20,7 +20,7 @@ Partial Class usrcntlGestellungsgarantie
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.lbl = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
@@ -657,10 +657,10 @@ Partial Class usrcntlGestellungsgarantie
Friend WithEvents txtAnmerkung1 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtAnmerkung2 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtAnmerkung3 As VERAG_PROG_ALLGEMEIN.MyTextBox
Public WithEvents txtFirma As VERAG_PROG_ALLGEMEIN.MyTextBox
Public WithEvents txtAdresse1 As VERAG_PROG_ALLGEMEIN.MyTextBox
Public WithEvents txtAdresse2 As VERAG_PROG_ALLGEMEIN.MyTextBox
Public WithEvents cboSprache As VERAG_PROG_ALLGEMEIN.MyComboBox
Public WithEvents txtAdresse1 As VERAG_PROG_ALLGEMEIN.MyTextBox
Public WithEvents txtBestimmungszollamt As VERAG_PROG_ALLGEMEIN.MyTextBox
Public WithEvents txtEORI As VERAG_PROG_ALLGEMEIN.MyTextBox
Public WithEvents txtAdresse2 As VERAG_PROG_ALLGEMEIN.MyTextBox
Public WithEvents txtFirma As VERAG_PROG_ALLGEMEIN.MyTextBox
End Class