xenadmin/XenAdmin/Dialogs/PropertiesDialog.Designer.cs
Mihaela Stoica bd36a85bff CP-4816: Initial commit to git repo
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2013-06-24 12:41:48 +01:00

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
}
}