merge
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user