This commit is contained in:
2022-06-17 15:19:35 +02:00
parent 3c3b07ee49
commit 18f2e76686
5 changed files with 223 additions and 96 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()