269 lines
14 KiB
C#
269 lines
14 KiB
C#
using System.Diagnostics;
|
|
using System.Drawing;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Windows.Forms;
|
|
using global::DevComponents.DotNetBar;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
|
|
namespace Pilz.Updating.Client.GUI
|
|
{
|
|
[DesignerGenerated()]
|
|
internal partial class UpdatesAvailableDialog : Telerik.WinControls.UI.RadForm
|
|
{
|
|
|
|
// Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
[DebuggerNonUserCode()]
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
try
|
|
{
|
|
if (disposing && components is object)
|
|
{
|
|
components.Dispose();
|
|
}
|
|
}
|
|
finally
|
|
{
|
|
base.Dispose(disposing);
|
|
}
|
|
}
|
|
|
|
// Wird vom Windows Form-Designer benötigt.
|
|
private System.ComponentModel.IContainer components = new System.ComponentModel.Container();
|
|
|
|
// Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
// Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
// Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
[DebuggerStepThrough()]
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdatesAvailableDialog));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.radButton_Cancel = new Telerik.WinControls.UI.RadButton();
|
|
this.radButton_Install = new Telerik.WinControls.UI.RadButton();
|
|
this.panel_ChangelogPanel = new System.Windows.Forms.Panel();
|
|
this.radLabel10 = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel_CurrentVersionBuild = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel7 = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel_AvailableVersionBuild = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel4 = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel_CurrentVersionChannel = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel6 = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel_AvailableVersionChannel = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel_CurrentVersion = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel_AvailableVersion = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
|
|
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
|
|
this.radPictureBox1 = new Telerik.WinControls.UI.RadPictureBox();
|
|
this.layoutControlLabelItem1 = new Telerik.WinControls.UI.LayoutControlLabelItem();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radButton_Install)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel10)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel_CurrentVersionBuild)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel_AvailableVersionBuild)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel_CurrentVersionChannel)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel_AvailableVersionChannel)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel_CurrentVersion)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel_AvailableVersion)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radPictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.Controls.Add(this.radButton_Cancel);
|
|
this.panel1.Controls.Add(this.radButton_Install);
|
|
this.panel1.Controls.Add(this.panel_ChangelogPanel);
|
|
this.panel1.Controls.Add(this.radLabel10);
|
|
this.panel1.Controls.Add(this.radLabel_CurrentVersionBuild);
|
|
this.panel1.Controls.Add(this.radLabel7);
|
|
this.panel1.Controls.Add(this.radLabel_AvailableVersionBuild);
|
|
this.panel1.Controls.Add(this.radLabel9);
|
|
this.panel1.Controls.Add(this.radLabel4);
|
|
this.panel1.Controls.Add(this.radLabel_CurrentVersionChannel);
|
|
this.panel1.Controls.Add(this.radLabel6);
|
|
this.panel1.Controls.Add(this.radLabel_AvailableVersionChannel);
|
|
this.panel1.Controls.Add(this.radLabel3);
|
|
this.panel1.Controls.Add(this.radLabel_CurrentVersion);
|
|
this.panel1.Controls.Add(this.radLabel_AvailableVersion);
|
|
this.panel1.Controls.Add(this.radLabel2);
|
|
this.panel1.Controls.Add(this.radLabel1);
|
|
this.panel1.Controls.Add(this.radPictureBox1);
|
|
this.panel1.Name = "panel1";
|
|
//
|
|
// radButton_Cancel
|
|
//
|
|
resources.ApplyResources(this.radButton_Cancel, "radButton_Cancel");
|
|
this.radButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.radButton_Cancel.Image = global::Pilz.Updating.Client.GUI.MyIcons.icons8_delete_16px;
|
|
this.radButton_Cancel.Name = "radButton_Cancel";
|
|
//
|
|
// radButton_Install
|
|
//
|
|
resources.ApplyResources(this.radButton_Install, "radButton_Install");
|
|
this.radButton_Install.Image = global::Pilz.Updating.Client.GUI.MyIcons.icons8_software_installer_16px;
|
|
this.radButton_Install.Name = "radButton_Install";
|
|
//
|
|
// panel_ChangelogPanel
|
|
//
|
|
resources.ApplyResources(this.panel_ChangelogPanel, "panel_ChangelogPanel");
|
|
this.panel_ChangelogPanel.Name = "panel_ChangelogPanel";
|
|
//
|
|
// radLabel10
|
|
//
|
|
resources.ApplyResources(this.radLabel10, "radLabel10");
|
|
this.radLabel10.Name = "radLabel10";
|
|
//
|
|
// radLabel_CurrentVersionBuild
|
|
//
|
|
resources.ApplyResources(this.radLabel_CurrentVersionBuild, "radLabel_CurrentVersionBuild");
|
|
this.radLabel_CurrentVersionBuild.Name = "radLabel_CurrentVersionBuild";
|
|
//
|
|
// radLabel7
|
|
//
|
|
resources.ApplyResources(this.radLabel7, "radLabel7");
|
|
this.radLabel7.Name = "radLabel7";
|
|
//
|
|
// radLabel_AvailableVersionBuild
|
|
//
|
|
resources.ApplyResources(this.radLabel_AvailableVersionBuild, "radLabel_AvailableVersionBuild");
|
|
this.radLabel_AvailableVersionBuild.Name = "radLabel_AvailableVersionBuild";
|
|
//
|
|
// radLabel9
|
|
//
|
|
resources.ApplyResources(this.radLabel9, "radLabel9");
|
|
this.radLabel9.Name = "radLabel9";
|
|
//
|
|
// radLabel4
|
|
//
|
|
resources.ApplyResources(this.radLabel4, "radLabel4");
|
|
this.radLabel4.Name = "radLabel4";
|
|
//
|
|
// radLabel_CurrentVersionChannel
|
|
//
|
|
resources.ApplyResources(this.radLabel_CurrentVersionChannel, "radLabel_CurrentVersionChannel");
|
|
this.radLabel_CurrentVersionChannel.Name = "radLabel_CurrentVersionChannel";
|
|
//
|
|
// radLabel6
|
|
//
|
|
resources.ApplyResources(this.radLabel6, "radLabel6");
|
|
this.radLabel6.Name = "radLabel6";
|
|
//
|
|
// radLabel_AvailableVersionChannel
|
|
//
|
|
resources.ApplyResources(this.radLabel_AvailableVersionChannel, "radLabel_AvailableVersionChannel");
|
|
this.radLabel_AvailableVersionChannel.Name = "radLabel_AvailableVersionChannel";
|
|
//
|
|
// radLabel3
|
|
//
|
|
resources.ApplyResources(this.radLabel3, "radLabel3");
|
|
this.radLabel3.Name = "radLabel3";
|
|
//
|
|
// radLabel_CurrentVersion
|
|
//
|
|
resources.ApplyResources(this.radLabel_CurrentVersion, "radLabel_CurrentVersion");
|
|
this.radLabel_CurrentVersion.Name = "radLabel_CurrentVersion";
|
|
//
|
|
// radLabel_AvailableVersion
|
|
//
|
|
resources.ApplyResources(this.radLabel_AvailableVersion, "radLabel_AvailableVersion");
|
|
this.radLabel_AvailableVersion.Name = "radLabel_AvailableVersion";
|
|
//
|
|
// radLabel2
|
|
//
|
|
resources.ApplyResources(this.radLabel2, "radLabel2");
|
|
this.radLabel2.Name = "radLabel2";
|
|
//
|
|
// radLabel1
|
|
//
|
|
resources.ApplyResources(this.radLabel1, "radLabel1");
|
|
this.radLabel1.Name = "radLabel1";
|
|
//
|
|
// radPictureBox1
|
|
//
|
|
resources.ApplyResources(this.radPictureBox1, "radPictureBox1");
|
|
this.radPictureBox1.Name = "radPictureBox1";
|
|
//
|
|
// layoutControlLabelItem1
|
|
//
|
|
resources.ApplyResources(this.layoutControlLabelItem1, "layoutControlLabelItem1");
|
|
this.layoutControlLabelItem1.Bounds = new System.Drawing.Rectangle(0, 52, 428, 39);
|
|
this.layoutControlLabelItem1.DisabledTextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
|
|
this.layoutControlLabelItem1.DrawText = false;
|
|
this.layoutControlLabelItem1.Name = "layoutControlLabelItem1";
|
|
this.layoutControlLabelItem1.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
|
|
this.layoutControlLabelItem1.UseCompatibleTextRendering = false;
|
|
//
|
|
// UpdatesAvailableDialog
|
|
//
|
|
this.AcceptButton = this.radButton_Install;
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.radButton_Cancel;
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "UpdatesAvailableDialog";
|
|
//
|
|
//
|
|
//
|
|
this.RootElement.ApplyShapeToControl = true;
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.radButton_Cancel)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radButton_Install)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel10)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel_CurrentVersionBuild)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel_AvailableVersionBuild)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel_CurrentVersionChannel)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel_AvailableVersionChannel)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel_CurrentVersion)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel_AvailableVersion)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.radPictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
private Panel panel1;
|
|
private Telerik.WinControls.UI.RadPictureBox radPictureBox1;
|
|
private Telerik.WinControls.UI.RadLabel radLabel1;
|
|
private Telerik.WinControls.UI.RadLabel radLabel3;
|
|
private Telerik.WinControls.UI.RadLabel radLabel_CurrentVersion;
|
|
private Telerik.WinControls.UI.RadLabel radLabel_AvailableVersion;
|
|
private Telerik.WinControls.UI.RadLabel radLabel2;
|
|
private Telerik.WinControls.UI.LayoutControlLabelItem layoutControlLabelItem1;
|
|
private Telerik.WinControls.UI.RadLabel radLabel_CurrentVersionBuild;
|
|
private Telerik.WinControls.UI.RadLabel radLabel7;
|
|
private Telerik.WinControls.UI.RadLabel radLabel_AvailableVersionBuild;
|
|
private Telerik.WinControls.UI.RadLabel radLabel9;
|
|
private Telerik.WinControls.UI.RadLabel radLabel4;
|
|
private Telerik.WinControls.UI.RadLabel radLabel_CurrentVersionChannel;
|
|
private Telerik.WinControls.UI.RadLabel radLabel6;
|
|
private Telerik.WinControls.UI.RadLabel radLabel_AvailableVersionChannel;
|
|
private Panel panel_ChangelogPanel;
|
|
private Telerik.WinControls.UI.RadLabel radLabel10;
|
|
private Telerik.WinControls.UI.RadButton radButton_Cancel;
|
|
private Telerik.WinControls.UI.RadButton radButton_Install;
|
|
}
|
|
} |