mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 23:10:16 +01:00
bd36a85bff
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
106 lines
4.1 KiB
C#
106 lines
4.1 KiB
C#
namespace XenAdmin.Wizards.PatchingWizard
|
|
{
|
|
partial class PatchingWizard_PatchingPage
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PatchingWizard_PatchingPage));
|
|
this.labelTitle = new System.Windows.Forms.Label();
|
|
this.textBoxLog = new System.Windows.Forms.TextBox();
|
|
this.progressBar = new System.Windows.Forms.ProgressBar();
|
|
this.labelError = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelTitle
|
|
//
|
|
resources.ApplyResources(this.labelTitle, "labelTitle");
|
|
this.labelTitle.Name = "labelTitle";
|
|
//
|
|
// textBoxLog
|
|
//
|
|
resources.ApplyResources(this.textBoxLog, "textBoxLog");
|
|
this.textBoxLog.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.textBoxLog.Name = "textBoxLog";
|
|
this.textBoxLog.ReadOnly = true;
|
|
//
|
|
// progressBar
|
|
//
|
|
resources.ApplyResources(this.progressBar, "progressBar");
|
|
this.progressBar.Name = "progressBar";
|
|
//
|
|
// labelError
|
|
//
|
|
this.labelError.AutoEllipsis = true;
|
|
resources.ApplyResources(this.labelError, "labelError");
|
|
this.labelError.Name = "labelError";
|
|
//
|
|
// panel1
|
|
//
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
this.panel1.Controls.Add(this.labelError);
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Name = "panel1";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// PatchingWizard_PatchingPage
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.progressBar);
|
|
this.Controls.Add(this.textBoxLog);
|
|
this.Controls.Add(this.labelTitle);
|
|
this.Name = "PatchingWizard_PatchingPage";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label labelTitle;
|
|
private System.Windows.Forms.TextBox textBoxLog;
|
|
private System.Windows.Forms.ProgressBar progressBar;
|
|
private System.Windows.Forms.Label labelError;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
|
}
|
|
}
|