mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
87 lines
3.1 KiB
C#
87 lines
3.1 KiB
C#
|
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));
|
||
|
this.splitContainer.Panel1.SuspendLayout();
|
||
|
this.splitContainer.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// ContentPanel
|
||
|
//
|
||
|
resources.ApplyResources(this.ContentPanel, "ContentPanel");
|
||
|
this.ContentPanel.MinimumSize = new System.Drawing.Size(500, 500);
|
||
|
//
|
||
|
// 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");
|
||
|
//
|
||
|
// splitContainer.Panel1
|
||
|
//
|
||
|
resources.ApplyResources(this.splitContainer.Panel1, "splitContainer.Panel1");
|
||
|
//
|
||
|
// splitContainer.Panel2
|
||
|
//
|
||
|
resources.ApplyResources(this.splitContainer.Panel2, "splitContainer.Panel2");
|
||
|
//
|
||
|
// PropertiesDialog
|
||
|
//
|
||
|
resources.ApplyResources(this, "$this");
|
||
|
this.Name = "PropertiesDialog";
|
||
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PropertiesDialog_FormClosed);
|
||
|
this.splitContainer.Panel1.ResumeLayout(false);
|
||
|
this.splitContainer.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
|
||
|
}
|
||
|
}
|