eZoll, Sessions-Übersicht, Timas

This commit is contained in:
2026-05-26 09:37:30 +02:00
parent 6e91ef81b3
commit 850d64073b
7 changed files with 364 additions and 267 deletions

View File

@@ -244,8 +244,10 @@ Partial Class frmMitarbDetails
Me.dgvUberstundenauszahlungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.dgvData = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.TabPage6 = New System.Windows.Forms.TabPage()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.Panel2 = New System.Windows.Forms.Panel()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.txtTimasID = New System.Windows.Forms.TextBox()
Me.Label73 = New System.Windows.Forms.Label()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
Me.TabControl2.SuspendLayout()
@@ -2331,6 +2333,8 @@ Partial Class frmMitarbDetails
'
'TabPage8
'
Me.TabPage8.Controls.Add(Me.Label73)
Me.TabPage8.Controls.Add(Me.txtTimasID)
Me.TabPage8.Controls.Add(Me.cbxClientTimas)
Me.TabPage8.Controls.Add(Me.cbxTimasMehrereFirmen)
Me.TabPage8.Controls.Add(Me.clbTimasMehreFirmen)
@@ -2751,11 +2755,6 @@ Partial Class frmMitarbDetails
Me.TabPage6.Text = "Sessions"
Me.TabPage6.UseVisualStyleBackColor = True
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
'
'Panel2
'
Me.Panel2.Location = New System.Drawing.Point(3, 3)
@@ -2763,6 +2762,29 @@ Partial Class frmMitarbDetails
Me.Panel2.Size = New System.Drawing.Size(744, 741)
Me.Panel2.TabIndex = 0
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
'
'txtTimasID
'
Me.txtTimasID.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtTimasID.Location = New System.Drawing.Point(345, 22)
Me.txtTimasID.Name = "txtTimasID"
Me.txtTimasID.Size = New System.Drawing.Size(46, 20)
Me.txtTimasID.TabIndex = 160
'
'Label73
'
Me.Label73.AutoSize = True
Me.Label73.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label73.Location = New System.Drawing.Point(269, 25)
Me.Label73.Name = "Label73"
Me.Label73.Size = New System.Drawing.Size(52, 13)
Me.Label73.TabIndex = 161
Me.Label73.Text = "Timas-ID:"
'
'frmMitarbDetails
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -3039,4 +3061,6 @@ Partial Class frmMitarbDetails
Friend WithEvents clInterneMailBenachrichtigungen As CheckedListBox
Friend WithEvents cbxeigeneFirma As CheckBox
Friend WithEvents Panel2 As Panel
Friend WithEvents Label73 As Label
Friend WithEvents txtTimasID As TextBox
End Class