Mitarbeiter, etc.

This commit is contained in:
2026-05-20 16:39:47 +02:00
parent 514f4f93e3
commit 6e91ef81b3
9 changed files with 790 additions and 407 deletions

View File

@@ -281,6 +281,7 @@ Partial Class frmDiestAddMa
Me.Label58 = New System.Windows.Forms.Label()
Me.lblLand = New System.Windows.Forms.Label()
Me.cboLand = New System.Windows.Forms.ComboBox()
Me.btnSessions = New System.Windows.Forms.Button()
Me.grpTeilzeit.SuspendLayout()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
@@ -2860,12 +2861,24 @@ Partial Class frmDiestAddMa
Me.cboLand.Size = New System.Drawing.Size(72, 21)
Me.cboLand.TabIndex = 29
'
'btnSessions
'
Me.btnSessions.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSessions.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.btnSessions.Location = New System.Drawing.Point(391, 555)
Me.btnSessions.Name = "btnSessions"
Me.btnSessions.Size = New System.Drawing.Size(86, 37)
Me.btnSessions.TabIndex = 30
Me.btnSessions.Text = "Sessions"
Me.btnSessions.UseVisualStyleBackColor = True
'
'frmDiestAddMa
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(503, 626)
Me.Controls.Add(Me.btnSessions)
Me.Controls.Add(Me.cboLand)
Me.Controls.Add(Me.lblLand)
Me.Controls.Add(Me.Label58)
@@ -3176,4 +3189,5 @@ Partial Class frmDiestAddMa
Friend WithEvents Label58 As Label
Friend WithEvents lblLand As Label
Friend WithEvents cboLand As ComboBox
Friend WithEvents btnSessions As Button
End Class