Uerbestunden

This commit is contained in:
2024-04-24 11:39:27 +02:00
parent 41a236ad45
commit 54f7a3ca76
2 changed files with 43 additions and 6 deletions

View File

@@ -83,6 +83,7 @@ Partial Class frmUeberstundenauszahlen
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.cbxalle = New System.Windows.Forms.CheckBox()
Me.dgvUberstundenauszahlungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.Label69 = New System.Windows.Forms.Label()
CType(Me.picDel, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -696,16 +697,28 @@ Partial Class frmUeberstundenauszahlen
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.cbxalle)
Me.TabPage2.Controls.Add(Me.dgvUberstundenauszahlungen)
Me.TabPage2.Controls.Add(Me.Label69)
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(691, 346)
Me.TabPage2.Size = New System.Drawing.Size(691, 371)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "bereits ausgezahlt"
Me.TabPage2.UseVisualStyleBackColor = True
'
'cbxalle
'
Me.cbxalle.AutoSize = True
Me.cbxalle.Location = New System.Drawing.Point(643, 3)
Me.cbxalle.Name = "cbxalle"
Me.cbxalle.Size = New System.Drawing.Size(42, 17)
Me.cbxalle.TabIndex = 139
Me.cbxalle.Text = "alle"
Me.cbxalle.UseVisualStyleBackColor = True
Me.cbxalle.Visible = False
'
'dgvUberstundenauszahlungen
'
Me.dgvUberstundenauszahlungen.AKTUALISIERUNGS_INTERVALL = -1
@@ -820,4 +833,5 @@ Partial Class frmUeberstundenauszahlen
Friend WithEvents TabPage2 As Windows.Forms.TabPage
Friend WithEvents dgvUberstundenauszahlungen As MyDatagridview
Friend WithEvents Label69 As Windows.Forms.Label
Friend WithEvents cbxalle As Windows.Forms.CheckBox
End Class