2013-06-24 13:41:48 +02:00
|
|
|
namespace XenAdmin.Dialogs
|
|
|
|
{
|
|
|
|
partial class VIFDialog
|
|
|
|
{
|
|
|
|
/// <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(VIFDialog));
|
|
|
|
this.Cancelbutton = new System.Windows.Forms.Button();
|
|
|
|
this.buttonOk = new System.Windows.Forms.Button();
|
|
|
|
this.promptTextBoxMac = new System.Windows.Forms.TextBox();
|
|
|
|
this.radioButtonAutogenerate = new System.Windows.Forms.RadioButton();
|
|
|
|
this.radioButtonMac = new System.Windows.Forms.RadioButton();
|
|
|
|
this.tableLayoutPanelBody = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
this.labelBlurb = new System.Windows.Forms.Label();
|
2019-04-25 09:23:09 +02:00
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
this.labelNetwork = new System.Windows.Forms.Label();
|
|
|
|
this.comboBoxNetwork = new System.Windows.Forms.ComboBox();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.labelMAC = new System.Windows.Forms.Label();
|
2019-04-25 09:23:09 +02:00
|
|
|
this.tableLayoutPanelMAC = new System.Windows.Forms.TableLayoutPanel();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.labelQoS = new System.Windows.Forms.Label();
|
2019-04-25 09:23:09 +02:00
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.labelQoSUnits = new System.Windows.Forms.Label();
|
2019-04-25 09:23:09 +02:00
|
|
|
this.promptTextBoxQoS = new System.Windows.Forms.TextBox();
|
|
|
|
this.checkboxQoS = new System.Windows.Forms.CheckBox();
|
|
|
|
this.tableLayoutPanelInfo = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
this.labelInfo = new System.Windows.Forms.Label();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
2019-04-25 09:23:09 +02:00
|
|
|
this.tableLayoutPanelError = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
this.pictureBoxError = new System.Windows.Forms.PictureBox();
|
|
|
|
this.labelError = new System.Windows.Forms.Label();
|
|
|
|
this.tableLayoutpanelButtons = new System.Windows.Forms.TableLayoutPanel();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.tableLayoutPanelBody.SuspendLayout();
|
2019-04-25 09:23:09 +02:00
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.tableLayoutPanelMAC.SuspendLayout();
|
2019-04-25 09:23:09 +02:00
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
|
|
this.tableLayoutPanelInfo.SuspendLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
2019-04-25 09:23:09 +02:00
|
|
|
this.tableLayoutPanelError.SuspendLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxError)).BeginInit();
|
|
|
|
this.tableLayoutpanelButtons.SuspendLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// Cancelbutton
|
|
|
|
//
|
|
|
|
this.Cancelbutton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2019-04-25 09:23:09 +02:00
|
|
|
resources.ApplyResources(this.Cancelbutton, "Cancelbutton");
|
2013-06-24 13:41:48 +02:00
|
|
|
this.Cancelbutton.Name = "Cancelbutton";
|
|
|
|
this.Cancelbutton.UseVisualStyleBackColor = true;
|
|
|
|
//
|
|
|
|
// buttonOk
|
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
2013-06-24 13:41:48 +02:00
|
|
|
resources.ApplyResources(this.buttonOk, "buttonOk");
|
|
|
|
this.buttonOk.Name = "buttonOk";
|
|
|
|
this.buttonOk.UseVisualStyleBackColor = true;
|
|
|
|
//
|
|
|
|
// promptTextBoxMac
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.promptTextBoxMac, "promptTextBoxMac");
|
|
|
|
this.promptTextBoxMac.Name = "promptTextBoxMac";
|
2019-04-25 09:23:09 +02:00
|
|
|
this.promptTextBoxMac.TextChanged += new System.EventHandler(this.promptTextBoxMac_TextChanged);
|
|
|
|
this.promptTextBoxMac.Enter += new System.EventHandler(this.promptTextBoxMac_Enter);
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
|
|
|
// radioButtonAutogenerate
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.radioButtonAutogenerate, "radioButtonAutogenerate");
|
2019-04-25 09:23:09 +02:00
|
|
|
this.tableLayoutPanelMAC.SetColumnSpan(this.radioButtonAutogenerate, 2);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.radioButtonAutogenerate.Name = "radioButtonAutogenerate";
|
2019-04-25 09:23:09 +02:00
|
|
|
this.radioButtonAutogenerate.CheckedChanged += new System.EventHandler(this.radioButtonAutogenerate_CheckedChanged);
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
|
|
|
// radioButtonMac
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.radioButtonMac, "radioButtonMac");
|
|
|
|
this.radioButtonMac.Name = "radioButtonMac";
|
|
|
|
this.radioButtonMac.UseVisualStyleBackColor = true;
|
2019-04-25 09:23:09 +02:00
|
|
|
this.radioButtonMac.CheckedChanged += new System.EventHandler(this.radioButtonMac_CheckedChanged);
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
|
|
|
// tableLayoutPanelBody
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.tableLayoutPanelBody, "tableLayoutPanelBody");
|
|
|
|
this.tableLayoutPanelBody.Controls.Add(this.labelBlurb, 0, 0);
|
2019-04-25 09:23:09 +02:00
|
|
|
this.tableLayoutPanelBody.Controls.Add(this.tableLayoutPanel1, 0, 1);
|
|
|
|
this.tableLayoutPanelBody.Controls.Add(this.labelMAC, 0, 2);
|
|
|
|
this.tableLayoutPanelBody.Controls.Add(this.tableLayoutPanelMAC, 0, 3);
|
|
|
|
this.tableLayoutPanelBody.Controls.Add(this.labelQoS, 0, 4);
|
|
|
|
this.tableLayoutPanelBody.Controls.Add(this.tableLayoutPanel3, 0, 5);
|
|
|
|
this.tableLayoutPanelBody.Controls.Add(this.tableLayoutPanelInfo, 0, 6);
|
|
|
|
this.tableLayoutPanelBody.Controls.Add(this.tableLayoutPanelError, 0, 7);
|
|
|
|
this.tableLayoutPanelBody.Controls.Add(this.tableLayoutpanelButtons, 0, 8);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.tableLayoutPanelBody.Name = "tableLayoutPanelBody";
|
|
|
|
//
|
|
|
|
// labelBlurb
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelBlurb, "labelBlurb");
|
|
|
|
this.labelBlurb.Name = "labelBlurb";
|
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
// tableLayoutPanel1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.labelNetwork, 0, 0);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.comboBoxNetwork, 1, 0);
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
//
|
|
|
|
// labelNetwork
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
resources.ApplyResources(this.labelNetwork, "labelNetwork");
|
|
|
|
this.labelNetwork.Name = "labelNetwork";
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
// comboBoxNetwork
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
resources.ApplyResources(this.comboBoxNetwork, "comboBoxNetwork");
|
|
|
|
this.comboBoxNetwork.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
this.comboBoxNetwork.FormattingEnabled = true;
|
|
|
|
this.comboBoxNetwork.Name = "comboBoxNetwork";
|
|
|
|
this.comboBoxNetwork.SelectedIndexChanged += new System.EventHandler(this.comboBoxNetwork_SelectedIndexChanged);
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
|
|
|
// labelMAC
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelMAC, "labelMAC");
|
|
|
|
this.labelMAC.Name = "labelMAC";
|
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
// tableLayoutPanelMAC
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.tableLayoutPanelMAC, "tableLayoutPanelMAC");
|
|
|
|
this.tableLayoutPanelMAC.Controls.Add(this.radioButtonAutogenerate, 0, 0);
|
|
|
|
this.tableLayoutPanelMAC.Controls.Add(this.radioButtonMac, 0, 1);
|
|
|
|
this.tableLayoutPanelMAC.Controls.Add(this.promptTextBoxMac, 1, 1);
|
|
|
|
this.tableLayoutPanelMAC.Name = "tableLayoutPanelMAC";
|
|
|
|
//
|
2013-06-24 13:41:48 +02:00
|
|
|
// labelQoS
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelQoS, "labelQoS");
|
|
|
|
this.labelQoS.Name = "labelQoS";
|
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
// tableLayoutPanel3
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.labelQoSUnits, 2, 0);
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.promptTextBoxQoS, 1, 0);
|
|
|
|
this.tableLayoutPanel3.Controls.Add(this.checkboxQoS, 0, 0);
|
|
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
// labelQoSUnits
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
resources.ApplyResources(this.labelQoSUnits, "labelQoSUnits");
|
|
|
|
this.labelQoSUnits.Name = "labelQoSUnits";
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
|
|
|
// promptTextBoxQoS
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.promptTextBoxQoS, "promptTextBoxQoS");
|
|
|
|
this.promptTextBoxQoS.Name = "promptTextBoxQoS";
|
2019-04-25 09:23:09 +02:00
|
|
|
this.promptTextBoxQoS.TextChanged += new System.EventHandler(this.promptTextBoxQoS_TextChanged);
|
|
|
|
this.promptTextBoxQoS.Enter += new System.EventHandler(this.promptTextBoxQoS_Enter);
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
// checkboxQoS
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
resources.ApplyResources(this.checkboxQoS, "checkboxQoS");
|
|
|
|
this.checkboxQoS.Name = "checkboxQoS";
|
|
|
|
this.checkboxQoS.UseVisualStyleBackColor = true;
|
|
|
|
this.checkboxQoS.CheckedChanged += new System.EventHandler(this.checkboxQoS_CheckedChanged);
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
// tableLayoutPanelInfo
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
resources.ApplyResources(this.tableLayoutPanelInfo, "tableLayoutPanelInfo");
|
|
|
|
this.tableLayoutPanelInfo.Controls.Add(this.labelInfo, 1, 0);
|
|
|
|
this.tableLayoutPanelInfo.Controls.Add(this.pictureBox1, 0, 0);
|
|
|
|
this.tableLayoutPanelInfo.Name = "tableLayoutPanelInfo";
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
// labelInfo
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
resources.ApplyResources(this.labelInfo, "labelInfo");
|
|
|
|
this.labelInfo.Name = "labelInfo";
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
|
|
|
// pictureBox1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
|
|
this.pictureBox1.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
|
//
|
2019-04-25 09:23:09 +02:00
|
|
|
// tableLayoutPanelError
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.tableLayoutPanelError, "tableLayoutPanelError");
|
|
|
|
this.tableLayoutPanelError.Controls.Add(this.pictureBoxError, 0, 0);
|
|
|
|
this.tableLayoutPanelError.Controls.Add(this.labelError, 1, 0);
|
|
|
|
this.tableLayoutPanelError.Name = "tableLayoutPanelError";
|
|
|
|
//
|
|
|
|
// pictureBoxError
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.pictureBoxError, "pictureBoxError");
|
|
|
|
this.pictureBoxError.Image = global::XenAdmin.Properties.Resources._000_error_h32bit_16;
|
|
|
|
this.pictureBoxError.Name = "pictureBoxError";
|
|
|
|
this.pictureBoxError.TabStop = false;
|
|
|
|
//
|
|
|
|
// labelError
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelError, "labelError");
|
|
|
|
this.labelError.Name = "labelError";
|
|
|
|
//
|
|
|
|
// tableLayoutpanelButtons
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.tableLayoutpanelButtons, "tableLayoutpanelButtons");
|
|
|
|
this.tableLayoutpanelButtons.Controls.Add(this.buttonOk, 0, 0);
|
|
|
|
this.tableLayoutpanelButtons.Controls.Add(this.Cancelbutton, 1, 0);
|
|
|
|
this.tableLayoutpanelButtons.Name = "tableLayoutpanelButtons";
|
|
|
|
//
|
2013-06-24 13:41:48 +02:00
|
|
|
// VIFDialog
|
|
|
|
//
|
|
|
|
this.AcceptButton = this.buttonOk;
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
|
this.CancelButton = this.Cancelbutton;
|
|
|
|
this.Controls.Add(this.tableLayoutPanelBody);
|
|
|
|
this.Name = "VIFDialog";
|
2019-04-25 09:23:09 +02:00
|
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.VIFDialog_FormClosing);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.tableLayoutPanelBody.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanelBody.PerformLayout();
|
2019-04-25 09:23:09 +02:00
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.tableLayoutPanelMAC.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanelMAC.PerformLayout();
|
2019-04-25 09:23:09 +02:00
|
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanel3.PerformLayout();
|
|
|
|
this.tableLayoutPanelInfo.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanelInfo.PerformLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
2019-04-25 09:23:09 +02:00
|
|
|
this.tableLayoutPanelError.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanelError.PerformLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxError)).EndInit();
|
|
|
|
this.tableLayoutpanelButtons.ResumeLayout(false);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button Cancelbutton;
|
|
|
|
private System.Windows.Forms.Button buttonOk;
|
|
|
|
private System.Windows.Forms.TextBox promptTextBoxMac;
|
|
|
|
private System.Windows.Forms.RadioButton radioButtonAutogenerate;
|
|
|
|
private System.Windows.Forms.RadioButton radioButtonMac;
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelBody;
|
|
|
|
private System.Windows.Forms.Label labelBlurb;
|
|
|
|
private System.Windows.Forms.Label labelMAC;
|
|
|
|
private System.Windows.Forms.Label labelQoS;
|
|
|
|
private System.Windows.Forms.Label labelQoSUnits;
|
|
|
|
private System.Windows.Forms.CheckBox checkboxQoS;
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMAC;
|
|
|
|
private System.Windows.Forms.TextBox promptTextBoxQoS;
|
2019-04-25 09:23:09 +02:00
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutpanelButtons;
|
|
|
|
private System.Windows.Forms.Label labelNetwork;
|
|
|
|
private System.Windows.Forms.ComboBox comboBoxNetwork;
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelInfo;
|
|
|
|
private System.Windows.Forms.Label labelInfo;
|
2013-06-24 13:41:48 +02:00
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
2019-04-25 09:23:09 +02:00
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelError;
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxError;
|
|
|
|
private System.Windows.Forms.Label labelError;
|
2013-06-24 13:41:48 +02:00
|
|
|
}
|
|
|
|
}
|