2013-06-24 13:41:48 +02:00
|
|
|
using XenAdmin.SettingsPanels;
|
|
|
|
using XenAPI;
|
|
|
|
|
|
|
|
namespace XenAdmin.Dialogs
|
|
|
|
{
|
|
|
|
partial class PropertiesDialog
|
|
|
|
{
|
|
|
|
/// <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(PropertiesDialog));
|
2017-03-09 18:35:26 +01:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.splitContainer.Panel1.SuspendLayout();
|
2017-03-09 18:35:26 +01:00
|
|
|
this.splitContainer.Panel2.SuspendLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.splitContainer.SuspendLayout();
|
2017-03-09 18:35:26 +01:00
|
|
|
this.blueBorder.SuspendLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// ContentPanel
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.ContentPanel, "ContentPanel");
|
|
|
|
//
|
|
|
|
// verticalTabs
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.verticalTabs, "verticalTabs");
|
|
|
|
this.verticalTabs.SelectedIndexChanged += new System.EventHandler(this.verticalTabs_SelectedIndexChanged);
|
|
|
|
//
|
|
|
|
// cancelButton
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.cancelButton, "cancelButton");
|
|
|
|
this.cancelButton.Click += new System.EventHandler(this.btnCancel_Click);
|
|
|
|
//
|
|
|
|
// okButton
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.okButton, "okButton");
|
|
|
|
this.okButton.Click += new System.EventHandler(this.btnOK_Click);
|
|
|
|
//
|
|
|
|
// splitContainer
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.splitContainer, "splitContainer");
|
|
|
|
//
|
2017-03-09 18:35:26 +01:00
|
|
|
// blueBorder
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2017-03-09 18:35:26 +01:00
|
|
|
resources.ApplyResources(this.blueBorder, "blueBorder");
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
|
|
|
// PropertiesDialog
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
this.Name = "PropertiesDialog";
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PropertiesDialog_FormClosed);
|
|
|
|
this.splitContainer.Panel1.ResumeLayout(false);
|
2017-03-09 18:35:26 +01:00
|
|
|
this.splitContainer.Panel2.ResumeLayout(false);
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.splitContainer.ResumeLayout(false);
|
2017-03-09 18:35:26 +01:00
|
|
|
this.blueBorder.ResumeLayout(false);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|