This commit is contained in:
2024-03-07 17:00:06 +01:00
parent 9759683a6f
commit 18a10620e8
10 changed files with 347 additions and 220 deletions

View File

@@ -23,17 +23,19 @@ Partial Class usrCntlSND_ATBGestellung
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.pnlT1 = New System.Windows.Forms.Panel()
Me.txtATBNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtATBT1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.txtT1VerzollungsadresseBestimmungszollstelle = New VERAG_PROG_ALLGEMEIN.MySearchBox()
Me.Label33 = New System.Windows.Forms.Label()
Me.txtATBNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.cbxATBFakturieren = New System.Windows.Forms.CheckBox()
Me.pnlT1.SuspendLayout()
Me.SuspendLayout()
'
'pnlT1
'
Me.pnlT1.Controls.Add(Me.cbxATBFakturieren)
Me.pnlT1.Controls.Add(Me.txtATBNr)
Me.pnlT1.Controls.Add(Me.txtATBT1)
Me.pnlT1.Controls.Add(Me.Label4)
@@ -45,15 +47,40 @@ Partial Class usrCntlSND_ATBGestellung
Me.pnlT1.Size = New System.Drawing.Size(549, 101)
Me.pnlT1.TabIndex = 0
'
'txtATBNr
'
Me.txtATBNr._DateTimeOnly = False
Me.txtATBNr._numbersOnly = False
Me.txtATBNr._numbersOnlyKommastellen = ""
Me.txtATBNr._numbersOnlyTrennzeichen = True
Me.txtATBNr._Prozent = False
Me.txtATBNr._ShortDateNew = False
Me.txtATBNr._ShortDateOnly = False
Me.txtATBNr._TimeOnly = False
Me.txtATBNr._TimeOnly_Seconds = False
Me.txtATBNr._value = ""
Me.txtATBNr._Waehrung = False
Me.txtATBNr._WaehrungZeichen = True
Me.txtATBNr.ForeColor = System.Drawing.Color.Black
Me.txtATBNr.Location = New System.Drawing.Point(121, 30)
Me.txtATBNr.MaxLineLength = -1
Me.txtATBNr.MaxLines_Warning = ""
Me.txtATBNr.MaxLines_Warning_Label = Nothing
Me.txtATBNr.Name = "txtATBNr"
Me.txtATBNr.Size = New System.Drawing.Size(269, 20)
Me.txtATBNr.TabIndex = 23
'
'txtATBT1
'
Me.txtATBT1._DateTimeOnly = False
Me.txtATBT1._numbersOnly = False
Me.txtATBT1._numbersOnlyKommastellen = ""
Me.txtATBT1._numbersOnlyTrennzeichen = True
Me.txtATBT1._Prozent = False
Me.txtATBT1._ShortDateNew = False
Me.txtATBT1._ShortDateOnly = False
Me.txtATBT1._TimeOnly = False
Me.txtATBT1._TimeOnly_Seconds = False
Me.txtATBT1._value = ""
Me.txtATBT1._Waehrung = False
Me.txtATBT1._WaehrungZeichen = True
@@ -79,7 +106,7 @@ Partial Class usrCntlSND_ATBGestellung
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(23, 75)
Me.Label3.Location = New System.Drawing.Point(23, 59)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(51, 13)
Me.Label3.TabIndex = 15
@@ -99,7 +126,7 @@ Partial Class usrCntlSND_ATBGestellung
Me.txtT1VerzollungsadresseBestimmungszollstelle.INVISIBLE_COLUMNS = Nothing
Me.txtT1VerzollungsadresseBestimmungszollstelle.key_visible = False
Me.txtT1VerzollungsadresseBestimmungszollstelle.KEYPARAM = Nothing
Me.txtT1VerzollungsadresseBestimmungszollstelle.Location = New System.Drawing.Point(121, 72)
Me.txtT1VerzollungsadresseBestimmungszollstelle.Location = New System.Drawing.Point(121, 56)
Me.txtT1VerzollungsadresseBestimmungszollstelle.MaxLength = 8
Me.txtT1VerzollungsadresseBestimmungszollstelle.Name = "txtT1VerzollungsadresseBestimmungszollstelle"
Me.txtT1VerzollungsadresseBestimmungszollstelle.searchActive = True
@@ -121,26 +148,18 @@ Partial Class usrCntlSND_ATBGestellung
Me.Label33.TabIndex = 3
Me.Label33.Text = "Vorpapier / T1:"
'
'txtATBNr
'cbxATBFakturieren
'
Me.txtATBNr._DateTimeOnly = False
Me.txtATBNr._numbersOnly = False
Me.txtATBNr._numbersOnlyKommastellen = ""
Me.txtATBNr._Prozent = False
Me.txtATBNr._ShortDateNew = False
Me.txtATBNr._ShortDateOnly = False
Me.txtATBNr._TimeOnly = False
Me.txtATBNr._value = ""
Me.txtATBNr._Waehrung = False
Me.txtATBNr._WaehrungZeichen = True
Me.txtATBNr.ForeColor = System.Drawing.Color.Black
Me.txtATBNr.Location = New System.Drawing.Point(121, 30)
Me.txtATBNr.MaxLineLength = -1
Me.txtATBNr.MaxLines_Warning = ""
Me.txtATBNr.MaxLines_Warning_Label = Nothing
Me.txtATBNr.Name = "txtATBNr"
Me.txtATBNr.Size = New System.Drawing.Size(269, 20)
Me.txtATBNr.TabIndex = 23
Me.cbxATBFakturieren.AutoSize = True
Me.cbxATBFakturieren.Checked = True
Me.cbxATBFakturieren.CheckState = System.Windows.Forms.CheckState.Indeterminate
Me.cbxATBFakturieren.Location = New System.Drawing.Point(121, 80)
Me.cbxATBFakturieren.Name = "cbxATBFakturieren"
Me.cbxATBFakturieren.Size = New System.Drawing.Size(153, 17)
Me.cbxATBFakturieren.TabIndex = 24
Me.cbxATBFakturieren.Text = "ATB-Gestellung fakturieren"
Me.cbxATBFakturieren.ThreeState = True
Me.cbxATBFakturieren.UseVisualStyleBackColor = True
'
'usrCntlSND_ATBGestellung
'
@@ -161,4 +180,5 @@ Partial Class usrCntlSND_ATBGestellung
Friend WithEvents txtATBT1 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label4 As Label
Friend WithEvents txtATBNr As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents cbxATBFakturieren As CheckBox
End Class