839 lines
34 KiB
VB.net
839 lines
34 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmFaktAufschubHinzufügen
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'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()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFaktAufschubHinzufügen))
|
|
Me.lbl = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.grp = New System.Windows.Forms.GroupBox()
|
|
Me.txtLeitzahl = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.txtNummer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txtKennnr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtJahr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtZollamtsNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.txtFaelligkeitsdatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.txtAufschubktoNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.txtOFD = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.txtKorrekturNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.txtRegNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.Label19 = New System.Windows.Forms.Label()
|
|
Me.Label20 = New System.Windows.Forms.Label()
|
|
Me.Label21 = New System.Windows.Forms.Label()
|
|
Me.Label22 = New System.Windows.Forms.Label()
|
|
Me.Label23 = New System.Windows.Forms.Label()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.Label15 = New System.Windows.Forms.Label()
|
|
Me.Label16 = New System.Windows.Forms.Label()
|
|
Me.txtBetrag = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.cboLeistung = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.txtUebernahmedatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtAbfertigungsdatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtEingabedatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtBelegart = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtStatus = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtSachbearbeiter = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtBemerkung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtBezugsnr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.grp.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lbl
|
|
'
|
|
Me.lbl.AutoSize = True
|
|
Me.lbl.Location = New System.Drawing.Point(21, 25)
|
|
Me.lbl.Name = "lbl"
|
|
Me.lbl.Size = New System.Drawing.Size(82, 13)
|
|
Me.lbl.TabIndex = 0
|
|
Me.lbl.Text = "Bezugsnummer:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(21, 51)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(64, 13)
|
|
Me.Label1.TabIndex = 2
|
|
Me.Label1.Text = "Bemerkung:"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(21, 77)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(82, 13)
|
|
Me.Label2.TabIndex = 4
|
|
Me.Label2.Text = "Sachbearbeiter:"
|
|
'
|
|
'grp
|
|
'
|
|
Me.grp.Controls.Add(Me.txtLeitzahl)
|
|
Me.grp.Controls.Add(Me.Label7)
|
|
Me.grp.Controls.Add(Me.txtNummer)
|
|
Me.grp.Controls.Add(Me.Label6)
|
|
Me.grp.Controls.Add(Me.txtKennnr)
|
|
Me.grp.Controls.Add(Me.Label5)
|
|
Me.grp.Controls.Add(Me.txtJahr)
|
|
Me.grp.Controls.Add(Me.Label4)
|
|
Me.grp.Controls.Add(Me.txtZollamtsNr)
|
|
Me.grp.Controls.Add(Me.Label3)
|
|
Me.grp.Location = New System.Drawing.Point(15, 111)
|
|
Me.grp.Name = "grp"
|
|
Me.grp.Size = New System.Drawing.Size(188, 178)
|
|
Me.grp.TabIndex = 6
|
|
Me.grp.TabStop = False
|
|
Me.grp.Text = "Österreich"
|
|
'
|
|
'txtLeitzahl
|
|
'
|
|
Me.txtLeitzahl._DateTimeOnly = False
|
|
Me.txtLeitzahl._numbersOnly = True
|
|
Me.txtLeitzahl._numbersOnlyKommastellen = ""
|
|
Me.txtLeitzahl._Prozent = False
|
|
Me.txtLeitzahl._ShortDateNew = False
|
|
Me.txtLeitzahl._ShortDateOnly = False
|
|
Me.txtLeitzahl._TimeOnly = False
|
|
Me.txtLeitzahl._value = ""
|
|
Me.txtLeitzahl._Waehrung = False
|
|
Me.txtLeitzahl._WaehrungZeichen = True
|
|
Me.txtLeitzahl.ForeColor = System.Drawing.Color.Black
|
|
Me.txtLeitzahl.Location = New System.Drawing.Point(100, 135)
|
|
Me.txtLeitzahl.MaxLength = 4
|
|
Me.txtLeitzahl.MaxLineLength = -1
|
|
Me.txtLeitzahl.MaxLines_Warning = ""
|
|
Me.txtLeitzahl.MaxLines_Warning_Label = Nothing
|
|
Me.txtLeitzahl.Name = "txtLeitzahl"
|
|
Me.txtLeitzahl.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtLeitzahl.TabIndex = 16
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(6, 138)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(46, 13)
|
|
Me.Label7.TabIndex = 15
|
|
Me.Label7.Text = "Leitzahl:"
|
|
'
|
|
'txtNummer
|
|
'
|
|
Me.txtNummer._DateTimeOnly = False
|
|
Me.txtNummer._numbersOnly = True
|
|
Me.txtNummer._numbersOnlyKommastellen = ""
|
|
Me.txtNummer._Prozent = False
|
|
Me.txtNummer._ShortDateNew = False
|
|
Me.txtNummer._ShortDateOnly = False
|
|
Me.txtNummer._TimeOnly = False
|
|
Me.txtNummer._value = ""
|
|
Me.txtNummer._Waehrung = False
|
|
Me.txtNummer._WaehrungZeichen = True
|
|
Me.txtNummer.ForeColor = System.Drawing.Color.Black
|
|
Me.txtNummer.Location = New System.Drawing.Point(100, 109)
|
|
Me.txtNummer.MaxLength = 8
|
|
Me.txtNummer.MaxLineLength = -1
|
|
Me.txtNummer.MaxLines_Warning = ""
|
|
Me.txtNummer.MaxLines_Warning_Label = Nothing
|
|
Me.txtNummer.Name = "txtNummer"
|
|
Me.txtNummer.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtNummer.TabIndex = 14
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(6, 112)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(49, 13)
|
|
Me.Label6.TabIndex = 13
|
|
Me.Label6.Text = "Nummer:"
|
|
'
|
|
'txtKennnr
|
|
'
|
|
Me.txtKennnr._DateTimeOnly = False
|
|
Me.txtKennnr._numbersOnly = True
|
|
Me.txtKennnr._numbersOnlyKommastellen = ""
|
|
Me.txtKennnr._Prozent = False
|
|
Me.txtKennnr._ShortDateNew = False
|
|
Me.txtKennnr._ShortDateOnly = False
|
|
Me.txtKennnr._TimeOnly = False
|
|
Me.txtKennnr._value = ""
|
|
Me.txtKennnr._Waehrung = False
|
|
Me.txtKennnr._WaehrungZeichen = True
|
|
Me.txtKennnr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtKennnr.Location = New System.Drawing.Point(100, 83)
|
|
Me.txtKennnr.MaxLength = 1
|
|
Me.txtKennnr.MaxLineLength = -1
|
|
Me.txtKennnr.MaxLines_Warning = ""
|
|
Me.txtKennnr.MaxLines_Warning_Label = Nothing
|
|
Me.txtKennnr.Name = "txtKennnr"
|
|
Me.txtKennnr.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtKennnr.TabIndex = 12
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(6, 86)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(52, 13)
|
|
Me.Label5.TabIndex = 11
|
|
Me.Label5.Text = "Kenn-Nr.:"
|
|
'
|
|
'txtJahr
|
|
'
|
|
Me.txtJahr._DateTimeOnly = False
|
|
Me.txtJahr._numbersOnly = True
|
|
Me.txtJahr._numbersOnlyKommastellen = ""
|
|
Me.txtJahr._Prozent = False
|
|
Me.txtJahr._ShortDateNew = False
|
|
Me.txtJahr._ShortDateOnly = False
|
|
Me.txtJahr._TimeOnly = False
|
|
Me.txtJahr._value = ""
|
|
Me.txtJahr._Waehrung = False
|
|
Me.txtJahr._WaehrungZeichen = True
|
|
Me.txtJahr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtJahr.Location = New System.Drawing.Point(100, 57)
|
|
Me.txtJahr.MaxLength = 4
|
|
Me.txtJahr.MaxLineLength = -1
|
|
Me.txtJahr.MaxLines_Warning = ""
|
|
Me.txtJahr.MaxLines_Warning_Label = Nothing
|
|
Me.txtJahr.Name = "txtJahr"
|
|
Me.txtJahr.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtJahr.TabIndex = 10
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(6, 60)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(30, 13)
|
|
Me.Label4.TabIndex = 9
|
|
Me.Label4.Text = "Jahr:"
|
|
'
|
|
'txtZollamtsNr
|
|
'
|
|
Me.txtZollamtsNr._DateTimeOnly = False
|
|
Me.txtZollamtsNr._numbersOnly = True
|
|
Me.txtZollamtsNr._numbersOnlyKommastellen = ""
|
|
Me.txtZollamtsNr._Prozent = False
|
|
Me.txtZollamtsNr._ShortDateNew = False
|
|
Me.txtZollamtsNr._ShortDateOnly = False
|
|
Me.txtZollamtsNr._TimeOnly = False
|
|
Me.txtZollamtsNr._value = ""
|
|
Me.txtZollamtsNr._Waehrung = False
|
|
Me.txtZollamtsNr._WaehrungZeichen = True
|
|
Me.txtZollamtsNr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtZollamtsNr.Location = New System.Drawing.Point(100, 31)
|
|
Me.txtZollamtsNr.MaxLength = 3
|
|
Me.txtZollamtsNr.MaxLineLength = -1
|
|
Me.txtZollamtsNr.MaxLines_Warning = ""
|
|
Me.txtZollamtsNr.MaxLines_Warning_Label = Nothing
|
|
Me.txtZollamtsNr.Name = "txtZollamtsNr"
|
|
Me.txtZollamtsNr.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtZollamtsNr.TabIndex = 8
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(6, 34)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(66, 13)
|
|
Me.Label3.TabIndex = 7
|
|
Me.Label3.Text = "Zollamts-Nr.:"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.txtFaelligkeitsdatum)
|
|
Me.GroupBox1.Controls.Add(Me.Label8)
|
|
Me.GroupBox1.Controls.Add(Me.txtAufschubktoNr)
|
|
Me.GroupBox1.Controls.Add(Me.Label9)
|
|
Me.GroupBox1.Controls.Add(Me.txtOFD)
|
|
Me.GroupBox1.Controls.Add(Me.Label10)
|
|
Me.GroupBox1.Controls.Add(Me.txtKorrekturNr)
|
|
Me.GroupBox1.Controls.Add(Me.Label11)
|
|
Me.GroupBox1.Controls.Add(Me.txtRegNr)
|
|
Me.GroupBox1.Controls.Add(Me.Label12)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(209, 111)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(301, 178)
|
|
Me.GroupBox1.TabIndex = 17
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Deutschland"
|
|
'
|
|
'txtFaelligkeitsdatum
|
|
'
|
|
Me.txtFaelligkeitsdatum._DateTimeOnly = False
|
|
Me.txtFaelligkeitsdatum._numbersOnly = False
|
|
Me.txtFaelligkeitsdatum._numbersOnlyKommastellen = ""
|
|
Me.txtFaelligkeitsdatum._Prozent = False
|
|
Me.txtFaelligkeitsdatum._ShortDateNew = True
|
|
Me.txtFaelligkeitsdatum._ShortDateOnly = False
|
|
Me.txtFaelligkeitsdatum._TimeOnly = False
|
|
Me.txtFaelligkeitsdatum._value = ""
|
|
Me.txtFaelligkeitsdatum._Waehrung = False
|
|
Me.txtFaelligkeitsdatum._WaehrungZeichen = True
|
|
Me.txtFaelligkeitsdatum.ForeColor = System.Drawing.Color.Black
|
|
Me.txtFaelligkeitsdatum.Location = New System.Drawing.Point(109, 135)
|
|
Me.txtFaelligkeitsdatum.MaxLength = 10
|
|
Me.txtFaelligkeitsdatum.MaxLineLength = -1
|
|
Me.txtFaelligkeitsdatum.MaxLines_Warning = ""
|
|
Me.txtFaelligkeitsdatum.MaxLines_Warning_Label = Nothing
|
|
Me.txtFaelligkeitsdatum.Name = "txtFaelligkeitsdatum"
|
|
Me.txtFaelligkeitsdatum.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtFaelligkeitsdatum.TabIndex = 16
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(6, 138)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(85, 13)
|
|
Me.Label8.TabIndex = 15
|
|
Me.Label8.Text = "Fälligkeitsdatum:"
|
|
'
|
|
'txtAufschubktoNr
|
|
'
|
|
Me.txtAufschubktoNr._DateTimeOnly = False
|
|
Me.txtAufschubktoNr._numbersOnly = False
|
|
Me.txtAufschubktoNr._numbersOnlyKommastellen = ""
|
|
Me.txtAufschubktoNr._Prozent = False
|
|
Me.txtAufschubktoNr._ShortDateNew = False
|
|
Me.txtAufschubktoNr._ShortDateOnly = False
|
|
Me.txtAufschubktoNr._TimeOnly = False
|
|
Me.txtAufschubktoNr._value = ""
|
|
Me.txtAufschubktoNr._Waehrung = False
|
|
Me.txtAufschubktoNr._WaehrungZeichen = True
|
|
Me.txtAufschubktoNr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtAufschubktoNr.Location = New System.Drawing.Point(109, 109)
|
|
Me.txtAufschubktoNr.MaxLength = 6
|
|
Me.txtAufschubktoNr.MaxLineLength = -1
|
|
Me.txtAufschubktoNr.MaxLines_Warning = ""
|
|
Me.txtAufschubktoNr.MaxLines_Warning_Label = Nothing
|
|
Me.txtAufschubktoNr.Name = "txtAufschubktoNr"
|
|
Me.txtAufschubktoNr.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtAufschubktoNr.TabIndex = 14
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(6, 112)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(99, 13)
|
|
Me.Label9.TabIndex = 13
|
|
Me.Label9.Text = "Aufschubkonto-Nr.:"
|
|
'
|
|
'txtOFD
|
|
'
|
|
Me.txtOFD._DateTimeOnly = False
|
|
Me.txtOFD._numbersOnly = False
|
|
Me.txtOFD._numbersOnlyKommastellen = ""
|
|
Me.txtOFD._Prozent = False
|
|
Me.txtOFD._ShortDateNew = False
|
|
Me.txtOFD._ShortDateOnly = False
|
|
Me.txtOFD._TimeOnly = False
|
|
Me.txtOFD._value = ""
|
|
Me.txtOFD._Waehrung = False
|
|
Me.txtOFD._WaehrungZeichen = True
|
|
Me.txtOFD.ForeColor = System.Drawing.Color.Black
|
|
Me.txtOFD.Location = New System.Drawing.Point(109, 83)
|
|
Me.txtOFD.MaxLength = 3
|
|
Me.txtOFD.MaxLineLength = -1
|
|
Me.txtOFD.MaxLines_Warning = ""
|
|
Me.txtOFD.MaxLines_Warning_Label = Nothing
|
|
Me.txtOFD.Name = "txtOFD"
|
|
Me.txtOFD.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtOFD.TabIndex = 12
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(6, 86)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(32, 13)
|
|
Me.Label10.TabIndex = 11
|
|
Me.Label10.Text = "OFD:"
|
|
'
|
|
'txtKorrekturNr
|
|
'
|
|
Me.txtKorrekturNr._DateTimeOnly = False
|
|
Me.txtKorrekturNr._numbersOnly = False
|
|
Me.txtKorrekturNr._numbersOnlyKommastellen = ""
|
|
Me.txtKorrekturNr._Prozent = False
|
|
Me.txtKorrekturNr._ShortDateNew = False
|
|
Me.txtKorrekturNr._ShortDateOnly = False
|
|
Me.txtKorrekturNr._TimeOnly = False
|
|
Me.txtKorrekturNr._value = ""
|
|
Me.txtKorrekturNr._Waehrung = False
|
|
Me.txtKorrekturNr._WaehrungZeichen = True
|
|
Me.txtKorrekturNr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtKorrekturNr.Location = New System.Drawing.Point(109, 57)
|
|
Me.txtKorrekturNr.MaxLength = 3
|
|
Me.txtKorrekturNr.MaxLineLength = -1
|
|
Me.txtKorrekturNr.MaxLines_Warning = ""
|
|
Me.txtKorrekturNr.MaxLines_Warning_Label = Nothing
|
|
Me.txtKorrekturNr.Name = "txtKorrekturNr"
|
|
Me.txtKorrekturNr.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtKorrekturNr.TabIndex = 10
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(6, 60)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(90, 13)
|
|
Me.Label11.TabIndex = 9
|
|
Me.Label11.Text = "Korrekturnummer:"
|
|
'
|
|
'txtRegNr
|
|
'
|
|
Me.txtRegNr._DateTimeOnly = False
|
|
Me.txtRegNr._numbersOnly = False
|
|
Me.txtRegNr._numbersOnlyKommastellen = ""
|
|
Me.txtRegNr._Prozent = False
|
|
Me.txtRegNr._ShortDateNew = False
|
|
Me.txtRegNr._ShortDateOnly = False
|
|
Me.txtRegNr._TimeOnly = False
|
|
Me.txtRegNr._value = ""
|
|
Me.txtRegNr._Waehrung = False
|
|
Me.txtRegNr._WaehrungZeichen = True
|
|
Me.txtRegNr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtRegNr.Location = New System.Drawing.Point(109, 31)
|
|
Me.txtRegNr.MaxLength = 21
|
|
Me.txtRegNr.MaxLineLength = -1
|
|
Me.txtRegNr.MaxLines_Warning = ""
|
|
Me.txtRegNr.MaxLines_Warning_Label = Nothing
|
|
Me.txtRegNr.Name = "txtRegNr"
|
|
Me.txtRegNr.Size = New System.Drawing.Size(184, 20)
|
|
Me.txtRegNr.TabIndex = 8
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Location = New System.Drawing.Point(6, 34)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(97, 13)
|
|
Me.Label12.TabIndex = 7
|
|
Me.Label12.Text = "Registreiernummer:"
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Location = New System.Drawing.Point(295, 77)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(40, 13)
|
|
Me.Label13.TabIndex = 18
|
|
Me.Label13.Text = "Status:"
|
|
'
|
|
'Label19
|
|
'
|
|
Me.Label19.AutoSize = True
|
|
Me.Label19.Location = New System.Drawing.Point(516, 249)
|
|
Me.Label19.Name = "Label19"
|
|
Me.Label19.Size = New System.Drawing.Size(94, 13)
|
|
Me.Label19.TabIndex = 28
|
|
Me.Label19.Text = "Übernahmedatum:"
|
|
'
|
|
'Label20
|
|
'
|
|
Me.Label20.AutoSize = True
|
|
Me.Label20.Location = New System.Drawing.Point(516, 223)
|
|
Me.Label20.Name = "Label20"
|
|
Me.Label20.Size = New System.Drawing.Size(98, 13)
|
|
Me.Label20.TabIndex = 26
|
|
Me.Label20.Text = "Abfertigungsdatum:"
|
|
'
|
|
'Label21
|
|
'
|
|
Me.Label21.AutoSize = True
|
|
Me.Label21.Location = New System.Drawing.Point(516, 197)
|
|
Me.Label21.Name = "Label21"
|
|
Me.Label21.Size = New System.Drawing.Size(78, 13)
|
|
Me.Label21.TabIndex = 24
|
|
Me.Label21.Text = "Eingabedatum:"
|
|
'
|
|
'Label22
|
|
'
|
|
Me.Label22.AutoSize = True
|
|
Me.Label22.Location = New System.Drawing.Point(516, 145)
|
|
Me.Label22.Name = "Label22"
|
|
Me.Label22.Size = New System.Drawing.Size(69, 13)
|
|
Me.Label22.TabIndex = 22
|
|
Me.Label22.Text = "Leistungs-Nr:"
|
|
'
|
|
'Label23
|
|
'
|
|
Me.Label23.AutoSize = True
|
|
Me.Label23.Location = New System.Drawing.Point(516, 119)
|
|
Me.Label23.Name = "Label23"
|
|
Me.Label23.Size = New System.Drawing.Size(49, 13)
|
|
Me.Label23.TabIndex = 20
|
|
Me.Label23.Text = "Belegart:"
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Location = New System.Drawing.Point(516, 171)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(41, 13)
|
|
Me.Label14.TabIndex = 31
|
|
Me.Label14.Text = "Betrag:"
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnOK.Location = New System.Drawing.Point(519, 305)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(173, 40)
|
|
Me.btnOK.TabIndex = 33
|
|
Me.btnOK.Text = "Speichern"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'Label15
|
|
'
|
|
Me.Label15.AutoSize = True
|
|
Me.Label15.Location = New System.Drawing.Point(382, 77)
|
|
Me.Label15.Name = "Label15"
|
|
Me.Label15.Size = New System.Drawing.Size(232, 13)
|
|
Me.Label15.TabIndex = 34
|
|
Me.Label15.Text = "X = ausgewählt F = Fakturiert A= ausgebucht"
|
|
'
|
|
'Label16
|
|
'
|
|
Me.Label16.ForeColor = System.Drawing.Color.Red
|
|
Me.Label16.Location = New System.Drawing.Point(21, 305)
|
|
Me.Label16.Name = "Label16"
|
|
Me.Label16.Size = New System.Drawing.Size(489, 40)
|
|
Me.Label16.TabIndex = 17
|
|
'
|
|
'txtBetrag
|
|
'
|
|
Me.txtBetrag._DateTimeOnly = False
|
|
Me.txtBetrag._numbersOnly = False
|
|
Me.txtBetrag._numbersOnlyKommastellen = ""
|
|
Me.txtBetrag._Prozent = False
|
|
Me.txtBetrag._ShortDateNew = False
|
|
Me.txtBetrag._ShortDateOnly = False
|
|
Me.txtBetrag._TimeOnly = False
|
|
Me.txtBetrag._value = ""
|
|
Me.txtBetrag._Waehrung = True
|
|
Me.txtBetrag._WaehrungZeichen = True
|
|
Me.txtBetrag.ForeColor = System.Drawing.Color.Black
|
|
Me.txtBetrag.Location = New System.Drawing.Point(619, 168)
|
|
Me.txtBetrag.MaxLineLength = -1
|
|
Me.txtBetrag.MaxLines_Warning = ""
|
|
Me.txtBetrag.MaxLines_Warning_Label = Nothing
|
|
Me.txtBetrag.Name = "txtBetrag"
|
|
Me.txtBetrag.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtBetrag.TabIndex = 32
|
|
'
|
|
'cboLeistung
|
|
'
|
|
Me.cboLeistung._allowedValuesFreiText = Nothing
|
|
Me.cboLeistung._allowFreiText = False
|
|
Me.cboLeistung._value = ""
|
|
Me.cboLeistung.DropDownWidth = 300
|
|
Me.cboLeistung.FormattingEnabled = True
|
|
Me.cboLeistung.Location = New System.Drawing.Point(619, 141)
|
|
Me.cboLeistung.Name = "cboLeistung"
|
|
Me.cboLeistung.Size = New System.Drawing.Size(48, 21)
|
|
Me.cboLeistung.TabIndex = 30
|
|
'
|
|
'txtUebernahmedatum
|
|
'
|
|
Me.txtUebernahmedatum._DateTimeOnly = False
|
|
Me.txtUebernahmedatum._numbersOnly = False
|
|
Me.txtUebernahmedatum._numbersOnlyKommastellen = ""
|
|
Me.txtUebernahmedatum._Prozent = False
|
|
Me.txtUebernahmedatum._ShortDateNew = True
|
|
Me.txtUebernahmedatum._ShortDateOnly = False
|
|
Me.txtUebernahmedatum._TimeOnly = False
|
|
Me.txtUebernahmedatum._value = ""
|
|
Me.txtUebernahmedatum._Waehrung = False
|
|
Me.txtUebernahmedatum._WaehrungZeichen = True
|
|
Me.txtUebernahmedatum.ForeColor = System.Drawing.Color.Black
|
|
Me.txtUebernahmedatum.Location = New System.Drawing.Point(619, 246)
|
|
Me.txtUebernahmedatum.MaxLength = 10
|
|
Me.txtUebernahmedatum.MaxLineLength = -1
|
|
Me.txtUebernahmedatum.MaxLines_Warning = ""
|
|
Me.txtUebernahmedatum.MaxLines_Warning_Label = Nothing
|
|
Me.txtUebernahmedatum.Name = "txtUebernahmedatum"
|
|
Me.txtUebernahmedatum.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtUebernahmedatum.TabIndex = 29
|
|
'
|
|
'txtAbfertigungsdatum
|
|
'
|
|
Me.txtAbfertigungsdatum._DateTimeOnly = False
|
|
Me.txtAbfertigungsdatum._numbersOnly = False
|
|
Me.txtAbfertigungsdatum._numbersOnlyKommastellen = ""
|
|
Me.txtAbfertigungsdatum._Prozent = False
|
|
Me.txtAbfertigungsdatum._ShortDateNew = True
|
|
Me.txtAbfertigungsdatum._ShortDateOnly = False
|
|
Me.txtAbfertigungsdatum._TimeOnly = False
|
|
Me.txtAbfertigungsdatum._value = ""
|
|
Me.txtAbfertigungsdatum._Waehrung = False
|
|
Me.txtAbfertigungsdatum._WaehrungZeichen = True
|
|
Me.txtAbfertigungsdatum.ForeColor = System.Drawing.Color.Black
|
|
Me.txtAbfertigungsdatum.Location = New System.Drawing.Point(619, 220)
|
|
Me.txtAbfertigungsdatum.MaxLength = 10
|
|
Me.txtAbfertigungsdatum.MaxLineLength = -1
|
|
Me.txtAbfertigungsdatum.MaxLines_Warning = ""
|
|
Me.txtAbfertigungsdatum.MaxLines_Warning_Label = Nothing
|
|
Me.txtAbfertigungsdatum.Name = "txtAbfertigungsdatum"
|
|
Me.txtAbfertigungsdatum.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtAbfertigungsdatum.TabIndex = 27
|
|
'
|
|
'txtEingabedatum
|
|
'
|
|
Me.txtEingabedatum._DateTimeOnly = False
|
|
Me.txtEingabedatum._numbersOnly = False
|
|
Me.txtEingabedatum._numbersOnlyKommastellen = ""
|
|
Me.txtEingabedatum._Prozent = False
|
|
Me.txtEingabedatum._ShortDateNew = True
|
|
Me.txtEingabedatum._ShortDateOnly = False
|
|
Me.txtEingabedatum._TimeOnly = False
|
|
Me.txtEingabedatum._value = ""
|
|
Me.txtEingabedatum._Waehrung = False
|
|
Me.txtEingabedatum._WaehrungZeichen = True
|
|
Me.txtEingabedatum.ForeColor = System.Drawing.Color.Black
|
|
Me.txtEingabedatum.Location = New System.Drawing.Point(619, 194)
|
|
Me.txtEingabedatum.MaxLength = 10
|
|
Me.txtEingabedatum.MaxLineLength = -1
|
|
Me.txtEingabedatum.MaxLines_Warning = ""
|
|
Me.txtEingabedatum.MaxLines_Warning_Label = Nothing
|
|
Me.txtEingabedatum.Name = "txtEingabedatum"
|
|
Me.txtEingabedatum.Size = New System.Drawing.Size(73, 20)
|
|
Me.txtEingabedatum.TabIndex = 25
|
|
'
|
|
'txtBelegart
|
|
'
|
|
Me.txtBelegart._DateTimeOnly = False
|
|
Me.txtBelegart._numbersOnly = False
|
|
Me.txtBelegart._numbersOnlyKommastellen = ""
|
|
Me.txtBelegart._Prozent = False
|
|
Me.txtBelegart._ShortDateNew = False
|
|
Me.txtBelegart._ShortDateOnly = False
|
|
Me.txtBelegart._TimeOnly = False
|
|
Me.txtBelegart._value = ""
|
|
Me.txtBelegart._Waehrung = False
|
|
Me.txtBelegart._WaehrungZeichen = True
|
|
Me.txtBelegart.ForeColor = System.Drawing.Color.Black
|
|
Me.txtBelegart.Location = New System.Drawing.Point(619, 116)
|
|
Me.txtBelegart.MaxLength = 2
|
|
Me.txtBelegart.MaxLineLength = -1
|
|
Me.txtBelegart.MaxLines_Warning = ""
|
|
Me.txtBelegart.MaxLines_Warning_Label = Nothing
|
|
Me.txtBelegart.Name = "txtBelegart"
|
|
Me.txtBelegart.Size = New System.Drawing.Size(48, 20)
|
|
Me.txtBelegart.TabIndex = 21
|
|
'
|
|
'txtStatus
|
|
'
|
|
Me.txtStatus._DateTimeOnly = False
|
|
Me.txtStatus._numbersOnly = False
|
|
Me.txtStatus._numbersOnlyKommastellen = ""
|
|
Me.txtStatus._Prozent = False
|
|
Me.txtStatus._ShortDateNew = False
|
|
Me.txtStatus._ShortDateOnly = False
|
|
Me.txtStatus._TimeOnly = False
|
|
Me.txtStatus._value = ""
|
|
Me.txtStatus._Waehrung = False
|
|
Me.txtStatus._WaehrungZeichen = True
|
|
Me.txtStatus.ForeColor = System.Drawing.Color.Black
|
|
Me.txtStatus.Location = New System.Drawing.Point(341, 74)
|
|
Me.txtStatus.MaxLength = 1
|
|
Me.txtStatus.MaxLineLength = -1
|
|
Me.txtStatus.MaxLines_Warning = ""
|
|
Me.txtStatus.MaxLines_Warning_Label = Nothing
|
|
Me.txtStatus.Name = "txtStatus"
|
|
Me.txtStatus.Size = New System.Drawing.Size(34, 20)
|
|
Me.txtStatus.TabIndex = 19
|
|
'
|
|
'txtSachbearbeiter
|
|
'
|
|
Me.txtSachbearbeiter._DateTimeOnly = False
|
|
Me.txtSachbearbeiter._numbersOnly = False
|
|
Me.txtSachbearbeiter._numbersOnlyKommastellen = ""
|
|
Me.txtSachbearbeiter._Prozent = False
|
|
Me.txtSachbearbeiter._ShortDateNew = False
|
|
Me.txtSachbearbeiter._ShortDateOnly = False
|
|
Me.txtSachbearbeiter._TimeOnly = False
|
|
Me.txtSachbearbeiter._value = ""
|
|
Me.txtSachbearbeiter._Waehrung = False
|
|
Me.txtSachbearbeiter._WaehrungZeichen = True
|
|
Me.txtSachbearbeiter.ForeColor = System.Drawing.Color.Black
|
|
Me.txtSachbearbeiter.Location = New System.Drawing.Point(115, 74)
|
|
Me.txtSachbearbeiter.MaxLength = 15
|
|
Me.txtSachbearbeiter.MaxLineLength = -1
|
|
Me.txtSachbearbeiter.MaxLines_Warning = ""
|
|
Me.txtSachbearbeiter.MaxLines_Warning_Label = Nothing
|
|
Me.txtSachbearbeiter.Name = "txtSachbearbeiter"
|
|
Me.txtSachbearbeiter.Size = New System.Drawing.Size(88, 20)
|
|
Me.txtSachbearbeiter.TabIndex = 5
|
|
'
|
|
'txtBemerkung
|
|
'
|
|
Me.txtBemerkung._DateTimeOnly = False
|
|
Me.txtBemerkung._numbersOnly = False
|
|
Me.txtBemerkung._numbersOnlyKommastellen = ""
|
|
Me.txtBemerkung._Prozent = False
|
|
Me.txtBemerkung._ShortDateNew = False
|
|
Me.txtBemerkung._ShortDateOnly = False
|
|
Me.txtBemerkung._TimeOnly = False
|
|
Me.txtBemerkung._value = ""
|
|
Me.txtBemerkung._Waehrung = False
|
|
Me.txtBemerkung._WaehrungZeichen = True
|
|
Me.txtBemerkung.ForeColor = System.Drawing.Color.Black
|
|
Me.txtBemerkung.Location = New System.Drawing.Point(115, 48)
|
|
Me.txtBemerkung.MaxLength = 50
|
|
Me.txtBemerkung.MaxLineLength = -1
|
|
Me.txtBemerkung.MaxLines_Warning = ""
|
|
Me.txtBemerkung.MaxLines_Warning_Label = Nothing
|
|
Me.txtBemerkung.Name = "txtBemerkung"
|
|
Me.txtBemerkung.Size = New System.Drawing.Size(260, 20)
|
|
Me.txtBemerkung.TabIndex = 3
|
|
'
|
|
'txtBezugsnr
|
|
'
|
|
Me.txtBezugsnr._DateTimeOnly = False
|
|
Me.txtBezugsnr._numbersOnly = False
|
|
Me.txtBezugsnr._numbersOnlyKommastellen = ""
|
|
Me.txtBezugsnr._Prozent = False
|
|
Me.txtBezugsnr._ShortDateNew = False
|
|
Me.txtBezugsnr._ShortDateOnly = False
|
|
Me.txtBezugsnr._TimeOnly = False
|
|
Me.txtBezugsnr._value = ""
|
|
Me.txtBezugsnr._Waehrung = False
|
|
Me.txtBezugsnr._WaehrungZeichen = True
|
|
Me.txtBezugsnr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtBezugsnr.Location = New System.Drawing.Point(115, 22)
|
|
Me.txtBezugsnr.MaxLength = 35
|
|
Me.txtBezugsnr.MaxLineLength = -1
|
|
Me.txtBezugsnr.MaxLines_Warning = ""
|
|
Me.txtBezugsnr.MaxLines_Warning_Label = Nothing
|
|
Me.txtBezugsnr.Name = "txtBezugsnr"
|
|
Me.txtBezugsnr.Size = New System.Drawing.Size(260, 20)
|
|
Me.txtBezugsnr.TabIndex = 1
|
|
'
|
|
'frmFaktAufschubHinzufügen
|
|
'
|
|
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(711, 359)
|
|
Me.Controls.Add(Me.Label16)
|
|
Me.Controls.Add(Me.Label15)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.txtBetrag)
|
|
Me.Controls.Add(Me.Label14)
|
|
Me.Controls.Add(Me.cboLeistung)
|
|
Me.Controls.Add(Me.txtUebernahmedatum)
|
|
Me.Controls.Add(Me.Label19)
|
|
Me.Controls.Add(Me.txtAbfertigungsdatum)
|
|
Me.Controls.Add(Me.Label20)
|
|
Me.Controls.Add(Me.txtEingabedatum)
|
|
Me.Controls.Add(Me.Label21)
|
|
Me.Controls.Add(Me.Label22)
|
|
Me.Controls.Add(Me.txtBelegart)
|
|
Me.Controls.Add(Me.Label23)
|
|
Me.Controls.Add(Me.txtStatus)
|
|
Me.Controls.Add(Me.Label13)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.grp)
|
|
Me.Controls.Add(Me.txtSachbearbeiter)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.txtBemerkung)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txtBezugsnr)
|
|
Me.Controls.Add(Me.lbl)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmFaktAufschubHinzufügen"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Aufschubdaten hinzufügen"
|
|
Me.grp.ResumeLayout(False)
|
|
Me.grp.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents lbl As Label
|
|
Friend WithEvents txtBezugsnr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtBemerkung As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents txtSachbearbeiter As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents grp As GroupBox
|
|
Friend WithEvents txtLeitzahl As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents txtNummer As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents txtKennnr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents txtJahr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents txtZollamtsNr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents txtFaelligkeitsdatum As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents txtAufschubktoNr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents txtOFD As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label10 As Label
|
|
Friend WithEvents txtKorrekturNr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label11 As Label
|
|
Friend WithEvents txtRegNr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label12 As Label
|
|
Friend WithEvents txtStatus As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label13 As Label
|
|
Friend WithEvents txtUebernahmedatum As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label19 As Label
|
|
Friend WithEvents txtAbfertigungsdatum As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label20 As Label
|
|
Friend WithEvents txtEingabedatum As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label21 As Label
|
|
Friend WithEvents Label22 As Label
|
|
Friend WithEvents txtBelegart As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label23 As Label
|
|
Friend WithEvents cboLeistung As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents txtBetrag As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label14 As Label
|
|
Friend WithEvents btnOK As Button
|
|
Friend WithEvents Label15 As Label
|
|
Friend WithEvents Label16 As Label
|
|
End Class
|