updating main dialogs to Telerik UI

This commit is contained in:
2022-06-12 15:47:14 +02:00
parent c7f0098c20
commit 0cacb0d980
26 changed files with 1462 additions and 3873 deletions

View File

@@ -3,10 +3,10 @@ using System.Drawing;
using global::System.Reflection;
using System.Runtime.CompilerServices;
using System.Windows.Forms;
using global::DevComponents.DotNetBar;
using Microsoft.VisualBasic.CompilerServices;
using global::Pilz.Updating.Client.GUI.My.Resources;
using System;
using Telerik.WinControls;
namespace Pilz.Updating.Client.GUI
{
@@ -145,7 +145,7 @@ namespace Pilz.Updating.Client.GUI
EndUpdating();
if (!UseHiddenSearch)
{
MessageBoxEx.Show(UpdatingClientGuiLangRes.MsgBox_NoUpdatesFound, UpdatingClientGuiLangRes.MsgBox_NoUpdatesFound_Titel, MessageBoxButtons.OK, MessageBoxIcon.Information);
RadMessageBox.Show(UpdatingClientGuiLangRes.MsgBox_NoUpdatesFound, UpdatingClientGuiLangRes.MsgBox_NoUpdatesFound_Titel, MessageBoxButtons.OK, RadMessageIcon.Info);
}
}
}