This commit is contained in:
Jonathan Jenne
2022-06-21 16:43:46 +02:00
5 changed files with 224 additions and 102 deletions

View File

@@ -41,6 +41,7 @@ Public Class frmDialog
Case DialogType.Info
pnlContent.BackColor = Color.LightBlue
SvgImageBox1.SvgImage = SvgImageCollection1.Item("info")
btnNegative.Visible = False
SetOkCancelButtons()
Case DialogType.Error
@@ -57,6 +58,7 @@ Public Class frmDialog
Case DialogType.Question
pnlContent.BackColor = Color.LightYellow
SvgImageBox1.SvgImage = SvgImageCollection1.Item("question")
btnNegative.Visible = True
SetYesNoButtons()