StartOpt.

This commit is contained in:
2025-10-02 09:18:17 +02:00
parent 3071728208
commit 9a80117562
4 changed files with 9 additions and 6 deletions

View File

@@ -2306,7 +2306,7 @@ Partial Class frmMitarbDetails
'cbxClientTimas
'
Me.cbxClientTimas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbxClientTimas.DropDownWidth = 100
Me.cbxClientTimas.DropDownWidth = 200
Me.cbxClientTimas.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxClientTimas.FormattingEnabled = True
Me.cbxClientTimas.Items.AddRange(New Object() {"", "1", "2", "3", "4", "5"})