fix icons

This commit is contained in:
Jonathan Jenne
2020-09-22 11:01:50 +02:00
parent 052773e466
commit 2663e9d56e
8 changed files with 47 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ Partial Class frmCreateArticle
Me.Controls.Add(Me.txtRunningNumber)
Me.Controls.Add(Me.txtArticleNumber)
Me.Font = New System.Drawing.Font("Segoe UI Semibold", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "frmCreateArticle"
Me.Text = "Artikel erstellen"
Me.GroupBox1.ResumeLayout(False)