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

@@ -38,19 +38,19 @@ namespace Pilz.Updating.Client.GUI
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimpleActionDialog));
this._Panel1 = new System.Windows.Forms.Panel();
this.radWaitingBar1 = new Telerik.WinControls.UI.RadWaitingBar();
this.radProgressBar1 = new Telerik.WinControls.UI.RadProgressBar();
this.waitingBarIndicatorElement1 = new Telerik.WinControls.UI.WaitingBarIndicatorElement();
this.waitingBarIndicatorElement2 = new Telerik.WinControls.UI.WaitingBarIndicatorElement();
this.waitingBarIndicatorElement1 = new Telerik.WinControls.UI.WaitingBarIndicatorElement();
this.radProgressBar1 = new Telerik.WinControls.UI.RadProgressBar();
this._Panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.radWaitingBar1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radProgressBar1)).BeginInit();
this.radProgressBar1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// _Panel1
//
this._Panel1.BackColor = System.Drawing.Color.Transparent;
this._Panel1.Controls.Add(this.radWaitingBar1);
this._Panel1.Controls.Add(this.radProgressBar1);
resources.ApplyResources(this._Panel1, "_Panel1");
this._Panel1.Name = "_Panel1";
@@ -62,23 +62,25 @@ namespace Pilz.Updating.Client.GUI
this.radWaitingBar1.ShowText = true;
this.radWaitingBar1.WaitingIndicators.Add(this.waitingBarIndicatorElement2);
this.radWaitingBar1.WaitingIndicators.Add(this.waitingBarIndicatorElement1);
this.radWaitingBar1.WaitingIndicatorSize = new System.Drawing.Size(100, 14);
this.radWaitingBar1.WaitingSpeed = 100;
this.radWaitingBar1.WaitingStep = 2;
//
// radProgressBar1
// waitingBarIndicatorElement2
//
resources.ApplyResources(this.radProgressBar1, "radProgressBar1");
this.radProgressBar1.Name = "radProgressBar1";
this.waitingBarIndicatorElement2.Name = "waitingBarIndicatorElement2";
this.waitingBarIndicatorElement2.StretchHorizontally = false;
//
// waitingBarIndicatorElement1
//
this.waitingBarIndicatorElement1.Name = "waitingBarIndicatorElement1";
this.waitingBarIndicatorElement1.StretchHorizontally = false;
//
// waitingBarIndicatorElement2
// radProgressBar1
//
this.waitingBarIndicatorElement2.Name = "waitingBarIndicatorElement2";
this.waitingBarIndicatorElement2.StretchHorizontally = false;
resources.ApplyResources(this.radProgressBar1, "radProgressBar1");
this.radProgressBar1.Controls.Add(this.radWaitingBar1);
this.radProgressBar1.Name = "radProgressBar1";
//
// SimpleActionDialog
//
@@ -95,6 +97,7 @@ namespace Pilz.Updating.Client.GUI
this._Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.radWaitingBar1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radProgressBar1)).EndInit();
this.radProgressBar1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);