Ueberstunden auszahlen ATILLA Bugfix

This commit is contained in:
2024-03-26 17:45:17 +01:00
parent 04441b28b3
commit ba3cd9da89
2 changed files with 143 additions and 13 deletions

View File

@@ -53,6 +53,8 @@ Partial Class frmUeberstundenauszahlen
Me.picDel = New System.Windows.Forms.PictureBox()
Me.txtAusz50vonSaldo = New System.Windows.Forms.TextBox()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Label9 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.picShow = New System.Windows.Forms.PictureBox()
Me.txtAuszManuell = New System.Windows.Forms.TextBox()
Me.cx25 = New System.Windows.Forms.CheckBox()
@@ -67,6 +69,8 @@ Partial Class frmUeberstundenauszahlen
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.lblWarning = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.txtAusz_hhmm = New System.Windows.Forms.TextBox()
Me.txtAuszManuell_hhmm = New System.Windows.Forms.TextBox()
CType(Me.picDel, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
CType(Me.picShow, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -147,7 +151,7 @@ Partial Class frmUeberstundenauszahlen
'
'txtAusz
'
Me.txtAusz.Location = New System.Drawing.Point(212, 196)
Me.txtAusz.Location = New System.Drawing.Point(245, 196)
Me.txtAusz.Name = "txtAusz"
Me.txtAusz.Size = New System.Drawing.Size(54, 20)
Me.txtAusz.TabIndex = 9
@@ -328,6 +332,10 @@ Partial Class frmUeberstundenauszahlen
'
'Panel1
'
Me.Panel1.Controls.Add(Me.txtAuszManuell_hhmm)
Me.Panel1.Controls.Add(Me.txtAusz_hhmm)
Me.Panel1.Controls.Add(Me.Label9)
Me.Panel1.Controls.Add(Me.Label6)
Me.Panel1.Controls.Add(Me.picShow)
Me.Panel1.Controls.Add(Me.txtAuszManuell)
Me.Panel1.Controls.Add(Me.cx25)
@@ -360,9 +368,27 @@ Partial Class frmUeberstundenauszahlen
Me.Panel1.Controls.Add(Me.txtAusz50)
Me.Panel1.Location = New System.Drawing.Point(15, 67)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(619, 235)
Me.Panel1.Size = New System.Drawing.Size(619, 258)
Me.Panel1.TabIndex = 30
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Location = New System.Drawing.Point(195, 225)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(38, 13)
Me.Label9.TabIndex = 42
Me.Label9.Text = "hh:mm"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(195, 199)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(44, 13)
Me.Label6.TabIndex = 39
Me.Label6.Text = "Dezimal"
'
'picShow
'
Me.picShow.BackgroundImage = Global.VERAG_PROG_ALLGEMEIN.My.Resources.Resources.today
@@ -376,7 +402,7 @@ Partial Class frmUeberstundenauszahlen
'
'txtAuszManuell
'
Me.txtAuszManuell.Location = New System.Drawing.Point(272, 196)
Me.txtAuszManuell.Location = New System.Drawing.Point(305, 196)
Me.txtAuszManuell.Name = "txtAuszManuell"
Me.txtAuszManuell.Size = New System.Drawing.Size(54, 20)
Me.txtAuszManuell.TabIndex = 37
@@ -449,7 +475,7 @@ Partial Class frmUeberstundenauszahlen
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(214, 179)
Me.Label8.Location = New System.Drawing.Point(247, 179)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(56, 13)
Me.Label8.TabIndex = 33
@@ -502,6 +528,23 @@ Partial Class frmUeberstundenauszahlen
Me.Label5.Size = New System.Drawing.Size(0, 13)
Me.Label5.TabIndex = 40
'
'txtAusz_hhmm
'
Me.txtAusz_hhmm.Location = New System.Drawing.Point(245, 222)
Me.txtAusz_hhmm.Name = "txtAusz_hhmm"
Me.txtAusz_hhmm.Size = New System.Drawing.Size(54, 20)
Me.txtAusz_hhmm.TabIndex = 45
Me.txtAusz_hhmm.Text = "0"
'
'txtAuszManuell_hhmm
'
Me.txtAuszManuell_hhmm.Location = New System.Drawing.Point(305, 222)
Me.txtAuszManuell_hhmm.Name = "txtAuszManuell_hhmm"
Me.txtAuszManuell_hhmm.Size = New System.Drawing.Size(54, 20)
Me.txtAuszManuell_hhmm.TabIndex = 46
Me.txtAuszManuell_hhmm.Text = "0"
Me.txtAuszManuell_hhmm.Visible = False
'
'frmUeberstundenauszahlen
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -576,4 +619,8 @@ Partial Class frmUeberstundenauszahlen
Friend WithEvents picShow As Windows.Forms.PictureBox
Friend WithEvents lblWarning As Windows.Forms.Label
Friend WithEvents Label5 As Windows.Forms.Label
Friend WithEvents Label9 As Windows.Forms.Label
Friend WithEvents Label6 As Windows.Forms.Label
Friend WithEvents txtAuszManuell_hhmm As Windows.Forms.TextBox
Friend WithEvents txtAusz_hhmm As Windows.Forms.TextBox
End Class