mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
bd36a85bff
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
241 lines
15 KiB
C#
241 lines
15 KiB
C#
namespace XenAdmin.Commands.Controls
|
|
{
|
|
partial class MultipleWarningDialog
|
|
{
|
|
/// <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(MultipleWarningDialog));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.labelMessage = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.dataGridViewAppliesTo = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx();
|
|
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewWarnings = new System.Windows.Forms.DataGridView();
|
|
this.ColumnTypeImage = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.ColumnWarning = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
this.buttonProceed = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewAppliesTo)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewWarnings)).BeginInit();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelMessage
|
|
//
|
|
resources.ApplyResources(this.labelMessage, "labelMessage");
|
|
this.labelMessage.Name = "labelMessage";
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelMessage, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 4);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Controls.Add(this.dataGridViewWarnings);
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
this.panel1.Name = "panel1";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.dataGridViewAppliesTo);
|
|
resources.ApplyResources(this.panel2, "panel2");
|
|
this.panel2.Name = "panel2";
|
|
//
|
|
// dataGridViewAppliesTo
|
|
//
|
|
this.dataGridViewAppliesTo.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dataGridViewAppliesTo.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
this.dataGridViewAppliesTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.dataGridViewAppliesTo.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
this.dataGridViewAppliesTo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridViewAppliesTo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewImageColumn1,
|
|
this.dataGridViewTextBoxColumn1});
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridViewAppliesTo.DefaultCellStyle = dataGridViewCellStyle3;
|
|
resources.ApplyResources(this.dataGridViewAppliesTo, "dataGridViewAppliesTo");
|
|
this.dataGridViewAppliesTo.HideSelection = true;
|
|
this.dataGridViewAppliesTo.Name = "dataGridViewAppliesTo";
|
|
this.dataGridViewAppliesTo.ReadOnly = true;
|
|
this.dataGridViewAppliesTo.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
//
|
|
// dataGridViewImageColumn1
|
|
//
|
|
this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
|
|
dataGridViewCellStyle1.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle1.NullValue")));
|
|
this.dataGridViewImageColumn1.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dataGridViewImageColumn1.HeaderText = global::XenAdmin.Messages.WLB_ADVANCED_CONFIGURATION_SUBTEXT;
|
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
|
this.dataGridViewImageColumn1.ReadOnly = true;
|
|
resources.ApplyResources(this.dataGridViewImageColumn1, "dataGridViewImageColumn1");
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
|
dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle2;
|
|
resources.ApplyResources(this.dataGridViewTextBoxColumn1, "dataGridViewTextBoxColumn1");
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
//
|
|
// dataGridViewWarnings
|
|
//
|
|
this.dataGridViewWarnings.AllowUserToAddRows = false;
|
|
this.dataGridViewWarnings.AllowUserToDeleteRows = false;
|
|
this.dataGridViewWarnings.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dataGridViewWarnings.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
this.dataGridViewWarnings.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
this.dataGridViewWarnings.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridViewWarnings.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.ColumnTypeImage,
|
|
this.ColumnWarning});
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridViewWarnings.DefaultCellStyle = dataGridViewCellStyle6;
|
|
resources.ApplyResources(this.dataGridViewWarnings, "dataGridViewWarnings");
|
|
this.dataGridViewWarnings.MultiSelect = false;
|
|
this.dataGridViewWarnings.Name = "dataGridViewWarnings";
|
|
this.dataGridViewWarnings.ReadOnly = true;
|
|
this.dataGridViewWarnings.RowHeadersVisible = false;
|
|
this.dataGridViewWarnings.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
dataGridViewCellStyle7.Padding = new System.Windows.Forms.Padding(0, 0, 0, 5);
|
|
this.dataGridViewWarnings.RowsDefaultCellStyle = dataGridViewCellStyle7;
|
|
this.dataGridViewWarnings.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
//
|
|
// ColumnTypeImage
|
|
//
|
|
this.ColumnTypeImage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
|
|
dataGridViewCellStyle4.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle4.NullValue")));
|
|
this.ColumnTypeImage.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.ColumnTypeImage.HeaderText = global::XenAdmin.Messages.WLB_ADVANCED_CONFIGURATION_SUBTEXT;
|
|
this.ColumnTypeImage.Name = "ColumnTypeImage";
|
|
this.ColumnTypeImage.ReadOnly = true;
|
|
resources.ApplyResources(this.ColumnTypeImage, "ColumnTypeImage");
|
|
//
|
|
// ColumnWarning
|
|
//
|
|
this.ColumnWarning.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
|
|
dataGridViewCellStyle5.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.ColumnWarning.DefaultCellStyle = dataGridViewCellStyle5;
|
|
resources.ApplyResources(this.ColumnWarning, "ColumnWarning");
|
|
this.ColumnWarning.Name = "ColumnWarning";
|
|
this.ColumnWarning.ReadOnly = true;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonCancel);
|
|
this.flowLayoutPanel1.Controls.Add(this.buttonProceed);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
resources.ApplyResources(this.buttonCancel, "buttonCancel");
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
//
|
|
// buttonProceed
|
|
//
|
|
resources.ApplyResources(this.buttonProceed, "buttonProceed");
|
|
this.buttonProceed.Name = "buttonProceed";
|
|
this.buttonProceed.UseVisualStyleBackColor = true;
|
|
this.buttonProceed.Click += new System.EventHandler(this.buttonProceed_Click);
|
|
//
|
|
// MultipleWarningDialog
|
|
//
|
|
this.AcceptButton = this.buttonProceed;
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.CancelButton = this.buttonCancel;
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
|
|
this.HelpButton = false;
|
|
this.Name = "MultipleWarningDialog";
|
|
this.Shown += new System.EventHandler(this.MultipleWarningDialog_Shown);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewAppliesTo)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewWarnings)).EndInit();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label labelMessage;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.Button buttonCancel;
|
|
private System.Windows.Forms.Button buttonProceed;
|
|
private System.Windows.Forms.DataGridView dataGridViewWarnings;
|
|
private System.Windows.Forms.DataGridViewImageColumn ColumnTypeImage;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnWarning;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private XenAdmin.Controls.DataGridViewEx.DataGridViewEx dataGridViewAppliesTo;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
}
|
|
} |