This commit is contained in:
2021-11-18 14:59:04 +01:00
parent 05280436a4
commit 98378dd496
51 changed files with 4647 additions and 763 deletions

View File

@@ -34,6 +34,8 @@ Partial Class frmEinzahlung
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.lblSaved = New System.Windows.Forms.Label()
Me.txtFealligkeit = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.Panel1.SuspendLayout()
CType(Me.dgvEinzahlungen, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
@@ -114,7 +116,7 @@ Partial Class frmEinzahlung
'
Me.cbotxtBetrag.Location = New System.Drawing.Point(19, 154)
Me.cbotxtBetrag.Name = "cbotxtBetrag"
Me.cbotxtBetrag.Size = New System.Drawing.Size(285, 20)
Me.cbotxtBetrag.Size = New System.Drawing.Size(179, 20)
Me.cbotxtBetrag.TabIndex = 13
'
'Label3
@@ -146,11 +148,43 @@ Partial Class frmEinzahlung
Me.lblSaved.Text = "gespeichert..."
Me.lblSaved.Visible = False
'
'txtFealligkeit
'
Me.txtFealligkeit._DateTimeOnly = False
Me.txtFealligkeit._numbersOnly = False
Me.txtFealligkeit._numbersOnlyKommastellen = ""
Me.txtFealligkeit._Prozent = False
Me.txtFealligkeit._ShortDateNew = True
Me.txtFealligkeit._ShortDateOnly = False
Me.txtFealligkeit._TimeOnly = False
Me.txtFealligkeit._value = ""
Me.txtFealligkeit._Waehrung = False
Me.txtFealligkeit._WaehrungZeichen = True
Me.txtFealligkeit.ForeColor = System.Drawing.Color.Black
Me.txtFealligkeit.Location = New System.Drawing.Point(204, 154)
Me.txtFealligkeit.MaxLineLength = -1
Me.txtFealligkeit.MaxLines_Warning = ""
Me.txtFealligkeit.MaxLines_Warning_Label = Nothing
Me.txtFealligkeit.Name = "txtFealligkeit"
Me.txtFealligkeit.Size = New System.Drawing.Size(100, 20)
Me.txtFealligkeit.TabIndex = 16
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(201, 138)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(34, 9)
Me.Label5.TabIndex = 17
Me.Label5.Text = "Fälligkeit:"
'
'frmEinzahlung
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(909, 264)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.txtFealligkeit)
Me.Controls.Add(Me.lblSaved)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
@@ -181,4 +215,6 @@ Partial Class frmEinzahlung
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents lblSaved As System.Windows.Forms.Label
Friend WithEvents btnClose As System.Windows.Forms.Button
Friend WithEvents txtFealligkeit As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label5 As Label
End Class