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

@@ -23,6 +23,8 @@ Partial Class usrCntlSND_NCTSGestellungsadresse
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.pnlT1 = New System.Windows.Forms.Panel()
Me.txtT1VerzollungsadresseATANr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.cbxNCTSAufDispo = New System.Windows.Forms.CheckBox()
Me.picDel = New System.Windows.Forms.PictureBox()
Me.txtT1Verzollungsadresse = New VERAG_PROG_ALLGEMEIN.MySearchBox()
@@ -49,6 +51,8 @@ Partial Class usrCntlSND_NCTSGestellungsadresse
'
'pnlT1
'
Me.pnlT1.Controls.Add(Me.txtT1VerzollungsadresseATANr)
Me.pnlT1.Controls.Add(Me.Label4)
Me.pnlT1.Controls.Add(Me.cbxNCTSAufDispo)
Me.pnlT1.Controls.Add(Me.picDel)
Me.pnlT1.Controls.Add(Me.txtT1Verzollungsadresse)
@@ -71,9 +75,42 @@ Partial Class usrCntlSND_NCTSGestellungsadresse
Me.pnlT1.Controls.Add(Me.LinkLabel4)
Me.pnlT1.Location = New System.Drawing.Point(0, 0)
Me.pnlT1.Name = "pnlT1"
Me.pnlT1.Size = New System.Drawing.Size(549, 101)
Me.pnlT1.Size = New System.Drawing.Size(549, 115)
Me.pnlT1.TabIndex = 0
'
'txtT1VerzollungsadresseATANr
'
Me.txtT1VerzollungsadresseATANr._DateTimeOnly = False
Me.txtT1VerzollungsadresseATANr._numbersOnly = False
Me.txtT1VerzollungsadresseATANr._numbersOnlyKommastellen = ""
Me.txtT1VerzollungsadresseATANr._numbersOnlyTrennzeichen = False
Me.txtT1VerzollungsadresseATANr._Prozent = False
Me.txtT1VerzollungsadresseATANr._ShortDateNew = False
Me.txtT1VerzollungsadresseATANr._ShortDateOnly = False
Me.txtT1VerzollungsadresseATANr._TimeOnly = False
Me.txtT1VerzollungsadresseATANr._TimeOnly_Seconds = False
Me.txtT1VerzollungsadresseATANr._value = Nothing
Me.txtT1VerzollungsadresseATANr._Waehrung = False
Me.txtT1VerzollungsadresseATANr._WaehrungZeichen = True
Me.txtT1VerzollungsadresseATANr.ForeColor = System.Drawing.Color.Black
Me.txtT1VerzollungsadresseATANr.Location = New System.Drawing.Point(121, 93)
Me.txtT1VerzollungsadresseATANr.MaxLength = 256
Me.txtT1VerzollungsadresseATANr.MaxLineLength = -1
Me.txtT1VerzollungsadresseATANr.MaxLines_Warning = ""
Me.txtT1VerzollungsadresseATANr.MaxLines_Warning_Label = Nothing
Me.txtT1VerzollungsadresseATANr.Name = "txtT1VerzollungsadresseATANr"
Me.txtT1VerzollungsadresseATANr.Size = New System.Drawing.Size(269, 20)
Me.txtT1VerzollungsadresseATANr.TabIndex = 17
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(23, 96)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(45, 13)
Me.Label4.TabIndex = 20
Me.Label4.Text = "ATA-Nr:"
'
'cbxNCTSAufDispo
'
Me.cbxNCTSAufDispo.AutoSize = True
@@ -113,7 +150,7 @@ Partial Class usrCntlSND_NCTSGestellungsadresse
Me.txtT1Verzollungsadresse.key_visible = False
Me.txtT1Verzollungsadresse.KEYPARAM = Nothing
Me.txtT1Verzollungsadresse.Location = New System.Drawing.Point(121, 11)
Me.txtT1Verzollungsadresse.MaxLength = 35
Me.txtT1Verzollungsadresse.MaxLength = 50
Me.txtT1Verzollungsadresse.Name = "txtT1Verzollungsadresse"
Me.txtT1Verzollungsadresse.searchActive = True
Me.txtT1Verzollungsadresse.Size = New System.Drawing.Size(269, 20)
@@ -424,7 +461,7 @@ Partial Class usrCntlSND_NCTSGestellungsadresse
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.pnlT1)
Me.Name = "usrCntlSND_NCTSGestellungsadresse"
Me.Size = New System.Drawing.Size(549, 94)
Me.Size = New System.Drawing.Size(549, 115)
Me.pnlT1.ResumeLayout(False)
Me.pnlT1.PerformLayout()
CType(Me.picDel, System.ComponentModel.ISupportInitialize).EndInit()
@@ -452,4 +489,6 @@ Partial Class usrCntlSND_NCTSGestellungsadresse
Friend WithEvents cbxNCTSAufDispo As CheckBox
Public WithEvents txtT1Verzollungsadresse As VERAG_PROG_ALLGEMEIN.MySearchBox
Public WithEvents txtT1VerzollungsadresseBestimmungszollstelle As VERAG_PROG_ALLGEMEIN.MySearchBox
Friend WithEvents txtT1VerzollungsadresseATANr As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label4 As Label
End Class