2021-08-23 11:34:46 +02:00
|
|
|
using System;
|
|
|
|
|
2013-06-24 13:41:48 +02:00
|
|
|
namespace XenAdmin.Dialogs
|
|
|
|
{
|
|
|
|
partial class OptionsDialog
|
|
|
|
{
|
|
|
|
/// <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(OptionsDialog));
|
|
|
|
this.connectionOptionsPage1 = new XenAdmin.Dialogs.OptionsPages.ConnectionOptionsPage();
|
|
|
|
this.consolesOptionsPage1 = new XenAdmin.Dialogs.OptionsPages.ConsolesOptionsPage();
|
2015-10-19 18:07:12 +02:00
|
|
|
this.graphsOptionsPage1 = new XenAdmin.Dialogs.OptionsPages.DisplayOptionsPage();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.securityOptionsPage1 = new XenAdmin.Dialogs.OptionsPages.SecurityOptionsPage();
|
|
|
|
this.saveAndRestoreOptionsPage1 = new XenAdmin.Dialogs.OptionsPages.SaveAndRestoreOptionsPage();
|
|
|
|
this.pluginOptionsPage1 = new XenAdmin.Dialogs.OptionsPages.PluginOptionsPage();
|
2016-11-17 14:35:31 +01:00
|
|
|
this.confirmationOptionsPage1 = new XenAdmin.Dialogs.OptionsPages.ConfirmationOptionsPage();
|
2021-11-29 16:17:36 +01:00
|
|
|
this.externalToolsOptionsPage1 = new XenAdmin.Dialogs.OptionsPages.ExternalToolsOptionsPage();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.ContentPanel.SuspendLayout();
|
2016-11-17 14:35:31 +01:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.splitContainer.Panel1.SuspendLayout();
|
2016-11-17 14:35:31 +01:00
|
|
|
this.splitContainer.Panel2.SuspendLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.splitContainer.SuspendLayout();
|
2016-11-17 14:35:31 +01:00
|
|
|
this.blueBorder.SuspendLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// ContentPanel
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.ContentPanel, "ContentPanel");
|
2021-11-29 16:17:36 +01:00
|
|
|
this.ContentPanel.Controls.Add(this.externalToolsOptionsPage1);
|
2016-11-17 14:35:31 +01:00
|
|
|
this.ContentPanel.Controls.Add(this.confirmationOptionsPage1);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.ContentPanel.Controls.Add(this.pluginOptionsPage1);
|
|
|
|
this.ContentPanel.Controls.Add(this.saveAndRestoreOptionsPage1);
|
|
|
|
this.ContentPanel.Controls.Add(this.securityOptionsPage1);
|
|
|
|
this.ContentPanel.Controls.Add(this.graphsOptionsPage1);
|
|
|
|
this.ContentPanel.Controls.Add(this.consolesOptionsPage1);
|
|
|
|
this.ContentPanel.Controls.Add(this.connectionOptionsPage1);
|
|
|
|
//
|
|
|
|
// verticalTabs
|
|
|
|
//
|
|
|
|
this.verticalTabs.Items.AddRange(new object[] {
|
2021-11-29 16:17:36 +01:00
|
|
|
this.confirmationOptionsPage1,
|
2021-08-23 11:34:46 +02:00
|
|
|
this.pluginOptionsPage1,
|
|
|
|
this.saveAndRestoreOptionsPage1,
|
2013-06-24 13:41:48 +02:00
|
|
|
this.securityOptionsPage1,
|
|
|
|
this.graphsOptionsPage1,
|
|
|
|
this.consolesOptionsPage1,
|
|
|
|
this.connectionOptionsPage1,
|
2021-11-29 16:17:36 +01:00
|
|
|
this.externalToolsOptionsPage1});
|
2021-08-23 11:34:46 +02:00
|
|
|
resources.ApplyResources(this.verticalTabs, "verticalTabs");
|
|
|
|
this.verticalTabs.SelectedIndexChanged += new System.EventHandler(this.verticalTabs_SelectedIndexChanged);
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
|
|
|
// cancelButton
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.cancelButton, "cancelButton");
|
|
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
|
|
//
|
|
|
|
// okButton
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.okButton, "okButton");
|
|
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
|
|
//
|
|
|
|
// splitContainer
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.splitContainer, "splitContainer");
|
|
|
|
//
|
2016-11-17 14:35:31 +01:00
|
|
|
// blueBorder
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
2016-11-17 14:35:31 +01:00
|
|
|
resources.ApplyResources(this.blueBorder, "blueBorder");
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
|
|
|
// connectionOptionsPage1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.connectionOptionsPage1, "connectionOptionsPage1");
|
|
|
|
this.connectionOptionsPage1.Name = "connectionOptionsPage1";
|
|
|
|
//
|
|
|
|
// consolesOptionsPage1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.consolesOptionsPage1, "consolesOptionsPage1");
|
|
|
|
this.consolesOptionsPage1.Name = "consolesOptionsPage1";
|
|
|
|
//
|
|
|
|
// graphsOptionsPage1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.graphsOptionsPage1, "graphsOptionsPage1");
|
|
|
|
this.graphsOptionsPage1.Name = "graphsOptionsPage1";
|
|
|
|
//
|
|
|
|
// securityOptionsPage1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.securityOptionsPage1, "securityOptionsPage1");
|
|
|
|
this.securityOptionsPage1.Name = "securityOptionsPage1";
|
|
|
|
//
|
|
|
|
// saveAndRestoreOptionsPage1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.saveAndRestoreOptionsPage1, "saveAndRestoreOptionsPage1");
|
|
|
|
this.saveAndRestoreOptionsPage1.Name = "saveAndRestoreOptionsPage1";
|
|
|
|
//
|
|
|
|
// pluginOptionsPage1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.pluginOptionsPage1, "pluginOptionsPage1");
|
|
|
|
this.pluginOptionsPage1.Name = "pluginOptionsPage1";
|
|
|
|
//
|
2016-11-17 14:35:31 +01:00
|
|
|
// confirmationOptionsPage1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.confirmationOptionsPage1, "confirmationOptionsPage1");
|
|
|
|
this.confirmationOptionsPage1.Name = "confirmationOptionsPage1";
|
|
|
|
//
|
2021-11-29 16:17:36 +01:00
|
|
|
// externalToolsOptionsPage1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.externalToolsOptionsPage1, "externalToolsOptionsPage1");
|
|
|
|
this.externalToolsOptionsPage1.Name = "externalToolsOptionsPage1";
|
|
|
|
//
|
2013-06-24 13:41:48 +02:00
|
|
|
// OptionsDialog
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
this.Name = "OptionsDialog";
|
2021-08-23 11:34:46 +02:00
|
|
|
this.Move += new System.EventHandler(this.OptionsDialog_Move);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.ContentPanel.ResumeLayout(false);
|
|
|
|
this.ContentPanel.PerformLayout();
|
|
|
|
this.splitContainer.Panel1.ResumeLayout(false);
|
2016-11-17 14:35:31 +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);
|
2016-11-17 14:35:31 +01:00
|
|
|
this.blueBorder.ResumeLayout(false);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
private XenAdmin.Dialogs.OptionsPages.ConnectionOptionsPage connectionOptionsPage1;
|
|
|
|
private XenAdmin.Dialogs.OptionsPages.ConsolesOptionsPage consolesOptionsPage1;
|
2015-10-19 18:07:12 +02:00
|
|
|
private XenAdmin.Dialogs.OptionsPages.DisplayOptionsPage graphsOptionsPage1;
|
2013-06-24 13:41:48 +02:00
|
|
|
private XenAdmin.Dialogs.OptionsPages.SecurityOptionsPage securityOptionsPage1;
|
|
|
|
private XenAdmin.Dialogs.OptionsPages.SaveAndRestoreOptionsPage saveAndRestoreOptionsPage1;
|
|
|
|
private XenAdmin.Dialogs.OptionsPages.PluginOptionsPage pluginOptionsPage1;
|
2016-11-17 14:35:31 +01:00
|
|
|
private OptionsPages.ConfirmationOptionsPage confirmationOptionsPage1;
|
2021-11-29 16:17:36 +01:00
|
|
|
private OptionsPages.ExternalToolsOptionsPage externalToolsOptionsPage1;
|
2013-06-24 13:41:48 +02:00
|
|
|
}
|
2013-12-22 18:17:04 +01:00
|
|
|
}
|