mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
e8cb4ad7d6
* CP-24412: Apply a filter before adding USBs to candidate list in Attach Dialog. * CP-24333: Apply HA restraint. * CP-24412: Fix a merge error. * CP-24412: implement actions to attach/detach/passthrough. * CP-24412: Add license check before making UI components visible. * CP-24412: Change layout of new components to Dpi. * Fixed all comments. * Fix comments. * fixed comments
143 lines
6.7 KiB
C#
Executable File
143 lines
6.7 KiB
C#
Executable File
namespace XenAdmin.Dialogs
|
|
{
|
|
partial class UsbUsageDialog
|
|
{
|
|
/// <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 Windows Form 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(UsbUsageDialog));
|
|
this.buttonOK = new System.Windows.Forms.Button();
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
this.labelNote = new XenAdmin.Controls.Common.AutoHeightLabel();
|
|
this.tableLayoutPanelBase = new System.Windows.Forms.TableLayoutPanel();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.tableLayoutPanelWarning = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.labelWarning = new XenAdmin.Controls.Common.AutoHeightLabel();
|
|
this.pictureBoxAlert = new System.Windows.Forms.PictureBox();
|
|
this.tableLayoutPanelBase.SuspendLayout();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.tableLayoutPanelWarning.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAlert)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonOK
|
|
//
|
|
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
resources.ApplyResources(this.buttonOK, "buttonOK");
|
|
this.buttonOK.Name = "buttonOK";
|
|
this.buttonOK.UseVisualStyleBackColor = true;
|
|
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
resources.ApplyResources(this.buttonCancel, "buttonCancel");
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// labelNote
|
|
//
|
|
resources.ApplyResources(this.labelNote, "labelNote");
|
|
this.labelNote.Name = "labelNote";
|
|
//
|
|
// tableLayoutPanelBase
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanelBase, "tableLayoutPanelBase");
|
|
this.tableLayoutPanelBase.Controls.Add(this.flowLayoutPanel1, 0, 4);
|
|
this.tableLayoutPanelBase.Controls.Add(this.labelNote, 0, 1);
|
|
this.tableLayoutPanelBase.Controls.Add(this.tableLayoutPanelWarning, 0, 3);
|
|
this.tableLayoutPanelBase.Name = "tableLayoutPanelBase";
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonCancel);
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonOK);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
//
|
|
// tableLayoutPanelWarning
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanelWarning, "tableLayoutPanelWarning");
|
|
this.tableLayoutPanelWarning.Controls.Add(this.tableLayoutPanel1, 1, 0);
|
|
this.tableLayoutPanelWarning.Controls.Add(this.pictureBoxAlert, 0, 0);
|
|
this.tableLayoutPanelWarning.Name = "tableLayoutPanelWarning";
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.labelWarning, 0, 1);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// labelWarning
|
|
//
|
|
resources.ApplyResources(this.labelWarning, "labelWarning");
|
|
this.labelWarning.Name = "labelWarning";
|
|
//
|
|
// pictureBoxAlert
|
|
//
|
|
resources.ApplyResources(this.pictureBoxAlert, "pictureBoxAlert");
|
|
this.pictureBoxAlert.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBoxAlert.Image = global::XenAdmin.Properties.Resources._000_Alert2_h32bit_16;
|
|
this.pictureBoxAlert.InitialImage = global::XenAdmin.Properties.Resources._000_Alert2_h32bit_16;
|
|
this.pictureBoxAlert.Name = "pictureBoxAlert";
|
|
this.pictureBoxAlert.TabStop = false;
|
|
//
|
|
// UsbUsageDialog
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.tableLayoutPanelBase);
|
|
this.Icon = global::XenAdmin.Properties.Resources.AppIcon;
|
|
this.Name = "UsbUsageDialog";
|
|
this.tableLayoutPanelBase.ResumeLayout(false);
|
|
this.tableLayoutPanelBase.PerformLayout();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanelWarning.ResumeLayout(false);
|
|
this.tableLayoutPanelWarning.PerformLayout();
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAlert)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button buttonOK;
|
|
private System.Windows.Forms.Button buttonCancel;
|
|
private Controls.Common.AutoHeightLabel labelNote;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelBase;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelWarning;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private Controls.Common.AutoHeightLabel labelWarning;
|
|
private System.Windows.Forms.PictureBox pictureBoxAlert;
|
|
|
|
}
|
|
}
|