xenadmin/XenAdmin/Dialogs/OptionsPages/ConfirmationOptionsPage.Designer.cs
Konstantina Chremmou bfc8141391 CA-318468, CA-271455: Reworked OVF validation and OVA package extraction during import.
- Handle validation for OVF files with a name different from the containing
  OVA package. Other corrections to wrong validation logic.
- Show validation warnings on a dialog that can be turned off.
- Clean up extracted files after an OVA package has been imported.
- Plus code refactoring and simplification.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2020-01-16 16:26:30 +00:00

132 lines
6.6 KiB
C#

namespace XenAdmin.Dialogs.OptionsPages
{
partial class ConfirmationOptionsPage
{
/// <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(ConfirmationOptionsPage));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.labelBlurb = new System.Windows.Forms.Label();
this.checkBoxDontConfirmDismissAlerts = new System.Windows.Forms.CheckBox();
this.checkBoxDontConfirmDismissUpdates = new System.Windows.Forms.CheckBox();
this.checkBoxDontConfirmDismissEvents = new System.Windows.Forms.CheckBox();
this.sectionHeaderLabel1 = new XenAdmin.Controls.SectionHeaderLabel();
this.sectionHeaderLabel2 = new XenAdmin.Controls.SectionHeaderLabel();
this.checkBoxIgnoreOvfWarnings = new System.Windows.Forms.CheckBox();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 6);
this.tableLayoutPanel1.Controls.Add(this.labelBlurb, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.checkBoxDontConfirmDismissAlerts, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.checkBoxDontConfirmDismissUpdates, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.checkBoxDontConfirmDismissEvents, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.sectionHeaderLabel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.sectionHeaderLabel2, 0, 5);
this.tableLayoutPanel1.Controls.Add(this.checkBoxIgnoreOvfWarnings, 0, 7);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// labelBlurb
//
resources.ApplyResources(this.labelBlurb, "labelBlurb");
this.labelBlurb.Name = "labelBlurb";
//
// checkBoxDontConfirmDismissAlerts
//
resources.ApplyResources(this.checkBoxDontConfirmDismissAlerts, "checkBoxDontConfirmDismissAlerts");
this.checkBoxDontConfirmDismissAlerts.Name = "checkBoxDontConfirmDismissAlerts";
this.checkBoxDontConfirmDismissAlerts.UseVisualStyleBackColor = true;
//
// checkBoxDontConfirmDismissUpdates
//
resources.ApplyResources(this.checkBoxDontConfirmDismissUpdates, "checkBoxDontConfirmDismissUpdates");
this.checkBoxDontConfirmDismissUpdates.Name = "checkBoxDontConfirmDismissUpdates";
this.checkBoxDontConfirmDismissUpdates.UseVisualStyleBackColor = true;
//
// checkBoxDontConfirmDismissEvents
//
resources.ApplyResources(this.checkBoxDontConfirmDismissEvents, "checkBoxDontConfirmDismissEvents");
this.checkBoxDontConfirmDismissEvents.Name = "checkBoxDontConfirmDismissEvents";
this.checkBoxDontConfirmDismissEvents.UseVisualStyleBackColor = true;
//
// sectionHeaderLabel1
//
resources.ApplyResources(this.sectionHeaderLabel1, "sectionHeaderLabel1");
this.sectionHeaderLabel1.LineColor = System.Drawing.Color.Silver;
this.sectionHeaderLabel1.LineLocation = XenAdmin.Controls.SectionHeaderLabel.VerticalAlignment.Middle;
this.sectionHeaderLabel1.Name = "sectionHeaderLabel1";
//
// sectionHeaderLabel2
//
resources.ApplyResources(this.sectionHeaderLabel2, "sectionHeaderLabel2");
this.sectionHeaderLabel2.LineColor = System.Drawing.Color.Silver;
this.sectionHeaderLabel2.LineLocation = XenAdmin.Controls.SectionHeaderLabel.VerticalAlignment.Middle;
this.sectionHeaderLabel2.Name = "sectionHeaderLabel2";
//
// checkBoxIgnoreOvfWarnings
//
resources.ApplyResources(this.checkBoxIgnoreOvfWarnings, "checkBoxIgnoreOvfWarnings");
this.checkBoxIgnoreOvfWarnings.Name = "checkBoxIgnoreOvfWarnings";
this.checkBoxIgnoreOvfWarnings.UseVisualStyleBackColor = true;
//
// ConfirmationOptionsPage
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "ConfirmationOptionsPage";
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label labelBlurb;
private System.Windows.Forms.CheckBox checkBoxDontConfirmDismissAlerts;
private System.Windows.Forms.CheckBox checkBoxDontConfirmDismissEvents;
private System.Windows.Forms.CheckBox checkBoxDontConfirmDismissUpdates;
private Controls.SectionHeaderLabel sectionHeaderLabel1;
private System.Windows.Forms.Label label1;
private Controls.SectionHeaderLabel sectionHeaderLabel2;
private System.Windows.Forms.CheckBox checkBoxIgnoreOvfWarnings;
}
}