2018-08-23 08:41:35 +02:00
|
|
|
using System.Drawing;
|
|
|
|
|
|
|
|
namespace XenAdmin.Wizards
|
|
|
|
{
|
|
|
|
partial class BootModesControl
|
|
|
|
{
|
|
|
|
/// <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(BootModesControl));
|
|
|
|
this.groupBoxBootMode = new System.Windows.Forms.GroupBox();
|
|
|
|
this.tableLayoutPanelBootMode = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
this.radioButtonBIOSBoot = new System.Windows.Forms.RadioButton();
|
2023-01-18 22:37:06 +01:00
|
|
|
this.imgBios = new System.Windows.Forms.PictureBox();
|
|
|
|
this.labelBios = new System.Windows.Forms.Label();
|
2018-08-23 08:41:35 +02:00
|
|
|
this.radioButtonUEFIBoot = new System.Windows.Forms.RadioButton();
|
2023-01-18 22:37:06 +01:00
|
|
|
this.imgUefi = new System.Windows.Forms.PictureBox();
|
|
|
|
this.labelUefi = new System.Windows.Forms.Label();
|
|
|
|
this.radioButtonUEFISecureBoot = new System.Windows.Forms.RadioButton();
|
|
|
|
this.imgSecureUefi = new System.Windows.Forms.PictureBox();
|
|
|
|
this.labelSecureUefi = new System.Windows.Forms.Label();
|
2022-09-15 13:56:21 +02:00
|
|
|
this.tableVtpmWarning = new System.Windows.Forms.TableLayoutPanel();
|
2022-09-01 13:20:28 +02:00
|
|
|
this.labelTpm = new System.Windows.Forms.Label();
|
|
|
|
this.imgTpm = new System.Windows.Forms.PictureBox();
|
|
|
|
this.groupBoxDevSecurity = new System.Windows.Forms.GroupBox();
|
|
|
|
this.checkBoxVtpm = new System.Windows.Forms.CheckBox();
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
2018-08-23 08:41:35 +02:00
|
|
|
this.groupBoxBootMode.SuspendLayout();
|
|
|
|
this.tableLayoutPanelBootMode.SuspendLayout();
|
2023-01-18 22:37:06 +01:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imgBios)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imgUefi)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imgSecureUefi)).BeginInit();
|
2022-09-15 13:56:21 +02:00
|
|
|
this.tableVtpmWarning.SuspendLayout();
|
2022-09-01 13:20:28 +02:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imgTpm)).BeginInit();
|
|
|
|
this.groupBoxDevSecurity.SuspendLayout();
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
2018-08-23 08:41:35 +02:00
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// groupBoxBootMode
|
|
|
|
//
|
|
|
|
this.groupBoxBootMode.Controls.Add(this.tableLayoutPanelBootMode);
|
|
|
|
resources.ApplyResources(this.groupBoxBootMode, "groupBoxBootMode");
|
|
|
|
this.groupBoxBootMode.Name = "groupBoxBootMode";
|
|
|
|
this.groupBoxBootMode.TabStop = false;
|
|
|
|
//
|
|
|
|
// tableLayoutPanelBootMode
|
|
|
|
//
|
2023-01-18 22:37:06 +01:00
|
|
|
resources.ApplyResources(this.tableLayoutPanelBootMode, "tableLayoutPanelBootMode");
|
2018-08-23 08:41:35 +02:00
|
|
|
this.tableLayoutPanelBootMode.Controls.Add(this.radioButtonBIOSBoot, 0, 0);
|
2023-01-18 22:37:06 +01:00
|
|
|
this.tableLayoutPanelBootMode.Controls.Add(this.imgBios, 1, 0);
|
|
|
|
this.tableLayoutPanelBootMode.Controls.Add(this.labelBios, 2, 0);
|
2018-08-23 08:41:35 +02:00
|
|
|
this.tableLayoutPanelBootMode.Controls.Add(this.radioButtonUEFIBoot, 0, 1);
|
2023-01-18 22:37:06 +01:00
|
|
|
this.tableLayoutPanelBootMode.Controls.Add(this.imgUefi, 1, 1);
|
|
|
|
this.tableLayoutPanelBootMode.Controls.Add(this.labelUefi, 2, 1);
|
|
|
|
this.tableLayoutPanelBootMode.Controls.Add(this.radioButtonUEFISecureBoot, 0, 2);
|
|
|
|
this.tableLayoutPanelBootMode.Controls.Add(this.imgSecureUefi, 1, 2);
|
|
|
|
this.tableLayoutPanelBootMode.Controls.Add(this.labelSecureUefi, 2, 2);
|
2018-08-23 08:41:35 +02:00
|
|
|
this.tableLayoutPanelBootMode.Name = "tableLayoutPanelBootMode";
|
|
|
|
//
|
|
|
|
// radioButtonBIOSBoot
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.radioButtonBIOSBoot, "radioButtonBIOSBoot");
|
|
|
|
this.radioButtonBIOSBoot.Name = "radioButtonBIOSBoot";
|
|
|
|
this.radioButtonBIOSBoot.UseVisualStyleBackColor = true;
|
2022-09-01 13:20:28 +02:00
|
|
|
this.radioButtonBIOSBoot.CheckedChanged += new System.EventHandler(this.radioButtonBIOSBoot_CheckedChanged);
|
2018-08-23 08:41:35 +02:00
|
|
|
//
|
2023-01-18 22:37:06 +01:00
|
|
|
// imgBios
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.imgBios, "imgBios");
|
|
|
|
this.imgBios.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
|
|
|
|
this.imgBios.Name = "imgBios";
|
|
|
|
this.imgBios.TabStop = false;
|
|
|
|
//
|
|
|
|
// labelBios
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelBios, "labelBios");
|
|
|
|
this.labelBios.Name = "labelBios";
|
|
|
|
//
|
2018-08-23 08:41:35 +02:00
|
|
|
// radioButtonUEFIBoot
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.radioButtonUEFIBoot, "radioButtonUEFIBoot");
|
|
|
|
this.radioButtonUEFIBoot.Name = "radioButtonUEFIBoot";
|
|
|
|
this.radioButtonUEFIBoot.UseVisualStyleBackColor = true;
|
|
|
|
//
|
2023-01-18 22:37:06 +01:00
|
|
|
// imgUefi
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.imgUefi, "imgUefi");
|
|
|
|
this.imgUefi.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
|
|
|
|
this.imgUefi.Name = "imgUefi";
|
|
|
|
this.imgUefi.TabStop = false;
|
|
|
|
//
|
|
|
|
// labelUefi
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelUefi, "labelUefi");
|
|
|
|
this.labelUefi.Name = "labelUefi";
|
|
|
|
//
|
|
|
|
// radioButtonUEFISecureBoot
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.radioButtonUEFISecureBoot, "radioButtonUEFISecureBoot");
|
|
|
|
this.radioButtonUEFISecureBoot.Name = "radioButtonUEFISecureBoot";
|
|
|
|
this.radioButtonUEFISecureBoot.UseVisualStyleBackColor = true;
|
|
|
|
this.radioButtonUEFISecureBoot.CheckedChanged += new System.EventHandler(this.radioButtonUEFISecureBoot_CheckedChanged);
|
|
|
|
//
|
|
|
|
// imgSecureUefi
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.imgSecureUefi, "imgSecureUefi");
|
|
|
|
this.imgSecureUefi.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
|
|
|
|
this.imgSecureUefi.Name = "imgSecureUefi";
|
|
|
|
this.imgSecureUefi.TabStop = false;
|
|
|
|
//
|
|
|
|
// labelSecureUefi
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelSecureUefi, "labelSecureUefi");
|
|
|
|
this.labelSecureUefi.Name = "labelSecureUefi";
|
|
|
|
//
|
2022-09-15 13:56:21 +02:00
|
|
|
// tableVtpmWarning
|
2018-12-18 16:56:27 +01:00
|
|
|
//
|
2022-09-15 13:56:21 +02:00
|
|
|
resources.ApplyResources(this.tableVtpmWarning, "tableVtpmWarning");
|
|
|
|
this.tableVtpmWarning.Controls.Add(this.labelTpm, 1, 0);
|
|
|
|
this.tableVtpmWarning.Controls.Add(this.imgTpm, 0, 0);
|
|
|
|
this.tableVtpmWarning.Name = "tableVtpmWarning";
|
2018-12-18 16:56:27 +01:00
|
|
|
//
|
2022-09-01 13:20:28 +02:00
|
|
|
// labelTpm
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelTpm, "labelTpm");
|
|
|
|
this.labelTpm.Name = "labelTpm";
|
|
|
|
//
|
|
|
|
// imgTpm
|
|
|
|
//
|
|
|
|
this.imgTpm.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
|
|
|
|
resources.ApplyResources(this.imgTpm, "imgTpm");
|
|
|
|
this.imgTpm.Name = "imgTpm";
|
|
|
|
this.imgTpm.TabStop = false;
|
|
|
|
//
|
|
|
|
// groupBoxDevSecurity
|
|
|
|
//
|
|
|
|
this.groupBoxDevSecurity.Controls.Add(this.checkBoxVtpm);
|
|
|
|
resources.ApplyResources(this.groupBoxDevSecurity, "groupBoxDevSecurity");
|
|
|
|
this.groupBoxDevSecurity.Name = "groupBoxDevSecurity";
|
|
|
|
this.groupBoxDevSecurity.TabStop = false;
|
|
|
|
//
|
|
|
|
// checkBoxVtpm
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.checkBoxVtpm, "checkBoxVtpm");
|
|
|
|
this.checkBoxVtpm.Name = "checkBoxVtpm";
|
|
|
|
this.checkBoxVtpm.UseVisualStyleBackColor = true;
|
|
|
|
//
|
|
|
|
// tableLayoutPanel1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBoxBootMode, 0, 0);
|
2022-09-15 13:56:21 +02:00
|
|
|
this.tableLayoutPanel1.Controls.Add(this.groupBoxDevSecurity, 0, 2);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableVtpmWarning, 0, 4);
|
2022-09-01 13:20:28 +02:00
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
//
|
2018-08-23 08:41:35 +02:00
|
|
|
// BootModesControl
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
2022-09-01 13:20:28 +02:00
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
2018-08-23 08:41:35 +02:00
|
|
|
this.DoubleBuffered = true;
|
|
|
|
this.Name = "BootModesControl";
|
|
|
|
this.groupBoxBootMode.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanelBootMode.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanelBootMode.PerformLayout();
|
2023-01-18 22:37:06 +01:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imgBios)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imgUefi)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imgSecureUefi)).EndInit();
|
2022-09-15 13:56:21 +02:00
|
|
|
this.tableVtpmWarning.ResumeLayout(false);
|
|
|
|
this.tableVtpmWarning.PerformLayout();
|
2022-09-01 13:20:28 +02:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imgTpm)).EndInit();
|
|
|
|
this.groupBoxDevSecurity.ResumeLayout(false);
|
|
|
|
this.groupBoxDevSecurity.PerformLayout();
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
2018-08-23 08:41:35 +02:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBoxBootMode;
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelBootMode;
|
|
|
|
private System.Windows.Forms.RadioButton radioButtonUEFISecureBoot;
|
|
|
|
private System.Windows.Forms.RadioButton radioButtonBIOSBoot;
|
|
|
|
private System.Windows.Forms.RadioButton radioButtonUEFIBoot;
|
2022-09-15 13:56:21 +02:00
|
|
|
private System.Windows.Forms.TableLayoutPanel tableVtpmWarning;
|
2023-01-18 22:37:06 +01:00
|
|
|
private System.Windows.Forms.PictureBox imgUefi;
|
|
|
|
private System.Windows.Forms.Label labelBios;
|
2022-09-01 13:20:28 +02:00
|
|
|
private System.Windows.Forms.GroupBox groupBoxDevSecurity;
|
|
|
|
private System.Windows.Forms.CheckBox checkBoxVtpm;
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
private System.Windows.Forms.Label labelTpm;
|
|
|
|
private System.Windows.Forms.PictureBox imgTpm;
|
2023-01-18 22:37:06 +01:00
|
|
|
private System.Windows.Forms.PictureBox imgBios;
|
|
|
|
private System.Windows.Forms.PictureBox imgSecureUefi;
|
|
|
|
private System.Windows.Forms.Label labelSecureUefi;
|
|
|
|
private System.Windows.Forms.Label labelUefi;
|
2018-08-23 08:41:35 +02:00
|
|
|
}
|
|
|
|
}
|