This commit is contained in:
2024-01-18 14:13:56 +01:00
parent 4249e3609d
commit 71d471563d
2 changed files with 3 additions and 2 deletions

View File

@@ -380,7 +380,7 @@ Partial Class frmMitarbDetails
Me.tbcntr.TabIndex = 96 Me.tbcntr.TabIndex = 96
' '
'TabPage2 'TabPage2
' '
Me.TabPage2.Controls.Add(Me.cboDPFirma2) Me.TabPage2.Controls.Add(Me.cboDPFirma2)
Me.TabPage2.Controls.Add(Me.cboDPFirma) Me.TabPage2.Controls.Add(Me.cboDPFirma)
Me.TabPage2.Controls.Add(Me.Label50) Me.TabPage2.Controls.Add(Me.Label50)
@@ -2596,6 +2596,7 @@ Partial Class frmMitarbDetails
Friend WithEvents cbxGekuendigt As System.Windows.Forms.CheckBox Friend WithEvents cbxGekuendigt As System.Windows.Forms.CheckBox
Friend WithEvents Label28 As System.Windows.Forms.Label Friend WithEvents Label28 As System.Windows.Forms.Label
Friend WithEvents cbxPARKZEIT As System.Windows.Forms.CheckBox Friend WithEvents cbxPARKZEIT As System.Windows.Forms.CheckBox
Friend WithEvents cbxTimasNichtStempeln As System.Windows.Forms.CheckBox
Friend WithEvents cboParkzeitBer As System.Windows.Forms.ComboBox Friend WithEvents cboParkzeitBer As System.Windows.Forms.ComboBox
Friend WithEvents Label27 As System.Windows.Forms.Label Friend WithEvents Label27 As System.Windows.Forms.Label
Friend WithEvents cbxDISPO As System.Windows.Forms.CheckBox Friend WithEvents cbxDISPO As System.Windows.Forms.CheckBox

View File

@@ -1393,8 +1393,8 @@ Public Class frmMitarbDetails
txtUrlaubsabsp.Text = (txtWoStd.Text / cboDaysPerWeek.SelectedItem) * cboDaysPerWeek.SelectedItem * 5 txtUrlaubsabsp.Text = (txtWoStd.Text / cboDaysPerWeek.SelectedItem) * cboDaysPerWeek.SelectedItem * 5
End If End If
lblHoursOrDays1.Text = "H" lblHoursOrDays1.Text = "H"
End If
End If End If
End If
End Sub End Sub